@charset "UTF-8";
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, div,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address, footer,
figure, figcaption {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #111;
	font-size: 17px;
	line-height: 1.7;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
input, textarea {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none medium;
	text-decoration: none;
	color: #3a7700;
}
a:hover {
	text-decoration: none;
	color: #c0c0c0;
}

/*---------------------------------------------
	Other
  ---------------------------------------------*/

.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }

.small { font-size:75% !important; line-height:140% !important; }
.large { font-size:125% !important; }
.red { color:#CC0000; }
.gray { color:#aaa; }
.green { color:#A4BD62; }
.blue { color:#2c8691; }
.brown { color:#CB963E; }

.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs24 { font-size:24px; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb8 { margin-bottom:8px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }

.pb0 { padding-bottom:0 !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }

.lh2 {
	line-height: 2.0;
}

/*---------------------------------------------
	Style
  ---------------------------------------------*/

#wrapper {
	min-width: 1200px;
	background-color: #fff;
}
#home header {}
#header {}
.header-img {
	text-align: center;
	background-color: #fdc2a2;
}
.header-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}
.header-inner h1 {
	font-size: 32px;
	font-weight: bold;
	color: #e3471a;
}
.header-inner p {
	font-size: 28px;
}

#contents {}
#contents h2 {
	font-size: 22px;
	font-weight: bold;
}
#contents h2:before {
	content:"";
	display: inline-block;
	vertical-align:text-top;
	width: 0.8em;
	height: 0.8em;
	margin-right: 10px;
	border-radius: 100%;
	border: 3px #e3471a solid;
}
#contents h3 {
	font-size: 18px;
	color: #0C68AC;
}
#contents p {
	padding-top: 10px;
}
#contents p.date {
	font-size: 28px;
}
.contents-block {
	padding: 40px 0;
}
.bg {
	background-color: #fdc2a2;
}
.contents-box {
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
}
.course-list {
	display: flex;
	justify-content: space-between;
}
.course-list .course-box {
	width: 32%;
}
.course-list .course-box dl {
	display: flex;
}
.movie-box {
	padding: 40px 80px;
	text-align: center;
}
video {
	width: 100%;
}

.btn_set {
	display: flex;
	justify-content: center;
}
.btn_set li {
	padding: 0 20px;
}
.btn_set li a {
	display: block;
	width: 240px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.btn_set li.back a {
	background-color: #0088D2;
}
.btn_set li.que a {
	background-color: #e3471a;
}


#footer {
	background-color: #e3471a;
}
#footer .footer-inner {
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}

.page_top {
	position:fixed;
	right:20px;
	bottom:30px;
	width:50px;
	border-radius:10px;
	color:#fff;
	text-align:center;
	font-size: 14px;
	line-height:1.3;
	padding:10px 0 8px;
	cursor:pointer;
	background-color:#e3471a;
}



