@charset "UTF-8";

.form_mainv {
	background: #EFF0F4;
}

.form_mainv .inner {
	width: 1040px;
	background: url("../../images/sodan_inner_pc.png") no-repeat;
	background-size: auto 100%;
	background-position: right 25%;
	margin: 0 auto;
	padding: 45px 0;
}

.form_mainv .inner h1 {
	font-size: 30px;
	letter-spacing: 2px;
}

.form_mainv .inner .leadtext {
	font-size: 17px;
	text-align: left;
	margin: 30px 0 0;
	line-height: 1.7;
}

.form_mainv .inner .leadtext .bold {
	font-size: 18px;
	font-weight: bold;
}

.form_mainv .inner .leadtext .big {
	font-size: 1.22em;
}

.form_mainv .inner .leadtext .pink {
	color: #F1556F;
}

#mainColumn .leadtext {
	display: none;
}

.request-tbl {
	border: 1px solid #DCDCDC;
	margin: 20px 0 0;
	padding: 30px;
}

.request-tbl p {
	font-size: 18px;
	font-weight: 500;
}

.request-tbl p span {
	color: #888;
	font-size: 12px;
	margin-left: 1em;
}

.request-tbl ul {
	margin: 25px 0 0;
}

.request-tbl ul li {
	font-size: 18px;
	font-weight: 500;
}

.request-tbl ul li + li {
	margin: 16px 0 0;
}

.request-tbl ul li label:hover {
	cursor: pointer;
}

.request-tbl ul li input {
	display: none;
}

.request-tbl ul li input + span {
	padding-left: 30px;
	position: relative;
}

.request-tbl ul li input + span::before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid #F1556F;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.request-tbl ul li input:checked + span:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #F1556F;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translate(0,-50%);
}

/*
個別相談予約追加CSS
*/

.tbl dt {
	display: flex;
	align-items: center;
}

.sec-contact-form.nodata {
	text-align: center;
}

.sec-contact-form.nodata a {
	width: 400px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
}

.sec-contact-form.nodata a span {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4rem;
	width: 100%;
	height: 4rem;
	background: #3BBEAD;
	border-radius: 50vh;
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sec-contact-form.nodata a span::before {
	content: "";
	vertical-align: sub;
	width: 19px;
	height: 19px;
	background: url(../../images/magnify_glasspng.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin: 0 .5em 0 0;
}

/*layoutCSSを上書き1*/
.sec-contact-form dl.tbl > dd .innertbl02 dt {
	width: 14%;
}
/*layoutCSSを上書き2*/
.sec-contact-form dl.tbl > dd .innertbl02 dd {
	width: 43%;
	margin: 0;
}
/*layoutCSSを上書き3*/
.sec-contact-form dl.tbl > dd .innertbl02 dd:nth-child(n+3) {
	margin-top: 0;
}

/*日時、第二希望の余白*/
.sec-contact-form dl.tbl > dd .innertbl02 dd.second {
	margin-top: 26px;
}

.tbl .choiceFlex {
	display: flex;
}

.tbl .choiceFlex figure {
	width: 196px;
	height: 140px;
}

.tbl .choiceFlex figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tbl .choiceFlex ul  {
	padding: 0 0 0 20px;
	align-self: center;
}

.tbl .choiceFlex ul li {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.tbl .choiceFlex ul li:last-child {
	margin: 0;
}

.tbl .choiceFlex ul span.prefred {
	font-size: 14px;
	color: #fff;
	background-color: #E16565;
	border-radius: 5px;
	padding: 5px 16px;
}

/*layoutCSSを上書き4*/
.sec-contact-form .required {
    font-size: 10px;
	margin: 0 0 0 5px;
	/*color: #FFF;
    font-weight: bold;
    background: #f54b48;
    border-radius: 3px;
    padding: 2px 5px;*/
}


/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:750px) {

	.breadpathBox.mainvin {
		margin: 0 0 35px;
	}
	

	.form_mainv {
		background: #EFF0F4;
	}

	.form_mainv .inner {
		line-height: 1.3;
		width: 100%;
		padding: 45px 20px;
		box-sizing: border-box;
		background: url("../../images/sodan_inner_sp.png") no-repeat;
		background-size: auto 100%;
		background-position: right 25%;
	}

	.form_mainv .inner .subtext {
		font-size: 17px;
	}

	.form_mainv .inner h1 {
		font-size: 25px;
		line-height: 1.2;
	}

	.form_mainv .inner .leadtext {
		display: none;
	}


	#mainColumn .leadtext {
		font-size: 16px;
		padding: 0 7%;
		display: block;
	}


	#mainColumn .leadtext .bold {
		font-size: 18px;
		font-weight: bold;
	}

	#mainColumn .leadtext .big {
		font-size: 1.13em;
	}

	#mainColumn .leadtext .pink {
		color: #F1556F;
	}


	.request-tbl {
		border-top: none;
		margin: 0;
		padding: 35px 25px;
	}

	.request-tbl p {
		font-size: 15px;
	}

	.request-tbl p span {
		font-size: 11px;
		margin-left: 0;
	}

	.request-tbl ul {
		margin: 20px 0 0;
	}

	.request-tbl ul li {
		font-size: 16px;
	}

	.request-tbl ul li + li {
		margin: 20px 0 0;
	}
	
	.request-tbl ul li input + span {
	}

	.request-tbl ul li input + span::before {
		width: 20px;
		height: 20px;
	}

	.request-tbl ul li input:checked + span:after {
		width: 10px;
		height: 10px;
		left: 6px;
	}

	.tbl .choiceFlex figure {
		width: 138px;
		height: 99px;
	}

	.tbl .choiceFlex ul li {
		font-size: 16px;
	}

	.sec-contact-form dl.tbl > dd .innertbl02  {
		justify-content: space-between;
	}

	.sec-contact-form dl.tbl > dd .innertbl02 dt {
		width: 100%;
	}

	.sec-contact-form dl.tbl > dd .innertbl02 dd {
		width: 45%;
	}

	.sec-contact-form dl.tbl > dd .innertbl02 dd.second {
		margin-top: 0;
	}

	.datepicker {
		width: 100%;
	}

	.tbl .choiceFlex ul span.prefred {
		font-size: 12px;
		border-radius: 5px;
		padding: 3px 12px;
	}
	
	.sec-contact-form.nodata {
		text-align: center;
	}

	.sec-contact-form.nodata a {
		width: 89.3vw;
	}

	.sec-contact-form.nodata a span {
		font-size: 1.2rem;
		margin: 4.2vw auto 0;
	}

	.sec-contact-form.nodata a span::before {
		width: 5vw;
		height: 5vw;
	}
}

