@charset "utf-8";
/*------------------------------------------------------------
	inquiry
------------------------------------------------------------*/
#conts .mailForm p {
	margin-bottom: 24px;
	line-height: 1.6;
}
#conts .contactAttention {
	color: #DE0003;
}
#conts .errorMsg {
	margin: -40px 0 53px;
}
#conts .errorMsg li {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #FF0000;
}
#conts .mailForm .must {
	margin: 3px 3px 0 1px;
	padding: 1px 8px 1px 8px;
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	vertical-align: baseline;
	color: #FFF;
	border-radius: 4px;
	background-color: #E37CB3;
	line-height: 1.4;
}
#conts table {
	margin-bottom: 120px;
	width: 100%;
	border-collapse: collapse;
}
#conts th,
#conts td {
	padding: 16px 10px 15px 1px;
    text-align: left;
	border-bottom: 1px solid #707070;
    vertical-align: top;
    word-break:break-all;
    box-sizing: border-box;
}
#conts tr:first-child th,
#conts tr:first-child td {
	border-top: 1px solid #707070;
}
#conts th {
	padding-top: 19px;
	width: 33%;
	font-weight: 700;
	position: relative;
}
#conts .mailForm th .must {
	padding: 2px 12px 3px 9px;
	margin: 0;
	position: absolute;
	right: 22px;
	top: 18px;
}
#conts td input[type="text"], #conts td input[type="tel"], #conts td input[type="email"], #conts td textarea {
	padding: 0 10px;
	font-size: 1.5rem;
	width: 313px;
	height: 32px;
	border-radius: 4px;
	border: 1px #ddd solid;
	color: #333;
	background: #FFF;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.full-screen-box input[type="text"],
.full-screen-box textarea,
#conts td select {
	padding: 0 10px;
	font-size: 1.5rem;
	height: 32px;
	border-radius: 4px;
	border: 1px #ddd solid;
	color: #333;
	background: #FFF;
	box-sizing: border-box;
}

#conts td .note {
	margin-left: 23px;
	font-size: 1.4rem;
	color: #393939;
}
#conts td textarea {
	padding: 6px 10px;
	width: 507px;
	height: 222px;
	resize: vertical;
}
input::-webkit-input-placeholder {
	color: #A5A5A5;
	opacity: 1;
}
input:-moz-placeholder {
	color: #A5A5A5;
	opacity: 1;
}
input::-moz-placeholder {
	color: #A5A5A5;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #A5A5A5;
	opacity: 1;
}
#conts td .txtBox {
	margin-bottom: 18px;
	padding: 15px 34px 15px 22px;
	height: 126px;
	width: 507px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #FFF;
}
#conts td .txtBox p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
#conts td .txtBox p:last-child {
	margin-bottom: 0;
}
#conts td .agree {
	margin: 0 0 3px 2px;
}
#conts td .agree input[type="checkbox"] {
	display: none;
}
#conts td .agree input[type="checkbox"] ~ span {
	padding-left: 19px;
	margin-left: 0;
	color: #333;
	line-height: 1.6;
	cursor: pointer;
	display: inline-block;
	background: url("../img/inquiry/icon01.png") no-repeat left center / 14px;
}
#conts td .agree input[type="checkbox"]:checked ~ span {
	background-image: url("../img/inquiry/icon02.png");
}
#conts .submit {
	flex-direction: row-reverse;
}
#conts .submit .return input {
	color: #333;
	border: 1px solid #D1D1D1;
	background-color: #D1D1D1;
	background-image: none;
}
#conts .submit li input {
	padding: 13px 25px 13px 12px;
	width: 274px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin: 0 47px;
	color: #FFF;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #E37CB3;
	background: url("../common/img/icon04.png") no-repeat center right 7px #E37CB3;
	background-size: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#conts td .agree {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#conts .submit .return input:hover {
		color: #000;
		border: 1px solid #000;
	}
	#conts .submit li input:hover {
		background-color: #FFF;
		color: #E37CB3;
		border: 1px solid #E37CB3;
		background-image: url("../common/img/icon06.png");
	}
	#conts .submit .return input:hover {
		background-image: none;
	}
}
@media all and (max-width: 896px) {
	#conts .telBox {
		margin: 56px 0 56px;
	}
	#conts .telBox p {
		margin-bottom: 20px;
		text-align: center;
	}
	#conts .telBox .link {
		margin: 0 auto;
		max-width: 274px;
		background-color: #E37CB3;
	}
	#conts .telBox .link a {
		padding: 15px 10px 11px 16px;
		letter-spacing: 0.075em;
		color: #FFF;
		display: block;
		text-align: center;
	}
	#conts .telBox .link a span img {
		margin: -3px 3px 0 0;
	}
	#conts .mailForm p {
		margin-bottom: 34px;
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0.01em;
	}
	#conts .mailForm .must {
		margin: -3px 4px 0 3px;
		padding: 3px 6px 5px 4px;
		line-height: 1;
		vertical-align: middle;
	}
	#conts table {
		margin-bottom: 56px;
	}
	#conts th,
	#conts td {
		padding: 14px 10px 17px 1px;
		width: 100% !important;
		display: block;
		border: none;
	}
	#conts th {
		border-top: 1px solid #707070;
	}
	#conts tr:first-child td {
		border-top: none;
	}
	#conts tr:last-child td {
		border-bottom: 1px solid #707070;
	}
	#conts tr:first-child th {
		border-top: 1px solid #707070;
	}
	#conts th {
		padding: 24px 5px 20px 1px;
		position: relative;
	}
	#conts td {
		padding: 0 0 25px 1px;
	}
	#conts .mailForm th .must {
		padding: 5px 8px 7px 8px;
		margin-left: 11px;
		right:0;
		top: 25px;
	}
	#conts td input[type="text"],#conts td input[type="tel"],#conts td input[type="email"],#conts td textarea {
		font-size: 1.6rem;
		width: 100%;
		height: 50px;
		border-radius: 6px;
		margin-bottom:5px;
	}
	#conts td input::-webkit-input-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td input:-moz-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td input::-moz-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td input:-ms-input-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts th .note {
		position: absolute;
		right: 0;
		font-weight: 400;
	}
	#conts td textarea {
		padding-top: 12px;
		height: 174px;
	}
	#conts td textarea::-webkit-input-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td textarea:-moz-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td textarea::-moz-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td textarea:-ms-input-placeholder {
		color: #808080;
		opacity: 1;
	}
	#conts td .txtBox {
		padding: 12px 22px 15px 10px;
		height: 151px;
		width: 100%;
	}
	#conts td .txtBox p {
		margin-bottom: 25px;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #4D4D4D;
	}
	#conts td .agree {
		margin: 18px 0 0 !important;
	}
	#conts td .agree span {
		font-size: 1.6rem;
	}
	#conts td .agree input[type="checkbox"] ~ span {
		padding-left: 27px;
		background-size: 19px;
	}
	#conts td .agree input[type="checkbox"]:checked ~ span {
		background-image: url("../img/inquiry/icon02.png");
	}
	#conts .submit {
		display: block;
	}
	#conts .submit li {
		margin: 0 auto 36px;
		text-align: center;
	}
	#conts .submit li:last-child {
		margin-bottom: 0;
	}
	#conts .submit .return input {
		color: #333;
		background-color: #D1D1D1;
		background-image: none;
	}
	#conts .submit li input {
		margin: 0 15px;
		padding: 11px 15px 13px 5px;
		max-width: 242px;
		font-size: 1.5rem;
	}
	#conts .mailForm p {
		margin-bottom: 34px;
	}
	#conts .errorMsg {
		margin: -9px 0 52px;
	}
	#conts .errorMsg li {
		font-size: 1.4rem;
		line-height: 1.82;
	}
}
/*------------------------------------------------------------
	confirmBox
------------------------------------------------------------*/
#conts .confirmBox .mailForm p {
	margin-bottom: 32px;
}
#conts .confirmBox th {
	padding-top: 15px;
	width: 32%;
}
#conts .confirmBox td {
	padding-top: 16px;
	line-height: 1.4;
	color: #393939;
}
#conts .confirmBox .submit .return input {
	background: url("../common/img/icon34.png") no-repeat center left 7px #D1D1D1;
	background-size: 8px auto;
}
@media all and (min-width: 897px) {
	#conts .confirmBox .submit .return input:hover {
	background-color: #FFF;
	color: #000;
	}
}
@media all and (max-width: 896px) {
	#conts .confirmBox .tel {
		display: none;
	}
	#conts .confirmBox .mailForm p {
		margin-bottom: 23px;
	}
	#conts .confirmBox th,.confirmBox td {
		font-size: 1.5rem;
	}
	#conts .confirmBox th {
		padding: 21px 5px 15px 1px;
	}
	#conts .confirmBox td {
		padding: 0 10px 20px 9px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	thanksBox
------------------------------------------------------------*/
#conts .text {
	line-height: 1.62;
	margin-bottom: 30px;
}
#conts .thanksBox {
	padding-top: 29px;
	border-top: 1px solid #D0D0D0;
}
#conts .thanksBox .ttl {
	margin-bottom: 11px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #FF0000;
}
#conts .thanksBox .note {
	margin-bottom: 18px;
	line-height: 1.6;
	color: #FF0000;
}
#conts .thanksBox p {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.82;
}
#conts .thanksBox .comLink {
	margin-top: 53px;
}
#conts .thanksBox .comLink a {
	color: #FFF;
	background: #E37CB3 url("../common/img/icon31.png") no-repeat right 6px center / 9px;
}
@media all and (min-width: 897px) {
#conts .thanksBox .comLink a:hover {
		background-color: #FFF;
		color: #E37CB3;
		background-image: url("../common/img/icon06.png");
	}
}
@media all and (max-width: 896px) {
	#conts .text {
		font-size: 1.5rem;
		line-height: 1.4;
		margin-bottom: 31px;
	}
	#conts .thanksBox {
		padding-top: 22px;
	}
	#conts .thanksBox .ttl {
		margin-bottom: 16px;
		font-size: 1.7rem;
		font-weight: 700;
		color: #FF0000;
	}
	#conts .thanksBox .note {
		margin: 0 0 40px 2px;
	}
	#conts .thanksBox p {
		margin-bottom: 10px;
		line-height: 1.4;
	}
	#conts .thanksBox .comLink {
		margin-top: 64px;
	}
}

.simplebar-track.simplebar-vertical {
	width: 8px;
}
.simplebar-track {
	right: 2px;
}
.simplebar-scrollbar::before {
	background-color: #B2B2B2;
}
.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}






/*------------------------------------------------------------
	home-visit
------------------------------------------------------------*/

#home-visit-wrap {}
.home-visit-sec {}
#home-visit-wrap .headLine02 { margin-bottom:30px; }
#home-visit-wrap #conts table { margin-bottom:0; }

.full-screen-sec { padding:0 0 120px; }
.full-screen-sec .mwform-radio-field {}
.full-screen-box { border-bottom:1px #707070 solid; padding:0 0 30px; }
.bbn { border-bottom:none !important; }
.full-screen-box textarea { width:100%; height:160px; border:1px #ddd solid; padding:10px; }
.pane { display:flex; flex-flow:row wrap; justify-content:start; }
.pane3 .horizontal-item { display:block; margin:0 0 20px; margin-left:0 !important; white-space:nowrap; }
.pane4 .horizontal-item { display:block; margin:0 0 20px; margin-left:0 !important; white-space:nowrap; }
#p-postal-code2 { width:120px !important; }
.l100 .horizontal-item:last-of-type { width:100%; }
.w100 { width:100%; }

@media all and (max-width: 896px) {
.full-screen-sec { padding:0 0 40px; }
.pane3 .horizontal-item { width:auto; margin-right:20px !important; }
.pane4 .horizontal-item { width:auto; margin-right:20px !important; }
}
@media all and (min-width: 897px) {
.pane3 .horizontal-item { width:33%; }
.pane4 .horizontal-item { width:25%; }

}




#radio-where-1 {}
.where-txt {}
#where-txt02, 
#where-txt03 { display:none; }



#doko { display:none; }
.page-home-visit-confirm #doko { display:inline-block; }

#ari5, 
#ari6, 
#ari8, 
#ari10, 
#ari15-1, 
#ari15-2,
.page-home-visit-confirm .no-confirm { display:none; }

.page-home-visit-confirm #ari5, 
.page-home-visit-confirm #ari6, 
.page-home-visit-confirm #ari8, 
.page-home-visit-confirm #ari10, 
.page-home-visit-confirm #ari15-1, 
.page-home-visit-confirm #ari15-2 { display:block; }

#ari15-1, #ari15-2 { flex-flow:column wrap; line-height:2; padding:20px 0 0; }
#ari15-1 input, #ari15-2 input { margin:10px 0 0; }
#home-visit-sec15 textarea { height:120px !important; }

.form-error { line-height:2; padding:0 0 20px; }



@media screen and (max-width:896px){
.dn-pc { display:block !important; }
.dn-pc2 { display:inline-block !important; }
.dn-sp { display:none !important; }
.dn-sp2 { display:none !important; }
}

@media screen and (min-width:897px){
.dn-pc { display:none !important; }
.dn-pc2 { display:none !important; }
.dn-sp { display:block !important; }
.dn-sp2 { display:inline-block !important; }
}




