@charset "UTF-8";

/* 共通 /////////////////////////////////////////////////////////////////////////////////*/



/* SP */
@media screen and (max-width: 767px) {
	
	#main_bg{
		padding: 25px 0 45px 0;
	}	
	
	#header h1{
		padding: 0;
		text-align: center;
	}
	
	#header h1 img {
		width: 186px;
	}
}


/* メインビジュアル /////////////////////////////////////////////////////////////////////////////////*/


.select_region {
	/*text-align: center;*/
	color: #0b3775;
	display: table;
	margin: 0 auto 30px auto;
	text-align: center;
}

.select_region strong {
	font-size: 18px;
	padding-right: 1em;
	display: table-cell;
	vertical-align: middle;
	
}

.select_region span.other {
	font-size: 12px;
	vertical-align: middle;
	display: table-cell;
}




/* SP */
@media screen and (max-width: 767px) {
	
	.select_region {
		display: block;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	
	.select_region strong {
		font-size: 16px;
		line-height: 1.2;
		padding-right: 1em;
		margin-bottom: 0.5em;
		display: block;
		width: 100%;
		text-align: center;
		
	}
	
	.select_region span.other  {
		font-size: 12px;
		vertical-align: middle;
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	

	
	
}



/* 概要 /////////////////////////////////////////////////////////////////////////////////*/

#content_00{
	width: 100%;
	background: #0b3775;
}

#content_00 .title_box {
	text-align: center;
	padding: 22px 0;
}

#content_00 .inner{
	background: #fff;
	width: 100%;
}

#content_00 article {
	width: 960px;
	margin: 0 auto;
	border-top: 2px solid #0b3775;
	padding: 35px 0;
	
	font-size: 16px;
	word-break: break-word;
}

#content_00 #summary_01 {
	border-top: none;
	background: 
}

#content_00 article h4 {
	margin-bottom: 20px;
}

#content_00 #summary_01 .content_00_txt {
	color: #0b3775;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 18px;
}
#content_00 #summary_01 .content_00_txt span {
	color: #ed6e46;
}


#content_00 #summary_01 li{
	list-style: disc;
	margin-left: 1.5em;
}

#content_00 .content_00_down {
	text-align: right;
	margin-top: 20px;
	
	vertical-align: middle;
}

#content_00 a.link_arrow {
	font-size: 13px;
}

#content_00 .mb {
	margin-bottom: 1em;
}


#content_00 .txt_licence {
	color: #ed6e46;
	font-weight: bold;
	margin-bottom: 1em;
}

#content_00 .txt_licence strong {
	font-size: 26px;
}

#content_00 .txt_licence span{
	color: #000;
}
#content_00 .txt_licence span.attention{
	font-size: 12px;
	font-weight: normal;
}

#content_00 .question {
	background: url(../../../pro/img/icon_question.svg) no-repeat left center;
	padding: 13px 10px 13px 30px;
}






#content_00 ul.menu .main_menu{
	background: url(../../../pro/img/icon_question.svg) no-repeat left center;
	padding: 13px 10px 13px 30px;
	color: #0b3775;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}




#content_00 ul.menu .main_menu:hover {
	color: #ed6e46;
	
}
#content_00 ul.menu .main_menu:active {
	color: #000;
}


#content_00 ul.menu .main_menu img{
	vertical-align: middle;
}


@media screen and (max-width:767px){
#content_00 ul.menu .main_menu{
	background: url(../../../pro/img/icon_question.svg) no-repeat left 23%;
	padding: 13px 10px 13px 30px;
	color: #0b3775;
	font-size: 16px;
	font-weight: bold;
}
	
}


#content_00 ul.menu .main_menu img.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


#content_00 ul.menu .sub_menu{
	padding: 0 0 20px 0;
}

#content_00 #summary_03 ul.menu .sub_menu {
	display: none;
}

#content_00 h5 {
	color: #ed6e46;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* #summary_03 li a.link_arrow, */
#content_00 #summary_03 li {
	font-size: 16px;
}


#content_00 #summary_03 li a{
	font-size: 16px;
}


#content_00 #summary_04 .content_00_txt {
	font-size: 18px;
	color: #0b3775;
	font-weight: bold;
	margin-bottom: 1em;
}

#content_00 #summary_04 li{
	list-style: disc;
	margin-left: 1.5em;
}

#content_00 #summary_04 .timetable {
	margin: 20px auto 0;
	text-align: center;
}



#summary_05 #panel01{
	display: table;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 50px 0;
	color: #000;
	max-height: initial;
}


#summary_05 .panel_box{
	display: table-cell;
	width: 28%;
}


#summary_05 .panel_box ul{
	margin-top: 25px;
}

#summary_05 p.attention{
	font-size: 12px;
}
#summary_05 .panel_box.arrow{
	text-align: center;
	width: auto;
}


#summary_06 li.en{
	font-size: 13px;
	padding-top: 10px;
}

#summary_06 li.en ul{
	display: inline-block;
}
#summary_06 li.en li{
	display: inline-block;
	margin: 0 0.5em;
}


/* SP */
@media screen and (max-width: 767px) {
	

	section#content_00 {
		padding: 0;
	}
	
	#content_00 .title_box {
		padding: 22px 5%;
	}
	
	section#content_00 .inner {
		padding: 0 5%;
	}
	
	#content_00 article {
		width: 100%;
	}
	
	#content_00 article h4 img{
		height: 29px;
		width: auto;
			
	}
	
	
	#summary_05 #panel01{
		display: block;
		width: 100%;
		padding: 25px 0;

	}
	
	#summary_05 h3{
		margin-bottom: 30px;
	}	
	

	
	
	#summary_05 .panel_box{
		display: block;
		margin: 20px 0;
		width: 100%;
	}
	
	
	#summary_05 #panel01 .panel_box ul{
		margin-top: 25px;
	}
	
	#summary_05 #panel01 .panel_box a{
		color: #003567;
		text-decoration: none;
	}	
	
	#summary_05 .panel_box img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#summary_05 .panel_box.arrow img{
		width: 62px;
		height: auto;
	}

}




/*　申し込みボタンエリア　/////////////////////////////////////////////////////////////////////////////*/

.content_btn .btn_box{
	width: auto;
}

.content_btn .content_btn_tel img{
	max-width: inherit;
}

/* SP */
@media screen and (max-width: 767px) {
	
	.content_btn .btn_box{
		margin-bottom: 30px;
	}
	.content_btn .content_btn_tel {
		margin: 20px 0 0 0;
		text-align: center;
	}
	
	.content_btn .content_btn_arrow li {
		display: inline-block;
		padding: 0 10px;
	}
	
	
}


/*　ポップアップ　/////////////////////////////////////////////////////////////////////////////*/

.viewer h4, 
.group h4 {
	width: 90%;
	margin: 2em auto 1em auto;
}
.viewer .inner,
.group .inner {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
}

.viewer .fig_r,
.group .fig_r {
	float: right;
	width: 55%;
	padding: 0 0 10px 20px;
	text-align: center;
}

.viewer .fig_r {
	width: 30%;
}

.viewer .fig_r img,
.group .fig_r img {
	max-width: 100%;
	height: auto;	
}

@media screen and (max-width: 1024px) {
	.viewer .fig_r,
	.group .fig_r {
		float: none;
		width: auto;
		margin: 30px auto;
		padding: 0;
	}
	.viewer .fig_r img {
		max-width: 300px;
		height: auto;
	}
	.group .fig_r img {
		max-width: 393px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	
	.viewer .fig_r img,
	.group .fig_r img {
		max-width: 100%;
		height: auto;
	}
	
}


.white-popup-block.select_region{
	width: 800px;
}

.select_region .select_region_table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
	display: table;
}

.select_region .th {
	background: #ccc;
	padding: 10px 10px;
	font-size: 14px;
	display: table-cell;
}

.select_region .th span {
	background: #003567;
	color: #fff;
	font-size: 11px;
	padding: 3px 6px;
	margin-left: 1em;
}

.select_region .td {
	
	background: #eee;
	padding: 10px 10px;
	font-size: 14px;
	display: table-cell;
}

.select_region select {
	width: 100%;
}


.select_region .btn_submit {
	display: inline-block;
	background: #ef3900 url(../img/icon_link_arrow_w.svg) no-repeat 90% center;
	color: #fff;
	
	padding: 1em 2em 1em 1.5em;
	line-height: 1.2;
	text-align: center;
	
	cursor: pointer;
	margin-bottom: 40px;
	
	-webkit-transition:.5s all ease;
	-ms-transition:.5s all ease;
	transition:.5s all ease;
}

.select_region .btn_submit:hover {
	background: #ed6e46 url(../img/icon_link_arrow_w.svg) no-repeat 90% center;
}

/* SP */
@media screen and (max-width: 767px) {
	
	
		
	
	.select_region .select_region_table {
		display: table;
		width: 100%;
	}
	.select_region .th {
		display: block;
		padding: 10px 10px;
		font-size: 14px;
		width: 100%;
	}
	
	.select_region .td {
		display: block;
		background: #eee;
		padding: 10px 10px;
		font-size: 14px;
		width: 100%;
	}
	
}

	