@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#contact{
	margin-top: 40px;
    padding-right: 6.15%;
    padding-left: 6.15%;
}
#contact .child_border-tit {
    line-height: 1.3em;
    font-size: 21px;
}


#contact .content_wrap{
	padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
#contact_call{
	    margin-bottom: 12.3%;
}
#contact_call_in{
	background-color: #F7F8FB;
	padding: 4.61% 6.92%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#contact_call_img{
	width: 26px;
    margin-right: 10px;
    vertical-align: bottom;
}
#contact_call_img img{
	width: 100%;
}
#contact_call_in .eng{
	font-size: 32px;
    line-height: 1em;
    font-weight: 500;
	margin-right: 0;
}
#contact_call_day{
	margin-top: 10px;
	font-size: 17px;
	line-height: 1em;
	font-weight: 600;
}
#contact_attention{
	margin-bottom: 16.15%;
}
#contact_attention ul{
	list-style: square;
	padding-left: 16px;
}
#contact_attention ul li{
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
	margin-bottom: 8px;
}
#contact_attention ul li a{
	text-decoration: underline;
}


#contact_attention table{
    margin-top: 7.69%;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 0 solid #000000;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
#contact_attention table tr {
    border-bottom: 1px solid #000000;
	display: flex;
	flex-direction: column;
}
	#contact_attention table tr:last-of-type{
		border-bottom: 0;
	}
#contact_attention table tr th {
    width: 100%;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
	padding-top: 20px;
}
#contact_attention table tr td {
    padding-top: 16px;
	padding-bottom: 20px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
	padding-right: 0;
}
	.td_sp-flex{
		display: flex;
		justify-content: space-between;
	}
	.radio-option{
		width: 30%;
		display: flex;
		align-items: center;
	}
.hissu {
    display: inline-block;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    line-height: 1em;
    background: linear-gradient(to right top, #009685 0%, #00964F 100%);
    padding: 4px 6px;
    margin-left: 6px;
}
.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: 132px;
    display: block;
    padding: 12px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    border: 1.6px solid #DADEDF;
	box-sizing: border-box;
}
#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_purpose {
    width: 100%;
    max-width: 344px;
    padding: 8px 12px;
    border: 1px solid #DADEDF;
    background-color: #FAFAFA;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submit_btn_box {
    text-align: center;
}
.sub_bt {
    background: linear-gradient(to right top, #009685 0%, #00964F 100%);
    border-style: none;
    width: 66.15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 12px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 12px;
    box-sizing: border-box;
    height: 48px;
    font-weight: 600;
    font-size: 17px;
	letter-spacing: 0.16em;
    color: #FFFFFF;
    cursor: pointer;
}


/*ここから資料請求ページ*/
#pamphlet{
	
}
#pamphlet_dl{
	margin-bottom: 7.69%;
}
#pamphlet_dl ul{
	list-style: square;
	padding-left:24px;
}
#pamphlet_dl ul li{
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin-bottom: 8px;
}
#pamphlet_dl ul li a {
    text-decoration: underline;
}
}