@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700;800&display=swap');
@font-face {
	font-family: 'futura';
	src: url(../fonts/futura-book.ttf);
}
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: futura, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:800px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

#header{
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}
#header .in{
	width: 1200px;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
}
.h_right_a{
	align-items: center;
}
.h_right_a nav ul li{
	margin-left: 10px;
}
.h_right_a nav ul li a{
	font-size: 1.3rem;
}
.h_right_a .btns{
	align-items: center;
	margin-left: 10px;
}
.h_right_a .btn_i{
	display: block;
	box-sizing: border-box;
}
.btn_i{
	color: #fff;
	text-align: center;
	position: relative;
	margin-left: 5px;
}
.btn_i.tel_btn img{
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	.logo img{
		width: 100px;
	}
	#header .in{
	width: 90%;
	}
	#header .header_w {
			justify-content:flex-start;
			align-items: center;
			padding-right: 50px;
			box-sizing: border-box;
		}
	.h_right_a nav{
		position: fixed;
		top:-100%;
		width: 100%;
		left: 0;
		background: #1887b2;
		z-index: 999;
		transition: 0.5s;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.h_right_a nav.active{
		top: 0%;
	}
	.h_right_a nav ul li{
		width: 100%;
	}
	.h_right_a nav ul li a{
		color: #fff;
		padding: 2.5%;
		display: block;
	}
	.btn_i.tel_btn img{
		width: 160px;
	}
	.hum{
		background: #1887b2;
		padding: 10px;
		border: 1px solid #fff;
		width: 42px;
		height: 42px;
		position: fixed;
		right: 5%;
		box-sizing: border-box;
		z-index: 99;
	}
	.hum > div{

	}
	.hum span{
		width: 100%;
		height: 2px;
		background: #fff;
		display: block;
		margin-bottom: 6px;
	}
	.hum span:nth-last-of-type(1){
		margin-bottom: 0;
	}
	
	.h_right_a nav .hum{
		position: absolute;
		top: 5%;
		background: none;
		padding: 0;
		border: 0px;
		width: 20px;
	}
}

#main_v {
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 70px;
	padding: 50px 0 80px;
}
@media screen and (max-width: 750px) {
	#main_v {
		margin-top: 55px;
		padding: 5% 0 48px;
	}

	#main_v .in {
		width: 95%;
	}
}

.line_bnr{
	text-align: center;
	background: #1887b2;
}
.line_bnr img{
	width: 540px;
	position: relative;
	top:-50px;
}
@media screen and (max-width: 750px) {
	.line_bnr img{
		width: 100%;
	}
}

.cta{
	background: #1887b2;
	padding: 30px 0;
}
.cta.top_p_0{
	padding-top: 0;
}
.cta_w{
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-sizing: border-box;
}
.cta .cta_h h2{
	color: #1887b2;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 900;
	border-bottom: 2px solid #1887b2;
	line-height: 1;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.cta .cta_h .cta_po{
	margin-bottom: 20px;
}
.cta .cta_h .cashless{
	text-align: center;
}
.cta .cta_h .cashless h3{
	color: #1887b2;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.cta .cta_h .cashless h3:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #1887b2;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	display: block;
	position: absolute;
}
.cta .cta_h .cashless h3 span{
	background: #fff;
	padding: 5px 10px;
	font-size: 2.0rem;
	color: #1887b2;
	font-weight: 900;
	position: relative;
	z-index: 2;
}
.cta .cta_h .imgarea{
	width: 40%;
	text-align: center;
	margin-top: 10px;
}
.cta .cta_h .imgarea img{
	width: 210px;
}
.cta .cta_btns{
	justify-content: space-between;
	border-top: #1887b2 2px solid;
	padding-top: 20px;
}
.cta .cta_btns .tel_w{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

}
.cta .cta_btns a{
	display: block;
	width: 48%;
	margin: auto;
}
.cta .u_txtarea{
	font-size: 1.8rem;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: #e8e8e8 2px solid;
}
.cta .u_txtarea span{
	font-size: 2.2rem;
	color: #ff6000;
}
@media screen and (max-width: 750px) {
	.cta .cta_h .imgarea{
		display: none;
	}
	.cta_w{
		padding: 5%;
	}
	.cta .cta_h h2{
		font-size: 1.8rem;
		line-height: 1.25;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.cta .cta_h .cashless h3 span{
		font-size: 1.8rem;
	}
	.cta .cta_btns{
		border-top: #1887b2 0px solid;
	}
	.cta .cta_btns .tel_w{
		margin-bottom: 0;
	}
	.cta .cta_btns a{
		width: 100%;
		margin-bottom: 5px;
	}
	.cta .u_txtarea{
		font-size: 1.6rem;
		font-weight: 900;
		font-style: italic;
		text-align: center;
		padding-top: 30px;
		margin-top: 30px;
		border-top: #e8e8e8 2px solid;
		line-height: 1.5;
	}
	.cta .u_txtarea span{
		font-size: 2.0rem;
		color: #c3272a;
	}
	.cta.top_p_0{
		margin-top: -20px;
	}
}

.sec_ttl_w{
	text-align: center;
	margin-bottom: 30px;
	display: table;
	margin: auto;
	position: relative;
}
.sec_ttl_w .sec_ttl{
	margin-bottom: 35px;
}
.sec_ttl_w .sec_ttl img {
	width: 500px;
}

@media screen and (max-width: 750px) {
	.sec_ttl_w{
		text-align: center;
	}
	.sec_ttl_w::after,
	.sec_ttl_w::before{
		bottom:20px
	}
	.sec_ttl_w .sec_ttl{
		margin-bottom: 10px;
	}
	.sec_ttl_w .sec_ttl img {
		width: 100%;
	}
}

#trouble{
	padding: 60px 0;
	background: #f0f0f0;
}
#trouble .trouble_w{
	background: #fff;
	padding: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	padding-bottom: 20px;
}
#trouble .trouble_w li{
	font-weight: 900;
	font-size: 1.8rem;
	letter-spacing: 3px;
	margin-bottom:20px;
	display: flex;
	align-items: center;
}
#trouble .trouble_w li:before{
	content: "";
	width: 12px;
	height: 12px;
	border: 3px solid #1887b2;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
	flex-shrink: 0;
}
#trouble .trouble_w li span{
	color: #1887b2;
}
#trouble .imgarea{
	position: relative;
	text-align: center;
	top:-60px
}
#trouble .imgarea img{
	display: inline-block;
	margin-left: -100px;
}
@media screen and (max-width: 750px) {
	#trouble{
		padding: 10px 0 10px;
	}
	#trouble .trouble_w{
		padding: 7.5%;
	}
	#trouble .trouble_w li{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#trouble .imgarea img{
		margin-left: 0;
	}
	#trouble .imgarea {
    	position: relative;
    	text-align: center;
    	top: 30px;
	}
}

#solution{
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0 200px;
	position: relative;
	text-align: center;
}
#solution .arr{
	text-align: center;
	margin-bottom: 40px;
}
#solution .arr img{
	width: 100px;
}
#solution .bnr_w{
	position: absolute;
	bottom: -260px;
	text-align: center;
	width: 100%;
}
#solution a{
	display: inline-block;
	margin-top: 50px;
}
@media screen and (max-width: 750px) {
	#solution{
		padding: 10px 0 60px;
	}
	#solution .bnr_w {
		position: absolute;
		bottom: -100px;
		text-align: center;
		width: 100%;
	}
	#solution a{
		display: inline-block;
		margin-top: 10px;
	}
	#solution .arr{
		margin-bottom: 15px;
	}
}

#fuyouhin{
	padding-top: 120px;
	padding-bottom: 40px;
}
#fuyouhin .fuyouhin_w{
	justify-content: flex-start;
}
#fuyouhin .fuyouhin_w li{
	width: 19%;
	margin-bottom: 12px;
	margin-right: 12px;
}
#fuyouhin .fuyouhin_w li:nth-of-type(5n){
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	#fuyouhin{
		padding-top: 60px;
		padding-bottom: 0px;
	}
	#fuyouhin .fuyouhin_w li {
    	width: 48.5%;
    	margin-bottom: 10px;
		margin-right: 10px;
	}
	#fuyouhin .fuyouhin_w li:nth-of-type(5n) {
		margin-right: 10px;
	}
	#fuyouhin .fuyouhin_w li:nth-of-type(2n) {
		margin-right: 0px;
	}
}

.result_ww{
	margin-top: 60px;
}
.result_ww .result_w{
	justify-content:space-between
}
.result_ww .result_i{
	background: #fff;
	width: 24%;
}
.result_ww .result_i .imgarea{
}
.result_ww .result_i .txtarea{
	padding: 15px;
}
.result_ww .result_i .txtarea h3{
	color: #1887b2;
	font-size: 1.8rem;
	font-weight: 900;
}
.result_ww .result_i .txtarea .price_w{
	justify-content: space-between;
	align-items: center;
}
.result_ww .result_i .txtarea .price_w .price{
	color: #c3272a;
	font-weight: 900;
	font-size: 2.2rem;
}
.result_ww .result_i .txtarea .price_w .price span{
	font-size: 1.8rem;
}
.result_ww .u_txt{
	margin-bottom: 35px;
	font-style: italic;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #1887b2;
	text-align: center;
	margin-top: 20px;
}
.othr_result_item_w{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}
.othr_result_item_w h3{
	font-size: 2.2rem;
	color: #fff;
	background: #1887b2;
	padding: 15px;
	text-align: center;
}
.othr_result_item_w ul{
	padding: 20px;
}
.othr_result_item_w li{
	align-items: center;
	width: 20%;
	margin-bottom: 10px;
}
.othr_result_item_w li .ico{
	width: 46px;
	flex-shrink: 0;
	margin-right: 10px;
}
.result_ww .mm{
	margin-bottom: 30px;
	text-align: center;
}
.result_ww .mm img{
	width: 450px;
}
@media screen and (max-width: 750px) {
	.result_ww{
		margin-top: 15px;
	}
	.result_ww .result_i{
		width: 49%;
		margin-bottom: 10px;
	}
	.result_ww .result_i .txtarea h3{
		font-size: 1.6rem;
	}
	.result_ww .result_i .txtarea .price_w .price{
		font-size: 1.6rem;
	}
	.result_ww .result_i .txtarea .price_w .price span{
		font-size: 1.4rem;
	}
	.result_ww .u_txt{
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.othr_result_item_w li{
	align-items: center;
	width: 50%;
	margin-bottom: 10px;
	}
	.result_ww .mm{
		margin-bottom: 20px;
	}
}

#caution_covid{
	padding: 40px 0;
	text-align: center
}
.caution_w{
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	#caution_covid{
		padding: 10px 0;
		text-align: center
	}
	.caution_w{
	margin-bottom: 5px;
	}
}

#service {
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	position: relative;
}
#service .service_w{
	justify-content: space-between;
}
#service .service_i{
	background: #fff;
	border-radius: 10px;
	padding-bottom: 0;
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
#service .service_i .bal{
	position: absolute;
    top: -20px;
    right: 10px;
    width: 100px;
}
#service .service_i h3{
	color: #1887b2;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 3px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 20px;
}
#service .service_i .txtarea{
	margin-bottom: 30px;
}
#service .service_i .txtarea .txt_i{
	align-items: flex-start;
	margin-bottom: 10px;
}
#service .service_i .txtarea dt{
	flex-shrink: 0;
	background: #1887b2;
	color: #fff;
	font-weight: 900;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 100px;
}
#service .service_i .txtarea dd span{
	font-weight: 900;
	color: #c3272a;
}
#service .service_i .txtarea dd span.l_txt{
	font-size: 2.0rem;
}
#service .service_i .imgarea{
	width: 100%;
	text-align: center;
}
#service .service_i .imgarea img {
	max-width: 250px;
}
#service .service_i:nth-of-type(1) .imgarea img{
	width: 150px;
}
@media screen and (max-width: 750px) {
	#service{
		padding: 10px 0 10px
	}
	#service .service_i{
		width: 100%;
	}
	#service .service_i .txtarea .txt_i dd{
		line-height: 1.25;
	}
	#service .service_i h3 {
		font-size: 2.0rem;
	}
	#service .service_i .bal{
		width: 90px;
	}
}

.service_u_area{
	background: url(../images/service_u_bg.jpg);
	padding: 40px 0 0;
	text-align: center;
}
@media screen and (max-width: 750px) {}

#taio{
	padding-top: 60px;
	padding-bottom: 40px;
}
#taio .fuyouhin_w{
	justify-content:space-between;
}
#taio .fuyouhin_w li{
	width: 24%;
	margin-bottom: 20px;
}
#taio .imgarea {
}
/*
#taio .imgarea{
	position: absolute;
    right: 0;
    bottom: -40px;
    width: 220px;
}*/
#taio .taio_u_area{
	margin-bottom: 35px;
    font-style: italic;
    font-weight: 900;
    font-size: 2.2rem;
	text-align: center;
    line-height: 1.5;
    color: #1887b2;
}
@media screen and (max-width: 750px) {
	#taio{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#taio .fuyouhin_w li {
    	width: 49%;
    	margin-bottom: 10px;
	}
}

#hikaku {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f0f0f0;
}
#hikaku .imgarea{
	text-align: center;
	background: #fff;
	padding: 20px;
}
@media screen and (max-width: 750px) {
	#hikaku{
		padding: 20px 0;
	}
}

#points {
	background: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	position: relative;
}
.points_w{
	justify-content:space-between
}
.points_i{
	width: 49%;
	box-sizing: border-box;
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
}
.points_i .ico{
	flex-shrink: 0;
	margin-right: 20px;
}
.points_i .sub_ttl_w{
	align-items: center;
	margin-bottom: 10px;
}
.points_i .sub_ttl_w .bal{
	width: 40px;
	margin-right: 10px;
}
.points_i .sub_ttl_w h3{
	color: #ff6000;
	font-size: 2.2rem;
	font-weight: 900;
	font-style: italic;
}
.points_i .txtarea p{
	font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
	#points{
		padding: 20px 0 10px;
	}
	.points_i{
		padding: 5%;
		width: 100%;
	}
	.points_i .sub_ttl_w h3{
		font-size: 1.6rem;
	}
}


#voice{
	background: #b2c8e4;
	padding: 60px 0;
}
.result_slide_w{
	justify-content: space-between;
}
.result_slide_i{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 20px;
}
.result_slide_i .txtarea{
	margin-bottom: 20px;
}
.result_slide_i .slide_txt_h{
	border-bottom: 3px solid #1887b2;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
.result_slide_i .slide_txt_h h3{
	color: #1887b2;
	font-size: 2.2rem;

}
.result_slide_i .imgarea{
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	#voice{
		padding: 20px 0;
	}
	.result_slide_i{
		width: 100%;
	}
	.result_slide_i .imgarea {
			flex-shrink: unset;
			width: 100%;
			margin-top: 30px;
		}
}

.tw_timeline{
	padding: 30px 0;
}
@media screen and (max-width: 750px) {}

#area{
	padding: 60px 0;
}
#area .sec_ttl_w::before,
#area .sec_ttl_w::after{
	display: none;
}

#area .area_i .txt{
	text-align: center;
	margin-bottom: 30px;
	font-weight: 900;
}
#area .area_i .imgarea{
	text-align: center;
}
#area .area_i .imgarea img{
	border: 2px solid #1887b2;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#area{
		padding: 20px 0;
	}
}

#faq{
	padding: 60px 0;
	background: #f0f0f0;
}
#faq .sec_ttl_w::before,
#faq .sec_ttl_w::after {
	display: none;
}
#faq .ttl_w h2 .en{
	color: #fff;
	opacity: 0.8;
}
.faq_i{
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.faq_i .flex{
	align-items: center;
}
.faq_i .ico{
	font-size: 2.0rem;
	color: #1887b2;
	margin-right: 20px;
	flex-shrink: 0;
}
.faq_i dt,.faq_i dd{
	padding: 10px;
	position: relative;
}
.faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #1887b2;
	border-bottom: 1px solid #1887b2;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.faq_i dd{
	border-top: 1px solid #e2e8f0;
	display: none;
	font-weight: 500;
	line-height: 1.75;
}
.faq_i h3{
	font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
	#faq{
		padding: 20px 0;
	}
	.faq_i{
		padding: 10px 20px 10px 10px;
	}
	.faq_i dt::after{
		right: 0;
	}
	.faq_i .ico{
		font-size: 1.8rem;
	}
	.faq_i h3{
		font-size: 1.4rem;
	}
}

#form{
	padding: 60px 0;
	position: relative;
	background: #b2c8e4;
}
#form .sec_ttl_w::before,
#form .sec_ttl_w::after {
	display: none;
}
.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}
.form_w th span{
	color:#dc294a;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}
.form_w td label{
	margin-right: 10px;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #c7333a;
		color: #fff;
    padding: 15px 50px 15px 30px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	#form{
		padding: 20px 0;
		position: relative;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

#company{
	padding: 60px 0;
}
#company .sec_ttl_w::before,
#company .sec_ttl_w::after {
	display: none;
}
#company table{
	border-radius: 10px;
	margin: auto;
	border-bottom: 2px solid #e8e8e8;
}
#company table th{
	text-align: left;
	font-weight: 600;
	padding: 20px 20px;
	border-top: 2px solid #e8e8e8;
	width: 25%;
}
#company table td {
	border-top: 2px solid #e8e8e8;
	text-align: left;
	padding: 20px 20px;
}
@media screen and (max-width: 750px) {
	#company{
		padding: 20px 0;
	}
	#company table{
		width: 100%;

	}
	#company table th,
	#company table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#company table th{
		border-bottom: 0px;
		padding-bottom: 15px;
	}
	#company table td{
		border-top: 0px;
		padding-top: 0;
	}
}


.fixed_foot{
	display: none;
}
@media screen and (max-width: 750px) {
	.fixed_foot{
		display: block;
		background: #fff;
		position: fixed;
		width: 100%;
		bottom:0;
		z-index: 999;
		box-sizing: border-box;
	}
	.fixed_foot a{
		position: relative;
		text-align: center;
	}
}


footer{
	padding: 10px;
	text-align: center;
}



.thanks #main_v{
	height: 80vh;
	box-sizing: border-box;
	padding-top: 0px;
}
.thanks #main_v .in{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thanks #main_v .in h1{
	font-size: 2.6rem;
	margin-bottom: 20px;
	color: #1887b2;
}
.thanks #main_v .in p{
	font-size: 1.6rem;
}
.thanks #main_v .in a{
	margin:40px auto 0;
	position: relative;
		text-align: center;
		padding: 15px;
		color: #fff;
		width: 48%;
		box-sizing: border-box;
		letter-spacing:2px;
		border-radius: 100px;
		display: block;
		background:#1887b2;
}

#flow {
	padding: 60px 0;
	background: #b2c8e4;
}

.flow_w {
	justify-content: space-between;
}

.flow_i {
	padding: 40px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	width: 24%;
	position: relative;
}

.flow_i::before {
	width: 50px;
	height: 2px;
	background: #1887b2;
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	z-index: 3;
}

.flow_i:nth-last-child(1)::before {
	display: none;
}

.flow_i .num {
	background: #1887b2;
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 100px;
}

.flow_i .imgarea {
	text-align: center;
	margin-bottom: 20px;
}
.flow_i .imgarea img{
	width: 50px;
}

.flow_i .txtarea {
	text-align: center;
}

.flow_i .txtarea h3 {
	margin-bottom: 10px;
	text-align: center;
	color: #1887b2;
	font-size: 1.8rem;
}

.flow_i .txtarea p{
	font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
	#flow{
		padding: 20px 0 0;
	}
	.flow_w{
			margin-top: 20px;
	}
	.flow_i {
		width: 100%;
		margin-bottom: 40px;
	}

	.flow_i::before {
		display: none;
	}
}


.mnzk{
	background: #87cefa;
}
.mnzk .in{
	padding: 30px 0;
	background: url(../images/mnzk_bg_01@x2.png);
	background-size: cover;
	background-position: center;
}
.mnzk .imgarea{
	text-align: center;
}
.mnzk .imgarea img{
	width: 60%;
}
@media screen and (max-width: 750px) {
	.mnzk .in{
		width: 100%;
		padding: 20px 5%;
		background: url(../images/mnzk_bg_01@x2.png);
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
	}
		.mnzk .imgarea img {
			width: 100%;
		}
}

#our_can {
	background: #b2c8e4;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	position: relative;
}
.our_can_w{
	justify-content:space-between
}
.our_can_i{
	width: 48%;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
}
.our_can_i .txtarea{
}
.our_can_i .txtarea h3{
	color: #1887b2;
	font-size: 1.8rem;
	background-image: -moz-linear-gradient(103deg, rgb(30, 73, 160) 0%, rgb(30, 73, 160) 52%, rgb(63, 111, 207) 52%, rgba(63, 111, 207, 0.99608) 100%);
	background-image: -webkit-linear-gradient(103deg, rgb(30, 73, 160) 0%, rgb(30, 73, 160) 52%, rgb(63, 111, 207) 52%, rgba(63, 111, 207, 0.99608) 100%);
	background-image: -ms-linear-gradient(103deg, rgb(30, 73, 160) 0%, rgb(30, 73, 160) 52%, rgb(63, 111, 207) 52%, rgba(63, 111, 207, 0.99608) 100%);
	color: #fff;
	padding: 5px;
}
.our_can_i .txtarea ul{
	padding: 15px;
}
.our_can_i .txtarea ul li {
	line-height: 1.25;
	margin-bottom: 10px;
	display: flex;
}
.our_can_i .txtarea ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border: 3px solid #1887b2;
	display: block;
	border-radius: 100px;
	margin-right: 10px;
	flex-shrink: 0;
	margin-top: 5px;
}
@media screen and (max-width: 750px) {
	#our_can{
		padding: 20px 0 70px;
	}
	.our_can_i{
		width: 100%;
	}
	.our_can_i .sub_ttl_w h3{
		font-size: 1.6rem;
	}
}