/* ===============================
   資料請求・お問合せ */

/* ご注文はこちら */
.order_content { margin-bottom: 1.5em;}

.order_link a {
    display: inline-block;
    padding: 0.3em 2em;
    background: #00A73C;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1em;
    margin-top: 1em;
    border: solid 1px #00A73C;
    transition: all .2s ease;
}
@media print, screen and (min-width:1025px){
.order_link a:hover {
    background: #fff;
    color: #00A73C;
}
}

.order_tel { display: flex; flex-wrap: wrap;}
.order_tel li { margin-right: 1em;}



.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
 box-shadow: none;
 max-width: 100%;
 min-width: 250px;
}
@media print, screen and (min-width:1025px){
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
 min-width: 300px;
 width: auto;
}
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
 background: #f7f7f7 !important;
 text-shadow: none;
 color: #555 !important;
 font-weight: 400 !important;
}

form#mailformpro label {display: block !important;}
form#mailformpro label.mfp_checked { box-shadow: none;}
 


div.mfp_err { font-size: 90%;}



.contact_attention .icon-exlink { margin-right: .5em;}

form#mailformpro input, form#mailformpro textarea {
    padding: .3em;
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    vertical-align: middle;
}

ul#mfp_phase_stat { display: none;}
div.mfp_buttons button { font-size: 1.1em !important;}

#mfp_phase_confirm h4 {
 !important; font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem) !important;
 color: #333;
}

 table#mfp_confirm_table tr th,
 table#mfp_confirm_table tr td { font-size: 14px !important; font-weight: normal !important;}


/* table */

.tabletype01 { width: 100%; font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem); overflow: hidden; margin-bottom: 2em; border-collapse: collapse;}
.tabletype01 input,
.tabletype01 select { vertical-align: middle;}

.tabletype01 th,
.tabletype01 td {
 width: 100%;
 display: block;
 width: 100%;
 text-align: left;
 float:left9;
}
.tabletype01 th { border-top: 1px #999 solid; padding: .5em 3.125%  0 3.125%; font-weight: bold; color: #000;}
.tabletype01 td { padding: 0 3.125% .5em 3.125%;}

.caution { color: #f10009;}

.gobtn i { margin-left: .5em;}

.textbody { width: 99% !important;}

.radiolist { overflow: hidden;}
.radiolist li { dispaly: inline; float: left; margin-right: .5em; margin-bottom: .5em;}

.contacttable02 { width: 100%;}

.contacttable02 td {
 border: none;
 text-align: center;
 padding: .5em 3.125%;
}

@media print, screen and (min-width:900px) {


.tabletype01 th {
 display: table-cell;
 padding: 1em;
 white-space: nowrap;
 border:-bottom: 1px #999 solid;
 font-weight: normal;
 width: auto;
 float: none;
 vertical-align: top;
}

.tabletype01 td {
 display: table-cell;
 padding: 1em;
 border-top: 1px #999 solid;
 width: auto;
 float: none;
}

.tabletype01 caption { padding: 0;}

.contacttable02 { margin: 1em 0;}

}

.gobtn {
 text-align: right;
}
.gobtn a {
 font-size: 90%;
 padding: .3em 1em;
 transition: all .2s ease;
 background: #dd8b2d;
 color: #fff;
 text-decoration: none;
 
}
.gobtn a:hover { opacity: .7;}

.contact_attention .icon-exlink { margin-right: .5em;}


/* 個人情報保護方針 */

.policylist dt {
 font-weight:bold;
 color: #000;
 font-size: 110%;
}

.policylist dd { margin-bottom: 4em;}

.policyul li {
 padding: 0;
 margin: 0 0 5px 0;
}

.policy_contact {
 width: 100%;
 border: 1px #ccc solid;
 padding: 1em;
 margin: 2em 0;
}
.policylist.listreset a { text-decoration: underline;}


/* サンクスページ */
.complete_title {
    font-size: 120%;
    font-weight: 700;
    margin-bottom: .5em;
}
.complete_content { text-align: center;}

.top_btn a {
    padding: 0.5em 1.5em;
    background: #00A73C;
    color: #fff;
    border: 0;
    transition: all .2s ease;
    display: inline-block;
    text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
.top_btn a:hover { opacity: .7;}
}
