@charset "utf-8";

#contact_head {
    padding-top: 5.38%;
    padding-right: 7.69%;
    padding-left: 7.69%;
    padding-bottom: 4.61%;
}
#contact_head .hg_h2 h2 {
    font-size: 28px;
}
#contact_catch {
    color: #E26924;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

#contact_tel-mail {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-p_num {
    margin-top: 2.3%;
    margin-bottom: 2.3%;
    margin-left: 6.15%;
    margin-right: 6.15%;
    color: #de2526;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
}
.contact-p_num a {
    pointer-events: none;
}
.contact-p_num span {
	color: #434345;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px;
    margin-right: 4px;
}
.contact-p_num .open_time {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 1em;
    margin-right: 0px;
}
#contact_form {
    padding-right: 7.69%;
    padding-left: 7.69%;
    padding-bottom: 7.69%;
}
#contact_form .hg_h2 h2 {
    font-size: 28px;
}

#form_box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.61%;
}
#form_box table{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-collapse: collapse;
}
#form_box table ul{
    display: flex;
    flex-wrap: wrap;
}
#form_box table ul li{
    margin-right: 16px;
    margin-bottom: 8px;
}
#form_box table tr {
    border-bottom: 1px solid #cccccc;
}
#form_box table th {
    width: 208px;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    text-align: left;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 8px;
    padding-bottom: 24px;
    min-width: 208px;
}
#form_box table td{
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
}
.hissu {
    display: inline-block;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 500;
    line-height: 1em;
    background-color: #A23F00;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
    margin-left: 6px;
    vertical-align: middle;
}
.submit_btn_box {
    text-align: center;
    margin-top: 24px;
}
.sub_bt {
    background-color: #de2526;
    border-style: none;
    width: 288px;
    -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: 56px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    border-radius: 32px;
    cursor: pointer;
}
.mfgg {
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 8px;
    padding-bottom: 4px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.mfgg_half {
	padding: 4px;
     width: 248px;
    border-radius: 4px;
    border: 1px solid #CBCBCB;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.zip_area{
    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;
    margin-left: 20px;
}
.mfgg_txtarea {
    width: 100%;
    height: 132px;
    padding: 12px;
    margin-left: 0;
    border: 1px solid #B4C2C5;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    box-sizing: border-box;
}

.form_message {
    text-align: center;
    font-size: medium;
    margin-top: 4.61%;
}
