@charset "utf-8";

/* contact common */
@media screen and (min-width: 768px){
	.sp_only{ display: none;}
}
@media screen and (max-width: 768px){
	.pc_only{ display: none;}
}
.fbx{
	display: flex;
}


/* flow */
.contact__flow{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact__flow .contact__flow-item{
	width: calc(100% / 3 - 24.5px);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	border-radius: 8px;
	height: 70px;
	position: relative;
}
.contact__flow .contact__flow-item::before{
	content: "";
	width: 20px;
	height: 12px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	border-top: 12px solid #7eace1;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-bottom: 0px solid transparent;
}
.contact__flow .contact__flow-item:last-child::before{
	display: none;
}
.contact__flow .contact__flow-item.is-current{
	background-color: #d0e8f0;
}
.contact__flow .contact__flow-item-inner{
	text-align: center;
}
.contact__flow .contact__flow-step{
	display: block;
	font-size: 13px;
	color: #7eace1;
}
@media screen and (max-width: 767px){
	.contact__flow.-experience .contact__flow-item{
		font-size: 14px;
	}
	.contact__flow.-experience:not(:last-child){
		margin-bottom: 26px;
	}
}

/* .reco__group */
.kokoContact .reco__group{
	margin-bottom: 10px;
}
.kokoContact .reco__group .reco__group:last-child{
	margin-bottom: 0;
}
.kokoContact .reco__group .reco__group-label{
	font-weight: bold;
}
.kokoContact .reco__group .reco__group-list{
	display: inline-flex;
	flex-wrap: wrap;
}
.kokoContact .reco__group .reco__group-list li{
	margin-right: 15px;
}
.kokoContact .reco__group .reco__group-list li:last-child{
	margin-right: 0;
}

/* Accordion Style */
@media screen and (max-width: 768px){
	.kokoContact .acdnBox{
		margin-bottom: 10px;
	}
	.kokoContact .acdn-trigger{
		position: relative;
	}
	.kokoContact .acdn-trigger::before,
	.kokoContact .acdn-trigger::after{
		content: "";
		width: 20px;
		height: 2px;
		background-color: #aa0003;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform .3s;
	}
	.kokoContact .acdn-trigger::after{
		transform: rotate(90deg);
	}
	.kokoContact .acdn-trigger.is-open::after{
		transform: translateY(-50%) rotate(0deg);
	}
}

/* policy */
.kokoContact .ppTxt{
	justify-content: center;
}
.kokoContact .ppTxt .ppTxt__smallTxt{
	font-size: 13px;
}


/* submit */
.kokoContact .submitBtn__wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.kokoContact .submitBtn__box{
	box-shadow: inset 0 0 0 4px #ff882f;
	padding: 4px;
	border-radius: 999px;
	width: 300px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
.kokoContact .submitBtn__box::before{
	content: "";
	width: 8px;
	height: 13px;
	background: url(../img/common/parts_arrow.png) no-repeat center / 100% auto;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	transition: left .4s ease-in-out;
}
.kokoContact .submitBtn__box:hover::before{
	left: 30px;
}
.kokoContact .submitBtn__item{
	display: block;
	cursor: pointer;
	border-radius: 999px;
	font-size: 18px;
	font-weight: bold;
	appearance: none;
	border: none;
	width: 100%;
	height: 100%;
	color: #fff;
	background: linear-gradient(135deg, #ff7002 0%,#ab0102 100%);
	background: linear-gradient(to right, #ff7002 0%, #ab0102 50%, #ff7002 100%);
	background-position: 0 50%;
	background-size: 200% auto;
	transition: background-position .4s ease-in-out;
}
.kokoContact .submitBtn__item:hover{
	background-position: 90% 100%;
}
.submit__wrap{
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px){
	.submit__wrap{
		flex-wrap: wrap;
	}
}

.kokoContact .submitBtn__wrap.-check{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
}
@media screen and (max-width: 768px){
	.kokoContact .submitBtn__wrap.-check:not(:first-child){
		margin-top: 0px;
	}
}

/* submit back */
.kokoContact .submitBtn__box.-back{
	border-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin-right: 30px;
}
.kokoContact .submitBtn__box.-back a{
	background: #a0a0a0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: .2s ease-in-out;
}
.kokoContact .submitBtn__box.-back a:hover{
	background: rgba(160, 160, 160, 70%);
}
@media screen and (max-width: 768px){
	.kokoContact .submitBtn__box.-back{
		margin-right: 0;
	}
}

@media screen and (max-width: 767px){
	.contactZone-title::before,
	.contactZone-title::after{
		display: none;
	}
}