@charset "UTF-8";
/* clearfix */
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* box-sizing */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* hide */
.text_hide { text-indent: -9999px; }
.display_none { display: none !important; }
/* link */
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; opacity: 0.7; }
a:active { color: black; text-decoration: none; }
a.text { text-decoration: underline; }
a.text:link { text-decoration: underline; }
a.text:hover { text-decoration: underline; opacity: 0.7; }
a.blue { color: blue; text-decoration: none; }
a.blue:link { color: blue; text-decoration: underline; }
a.blue:hover { color: blue; text-decoration: underline; opacity: 0.7; }
body.pc a[ href^="tel:" ] { color: #464646; text-decoration: none;/* cursor: default; pointer-events: none; */}
body:not(.pc) a[ href^="tel:" ] { color: blue; text-decoration: underline; cursor: pointer; }
/* indent */
.txt-ind { margin-left: 1em !important; text-indent: -1.0em !important; }
.noind { margin-left: 0em !important; text-indent: 0em !important; }
/* margin padding */
.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt1em { margin-top: 1em !important; }
.mt2em { margin-top: 2em !important; }
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !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; }
.mr60 { margin-right: 60px !important; }
.ml0 { margin-left: 0px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt1em { padding-top: 1em !important; }
.pt2em { padding-top: 2em !important; }
.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb1em { padding-bottom: 1em !important; }
.pb2em { padding-bottom: 2em !important; }
.pr0 { padding-right: 0px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pl0 { padding-left: 0px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }

.mb60_40 { margin-bottom: 60px !important; }
.mb40_20 { margin-bottom: 40px !important; }
.mb20_10 { margin-bottom: 20px !important; }
@media screen and (max-width:768px){
	.mb60_40 { margin-bottom: 40px !important; }
	.mb40_20 { margin-bottom: 20px !important; }
	.mb20_10 { margin-bottom: 10px !important; }
}
/* align */
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }
.adjust { text-align: justify !important; text-justify: inter-ideograph !important; }
.inline_block, .nobr { display: inline-block; font-weight: inherit; }
.per140 { font-size: 140%; }
.per80 { font-size: 80%; }
.per63 { font-size: 63%; }
sup { position: relative; top: -0.1em; /*font-size: 80%;*/ }
sub { vertical-align: bottom; position: relative; top: 0.4em; font-size: 80%; }
.bold { font-weight: bold !important; }
@media screen and (max-width:768px){
	.adjust_sp { text-align: justify !important; text-justify: inter-ideograph !important; }
}
/* float */
.clearboth { clear: both !important; }
/* image */
img { max-width: 100%; }
.image_left { float: left; margin: 0px 20px 20px 0px; }
.image_right { float: right; margin: 0px 0px 20px 20px; }
/* smart phone */
body.pc .onlypc { display: block !important; }
body.pc .onlypc_inline { display: inline-block !important; }
body.pc .onlysp { display: none !important; }
body.pc .onlysp_inline { display: none !important; }
/*
.only5s { display: none !important; }
.only5s_inline { display: none !important; }
*/
body.sp .onlypc { display: none !important; }
body.sp .onlypc_inline { display: none !important; }
body.sp .onlysp { display: block !important; }
body.sp .onlysp_inline { display: inline-block !important; }
/*
@media screen and ( max-width:736px ){
	.onlypc { display: none !important; }
	.onlypc_inline { display: none !important; }
	.onlysp { display: block !important; }
	.onlysp_inline { display: inline-block !important; }
}
@media screen and ( max-width:320px ){
	.only5s { display: block !important; }
	.only5s_inline { display: inline-block !important; }
}
*/
/* yugothic ie */
@media all and (-ms-high-contrast: none) { .ie { position: relative; top: 0.2em !important; } }
/* float */
.cont_left { float: left; }
.cont_right { float: right; }



/* ------------------- base ------------------- */
body {
	width: 100%;
	height: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	min-width: 1240px;
	text-size-adjust: 100%;
	font-size: 18px;
	line-height: 2em;
}
.contents {
	padding: 150px 0px;
}
.cont_outer {
	position: relative;
	z-index: 1;
	width: 1240px;
	margin: auto;
	padding: 1px 20px 0px;
}
	/* sp */
	body.sp {
		min-width: auto;
		text-size-adjust: 100%;
		font-size: 4.102vw;
		line-height: 1.75em;
		overflow-x: hidden;
	}
	.sp .contents {
		padding: 13.333vw 0px;
	}
	.sp .cont_outer {
		position: relative;
		z-index: 1;
		width: 100%;
		margin: auto;
		padding: 0px 6.867vw;
	}



/* ------------------- fonts ------------------- */
p.circle {
	width: 380px;
	display: inline-block;
	padding: 9px 20px;
	background-color: #69BC82;
	font-size: 24.5px;
	font-weight: bold;
	line-height: 1em;
	color: white;
	text-align: center;
	border-radius: 32px;
	margin: 46px 0px 0px;
}
p.cap {
	font-size: 16px;
	line-height: 2em;
	margin-top: 6px;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.75em;
	text-align: center;
	margin-bottom: 70px;
}
h3.check {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.75em;
	border-bottom: 2px dotted #009844;
	padding-left: 45px;
	margin: 50px 0px 20px;
}
h3.check:before {
	content: '';
	display: inline-block;
	width: 39px;
	height: 32px;
	background-image: url( "../images/img_icon_check.svg" );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 12px;
	left: 0px;
}
h3.circle {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75em;
	text-align: center;
	color: white;
	background-color: #69BC82;
	border-radius: 32px;
	padding: 11px 20px;
	margin-bottom: 40px;
}
h3.circle.blue {
	background-color: #143578;
}
.sizeup {
	font-size: 18px;
	line-height: 2em;
}
	/* sp */
	.sp p.circle {
		display: block;
		width: 100%;
		padding: 2.4vw 5.333vw;
		background-color: #69BC82;
		font-size: 3.58vw;
		font-weight: bold;
		line-height: 1em;
		color: white;
		border-radius: 4.267vw;
		margin: -0.267vw 0px 3.5vw;
		position: relative;
		z-index: 1;
	}
	.sp p.cap {
		font-size: 3.077vw;
		line-height: 1.75em;
		margin-top: 1.6vw;
	}
	.sp h2 {
		font-size: 6.13vw;
		font-weight: bold;
		line-height: 1.75em;
		text-align: center;
		margin-bottom: 5.333vw;
	}
	.sp h3.check {
		position: relative;
		font-size: 4.95vw;
		font-weight: bold;
		line-height: 1.75em;
		border-bottom: 2px dotted #009844;
		padding-left: 8vw;
		margin: 13.333vw 0px 5.333vw;
	}
	.sp h3.check:before {
		content: '';
		display: inline-block;
		width: 6.4vw;
		height: 5.333vw;
		background-image: url( "../images/img_icon_check.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 2.0vw;
		left: 0px;
	}
	.sp h3.circle {
		width: 66.667vw;
		font-size: 5.113vw;
		font-weight: bold;
		line-height: 1.0em;
		text-align: center;
		color: white;
		background-color: #69BC82;
		border-radius: 4.267vw;
		padding: 1.533vw 1.067vw 1.667vw;
		margin: 0px auto 3.846vw;
	}
	.sp h3.circle.sp_max {
		width: 100%;
	}
	.sp h3.circle.blue {
		background-color: #143578;
	}
	.sp .sizeup {
		font-size: 4.097vw;
		line-height: 2em;
	}



/* ------------------- color ------------------- */
.col_green {
	color: #009844;
	font-weight: inherit;
}
.col_green2 {
	color: #005F67;
	font-weight: inherit;
}
.col_yellow {
	color: #F29600;
	font-weight: inherit;
}
.col_purple {
	color: #4D4585;
	font-weight: inherit;
}
.col_red {
	color: #C23F39;
	font-weight: inherit;
}
.col_blue {
	color: #00608B;
	font-weight: inherit;
}
.col_white {
	color: white;
	font-weight: inherit;
}



/* ------------------- botton ------------------- */
.button_wrapper {
	margin: 160px auto 120px;
	text-align: center;
}
a.button {
	width: 640px;
	position: relative;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
	color: white;
	background-color: #69BC82;
	padding: 32px 90px 32px 30px;
	border: 2px solid #69BC82;
	transition: all 0.25s 0s ease;
}
a.button:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url( "../images/img_button_arrow_down_off.svg" );
	background-size: contain;
	background-color: white;
	vertical-align: middle;
	border-radius: 16px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 30px;
	margin: auto;
}
a.button:hover {
	color: #69BC82;
	background-color: white;
	border: 2px solid #69BC82;
	opacity: 1;
}
a.button:hover:before {
	background-image: url( "../images/img_button_arrow_down_on.svg" );
	background-color: #002F7C;
}
	/* sp */
	.sp .button_wrapper {
		margin: 13.333vw auto 8vw;
		text-align: center;
	}
	.sp a.button {
		width: 100%;
		position: relative;
		display: block;
		font-size: 5.1vw;
		font-weight: bold;
		line-height: 1em;
		color: white;
		background-color: #69BC82;
		padding: 4.8vw 14.033vw 4.8vw 5.333vw;
		border: 2px solid #69BC82;
		transition: all 0.25s 0s ease;
	}
	.sp a.button:before {
		content: '';
		display: inline-block;
		width: 4.267vw;
		height: 4.267vw;
		background-image: url( "../images/img_button_arrow_down_off.svg" );
		background-size: contain;
		background-color: white;
		vertical-align: middle;
		border-radius: 2.133vw;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 5.333vw;
		margin: auto;
	}
	.sp a.button:hover {
		color: #69BC82;
		background-color: white;
		border: 2px solid #69BC82;
		opacity: 1;
	}
	.sp a.button:hover:before {
		background-image: url( "../images/img_button_arrow_down_on.svg" );
		background-color: #002F7C;
	}



/* ------------------- underline ------------------- */
.underline {
	font-weight: inherit;
	padding-bottom: 2px;
	border-bottom: 2px solid #009844;
}
.underline.purple {
	border-bottom: 2px solid #4D4585;
}
.underline.green2 {
	border-bottom: 2px solid #005F67;
}



/* ------------------- table ------------------- */
table.normal {
	border-collapse: collapse;
	width: 100%;
}
table.normal th,
table.normal td {
	font-size: 18px;
	border: 1px solid #231815;
	padding: 21px 30px;
	vertical-align: middle;
}
table.normal th {
	background-color: #CCCCCC;
}
table.normal th:nth-child(2),
table.normal td:nth-child(2) {
	background-color: #DDE1F1;
}
table.normal td {
	text-align: right;
}
table.normal td:first-child {
	text-align: center;
}
.center {
	text-align: center;
}
	/* sp */
	.sp table.normal {
		border-collapse: collapse;
		width: 100%;
	}
	.sp table.normal th,
	.sp table.normal td {
		font-size: 3.2vw;
		line-height: 1.75em;
		border: 1px solid #231815;
		padding: 2.1vw 2.0vw;
		vertical-align: middle;
	}
	.sp table.normal td:first-child {
		text-align: left;
	}
	.sp .center {
		text-align: center;
	}



/* ------------------- jumptop ------------------- */
a#jumptop {
	width: 80px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	transition: bottom 0.5s;
	display: none;
	transition: top 0.25s 0s ease;
}
#jumptop img {
	width: 80px;
}
	/* sp */
	.sp a#jumptop {
		width: 10.667vw;
		position: fixed;
		bottom: 5.333vw;
		right: 5.333vw;
		z-index: 1000;
		transition: bottom 0.5s;
	}
	.sp #jumptop img {
		width: 10.667vw;
	}



/* ------------------- top header ------------------- */
header {
	position: fixed;
	top: 0px;
	z-index: 2000;
	width: 100%;
	min-width: 1200px;
	background-color: white;
	box-shadow: 0px 4px 18px #666;
}
header img.tfx {
	width: 239px;
	padding: 17px 0px;
}
header img.clickkabu365 {
	width: 240px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
header a.companies {
	width: 182px;
	height: 58px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 20px;
	margin: auto;
	background-color: #69BC82;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	color: white;
	text-align: center;
	padding: 18px 50px 0px 10px;
	border: 2px solid #69BC82;
	transition: all 0.25s 0s ease;
}
header a.companies:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url( "../images/img_button_arrow_down_off.svg" );
	background-size: contain;
	background-color: white;
	vertical-align: middle;
	border-radius: 12px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 16px;
	margin: auto;
}
header a.companies:hover {
	opacity: 1;
	background-color: white;
	color: #69BC82;
}
header a.companies:hover:before {
	background-image: url( "../images/img_button_arrow_down_on.svg" );
	background-color: #002F7C;
}
	/* sp */
	.sp header {
		position: fixed;
		top: 0px;
		z-index: 2000;
		width: 100%;
		min-width: 100%;
		background-color: white;
		box-shadow: 0px 1.067vw 4.8vw #aaaaaa;
		text-align: center;
		padding-bottom: 2.3vw
	}
	.sp header .cont_outer {
		text-align: left;
	}
	.sp header .wrapper {
		border-bottom: 1px solid;
		margin-bottom: 1vw;
		text-align: left;
	}
	.sp header .wrapper + a {
		display: inline-block;
	}
	.sp header img.tfx {
		width: 36vw;
		padding: 1.567vw 0px 1.567vw;
	}
	.sp header img.clickkabu365 {
		width: 31.25vw;
		position: inherit;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		padding-top: 1.75vw;
	}
	.sp header a.companies {
		width: 27.733vw;
		height: 8vw;
		top: 17vw;
		bottom: 0.2vw;
		right: 6.867vw;
		font-size: 3.733vw;
		padding: 1.867vw 1.067vw 0px 1.067vw;
		border: 1px solid #69BC82;
		transition: right 0.5s;
	}
	.sp header a.companies.on {
		right: 18.87vw;
	}
	.sp header a.companies:before {
		content: none;
	}



/* ------------------- header ------------------- */
.header {
	margin-top: 100px;
	background-image: url( "../images/img_header_bk.jpg" );
	background-size: cover;
	background-position: top center;
	padding: 0px;
}
.header .cont_outer {
	padding-bottom: 100px;
}
.header .cont_outer h1 {
	display: block;
	padding: 45px 0px 45px;
	width: 1098px;
	margin: 0px auto;
}
.header .cont_outer .fig_outer {
	width: 998px;
	margin: 0px auto;
}
	/* sp */
	.sp .header {
		margin-top: 27.62vw;
		background-image: url( "../images/img_header_bk_sp.jpg" );
		background-size: cover;
		background-position: top center;
		padding: 0px;
	}
	.sp .header .cont_outer {
		padding: 0px 1.6vw 5.333vw;
	}
	.sp .header .cont_outer h1 {
		display: block;
		padding: 3.767vw 0px 4.267vw;
		width: 86.067vw;
		margin: 0px auto;
	}
	.sp .header .cont_outer h1 img {
		margin: 0px auto;
	}
	.sp .header .cont_outer .fig_outer {
		width: 92vw;
		margin: 0px auto;
	}
	.sp .header .cont_outer .fig_outer img {
		margin: 0px;
	}

/* navi */
.navi_outer {
	background-color: #009844;
	display: flex;
	justify-content: space-between;
}
.header .navi_outer {
	width: 1122px;
	position: absolute;
	bottom: -50px;
	right: 0px;
	left: 0px;
	margin: auto;
	padding: 32px 32px;
}
#side_navi {
	width: 240px;
	height: 336px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 100%;
	margin: auto;
	display: flex;
	background-color: #009844;
	transition: left 0.5s;
	z-index: 100;
}
#side_navi .navi_outer {
	flex-direction: column;
	padding: 36px 0px 36px 2px;
}
#side_navi .menu {
	width: 56px;
	height: 336px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#side_navi .menu img {
	width: 14px;
	height: 87px;
}
.navi_outer li {
	position: relative;
}
.header .navi_outer li:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url( "../images/img_button_arrow_down_off.svg" );
	background-size: contain;
	background-color: white;
	vertical-align: middle;
	border-radius: 13px;
	margin-right: 8px;
}
.navi_outer li a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: white;
	text-decoration: underline;
}
#side_navi .navi_outer li a {
	line-height: 1.5em;
}
#side_navi.on {
	left: calc(100% - 56px);
}
#side_navi.on.open {
	left: calc(100% - 240px);
}
	/* sp */
	.sp .header .navi_outer,
	.sp #side_navi {
		display: none;
	}



/* --------------- hamburger menu --------------- */
#hamburger_link {
	display: none;
}
	/* sp */
	.sp .shadow {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		z-index: 100;
		display: none;
	}
	.sp #hamburger_link {
		display: block;
	}
	.sp #hamburger_link #menu_wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height:	100%;
		max-height: 0px;
		overflow: hidden;
		transition: max-height 0.3s;
		z-index: 2900;
		background-color: rgba(0,152,68,1);
	}
	.sp #hamburger_link.active #menu_wrapper {
		max-height: 100%;
	}
	.sp #hamburger_link .links {
		color: white;
		padding: 16vw 8.533vw 21.333vw;
		margin: 0px auto;
		opacity: 0;
	}
	.sp #hamburger_link.active .links {
		opacity: 1;
	}
	.sp #hamburger_link .links li {
		border-bottom: 1px solid white;
		padding: 10.667vw 0px;
	}
	.sp #hamburger_link .links li a {
		display: block;
		font-size: 4.267vw;
		font-weight: bold;
		line-height: 1.3em;
		text-align: left;
		text-decoration: underline;
		position: relative;
		color: white;
	}
	.sp #hamburger_link .links li a:before {
		content: '';
		display: inline-block;
		width: 6.933vw;
		height: 6.933vw;
		background-image: url( "../images/img_button_arrow_off.svg" );
		background-size: contain;
		background-color: white;
		vertical-align: middle;
		border-radius: 3.467vw;
		margin-right: 2.133vw;
	}
	.sp #hamburger_link .links li a:hover {
		opacity: 1 !important;
	}
	/* trigger */
	/*.menu_trigger,*/
	.sp .menu_trigger span {
		display: inline-block;
		transition: all .4s;
	}
	.sp .menu_trigger {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 13.333vw;
		height: 13.333vw;
		z-index: 3000;
		background-color: rgba(0,152,68,1);
		padding: 4.2vw;
	}
	.sp .menu_trigger:hover {
		cursor: pointer;
	}
	.sp .menu_trigger span {
		position: absolute;
		left: 4.267vw;
		width: 40%;
		height: 3px;
		background-color: white;
		border-radius: 3px;
	}
	.sp .menu_trigger span:nth-of-type(1) {
		top: 4.267vw;
	}
	.sp .menu_trigger span:nth-of-type(2) {
		top: 6.4vw;
	}
	.sp .menu_trigger span:nth-of-type(3) {
		bottom: 4vw;
	}
	.sp .active .menu_trigger span:nth-of-type(1) {
		transform: translateY(2.4vw) rotate(-315deg);
		background-color: white;
		top: 3.7vw;
		left: 3.3vw;
		width: 50%;
	}
	.sp .active .menu_trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.sp .active .menu_trigger span:nth-of-type(3) {
		transform: translateY(-2.667vw) rotate(315deg);
		background-color: white;
		bottom: 3.9vw;
		left: 3.267vw;
		width: 50%;
	}



/* ------------------- cont1 ------------------- */
.cont1 {
	background-color: #143578;
	padding: 150px 0px 40px;
}
.cont1 h2 {
	margin-bottom: 74px;
}
.cont1 h2 img {
	width: 320px;
	margin-right: 10px;
}
.underline_outer {
	padding: 0px 0px 74px;
	margin-bottom: 78px;
	border-bottom: 1px solid white;
}
ul.check {
	color: white;
	font-size: 24px;
	line-height: 1.75em;
}
.contents.icon ul.check {
	color: black;
}
ul.check li {
	position: relative;
	padding-left: 1.6em;
}
ul.check li:not(:first-child) {
	margin-top: 21px;
}
ul.check li:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url( "../images/img_icon_check.svg" );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 9px;
	left: 0px;
}
.contents.icon ul.check li:before {
	background-image: url( "../images/img_icon_check2.svg" );
}
.cont1 img.fig1 {
	width: 1056px;
	margin: 0px auto 35px;
}
.cont1 .cap {
	margin-top: 12px;
}
.cont1 img.txt1 {
	width: 1168px;
	margin: 0px auto 35px;
}
.cont1 img.illust {
	display: block;
	width: 612px;
	margin: 65px auto 65px;
}
.box_outer {
	background-color: white;
}
.box_outer .inner {
	padding: 40px 40px 36px;
}
.box_outer h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	color: white;
	background-color: #69BC82;
	padding: 20px 20px;
}
.flex_outer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.flex_outer li {
	width: 50%;
}
.cont1 .flex_outer {
	margin: 24px 0px;
}
	/* sp */
	.sp .cont1 {
		background-color: #143578;
		padding: 16vw 0px 8vw;
	}
	.sp .cont1 h2 {
		font-size: 6.4vw;
		line-height: 1.75em;
		margin-bottom: 3.733vw;
	}
	.sp .cont1 h2 img {
		display: block;
		width: 42.667vw;
		margin: 0px auto;
	}
	.sp .underline_outer {
		padding: 0px 0px 6.4vw;
		margin-bottom: 8vw;
		border-bottom: 1px solid white;
	}
	.sp ul.check {
		color: white;
		font-size: 4.103vw;
		line-height: 1.75em;
	}
	.sp .contents.icon ul.check {
		color: black;
	}
	.sp ul.check li {
		position: relative;
		padding-left: 1.4em;
	}
	.sp ul.check li:not(:first-child) {
		margin-top: 3.333vw;
	}
	.sp ul.check li:before {
		content: '';
		display: inline-block;
		width: 4.267vw;
		height: 4.267vw;
		background-image: url( "../images/img_icon_check.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 1.6vw;
		left: 0px;
	}
	.sp .contents.icon ul.check li:before {
		background-image: url( "../images/img_icon_check2.svg" );
	}
	.sp .cont1 .fig_outer {
		margin: 4vw auto 5.333vw;
	}
	.sp .cont1 img.fig1 {
		width: 100%;
		margin: 0px auto 0px;
	}
	.sp .cont1 .cap {
		margin-top: 3.2vw;
		line-height: 1.75em;
	}
	.sp .cont1 img.txt1 {
		width: 100%;
		margin: 0px auto 3.2vw;
	}
	.sp .cont1 img.illust {
		display: block;
		width: 163.2vw;
		margin: 7.467vw auto 8vw;
	}
	.sp .box_outer {
		background-color: white;
	}
	.sp .box_outer .inner {
		padding: 1.6vw 4vw 2.667vw;
	}
	.sp .box_outer h4 {
		font-size: 4.267vw;
		font-weight: bold;
		line-height: 1em;
		text-align: center;
		color: white;
		background-color: #69BC82;
		padding: 2.133vw 2.667vw;
	}
	.sp .flex_outer {
		display: block;
	}
	.sp .flex_outer li {
		width: 100%;
	}
	.sp .flex_outer li:not(:first-child) {
		margin-top: 4vw;
	}
	.sp .cont1 .flex_outer {
		margin: 2.667vw 0px;
	}



/* ------------------- cont2 ------------------- */
.cont2 {
	background-color: #FFFDED;
}
.cont2 .flex_outer .flex_inner {
	width: 560px;
}
.cont2 .flex_outer .flex_inner p {
	margin-top: 10px;
}
.cont2 img.arrow {
	display: block;
	width: 320px;
	margin: 76px auto;
}
.cont2 h3 {
	display: block;
	width: 847px;
	margin: 76px auto;
}
.cont2 .flex_outer.anchor {
	flex-wrap: wrap;
}
.cont2 .flex_outer.anchor li {
	width: 560px;
}
.cont2 .flex_outer.anchor li:nth-child(n+3) {
	margin-top: 80px;
}
.cont2 .flex_outer.anchor li a {
	display: block;
	background-color: #143578;
	border: 2px solid #143578;
	border-radius: 16px;
	padding: 22px 85px 26px 95px;
	position: relative;
	transition: all 0.25s 0s ease;
}
.cont2 .flex_outer.anchor li a:hover {
	opacity: 1;
	background-color: white;
}
.cont2 .flex_outer.anchor li a:before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 48px;
	background-image: url( "../images/img_icon_no1.svg" );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 28px;
	margin: auto;
}
.cont2 .flex_outer.anchor li.no2 a:before { background-image: url( "../images/img_icon_no2.svg" ); }
.cont2 .flex_outer.anchor li.no3 a:before { background-image: url( "../images/img_icon_no3.svg" ); }
.cont2 .flex_outer.anchor li.no4 a:before { background-image: url( "../images/img_icon_no4.svg" ); }
.cont2 .flex_outer.anchor li.no5 a:before { background-image: url( "../images/img_icon_no5.svg" ); }
.cont2 .flex_outer.anchor li.no6 a:before { background-image: url( "../images/img_icon_no6.svg" ); }
.cont2 .flex_outer.anchor li a:after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url( "../images/img_button_arrow_down_off.svg" );
	background-size: contain;
	background-color: white;
	vertical-align: middle;
	border-radius: 14px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 28px;
	margin: auto;
}
.cont2 .flex_outer.anchor li a:hover:after {
	background-image: url( "../images/img_button_arrow_down_on.svg" );
	background-color: #143578;
}
.cont2 .flex_outer.anchor li p.main {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-top: 0px;
}
.cont2 .flex_outer.anchor li a:hover p.main {
	color: #143578;
}
	/* sp */
	.sp .cont2 {
		background-color: #FFFDED;
		padding-bottom: 16.333vw;
	}
	.sp .cont2 .flex_outer .flex_inner {
		width: 100%;
	}
	.sp .cont2 .flex_outer .flex_inner p {
		font-size: 3.733vw;
		line-height: 1.75em;
		margin-top: 0.533vw;
		padding: 1.3vw 1.33vw;
	}
	.sp .cont2 img.arrow {
		display: block;
		width: 42.667vw;
		margin: 6.933vw auto;
	}
	.sp .cont2 h3 {
		display: block;
		width: 100%;
		margin: 6.933vw auto 4.267vw;
	}
	.sp .cont2 .flex_outer.anchor {
		flex-wrap: wrap;
	}
	.sp .cont2 .flex_outer.anchor li {
		width: 100%;
	}
	.sp .cont2 .flex_outer.anchor li:nth-child(n+2) {
		margin-top: 4vw;
	}
	.sp .cont2 .flex_outer.anchor li a {
		display: block;
		background-color: #143578;
		border: 2px solid #143578;
		border-radius: 2.133vw;
		padding: 1.6vw 12.8vw 0px 13.867vw;
		position: relative;
		transition: all 0.25s 0s ease;
	}
	.sp .cont2 .flex_outer.anchor li a:hover {
		opacity: 1;
		background-color: white;
	}
	.sp .cont2 .flex_outer.anchor li a:before {
		content: '';
		display: inline-block;
		width: 6.133vw;
		height: 7.2vw;
		background-image: url( "../images/img_icon_no1.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 3.733vw;
		margin: auto;
	}
	.sp .cont2 .flex_outer.anchor li.no2 a:before { background-image: url( "../images/img_icon_no2.svg" ); }
	.sp .cont2 .flex_outer.anchor li.no3 a:before { background-image: url( "../images/img_icon_no3.svg" ); }
	.sp .cont2 .flex_outer.anchor li.no4 a:before { background-image: url( "../images/img_icon_no4.svg" ); }
	.sp .cont2 .flex_outer.anchor li.no5 a:before { background-image: url( "../images/img_icon_no5.svg" ); }
	.sp .cont2 .flex_outer.anchor li.no6 a:before { background-image: url( "../images/img_icon_no6.svg" ); }
	.sp .cont2 .flex_outer.anchor li a:after {
		content: '';
		display: inline-block;
		width: 4.267vw;
		height: 4.267vw;
		background-image: url( "../images/img_button_arrow_down_off.svg" );
		background-size: contain;
		background-color: white;
		vertical-align: middle;
		border-radius: 3.733vw;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 3.733vw;
		margin: auto;
	}
	.sp .cont2 .flex_outer.anchor li a:hover:after {
		background-image: url( "../images/img_button_arrow_down_on.svg" );
		background-color: #143578;
	}
	.sp .cont2 .flex_outer.anchor li p.main {
		font-size: 4.087vw;
		font-weight: bold;
		color: white;
		line-height: 1em;
		margin-top: 0px;
	}
	.sp .cont2 .flex_outer.anchor li a:hover p.main {
		color: #143578;
	}
	.sp .cont2 .flex_outer.anchor li p.circle {
		line-height: 1em;
	}



/* ------------------- part base ------------------- */
.contents.part {
	padding-top: 0px;
}
.contents.part .partheader_outer {
	background-color: #143578;
	padding: 40px 0px;
}
.contents.part .partheader_outer .flex_outer {
	align-items: center;
	margin: 0px auto;
}
.contents.part .partheader_outer .flex_inner {
	padding-left: 105px;
	background-image: url( "../images/img_icon_no1.svg" );
	background-size: 80px 94px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contents.part2 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no2.svg" ); }
.contents.part3 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no3.svg" ); }
.contents.part4 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no4.svg" ); }
.contents.part5 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no5.svg" ); }
.contents.part6 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no6.svg" ); }
.contents.part .partheader_outer .flex_inner h2 {
	color: white;
	margin-bottom: 0px;
	line-height: 1em;
	text-align: left;
}
.contents.part .partheader_outer .flex_inner p {
	margin-top: 24px;
}
.contents.part .partheader_outer .main_illust {
	width: auto;
	height: 228px;
}
.contents.part .cont_outer .reader {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.75em;
	color: #143578;
	margin: 65px 0px 30px;
}
.comments_outer {
	width: 640px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin: 50px auto 80px;
}
.comments_outer p {
	width: 476px;
	background-color: #69BC82;
	padding: 25px 30px 21px;
	color: white;
	border-radius: 16px;
	position: relative;
}
.comments_outer p:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 32px;
	background-image: url( "../images/img_detail_arrow.svg" );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -16px;
	margin: auto;
}
.comments_outer img {
	width: 144px;
}
.point li .header_outer {
	display: inline-block;
	padding-left: 95px;
	margin: 40px 0px 40px 0px;
}
.contents.part .cont_outer .point li .header_outer + .reader {
	font-size: 24px;
	line-height: 1.75em;
	margin-top: 0px;
}
.point li .header_outer h3 {
	display: inline;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 4px solid #69BC82;
}
.point li .header_outer h3:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background-image: url( "../images/img_subheader_illust.svg" );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: -18px;
	left: -95px;
}
.point li .header_outer h3 + p {
	margin-top: 0px !important;
}

.fig_outer {
	margin: 40px auto;
}
.fig_outer h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75em;
	color: #143578;
	margin-bottom: 30px;
}
.fig_outer.full {
	width: 1240px;
	margin: auto;
	padding: 1px 20px 0px;
}
.contents.icon .fig_outer h4 {
	color: #00AEEB;
}
.contents .fig_outer > img {
	display: block;
	margin: 30px auto;
}
h4.caution {
	line-height: 1em;
	color: #E50012;
	display: inline-block;
	border: 1.3px solid #E50012;
	padding: 10px 32px;
	margin-bottom: 20px;
}
	/* sp */
	.sp .contents.part {
		padding-top: 0px;
	}
	.sp .contents.part .partheader_outer {
		background-color: #143578;
		padding: 4.872vw 0px 2.821vw;
		min-height: 41.538vw;
	}
	.sp .contents.part .partheader_outer .flex_outer {
		display: flex;
		align-items: flex-start;
		margin: 0px auto;
	}
	.sp .contents.part .partheader_outer .flex_inner {
		padding-left: 12.821vw;
		background-image: url( "../images/img_icon_no1.svg" );
		background-size: 8.974vw 10.513vw;
		background-repeat: no-repeat;
		background-position: left top 4px;
		width: 68%;
	}
	.sp .contents.part2 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no2.svg" ); }
	.sp .contents.part3 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no3.svg" ); }
	.sp .contents.part4 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no4.svg" ); }
	.sp .contents.part5 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no5.svg" ); }
	.sp .contents.part6 .partheader_outer .flex_inner { background-image: url( "../images/img_icon_no6.svg" ); }
	.sp .contents.part .partheader_outer .flex_inner.single {
		margin-top: 4.615vw;
	}
	.sp .contents.part .partheader_outer .flex_inner h2 {
		color: white;
		margin-bottom: 0px;
		line-height: 1.75em;
		text-align: left;
	}
	.sp .contents.part .partheader_outer .flex_inner p {
		margin-top: 3.077vw;
		padding: 1.4vw 1.4vw;
	}
	.sp .contents.part .partheader_outer .main_illust {
		width: auto;
		height: 29.231vw;
	}
	.sp .contents.part .cont_outer .reader {
		font-size: 5.128vw;
		font-weight: bold;
		line-height: 1.75em;
		color: #143578;
		margin: 7.179vw 0px 6.667vw;
	}
	.sp .comments_outer {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
		margin: 6.154vw auto 7.692vw;;
	}
	.sp .comments_outer p {
		width: 61.026vw;
		background-color: #69BC82;
		padding: 3.077vw 3.077vw 2.564vw;
		font-size: 3.59vw;
		line-height: 1.75em;
		color: white;
		border-radius: 2.051vw;
		position: relative;
	}
	.sp .comments_outer p:before {
		content: '';
		display: inline-block;
		width: 2.051vw;
		height: 4.103vw;
		background-image: url( "../images/img_detail_arrow.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: -2.051vw;
		margin: auto;
	}
	.sp .comments_outer img {
		width: 18.462vw;
	}
	.sp .point li .header_outer {
		display: inline-block;
		padding-left: 12.051vw;
		margin: 1.538vw 0px 3.077vw 0px;
	}
	.sp .contents.part .cont_outer .point li .header_outer + .reader {
		font-size: 4.103vw;
		line-height: 1.75em;
		margin-top: 0px;
		margin-bottom: 4.615vw;
	}
	.sp .point li .header_outer h3 {
		display: inline;
		font-size: 5.128vw;
		font-weight: bold;
		line-height: 1.5em;
		position: relative;
		padding-bottom: 0.0vw;
		border-bottom: 2px solid #69BC82;
	}
	.sp .point li .header_outer h3:before {
		content: '';
		display: inline-block;
		width: 10.256vw;
		height: 10.256vw;
		background-image: url( "../images/img_subheader_illust.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: -2.308vw;
		left: -12.051vw;
	}
	.sp .point li .header_outer h3 + p {
		margin-top: 0px !important;
	}
	
	.sp .fig_outer {
		margin: 0px auto;
		/*margin: 6.154vw auto;*/
	}
	.sp .fig_outer.full {
		max-width: inherit;
		width: 100%;
		padding: 1px 0px 0px;
		/*width: calc(100% + 13.734vw);*/
	}
	.sp .fig_outer.full img {
		/*transform:translateX(-6.867vw)*/
	}
	.sp .fig_outer h4 {
		font-size: 3.59vw;
		font-weight: bold;
		line-height: 1.75em;
		color: #143578;
		margin-bottom: 3.333vw;
	}
	.sp .contents.icon .fig_outer h4 {
		color: #00AEEB;
	}
	.sp .contents .fig_outer > img {
		display: block;
		margin: 3.333vw auto;
	}
	.sp h4.caution {
		font-size: 3.077vw;
		line-height: 1em;
		color: #E50012;
		display: inline-block;
		border: 1.3px solid #E50012;
		padding: 1.026vw 2.821vw;
		margin-bottom: 2.564vw;
	}



/* ------------------- part1 ------------------- */
.contents.part1 .cont_outer img.fig1 {
	display: block;
	width: 960px;
	margin: 0px auto;
}
.lineup li {
	border: 1px solid #009844;
	border-radius: 16px;
}
.lineup li:not(:first-child) {
	margin-top: 40px;
}
.lineup li .flag_outer {
	background-color: #009844;
	padding: 25px 25px;
	border-radius: 14px 14px 0px 0px;
}
.lineup li.america1 { border-color: #E50012; }
.lineup li.america1 .flag_outer { background-color: #E50012; }
.lineup li.america2 { border-color: #EA6DA4; }
.lineup li.america2 .flag_outer { background-color: #EA6DA4; }
.lineup li.germany { border-color: #595757; }
.lineup li.germany .flag_outer { background-color: #595757; }
.lineup li.england { border-color: #005083; }
.lineup li.england .flag_outer { background-color: #005083; }
.lineup li.gold { border-color: #F29600; }
.lineup li.gold .flag_outer { background-color: #F29600; }
.lineup li.oil { border-color: #005F67; }
.lineup li.oil .flag_outer { background-color: #005F67; }
.lineup li .flag_outer img {
	width: 70px;
	margin-right: 10px;
}
.lineup li .flag_outer span {
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: white;
	position: relative;
	top: 4px;
}
.lineup li .flag_outer + p {
	padding: 23px 26px;
}
	/* sp */
	.sp .contents.part1 .cont_outer img.fig1 {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
	.sp .lineup li {
		border: 1px solid #009844;
		border-radius: 2.051vw;
	}
	.sp .lineup li:not(:first-child) {
		margin-top: 3.846vw;
	}
	.sp .lineup li .flag_outer {
		background-color: #009844;
		padding: 2.051vw 2.564vw 3.077vw;
		border-radius: 1.538vw 1.538vw 0px 0px;
	}
	.sp .lineup li.america1 { border-color: #E50012; }
	.sp .lineup li.america1 .flag_outer { background-color: #E50012; }
	.sp .lineup li.america2 { border-color: #EA6DA4; }
	.sp .lineup li.america2 .flag_outer { background-color: #EA6DA4; }
	.sp .lineup li.germany { border-color: #595757; }
	.sp .lineup li.germany .flag_outer { background-color: #595757; }
	.sp .lineup li.england { border-color: #005083; }
	.sp .lineup li.england .flag_outer { background-color: #005083; }
	.sp .lineup li.gold { border-color: #F29600; }
	.sp .lineup li.gold .flag_outer { background-color: #F29600; }
	.sp .lineup li.oil { border-color: #005F67; }
	.sp .lineup li.oil .flag_outer { background-color: #005F67; }
	.sp .lineup li .flag_outer img {
		width: 8.205vw;
		margin-right: 2.564vw;
		vertical-align: middle;
	}
	.sp .lineup li .flag_outer span {
		font-size: 4.103vw;
		font-weight: bold;
		line-height: 1em;
		color: white;
		position: relative;
		top: 0.513vw;
	}
	.sp .lineup li .flag_outer + p {
		font-size: 3.59vw;
		line-height: 1.75em;
		padding: 2.051vw 2.821vw;
	}



/* ------------------- part2 ------------------- */
.part2 .fig_outer img.part2_fig1 {
	width: 964px;
}
	/* sp */
	.sp .part2 .fig_outer img.part2_fig1 {
		width: 100%;
	}
	.sp .part2 .point li p.adjust {
		font-size: 3.077vw;
		line-height: 1.75em;
	}



/* ------------------- part3 ------------------- */
.part3 .flex_outer {
	margin-bottom: 80px;
}
.part3 .flex_outer img {
	width: 560px;
}
.part3 .fig_outer p.cap {
	margin-top: 0px;
	line-height: 1.75em;
}
.part3 table.normal + p.cap {
	margin-top: 35px;
}
.part3 .fig_outer.part3_fig2 {
	margin: 60px 0px 80px;
}
.part3 .fig_outer.part3_fig2 img {
	width: 962px;
}
	/* sp */
	.sp .part3 .flex_outer {
		margin-bottom: 5.128vw;
	}
	.sp .part3 .flex_outer img {
		width: 100%;
	}
	.sp .part3 .flex_outer img:last-child {
		margin-top: 3.846vw;
	}
	.sp .part3 .fig_outer p.cap {
		margin-top: 0px;
		line-height: 1.75em;
	}
	.sp .part3 table.normal + p.cap {
		margin-top: 2.564vw;
	}
	.sp .part3 .fig_outer.part3_fig2 {
		margin: 5.128vw 0px 7.692vw;
	}
	.sp .part3 .fig_outer.part3_fig2 img {
		width: 100%;
	}
	.sp .part3 .partheader_outer .main_illust {
		width: 29.231vw !important;
		height: auto !important;
		margin-top: 6.154vw;
	}
	.sp .part3 .partheader_outer .flex_inner {
		width: 54% !important;
	}



/* ------------------- part4 ------------------- */
.part4 .point li:not(:first-child) .header_outer {
	margin-top: 10px;
} 
.part4 .point li img.part4_fig1 {
	display: block;
	width: 800px;
	margin: 40px auto 0px;
}
	/* sp */
	.sp .part4 .point li:not(:first-child) .header_outer {
		margin-top: 2.564vw;
	} 
	.sp .part4 .point li img.part4_fig1 {
		display: block;
		width: 100%;
		margin: 5.128vw auto 3.333vw;
	}



/* ------------------- part5 ------------------- */
.part5 img.part5_fig1 {
	display: block;
	width: 800px;
	margin: 40px auto 0px;
}
.part5 img.illust {
	display: block;
	width: 592px;
	margin: 75px auto 75px;
}
ul.about li {
	border: 1px solid #143578;
	border-radius: 16px;
}
ul.about li:not(:first-child) {
	margin-top: 40px;
}
ul.about li h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	color: white;
	background-color: #143578;
	padding: 30px 0px 26px 35px;
	border-radius: 14px 14px 0px 0px;
}
ul.about li .text_outer {
	padding: 26px 32px 24px;
}
	/* sp */
	.sp .part5 img.part5_fig1 {
		display: block;
		width: 100%;
		margin: 7.692vw auto 0px;
	}
	.sp .part5 img.illust {
		display: block;
		width: 100%;
		margin: 6.41vw auto 7.692vw;
	}
	.sp ul.about li {
		border: 1px solid #143578;
		border-radius: 2.051vw;
	}
	.sp ul.about li:not(:first-child) {
		margin-top: 10.256vw;
	}
	.sp ul.about li h3 {
		font-size: 4.103vw;
		font-weight: bold;
		line-height: 1.5em;
		color: white;
		background-color: #143578;
		padding: 3.077vw 4.103vw;
		border-radius: 1.538vw 1.538vw 0px 0px;
	}
	.sp ul.about li .text_outer {
		font-size: 3.59vw;
		line-height: 1.75em;
		padding: 3.077vw 4.103vw;
	}



/* ------------------- part6 ------------------- */
.part6 img.part6_fig1,
.part6 img.part6_fig2 {
	width: 802px;
}
.part6 p.more {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 80px;
}
.part6 p.more img {
	width: 120px;
	vertical-align: middle;
	margin-right: 15px;
}
.part6 .fig_outer.second {
	margin-top: 80px;
}
.part6 .comments_outer {
	margin-bottom: 30px;
}
.part6 .fig_outer.third {
	margin: 60px 0px 70px;
}
.part6 img.part6_fig3 {
	width: 802px;
}
.part6 img.illust6 {
	width: 636px;
	display: block;
	margin: auto;
}
	/* sp */
	.sp .part6 img.part6_fig1,
	.sp .part6 img.part6_fig2 {
		width: 100%;
	}
	.sp .part6 p.more {
		font-size: 4.103vw;
		font-weight: bold;
		line-height: 1.75em;
		text-align: left;
		margin-top: 7.692vw;
		margin-bottom: 7.692vw;
		padding-left: 17.949vw;
		position: relative;
	}
	.sp .part6 p.more img {
		width: 15.385vw;
		vertical-align: middle;
		margin-right: 3.846vw;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	.sp .part6 .fig_outer.second {
		margin-top: 6.154vw;
	}
	.sp .part6 .comments_outer {
		margin-bottom: 2.564vw;
	}
	.sp .part6 .fig_outer.third {
		margin: 6.41vw 0px 7.692vw;
	}
	.sp .part6 img.part6_fig3 {
		width: 205.641vw;
	}
	.sp .part6 img.illust6 {
		width: 100%;
		display: block;
		margin: auto;
	}



/* ------------------- cont3 ------------------- */
.contents.icon {
	padding-top: 0px;
}
.contents.icon .contheader_outer {
	background-color: #00AEEB;
	padding: 45px 0px 33px;
	position: relative;
}
.contents.icon.green .contheader_outer {
	background-color: #69BC82;
}
.contents.icon .contheader_outer h2 {
	color: white;
	text-align: left;
	margin-bottom: 0px;
}
.contents.icon .contheader_outer h2:before {
	content: '';
	display: inline-block;
	width: 120px;
	height: 109px;
	background-image: url( "../images/img_cont_hedder_illust.svg" );
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -5px;
	left: 0px;
	margin-right: 20px;
}
.contents.icon .reader {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.75em;
	color: #00AEEB;
	margin: 65px 0px 30px;
}
.cont3 .fig_outer.second {
	margin-top: 60px;
}
.cont3 img.cont3_fig1 {
	width: 960px;
}
.cont3 .comments_outer {
	margin: 80px auto 30px;
}
	/* sp */
	.sp .contents.icon {
		padding-top: 0px;
	}
	.sp .contents.icon .contheader_outer {
		background-color: #00AEEB;
		padding: 4.359vw 0px 4.103vw;
		position: relative;
	}
	.sp .contents.icon.green .contheader_outer {
		background-color: #69BC82;
	}
	.sp .contents.icon .contheader_outer h2 {
		font-size: 5.128vw;
		line-height: 1.75em;
		color: white;
		text-align: left;
		margin-bottom: 0px;
		padding-left: 17.949vw;
		position: relative;
	}
	.sp .contents.icon .contheader_outer h2:before {
		content: '';
		display: inline-block;
		width: 15.385vw;
		height: 13.846vw;
		background-image: url( "../images/img_cont_hedder_illust.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	.sp .contents.icon .reader {
		font-size: 5.128vw;
		font-weight: bold;
		line-height: 1.75em;
		color: #00AEEB;
		margin: 6.41vw 0px 3.846vw;
	}
	.sp .cont3 .fig_outer.second {
		margin-top: 5.128vw;
		margin-bottom: 0px;
	}
	.sp .cont3 .fig_outer h4 {
		margin-bottom: 1.282vw;
	}
	.sp .cont3 img.cont3_fig1 {
		width: 100%;
	}
	.sp .cont3 .comments_outer {
		margin: 7.692vw auto 2.564vw;
	}



/* ------------------- cont4 ------------------- */
.contents.icon.green {
	background-color: #EBF4EC;
}
.cont4 .contheader_outer img.balloon {
	width: 208px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
}
.kabu > li {
	margin: 80px 0px 80px;
}
.kabu li h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: 25px;
}
.kabu li h3:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 74px;
	background-image: url( "../images/img_cont4_icon.svg" );
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -4px;
	left: 0px;
	margin-right: 18px;
}
.contents.icon.green .fig_outer {
	margin: 60px auto;
}
.contents.icon.green .fig_outer h4 {
	color: #69BC82;
}
.cont4 img.cont4_fig1,
.cont4 img.cont4_fig2 {
	width: 800px;
	margin: 30px auto 70px;
}
.cont4 img.illust1,
.cont4 img.illust2 {
	width: 483px;
	display: block;
	margin: 0px auto 20px;
}
.cont4 .column_outer {
	border-radius: 16px;
	background-color: white;
	padding: 22px 30px 20px;
	font-size: 18px;
	line-height: 2em;
	margin-top: 25px;
}
.cont4 .column_outer h4,
.cont4 .column_outer li {
	font-weight: bold;
	color: #69BC82;
}
	/* sp */
	.sp .contents.icon.green {
		background-color: #EBF4EC;
	}
	.sp .cont4 .contheader_outer img.balloon {
		width: 100px;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 6.867vw;
		margin: auto;
	}
	.sp .kabu > li {
		margin: 10.256vw 0px 10.256vw;
	}
	.sp .kabu li h3 {
		font-size: 4.103vw;
		font-weight: bold;
		line-height: 1.75em;
		margin-bottom: 3.59vw;
		padding-left: 10.256vw;
		position: relative;
	}
	.sp .kabu li h3:before {
		content: '';
		display: inline-block;
		width: 7.692vw;
		height: 9.487vw;
		background-image: url( "../images/img_cont4_icon.svg" );
		background-size: contain;
		vertical-align: middle;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	.sp .kabu li p {
		font-size: 3.59vw;
		line-height: 1.75em;
	}
	.sp .kabu li p.cap {
		font-size: 3.077vw;
		line-height: 1.75em;
	}
	.sp .contents.icon.green .fig_outer {
		margin: 6.41vw auto;
	}
	.sp .contents.icon.green .fig_outer h4 {
		color: #69BC82;
	}
	.sp .cont4 img.cont4_fig1,
	.sp .cont4 img.cont4_fig2 {
		width: 100%;
		margin: 3.077vw auto 7.692vw;
	}
	.sp .cont4 img.illust1,
	.sp .cont4 img.illust2 {
		width: 61.538vw;
		display: block;
		margin: 0px auto 5.128vw;
	}
	.sp .cont4 .column_outer {
		border-radius: 2.051vw;
		background-color: white;
		padding: 3.077vw 3.59vw 3.077vw;
		font-size: 4.615vw;
		line-height: 2em;
		margin-top: 6.41vw;
	}
	.sp .cont4 .column_outer h4,
	.sp .cont4 .column_outer li {
		font-size: 3.59vw;
		line-height: 1.75em;
		font-weight: bold;
		color: #69BC82;
	}



/* ------------------- cont5 ------------------- */
.cont5 img.cont5_fig {
	display: block;
	width: 640px;
	margin: 30px auto 0px;
}
	/* sp */
	.sp .cont5 {
		padding: 16.667vw 0px;
	}
	.sp .cont5 h3.circle {
		width: 100%;
		font-size: 4.103vw;
		font-weight: bold;
		line-height: 1.0em;
		text-align: center;
		color: white;
		background-color: #69BC82;
		border-radius: 4.267vw;
		padding: 1.533vw 1.067vw 1.667vw;
		margin: 0px auto 3.846vw;
	}
	.sp .cont5 p {
		font-size: 3.59vw;
		font-weight: bold;
		line-height: 1.75em;
	}
	.sp .cont5 img.cont5_fig {
		display: block;
		width: 100%;
		margin: 3.846vw auto 0px;
	}


/* ------------------- cont6 ------------------- */
.cont6 {
	background-color: #EBF4EC;
	padding: 70px 0px 80px;
}
.cont6 h2 {
	margin-bottom: 20px;
	color: #69BC82;
}
.cont6 img.illust {
	display: block;
	width: 500px;
	margin: 0px auto 0px;
}
	/* sp */
	.sp .cont6 img.illust {
		display: block;
		width: 64.103vw;
		margin: 0px auto 0px;
	}


/* ------------------- company ------------------- */
#company {
	padding: 120px 0px 50px;
}
	/* sp */
	.sp #company {
		padding: 0px;
		margin-top: -7.179vw;
	}



/* ------------------- cont7 ------------------- */
.cont7 {
	background-color: #143578;
	padding: 80px 0px 80px;
}
.cont7 ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}
.cont7 ul li {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.cont7 ul li:first-child {
	border-right: 1px solid white;
}
.cont7 ul li:last-child {
	justify-content: flex-end;
}
.cont7 ul li p {
	width: 378px;
	color: white;
}
.cont7 ul li img {
	width: 182px;
	padding-left: 20px;
}
	/* sp */
	.sp .cont7 {
		background-color: #143578;
		padding: 7.692vw 0px 6.41vw;
	}
	.sp .cont7 h3.circle {
		width: 100%;
		font-size: 3.59vw;
		font-weight: bold;
		line-height: 1.0em;
		text-align: center;
		color: white;
		background-color: #69BC82;
		border-radius: 4.267vw;
		padding: 1.533vw 1.067vw 1.667vw;
		margin: 0px auto 2.564vw;
	}
	.sp .cont7 ul {
		display: block;
	}
	.sp .cont7 ul li {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	.sp .cont7 ul li:first-child {
		border-right: none;
		border-bottom: 1px solid white;
		padding-bottom: 2.564vw;
		margin-bottom: 2.564vw;
	}
	.sp .cont7 ul li p {
		width: 58.974vw;
		font-size: 3.077vw;
		line-height: 1.75em;
		color: white;
	}
	.sp .cont7 ul li img {
		width: 23.333vw;
		padding-left: 2.564vw;
	}



/* ------------------- cont8 ------------------- */
.cont8 {
	padding: 80px 0px 120px;
	text-align: center;
}
.cont8 a.button {
	display: block;
	width: 480px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75em;
	margin: 0px auto;
	padding: 24px 90px 22px 30px;
	background-color: #808080;
	border: 2px solid #808080;
}
.cont8 a.button:hover {
	color: #808080;
	background-color: white;
}
.cont8 a.button:before {
	width: 22px;
	height: 22px;
	background-image: url( "../images/img_button_arrow_off.svg" );
	border-radius: 11px;
}
.cont8 a.button:hover:before {
	background-image: url( "../images/img_button_arrow_on.svg" );
}
.cont8 a.button:not(:first-child) {
	margin-top: 40px;
}
	/* sp */
	.sp .cont8 {
		padding: 7.692vw 0px 7.692vw;
		text-align: center;
	}
	.sp .cont8 a.button {
		display: block;
		width: 100%;
		font-size: 3.59vw;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0px auto;
		padding: 2.051vw 11.282vw 1.538vw 2.564vw;
		background-color: #808080;
		border: 2px solid #808080;
	}
	.sp .cont8 a.button:hover {
		color: #808080;
		background-color: white;
	}
	.sp .cont8 a.button:before {
		width: 4.103vw;
		height: 4.103vw;
		background-image: url( "../images/img_button_arrow_off.svg" );
		border-radius: 2.051vw;
	}
	.sp .cont8 a.button:hover:before {
		background-image: url( "../images/img_button_arrow_on.svg" );
	}
	.sp .cont8 a.button:not(:first-child) {
		margin-top: 3.846vw;
	}

 


/* ------------------- footer ------------------- */
#menu01 {
	display: none;
}
footer .contents_area {
	padding-bottom: 15px !important;
}
	/* sp */
	.sp .footer_menu_box01 ul li a {
		text-decoration: underline;
	}
