/* Y'S GEAR : inquiry.css */


.contentsWidth > section {
	margin: 50px 0;
}


/*======================================================================*
 *  [ beforeBox | お問い合わせの前に ] 
 *======================================================================*/

.beforeBox {
	margin-top: 0 !important;
	padding: 20px 30px 30px;
	background: #EFEFF6;
	font-size: 1.4rem;
}

.beforeBox h2 {
	margin: 0 0 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #363A90;
	color: #363A90;
}

.beforeBox ul {
	margin-left: 2em;
	font-weight: 500;
}
.beforeBox li {
	list-style: disc;
}
.beforeBox li + li { margin-top: 10px; }

.beforeBox a {
	text-decoration: underline;
}
.beforeBox a.red { color: #CC1533 !important; }
.beforeBox a:hover,
.beforeBox a:active {
	text-decoration: none;
}
.beforeBox .commonLink.red[target="_blank"]::before {
	background-color: #CC1533;
}

@media screen and (max-width: 768px) {
	.beforeBox {
		margin-right: -20px !important;
		margin-left: -20px !important;
		padding-right: 20px;
		padding-left: 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.beforeBox {
		margin-right: -10px !important;
		margin-left: -10px !important;
		padding-right: 10px;
		padding-left: 10px;
	}
} /* */


/*======================================================================*
 *  [ inquiryBox | ご相談・お問い合わせ ] 
 *======================================================================*/

/* [ 見出し ] */
.inquiryBox h2 {
	position: relative;
	padding-left: calc(30px + 1.6em);
}
.inquiryBox h2::before {
	position: absolute;
	top: calc(50% - 0.8em);
	left: 20px;
	width: 1.6em;
	height: 1.6em;
	content: "";
}
#tel.inquiryBox h2::before { background: url(../img/icon_tel.svg) center center / contain no-repeat; }
#form.inquiryBox h2::before { background: url(../img/icon_form.svg) center center / contain no-repeat; }

@media screen and (max-width: 568px) {
	.inquiryBox h2 {
		padding-left: calc(20px + 1.6em);
	}
	.inquiryBox h2::before {
		left: 10px;
	}
} /* */


/* [ 見出し下テキスト ] */
.inquiryBox h2 + p {
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.inquiryBox h2 + p span {
	display: inline-block;
}
.inquiryBox h2 + p b {
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 10px;
	background: #EFEFF6;
	color: #363A90;
	font-size: 1.4rem;
}

/* [ 電話番号詳細 ] */
.inquiryBox .tel dt {
	position: relative;
	float: left;
	width: 316px;
	height: 55px;
	padding: 15px 0 0 75px;
	box-sizing: border-box;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.inquiryBox .tel dt img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.inquiryBox .tel dt span {
	display: block;
	margin: 5px 0 0 8em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
.inquiryBox .tel dd {
	margin: 0 0 0 333px;
	padding-top: 10px;
	color: #464646;
}
.inquiryBox .tel dd p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.inquiryBox .tel dd p span {
	font-weight: normal;
}
.inquiryBox .tel dd ul {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.inquiryBox .tel dd li {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.inquiryBox .tel dd li:before {
	content: "◎";
}

@media screen and (max-width: 768px) {
	.inquiryBox .tel dt {
		float: none;
		width: 100%;
	}
	.inquiryBox .tel dd {
		margin: 15px 0 0 0;
		padding-top: 0;
	}
} /* */

/* [ 詳細 ] */
.inquiryBox .detail {
	position: relative;
	margin-left: 333px;
	font-size: 1.4rem;
}
.inquiryBox .detail h3 {
	margin: 30px 0 10px;
}

@media screen and (max-width: 768px) {
	.inquiryBox .detail {
		margin-left: 0;
	}
} /* */

/* [ 詳細：数字付き ] */
.inquiryBox .detail ol li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.inquiryBox .detail ol li > b {
	width: 2.8rem;
	background: #efeff6;
	border-radius: 50%;
	color: #363A90;
	font-size: 1.8rem;
	line-height: 2.8rem;
	text-align: center;
}
.inquiryBox .detail ol li > span {
	width: calc(100% - 3.5rem);
	padding-top: 4px;
	font-weight: 500;
}
.inquiryBox .detail ol li .red {
	color: #ff0000;
}

/* [ 詳細：例 ] */
.inquiryBox .detail dl {
	position: relative;
	padding-left: 2em;
}
.inquiryBox .detail dt {
	position: absolute;
	top: 0;
	left: 0;
}
.inquiryBox .detail dd {
	padding-left: 1em;
	text-indent: -1em;
}

/* [ 詳細：ボタン ] */
.inquiryBox .detail .btn {
	display: block;
	position: absolute;
	top: 0;
	left: -333px;
	width: 100%;
	max-width: 300px;
	padding: 15px 20px;
	border-radius: 10px;
	background: #363A90;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
	transition: all 0.3s linear;
}
.inquiryBox .detail .btn:hover,
.inquiryBox .detail .btn:active {
	color: #fff !important;
	opacity: 0.8;
}
.inquiryBox .detail .btn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0.6em;
	height: 0.6em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	opacity: 0.8;
	transform: translateY(-50%) rotate(45deg);
	content: "";
}

@media screen and (max-width: 768px) {
	.inquiryBox .detail .btn {
		position: relative;
		left: 0;
		margin-top: 15px;
	}
} /* */

@media screen and (max-width: 568px) {
	.inquiryBox .detail .btn {
		margin-right: auto;
		margin-left: auto;
	}
} /* */

/* [ 詳細：注釈 ] */
.inquiryBox .detail .commonNotes {
	margin-top: 20px;
}
.inquiryBox .detail .commonNotes.red {
	color: #ff0000;
}

