@charset "utf-8";
/* CSS Document */

/*----------------------------------------
共通
----------------------------------------*/
:root {
  --online-color: #ff826e;
	--call-color: #3ccdaa;
	--chat-color: #19c8e6;
}

*, ::before, ::after {
  box-sizing: border-box;
}
body{
	font-family: "小塚ゴシック Pro","Kozuka Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 100%;
}
h2{
	background: none;
}
img{
	width: auto;
	max-width: 100%;
}

/*----------------------------------------
mv-area
----------------------------------------*/
.mv-area{
	background: url("../img/webconsult_main_bg_pc.png")  repeat-x top left / contain;
}
.mv-area_in{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/*----------------------------------------
各section
----------------------------------------*/
.sec{
	padding: 50px 0;
}
.sec.bg-o{
	background: #ffe8d9;
}
.sec-title{
	font-size: 48px;
	font-weight: 800;
}
.sec_in{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.sec-head__lead{
	color: #6e6e6e;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.sec-head__lead::before,
.sec-head__lead::after{
	position: absolute;
	top: -10%;
	content: "";
	width: 2px;
	height: 120%;
	background: #6e6e6e;
	border-radius: 3px;
}
.sec-head__lead::before{
	left: 0;
	transform: rotate(-25deg);
}
.sec-head__lead::after{
	right: 0;
	transform: rotate(25deg);
}
.sec-head__title{
	color: #ff6400;
	font-size: 46px;
	font-weight: bold;
}
.sec-head__title .p_down{
	font-size: .8em;
}

@media only screen and ( max-width : 1024px ) {
	.sec{
		padding: 50px 30px;
	}
	.sec_in{
		width: 100%;
	}
}

.cont-head{
	display: flex;
	align-content: baseline;
	align-items: flex-start;
	justify-content: center;
	margin: 4rem 0;
}
.cont-head__lead{
	width: 48%;
	display: flex;
	align-items: center;
}
.cont-head__lead-icon{
	width: 100%;
	max-width: 90px;
	margin-right: 1rem;
}
.cont-head__lead p{
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
}
.cont-head__btn{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.cont-head__btn a img{
	transition: opacity .15s ease , transform .15s ease;
}
.cont-head__btn a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.cont-head__btn.btn_call img.com_pc{
	width: 100%;
	max-width: 395px;
}
.cont-head__btn p{
	font-size: 18px;
	font-weight: 500;
	color: #505050;
}
.cont-body__lead{
	font-size: 31px;
	font-weight: 600;
	line-height: 1.4;
}
.cont-body__text{
	font-size: 21px;
	font-weight: 400;
	margin-top: 1rem;
}

@media only screen and ( max-width : 1024px ) {
	.cont-head{
		justify-content: space-between;
	}
	.cont-head__lead,.cont-head__btn{
		width: 48%;
	}
}

.cap_area{
	font-size: 16px;
	text-align: left;
	margin-top: 1.6rem;
}
.cap_area p,
.cap_area ul li{
	text-indent: -1em;
	margin-left: 1em;
}

.guid-txt{
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #ff6400;
	font-size: 22px;
	margin-top: 70px;
}
.guid-txt__lead{
	font-weight: 600;
	white-space: nowrap;
	padding: 0 15px;
	margin-right: 15px;
	border: 1px solid #ff6400;
}
.guid-txt__text{
	text-align: left;
	font-weight: 500;
}
.kasai-box{
	display: flex;
	margin-top: 1.6rem;
}
.kasai-box__head{
	width: 35%;
	color: #00783c;
	font-size: 30px;
	font-weight: 800;
	white-space: nowrap;
	background: #d7e7af;
	padding: 2.5rem 3rem;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.kasai-box__body{
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4ffd0;
	padding: 2.5rem 3rem;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.kasai-box__btn{
	margin-right: 4.5rem;
}
.kasai-box__btn a img{
	transition: opacity .15s ease , transform .15s ease;
}
.kasai-box__btn a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.kasai-box__body .com_pc img{
	width: 100%;
	max-width: 210px;
}
.kasai-box__tel .business_hours{
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	margin-top: 1.2rem;
}

@media only screen and ( max-width : 1024px ) {
	.kasai-box{
		display: block;
	}
	.kasai-box__head{
		width: 100%;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
	}
	.kasai-box__body{
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 25px;
	}
}

.eg-list + .eg-list{
	margin-top: 3rem;
}
.eg-list .eg-list__head,
.flow-list .flow-list__head{
	background: #ff6400;
}
.eg-list .eg-list__head a,
.flow-list .flow-list__head a,
.flow-list .flow-list__head p{
	display: block;
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 1rem 2rem;
	text-decoration: none;
}
#Consullp #Mainbox .eg-list .eg-list__head a:hover,
#Consullp #Mainbox .flow-list .flow-list__head a:hover{
	text-decoration: none !important;
}
.eg-list .eg-list__head a::before, .eg-list .eg-list__head a::after,
.flow-list .flow-list__head a::before,.flow-list .flow-list__head a::after{
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.eg-list .eg-list__head a::after,
.flow-list .flow-list__head a::after{
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.eg-list .eg-list__head.active a::after,
.flow-list .flow-list__head.active a::after{
  transform: rotate(0);
  transition: 0.5s;
}
.eg-list .eg-list__body,
.flow-list .flow-list__body{
	padding: 0;
	border: none;
}
.eg-list .eg-list__body li{
	display: flex;
	align-items: center;
	padding: 1rem 3rem;
	font-size: 21px;
	font-weight: 500;
	border: none;
}
.eg-list .eg-list__body li:not(:last-of-type){
	margin-bottom: .5rem;
}
.eg-list .eg-list__body .list_icon{
	width: 65px;
	display: flex;
	justify-content: center;
	margin-right: 3rem;
}
.eg-list .eg-list__body .list_icon img{
	max-height: 45px;
}
.eg-list .eg-list__body li p{
	width: calc(100% - (65px + 3rem));
}

.sec-outline .sec-head{
	margin-bottom: 3.5rem;
}
.sec-outline .sec-head__lead{
	padding: 0 40px;
}
.sec-outline .sec-head__lead::before,
.sec-outline .sec-head__lead::after{
	top: 0;
	height: 100%;
}
.sec-outline .sec-head__lead::before{
	transform: rotate(-30deg);
}
.sec-outline .sec-head__lead::after{
	transform: rotate(30deg);
}
.sec-outline .sec-head__lead h2{
	color: #ff6400;
	font-size: 48px;
}
.sec-outline .sec-head__lead h2 .p_down{
	font-size: .8em;
}
.sec-outline .cap_area{
	margin-top: 3.5rem;
	counter-reset: number 0;
}
.sec-outline .cap_area ol{
	display: table;
}
.sec-outline .cap_area li{
	display: table-row;
}
.sec-outline .cap_area li::before{
	display: table-cell;
	white-space: nowrap;
	counter-increment: number;
  content: "※"counter(number)"：";
}

.sec-online,.sec-call,.sec-chat{
	padding-top: 0;
}
.sec-online .sec-title{
	background: var(--online-color);
}
.sec-online .sec-mv-area{
	background: url("../img/online_img_bg_pc.png") repeat-x top left / contain;
}
.sec-mv-area__img.com_pc{
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}
.sec-online .cont-body__lead{
	color: var(--online-color);
	font-weight: 800;
}
.sec-online .flow-list .flow-list__body{
	background: #fff5be;
}
.sec-online .flow-list .flow-list__body > .com_pc img{
	width: 100%;
	max-width: 825px;
	display: block;
	margin: 0 auto;
}
.sec-online .flow-list .flow-list__body .btn_area{
	text-align: center;
	margin-top: 2.5rem;
}
.sec-online .flow-list .flow-list__body .btn_area a{
	display: inline-block;
	transition: opacity .15s ease , transform .15s ease;
}
.sec-online .flow-list .flow-list__body .btn_area a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.private-box.mod-box-scroll{
	width: 85%;
	margin: 4rem auto 0;
}
.private-box.mod-box-scroll a{
	color: #333;
}

.sec-call .sec-title{
	background: var(--call-color);
}
.sec-call .sec-mv-area{
	background: url("../img/call_img_bg_pc.png") repeat-x top left / contain;
}
.sec-call .cont-body__lead{
	color: var(--call-color);
}

.sec-chat .sec-title{
	background: var(--chat-color);
}
.sec-chat .sec-mv-area{
	background: url("../img/chat_img_bg_pc.png") repeat-x top left / contain;
}
.sec-chat .cont-body__lead{
	color: var(--chat-color);
}

.flow-list{
	margin-top: 2.5rem;
	position: relative;
}
.flow-list + .flow-list{
	margin-top: 5rem;
}
.sec-flow .flow-list:not(:last-of-type)::after{
	content: "";
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/arrow_d.svg")no-repeat center center / contain;
}
.flow-list .flow-list__head p,
.flow-list .flow-list__head a{
	text-align: left;
	padding: 1rem 3rem;
}
.flow-list .flow-list__body{
	background: #fff;
	text-align: left;
	padding: 2rem 3rem;
	font-size: 19px;
}
.flow-list__body-faq{
	display: flex;
	font-weight: 500;
	margin-top: 1rem;
}
.flow-list__body-faq h3{
	font-size: 24px;
	font-weight: 500;
	margin-right: 2rem;
}
.flow-list__body-faq li{
	font-size: 22px;
	padding: 0;
	border: none;
}
.flow-list .flow-list__body .cap_area p{
	font-size: 16px;
}
.flow-list__body-link{
	text-align: center;
	margin-top: 1rem;
}
.flow-list__body-link a{
	color: #ff6400;
	font-size: 20px;
	font-weight: 500;
}
.flow-list__body-link a:hover{
	opacity: .8;
}