﻿@charset "utf-8";

/* common */
html,body,h1,h2,h3,h4,h5,header,footer,nav,section,div,p,table,tr,th,td,ul,ol,li,dl,dt,dd,span,em,small,img,a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:0;vertical-align:bottom}body{line-height:1;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%}header,footer,nav,section,article,figure,figcaption{display:block}h1,h2,h3,h4,h5,th{font-size:100%;font-weight:400}table{border-collapse:collapse}ul,ol{list-style:none}a{outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}
body {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
	color: #656565;
	font-size: 4.3vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.62;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width: 751px) {
	body { font-size: 32px; }
}
@media screen and (max-width: 320px) {
	body { font-size: 14px; }
}
img {
	width: 100%;
	height: auto;
}
em { font-style: normal; }
ul.anno {
	padding-left: 1em;
	font-size: 63%;
}
ul.anno li:before {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	content: "※";
}
a { color: #0483c8; }

/* clearfix */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* fv */
.fv {
	background: #082957 url(../img/fv_img.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
header {
	padding: 0.34375em 0;
	background: url(../img/hd_bg.png) repeat-y;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
h1 {
	float: left;
	width: 24%;
	margin-left: 4.8%;
}
header p {
	margin: 0.5em 4.667% 0 0;
	color: #fff;
	font-size: 63%;
	text-align: right;
	line-height: 1.2;
}
.mv { padding: 2.25em 5.334% 2.45em; }
.mv h2 { margin: 2.9375em 0 1.2em; }
.mv p {
	color: #fff;
	font-size: 82%;
}
.cv {
	padding-top: 0.125em;
	background: #fff;
}
.cv .clearfix {
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
.cv li {
	float: right;
	width: 49.734%;
	padding-right: 0.134%;
	background: #fd0074;
}
.cv li:first-child {
	float: left;
	background: #e94f96;
}
.is-fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 100;
	-webkit-animation: fadeIn 0.6s ease;
	-moz-animation: fadeIn 0.6s ease;
	animation: fadeIn 0.6s ease;
}
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 100; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 100; }
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 100; }
}
.intro { margin: 1.6875em 5.334% 1.875em; }
nav { margin-top: 1.6875em; }
nav li {
	float: left;
	width: 49.403%;
	margin-top: 0.375em;
}
nav li:nth-child(even) { float: right; }
nav li:first-child, nav li:nth-child(2) { margin-top: 0; }
nav li a {
	display: block;
	padding: 0.64em 0 1.264em;
	background: url(../img/nav_arrow.png) no-repeat center 2.35em;
	-webkit-background-size: 1.08em auto;
	-moz-background-size: 1.08em auto;
	-o-background-size: 1.08em auto;
	background-size: 1.08em auto;
	border: solid 0.154em #0483c8;
	-webkit-border-radius: 3.847em;
	-moz-border-radius: 3.847em;
	border-radius: 3.847em;
	font-size: 82%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
main section { margin-bottom: 3.75em; }
main section:last-child { margin-bottom: 0; }
main h3 { margin-bottom: 1.4em; }
.txt-area {
	margin-left: 5.334%;
	margin-right: 5.334%;
}
.txt-area h4 {
	margin: 0.5em 0 0.8em;
	color: #0483c8;
	font-size: 106%;
	font-weight: bold;
	line-height: 1.3;
}
.txt-area p {
	font-size: 80%;
	font-weight: bold;
}
main .sec01 h3 { margin-bottom: 0; }
.sec02 .txt-area { margin-bottom: 2.5em; }
.sec02 .txt {
	float: left;
	width: 61%;
}
.sec02 .img {
	float: right;
	margin-top: 1.23em;
	width: 33.135%;
}
.sec03 .txt-area h4 {
	margin: 2.8125em 0 1.38em;
	line-height: 0;
}
.sec03 .txt-area h4:first-child { margin-top: 0; }
.sec03 .txt-area .img { margin-bottom: 1.45em; }
.box {
	margin-top: 1.188em;
	padding: 0.625em 3.732%;
	background: #0483c8 url(../img/arrow01.png) no-repeat center top;
	-webkit-background-size: 7.165% auto;
	-moz-background-size: 7.165% auto;
	-o-background-size: 7.165% auto;
	background-size: 7.165% auto;
}
.box h5 {
	display: table;
	width: 100%;
	margin-bottom: 0.625em;
}
.box h5 em {
	display: table-cell;
	height: 3.44em;
	padding-left: 22.6%;
	background: url(../img/lecturer.png) no-repeat 6.6% top;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	color: #fff;
	font-size: 82%;
	font-weight: bold;
	line-height: 1.3;
	vertical-align: middle;
}
.box .clearfix dl {
	float: left;
	width: 32.9%;
	padding: 0.6em 0;
	margin-left: 0.65%;
	background: #fff600;
	-webkit-border-radius: 0.125em;
	-moz-border-radius: 0.125em;
	border-radius: 0.125em;
	color: #0483c8;
	font-weight: bold;
	text-align: center;
}
.box .clearfix dl:first-child { margin-left: 0; }
.box .clearfix dl dt {
	display: table;
	width: 100%;
}
.box .clearfix dl dt em {
	display: table-cell;
	height: 2.3em;
	font-size: 82%;
	line-height: 1.15;
	vertical-align: middle;
}
.box .clearfix dl dd {
	margin: 0.23em -1em 0;
	font-size: 63%;
}
.box p {
	margin-top: 0.8em;
	color: #fff;
	font-size: 69%;
}
.txt-area .frame {
	margin-top: 2.75em;
	background: #0483c8;
}
.txt-area .frame:first-child { margin-top: 0; }
.frame .img {
	border-top: solid 0.0625em #898989;
	border-left: solid 0.0625em #898989;
	border-right: solid 0.0625em #898989;
}
.frame dl {
	display: table;
	width: 100%;
	padding: 0.22em 1.4% 0.22em 3.284%;
	color: #fff;
}
.frame dl dt, .frame dl dd {
	display: table-cell;
	vertical-align: middle;
}
.frame dl dt span {
	margin-left: 0.4em;
	font-size: 70%;
	line-height: 1.85;
}
.frame dl dd {
	font-size: 63%;
	text-align: right;
	line-height: 1.3;
}
.frame dl dd em {
	display: inline-block;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin: 50 50;
	transform: scale(0.9);
	transform-origin: 50 50;
}
.frame-cont {
	background: #fff;
	border-left: solid 0.0625em #898989;
	border-bottom: solid 0.0625em #898989;
	border-right: solid 0.0625em #898989;
}
.frame-cont h4 {
	margin: 0;
	padding: 1.43em 3%;
	font-size: 88%;
}
.acc-cont { padding: 0 3% 3% 3%; }
.acc-btn {
	padding: 0.524em 0 0.82em;
	border-top: solid 0.0625em #898989;
	text-align: center;
	cursor: pointer;
}
.acc-btn em {
	display: inline-block;
	width: 11.62em;
	color: #898989;
	font-size: 82%;
}
.acc-btn:before, .acc-btn:after {
	display: inline-block;
	content: "▼";
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: 50 50;
	transform: scale(0.8);
	transform-origin: 50 50;
	color: #a9a9a9;
	font-size: 63%;
}
.active .acc-btn:before, .active .acc-btn:after { content: "▲"; }
.acc-btn em:after { content: "を読む"; }
.active .acc-btn em:after { content: "をとじる"; }
.txt-area .for {
	margin-top: 2.6em;
	padding-bottom: 0.4em;
	background: url(../img/arrow02.png) no-repeat center bottom;
	-webkit-background-size: auto 0.463em;
	-moz-background-size: auto 0.463em;
	-o-background-size: auto 0.463em;
	background-size: auto 0.463em;
}
.txt-area .for:first-child { margin-top: 0; }
.for em {
	display: block;
	padding: 0.58em 0 0.57em;
	background: #0483c8;
	-webkit-border-radius: 0.182em;
	-moz-border-radius: 0.182em;
	border-radius: 0.182em;
	color: #fff;
	font-size: 84%;
	text-align: center;
}
.inner {
	width: 92.538%;
	margin: 0 auto;
}
.txt-area .inner h4 {
	margin: 0.7em -1em 1em;
	font-size: 112%;
	text-align: center;
	line-height: 1.38;
}
.txt-area .inner h4 em {
	display: block;
	color: #666;
	font-size: 56%;
	line-height: 1.6;
}
.inner ul.anno {
	margin: 1em -3.4em 0 0;
	font-weight: bold;
	-webkit-transform: scale(0.9);
	-webkit-transform-origin: 0 0;
	transform: scale(0.9);
	transform-origin: 0 0;
}
footer { margin: 2.6em 0 2em; }
footer ul { text-align: center; }
footer ul li {
	display: inline;
	margin: 0 0.5em;
	font-size: 75%;
}
footer small {
	display: block;
	margin-top: 1em;
	font-size: 63%;
	text-align: center;
}
.pagetop {
	display: none;
	position: fixed;
	right: 2.667%;
	bottom: 3.6875em;
	width: 3.125em;
}
.js-area {
	height: 0;
	overflow: hidden;
}
