@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');

.notor{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.notom{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.notob{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

#pagetop{
	bottom: 70px !important;
}

#coapage{
	overflow: hidden;
}

/*-----------------------------------------------------------*/
/*ファーストビュー*/

main#coapage #firstview h1::before{
    background-image: url("../image/contact/page_icon.png");
    background-size: contain;
    width: 17px;
    height: 13px;
	top: -24px;
}

/*-----------------------------------------------------------*/

.block01{
	padding: 42px 0 59px;
}

.block01 .inner{
	max-width: 83.33%;
	margin: 0 auto;
	position: relative;
}


h2.contact_midashi{
	font-size: 2.25rem;
	font-weight: 500;
	color: #333333;
	text-align: center;
	padding-bottom: 9px;
	position: relative;
}

h2.contact_midashi::after{
	content: '';
	display: inline-block;
	background: url("../image/service/tit_ico@2x.png")no-repeat;
	background-size: contain;
	width: 15px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.block01 .inner .txt01{
	margin-top: 19px;
	line-height: 1.82;
	text-align: justify;
	color: #333333;
	padding: 0 7px;
	box-sizing: border-box;
}

.block01 .inner .c_area{
	width: 100%;
	margin: 39px auto 0;
	border: 1px solid #ff7ba7;
	border-radius: 10px;
	padding: 15px 0 21px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	position: relative;
}

.block01 .inner .c_area::before{
	content: '';
	display: inline-block;
	background: url("../image/service/parts01@2x.png")no-repeat;
	background-size: contain;
	width: 165px;
	height: 101px;
	position: absolute;
	bottom: -55px;
	left: -29px;
	z-index: -1;
}


.block01 .inner .c_area::after{
	content: '';
	display: inline-block;
	background: url("../image/service/parts02@2x.png")no-repeat;
	background-size: contain;
	width: 138px;
	height: 176px;
	position: absolute;
	top: -40px;
	right: -30px;
	z-index: -1;
}


.block01 .inner .c_area .txt_lv1{
	font-size: 1.5rem;
	color: #e81e79;
}

.block01 .inner .c_area .txt_lv2{
	font-size: 3.0rem;
	color: #333333;
	margin-top: 15px;
}

.block01 .inner .c_area .txt_lv2 a{
	font-size: 3.0rem;
	color: #333333;
}

.block01 .inner .c_area .txt_lv3{
	font-size: 1.4rem;
	color: #333333;
	margin-top: 14px;
}

/*-----------------------------------------------------------*/

.block02{
	padding: 59px 0 51px;
}

.block02 .inner{
	max-width: 90.55%;
	margin: 0 auto;
}


.block02 .inner .m_txt01{
	padding: 17px 17px 0;
	line-height: 1.82;
	text-align: justify;
	color: #333333;
}

.block02 .inner .m_txt01 span{
	color: #e81c24;
}

.block02 .inner .m_txt01.col-red{
	color: #e81c24;
}

.block02 .inner .form_step{
	margin: 32px auto 0;
	padding-bottom: 22px;
	border-bottom: 1px solid #aeaeae;
}

.block02 .inner .form_step ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block02 .inner .form_step ul li{
	width: 31.44%;
}

.block02 .inner .form_step ul li p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #e6e6e6;
	font-size: 1.25rem;
	line-height: 1.24;
	box-sizing: border-box;
}

.block02 .inner .form_step ul li p.on{
	background: #ff7ba7;
	color: #fff;
}

.block02 .inner .form_area{
	width: 93.54%;
	margin: 8px auto 0;
}

.block02 .inner .form_area table{
	width: 100%;
}

.block02 .inner .form_area table tr th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-weight: 500;
	vertical-align: top;
}

.block02 .inner .form_area table tr th div{
	padding: 9px 0 6px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.block02 .inner .form_area table tr th div .parts{
	display: block;
	width: 39px;
	line-height: 25px;
	border-radius: 4px;
	background: #aeaeae;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.block02 .inner .form_area table tr th div .parts.must{
	background: #ec2028;
}

.block02 .inner .form_area table tr th div .koumoku{
	width: calc(100% - 39px);
	padding-left: 6px;
	font-size: 14px;
	color: #353535;
	text-align: left;
	box-sizing: border-box;
}

.block02 .inner .form_area table tr td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.block02 .inner .form_area table tr td .msg{
	color: #e81c24;
}

.block02 .inner .form_area table tr td > div{
	padding: 6px 0 9px;
}

.block02 .inner .form_area table tr td > div .flex_input{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.block02 .inner .form_area table tr td > div .flex_input .f_txt01{
	font-size: 11px;
	color: #333333;
	position: absolute;
	top: -32px;
	right: 0;
}

.block02 .inner .form_area table tr td div input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 0 8px;
	font-size: 16px;
}


.block02 .inner .form_area table tr td div textarea{
	width: 100%;
	height: 185px;
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 8px;
	font-size: 16px;
	line-height: 1.75;
}

.block02 .inner .form_area table tr td div select{
	width: 100%;
	height: 30px;
	border: 1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color: #353535;
	padding: 0 7px;
	background: url("../image/contact/select_ico.png")no-repeat right 10px center;
	background-size: 14px auto;
}

.block02 .inner .form_area table tr td div .e_txt{
	font-size: 1.25rem;
	color: #575757;
	margin-top: 5px;
}

.block02 .inner .form_area table tr td div.c_area{
	background: #f2f2f2;
	height: 47px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}


.block02 .inner .form_area table tr td div.c_area input[type="checkbox"] {
	display: none;
}

.block02 .inner .form_area table tr td div.c_area .policy_check{
	padding-left: 34px;
	box-sizing: border-box;
	position: relative;
}

.block02 .inner .form_area table tr td div.c_area .policy_check::before {
    border: 1px solid #000000;
    border-radius: 50%;
    content: '';
    display: block;
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 7px;
	transform: translateY(-50%);
}

.block02 .inner .form_area table tr td div.c_area .policy_check::after {
    content: '';
    display: block;
    background: #ed4384;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
	left: 11px;
	transform: translateY(-50%);
	z-index: 1000;
	
}

input[type=checkbox]:checked + .policy_check::after {
    opacity: 1 !important;
}

.block02 .inner .form_area table tr td div.c_area .policy_check a{
	color: #353535;
	text-decoration: underline;
}

.block02 .inner .form_area .link_btn{
	width: 205px;
	margin: 40px auto 0;
}

.block02 .inner .form_area .link_btn input{
	display: block;
	width: 100%;
	height: 58px;
	border-radius: 20px;
	background: url("../image/service/link_ico.png")no-repeat #ed4384 right 28px center;
	background-size: 15px auto;
	box-shadow: 0px 0px 8px 0px rgba(53,66,71,0.35);
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}

.block02 .inner .form_area .link_btn.lv2 input{
	display: block;
	width: 100%;
	background: url("../image/contact/link_ico@2x.png")no-repeat #fff right 28px center;
	background-size: 15px auto;
	color: #000;
	border: 1px solid #000;
}


.block02 .inner .form_area .fb_area{
	margin: 40px auto 0;
}

.block02 .inner .form_area .fb_area .link_btn{
	margin: 0 auto;
}

.block02 .inner .form_area .fb_area .link_btn + .link_btn{
	margin-top: 20px;
}



.block02 .inner .thank_txt01{
	margin-top: 15px;
	line-height: 1.89;
	color: #333333;
	text-align: justify;
	padding: 0 10px;
}

.block02 .inner .thank_txt01 + .thank_txt01{
	margin-top: 20px;
	padding-bottom: 35px;
}


/*-----------------------------------------------------------*/


.block03{
	padding: 51px 0 86px;
}

.block03 .inner{
	max-width: 83.33%;
	margin: 0 auto;
}

.block03 .inner .ac_container{
	width: 100%;
}

.block03 .inner > .ac_container{
	margin-top: 30px;
}

.block03 .inner .ac_container .box{
	width: 100%;
	position: relative;
}

.block03 .inner .ac_container .box p,
.block03 .inner .ac_container .box h3{
	display: block;
	width: 100%;
	line-height: 55px;
	border-radius: 24px;
	box-shadow: 0px 0px 8px 0px rgba(53,66,71,0.35);
    font-family: 'Zen Maru Gothic', sans-serif !important;
	font-size: 1.5rem;
    font-weight: 500;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.block03 .inner .ac_container .box span.minus{
	display: none;
}

.block03 .inner .ac_container .box span{
	width: 37px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.block03 .inner .ac_container .box span img{
	width: 100%;
	height: auto;
}

.block03 .inner .ac_container .detail{
	display: none;
}

.block03 .inner .ac_container .detail .detail_inner{
	padding-bottom: 50px;
}

.block03 .inner .txt01{
	margin-top: 15px;
	line-height: 1.56;
}

.block03 .inner dl{
	margin-top: 13px;
	line-height: 1.56;
}

.block03 .inner dl dt{
	color: #e81e79;
}

.block03 .inner dl dd{
	line-height: 1.56;
	text-align: justify;
}

.block03 .inner dl dd ul{
	list-style: none;
}

.block03 .inner dl dd ul li{
	padding-left: 1em;
	line-height: 1.56;
	box-sizing: border-box;
	position: relative;
}

.block03 .inner dl dd ul li::before{
	content: '・';
	display: inline-block;
	font-size: 1.4rem;
	position: absolute;
	top: 2px;
	left: 0;
}

.block03 .inner .ga_area{
	margin-top: 20px;
}

.block03 .inner .ga_area .txt_01{
	margin-top: 15px;
	line-height: 1.81;
	text-align: justify;
	
}

.block03 .inner .ac_container .box{
	cursor: pointer;
}

