@charset "UTF-8";
/* CSS Document */

.gl-header .pc-menu > li .submenu .img-list > li > a .bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	left: 0;
	top: 0;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.gl-header .pc-menu > li .submenu .img-list > li > a .search-bg01 {
		background-image: url(https://www.issei-syoji.co.jp/img/common/header/menu_search_img1.jpg);
	}

	.gl-header .pc-menu > li .submenu .img-list > li > a .search-bg02 {
		background-image: url(https://www.issei-syoji.co.jp/img/common/header/menu_search_img2.jpg);
	}

	.gl-header .pc-menu > li .submenu .img-list > li > a .search-bg03 {
		background-image: url(https://www.issei-syoji.co.jp/img/common/header/menu_search_img3.jpg);
	}
}


main#lp {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt"1;
	font-kerning: auto;
}

main#lp * {
	box-sizing: border-box;
}

main#lp .section-wrap,main#lp .section-wrap02 {
	width: 960px;
	margin :0 auto;
}

main#lp .section-wrap .section-inner {
	padding: 0 15px;
}

main#lp .caption {
	font-size: 12px;
}
main#lp p.caption {
		text-shadow:1px 1px 1px #fff
}

main#lp img {
	max-width: 100%;
	height: auto;
}

main#lp a {
	transition: .5s;
}

main#lp a:hover img {
	opacity: 0.8;
	transition: .5s;
}

.en {
	font-family: din-2014, sans-serif;
	font-weight: 600;
}

@media (max-width: 768px) {
	main#lp * {
		line-height: 1.25;
	}

	main#lp .section-wrap,main#lp .section-wrap02 {
		width: 100%;
	}

	main#lp .section-wrap .section-inner {
		padding: 0 4%;
	}
}


/**--------------------
	FV
------------------------**/

.fv-header {
	background: #1f50a0;
}

.fv-main {
	background: url("../img/fv-wrap_bg_pc.jpg") left top repeat-x;
	background-size: auto 100%;
	height: 825px;
}

.fv-main .fv-main-wrap {
	background: url("../img/fv_bg_pc02.png") center top no-repeat;
	background-size: auto 100%;
	padding-top: 40px;
	height: 825px;
}
.fv-main .fv-main-wrap02 {
	background: url("../img/fv_bg_pc.jpg") center top no-repeat;
	background-size: auto 100%;
	padding-top: 40px;
	height: 825px;
}


.fv-main .fv-h1 {
	width: 658px;
	line-height: 1;
	margin: 0 0 50px 0;
}

.fv-main .fv-h2 {
	width: 459px;
	line-height: 1;
	margin: 0 auto 10px 0;
}

.fv-point-wrap {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 0 0;
}

.fv-point-wrap > * {
	width: 175px;
}

.fv-point-wrap + p {
	padding-right: 400px;
	padding-top: 10px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

@media (max-width: 768px) {

	.fv-main,
	.fv-main .fv-main-wrap {
	background: url("../img/fv_bg_sp02.png") left top repeat-x;
		height: auto;
		padding: 0;
	}

	main#lp .fv-main .fv-main-wrap .section-inner {
		padding: 0 0 64px;
	}

	.fv-main .fv-main-wrap02 {
		background: url("../img/fv_bg_sp02.png") center top no-repeat;
		background-size: 100% auto;
		padding-top: 0px;
		height: auto;
		padding-bottom: 20px;
	}

	.fv-main .fv-h1 {
		width: 100%;
		line-height: 1;
		margin: 0;

	}

	.fv-main .fv-h2 {
		width: 100%;
		margin: -65px auto 10px 0;
		padding: 0 4%;
	}

	.fv-point-wrap {
		width: 100%;
		justify-content: center;
		flex-flow: wrap;
		padding: 0 4%;
	}

	.fv-point-wrap > * {
		width: 31%;
		margin: 0 1%;
	}

	.fv-point-wrap > .fv-point:nth-of-type(4),
	.fv-point-wrap > .fv-point:nth-of-type(5) {
		margin-top: -20px;
	}

	.fv-point-wrap + p {
		padding: 10px 4% 0;
	}
}

@media (max-width: 575px) {
	.fv-main .fv-h2 {
		margin: 0 auto 10px 0;
	}

	.fv-point-wrap > .fv-point:nth-of-type(4),
	.fv-point-wrap > .fv-point:nth-of-type(5) {
		margin-top: -10px;
	}

	main#lp .fv-main .fv-main-wrap .section-inner,	main#lp .fv-main .fv-main-wrap02 .section-inner {
		padding: 0 0 32px;
	}
}

/**--------------------
	cta
------------------------**/
.cta {
	border: 5px solid #1f50a0;
	border-width: 5px 0;
	background: #fffae1;
	padding: 72px 0 85px;
}

.cta h2 {
	margin-bottom: 12px;
}

.cta h2 > * {
	width: 550px;
}

.btnbox {
	width: 900px;
	margin: 0 auto;
	text-align: center
}

@media (max-width: 768px) {
	.cta {
		padding: 60px 0 75px;
	}

	.cta h2 > * {
		width: 79.7%;
	}

	.btnbox {
		width: 100%;
	}

	.btnbox img {
		max-width: 750px;
	}

}

@media (max-width: 575px) {
	.cta {
		padding: 30px 0 35px;
	}
}

/**--------------------
	section
------------------------**/
#lp .section h2 {
	text-align: center;
	line-height: 1;
}

span.hl {
	position: relative;
	background: linear-gradient(transparent 50%, #f9d21a 50% 100%, transparent 100%);
}

span.ulhl {
	position: relative;
	background: linear-gradient(transparent 80%, #f9d21a 80% 100%, transparent 100%);
}

.orange {
	color: #ff8303 !important;
}

.blue {
	color: #1f50a0 !important;
}

/**--------------------
	sec01
------------------------**/
.sec01 {
	padding: 70px 0 110px;
	background: #efefef;
}

.sec01 h2 > * {
	width: 820px;
}

.sec01 h2 {
	margin-bottom: 60px;
}

.sec01 .chk-box {
	background: url("../img/sec01_bg_chk-box_pc.jpg") right top no-repeat #FFF;
	background-size: auto 100%;
	padding: 40px 250px 40px 40px;
}

.sec01 .chk-box ul.chk-list {
	margin: 0;
	padding: 0;
}

.sec01 .chk-box ul.chk-list > li {
	position: relative;
	padding-left: 32px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 1em;
}

.sec01 .chk-box ul.chk-list > li:last-child {
	margin-bottom: 0;
}

.sec01 .chk-box ul.chk-list li:before {
	content: "";
	width: 25px;
	height: 20px;
	background: url("../img/icon_chk.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0.2em;
}

@media (min-width: 769px) {
	.img-box_sp {
		display: none;
	}
}

@media (max-width: 768px) {
	.sec01 {
		padding: 70px 0 100px;
	}

	.sec01 h2 > * {
		width: 100%;
	}

	.sec01 .chk-box {
		background: #FFF;
		background-image: none;
		padding: 32px 0 0 0;
	}

	.sec01 .chk-box ul.chk-list {
		padding: 0 32px 32px;
	}

}

@media (max-width: 575px) {
	.sec01 {
		padding: 35px 0 50px;
	}

	.sec01 h2 {
		margin-bottom: 30px;
	}

	.sec01 .chk-box {
		padding: 16px 0 0 0;
	}

	.sec01 .chk-box ul.chk-list {
		padding: 0 16px 16px;
	}
}

/**--------------------
	sec02
------------------------**/

.sec02 {
	padding: 80px 0 100px;
	position: relative;
}

.sec02:before {
	content: "";
	width: 500px;
	height: 112px;
	background: url("../img/arrow.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -56px;
}

.sec02 h2 {
	width: 762px;
	margin: 0 auto;
	padding-bottom: 12px;
	border-bottom: 5px solid #1f50a0;
}

.sec02 h3 {
	width: 762px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}

.sec02 h3 img {
	width: 694px;
}

.sec02 .sec02_cont {
	width: 100%;
	margin-top: -10px;
}

@media (max-width: 768px) {
	.sec02 {
		padding: 120px 0 75px;
	}

	.sec02:before {
		content: "";
		width: 66.6%;
		height: calc(100vw*0.666*0.224);
		background: url("../img/arrow.png") no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: calc(100vw*0.666*0.224/-2);
	}

	main#lp .sec02 .section-inner {
		padding: 0;
	}

	.sec02 .section-inner h2,
	.sec02 .section-inner h3 {
		width: 92%;
	}

	.sec02 .sec02_cont {
		margin-top: 60px;
	}
}

@media (max-width: 768px) {
	.sec02 {
		padding: 60px 0 35px;
	}

	.sec02 .sec02_cont {
		margin-top: 30px;
	}

}

/**--------------------
	sec03
------------------------**/

.sec03 {
	padding: 80px 0 100px;
	background: #eff6fb;
}

.sec03 h2 {
	width: 100%;
	padding-bottom: 16px;
}

.sec03 h2 span.ul {
	display: block;
	position: relative;
}

.sec03 h2 span.ul:after {
	content: "";
	width: 300px;
	height: 10px;
	background: #1f50a0;
	display: block;
	margin: 40px auto 0;
}

.voice-box {
	position: relative;
	background: #FFF;
	margin-top: 40px;
}

.voice-box:before {
	content: "";
	width: 50px;
	height: 50px;
	border-width: 10px 0 0 10px;
	border-color: #1f50a0;
	border-style: solid;
	position: absolute;
	left: 0;
	top: 0;
}

.voice-box:after {
	content: "";
	width: 50px;
	height: 50px;
	border-width: 10px 10px 0 0;
	border-color: #1f50a0;
	border-style: solid;
	position: absolute;
	right: 0;
	top: 0;
}

.voice-box .inner {
	position: relative;
	padding: 25px 45px 25px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
}

.voice-box.rev .inner {
	padding: 25px 25px 25px 45px;
	flex-flow: row;
}

.voice-box .inner:before {
	content: "";
	width: 50px;
	height: 50px;
	border-width: 0 0 10px 10px;
	border-color: #1f50a0;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: 0;
}

.voice-box .inner:after {
	content: "";
	width: 50px;
	height: 50px;
	border-width: 0 10px 10px 0;
	border-color: #1f50a0;
	border-style: solid;
	position: absolute;
	right: 0;
	bottom: 0;
}

.voice-box .inner .txt-box {
	width: 578px;
}

.voice-box .inner .txt-box h3 {
	width: 100%;
}

.voice-box .inner .txt-box p {
	line-height: 1.66;
	font-size: 18px;
	margin-top: 30px;
}

.voice-box .inner .img-box {
	width: 230px;
}

@media (max-width: 768px) {
	.sec03 {
		padding: 70px 0 90px;
	}

	.voice-box .inner,
	.voice-box.rev .inner {
		padding: 40px 40px 50px 40px;
		display: block;
	}

	.voice-box .inner .txt-box,
	.voice-box .inner .img-box {
		width: 100%;
	}

	.voice-box .inner .txt-box p {
		margin: 40px 0;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.sec03 {
		padding: 35px 0 45px;
	}

	.sec03 h2 span.ul:after {
		content: "";
		width: 150px;
		height: 5px;
		background: #1f50a0;
		display: block;
		margin: 20px auto 0;
	}

	.voice-box {
		margin-top: 20px;
	}

	.voice-box .inner,
	.voice-box.rev .inner {
		padding: 20px 20px 25px 20px;
	}

	.voice-box .inner:before {
		content: "";
		width: 25px;
		height: 25px;
		border-width: 0 0 5px 5px;
	}

	.voice-box .inner:after {
		content: "";
		width: 25px;
		height: 25px;
		border-width: 0 5px 5px 0;
	}

	.voice-box:before {
		content: "";
		width: 25px;
		height: 25px;
		border-width: 5px 0 0 5px;
	}

	.voice-box:after {
		content: "";
		width: 25px;
		height: 25px;
		border-width: 5px 5px 0 0;
	}

	.voice-box .inner .txt-box p {
		margin: 20px 0;
	}

}

/**--------------------
	sec04
------------------------**/

.sec04 {
	padding: 70px 0 100px;
}

.sec04 h2 {
	width: 917px;
	margin: 0 auto 70px;
}

.suggest-box {
	margin-bottom: 56px;
}

.suggest-box .q-box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.suggest-box .q-box dl dt {
	width: 110px;
}

.suggest-box .q-box dl dd {
	width: 818px;
	padding-left: 18px;
	position: relative;
}

.suggest-box .q-box dl dd .q-fukidashi {
	border-radius: 10px;
	border: #f9d21a 1px solid;
	background: #efefef;
	position: relative;
	padding: 24px 30px;
	font-size: 18px;
	line-height: 1.66em;
	font-weight: 600;
}

.suggest-box .q-box dl dd .q-fukidashi:before {
	content: "";
	border: 11px solid transparent;
	border-right: 11px solid #f9d21a;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -23px;
	z-index: 1;
}

.suggest-box .q-box dl dd .q-fukidashi:after {
	content: "";
	border: 10px solid transparent;
	border-right: 10px solid #efefef;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	z-index: 2;
}

.suggest-box .a-box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	margin-bottom: 15px;
}

.suggest-box .a-box dl dt {
	width: 120px;
}

.suggest-box .a-box dl dd {
	width: 800px;
}

.suggest-box .a-box dl dd .a-fukidashi {
	border-radius: 10px;
	border: #1f50a0 1px solid;
	background: #eff6fb;
	position: relative;
	padding: 40px;
	font-size: 18px;
	line-height: 1.66em;
	font-weight: 400;
}

.suggest-box .a-box dl dd .a-fukidashi:before {
	content: "";
	border: 11px solid transparent;
	border-left: 11px solid #1f50a0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -23px;
	z-index: 1;
}

.suggest-box .a-box dl dd .a-fukidashi:after {
	content: "";
	border: 10px solid transparent;
	border-left: 10px solid #eff6fb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	z-index: 2;
}

.suggest-box .a-box dl dd .a-fukidashi .blue {
	font-weight: 600;
}

.sec04 .btnbox {
	margin-top: 70px;
}

@media (max-width: 768px) {
	.sec04 {
		padding: 70px 0 90px;
	}

	.sec04 h2 {
		width: 100%;
		margin: 0 auto 60px;
	}

	.suggest-box .q-box dl dt {
		width: 140px;
	}

	.suggest-box .q-box dl dd {
		width: calc(100% - 130px);
		padding-left: 0;
		position: relative;
	}

	.suggest-box .a-box dl {
		align-items: flex-start;
	}

	.suggest-box .a-box dl dt {
		width: 150px;
		padding-top: 80px;
	}

	.suggest-box .a-box dl dd .a-fukidashi:before {
		top: 80px;
		transform: translateY(-50%);
	}

	.suggest-box .a-box dl dd .a-fukidashi:after {
		top: 80px;
		transform: translateY(-50%);
	}

	.suggest-box .a-box dl dd {
		width: calc(100% - 150px);
		position: relative;
	}

	.suggest-box .q-box dl dd .q-fukidashi,
	.suggest-box .a-box dl dd .a-fukidashi {
		padding: 40px 30px;
	}
}

@media (max-width: 575px) {
	.sec04 {
		padding: 35px 0 45px;
	}

	.suggest-box .q-box dl dt {
		width: 70px;
	}

	.suggest-box .q-box dl dd {
		width: calc(100% - 60px);
	}

	.suggest-box .a-box dl dt {
		width: 75px;
		padding-top: 40px;
	}

	.suggest-box .a-box dl dd {
		width: calc(100% - 65px);
		position: relative;
	}

	.suggest-box .q-box dl dd .q-fukidashi,
	.suggest-box .a-box dl dd .a-fukidashi {
		padding: 20px 15px;
	}

	.sec04 .btnbox {
		margin-top: 35px;
	}
}

/**--------------------
	sec05
------------------------**/

.sec05 {
	padding: 50px 0 90px;
	background: #fcfaf1;
}

.sec05 h2 img {
	width: 840px;
}

.sec05 h2 {
	margin-bottom: 40px;
}

.reason-box {
	background: #FFF;
	padding: 20px 30px 40px;
	margin-top: 50px;
}

.reason-box .tit-box h4 {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1;
}

.reason-box .tit-box h4:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #0081e7;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.reason-box .tit-box h4 span {
	background: #FFF;
	color: #0081e7;
	font-size: 48px;
	font-style: italic;
	display: inline-block;
	padding: 0 5px;
	position: relative;
}

.reason-box .tit-box h4 span small {
	font-size: 30px;
	font-style: italic;
}

.reason-box .tit-box {
	border-bottom: 5px #0081e7 solid;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.reason-box .tit-box h3 {
	line-height: 1px;
	width: 100%;
}

.reason-box .cont-box {
	display: flex;
	justify-content: space-between;
}

.reason-box .cont-box .img {
	width: 372px;
}

.reason-box .cont-box p {
	width: 464px;
	font-size: 18px;
	line-height: 1.66;
}

@media (max-width: 768px) {
	.sec05 {
		padding: 80px 0 100px;
	}

	.sec05 h2 img {
		width: 100%;
	}

	.reason-box {
		padding: 30px 30px 50px;
		margin-top: 50px;
	}

	.reason-box .cont-box {
		flex-flow: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.reason-box .cont-box .img,
	.reason-box .cont-box p {
		width: 100%;
	}

	.reason-box .cont-box p {
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.sec05 {
		padding: 40px 0 50px;
	}

	.reason-box {
		padding: 15px 15px 25px;
		margin-top: 25px;
	}

	.reason-box .cont-box p {
		margin-bottom: 30px;
		font-size: 16px;
	}
}

/**--------------------
	sec06
------------------------**/
.sec06 {
	padding: 80px 0 0;
	background: #FFF;
}

.sec06 h2 img {
	width: 765px;
}

.sec06 h2 {
	margin-bottom: 70px;
}

.owner-box {
	border: #1f50a0 1px solid;
	background: #FFF;
	margin-bottom: 50px;
	display: flex;
}

.owner-box.rev {
	flex-flow: row-reverse;
}

.owner-box .img-box {
	width: 350px;
	padding: 35px 30px;
	background: #c9e8ff;
}

.owner-box .img-box .caption {
	text-align: right;
	padding-top: 10px;
}

.owner-box .txt-box {
	width: calc(100% - 350px);
	padding: 35px 30px;
}

.owner-box .txt-box .tit label {
	background: #1f50a0;
	color: #FFF;
	font-size: 18px;
	padding: 4px 8px;
}

.owner-box .txt-box .tit h3 {
	font-size: 30px;
	font-weight: 600;
	color: #1f50a0;
	line-height: 1.6;
	margin-top: 30px;
	padding-bottom: 15px;
}

.owner-box .txt-box .tit {
	margin-bottom: 40px;
	border-bottom: 2px solid #1f50a0;
}

.owner-box .txt-box p {
	font-size: 18px;
	line-height: 1.66;
}

.last-box {
	margin-top: 70px;
	padding-bottom: 90px;
}

.sec06-txt01 {
	width: 710px;
	padding-right: 80px;
	margin: 0 auto;
}

.sec06 .obi .arrow {
	width: 500px;
	top: -56px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	margin-bottom: -56px;
}

.sec06 .obi {
	background: #c9e8ff;
}

@media (max-width: 768px) {
	.sec06 {
		padding: 80px 0 0;
	}

	.owner-box,
	.owner-box.rev {
		display: block;
	}

	.owner-box .img-box {
		width: 100%;
		padding: 50px 25px 25px;
		text-align: center;
	}

	#lp .owner-box .img-box img {
		max-width: 400px;
	}

	.owner-box .img-box .caption {
		max-width: 400px;
		margin: 0 auto;
	}

	.owner-box .txt-box {
		width: 100%;
		padding: 50px 25px 80px;
	}

	.sec06 .obi .arrow {
		width: 66.6%;
		max-width: 500px;
	}

	.sec06-txt01 {
		width: 100%;
		padding-right: 0;
	}


}

@media (max-width: 575px) {
	.sec06 {
		padding: 40px 0 0;
	}

	.owner-box .txt-box .tit label {
		font-size: 16px;
	}

	.owner-box .txt-box .tit h3 {
		font-size: 24px;
	}
}

/**--------------------
	sec07
------------------------**/
.sec07 {
	padding: 90px 0;
}

.sec07 h2 img {
	width: 712px;
}

.sec07 h2 {
	margin-bottom: 30px;
}

.service-wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.service-wrap .service-box {
	width: 300px;
	border: 1px solid #0a0205;
	padding: 12px;
	background: #FFF;
	margin-top: 40px;
}

.service-wrap .service-box .inner {
	padding: 24px 0;
	background: #efefef;
	display: block;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
	height: 100%;
}

.service-wrap .service-box .inner h3 {
	margin-bottom: 20px;
}

.service-wrap .service-box .inner h3 img {
	width: 100%;
}

.service-wrap .service-box .inner figure {
	width: 211px;
	margin: 0 auto;
}

.service-wrap .service-box .inner p {
	margin-top: 25px;
	line-height: 1.66;
	font-size: 18px;
	padding: 0 16px;
	width: 100%;
}

@media (max-width: 768px) {
	.sec07 {
		padding: 75px 0 110px;
	}

	.service-wrap .service-box {
		width: 100%;
		padding: 10px;
		margin-top: 20px;
	}

	.service-wrap .service-box .inner {
		padding: 32px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row wrap;
		height: 100%;
		overflow: hidden;
	}

	.service-wrap .service-box .inner h3 {
		width: 100%;
	}

	.service-wrap .service-box .inner figure {
		width: 37%;
		margin-left: 6%;
		padding-right: 2%;
	}

	.service-wrap .service-box .inner p {
		width: 43%;
		margin: 0 8% 0 0;
		padding: 0;
	}
}

@media (max-width: 575px) {
	.sec07 {
		padding: 35px 0 55px;
	}

	.service-wrap .service-box .inner p {
		font-size: 16px;

	}
}

/**--------------------
	sec08
------------------------**/
.sec08 {
	padding: 80px 0;
	background: #2353a1;
}

.sec08 h2 {
	margin-bottom: 60px;
}

.sec08 .cont-box {
	display: flex;
	background: #FFF;
}

.sec08 .cont-box .img-box {
	width: 465px;
}

.sec08 .cont-box .txt-box {
	width: calc(100% - 465px);
	padding: 40px;

}

.sec08 .cont-box .txt-box p {
	font-size: 18px;
	line-height: 1.66;
}

@media (max-width: 768px) {
	.sec08 {
		padding: 90px 0;
	}

	#lp .sec08 .section-wrap .section-inner {
		padding: 0;
	}

	.sec08 .cont-box {
		width: 92%;
		margin: 0 auto;
		display: block;
		background: #FFF;
	}

	.sec08 .cont-box .img-box,
	.sec08 .cont-box .txt-box {
		width: 100%;
	}

	.sec08 .cont-box .txt-box {
		padding: 32px;
	}

}

@media (max-width: 575px) {
	.sec08 {
		padding: 45px 0;
	}
}

/**--------------------
	sec09
------------------------**/

.sec09 {
	padding: 60px 0;
}

.sec09 h2 {
	font-size: 60px;
	margin-bottom: 60px;
}

.sec09 h2 strong {
	font-size: 100px;
}

.faq-wrap {
	padding: 50px 32px;
	background: #f5f5f5;
}

.faq-wrap .faq-box {
	padding-bottom: 50px;
	border-bottom: 1px dotted #000;
	margin-bottom: 40px;
}

.faq-wrap .faq-box dt {
	position: relative;
	/*	padding-left:60px;*/
	color: #1f50a0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25em;
	text-align: left;
	padding-bottom: 24px;
	display: flex;
	align-items: center;
}

.faq-wrap .faq-box dt:before {
	content: "Q";
	width: 50px;
	height: 50px;
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1f50a0;
	font-family: din-2014, sans-serif;
	font-weight: 600;
}

.faq-wrap .faq-box dd {
	position: relative;
	/*	padding-left:60px;*/
	font-size: 18px;
	line-height: 1.66em;
	display: flex;
}

.faq-wrap .faq-box dd p,
.faq-wrap .faq-box dt p {
	width: calc(100% - 60px);
	margin-left: 10px;
}

.faq-wrap .faq-box dd:before {
	content: "A";
	width: 50px;
	height: 50px;
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	/*
	position:absolute;
	left:0;
	top:0;
*/
	background: #ff8303;
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-size: 24px;
}

@media (max-width: 768px) {
	.sec09 {
		padding: 80px 0;
	}

	.sec09 h2 {
		margin-bottom: 50px;
	}

	.faq-wrap {
		padding: 60px 15px;
	}

	.faq-wrap .faq-box dt {
		font-size: 18px;
		align-items: flex-start;
		padding-top: 0.5em;
	}

	.faq-wrap .faq-box dt:before {
		content: "Q";
		width: 30px;
		height: 30px;
	}

	.faq-wrap .faq-box dd {
		font-size: 16px;
	}

	.faq-wrap .faq-box dd p,
	.faq-wrap .faq-box dt p {
		width: calc(100% - 40px);
		margin-left: 10px;
	}

	.faq-wrap .faq-box dd:before {
		content: "A";
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.sec09 {
		padding: 30px 0;
	}

	.sec09 h2 {
		margin-bottom: 25px;
		font-size: 33px;
	}

	.sec09 h2 strong {
		font-size: 55px;
	}

	.faq-wrap {
		padding: 30px 15px;
	}

}

/**--------------------
	sec10
------------------------**/

.sec10 {
	padding: 60px 0;
	background: #eff6fb;
}

.sec10 h2 img {
	width: 395px;
}

.sec10 h2 {
	margin-bottom: 40px;
}

.contact-wrap {
	background: #FFF;
	padding: 45px 30px;
}

.contact-wrap dl {
	display: flex;
	border-bottom: #1f50a0 1px dashed;
	padding: 20px 0;
	background: #f8f8f8;
}

.contact-wrap form > dl:nth-of-type(2n) {
	background: #FFF;
}

.contact-wrap form > dl:first-child {
	border-top: #1f50a0 1px dashed;
}

.contact-wrap dl dt {
	width: 328px;
	padding-left: 25px;
	font-weight: 600;
	font-size: 18px;
}

.contact-wrap dl dt span.req {
	background: #d20000;
	color: #FFF;
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	margin-right: 24px;
}

.contact-wrap dl dt span.opt {
	background: #0088cc;
	color: #FFF;
	font-size: 16px;
	padding: 4px;
	display: inline-block;
	margin-right: 24px;
}

.contact-wrap dl dd {
	width: calc(100% - 328px);
	padding-right: 25px;
	position: relative;
}

.contact-wrap dl dd .ipt {
	width: 100%;
	border: rgba(31, 80, 160, 0.5) 1px solid;
	background: rgba(230, 230, 230, 0.5);
	font-size: 18px;
	padding: 10px;
}

.contact-wrap dl dd .ipt[placeholder] {
	/*	color:rgba(0,0,0,0.5);*/
}

.contact-wrap dl dd ul li {
	margin-bottom: 0.5em;
}

.contact-wrap .ccn {
	text-align: center;
	margin-top: 50px;
}

.btn-submit {
	width: 800px;
	height: 100px;
	background: url("../img/BTN_submit_pc.png") no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	border: none;
	outline: none;
	cursor: pointer;
}

.btn-back {
	width: 90%;
	max-width: 320px;
	height: 60px;
	background: #1f50a0;
	color: #FFF;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFF;
	display: block;
	margin: 20px auto;
	font-size: 24px;

}

#ck_control {
	opacity: 0;
	position: absolute;
	left: -4em;
	top: 0;
}

.h2_confirm {
	line-height: 1.4;
	font-size: 32px;
}

@media (max-width: 768px) {

	.sec10 h2 img {
		width: 77.4%;
	}

	.contact-wrap {
		padding: 50px 20px;
	}

	.contact-wrap dl {
		display: block;
		padding: 20px 25px 40px;
		line-height: 1.2;
	}

	.contact-wrap dl dt {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
	}

	.contact-wrap dl dd {
		width: 100%;
		padding-right: 0;
	}

	.btn-submit {
		width: 300px;
		height: 58px;
		aspect-ratio: 625 / 110;
		background: url("../img/BTN_submit_sp.png") no-repeat center;
		background-size: 100% auto;
		text-indent: -9999px;
		border: none;
		outline: none;
		cursor: pointer;
	}

	#ck_control {
		opacity: 0;
		position: absolute;
		left: 0;
		top: -1em;
	}
}

@media (max-width: 575px) {
	.contact-wrap dl {
		padding: 10px 15px 20px;
	}
}

#thanx .txt-box {
	width: 90%;
	max-width: 680px;
	margin: 0 auto;
}
