@charset "UTF-8";

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: none;
	vertical-align: bottom;
}

hr {
	display: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* anchors
-------------------------------------------------- */
#anchors {
	padding: 0;
	margin: 0;
	position: absolute;
	left: -100em;
	top: -100em;
	/*\*//*/
		width: 1px;
		visibility: hidden;
	/**/
}

/* body
-------------------------------------------------- */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #fff;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
	.body {
		width: 1024px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.75;
	}
}
@media screen and (max-width: 768px) {
	.body {
		width: 100%;
		padding: 0 15px;
		font-size: 14px;
		line-height: 1.75;
	}
}

/* link
-------------------------------------------------- */

a:link,
a:visited {
	color: #2889d4;
}

a:hover,
a:active {
	color: #169aff;
}

/* background
-------------------------------------------------- */
.background_f0f0f0 {
	background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
	.background_f0f0f0 {
		min-width: 1024px;
		padding: 18px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.background_f0f0f0 {
		padding: 0 0 25px;
	}
}

/* br */

@media screen and (max-width: 768px) {
	br.pcmode{
		display: none;
	}
}


/* header
-------------------------------------------------- */
header {
	width: 100%;
	margin: auto;
	z-index: 100;
	background: #fff;
}

@media screen and (min-width: 769px) {
	.pc_header {
		min-width: 1024px;
		font-size: 12px;
		line-height: 1.5;
		border-bottom: 1px solid #eee;
	}
	.pc_header_body {
		display: flex;
		justify-content: space-between;
	}
	.pc_header_left {
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pc_header_logo {
		margin-right: 29px;
	}
	.pc_header_logo + p {
		color: #666;
		font-size: 12px;
	}
	.pc_header_right {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.pc_header_tell {
		margin-right: 20px;
		font-size: 24px;
		color: #e86929;
		font-weight: bold;
	}
	.pc_header_tell + p {
		color: #000;
		font-size: 12px;
		line-height: 1.5;
	}
	.pc_header_menu {
		background: #fff;
	}
	.pc_header_menu .body {
		min-width: 1024px;
		padding: 12px 0;
		display: flex;
		justify-content: space-between;
	}
	.pc_header_menu li {
		margin-right: 7px;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 12px;
		line-height: 1.5;
	}
	.pc_header_menu li:last-child {
		margin-right: 0;
	}
	.pc_header_menu li a {
		color: #000;
		padding-left: 25px;
		background-image: url(../img/arr.png);
		background-size: 18px 18px;
		background-position: center left;
		background-repeat: no-repeat;
		text-decoration: none;
	}
	.pc_header_menu li a:hover {
		color: #22a37b;
	}
	.pc_header_fixed {
		width: 100%;
		position: fixed;
		top: -300px;
		left: 0;
		background: #fff;
		border-bottom: 1px solid #eee;
		z-index: 999999;
		display: none;
	}
	.pc_header_fixed .body {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pc_header_fixed_left {
		width: 829px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pc_header_fixed_logo {
		margin-right: 40px;
	}
	.pc_header_fixed_menu {
		width: 700px;
		min-width: 700px;
		display: flex;
		justify-content: space-between;
	}
	.pc_header_fixed_menu li {
		width: 140px;
	}
	.pc_header_fixed_right {
		width: 185px;
		padding: 5px 0;
		text-align: center;
	}
	.pc_header_fixed_btn {
		width: 100%;
		margin-bottom: 2px;
	}
	.pc_header_fixed_btn li {
		width: 100%;
	}
	.pc_header_fixed_btn li a {
		width: 100%;
		padding: 5px 5px 7px 47px;
		font-size: 14px;
		line-height: 1.2857142;
		color: #fff;
		background-color: rgb(232, 105, 41);
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		text-align: left;
		background-image: url(../img/arr_btn.png);
		background-size: 18px 18px;
		background-position: 20px center;
		background-repeat: no-repeat;
		text-decoration: none;
		display: block;
		font-weight: bold;
	}
	.pc_header_fixed_btn li a:hover {
		background-color: #d84427;
	}
	.pc_header_fixed_btn li a span {
		font-size: 12px;
	}
	.pc_header_fixed_tell {
		font-size: 16px;
		line-height: 1.875;
		color: #e86929;
		font-weight: bold;
	}
	.pc_header_fixed_tell_time {
		margin-top: -4px;
		font-size: 12px;
		line-height: 1.4166666;
		color: #000;
	}
}

@media screen and (max-width: 768px) {
	header.active {
		position: fixed;
		top: 0;
		z-index:9999
	}
	.sp_header {
		height: 49.5px;
	}
	.sp_header .spFlex {
		height: 49.5px;
		padding-right: 52px;
		align-items: center;
	}
	.sp_header_logo {
		margin-top: -4px;
		padding: 0 15px 0 10px;
	}
	.sp_header_logo + p {
		font-size: 7.5px;
		font-weight: normal;
		line-height: 1.5333;
		color: #666;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.sp_header_logo + p {
			font-size: 10px;
			transform: scale(0.75);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .sp_header_logo + p {
			font-size: 10px;
			-webkit-transform: scale(0.75);
			transform: scale(0.75);
		}
	}
	.gblnv_box{ width: 100%; height: 49.5px; position: fixed;top: 0; z-index:10;background:url(../img/gblnv_box.gif) no-repeat top right;background-size:50px 49.5px}
	.menu-trigger { margin: 11px 15px 10px calc(100% - 37px); text-decoration: none;}
	.gblnv_block{ padding: 0 30px 27.5px; background: #fff; display: none; border-bottom: 1px solid #eee;}
/*	.gblnv_block ul{padding: 10px;}
	.gblnv_block ul li{line-height: 180%;}
	.gblnv_block ul li a{color: #000; font-size: 26px; line-height: 260%;}*/
	.onanimation{display: block;}

	.menu-trigger { cursor: pointer;}
	.menu-trigger,
	.menu-trigger .menu-trigger_line {display: inline-block; transition: all .4s; box-sizing: border-box;}
	.menu-trigger {position: relative; /*width: 22px;*/ height: 16px;}
	.menu-trigger .menu-trigger_line {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #22a37b;
		border-radius: 2px;
	}
	.menu-trigger .menu-trigger_line:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger .menu-trigger_line:nth-of-type(2) {
		top: 7px;
	}
	.menu-trigger .menu-trigger_line:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger_text {
		font-size: 7px;
		font-weight: normal;
		color: #22a37b;
		display: inline-block;
		margin-top: 20px;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.menu-trigger_text {
			font-size: 10px;
			transform: scale(0.7);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .menu-trigger_text {
			font-size: 10px;
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
		}
	}
	.menu-trigger.active .menu-trigger_line:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
		top: -8px;
	}
	.menu-trigger.active .menu-trigger_line:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menu-trigger.active .menu-trigger_line:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
		bottom: -8px;
	}
	.sp_header_menu {
		margin-bottom: 15px;
	}
	.sp_header_menu li {
		font-size: 14px;
		line-height: 1.5;
		border-bottom: 1px solid #eee;
	}
	.sp_header_menu li a {
		padding: 15px 0;
		color: #000;
		padding-left: 26px;
		background-image: url(../img/arr.png);
		background-size: 16px 16px;
		background-position: center left;
		background-repeat: no-repeat;
		text-decoration: none;
		display: block;
	}
	.sp_header_btn {
		margin-bottom: 13.5px;
	}
	.sp_header_btn a {
		width: 100%;
		padding: 10px 0;
		font-size: 18px;
		color: #fff;
		background-color: rgb(232, 105, 41);
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		text-align: center;
		text-decoration: none;
		display: block;
		font-weight: bold;
	}
	.sp_header_btn a span {
		padding: 0 0 0 25px;
		background-image: url(../img/arr_btn.png);
		background-size: 17px 17px;
		background-position: 0 center;
		background-repeat: no-repeat;
	}
	.sp_header_tell {
		margin-bottom: 2px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}
	.sp_header_tell a {
		color: #e86929;
	}
	.sp_header_tell_time {
		font-size: 12px;
		text-align: center;
	}
}

/* mainArea
-------------------------------------------------- */
/* keyVisual
-------------------------------------------------- */
.keyVisual {
	color: #fff;
	vertical-align: text-top;
	background-image: url(../img/keyVisual.png);
	background-size: cover;
	background-position: top center;
}
.vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.keyVisual_strong {
	color: #ffea00;
	font-weight: bold;
}
.keyVisual_keyVisual_comment_box {
	position: relative;
}
.keyVisual_comment {
	text-align: center;
	color: #1b71c0;
	display: block;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: bold;
}
.keyVisual_comment:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	transform: rotate(-35deg);
}
.keyVisual_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.keyVisual_list li {
	display: inline-block;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	background-color: rgba(11, 81, 121, 0.4);
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 0;
}
.keyVisual_block {
	display: block;
}
@media screen and (min-width: 769px) {
	.keyVisual {
		min-width: 1024px;
		padding-top: 54px;
		font-size: 26.21px;
		line-height: 1.1716901;
	}
	.pc_keyVisual_left {
		width: 408px;
		float:left;
	}
	.pc_keyVisual_15 {
		margin: -5px 0 13px;
		font-size: 14.91px;
		font-weight: bold;
		display: block
	}
	.pc_keyVisual_18 {
		width: 370px;
		padding: 2px 0 1px;
		margin: 0 0 21px;
		font-size: 18px;
		border-width: 1px;
		border-color: rgb(255, 255, 255);
		border-style: solid;
		text-align: center;
		font-weight: bold;
	}
	.pc_keyVisual_m14 {
		margin: 0 0 14px;
	}
	.pc_keyVisual_m16 {
		margin: 0 0 12px;
	}
	.pc_keyVisual_26 {
		font-size: 26.21px;
		line-height: 1.1716901;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.pc_keyVisual_30 {
		font-size: 30.25px;
		line-height: 1.1996694;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.pc_keyVisual_60 {
		font-size: 60.39px;
		line-height: 0.95;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.pc_keyVisual_63 {
		font-size: 63.14px;
		line-height: 0.95;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.pc_keyVisual_70 {
		font-size: 70.59px;
		line-height: 0.95;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.vertical {
		font-size: 26.21px;
		line-height: 1.1716901;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.keyVisual_comment {
		padding: 15px;
		font-size: 13px;
		line-height: 1.3076923;
		top: -24px;
		right: -46px;
	}
	.keyVisual_comment:after {
		border-top: 8px solid transparent;
		border-right: 12px solid #fff;
		border-bottom: 8px solid transparent;
		border-left: 12px solid transparent;
		left: -12px;
		margin-top: 20px;
	}
	.pc_keyVisual_right {
		width: 616px;
		float:right;
	}
	.keyVisual_imgs {
		width: 479px;
		height: 237px;
		margin-left: 129px;
		position: relative;
		z-index: 1;
	}
	.keyVisual_img_1 {
		transform: rotate(-9deg);
		position: absolute;
		top: -2px;
		left: 24px;
		z-index: 2;
	}
	.keyVisual_img_2 {
		transform: rotate(11deg);
		position: absolute;
		top: 27px;
		right: 6px;
		z-index: 1;
	}
	.pc_keyVisual_list {
		width: 616px;
		margin-top: -50px;
		margin-bottom: 41px;
	}
	.pc_keyVisual_list li {
		width: 148px;
		height: 148px;
		margin-left: 8px;
	}
	.pc_keyVisual_list li:first-child {
		margin-left: 0;
	}
	.pc_keyVisual_list li span {
		display: inline-block;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_20 {
		font-size: 20px;
		line-height: 1.2;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_18 {
		font-size: 18px;
		line-height: 1.222;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_14 {
		font-size: 14px;
		line-height: 1.4285714;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_13 {
		font-size: 13px;
		line-height: 1.8461538;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_12 {
		font-size: 12px;
		line-height: 1.5;
	}
	.pc_keyVisual_list li .pc_keyVisual_list_9 {
		font-size: 9px;
		font-weight: normal;
		line-height: 1.444;
	}
	.pc_keyVisual_list_pt_27 {
		padding-top: 27px;
	}
	.pc_keyVisual_list_pt_22 {
		padding-top: 22px;
	}
	.pc_keyVisual_list_mb_6 {
		margin-bottom: 6px;
	}
	.pc_keyVisual_list_mb_4 {
		margin-bottom: 4px;
	}
	.pc_keyVisual_list_mb_3 {
		margin-bottom: 3px;
	}
	.pc_keyVisual_list_mtm_2 {
		margin-top: -2px;
	}
	.pc_keyVisual_list_mtm_3 {
		margin-top: -3px;
	}
	.pc_keyVisual_list li:before {
		content: '';
		width: 140px;
		height: 140px;
		border-width: 1px;
		border-color: rgb(255, 255, 255);
		border-style: solid;
		border-radius: 50%;
		background-color: rgba(11, 81, 121, 0);
		position: absolute;
		top: 2px;
		left: 2px;
	}

}
@media screen and (max-width: 768px) {
	.keyVisual {
		padding-top: 27px;
	}
	.keyVisual h1 {
		width: 335px;
		margin: 0 auto 25px;
		line-height: 1.0;
	}
	.sp_keyVisual_19 {
		margin: 0 0 9px;
		font-size: 9.82px;
		font-weight: normal;
/*		font-weight: bold;*/
	}
	.sp_keyVisual_23 {
		width: 245px;
		padding: 4.5px 0 5px;
		margin: 0 0 10px;
		font-size: 11.85px;
		border-width: 1px;
		border-color: rgb(255, 255, 255);
		border-style: solid;
		text-align: center;
		font-weight: bold;
	}
	.sp_keyVisual_44 {
		font-size: 22.145px;
		line-height: 1.1715962;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.sp_keyVisual_51 {
		font-size: 25.5px;
		line-height: 1.1996078;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.sp_keyVisual_102 {
		font-size: 51.02px;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.sp_keyVisual_107 {
		font-size: 53.95px;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.sp_keyVisual_119 {
		font-size: 59.5px;
		font-weight: bold;
		display: inline-block;
		float:left;
	}
	.keyVisual_comment {
		padding: 15px;
		font-size: 9.8px;
		font-weight: normal;
		line-height: 1.3071428;
		top: -70px;
		right: 0;
	}
	.keyVisual_comment:after {
		border-top: 8px solid transparent;
		border-right: 12px solid #fff;
		border-bottom: 8px solid transparent;
		border-left: 12px solid transparent;
		left: -12px;
		margin-top: 20px;
	}
	.keyVisual_imgs {
		max-width: 255px;
		margin: 0 auto;
	}
	.keyVisual_img_1 {
		max-width: 127.5px;
		padding-right: 12.5px;
		float: left;
		box-sizing: border-box;
	}
	.keyVisual_img_2 {
		max-width: 127.5px;
		padding-left: 12.5px;
		float: right;
		box-sizing: border-box;
	}
	.keyVisual_img_1 img,
	.keyVisual_img_2 img {
		width: 100%;
		height: auto;
	}
	.sp_keyVisual_list {
		justify-content: center;
		margin: 0 -10px;
	}
	.sp_keyVisual_list li {
		width: 83px;
		height: 83px;
		margin-top: -21.5px;
		margin-bottom: 20.5px;
		margin-left: 8px;
	}
	.sp_keyVisual_list li span {
		display: inline-block;
	}
	.sp_keyVisual_list li:first-child {
		margin-left: 0;
	}
	.sp_keyVisual_list li:before {
		content: '';
		width: 77px;
		height: 77px;
		border-width: 1px;
		border-color: rgb(255, 255, 255);
		border-style: solid;
		border-radius: 50%;
		background-color: rgba(11, 81, 121, 0);
		position: absolute;
		top: 1px;
		left: 1px;
	}
	.sp_keyVisual_list_pt_13 {
		padding-top: 13.5px;
	}
	.sp_keyVisual_list_pt_10 {
		padding-top: 10.5px;
	}
	.sp_keyVisual_list li .sp_keyVisual_list_22 {
		font-size: 11.2px;
		line-height: 1.2504464;
	}
	.sp_keyVisual_list li .sp_keyVisual_list_20 {
		font-size: 10.08px;
		line-height: 1.222;
	}
	.sp_keyVisual_list li .sp_keyVisual_list_15 {
		font-size: 7.84px;
		font-weight: normal;
		line-height: 1.4285714;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.sp_keyVisual_list li .sp_keyVisual_list_15 {
			font-size: 10px;
			transform: scale(0.784);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .sp_keyVisual_list li .sp_keyVisual_list_15 {
			font-size: 10px;
			-webkit-transform: scale(0.784);
			transform: scale(0.784);
		}
	}
	.sp_keyVisual_list li .sp_keyVisual_list_14 {
		font-size: 7.28px;
		font-weight: normal;
		line-height: 1.9237637;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.sp_keyVisual_list li .sp_keyVisual_list_14 {
			font-size: 10px;
			transform: scale(0.728);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .sp_keyVisual_list li .sp_keyVisual_list_14 {
			font-size: 10px;
			-webkit-transform: scale(0.728);
			transform: scale(0.728);
		}
	}
	.sp_keyVisual_list li .sp_keyVisual_list_13 {
		font-size: 6.72px;
		font-weight: normal;
		line-height: 1.5;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.sp_keyVisual_list li .sp_keyVisual_list_13 {
			font-size: 10px;
			transform: scale(0.672);
			margin-top: -5px;
		}
		.transform1 {
			white-space: nowrap;
			margin-left: -0.5rem;
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .sp_keyVisual_list li .sp_keyVisual_list_13 {
			font-size: 10px;
			-webkit-transform: scale(0.672);
			transform: scale(0.672);
			margin-top: -5px;
		}
	}
	.sp_keyVisual_list li .sp_keyVisual_list_10 {
		font-size: 5.04px;
		font-weight: normal;
		line-height: 1.444;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.sp_keyVisual_list li .sp_keyVisual_list_10 {
			font-size: 10px;
			transform: scale(0.504);
			margin-top: -10px;
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .sp_keyVisual_list li .sp_keyVisual_list_10 {
			font-size: 10px;
			-webkit-transform: scale(0.504);
			transform: scale(0.504);
			margin-top: -10px;
		}
	}
	.sp_keyVisual_list_mtm_3 {
		margin-top: -1.5px;
	}
	.sp_keyVisual_list_mb_4 {
		margin-bottom: 2px;
	}
	.sp_keyVisual_list_mb_7 {
		margin-bottom: 3.5px;
	}
	.sp_keyVisual_list_mb_10 {
		margin-bottom: 5px;
	}
	.sp_keyVisual_list_bold {
		font-weight: bold;
		transform: scale(1.08);
	}
}
@media screen and (max-width: 360px) {
	.keyVisual h1 {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-left: -8%;
	}
}

/* present
-------------------------------------------------- */
.present {
	color: #fff;
	background-color: #22a37b;
}
.keyVisual .present {
	background-color: rgba(30, 189, 109, 0.702);
}
.present h2 {
	font-weight: bold;
}
.present .book img {
	width: 100%;
	height: auto;
}
.present .btn {
	text-align: center;
}
.present .application a {
	color: #fff;
	background-color: rgb(232, 105, 41);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.present .schedule a {
	color: #fff;
	text-decoration: none;
}
.present .application a span,
.present .schedule a span {
	background-image: url(../img/arr_btn.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
	.present {
		min-width: 1024px;
		margin: 80px 0 0;
	}
	.keyVisual .present {
		margin: 0;
	}
	.present .body {
		position: relative;
	}
	.present .book {
		width: 101px;
		height: calc(100% + 16px);
		overflow: hidden;
		position: absolute;
		top: -17px;
		left: -14px;
	}
	.present .text {
		padding: 12px 0 7px 101px;
		float: left;
	}
	.present h2 {
		font-size: 24px;
	}
	.present p {
		margin: -2px 0 0;
		font-size: 13px;
	}
	.present .btn {
		margin: 15px 0;
		float: right;
	}
	.present .btn li {
		margin: 0 0 0 15px;
		display: inline-block;
		vertical-align: top;
	}
	.present .application a {
		padding: 9px 47px;
		font-size: 24px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.present .application a:hover {
		background-color: #d84427;
	}
	.present .application a span {
		padding: 0 0 0 32px;
		background-size: 22px 22px;
		display: block;
	}
	.present .schedule a {
		padding: 11px 16px;
		font-size: 12px;
		line-height: 1.41666;
		-webkit-border-radius: 29px;
		-moz-border-radius: 29px;
		border-radius: 29px;
		text-align: left;
		border-width: 1px;
		border-color: rgb(255, 255, 255);
		border-style: solid;
		display: block;
	}
	.present .schedule a:hover {
		opacity: 0.7;
	}
	.present .schedule a span {
		padding: 0 0 0 25px;
		background-size: 18px 18px;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.present {
		margin: 30px 0 0;
		padding: 0 0 12px;
	}
	.keyVisual .present {
		margin: 0;
	}
	.present .text {
		padding: 9px 0 10px 82px;
		position: relative;
	}
	.present h2 {
		font-size: 14px;
	}
	.present p {
		font-size: 10px;
	}
	.present .book {
		width: 66px;
		height: calc(100% + 7.5px);
		overflow: hidden;
		position: absolute;
		top: -7.5px;
		left: 8.5px;
	}
	.present .application {
		margin: 0 0 12px;
	}
	.present .application a {
		width: 100%;
		padding: 9px 0;
		font-size: 18px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.present .application a span {
		padding: 0 0 0 25.5px;
		background-size: 17px 17px;
	}
	.present .schedule a {
		text-align: center;
		font-size: 10px;
		display: block;
	}
	.present .schedule a span {
		padding: 0 0 0 17px;
		background-size: 11px 11px;
	}
}
/* media & series
-------------------------------------------------- */
.media h2,
.series h2 {
	text-align: center;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	font-weight: bold;
}
.media ul,
.series ul {
	text-align: center;
}
.media ul li,
.series ul li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.media ul li img,
.series ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #e0e0e0;
}
.media figcaption {
	color: #333;
}

@media screen and (min-width: 769px) {
	.media {
		width: 302px;
		float: left;
	}
	.series {
		width: 223px;
		margin: 0 0 0 20px;
		float: left;
	}
	.media h2,
	.series h2 {
		font-size: 13px;
		margin: 2px 0 10px;
		border-radius: 39px;
	}
	.media ul li {
		width: 94px;
	}
	.series ul {
		margin: 0 0 20px;
	}
	.series ul li {
		width: 67px;
	}
	.media ul li:nth-child(2),
	.series ul li:nth-child(2) {
		margin: 0 10px;
	}
	.media figcaption {
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.media {
		padding-top: 20px;
	}
	.media h2,
	.series h2 {
		padding: 3px 0 2px;
		margin: 0 0 15px;
		font-size: 14px;
		border-radius: 13.5px;
	}
	.media ul {
		margin-bottom: 18px;
	}
	.series ul {
		margin-bottom: 25px;
	}
	.media ul li,
	.series ul li {
		width: 95px;
	}
	.media ul li:first-child,
	.series ul li:first-child {
		margin-left: 5px;
	}
	.media ul li:nth-child(2),
	.series ul li:nth-child(2) {
		margin: 0 25px;
	}
	.media ul li:last-child,
	.series ul li:last-child {
		margin-right: 5px;
	}
	.media figcaption {
		margin-top: 9px;
		font-size: 10px;
		line-height: 1.4;
	}
}

/* shigeyoshi
-------------------------------------------------- */
.shigeyoshi_comment_box {

}
.shigeyoshi_comment_photo {
	width: 80px;
	float: left;
}
.shigeyoshi_comment_photo img {
	width: 100%;
	height: auto;
}
.shigeyoshi_comment {
	min-height: 80px;
	float: right;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
}
.shigeyoshi_comment:before,
.shigeyoshi_comment:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
.shigeyoshi_comment:before {
	border-top: 8px solid transparent;
	border-right: 11px solid #ccc;
	border-bottom: 8px solid transparent;
	border-left: 11px solid transparent;
	left: -22px;
	top: 32px;
}
.shigeyoshi_comment:after {
	border-top: 7px solid transparent;
	border-right: 9px solid #fff;
	border-bottom: 7px solid transparent;
	border-left: 9px solid transparent;
	left: -18px;
	top: 33px;
}
@media screen and (min-width: 769px) {
	.shigeyoshi {
		width: 439px;
		float: right;
		font-size: 12px;
		line-height: 1.5;
		color: #333;
	}
	.shigeyoshi_comment_box {
		margin: 12px 0 8px;
	}
	.shigeyoshi_comment_photo {
		margin-right: 19px;
	}
	.shigeyoshi_comment {
		width: 340px;
		padding: 10px 14px;
		font-size: 13px;
		line-height: 1.5384615;
		border-radius: 5px;
	}
}
@media screen and (max-width: 768px) {
	.shigeyoshi {
		font-size: 14px;
		line-height: 1.75;
		color: #333;
	}
	.shigeyoshi_comment_box {
		margin: 8px 0 10px;
	}
	.shigeyoshi_comment_photo {
		margin-left: 5px;
		margin-right: 21.5px;
	}
	.shigeyoshi_comment {
		width: calc(100% - 111.5px);
		padding: 12px 15px;
		font-size: 14px;
		line-height: 1.4285714;
	}
}

/* section
-------------------------------------------------- */
#section1 h2,
#section2 h2,
#section3 h2,
#section4 h2,
#section5 h2,
#section6 h2,
#formWrap h1,
#formWrap h2 {
	line-height: 1.25;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
}
#section1 h2 {
	background-image: url(../img/title2_1.png);
}
#section2 h2 {
	background-image: url(../img/title2_2.png);
}
#section3 h2 {
	background-image: url(../img/title2_3.png);
}
#section4 h2 {
	background-image: url(../img/title2_4.png);
}
#section5 h2 {
	background-image: url(../img/title2_5.png);
}
#section6 h2 {
	background-image: url(../img/title2_6.png);
}
#formWrap h1,
#formWrap h2 {
	background-image: url(../img/title2_formWrap.png);
	color: #fff;
}
#section1 h2 span,
#section2 h2 span,
#section3 h2 span,
#section4 h2 span,
#section5 h2 span,
#section6 h2 span {
	background-image: url(../img/title2_bg_sp.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
}
#formWrap h1 span,
#formWrap h2 span {
	background-image: url(../img/title2_formWrap_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	#section1 h2,
	#section2 h2,
	#section3 h2,
	#section4 h2,
	#section5 h2,
	#section6 h2,
	#formWrap h1,
	#formWrap h2 {
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 40px;
	}
	#section1 h2 {
		padding-left: 86px;
		min-height: 78px;
		line-height: 78px;
		background-size: 58px 78px;
	}
	#section2 h2 {
		padding-left: 116px;
		min-height: 79px;
		line-height: 79px;
		background-size: 85px 79px;
	}
	#section3 h2 {
		padding-left: 96px;
		min-height: 79px;
		line-height: 79px;
		background-size: 66px 79px;
	}
	#section4 h2 {
		padding-left: 102px;
		min-height: 78px;
		line-height: 78px;
		background-size: 72px 78px;
	}
	#section5 h2 {
		padding-left: 94px;
		min-height: 78px;
		line-height: 78px;
		background-size: 65px 78px;
	}
	#section6 h2 {
		padding-left: 110px;
		min-height: 79px;
		line-height: 79px;
		background-size: 80px 79px;
	}
	#formWrap h1,
	#formWrap h2 {
		padding-left: 120px;
		min-height: 78px;
		line-height: 78px;
		background-size: 91px 78px;
	}
}
@media screen and (max-width: 768px) {
	#section1 h2,
	#section2 h2,
	#section3 h2,
	#section4 h2,
	#section5 h2,
	#section6 h2,
	#formWrap h1,
	#formWrap h2 {
		margin-top: 31px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#section1 h2 {
		padding-left: 43px;
		min-height: 39px;
		background-size: 29px 39px;
	}
	#section2 h2 {
		padding-left: 57.5px;
		min-height: 39.5px;
		background-size: 42.5px 39.5px;
	}
	#section3 h2 {
		padding-left: 47.5px;
		min-height: 39.5px;
		background-size: 33px 39.5px;
	}
	#section4 h2 {
		padding-left: 51px;
		min-height: 39px;
		background-size: 36px 39px;
	}
	#section5 h2 {
		padding-left: 47px;
		min-height: 39px;
		background-size: 32.5px 39px;
	}
	#section6 h2 {
		padding-left: 55px;
		min-height: 39.5px;
		line-height: 39.5px;
		background-size: 40px 39.5px;
	}
	#formWrap h1,
	#formWrap h2 {
		padding-left: 60px;
		min-height: 39px;
		line-height: 39px;
		background-size: 45.5px 39px;
	}
	#section1 h2 span,
	#section2 h2 span,
	#section3 h2 span,
	#section4 h2 span,
	#section5 h2 span,
	#section6 h2 span,
	#formWrap h1 span,
	#formWrap h2 span {
		padding-bottom: 8px;
		background-size: 7.5px 2.5px;
	}
}

/* section1
-------------------------------------------------- */
.section1_colum1 {
	background: #d9ebf2;
	background-image: url(../img/section1_colum1.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.section1_colum2 {
	background: #faeed3;
	background-image: url(../img/section1_colum2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.underline {
	font-weight: bold;
	background-image: url(../img/underline.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
	.section1_twoColum {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section1_colum {
		width: 492px;
		padding: 33px 40px 311px;
		background-size: 445px 280px;
	}
	.section1_colum1 {
		margin-right: 40px;
	}
	.underline {
		background-size: 2px 7px;
	}
}
@media screen and (max-width: 768px) {
	.section1_colum {
		width: 100%;
		padding: 25px 21px 229px;
		background-size: 335px 211px;
	}
	.section1_colum1 {
		margin-bottom: 15px;
	}
	.underline {
		background-size: 1px 6px;
	}
}

/* title3
-------------------------------------------------- */
.title3_1,
.title3_2 {
	color: #22a37b;
	font-weight: bold;
}
.title3_1 {
	background-image: url(../img/title3_1.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.title3_2 {
	background-image: url(../img/title3_2.png);
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
	.title3_1,
	.title3_2 {
		font-size: 28px;
		padding: 0 0 0 46px;
		background-size: 32px 32px;
	}
	.title3_1 {
		margin: 46px 0 12px;
	}
	.title3_2 {
		margin: 56px 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.title3_1,
	.title3_2 {
		font-size: 17px;
		padding: 0 0 0 26.5px;
		background-size: 19px 19px;
	}
	.title3_1 {
		margin: 17px 0 8px;
	}
	.title3_2 {
		margin: 30px 0 20px;
	}
}
/* section2
-------------------------------------------------- */
.memo {
	background-image: url(../img/memo_repeat.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.memoBody {
	background-image: url(../img/memo.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.memo h4 {
	color: #e86929;
	font-weight: bold;
	text-align: center;
}
.memo ul {
	color: #7b401b;
	font-weight: bold;
}
.memo ul li {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
}
.memo p {
	color: #000;
	font-weight: bold;
	text-align: right;
}
.section2_imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section2_imgs img {
	height: 100%;
	width: auto;
}
@media screen and (min-width: 769px) {
	#section2 {
		padding: 0 0 60px;
	}
	.section2_colum1 {
		width: 584px;
		float: left;
	}
	.memo {
		margin: 13px auto 0;
		background-size: 584px 26px;
	}
	.memoBody {
		padding: 100px 58px 15px;
		background-size: 584px 367px;
	}
	.memo h4 {
		margin: 0 0 9px;
		font-size: 26px;
	}
	.memo ul {
		margin: 0 0 5px;;
	}
	.memo ul li {
		margin: 0 0 7px;
		padding-left: 30px;
		font-size: 17px;
		line-height: 1.588;
		background-position: 0 8px;
		background-size: 18px 13px;
	}
	.memo p {
		padding: 0 51px 0 0;
	}
	.section2_colum2 {
		width: 400px;
		float: right;
	}
	.youtube_figcaption {
		margin: 5px 0 24px;
		font-size: 14px;
	}
	.section2_imgs {
		height: 205px;
	}
}
@media screen and (max-width: 768px) {
	#section2 {
		padding: 0 0 10px;
	}
	.memo {
		max-width: 335px;
		margin: 12px auto 20px;
		background-size: 100% auto;
	}
	.memoBody {
		padding: 56px 33px 12px;
		background-size: 100% auto;
	}
	.memo h4 {
		margin: 0 0 6px;
		font-size: 14.94px;
	}
	.memo ul {
		margin: 0 0 5px;;
	}
	.memo ul li {
		margin: 0 0 4px;
		padding-left: 17px;
		font-size: 9.77px;
		font-weight: normal;
		line-height: 1.588;
		background-position: 0 3px;
		background-size: 10px 8px;
	}
	.memo p {
		padding: 0 27px 0 0;
		font-size: 8.045px;
		font-weight: normal;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.memo p {
			font-size: 10px;
			transform: scale(0.8045);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .memo p {
			font-size: 10px;
			-webkit-transform: scale(0.8045);
			transform: scale(0.8045);
		}
	}
	.youtube_figcaption {
		margin: 7px 0 17px;
		font-size: 10px;
	}
	.section2_imgs {
		margin: 0 auto;
	}
	.section2_imgs img:nth-child(1) {
		width: 41%;
	}
	.section2_imgs img:nth-child(2) {
		width: 54%;
	}
}
/* youtube
-------------------------------------------------- */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* comment
-------------------------------------------------- */
.comment_box {

}
.comment_photo img {
	width: 100%;
	height: auto;
}
.comment {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
}
.comment_photo_left .comment_photo {
	float: left;
}
.comment_photo_left .comment {
	float: right;
}
.comment_photo_right .comment_photo {
	float: right;
}
.comment_photo_left .comment {
	float: left;
}
.comment:before,
.comment:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}
@media screen and (min-width: 769px) {
	.comment_photo {
		width: 100px;
	}
	.comment_box {
		margin: 0 0 20px;
	}
	.comment_photo_left .comment_photo {
		margin-right: 37px;
	}
	.comment_photo_right .comment_photo {
		margin-left: 37px;
	}
	.comment {
		width: calc(100% - 274px);
		min-height: 100px;
		padding: 23px 27px;
		border-radius: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		line-height: 1.625;
	}
	.comment_photo_left .comment {
		margin-right: 137px;
	}
	.comment_photo_right .comment {
		margin-left: 137px;
	}
	.comment:before {
		border-top: 13px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 13px solid transparent;
		border-left: 17px solid transparent;
		top: 37px;
	}
	.comment:after {
		border-top: 12px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 16px solid transparent;
		top: 38px;
	}
	.comment_photo_left .comment:before {
		border-right: 17px solid #ccc;
		left: -34px;
	}
	.comment_photo_left .comment:after {
		border-right: 16px solid #fff;
		left: -32px;
	}
	.comment_photo_right .comment:before {
		border-left: 17px solid #ccc;
		right: -34px;
	}
	.comment_photo_right .comment:after {
		border-left: 16px solid #fff;
		right: -32px;
	}
}
@media screen and (max-width: 768px) {
	.comment_photo {
		width: 50px;
	}
	.comment_box {
		margin: 0 0 20px;
	}
	.comment_photo_left .comment_photo {
		margin-right: 18.5px;
	}
	.comment_photo_right .comment_photo {
		margin-left: 18.5px;
	}
	.comment {
		width: calc(100% - 68.5px);
		min-height: 50px;
		padding: 12px 15px;
		font-size: 14px;
		line-height: 1.4285714;
	}
	.comment:before {
		border-top: 8px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid transparent;
		top: 17px;
	}
	.comment:after {
		border-top: 7px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 9px solid transparent;
		top: 18px;
	}
	.comment_photo_left .comment:before {
		border-right: 10px solid #ccc;
		left: -20px;
	}
	.comment_photo_left .comment:after {
		border-right: 9px solid #fff;
		left: -18px;
	}
	.comment_photo_right .comment:before {
		border-left: 10px solid #ccc;
		right: -20px;
	}
	.comment_photo_right .comment:after {
		border-left: 9px solid #fff;
		right: -18px;
	}
}

/* section3
-------------------------------------------------- */
#section3 .body{
	width: 810px;
}
@media screen and (max-width: 768px){
	#section3 .body{
		width: auto;
	}
}

.title3_speechBalloon {
	color: #22a37b;
	font-weight: bold;
}
.title3_speechBalloon span {
	color: #fff;
	background-color: #22a37b;
	display: inline-block;
	position: relative;
}
.title3_speechBalloon span:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
}
@media screen and (min-width: 769px) {
	.title3_speechBalloon {
		margin-top: 40px;
		margin-bottom: 12px;
		font-size: 28px;
	}
	.title3_speechBalloon span {
		margin-bottom: 6px;
		padding: 0 15px;
		font-size: 20px;
	}
	.title3_speechBalloon span:after {
		border-top: 11px solid #22a37b;
		border-right: 10px solid transparent;
		border-bottom: 11px solid transparent;
		border-left: 10px solid transparent;
		bottom: -21px;
		margin-left: -10px;
	}
}
@media screen and (max-width: 768px) {
	.title3_speechBalloon {
		margin-top: 20px;
		margin-bottom: 10.5px;
		font-size: 17px;
		line-height: 1.3529411;
	}
	.title3_speechBalloon span {
		margin-bottom: 6px;
		padding: 1px 7px 3px;
		font-size: 11.1px;
	}
	.title3_speechBalloon span:after {
		border-top: 7px solid #22a37b;
		border-right: 6px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 6px solid transparent;
		bottom: -13px;
		margin-left: -6px;
	}
}
#section3 .img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#section3 .img img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	#section3 .img {
		width: 812px;
		margin: 33px auto;
	}
}
@media screen and (max-width: 768px) {
	#section3 .img {
		width: 100%;
		margin: 15px auto;
	}
}
.section3_table {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.section3_table table {
	width: 100%;
	line-height: 1.5;
	border-collapse: separate;
}
.section3_table tbody th {
	color: #ca2e2e;
}
.section3_table tbody th span {
	width: 100%;
	height: 100%;
	display: table;
	border: 1px solid #ca2e2e;
}
.section3_table thead th,
.section3_table tbody th:nth-child(1) {
	font-weight: bold;
}
.section3_table thead th:nth-child(1),
.section3_table tbody th:nth-child(1),
.section3_table thead th:nth-child(2),
.section3_table tbody td:nth-child(2),
.section3_table thead th:nth-child(3),
.section3_table tbody td:nth-child(3) {
	border-color: #fff;
	border-style: solid;
}
.section3_table thead th:nth-child(2),
.section3_table tbody td:nth-child(2),
.section3_table thead th:nth-child(3),
.section3_table tbody td:nth-child(3) {
	color: #fff;
}
.section3_table thead th:nth-child(2),
.section3_table thead th:nth-child(3) {
	text-align: center;
}
.section3_table thead th:nth-child(2),
.section3_table tbody td:nth-child(2) {
	background: #85add6;
}
.section3_table thead th:nth-child(3),
.section3_table tbody td:nth-child(3) {
	background: #8dc250;
}
@media screen and (min-width: 769px) {
	.section3_table {
		width: 812px;
		margin: 33px auto;
		padding: 30px 30px 25px;
	}
	.section3_table tbody th:nth-child(1) span {
		padding: 5px 13px;
	}
	.section3_table thead th:nth-child(2),
	.section3_table thead th:nth-child(3) {
		padding: 8px 0 7px;
	}
	.section3_table tbody td:nth-child(2),
	.section3_table tbody td:nth-child(3) {
		padding: 7px 13px 5px;
	}
	.section3_table thead th:nth-child(1),
	.section3_table tbody th:nth-child(1),
	.section3_table thead th:nth-child(3),
	.section3_table tbody td:nth-child(3) {
		border-width: 0 0 5px;
	}
	.section3_table thead th:nth-child(1),
	.section3_table tbody th:nth-child(1) {
		width: 154px;
		font-size: 18px;
	}
	.section3_table thead th:nth-child(2),
	.section3_table tbody td:nth-child(2) {
		width: 303px;
		border-width: 0 5px 5px;
		font-size: 17px;
	}
	.section3_table thead th:nth-child(3),
	.section3_table tbody td:nth-child(3) {
		width: 293px;
		font-size: 17px;
	}
}
@media screen and (max-width: 768px) {
	.section3_table {
		margin: 15px auto;
		padding: 15px 15px 13px;
	}
	.section3_table tbody th:nth-child(1) span {
		padding: 6.5px 5.5px 7.5px;
	}
	.section3_table thead th:nth-child(2),
	.section3_table thead th:nth-child(3) {
		padding: 6.5px 0 7.5px;
	}
	.section3_table tbody td:nth-child(2),
	.section3_table tbody td:nth-child(3) {
		padding: 6.5px 5.5px 7.5px;
	}
	.section3_table thead th:nth-child(1),
	.section3_table tbody th:nth-child(1),
	.section3_table thead th:nth-child(3),
	.section3_table tbody td:nth-child(3) {
		border-width: 0 0 2px;
	}
	.section3_table thead th:nth-child(1),
	.section3_table tbody th:nth-child(1) {
		width: 21%;
		font-size: 9px;
		font-weight: normal;
	}
	.section3_table thead th:nth-child(2),
	.section3_table tbody td:nth-child(2) {
		width: 40%;
		border-width: 0 2px 2px;
		font-size: 8.5px;
		font-weight: normal;
	}
	.section3_table thead th:nth-child(3),
	.section3_table tbody td:nth-child(3) {
		width: 39%;
		font-size: 8.5px;
		font-weight: normal;
	}
/*ChromeとOperaのみだけに適用されるCSSハック*/
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		.section3_table thead th:nth-child(2),
		.section3_table tbody td:nth-child(2),
		.section3_table thead th:nth-child(3),
		.section3_table tbody td:nth-child(3) {
			font-size: 10px;
			transform: scale(0.85);
		}
	}
/*Safariだけに適用されるCSSハック*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .section3_table thead th:nth-child(2),
		.section3_table tbody td:nth-child(2),
		.section3_table thead th:nth-child(3),
		.section3_table tbody td:nth-child(3) {
			font-size: 10px;
			transform: scale(0.85);
		}
	}
}

/* section4
-------------------------------------------------- */
#section4 .body{
	width: 887px;
}
@media screen and (max-width: 768px){
	#section4 .body{
		width: auto;
	}
}

.bx-wrapper {
	margin: 0 auto;
}
ul.bxslider {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul.bxslider li {
	border-style: solid;
	border-color: #f5f3dc;
}
.slider_title {
	background-color: #f5f3dc;
	display: flex;
	flex-wrap: wrap;
}
.slider_title h3 {
	width: 100%;
	color: #22a37b;
	font-weight: bold;
}
.slider_title .photo img {
	width: 100%;
	height: auto;
}
.slider_title .introduction {
	float: right;
}
.slider_body h4 {
	font-weight: bold;
}

/* slider_pc
-------------------------------------------------- */
.slider_pc .bx-wrapper {
	width: 100%;
	margin-top: 34px;
	margin-bottom: 80px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.slider_pc .bx-wrapper {
		width: calc(100% - 196px);
		margin-top: 34px;
	}
}
.slider_pc .bx-controls-direction .bx-prev,
.slider_pc .bx-controls-direction .bx-next {
	width: 29px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slider_pc .bx-controls-direction .bx-prev {
	left: -69px;
	background-image: url(../img/bx-prev.png);
}
.slider_pc .bx-controls-direction .bx-next {
	right: -69px;
	background-image: url(../img/bx-next.png);
}
.slider_pc ul.bxslider li {
	border-width: 10px;
}
.slider_pc .slider_title {
	padding: 26px 29px 40px;
	align-items: center;
}
.slider_pc .slider_title h3 {
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 1.3571428;
}
.slider_pc .slider_title .photo {
	width: 60px;
	margin-right: 20px;
}
.slider_pc .slider_title .introduction {
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: 1.75;
}
.slider_pc .slider_body {
	padding: 28px 40px 23px;
}
.slider_pc .slider_body .img {
	width: 171px;
	margin-right: 40px;
	padding: 13px 0 0;
	float: left;
}
.slider_pc .slider_body .img img {
	width: 100%;
	height: auto;
}
.slider_pc .slider_body .txt {
	width: calc(100% - 211px);
	float: right;
}
.slider_pc .slider_body h4 {
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 2.1;
}
.slider_pc .slider_body p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	#slider {width:100%; height:100%; min-height:500px; overflow:hidden; position:relative;}
	.slide-wrap {width:1920px; height:300px; position:absolute; left:50%; margin-left:-960px;}
	.bx-wrapper {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	ul.bxslider li {
		border-width: 5px;
	}
	.slider_pc .bx-wrapper {
		max-width: 100vw !important;
	}
	.slider_title {
		padding: 11px 11px 17px;
		align-items: start;
	}
	.slider_title h3 {
		margin-bottom: 9.5px;
		font-size: 17px;
		line-height: 1.3529411;
	}
	.slider_title .photo {
		width: 50px;
		padding-top: 3px;
		margin-right: 15px;
	}
	.slider_title .introduction {
		width: calc(100% - 65px);
		font-size: 12px;
		line-height: 1.5;
	}
	.slider_body {
		padding: 20px 20px 15.5px;
	}
	.slider_body .img {
		width: 95px;
		height: auto;
		margin: 0 auto 17px;
		text-align: center;
	}
	.slider_body .img img {
		width: 100%;
		height: auto;
	}
	.slider_body h4 {
		margin: 11px 0 7px;
		font-size: 14px;
		line-height: 1.4285714;
	}
	.slider_body p {
		font-size: 12px;
		line-height: 1.75;
	}
}

/* slider_sp
-------------------------------------------------- */
#slider.slider_sp {width:100%; height:100%; min-height:500px; overflow:hidden; position:relative;}
.slider_sp .slide-wrap {width:1920px; height:300px; position:absolute; left:50%; margin-left:-960px;}
.slider_sp .bx-wrapper {
	margin-top: 20px;
	margin-bottom: 30px;
}
.slider_sp ul.bxslider li {
	border-width: 5px;
}
.slider_sp .slider_title {
	padding: 11px 11px 17px;
	align-items: start;
}
.slider_sp .slider_title h3 {
	margin-bottom: 9.5px;
	font-size: 17px;
	line-height: 1.3529411;
}
.slider_sp .slider_title .photo {
	width: 50px;
	padding-top: 3px;
	margin-right: 15px;
}
.slider_sp .slider_title .introduction {
	width: calc(100% - 65px);
	font-size: 12px;
	line-height: 1.5;
}
.slider_sp .slider_body {
	padding: 20px 20px 15.5px;
}
.slider_sp .slider_body .img {
	width: 95px;
	height: auto;
	margin: 0 auto 17px;
	text-align: center;
}
.slider_sp .slider_body .img img {
	width: 100%;
	height: auto;
}
.slider_sp .slider_body h4 {
	margin: 11px 0 7px;
	font-size: 14px;
	line-height: 1.4285714;
}
.slider_sp .slider_body p {
	font-size: 12px;
	line-height: 1.75;
}

/* trustAchievements
-------------------------------------------------- */
.trustAchievements {
	vertical-align: text-top;
	background-image: url(../img/trustAchievements.png);
	background-size: cover;
	background-position: center center;
}
.trustAchievements h2 {
	text-align: center;
	font-weight: bold;
}
.trustAchievements .sp_keyVisual_list li {
	color: #fff;
	background-image: url(../img/trustAchievements_list.png);
	background-size: cover;
	background-position: center center;
	border-color: #b39d0d;
}
.trustAchievements_present {
	background-color: rgba(8, 154, 109, 0.851);
}
.trustAchievements_present h3 {
	line-height: 1.2857142;
	text-align: center;
	font-weight: bold;
	color: #22a37b;
	background-color: #fff;
}
.trustAchievements_present_twoColum {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.trustAchievements_present_colum1 img {
	width: 100%;
	height: auto;
}
.trustAchievements_present h4 {
	color: #fee900;
	font-weight: bold;
}
.trustAchievements_present p {
	color: #fff;
}
@media screen and (min-width: 769px) {
	.trustAchievements {
		min-width: 1024px;
		padding: 44px 0 60px;
	}
	.trustAchievements h2 {
		margin-bottom:14px;
		font-size: 40px;
	}
	.trustAchievements_twoColum {
		width: 100%;
		margin-bottom: 88px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.trustAchievements_colum1 {
		width: 662px;
	}
	.trustAchievements_colum2 {
		width: 362px;
	}
	.trustAchievements .pc_keyVisual_list {
		margin: 0;
	}
	.trustAchievements_present {
		padding: 10px 10px 16px;
	}
	.trustAchievements_present h3 {
		padding: 10px 0 8px;
		margin-bottom:15px;
		font-size: 22px;
	}
	.trustAchievements_present_twoColum {
		align-items: center;
	}
	.trustAchievements_present_colum1 {
		width: 83px;
		margin-right: 30px;
	}
	.trustAchievements_present h4 {
		margin-bottom:5px;
		font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
	.trustAchievements {
		padding: 27px 0 30px;
	}
	.trustAchievements h2 {
		margin-bottom:17px;
		font-size: 20px;
		line-height: 1.25;
	}
	.trustAchievements .sp_keyVisual_list {
		margin: 0 -15px;
	}
	.trustAchievements .pc_keyVisual_list li {
		margin-top: 0;
		margin-bottom: 14px;
	}
	.trustAchievements_present {
		margin-top: 50px;
		padding: 5px 5px 12px;
	}
	.trustAchievements_present h3 {
		padding: 6px 0 5px;
		margin-bottom: 8px;
		font-size: 14px;
	}
	.trustAchievements_present_twoColum {
		margin: 0 10px;
	}
	.trustAchievements_present_colum1 {
		width: 50px;
		margin-right: 15px;
		padding-top: 8px;
	}
	.trustAchievements_present_colum2 {
		width: calc(100% - 65px);
	}
	.trustAchievements_present h4 {
		font-size: 20px;
	}
	.trustAchievements_present p {
		font-size: 10px;
		line-height: 1.5;
	}
}

/* section5
-------------------------------------------------- */
.schedule article {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
}
time span {
	color: #e86929;
	font-weight: bold;
}
.schedule article h3 {
	line-height: 1.5;
	font-weight: bold;
}
.schedule_colum2 ul {
	display: flex;
	align-items: center;
}
.schedule_colum2 ul li a {
	color: #fff;
	background-color: rgb(232, 105, 41);
	text-align: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.schedule_colum2 ul li a span {
	background-image: url(../img/arr_btn.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.menu-btn {
	cursor: pointer;
	color: #22a37b;
	border-color: #22a37b;
	border-style: solid;
	font-weight: bold;
}
.btn-close .menu-btn span {
	background-image: url(../img/menu_btn_close.png);
}
.btn-open .menu-btn span {
	background-image: url(../img/menu_btn_open.png);
}
.menu-btn span {
	background-repeat: no-repeat;
	background-position: 0 center;
}
.overlay_img img {
	width: 100%;
	height: auto;
}
.overlay_txt dt {
	float: left;
}
.overlay_txt dl dl {
	width: calc(100% - 1rem);
	float: right;
}
@media screen and (min-width: 769px) {
	.schedule article {
		margin-bottom: 20px;
		padding: 23px 30px 24px;
		border-radius: 10px;
	}
	time {
		margin-bottom: 2px;
	}
	time span {
		color: #e86929;
		font-weight: bold;
	}
	.schedule article h3 {
		font-size: 20px;
	}
	.schedule_twoColum {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.schedule_colum1 {
		width: 580px;
	}
	.schedule_colum2 ul {
		text-align: right;
	}
	.schedule_colum2 ul li a {
		padding: 7px 44px 6px;
		font-size: 20px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
	}
	.schedule_colum2 ul li a span {
		padding: 0 0 0 29px;
		background-size: 18px 18px;
	}
	.menu-btn {
		margin-left: 30px;
		padding: 8px 29px;
		border-width: 2px;
		font-size: 16px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
	}
	.menu-btn span {
		padding: 0 0 0 24px;
		background-size: 18px 18px;
	}
	.overlay {
		width: 100%;
		margin: 19px 0 0;
	}
	.overlay_img {
		width: 190px;
		padding: 6px 0;
		float: left;
	}
	.overlay_txt {
		width: calc(100% - 220px);
		float: right;
	}
	.overlay_txt > dl {
		margin: 17px 0 0;
	}
	.overlay_txt dt {
		width: 76px;
	}
	.overlay_txt dd {
		width: calc(100% - 76px);
		padding-left: 76px;
	}
	.overlay_txt dl dl dt {
		width: 56px;
	}
	.overlay_txt dl dl dd {
		width: calc(100% - 56px);
		padding-left: 56px;
	}
}
@media screen and (max-width: 768px) {
	.schedule article {
		margin-bottom: 15px;
		padding: 11px 15px 20px;
		border-radius: 7.5px;
	}
	time {
		font-size: 10px;
	}
	.schedule article h3 {
		margin-bottom: 11.5px;
	}
	.schedule_colum2 ul {
		justify-content: space-between;
	}
	.schedule_colum2 ul li.form-btn {
		width: 60%;
	}
	.schedule_colum2 ul li a {
		width: 100%;
		padding: 8.5px 0 7px;
		font-size: 14px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		text-align: center;
	}
	.schedule_colum2 ul li a span {
		padding: 0 0 0 17px;
		background-size: 11px 11px;
	}
	.menu-btn {
		width: calc(40% - 15px);
		padding: 8.5px 0 8px;
		margin-left: 15px;
		border-width: 1px;
		font-size: 12px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		text-align: center;
	}
	.menu-btn span {
		padding: 0 0 0 17px;
		background-size: 11px 11px;
	}
	.overlay_img {
		width: 142.5px;
		margin: 20px auto;
	}
	.overlay_txt p {
		font-size: 12px;
		line-height: 1.75;
	}
	.overlay_txt > dl {
		margin: 10px 0 0;
	}
	.overlay_txt dt {
		width: 18%;
	}
	.overlay_txt dd {
		width: 100%;
		padding-left: 18%;
	}
	.overlay_txt dl dl dt {
		width: 3rem;
	}
	.overlay_txt dl dl dd {
		padding-left: 3rem;
	}
}

/* breakThrough
-------------------------------------------------- */
.breakThrough h2 {
	background: #fee900;
	border-radius: 50%;
	text-align: center;
	float: left;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breakThrough ul li {
	display: inline-block;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.breakThrough ul li img {
	width: auto;
	height: 100%;
}
.breakThrough_comment {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	position: relative;
	border-radius: 5px;
}
.breakThrough_comment:before,
.breakThrough_comment:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

@media screen and (min-width: 769px) {
	.breakThrough {
		padding: 30px 0 30px;
		margin: 0 0 -80px;
	}
	.breakThrough h2 {
		width: 168px;
		height: 168px;
		margin-right: 30px;
		font-size: 34.51px;
		line-height: 1.199942;
	}
	.breakThrough ul {
		width: 392px;
		float: left;
	}
	.breakThrough ul li {
		height: 168px;
		margin-right: 19px;
	}
	.breakThrough ul li:last-child {
		margin-right: 0px;
	}
	.breakThrough_comment {
		width: calc(100% - 630px);
		min-height: 168px;
		margin-left: 40px;
		padding: 23px 48px;
		border-radius: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 20px;
		line-height: 1.5;
		font-weight: bold;
		float: right;
	}
	.breakThrough_comment:before {
		border-top: 13px solid transparent;
		border-right: 17px solid #ccc;
		border-bottom: 13px solid transparent;
		border-left: 17px solid transparent;
		top: 50%;
		margin-top: -13px;
		left: -34px;
	}
	.breakThrough_comment:after {
		border-top: 12px solid transparent;
		border-right: 16px solid #fff;
		border-bottom: 12px solid transparent;
		border-left: 16px solid transparent;
		top: 50%;
		margin-top: -12px;
		left: -32px;
	}
}
@media screen and (max-width: 768px) {
	.breakThrough {
		padding: 30px 0;
		margin: 0 0 -30px;
	}
	.breakThrough .sp_ms_5 {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.breakThrough h2 {
		width: 98px;
		height: 98px;
		margin-right: 13px;
		margin-bottom: 20px;
		font-size: 20.135px;
		line-height: 1.2001489;
	}
	.breakThrough ul {
		margin-bottom: 20px;
	}
	.breakThrough ul li {
		height: 98px;
		margin-right: 10px;
	}
	.breakThrough ul li:last-child {
		margin-right: 0px;
	}
	.breakThrough_comment {
		width: 100%;
		padding: 12px 16px;
		font-size: 14px;
		line-height: 1.4285714;
		font-weight: bold;
	}
	.breakThrough_comment:before {
		border-top: 11px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 11px solid #ccc;
		border-left: 8px solid transparent;
		top: -22px;
		left: 50%;
		margin-left: -8px;
	}
	.breakThrough_comment:after {
		border-top: 10px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 10px solid #fff;
		border-left: 7px solid transparent;
		top: -20px;
		left: 50%;
		margin-left: -7px;
	}
}
/* form
-------------------------------------------------- */
#formWrap {
	background: #4eb595;
}
#formWrap .body {
	overflow: hidden;
}
ol.process {
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	counter-reset: number;
	display: flex;
}
ol.process li {
	width: calc(100% / 3);
	color: #000;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	line-height: 1.5;
}
ol.process li:before {
	content: ' ';
	border-radius: 50%;
	border: 2px solid #22a37b;
	position: absolute;
}
ol.process li:after {
	counter-increment: number;
	content: counter(number);
	color: #22a37b;
	text-align: center;
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: bold;
}
ol.process li:last-child {
	border-right: 0;
}
@media screen and (min-width: 769px) {
	#formWrap {
		min-width: 1024px;
		padding-bottom: 80px;
	}
	ol.process {
		width: calc(100% + 20px);
		margin: 0 -10px 40px;
	}
	ol.process li {
		margin: 0 10px;
		padding: 20px 20px 20px 85px;
		font-size: 14px;
	}
	ol.process li:before {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		top: 50%;
		left: 20px;
	}
	ol.process li:after {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		font-size: 24px;
		line-height: 46px;
		top: 50%;
		left: 20px;
	}
}
@media screen and (max-width: 768px) {
	#formWrap {
		padding-bottom: 30px;
	}
	ol.process {
		width: calc(100% + 7px);
		margin: 20px -3.5px 15px;
	}
	ol.process li {
		margin: 0 3.5px;
		padding: 42px 10px 10px;
		font-size: 10px;
	}
	ol.process li:before {
		width: 23px;
		height: 23px;
		margin-left: -11.5px;
		top: 10px;
		left: 50%;
	}
	ol.process li:after {
		width: 23px;
		height: 23px;
		margin-left: -11.5px;
		font-size: 12px;
		line-height: 23px;
		top: 10px;
		left: 50%;
	}
}
.formTable{
	background: #fff;
}
#formWrap table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}


#formWrap table tr{
	border-bottom: 1px solid #DDD;
}

#formWrap table th,
#formWrap table td{
		padding-top: 10px;
		padding-bottom: 10px;
}
#formWrap table th{
	font-weight: normal;
	text-align: left;
}
#formWrap table th span{
	color: #22a37b;
	border-color: #22a37b;
	border-style: solid;
	background-color: rgb(255, 255, 255);
}
#formWrap table th span.type01{
	color: #CCC;
	border-color: #CCC;
}

select,
input[type="text"],
textarea {
	width: 100%;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 769px) {
	.formTable{
		padding: 89px 80px 43px;
	}
	#formWrap table th{
		position: relative;
		width: 265px;
		font-size: 20px;
		line-height: 1.3;
	}
	#formWrap table th span{
		position: absolute;
		right: 20px;
    margin-top: 2px;
		margin-left: 16px;
		padding: 2px 8px;
		font-size: 13px;
		font-weight: bold;
		border-width: 2px;
	}
	#formWrap table th,
	#formWrap table td {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.radio02_txt {
		padding-bottom: 12px;
		font-size: 16px;
	}
	select,
	input[type="text"],
	textarea {
		padding: 14px 10px;
		font-size: 16px;
		border-radius: 5px;
	}
}
@media screen and (max-width: 768px) {
	.formTable{
		padding: 28px 20px 12px;
	}
	#formWrap table td,
	#formWrap table th{
		width: 100%;
		display: block;
	}
	#formWrap table th{
		padding-bottom: 9px;
		font-size: 14px;
		font-weight: bold;
	}
	#formWrap table th span{
		margin-left: 9px;
		padding: 1.5px 6px;
		font-size: 9.75px;
		font-weight: normal;
		border-width: 1px;
	}
	#formWrap table td {
		padding-bottom: 18px;
		font-size: 12px;
	}
	.radio02_txt {
		padding-bottom: 10px;
		font-size: 12px;
	}
	select,
	input[type="text"],
	textarea {
		padding: 11px 5px;
		font-size: 12px;
		border-radius: 5px;
	}
}

input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	line-height: 2;
	cursor: pointer;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	input[type="radio"] + label {
		margin-right: 12px;
	}
}
@media (min-width: 1px) {
	input[type="radio"] {
		display: none;
		margin: 0;
	}
	input[type="radio"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}
	input[type="radio"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		background: #ffffff;
	}
}
input[type="radio"] + label {
	padding: 0 10px 0 31px;
	line-height: 22px;
}
input[type="radio"] + label::before {
	width: 22px;
	height: 22px;
	margin-top: -11px;
}
@media screen and (max-width: 768px) {
	input[type="radio"] + label {
		padding: 0 0 0 27px;
		line-height: 18px;
	}
	input[type="radio"] + label::before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
}
input[type="radio"][disabled] {
	cursor: default;
}
input[type="radio"] + label {
	background: none;
}
input[type="radio"][disabled] + label {
	color: #cdcdcd;
	cursor: default;
}
input[type="radio"] + label::before {
	border: 1px solid #cdcdcd;
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
input[type="radio"] + label::before {
		border-width: 1px;
	}
}
input[type="radio"][disabled] + label::before {
	border-color: #cdcdcd;
}
input[type="radio"]:checked + label::before {
	border-color: #22a37b;
}
input[type="radio"][disabled]:checked + label::before {
	border-color: #22a37b;
	background-color: #ffffff;
}
input[type="radio"]:checked + label::after {
	left: 8px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #22a37b;
	border-radius: 6px;
}
@media screen and (max-width: 768px) {
	input[type="radio"]:checked + label::after {
		left: 6px;
		width: 5px;
		height: 5px;
		border-radius: 5px;
	}
}
input[type="radio"][disabled]:checked + label::after {
	background: #cdcdcd;
}

input[type="checkbox"] {
	display: inline-block;
}
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	vertical-align: middle;
}
@media (min-width: 1px) {
	input[type="checkbox"] {
		display: none;
		margin: 0;
	}
	input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}
	input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		background: #ffffff;
	}
}
input[type="checkbox"] + label {
	padding: 0 0 0 42px;
}
input[type="checkbox"] + label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
@media screen and (max-width: 768px) {
	input[type="checkbox"] + label {
		padding: 0 0 0 31px;
		margin: 0 0 15px;
		font-size: 12px;
		line-height: 20px;
	}
	input[type="checkbox"] + label::before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}
input[type="checkbox"] + label::before {
	border-radius: 5px;
	border: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
	input[type="checkbox"] + label::before {
		border-radius: 2.5px;
	}

}
input[type="checkbox"]:checked + label::before {
	border-color: #22a37b;
}
input[type="checkbox"]:checked + label::after {
	left: 8px;
	width: 15px;
	height: 8px;
	margin-top: -6px;
	border-left: 3px solid #22a37b;
	border-bottom: 3px solid #22a37b;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	input[type="checkbox"]:checked + label::after {
		left: 6px;
		width: 8px;
		height: 6px;
		margin-top: -4px;
		border-left-width: 2px;
		border-bottom-width: 2px;
	}
}

input.btn_submit {
	margin: 0 auto;
	display: block;
	border: none;
	text-indent: -9999px;
}
@media screen and (min-width: 769px) {
	input.btn_submit {
		width: 672px;
		height: 95px;
		margin: 30px auto 22px;
		cursor: pointer;
		background: url(../img/btn_submit.png) no-repeat;
	}
	input.btn_submit:hover {
		background: url(../img/btn_submit_on.png) no-repeat;
	}
}
@media screen and (max-width: 768px) {
	input.btn_submit {
		width: 300px;
		height: 55.5px;
		margin: 0 auto 8.5px;
		background: url(../img/btn_submit_sp.png) no-repeat;
		background-size: 300px 55.5px;
	}
}

.formNext {
	background: #fce9df;
}
.formNext ul li {
	text-indent: -1rem;
	margin-left: 1rem;
}
@media screen and (min-width: 769px) {
	.formNext {
		padding: 60px 0 ;
	}
	.formNext ul {
		width: 606px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.formNext {
		padding: 30px 20px 27px;
	}
	.formNext ul {
		font-size: 10px;
		line-height: 1.5;
	}
}
/* section6
-------------------------------------------------- */
.promise {
	background: #def1eb;
}
.promise h3 {
	color:  #22a37b;
	text-align: center;
	font-weight: bold;
}
.promise ol li {
	background: #fff;
	font-weight: bold;
}
.promise ol li span {
	color: #fff;
	background: #22a37b;
}
.tableType2 {
}
.tableType2 table {
	width: 100%;
	border-top: 1px solid #ccc;
}
.tableType2 table tr {
	border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
	.promise {
		padding: 26px 30px 25px;
		margin: 0 0 41px
	}
	.promise h3 {
		margin: 0 0 26px;
		font-size: 28px;
		line-height: 1.3571428;
	}
	.promise ol li {
		margin: 0 0 5px;
		padding: 18px 15px;
		font-size: 20px;
	}
	.promise ol li span {
		margin-right: 20px;
		padding: 5px 11px 5px 12px;
		font-size: 16px;
	}
	.tableType2 {
		margin: 0 0 120px
	}
	.tableType2 table tr th {
		width: 207px;
	}
	.tableType2 table tr td {
		width: 817px;
	}
	.tableType2 table tr th,
	.tableType2 table tr td {
		padding: 24px 20px 25px;
		font-size: 16px;
		line-height: 1.625;
	}
}
@media screen and (max-width: 768px) {
	.promise {
		padding: 16px 10px 6px;
		margin: 0 0 34px
	}
	.promise h3 {
		margin: 0 0 17px;
		font-size: 17px;
		line-height: 1.3529411;
	}
	.promise ol li {
		margin: 0 0 4px;
		padding: 10px 10px 10px 55.5px;
		font-size: 12px;
		line-height: 1.5;
		position: relative;
	}
	.promise ol li span {
		width: 34.5px;
		font-size: 9px;
		font-weight: normal;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 12.5px;
		margin-top: -7.5px;
		text-align: center;
	}
	.tableType2 {
		margin: 0 0 60px;
	}
	.tableType2 table tr th {
		width: 30%;
	}
	.tableType2 table tr td {
		width: 70%;
	}
	.tableType2 table tr th,
	.tableType2 table tr td {
		padding: 13px 10px 12px;
		font-size: 10px;
		line-height: 1.5;
	}
}

/* footer
-------------------------------------------------- */
footer {
	color: #fff;
	background: #22a37b;
	text-align: center;
}
.droid-sans {
	font-family: Verdana ,"Droid Sans";
	color: #fff;
}
@media screen and (min-width: 769px) {
	footer {
		min-width: 1024px;
		padding: 15px 0 18px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	footer {
		margin-bottom: 99px;
		padding: 9px 0 9.5px;
		font-size: 9px;
		font-weight: normal;
	}
	.sp_footer_fixed {
		width: 100%;
		padding: 30px 15px 30px;
		position: fixed;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #22a37b;
		z-index: 999999;
	}
	.sp_footer_fixed_tell a {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}
	.sp_footer_fixed_tell_time {
		font-size: 9px;
	}
	.sp_footer_fixed_btn a {
		width: 100%;
		padding: 10px 31px;
		font-size: 13px;
		color: #fff;
		background-color: rgb(232, 105, 41);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		text-align: center;
		text-decoration: none;
		display: block;
		font-weight: bold;
	}
	.sp_footer_fixed_btn a span {
		padding: 0 0 0 16.5px;
		background-image: url(../img/arr_btn.png);
		background-size: 11px 11px;
		background-position: 0 center;
		background-repeat: no-repeat;
	}
}
/* page-top
-------------------------------------------------- */
#page-top {
	position: fixed;
}
#page-top img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	#page-top {
		width: 50px;
		height: 50px;
		right: 20px;
	}
	#page-top a:hover img {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	#page-top {
		width: 40px;
		height: 40px;
		right: 10px;
	}
}
/* text
-------------------------------------------------- */
.center {
	text-align: center;
}
/* clearfix
-------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/* margin
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.sp_ms_5 {
		margin-left: 5px;
		margin-right: 5px;
	}
}
/* display-block
-------------------------------------------------- */
@media screen and (min-width: 769px) {
	.spInline {
		display: none;
	}
	.spBlock {
		display: none;
	}
	.spFlex {
		display: none;
	}
	.pcInline {
		display: inline;
	}
	.pcBlock {
		display: block;
	}
	.pcFlex {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.spInline {
		display: inline;
	}
	.spBlock {
		display: block;
	}
	.spFlex {
		display: flex;
	}
	.pcInline {
		display: none;
	}
	.pcBlock {
		display: none;
	}
	.pcFlex {
		display: none;
	}
}
