@charset "utf-8";

/*
 * ABSORBER.2024.05.01
 */





.top_title {
	position: relative;
	padding: 22px 12px 24px 24px;
	margin: 0 0 28px 0;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align:left;
	color: #fff;
	font-weight: 400;
	font-family: "M PLUS Rounded 1c";
	background-color: #8c7053;
	border-radius: 4px 4px 0 0;
	letter-spacing: 0.4px;
}


.top_title:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}

.top_title:after {
    bottom: 4px;
    border-bottom: 3px solid #fff;
}



/*
#inquiry .top_title {
    position: relative;
    padding: 20px 12px 20px 20px;
    margin: 0 0 28px 0;
	font-size: 1.4em;
	line-height: 1.4em;
    text-align:left;
    color: #fff;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
    background-color: #015d82;
}
#inquiry .top_title:before,
#inquiry .top_title:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    box-sizing: border-box;
}
#inquiry .top_title:before {
    top: 4px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #2d81a3;
}
#inquiry .top_title:after {
    bottom: 4px;
    border-top: 1px solid #2d81a3;
    border-bottom: 2px solid #fff;
}
*/









#inquiry .main-area #page_lead {
	font-size: 1.2em;
	width: 95%;
	margin: 18px auto 2px auto;
	padding: 0 0 0 0;
	line-height: 180%;
}

#inquiry .main-area #page_lead p {
	font-size: 1em;
	width: 100%;
	margin: 0 auto 2px auto;
	padding: 0 0 0 0;
	line-height: 180%;
}

#inquiry .main-area .paragraph {
	font-size: 1em;
	width: 95%;
	margin: 18px auto 2px auto;
	padding: 0 0 0 0;
	line-height: 180%;
}

#inquiry .main-area .paragraph p {
	font-size: 1em;
	width: 100%;
	margin: 0 auto 2px auto;
	padding: 0 0 0 0;
	line-height: 180%;
}

@media only screen and (max-width: 768px){

	#inquiry .main-area h1 {
		width: 90%;
		margin: 12px auto 16px auto;
		font-size: 1.4em;
	}

	#inquiry .main-area #page_lead p {
		font-size: 1em;
		width: 90%;
		margin: 0x auto 2px auto;
		padding: 0 0 0 0;
		line-height: 180%;
	}

	#inquiry .main-area .paragraph p {
		font-size: 1em;
		width: 90%;
		margin: 0 auto 2px auto;
		padding: 0 0 0 0;
		line-height: 180%;
	}

}






/* ------------------ */
/* --- 入力画面用 --- */
/* ------------------ */

#inquiry #smart_mail_required {

	padding: 0;
	margin: 0 0 0 0;
	text-align: right;
	font-size: 0.8em;
	color: #be2b61; 
}



/* --- 以下リセット フォーム体裁変更 --- */

/* --- form内 --- */

#inquiry form #error_back {
	margin:30px 0 45px 0 ;
}

#inquiry form p.inquiry-sbtn {
	text-align:center;
	margin:30px 0 45px 0 ;
	clear:both;
}

#inquiry form p.inquiry-sbtn input {
	margin: 0 5px;
}

#inquiry form.inquiryBox input.it {
	margin-right: 5px;
}

#inquiry form.inquiryBox textarea {

}

#inquiry ul.error {
	display: block;
	margin: 30px 18px 35px 40px;
	color: #FF0B00;
}

#inquiry ul.error li {
	margin-bottom: 8px;
	line-height: 170%;
	list-style-type:disc;
}





/* --------------- */
/* --- table用 --- */
/* --------------- */

/* テーブル本体 */

/*
#inquiry table#smart_mail{
	margin:10px auto 0;
	width:95%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;

}

#inquiry table#smart_mail tr {

}


#inquiry table#smart_mail th {
	border:1px dotted #CCCCCC;
	padding:10px;
	background:#E6ECEF;
	text-align: left;
	width:140px;
	font-weight:normal;

}

#inquiry table#smart_mail th span {

	color: #ff0b00;

}

#inquiry table#smart_mail td {
	border:1px dotted #CCCCCC;
	padding:5px;
}

#inquiry table#smart_mail td span {
	margin-right:0.5em;
	letter-spacing:0em;
	display: inline-block;
}

#inquiry table#smart_mail td span.sub_string {
	font-size:0.8em;
}

#inquiry table#smart_mail td .input_small_box {
	width:40%;
	min-width: 50px;
}

#inquiry table#smart_mail td .input_middle_box {
	width: 75%;
	min-width: 180px;
}

#inquiry table#smart_mail td .input_box {
	width:98%
}
*/


.smart_mail_lead p {
	font-size: 1.2em;
}

.detail_text P a {
	color: #4c8037;
	text-decoration: none;
}

.detail_text P a:hover {
	color: #4c8037;
	text-decoration: underline;
}






