@charset "utf-8";





#mainv_box {
	margin-top: 56px;
	padding: 70px 0;
	background: url('/images/mainv_bg.jpg') no-repeat center center;
	background-size: cover;
}
#mainv {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;

	text-align: center;
}





#video_box {
	background: #f7faff;
}
#video {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #ccc;
}

#movie_box {
	padding: 40px 0;
	background: #f7faff;
}
#movie {
	box-sizing: border-box;
	width: 90%;
	max-width: 750px;
	margin: 0 auto 40px;
	background: #ccc;
	border: 1px solid #999;
}





#feature_box {
	padding: 40px 0 80px;
	background: #f7faff;
}
#feature {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 20px;
}
h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url('/images/h_underline.png') no-repeat center bottom;
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	color: #023894;
}
#feature_img {
	margin-bottom: 60px;

	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.feature_img_details {
	width: 50%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#feature_img {
		display: block;
	}
	.feature_img_details {
		width: 100%;
	}
}/* 閉じカッコ */
#communication_text {
	margin-bottom: 30px;

	text-align: center;
	font-size: 150%;
	font-weight: 700;
	color: #023894;
}



.point {
	box-sizing: border-box;
	min-height: 185px;
	margin-bottom: 10px;
	padding: 30px 30px 30px 160px;
}
#point01 {
	background: #fff url('/images/communication01.png') no-repeat left center;
}
#point02 {
	background: #fff url('/images/communication02.png') no-repeat left center;
}
#point03 {
	background: #fff url('/images/communication03.png') no-repeat left center;
}
#point04 {
	background: #fff url('/images/communication04.png') no-repeat left center;
}
@media screen and (max-width: 640px) {
	.point {
		padding-left: 100px;
	}
	#point01,
	#point02,
	#point03,
	#point04 {
		background-size: 100px;
	}
}/* 閉じカッコ */
.point_heading {
	margin-bottom: 10px;

	font-size: 150%;
	font-weight: 700;
	color: #023894;
}
.point_heading strong {
	color: #f6ad3a;
}
.point_note {
	font-size: 75%;
}
.marker {
	background: linear-gradient(transparent 70%, #ff0 70%);
}

#comic_list {
}
#comic_list a {
	display: block;
	max-width: 360px;
	margin: 0 auto;
	padding: 16px 20px 16px 10px;
	background: #fff url('/images/comic_arrow.png') no-repeat center right 10px;
	border: 1px solid #039;
	text-align: center;
	text-decoration: none;
	color: #023894;
	font-size: 125%;
	font-weight: 400;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
#comic_list a:hover {
	background-color: #eef6ff;
}





#unit_box {
	background: 
		url('/images/unit_bg_top.svg') no-repeat center top,
		url('/images/unit_bg_bottom.svg') no-repeat center bottom;
	background-size: 6400px, 4000px;
	background-color: #f7faff;
}
#unit {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#unit_text {
	margin-bottom: 80px;
	text-align: center;
	font-size: 125%;
	font-weight: 700;
}
.unit_type_1 {
	margin-bottom: 60px;
	padding: 0 360px 30px 0;
	background: url('/images/unit_img01.png?202110') no-repeat right bottom;
}
@media screen and (max-width: 970px) {
	.unit_type_1 {
		padding: 0 0 340px;
		background-position: center bottom;
	}
}/* 閉じカッコ */
@media screen and (max-width: 640px) {
	.unit_type_1 {
		padding-bottom: 76%;
		background-size: contain;
	}
}/* 閉じカッコ */
.unit_type_2 {
	margin-bottom: 90px;
	padding: 0 0 320px;
	background: url('/images/unit_img02.png') no-repeat center bottom;
}
@media screen and (max-width: 1080px) {
	.unit_type_2 {
		padding-bottom: 560px;
		background: url('/images/unit_img02_m.png') no-repeat center bottom;
	}
}/* 閉じカッコ */
@media screen and (max-width: 820px) {
	.unit_type_2 {
		padding-bottom: 78%;
		background-size: contain;
	}
}/* 閉じカッコ */
.unit_type_heading_l {
	margin-bottom: 50px;
	padding: 2px 0 2px 30px;
	border-left: 5px solid #023894;
}
.unit_type_heading_r {
	margin-bottom: 50px;
	padding: 2px 30px 2px 0;
	border-right: 5px solid #023894;
	text-align: right;
}
.unit_type_heading_1 {
	margin-bottom: 10px;
	font-size: 187.5%;
	font-weight: 700;
	color: #023894;
}
.unit_type_heading_2 {
	font-size: 112.5%;
	font-weight: 700;
}
.unit_type_heading_note {
	font-size: 75%;
}


.unit_type_text_set {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.unit_type_text_1 {
	margin: 0 20px 30px 0;
	border-bottom: 1px solid #023894;

	font-size: 137.5%;
	font-weight: 700;
	color: #023894;
}
.unit_type_text_1_2 {
	margin-bottom: 30px;

	line-height: 1.2;
	font-weight: 700;
}
.unit_type_text_2 {
	margin-bottom: 20px;

	font-size: 87.5%;
	font-weight: 700;
}
.unit_type_text_3 {
	font-size: 75%;
}

.unit_type_text_lr {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.unit_type_text_l {
	margin-right: 20px;
}
.unit_type_text_r {
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.unit_type_text_lr {
		display: block;
	}
	.unit_type_text_l,
	.unit_type_text_r {
		margin: 0;
	}
}/* 閉じカッコ */



#payment_box {
	background: #f5f5f5;
}
#payment {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#payment_flow {
	margin-bottom: 60px;
	text-align: center;
}


#payment_type {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
}
.payment_heading {
	padding: 10px;
	background: #6cf;
	text-align: center;
	color: #fff;
	font-size: 112.5%;
	font-weight: 700;
}
#payment_type dl {
	overflow: hidden;
}
#payment_type dl dd {
	padding: 40px 0;
	font-size: 137.5%;
	font-weight: 500;
}
#payment_type dl dd:nth-of-type(1) {
	border-bottom: 3px solid #f5f5f5;
}
#payment_type dl dd:nth-of-type(2) {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}
#payment_type dl dd:nth-of-type(3) {
	float: right;
	width: 50%;
	padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
	#payment_type dl dd:nth-of-type(2) {
		float: none;
		width: 100%;
		border-bottom: 3px solid #f5f5f5;
	}
	#payment_type dl dd:nth-of-type(3) {
		float: none;
		width: 100%;
	}
}/* 閉じカッコ */
#payment_type dl dd img {
	margin-top: 10px;
}
#payment_type_note {
	font-size: 93.75%;
}



#payment_register {
	background: #fff;
}
#payment_register dl {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#payment_register dt {
	box-sizing: border-box;
	width: 14em;
}
#payment_register dd {
	box-sizing: border-box;
	width: 100%;
	width: cal(100% - 14em);
	padding: 10px;
}





#flow_box {
}
#flow {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

#flow_step_box {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.flow_step {
	box-sizing: border-box;
	width: 24%;
	margin-bottom: 10px;
	padding: 30px 30px 40px 20px;
	background: url('/images/flow_step_bg.png') no-repeat right center;
}
.flow_step:last-child {
	padding: 30px 20px 40px;
	background-position: left center;
}
@media screen and (max-width: 640px) {
	#flow_step_box {
		display: block;
	}
	.flow_step {
		width: 100%;
		padding: 20px 20px 60px;
		background: url('/images/flow_step_bg_m.png') no-repeat center bottom;
	}
	.flow_step:last-child {
		background-position: left center;
	}
}/* 閉じカッコ */
.flow_step_heading {
	margin-bottom: 10px;
	font-size: 137.5%;
	font-weight: 500;
	color: #f6ad3a;
}
.flow_step_note {
	margin-top: 10px;
	font-size: 62.5%;
}





#area_box {
	background: #f9fff0 url('/images/area_bg.png') no-repeat right center;
}
#area {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}
#area_heading {
	font-size: 112.5%;
	font-weight: 700;
}
#area_content {
	margin-bottom: 20px;
	font-weight: 700;
	color: #693;
	overflow: hidden;
}
#area_content dt {
	float: left;
}
#area_content dd {
	margin: 0 0 10px 10em;
}





#introduction_box {
	background: #fff8ee;
}
#introduction {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#case_box {
	overflow: hidden;
	margin-bottom: 30px;
}
.case {
	float: left;
	width: 30%;
	margin: 0 5% 30px 0;
	background: #fff;
}
.case:nth-child(3n) {
	margin-right: 0;
}
.case:nth-child(3n+1) {
	clear: left;
}
@media screen and (max-width: 640px) {
	.case {
		float: none;
		width: 100%;
		margin: 0 0 30px;
	}
}/* 閉じカッコ */
.case img {
	width: 100%;
}
.case_text {
	padding: 30px 20px 20px;
}
.case_name {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: 700;
}
a.case_details {
	display: block;
	width: 90%;
	max-width: 160px;
	margin: 20px auto 0;
	padding: 10px;
	background: url('/images/case_arrow.png') no-repeat left 20px center;
	border: 1px solid #039;
	text-align: center;
	text-decoration: none;
	color: #023894;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
a.case_details:hover {
	background-color: #eef6ff;
	background-position: left 22px center;
}
#case_list {

}
#case_list a {
	display: block;
	max-width: 360px;
	margin: 0 auto;
	padding: 16px 20px 16px 10px;
	background: #fff url('/images/comic_arrow.png') no-repeat center right 10px;
	border: 1px solid #039;
	text-align: center;
	text-decoration: none;
	color: #023894;
	font-size: 125%;
	font-weight: 400;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
#case_list a:hover {
	background-color: #eef6ff;
}





#download_box {
	background: #f5f5f5;
}
#download {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
}
#download_heading {
	margin-bottom: 40px;
	font-size: 112.5%;
	font-weight: 700;
}
a.download_document {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 47%;
	margin: 0 6% 30px 0;
	padding: 20px 10px 20px 50px;
	background: #fff url('/images/pdf_icon.png') no-repeat left 15px center;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}
a.download_document:hover {
	text-decoration: underline;
	color: #666;
}
a.download_document:nth-of-type(2n) {
	margin-right: 0;
}
@media screen and (max-width: 640px) {
	a.download_document {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}/* 閉じカッコ */





#faq_box {
	background: #f5f5f5;
}
#faq {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

.faq_qa {
	margin-bottom: 20px;
	background: #fff;
}
.faq_q {
	padding: 20px 60px 20px 30px;
	cursor: pointer;
	font-size: 125%;
	font-weight: 700;
}
#faq_q_01,
#faq_q_02,
#faq_q_03,
#faq_q_04,
#faq_q_05,
#faq_q_06,
#faq_q_07,
#faq_q_08,
#faq_q_09 {
	background: url('/images/faq_arrow_off.png') no-repeat right 20px center;
}
.faq_a {
	display: none;
	overflow: hidden;
	padding: 10px 60px 30px;
}
.faq_answer {
	float: left;
	font-size: 187.5%;
	font-weight: 700;
	color: #f6ad3a;
}
.faq_a_text {
	margin-left: 3em;
}
@media screen and (max-width: 640px) {
	.faq_q {
		padding-left: 20px;
	}
	.faq_a {
		padding: 10px 20px 30px;
	}
}/* 閉じカッコ */










/*--------------------------------------------------------------------
お知らせエリア
--------------------------------------------------------------------*/
#info_box {
	padding: 40px 0;
	background: #f7faff;
}
#info {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#info_list {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
#info .post {
	border-bottom: 1px solid #ccc;
}
#info div:nth-last-child(2) {
	border-bottom: none;
}
#info ul {
	clear: both;
	padding: 10px 0;
}
#info ul li {
	display: table-cell;
	overflow: hidden;
}
#info ul li.info_date {
	width: 9em;
}
#info ul li .info_type {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 6em;
	text-align: center;
	border-radius: 6px;
	font-size: 80%;
	color: #777;
}
#info ul li .info_link {
	display: block;
	margin-left: 6em;
}
#info ul li .info_type_news {
	background: #ff9;
}
#info ul li .info_type_md {
	background: #ccf;
}
#info ul li .info_type_savice {
	background: #9ff;
}
#info ul li .info_type_location {
	background: #9f9;
}
#info ul li .info_type_comic {
	border: 1px solid #ccc;
}
#info #to_infolist {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#info .post {
		border-bottom: none;
	}
	#info ul li {
		display: block;
		padding: 6px 0;
	}
	
	#info ul li.info_date {
		width: auto;
		border-bottom: 1px solid #ccc;
	}
}/* 閉じカッコ */





/*--------------------------------------------------------------------
--------------------------------------------------------------------*/









