@charset "utf-8";

/*====================================================================================

		basic layout

====================================================================================*/

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 1.8;
}

body * {
	box-sizing: border-box;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

#page_top {
	clear: both;
	margin: 0;
	text-align: right;
}

img {
	vertical-align: top;
}

a {
	color: #000;
	border: none;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	filter: brightness(140%);
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, a:hover {
		opacity: 0.8;
	}
}


em {
	font-style: normal;
	font-weight: bold;
}

p#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline;
}

img.sp {
	display: none;
}

ul#sp_float_btn {
	display: none;
}


@media screen and (max-width: 768px){
	body {
		font-size: 16px;
	}
	
	.sp_none {
		display: none;
	}
	
	.pc_none {
		display: inline;
	}
	
	img {
		max-width: 100%;
		width: auto;
	}
	
	img.pc {
		display: none;
	}
	
	img.sp {
		display: inline;
	}
	
	p#page_top {
		width: 50px;
		right: 10px;
		bottom: 10px;
	}
	
	ul#sp_float_btn {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 100;
		opacity: 0.85;
	}
	
	ul#sp_float_btn li:not(:last-child) {
		border-right: solid 1px #fff;
	}
	
	ul#sp_float_btn li a {
		cursor: default;
	}
}



/*------------------ clearfix layout ---------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*
*:after {
	content: "";
	display:block;
	clear:both;
}
*/


/*------------------ loading layout ---------------------*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading img {
	width: 234px;
}

@media screen and (max-width: 768px){
	.loading img {
		width: 50%;
	}
}


/*------------------ fadein layout ---------------------*/
.fadein {
	opacity : 0;
	transform: translateY(10px);
	transition: all 1s;
}


/*------------------ form parts layout ---------------------*/
form input[type="text"] {
	padding: 8px 10px;
	border: solid 1px #ddd;
	font-size: 16px;
}

form select {
	padding: 8px 10px;
	border: solid 1px #ddd;
	font-size: 16px;
}

form input::placeholder {
	color: #666;
}

form input[type="checkbox"] {
	margin-right: 10px;
}

form label:not(:last-of-type) {
	margin-right: 30px;
}

form textarea {
	padding: 8px 10px;
	border: solid 1px #ddd;
	font-size: 16px;
}

form input[type="submit"] {
	width: 224px;
	margin: 0 auto;
	padding: 10px 0;
	background: url("../img/icon_arrow01.png") right 20px center / auto no-repeat #fff;
	border: solid 2px #FF8228;
	border-radius: 30px;
	display: block;
	color: #FF8228;
	font-size: 14px;
	font-weight: bold;
	transition: all .3s;
}

form input[type="submit"]:hover {
	background: url("../img/icon_arrow02.png") right 20px center / auto no-repeat #FF8228;
	color: #fff;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, form input[type="submit"] {
		padding: 12px 0 8px;
	}
}


@media screen and (max-width: 768px){
	form input[type="text"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	form label:not(:last-of-type) {
		margin: 0 0 10px;
		display: inline-block;
	}
	
	form textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	form input[type="submit"] {
		width: 60%;
		background: url("../img/icon_arrow01.png") right 15px center / auto no-repeat #fff;
	}
}



/*===============================================================

		header layout

===============================================================*/

header {
	position: relative;
	z-index: 1;
}

header .header_wrapper {
	width: auto;
	height: 75px;
	background-color: #36316D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header .header_wrapper .logo {
	margin: 0 0 0 30px;
	vertical-align: middle;
}

header .header_wrapper .logo img {
	height: 51px;
}

header .header_wrapper ul.btn {
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

header .header_wrapper ul.btn li {
	height: 100%;
	text-align: center;
}

header .header_wrapper ul.btn li a {
	width: 75px;
	height: 100%;
	padding: 42px 0 0;
	border-left: solid 1px #fff;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

header .header_wrapper ul.btn li.tel a {
	background: url("../img/header_tel.png") center 12px / auto 30px no-repeat #130D53;
}

header .header_wrapper ul.btn li.mail a {
	background: url("../img/header_mail.png") center 16px / auto 22px no-repeat #130D53;
}


header .header_main_01 {
	height: 645px;
	background: url("../img/main_bg_01.jpg") center top / auto 100% no-repeat;
	position: relative;
}

header .header_main_01 h1 {
	width: 1000px;
	margin: 0 auto;
}

header .header_main_01 h1 img {
	margin: 33px 0 0 164px;
}

header .header_main_02 {
	height: 353px;
	background: url("../img/main_bg_02.jpg") center top / auto 100% no-repeat;
	position: relative;
}

header .header_main_02 p {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

header .header_main_02 p img {
	margin: 47px 0 0;
}


@media screen and (max-width: 1240px) {
	
}


@media screen and (max-width: 768px){
	header {
		padding: 0;
	}
	
	header .header_wrapper {
		width: auto;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	
	header .header_wrapper .logo {
		width: 50%;
		margin: 0 0 0 20px;
		vertical-align: middle;
	}
	
	header .header_wrapper .logo img {
		width: 100%;
		height: auto;
	}
	
	header .header_wrapper ul.btn li a {
		width: 60px;
		padding: 35px 0 0;
		font-size: 14px;
	}
	
	header .header_wrapper ul.btn li.tel a {
		background: url("../img/header_tel.png") center 10px / auto 25px no-repeat #130D53;
	}
	
	header .header_wrapper ul.btn li.mail a {
		background: url("../img/header_mail.png") center 10px / auto 25px no-repeat #130D53;
	}
	
	
	header .header_main_01 {
		height: auto;
		background: url("../img/sp/main_bg_01.jpg") center top / 100% auto no-repeat;
	}
	
	header .header_main_01 h1 {
		width: auto;
		padding: 40px 5px 60px;
		text-align: center;
	}
	
	header .header_main_01 h1 img {
		margin: 0;
	}
	
	header .header_main_02 {
		height: auto;
		background: url("../img/sp/main_bg_02.jpg") center top / 100% auto no-repeat;
	}
	
	header .header_main_02 p {
		width: auto;
		padding: 30px 20px;
	}
	
	header .header_main_02 p img {
		margin: 0;
	}
}



/*====================================================================================

		#contents layout

====================================================================================*/

#contents {

}

#contents section .inner,
#contents div .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#contents section .inner h2,
#contents div .inner {	
	font-size: 40px;
}
/*
#contents section .inner h2,
#contents div .inner {	
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
}

#contents .btn {
	margin: 15px 0 0;
}

#contents .btn a {
	padding: 15px 70px 18px 60px;
	background: url("../img/icon_arrow_01.png") right 15px center / 16px auto no-repeat #fff;
	border-radius: 6px;
	display: inline-block;
	line-height: 1.0;
	color: #3FB2D9;
	font-size: 17px;
}

#contents .btn a:hover {
	filter: brightness(100%);
	background: url("../img/icon_arrow_02.png") right 15px center / 16px auto no-repeat #3FB2D9;
	color: #fff;
}
*/
/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	/*
	*::-ms-backdrop, #contents .btn a:hover {
		opacity: 1.0;
	}
	*/
}


@media screen and (max-width: 768px){
	#contents section .inner,
	#contents div .inner {
		width: auto;
		margin: 0 20px;
	}
	
	#contents section .inner h2,
	#contents div .inner {	
		font-size: 5vw;
	}
	/*
	#contents .btn {
		margin: 15px 0 0;
		text-align: center;
	}
	
	#contents .btn a {
		padding: 15px 40px 15px 30px;
		display: block;
		font-size: 3.8vw;
	}
	*/
}


/*===============================================================

		#contents .question layout

===============================================================*/

#contents .question {
	height: 794px;
	padding: 60px 0 0;
	background: url("../img/bg_01.jpg") center top / auto 100% no-repeat;
}

#contents .question .inner .box {
	width: 610px;
	margin: 0 0 0 auto;
}

#contents .question .inner .box h2 {
	margin: 0 0 80px;
}

#contents .question .inner .box h2 img {
	width: 100%;
}

#contents .question .inner .box dl {
	padding: 90px 70px 70px;
	background-color: rgba(19,13,83,0.4);
}

#contents .question .inner .box dl dt {
	margin: -126px 0 0;
	text-align: center;
}

#contents .question .inner .box dl dt img {
	width: 300px;
}

#contents .question .inner .box dl dd {
	margin: 30px 0 0;
	padding: 0 0 0 70px;
	background: url("../img/icon_check.png") left center / 40px auto no-repeat;
	color: #fff;
	font-size: 25px;
}

#contents .question .inner .box dl dd em {
	color: #B8F7FE;
	font-weight: 500;
}


@media screen and (max-width: 768px){
	#contents .question {
		height: auto;
		padding: 60px 0;
		background: url("../img/sp/bg_01.jpg") center top / auto 100% no-repeat;
	}
	
	#contents .question .inner .box {
		width: auto;
		margin: 0 auto;
	}
	
	#contents .question .inner .box h2 {
		margin: 0 0 40px;
	}
	
	#contents .question .inner .box dl {
		padding: 60px 20px 30px;
	}
	
	#contents .question .inner .box dl dt {
		margin: -86px 0 0;
		text-align: left;
	}
	
	#contents .question .inner .box dl dt img {
		width: 60%;
	}
	
	#contents .question .inner .box dl dd {
		margin: 20px 0 0;
		padding: 0 0 0 30px;
		background: url("../img/icon_check.png") left 7px / 20px auto no-repeat;
		font-size: 4.2vw;
	}
}


/*===============================================================

		#contents .point layout

===============================================================*/

#contents .point {
	margin: 0 0 60px;
}

#contents .point .c_header {
	height: 347px;
	padding: 60px 0 0;
	background: url("../img/bg_02.jpg") center top / auto 100% no-repeat;
}

#contents .point .c_header .inner h2 {
	text-align: center;
}

#contents .point .point_01 {
	height: 541px;
	padding: 120px 0 0;
	background: url("../img/bg_03.jpg") center top / auto 100% no-repeat;
}

#contents .point .point_02 {
	height: 576px;
	padding: 140px 0 0;
	background: url("../img/bg_04.jpg") center top / auto 100% no-repeat;
}

#contents .point .point_03 {
	height: 576px;
	padding: 150px 0 0;
	background: url("../img/bg_05.jpg") center top / auto 100% no-repeat;
}

#contents .point .point_04 {
	height: 575px;
	padding: 100px 0 0;
	background: url("../img/bg_06.jpg") center top / auto 100% no-repeat;
}

#contents .point .point_05 {
	height: 635px;
	padding: 130px 0 0;
	background: url("../img/bg_07.jpg") center top / auto 100% no-repeat;
}

#contents .point .detail dl {
	font-size: 20px;
}

#contents .point .detail dl dt {
	margin: 0 0 20px;
}

#contents .point .detail dl dt img {
	width: 100%;
}

#contents .point .point_01 dl {
	width: 519px;
}

#contents .point .point_01 dl dd {
	margin: 0 19px 0 0;
}

#contents .point .point_02 dl {
	width: 611px;
	margin: 0 0 0 auto;
}

#contents .point .point_02 dl dd {
	margin: 0 19px 0 0;
}

#contents .point .point_03 dl {
	width: 609px;
}

#contents .point .point_03 dl dd {
	margin: 0 19px 0 0;
}

#contents .point .point_04 dl {
	width: 502px;
	margin: 0 0 0 auto;
}

#contents .point .point_05 dl {
	width: 594px;
}

#contents .point .point_05 dl dd {
	margin: 0 19px 0 0;
}

#contents .point .point_05 p.btn_01 {
	width: 594px;
	margin: 40px 0 0;
	text-align: center;
}

#contents .point .point_05 p.btn_01 img {
	width: 288px;
}


@media screen and (max-width: 768px){
	#contents .point {
		margin: 0 0 40px;
	}
	
	#contents .point .c_header {
		height: auto;
		padding: 40px 0 20px;
		background: url("../img/bg_02.jpg") center top / auto 100% no-repeat;
	}
	
	#contents .point .c_header .inner h2 {
		text-align: center;
	}
	
	#contents .point .point_01 {
		height: auto;
		padding: 80px 0 0;
		background: url("../img/sp/bg_03.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .point .point_02 {
		height: auto;
		padding: 60px 0 0;
		background: url("../img/sp/bg_04.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .point .point_03 {
		height: auto;
		padding: 80px 0 0;
		background: url("../img/sp/bg_05.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .point .point_04 {
		height: auto;
		padding: 70px 0 0;
		background: url("../img/sp/bg_06.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .point .point_05 {
		height: auto;
		padding: 80px 0 0;
		background: url("../img/sp/bg_07.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .point .detail dl {
		font-size: 16px;
	}
	
	#contents .point .detail dl dt img {
		width: 100%;
	}
	
	#contents .point .detail dl dd {
		margin: 0 !important;
	}
	
	#contents .point .point_01 dl {
		width: auto;
	}
	
	#contents .point .point_01 dl dt {
		width: 50%;
		margin: 0 0 20px -10px;
	}
	
	#contents .point .point_02 dl {
		width: auto;
		margin: 0;
	}
	
	#contents .point .point_02 dl dt {
		width: 67%;
		margin: 0 -10px 20px auto;
	}
	
	#contents .point .point_03 dl {
		width: auto;
	}
	
	#contents .point .point_03 dl dt {
		width: 67%;
		margin: 0 0 20px -10px;
	}
	
	#contents .point .point_04 dl {
		width: auto;
		margin: 0;
	}
	
	#contents .point .point_04 dl dt {
		width: 50%;
		margin: 0 -10px 40px auto;
	}
	
	#contents .point .point_05 dl {
		width: auto;
	}
	
	#contents .point .point_05 dl dt {
		width: 64%;
		margin: 0 0 20px -10px;
	}
	
	#contents .point .point_05 p.btn_01 {
		width: auto;
		margin: 40px 15% 0;
		text-align: center;
	}
	
	#contents .point .point_05 p.btn_01 img {
		width: 100%;
	}
}


/*===============================================================

		#contents .contact layout

===============================================================*/

#contents .contact {
	height: 500px;
	padding: 22px 0 0;
	background: url("../img/contact_bg.jpg") center top / auto 100% no-repeat;
}

#contents .contact .inner {

}

#contents .contact.last {
	
}

#contents .contact .inner h2 {
	width: 570px;
	margin: 0 0 0 -40px;
}

#contents .contact .inner h2 img {
	width: 100%;
}

#contents .contact .inner p {
	width: 570px;
	margin: 0 0 0 -40px;
}

#contents .contact .inner p img {
	width: 100%;
}

#contents .contact .inner ul {
	display: flex;
	justify-content: space-between;
}

#contents .contact .inner ul li {
	width: 480px;
}

#contents .contact .inner ul li img {
	width: 100%;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .contact .inner ul li.tel a:hover {
		opacity: 0.8;
	}
}


@media screen and (max-width: 768px){
	#contents .contact {
		height: auto;
		padding: 0 0 40px;
		background: url("../img/sp/contact_bg.jpg") center top / 100% auto no-repeat;
	}
	
	#contents .contact .inner {
		margin: 0;
	}
	
	#contents .contact.last {
		
	}
	
	#contents .contact .inner h2 {
		width: auto;
		margin: 0;
	}
	
	#contents .contact .inner p {
		width: auto;
		margin: 0 0 5px;
	}
	
	#contents .contact .inner ul {
		margin: 0 20px;
		display: block;
	}
	
	#contents .contact .inner ul li {
		width: auto;
	}
	
	#contents .contact .inner ul li:first-of-type {
		margin: 0 0 10px;
	}
}


/*===============================================================

		#contents .results layout

===============================================================*/

#contents .results {
	height: 884px;
	padding: 60px 0 0;
	background: url("../img/bg_08.jpg") center top / auto 100% no-repeat;
}

#contents .results .inner h2 {
	text-align: center;
	position: relative;
	z-index: 2;
}

#contents .results .inner h2 img {
	width: 732px;
}

#contents .results .inner ul {
	margin: -54px 0 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#contents .results .inner ul li {
	width: 480px;
	padding: 30px;
	background-color: rgba(255,255,255, 0.75);
	text-align: center;
}

#contents .results .inner ul li p:first-of-type {
	margin: 0 0 40px;
}

#contents .results .inner ul li p img {
	width: 100%;
}

#contents .results .inner ul li:first-of-type p:last-of-type img {
	width: 393px;
}

#contents .results .inner p.caution {
	margin: 20px 0 0;
	text-align: right;
	font-size: 16px;
}


@media screen and (max-width: 768px){
	#contents .results {
		height: auto;
		padding: 40px 0 20px;
		background: url("../img/sp/bg_08.jpg") center top / auto 100% no-repeat;
	}
	
	#contents .results .inner h2 img {
		width: auto;
	}
	
	#contents .results .inner ul {
		margin: 0;
		display: block;
	}
	
	#contents .results .inner ul li {
		width: auto;
		padding: 20px;
	}
	
	#contents .results .inner ul li:first-of-type,
	#contents .results .inner ul li p:first-of-type {
		margin: 0 0 20px;
	}
	
	#contents .results .inner ul li:first-of-type p:last-of-type img {
		width: 100%;
	}
}


/*===============================================================

		#contents .demerit layout

===============================================================*/

#contents .demerit {
	height: 464px;
	padding: 60px 0 0;
	background: url("../img/bg_09.jpg") center top / auto 100% no-repeat;
}

#contents .demerit .inner h2 {
	margin: 0 auto 36px;
	text-align: center;
}

#contents .demerit .inner dl {
	display: flex;
	justify-content: space-between;
}

#contents .demerit .inner dl div {
	width: 480px;
	padding: 30px;
	background-color: rgba(19,13,83, 0.5);
	border: solid 1px rgba(255,255,255, 0.8);
}

#contents .demerit .inner dl div dt {
	margin: 0 0 10px;
	text-align: center;
}

#contents .demerit .inner dl div:first-of-type dt img {
	width: 316px;
}

#contents .demerit .inner dl div:last-of-type dt img {
	width: 271px;
}

#contents .demerit .inner dl div dd {
	color: #fff;
	font-size: 18px;
}


@media screen and (max-width: 768px){
	#contents .demerit {
		height: auto;
		padding: 40px 0 20px;
		background: url("../img/sp/bg_09.jpg") center top / cover no-repeat;
	}
	
	#contents .demerit .inner h2 {
		margin: 0 auto 20px;
	}
	
	#contents .demerit .inner h2 img {
		width: 90%;
	}
	
	#contents .demerit .inner dl {
		display: block;
	}
	
	#contents .demerit .inner dl div {
		width: auto;
		padding: 20px;
	}
	
	#contents .demerit .inner dl div:first-of-type {
		margin: 0 0 20px;
	}
	
	#contents .demerit .inner dl div dt {
		margin: 0 0 10px;
		text-align: center;
	}
	
	#contents .demerit .inner dl div:first-of-type dt img {
		width: 90%;
	}
	
	#contents .demerit .inner dl div:last-of-type dt img {
		width: 80%;
	}
	
	#contents .demerit .inner dl div dd {
		font-size: 16px;
	}
}


/*===============================================================

		#contents .reason layout

===============================================================*/

#contents .reason {
	padding: 130px 0 20px;
	background: url("../img/bg_10.jpg") center top / auto no-repeat #fff;
}

#contents .reason .inner {
	
}

#contents .reason .inner h2 {
	margin: 0 0 50px;
	text-align: center;
}

#contents .reason .inner h2 img {
	width: 468px;
}

#contents .reason .inner article {
	margin: 0 auto 70px;
	padding: 45px 50px;
	background-color: rgba(19,12,82, 0.15);
}

#contents .reason .inner article:nth-of-type(3) {
	margin: 0 auto;
}

#contents .reason .inner article .article_box h3 {
	margin: 0 0 40px;
}

#contents .reason .inner article:nth-of-type(1) .article_box h3 img {
	width: 888px;
}

#contents .reason .inner article:nth-of-type(2) .article_box h3 img {
	width: 100%;
}

#contents .reason .inner article:nth-of-type(3) .article_box h3 img {
	width: 676px;
}


#contents .reason .inner article .article_box div {
	display: flex;
	justify-content: space-between;
}

#contents .reason .inner article .article_box div p:last-of-type {
	margin: 0 0 0 30px;
}


@media screen and (max-width: 768px){
	#contents .reason {
		padding: 100px 0 20px;
		background: url("../img/sp/bg_10.jpg") center top / auto no-repeat #fff;
	}
	
	#contents .reason .inner h2 {
		margin: 0 0 40px;
	}
	
	#contents .reason .inner h2 img {
		width: 86%;
	}
	
	#contents .reason .inner article {
		width: auto;
		margin: 0 auto 40px;
		padding: 20px;
	}
	
	#contents .reason .inner article .article_box h3 {
		margin: 0 0 20px;
		font-size: 5vw;
		line-height: 1.4;
	}
	
	#contents .reason .inner article .article_box h3 img {
		width: 100% !important;
	}
	
	#contents .reason .inner article .article_box div {
		display: block;
	}
	
	#contents .reason .inner article .article_box div p:first-of-type {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	#contents .reason .inner article .article_box div p:last-of-type {
		margin: 0;
	}
}


/*===============================================================

		#contents .flow layout

===============================================================*/

#contents .flow {
	padding: 130px 0 60px;
	background: url("../img/bg_11.jpg") center top / auto no-repeat #7FD6F7;
}

#contents .flow .inner h2 {
	margin: 0 0 50px;
	text-align: center;
}

#contents .flow .inner h2 img {
	
}

#contents .flow .inner ol {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .flow .inner ol li {
	width: 310px;
	padding: 10px;
	background-color: rgba(255,255,255, 0.65);
	position: relative;
}

#contents .flow .inner ol li:nth-of-type(1),
#contents .flow .inner ol li:nth-of-type(2),
#contents .flow .inner ol li:nth-of-type(3) {
	margin: 0 0 90px;
}

#contents .flow .inner ol li p img {
	width: 290px;
}

#contents .flow .inner ol li dl dt {
	margin: 30px 0 10px;
	position: relative;
	text-align: center;
}

#contents .flow .inner ol li dl dt img {
	width: auto;
	height: 49px;
}

#contents .flow .inner ol li:nth-of-type(1) dl dt img,
#contents .flow .inner ol li:nth-of-type(4) dl dt img {
	width: auto;
	height: 53px;
}

#contents .flow .inner ol li dl dd {
	margin: 0 20px 20px;
}


@media screen and (max-width: 768px){
	#contents .flow {
		padding: 100px 0 40px;
		background: url("../img/sp/bg_11.jpg") center top / auto no-repeat #7FD6F7;
	}
	
	#contents .flow .inner h2 {
		margin: 0 0 40px;
	}
	
	#contents .flow .inner h2 img {
		width: 50%;
	}
	
	#contents .flow .inner ol {
		display: block;
	}
	
	#contents .flow .inner ol li {
		width: auto;
		margin: 0 0 20px;
		padding: 20px;
		position: relative;
	}
	
	#contents .flow .inner ol li:nth-of-type(1),
	#contents .flow .inner ol li:nth-of-type(2),
	#contents .flow .inner ol li:nth-of-type(3) {
		margin: 0 0 20px;
	}
	
	#contents .flow .inner ol li:last-of-type {
		margin: 0;
	}
	/*
	#contents .flow .inner ol li h3 {
		width: 25%;
		position: absolute;
		right: 15px;
		top: -28px;
	}
	
	#contents .flow .inner ol li h3 img {
		height: auto;
	}
	*/
	#contents .flow .inner ol li p {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
	#contents .flow .inner ol li dl dt {
		margin: 20px 0 10px;
	}
	
	#contents .flow .inner ol li dl dt img {
		width: auto;
		height: 40px;
	}
	
	#contents .flow .inner ol li:nth-of-type(1) dl dt img,
	#contents .flow .inner ol li:nth-of-type(4) dl dt img {
		width: auto;
		height: 40px;
	}
	
	#contents .flow .inner ol li dl dd {
		margin: 0;
	}
}


/*===============================================================

		#contents .fee layout

===============================================================*/

#contents .fee {
	padding: 60px 0 0;
	background: url("../img/bg_12.jpg") center top / auto no-repeat #B5A57F;
}

#contents .fee .inner {
	
}

#contents .fee .inner h2 {
	margin: 0 0 50px;
	text-align: center;
}

#contents .fee .inner h2 img {
	width: 188px;
}

#contents .fee .inner .wrapper {
	padding: 0 35px;
	background-color: rgba(255,255,255, 0.65);
}

#contents .fee .inner .box {
	border-bottom: solid 2px #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contents .fee .inner .box_01 {
	padding: 50px 0 35px;
}

#contents .fee .inner .box_02 {
	padding: 25px 0;
}

#contents .fee .inner .box p:first-of-type img {
	width: 434px;
}

#contents .fee .inner .box p:last-of-type img {
	width: 460px;
}

#contents .fee .inner p.card {
	padding: 45px 0 40px;
	text-align: center;
}


@media screen and (max-width: 768px){
	#contents .fee {
		padding: 40px 0 20px;
		background: url("../img/sp/bg_12.jpg") center top / cover no-repeat #B5A57F;
	}
	
	#contents .fee .inner h2 {
		margin: 0 0 40px;
	}
	
	#contents .fee .inner h2 img {
		width: 30%;
	}
	
	#contents .fee .inner .wrapper {
		padding: 10px 20px;
	}
	
	#contents .fee .inner .box {
		border-bottom: none;
		display: block;
	}
	
	#contents .fee .inner .box_01 {
		padding: 0;
	}
	
	#contents .fee .inner .box_02 {
		padding: 0;
	}
	
	#contents .fee .inner .box p {
		padding: 20px 0;
		border-bottom: solid 2px #fff;
	}
	
	#contents .fee .inner .box p:first-of-type img {
		width: 100%;
	}
	
	#contents .fee .inner .box p:last-of-type img {
		width: 100%;
	}
	
	#contents .fee .inner p.card {
		padding: 25px 0;
	}
}


/*===============================================================

		#contents .faq layout

===============================================================*/

#contents .faq {
	padding: 150px 0 100px;
	background: url("../img/bg_13.png") center top / auto no-repeat;
}

#contents .faq .inner h2 {
	margin: 0 0 50px;
	text-align: center;
}

#contents .faq .inner h2 img {
	width: 384px;
}

#contents .faq .inner dl dt {
	padding: 45px 0 45px 110px;
	background-color: #DCDBE5;
	position: relative;
	color: #130C52;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .faq .inner dl dt::before {
	content: "";
	width: 50px;
	height: 59px;
	position: absolute;
	left: 39px;
	top: calc(50% - 29.5px);
}

#contents .faq .inner dl dt::before {
	background: url("../img/icon_q.png") left top / 100% auto no-repeat;
}

#contents .faq .inner dl dd {
	padding: 30px 0 60px 110px;
	background: url("../img/icon_a.png") 37px 43px / auto no-repeat;
	line-height: 2.0;
}

#contents .faq .inner p.btn {
	margin: 0 0 0 110px;
}

#contents .faq .inner p.btn a img {
	width: 288px;
}

/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .faq .inner p.btn a:hover {
		opacity: 1.0;
	}
}


@media screen and (max-width: 768px){
	#contents .faq {
		padding: 100px 0 60px;
		background: url("../img/bg_13.png") center top / auto no-repeat;
	}
	
	#contents .faq .inner h2 {
		margin: 0 0 40px;
	}
	
	#contents .faq .inner h2 img {
		width: 62%;
	}
	
	#contents .faq .inner dl dt {
		padding: 20px 15px 20px 50px;
		font-size: 4vw;
		line-height: 1.4;
	}
	
	#contents .faq .inner dl dt::before {
		width: 25px;
		height: 30px;
		left: 15px;
		top: 18px;
	}
	
	#contents .faq .inner dl dt::before {
		background: url("../img/icon_q.png") left top / 100% auto no-repeat;
	}
	
	#contents .faq .inner dl dd {
		padding: 20px 0 40px 50px;
		background: url("../img/icon_a.png") 15px 28px / 7% auto no-repeat;
		line-height: 1.8;
	}
	
	#contents .faq .inner dl dd:nth-of-type(5) {
		padding: 20px 0 20px 60px;
	}
	
	#contents .faq .inner p.btn {
		width: 70%;
		margin: 0 auto;
	}
	
}



/*====================================================================================

		footer layout

====================================================================================*/

footer {
	padding: 30px 0;
}

footer p.copy {
	text-align: center;
	color: #545454;
	font-size: 15px;
}


@media screen and (max-width: 768px){
	footer {
		padding: 30px 0 95px;
	}
	
	footer p.copy {
		font-size: 3vw;
	}
}

