@charset "UTF-8";
/* CSS Document */
#contact{
	
}
#contact_in{
    margin-top: 24px;
    box-sizing: border-box;
    padding: 6.15%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f2f8ed;
}
.contact_ue_p{
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}
.contact_ue_p a{
	text-decoration: underline;
	color: #0000FF;
}
#contact table{
    border-collapse: collapse;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 4.61%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    max-width: 840px;
    width: 100%;
}
#contact table tr {
    border-bottom: 1px solid #000000;
}
#contact table tr th {
    width: 30.76%;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-left: 8px;
    padding-right: 10px;
}
#contact table tr th p {
	line-height: 1.3em;
}
#contact table tr td {
    padding-top: 24px;
	padding-bottom: 24px;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
	padding-right: 8px;
}
.hissu {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
	background-color: #efbf32;
    padding: 5px 6px;
    margin-left: 8px;
}
.mfgg {
    height: 40px;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    border: 1.6px solid #DADEDF;
	box-sizing: border-box;
}
.zip_area {
    border: 1.6px solid #DADEDF;
    width: 248px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    margin-right: 1%;
    font-size: 16px;
    height: 48px;
}
.mfgg_txtarea {
    width: 100%;
    height: 104px;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    margin: 0;
    border: 1.6px solid #DADEDF;
    resize: vertical; /* ←必要に応じて追加 (縦方向リサイズ可能) */
}


#inquiry {
    width: 100%;
    max-width: 204px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 8px;
    border: 1px solid #DADEDF;
    background-color: #FAFAFA;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inquiry_radio .wpcf7-list-item {
  display: block;   /* ←縦並びにする */
  margin-bottom: 8px; /* ←余白はお好みで */
}
/* .inquiry_radio span {
    display: block;
    margin-bottom: 8px;
} */
.submit_btn_box {
    text-align: center;
}
.sub_bt {
    background-color: #efbf32;
    border-style: none;
    padding-bottom: 18px;
    padding-top: 18px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.24em;
    cursor: pointer;
    width: 328px;
}
.sub_bt:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contact_sita_p{
	font-size: 18px;
    line-height: 1.8em;
    font-weight: 500;
	text-align: center;
}
