@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: .08em;
}

html, body {
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1;
}

body {
	position: relative;
	overflow-y: scroll;
	background-color: #FFF;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

body, th, td {
	color: #444;
}

a:link {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:hover,
a:active {
	color: #666;
	text-decoration: none;
}

ul li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border-style: none;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.bold {
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.small {
	font-size: 9px;
	line-height: 2.1 !important;
}

.clear {
	clear: both;
}

.red {
	color: #B20000;
}

.gre {
	color: #00AC6B;
}

.link_pdf {
	background: url(../images/icn_pdf.png) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 24px 0 0;
}

.link_new {
	background: url(../images/icn_new.png) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 18px 0 0;
}

.noborder {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.note {
	text-indent: -1em;
	padding-left: 1em;
}

.note7 {
	text-indent: -6.5em;
	padding-left: 7em;
}

.note15 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}








/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - (common) - - */

.cnt_pc {
	display: block !important;
}

.cnt_sp {
	display: none !important;
}

.cnt_pc_inline {
	display: inline !important;
}

.cnt_sp_inline {
	display: none !important;
}





/* - - (content common) - - */

#wrapper {
	position: relative;
}

.ph_left {
	float: left;
	padding: 0 30px 50px 0;
}

.ph_right {
	float: right;
	padding: 0 0 50px 30px;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 20px 0 50px 0;
	padding: 0 0 0 0;
	border-top: 2px solid #DDD;
}

.background {
	background: url(../images/bg_cnt.jpg) right center / cover no-repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}





/* - - (header) - - */

#header {
	width: 100%;
	min-width: 1080px;
	height: 70px;
	margin: 0 0;
	background: #FFF;
}

h1 {
	float: left;
	width: 164px;
	padding: 20px 0 20px 30px;
}

h1 img {
	display: block;
}

.hd_title {
	float: left;
	margin: 18px 0 0 20px;
	padding: 9px 14px 9px;
	font-size: 17px;
	font-weight: bold;
	border-left: 1px solid #999;
}

.btn_entry {
	display: block;
	float: right;
	width: 140px;
	height: 70px;
	background: url(../images/icn_nwin.png) center bottom 6px / 13px 11px no-repeat #0075C2;
	color: #FFF !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 70px;
	border-left: 1px solid #FFF;
}

.btn_entry:hover {
	background: url(../images/icn_nwin.png) center bottom 8px / 13px 11px no-repeat #4C9ED4;
	color: #EEE !important;
	line-height: 62px;
}

#header span {
	display: block;
	float: right;
	width: 140px;
	height: 70px;
	background: #ccc;
	color: #FFF !important;
	font-size: 15px;
	font-weight: bold;
	line-height: 70px;
	border-left: 1px solid #FFF;
}





/* - - (nav) - - */

/* - - (footer) - - */

#footerBtm {
	min-width: 1080px;
	padding: 0 30px;
	text-align: left;
	background: #FFF;
}
#footerBtm .inner > p {
	float: left;
	margin: 18px 15px 0 0;
	width: 100px;
}
#footerBtm .inner > p img {
	width: 100%;
	height: auto;
}
#footerBtm .inner > small {
	line-height: 53px;
	font-size: 10px;
	display: inline-block;
	padding-top: 4px;
}
#footerBtm .inner > ul {
	float: right;
	padding: 3px 0 0;
}
#footerBtm .inner > ul li {
	float: left;
	line-height: 53px;
	margin-left: 20px;
}
#footerBtm .inner > ul li a {
	font-size: 11px;
	padding-left: 10px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
}
#footerBtm .inner > ul li a:hover {
	text-decoration: underline;
}





/* - - (content top) - - */

.topimage {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	margin: 0 0 0 0;
	background: url(../images/topimage01.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.topcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 620px;
}

.topcopy_winter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 633px;
}

.lead {
	padding: 60px 0;
	line-height: 1.8;
	background: #FFF;
}

.lead div {
}

.lead div span {
	font-weight: bold;
	font-size: 24px;
}

.content {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	line-height: 1.6;
	text-align: left;
}

.content_whi {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	background: #FFF;
}

h2 {
	color: #222;
	text-align: center;
	font-size: 34px;
}

.subttl {
	margin: 0 0 40px;
	text-align: center;
	color: #25B6BB;
	font-size: 15px;
}

/* course_accordion */

.course_accordion_ttl {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 0 50px;
	padding: 28px 25px 10px;
	cursor: pointer;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.course_accordion_ttl span {
	font-size: 15px;
	font-weight: normal;
}

.course_accordion_ttl01 {
	background: url("../images/bg_subttl_01.png") center center / contain no-repeat;
}

.course_accordion_ttl02 {
	background: url("../images/bg_subttl_02.png") center center / contain no-repeat;
}

.course_accordion_ttl02_comingsoon {
	color: #B2E6E7;
	cursor: auto;
}

.course_accordion_ttl02_comingsoon::after {
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	/*content: "冬季開催予定";*/
	content: "coming soon";
	padding: 14px 40px 12px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.course_accordion_ttl03 {
	background: url("../images/bg_subttl_03.png") center center / contain no-repeat;
}

.course_accordion_ttl03_comingsoon {
	color: #CFD9EE;
	cursor: auto;
}

.course_accordion_ttl03_comingsoon::after {
	display: block;
	position: absolute;
	right: 25px;
	top: 50%;
	content: "coming soon";
	padding: 14px 40px 12px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.course_accordion_ttl04 {
	background: url("../images/bg_subttl_04.png") center center / contain no-repeat;
	padding: 43px 25px 10px;
}

.course_accordion_ttl05 {
	background: url("../images/bg_subttl_05.png") center center / contain no-repeat;
	padding: 43px 25px 10px;
}

.course_accordion_btn:hover {
	opacity: 0.7;
}

.course_accordion_btn::after {
	display: block;
	position: absolute;
	content: "";
	right: 30px;
	top: 50%;
	width: 55px;
	height: 30px;
	background: url("../images/icn_arrow_down_l.png") center center / cover no-repeat;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.course_accordion_btn.selected::after {
	-webkit-transform: translate(0, -50%) rotateX(180deg);
	-ms-transform: translate(0, -50%) rotateX(180deg);
	transform: translate(0, -50%) rotateX(180deg);
}

.course_accordion_cnt {
	display: none;
	margin: -50px 0 60px;
	padding: 60px;
}

.course_accordion_cnt_wh {
	background: #FFF;
}

.course_accordion_cnt_gr {
	background: #EDF4F5;
}

/* course_contnet */

.course_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row-reverse nowrap;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
	margin: 0 0 60px;
}

.course_pic {
	-webkit-flex-basis: 400px;
	-ms-flex-basis: 400px;
	flex-basis: 400px;
	max-width: 400px;
	width: 400px;
}

.course_txt {
	-webkit-flex-basis: 450px;
	-ms-flex-basis: 450px;
	flex-basis: 450px;
	max-width: 450px;
	width: 450px;
	font-size: 16px;
	line-height: 1.6;
}

.course_copy {
	padding: 0 0 15px;
	color: #0075C2;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

h3 {
	padding: 0 0 25px;
	color: #0075C2;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 60px;
	border-top: 1px solid #CCC;
	font-size: 15px;
}

th {
	width: 14%;
	white-space: nowrap;
	padding: 24px 10px 24px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

td {
	padding: 24px 10px 24px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

.intern_note {
	margin: 0 0 80px;
	font-size: 15px;
	text-align: left;
}

/* program */

.program_ttl {
	margin: 0 0 10px;
	font-size: 20px;
	color: #0072BF;
}

.program_txt {
	padding: 0 0 15px 43px;
	font-size: 15px;
}

.program_list {
	margin: 0 40px 20px;
	padding: 18px 22px;
	background: #EEEEEE;
	font-size: 15px;
}

/* past */

.past_box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row-reverse nowrap;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap;
	margin: 0 0 60px;
}

.past_ph {
	-webkit-flex-basis: 560px;
	-ms-flex-basis: 560px;
	flex-basis: 560px;
	max-width: 560px;
	width: 560px;
  text-align: right;
  font-size: 0.75em;
}

.past_ph img {
  display: block;
  margin: 0 0 12px;
}

.past_txt {
	-webkit-flex-basis: 300px;
	-ms-flex-basis: 300px;
	flex-basis: 300px;
	max-width: 300px;
	width: 300px;
	font-size: 15px;
}

.past_box_nopic {
	margin: 0 0 60px;
	font-size: 15px;
}

/* voice */

.voice_list {
	text-align: center;
}

.voice_list li {
	padding: 24px 10px;
	font-size: 15px;
}

.voice_list li:nth-child(even) {
	background: #F1F1F1;
}

.btn_entry_anchor {
	display: block;
	width: 300px;
	height: 60px;
	margin: 20px auto;
	background: url("../images/icn_arrow_down.png") center bottom 6px / auto auto no-repeat #0075C2;
	text-align: center;
	color: #FFF !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 62px;
}

.btn_entry_anchor:hover {
	background: url("../images/icn_arrow_down.png") center bottom 8px / auto auto no-repeat #4C9ED4;
	color: #EEE !important;
}

.btn_entry_anchor_left {
	margin: 20px auto 0 0;
}

.course_cnt_research h3,
.course_cnt_research .course_copy,
.course_cnt_research .program_ttl {
	color: #25B6BB;
}

.course_cnt_data h3,
.course_cnt_data .course_copy,
.course_cnt_data .program_ttl {
	color: #7693CF;
}

/* faq */

.faq_nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}

.faq_nav li {
	-webkit-flex-basis: 280px;
	-ms-flex-basis: 280px;
	flex-basis: 280px;
	max-width: 280px;
	width: 280px;
	height: 80px;
	background: #FFF;
}

.faq_nav li a {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; 
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #F49688;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}

.faq_nav li a::after {
	display: block;
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 15px;
	background: url("../images/icn_arrow_down_wh.png") center center / cover no-repeat;
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.faq_nav li a:hover::after {
	-webkit-transform: translate(-50%, 7px);
	-ms-transform: translate(-50%, 7px);
	transform: translate(-50%, 7px);
}

.qa {
	margin: 0 0 45px;
	padding: 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}

.qa_question {
	margin: 0 0 20px;
	padding: 16px 0 40px 90px;
	color: #F06E5A;
	background: url(../images/icn_q.png) left top / 70px auto no-repeat ;
	font-size: 17px;
	font-weight: bold;
}

.qa_answer {
	min-height: 70px;
	margin: 0 0 30px;
	padding: 10px 0 45px 90px;
	background: url(../images/icn_a.png) left top / 70px auto no-repeat;
	font-size: 15px;
}

/* workflow */

.workflow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
}

.workflow_num {
	-webkit-flex-basis: 90px;
	-ms-flex-basis: 90px;
	flex-basis: 90px;
	max-width: 90px;
	width: 90px;
	margin: 0 0 0;
	padding: 0 0 40px;
	text-align: center;
	color: #F06F5B;
	font-size: 48px;
	font-weight: bold;
	background: url(../images/icn_arrow_down_or.png) center bottom 15px / 24px 14px no-repeat;
}

.workflow:last-child .workflow_num {
	background-image: none;
}

.workflow_txt {
	-webkit-flex-basis: 790px;
	-ms-flex-basis: 790px;
	flex-basis: 790px;
	max-width: 790px;
	width: 790px;
	margin: 0 0 0;
	padding: 20px 0 40px;
	font-size: 15px;
}

.workflow_txt span {
	display: block;
	padding: 0 0 8px;
	color: #F06F5B;
	font-size: 17px;
}

/* entry */

a.btn_entry_nwin {
	display: block;
	width: 540px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/icn_nwin_l.png) right 30px center / 21px 17px no-repeat #0075C2;
	text-align: center;
	color: #FFF !important;
	font-size: 32px;
	font-weight: bold;
	line-height: 82px;
}

a.btn_entry_nwin:hover {
	background: url(../images/icn_nwin_l.png) right 25px center / 21px 17px no-repeat #4C9ED4;
	color: #EEE !important;
}

span.btn_entry_nwin {
	display: block;
	width: 540px;
	height: 80px;
	margin: 0 auto;
	background: #ccc;
	text-align: center;
	color: #FFF !important;
	font-size: 32px;
	font-weight: bold;
	line-height: 82px;
}

#entry {
	padding: 40px 0 20px;
	text-align: center;
}

#entry li {
	display: inline-block;
	width: 360px;
	margin: 0 17px;
	vertical-align: top;
}

#entry li a,
#entry li span {
	display: block;
	width: 100%;
}

#entry li a:hover {
	opacity: 0.7;
}

#entry li span img {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(1);
	opacity: 0.3;
}

/* recommend */

.recommendlist {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 40px;
	text-align: center;
}

.recommendlist li {
	-webkit-flex-basis: 300px;
	-ms-flex-basis: 300px;
	flex-basis: 300px;
	max-width: 300px;
	width: 300px;
}

.recommendlist li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.recommendlist li a:hover {
	opacity: 0.7;
}

.recommendlist li a img {
	display: block;
	margin: 0 0 20px;
}





/* - - (font-size) - - */

.fs10 { font-size: 10px !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fs20 { font-size: 20px !important; }

/* - - (line-height) - - */

.l130 { line-height: 1.3 !important; }
.l150 { line-height: 1.5 !important; }
.l170 { line-height: 1.7 !important; }
.l200 { line-height: 2.0 !important; }
.l240 { line-height: 2.4 !important; }

/* - - (margin) - - */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

/* - - (padding) - - */

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

/* - - (print) - - */

@media print {
	html,body { width: 1080px; }
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {
}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - (width) - - */

.w30 { width: 30% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w80 { width: 80% !important; }
.w90 { width: 80% !important; }
.w100 { width: 100% !important; }

/* - - (common) - - */

html, body {
	font-size: 14px;
}

body {
	position: relative;
	overflow-y: scroll;
	background-image: none;
	background-color: transparent;
}
	
.cnt_pc {
	display: none !important;
}

.cnt_sp {
	display: block !important;
}

.cnt_pc_inline {
	display: none !important;
}

.cnt_sp_inline {
	display: inline !important;
}

.fleft {
	float: none;
	text-align: center;
}

.fright {
	float: none;
	text-align: center;
}

.note {
	text-indent: -1em;
	padding-left: 1em;
}

.note7 {
	text-indent: -1em;
	padding-left: 2em;
}

.note15 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}





/* - - (content common) - - */

#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

.ph_left {
	float: none;
	padding: 0 0 30px 0;
}

.ph_right {
	float: none;
	padding: 0 0 30px 0;
}

hr {
	clear: both;
	border: none;
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 20px 0 50px 0;
	padding: 0 0 0 0;
	border-top: 2px solid #DDD;
}

.background {
	background: url(../images/bg_cnt_sp.jpg) right center / cover no-repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}





/* - - (header) - - */

#header {
	width: 100%;
	min-width: 100%;;
	height: 60px;
	margin: 0 0;
	background: #FFF;
}

h1 {
	float: left;
	width: 114px;
	padding: 18px 0 0 12px;
}

h1 img {
	display: block;
}

.hd_title {
	float: left;
	margin: 0 0 0 0;
	padding: 25px 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	border-left: none;
}

.btn_entry {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/icn_nwin.png) center bottom 8px / 11px auto no-repeat #0075C2;
	color: #FFF !important;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3;
	border-left: 1px solid #FFF;
}

.btn_entry:hover {
	background: url(../images/icn_nwin.png) center bottom 10px / 11px auto no-repeat #4C9ED4;
	color: #EEE !important;
	line-height: 62px;
}

#header span {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	width: 50px;
	height: 60px;
	background: #ccc;
	color: #FFF !important;
	font-size: 9px;
	font-weight: bold;
	line-height: 1.3;
	border-left: 1px solid #FFF;
}





/* - - (nav) - - */

/* - - (footer) - - */

#footerBtm {
	min-width: 100%;
	border-top: 1px solid #f3f5f7;
	padding: 20px 10px 10px;
	text-align: center;
}
#footerBtm .inner > p {
	float: none;
	margin: 0 auto 20px;
	width: 116px;
}
#footerBtm .inner > p img {
	width: 100%;
	height: auto;
}
#footerBtm .inner small {
	text-align: center;
	display: block;
	margin: 0 0 5px;
	line-height: 1.5;
	font-size: 62.5%;
}
#footerBtm .inner > ul {
	float: none;
	margin-bottom: 20px;
}
#footerBtm .inner > ul li {
	float: none;
	text-align: center;
	line-height: 1;
}
#footerBtm .inner > ul li + li {
	margin-top: 10px;
}
#footerBtm .inner > ul li a {
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/icon_arrow.gif) no-repeat left center;
}






/* - - (content top) - - */

.topimage {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 200px;
	margin: 0 0 0 0;
	background: url(../images/topimage01.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.topcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 84%;
}

.topcopy_winter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 84%;
}

.lead {
	width: 100%;
	margin: 0 auto;
	padding: 40px 5%;
	line-height: 1.8;
	text-align: left;
}

.lead div span {
	font-weight: bold;
	font-size: 17px;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 40px 5%;
	line-height: 1.6;
}

.content_whi {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	background: #FFF;
}

h2 {
	color: #222;
	font-size: 24px;
}

.subttl {
	margin: 0 0 40px;
	color: #25B6BB;
	font-size: 14px;
}

/* course_accordion */

.course_accordion_ttl {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 20px 10px 50px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}

.course_accordion_ttl span {
	font-size: 11px;
	font-weight: normal;
}

.course_accordion_ttl01 {
	background: url("../images/bg_subttl_01.png") right center / cover no-repeat;
}

.course_accordion_ttl02 {
	background: url("../images/bg_subttl_02.png") right center / cover no-repeat;
}

.course_accordion_ttl02_comingsoon {
	color: #B2E6E7;
	cursor: auto;
}

.course_accordion_ttl02_comingsoon::after {
	display: block;
	position: absolute;
	right: 50%;
	top: auto;
	bottom: 10px;
	/*content: "冬季開催予定";*/
	content: "coming soon";
	padding: 6px 10px 5px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.course_accordion_ttl03 {
	background: url("../images/bg_subttl_03.png") right center / cover no-repeat;
}

.course_accordion_ttl03_comingsoon {
	color: #CFD9EE;
	cursor: auto;
}

.course_accordion_ttl03_comingsoon::after {
	display: block;
	position: absolute;
	right: 50%;
	top: auto;
	bottom: 10px;
	content: "coming soon";
	padding: 6px 10px 5px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.course_accordion_ttl04 {
	background: url("../images/bg_subttl_04.png") right center / cover no-repeat;
	padding: 20px 10px 50px;
}

.course_accordion_ttl05 {
	background: url("../images/bg_subttl_05.png") right center / cover no-repeat;
	padding: 20px 10px 50px;
}

.course_accordion_btn:hover {
	opacity: 1;
}

.course_accordion_btn::after {
	display: block;
	position: absolute;
	content: "";
	right: 50%;
	top: auto;
	bottom: 15px;
	width: 36px;
	height: 19px;
	background: url("../images/icn_arrow_down_l.png") center center / cover no-repeat;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.course_accordion_btn.selected::after {
	-webkit-transform: translate(50%, 0) rotateX(180deg);
	-ms-transform: translate(50%, 0) rotateX(180deg);
	transform: translate(50%, 0) rotateX(180deg);
}

.course_accordion_cnt {
	display: none;
	margin: -30px 0 40px;
	padding: 20px;
}

.course_accordion_cnt_wh {
	background: #FFF;
}

.course_accordion_cnt_gr {
	background: #EDF4F5;
}

/* course_accordion */

.course_box {
	display: block;
	margin: 0 0 40px;
}

.course_pic {
	max-width: 100%;
	width: 100%;
	margin: 0 0 20px;
}

.course_pic img {
	width: 100%;
}

.course_txt {
	max-width: 100%;
	width: 100%;
	text-align: left;
	font-size: 15px;
}

.course_copy {
	padding: 0 0 10px;
	color: #0075C2;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

h3 {
	padding: 0 0 12px;
	color: #0075C2;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 40px;
	border-top: 1px solid #CCC;
	font-size: 15px;
}

th {
	display: block;
	width: 100%;
	white-space: nowrap;
	padding: 24px 0 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: none;
}

td {
	display: block;
	padding: 4px 0 24px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

.intern_note {
	margin: 0 0 60px;
	font-size: 14px;
	text-align: left;
}

/* program */

.program_ttl {
	margin: 0 0 10px;
	font-size: 17px;
	color: #0072BF;
}

.program_txt {
	padding: 0 0 10px 20px;
	font-size: 15px;
}

.program_list {
	margin: 0 20px 20px;
	padding: 13px 16px;
	background: #EEEEEE;
	font-size: 15px;
}

/* past */

.past_box {
	display: block;
	margin: 0 0 40px;
}

.past_ph {
	max-width: 100%;
	width: 100%;
	margin: 0 0 20px;
  text-align: center;
  font-size: 0.75em;
}

.past_ph img {
  display: block;
  margin: 0 0 12px;
}

.past_txt {
	max-width: 100%;
	width: 100%;
	font-size: 15px;
}

.past_box_nopic {
	margin: 0 0 60px;
	font-size: 15px;
}

/* voice */

.voice_list {
	text-align: left;
}

.voice_list li {
	padding: 24px 15px;
	font-size: 15px;
}

.voice_list li:nth-child(even) {
	background: #F1F1F1;
}

.btn_entry_anchor {
	display: block;
	width: 80%;
	height: 50px;
	margin: 20px auto;
	background: url("../images/icn_arrow_down.png") center bottom 6px / auto auto no-repeat #0075C2;
	text-align: center;
	color: #FFF !important;
	font-size: 17px;
	font-weight: bold;
	line-height: 52px;
}

.btn_entry_anchor:hover {
	background: url("../images/icn_arrow_down.png") center bottom 8px / auto auto no-repeat #4C9ED4;
	color: #EEE !important;
}

.btn_entry_anchor_left {
	margin: 20px auto 0 0;
}

.course_cnt_research h3,
.course_cnt_research .course_copy,
.course_cnt_research .program_ttl {
	color: #25B6BB;
}

.course_cnt_data h3,
.course_cnt_data .course_copy,
.course_cnt_data .program_ttl {
	color: #7693CF;
}

/* faq */

.faq_nav {
	display: block;
	margin: 0 0 40px;
}

.faq_nav li {
	max-width: 100%;
	width: 100%;
	height: 50px;
	margin: 0 0 25px;
	background: #FFF;
}

.faq_nav li a {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center; 
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #F49688;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}

.faq_nav li a::after {
	display: block;
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 15px;
	background: url("../images/icn_arrow_down_wh.png") center center / cover no-repeat;
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.faq_nav li a:hover::after {
	-webkit-transform: translate(-50%, 7px);
	-ms-transform: translate(-50%, 7px);
	transform: translate(-50%, 7px);
}

.qa {
	margin: 10px 0 30px;
	padding: 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}

.qa_question {
	margin: 0 0 15px;
	padding: 0 0 15px 45px;
	color: #F06E5A;
	background: url(../images/icn_q.png) left top / 35px auto no-repeat ;
	font-size: 16px;
	font-weight: bold;
}

.qa_answer {
	min-height: 35px;
	margin: 0 0 15px;
	padding: 0 0 15px 45px;
	background: url(../images/icn_a.png) left top / 35px auto no-repeat;
	font-size: 15px;
}

/* workflow */

.workflow {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
}

.workflow_num {
	-webkit-flex-basis: 10%;
	-ms-flex-basis: 10%;
	flex-basis: 10%;
	max-width: 10%;
	width: 10%;
	margin: 0 0 0;
	padding: 0 0 30px;
	text-align: center;
	color: #F06F5B;
	font-size: 30px;
	font-weight: bold;
	background: url(../images/icn_arrow_down_or.png) center bottom 15px / 24px 14px no-repeat;
}

.workflow:last-child .workflow_num {
	background-image: none;
}

.workflow_txt {
	-webkit-flex-basis: 87%;
	-ms-flex-basis: 87%;
	flex-basis: 87%;
	max-width: 87%;
	width: 87%;
	margin: 0 0 0;
	padding: 8px 0 30px;
	font-size: 15px;
}

.workflow_txt span {
	display: block;
	padding: 0 0 8px;
	color: #F06F5B;
	font-size: 16px;
}

/* entry */

a.btn_entry_nwin {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(../images/icn_nwin_l.png) right 20px center / 16px auto no-repeat #0075C2;
	color: #FFF !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

a.btn_entry_nwin:hover {
	background: url(../images/icn_nwin_l.png) right 17px center / 16px auto no-repeat #4C9ED4;
	color: #EEE !important;
}

span.btn_entry_nwin {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #ccc;
	color: #FFF !important;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

#entry {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 20px;
}

#entry li {
	display: block;
	-webkit-flex-basis: 100%; /* if 2 banners = 48% */
	-ms-flex-basis: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	margin: 0 0;
	vertical-align: top;
}

#entry li a,
#entry li span {
	display: block;
	width: 100%;
}

#entry li a:hover {
	opacity: 0.7;
}

#entry li span img {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(1);
	opacity: 0.3;
}

/* recommend */

.recommendlist {
	display: block;
	padding: 30px 0 20px;
}

.recommendlist li {
	max-width: 80%;
	width: 80%;
	margin: 0 auto 20px;
}

.recommendlist li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
}

.recommendlist li a:hover {
	opacity: 1;
}

.recommendlist li a img {
	display: block;
	margin: 0 0 12px;
}





}









/* - - - - - - - - - - - /end - - - - - - - - - - - */









