.request_contact_us_main {
    /* background-color: blue; */
}
.request_contact_us_head {
    
}

.page_title1 {
    text-align: center;
}
.page_title_en {
    text-align: center;
}


/* @media print, screen and (min-width: 900px) */
.page_title2, #container .page_title3 {
    margin: 0 auto 20px;
    font-size: 22px;
}

.title2, #container .title3 {
    font-weight: bolder;
    text-align: center;
    padding: 10px;
    color: #FFF;
    background: #333;
}

.table {
    font-size: inherit;
    margin: 0;
    padding: 0;
    empty-cells: show;
    border-collapse: collapse;
}
.entrytbl {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.entrytbl td {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.entrytbl th {
    width: 250px;
    min-width: 154px;
    padding: 14px 0;
    border-bottom: 1px solid #E6E6E6;
    font-weight: bold;
    text-align: left;
    padding-left: 0;
    vertical-align: top;
}

.confirm_button {
    background: green;
    color: #fff;
    padding: 13px 45px;
}

.request_contact_us_caption {
    text-align: center;
}

.request_contact_us_head {
    text-align: center;
   /* margin-top: 60px;*/
}

/* .submit_button {
    text-align: center;
} */


.formtag {
    color: #fff;
    background-color:#C0C0C0;
    margin-right: 27px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border: none;
}

.required {
    color: #fff;
    background-color: red;
}

.required_caption {
    font-size: 12px;
    color: red;
    white-space: nowrap;
}

h3.title2 {
    margin-top: 40px;
    font-size: 22px;
}

h3.title_en {
    margin-top: -15px;
}

.submit_row {
    text-align: center;
    margin-bottom: 109px;
}

select {
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
    display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea{
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}


/*フォーム*/
.entrytbl th, .entrytbl td {
    font-size: 16px;
    font-weight:bold;
}

.entrytbl label {
    line-height: 140%;
    position: relative;
    cursor: pointer;
    margin-right: 17px;
}

.entrytbl label input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    height: auto;
    width: auto;
    margin: 0 20px 0 0;
    border: none;
}

.entrytbl label input[type="checkbox"]:before {
    position: absolute;
    z-index: 1;
    /*top: 0rem;*/
    top: -3px;
    left: 0.4rem;
    width: 0.9rem;
    height: 0.5rem;
    content: '';
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #da3c41;
    border-top-style: none;
    border-right-style: none;
}

.agree-point {
    display: block;
    margin-top: 12px;
    font-size: 12px;
}
.entrytbl label input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.entrytbl label input[type="checkbox"]:after {
    position: absolute;
    top: -0.6rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    content: '';
    cursor: pointer;
    border: 1px solid #ccc;
    background: #ffffff;
}

.mwform-checkbox-field-text {
    font-weight: bold;
}

.entrytbl input,
.entrytbl select,
.entrytbl textarea {
    height: 30px;
    width: 100%;
    max-width: 600px;
    padding: 4px 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 13px;
}

.form-list span {
    margin-right: 5px;
}

.form-list input {
    max-width: 140px;
    margin-right: 30px;
}

.form-list input:last-child {
    margin-right: 0;
}

.postal-code > input:nth-child(2) {
    max-width: 100px;
    margin-right: 10px;
}

.postal-code > input:nth-child(4) {
    max-width: 140px;
}

.postal-code a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

.form-address {
    display: block;
    margin-top: 10px;
}

.form-address select {
    width: 200px;
    background: #fff;
    padding: 2px 8px;
    margin-right: 24px;
    background: url(../images/common/bg-select.png) 95% 50%/8px 6px no-repeat;
}

.form-address input {
    max-width: 200px;
}

.form-city {
    display: inline-block;
    margin-top: 10px;
}

.form-city input {
    max-width: 520px;
    width: 86%;
}

.entrytbl .mwform-tel-field input[type="text"],
.entrytbl .mwform-tel-field input[type="tel"] {
    max-width: 100px;
    width: 100%;
    margin-right: 10px;
}

.entrytbl .mwform-tel-field input[type="text"]:first-child,
.entrytbl .mwform-tel-field input[type="tel"]:first-child {
    margin-left: 0;
}

.entrytbl .mail_form {
    margin-left: 0;
}

.entrytbl .mail_form:first-child {
    margin-bottom: 14px;
}

.entrytbl .mail_form:nth-child(5) {
    margin: 4px 0;
}

.entrytbl textarea {
    margin-left: 0;
    max-width: 800px;
    height: 120px;
}

.form-point {
    display: block;
    margin-top: 12px;
    font-size: 12px;
}

.mw_wp_form_input .onlyconfirm {
    display: none;
}

.form-mail .form-point {
    margin-top: 0;
}

.form-thanks {
    text-align: center;
}
.form-thanks p {
    font-size: 16px;
    line-height: 32px;
}
.form-thanks strong {
    display: block;
    font-size: 1.3rem;
    color: #387b4e;
    margin-bottom: 14px;
}
.link_to_top {
    display: block;
    margin-top: 40px;
    font-size: 14px;
}
.link_to_top a {
    display: inline-block;
    color: #387b4e;
    font-weight: bold;
    text-decoration: underline;
}
.link_to_top a:hover {
    color: #333;
}

/* .mw_wp_form_confirm .form-address span.comdisblock {
    display: block;
} */

h3.title_en img {
    width: 194px;
}

h3.title2 {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    padding: 20px;
}

.confirm_button {
    font-size: 16px;
    max-width: 240px;
    width: 46%;
    padding: 22px 12px;
}

.form-point a {
    text-decoration: underline;
}

@media screen and (max-width: 980px) {
    .required_caption {
        white-space: normal;
        word-break: keep-all;
    }
    .form-address select {
        width: 160px;
    }
    .form-address > input {
        max-width: 160px;
    }
    .postal-code a {
        margin-top: 10px;
        margin-left: 0;
    }
    .form-city input {
        display: block;
        max-width: 600px;
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }
    .form-city + .required_caption {
        display: block;
        margin-top: 4px;
    }
    .entrytbl tr:first-child .required_caption {
        display: block;
        margin-top: 4px;
    }
}
@media screen and (max-width: 860px) {
    .entrytbl input,
    .entrytbl select,
    .entrytbl textarea {
        margin-left: 8px;
    }
    .form-list input {
        margin-right: 15px;
    }
    .form-city input{
        margin-left: 0;
    }
    .required_caption {
        display: block;
        margin-top: 4px;
    }
    .entrytbl .mail_form:first-child {
        margin-bottom: 0;
    }
    .entrytbl .mail_form:first-child + .required_caption {
        margin-bottom: 10px;
    }
    .form-address select {
        display: block;
        width: 100%;
        margin: 4px 0 10px;
        background: url(../images/common/bg-select.png) 98% 50%/8px 6px no-repeat;
    }
    .form-address input {
        display: block;
        width: 100%;
        max-width: none;
        margin: 4px 0 0;
    }
    .form-list input {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .entrytbl th, .entrytbl td {
        display: block;
        width: 100%;
        font-size: 14px;
        border: none;
    }
    .entrytbl th {
        background: #efefef;
        padding: 12px;
    }
    .entrytbl input#city1{
        margin-left: 0;
    }
    .entrytbl label input[type="checkbox"]:after {
        width: 1rem;
        height: 1rem;
        top: -.4rem;
    }
    .entrytbl label input[type="checkbox"]:before {
        /*top: 0.2rem;*/
        top: -2px;
        left: 0.2rem;
        width: 0.7rem;
        height: 0.3rem;
    }
    .required_caption {
        display: inline-block;
        word-break: break-all;
    }
    /*.form-city + .required_caption {
        margin-top: -10px;
    }*/
}
@media screen and (max-width: 560px) {
    .entrytbl td {
        padding: 12px;
    }
    .horizontal-item {
        display: block;
    }
    .mw_wp_form .entrytbl .horizontal-item + .horizontal-item {
        margin: 8px 0;
    }
    .form-list input {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0 0 10px;
    }
    .postal-code .comblock:first-child {
        display: block;
    }
    .postal-code > input:nth-child(2) {
        display: inline-block;
        width: 80%;
        max-width: 45%;
        margin: 8px 0 0;
        margin-right: 2px;
    }
    .postal-code > input:nth-child(4) {
        display: inline-block;
        margin: 8px 0 0;
        max-width: 45%;
        margin-left: 5px;
    }
    .postal-code a {
        margin-left: 10px;
    }
    .entrytbl .mwform-tel-field input[type="text"],
    .entrytbl .mwform-tel-field input[type="tel"] {
        width: 28%;
        max-width: none;
        margin: 0 0 8px;
    }
}

.mw_wp_form_confirm .required_caption,
.mw_wp_form_confirm .form-list span,
.mw_wp_form_confirm .postal-code a,
.mw_wp_form_confirm .form-point,
.mw_wp_form_confirm .form-address span,
.mw_wp_form_confirm .comdisblock {
    display: none;
}
.mw_wp_form_confirm .form-address .form-city {
    display: inline-block;
    margin-top: 0;
}
.mw_wp_form_confirm .form-address {
    margin-top: 0;
}
.mw_wp_form_confirm .onlyconfirm {
    display: block;
    margin: 8px 0;
}
.mw_wp_form_confirm .form-mail {
    font-weight: normal;
}
.mw_wp_form_confirm .confirm_button {
    display: inline-block;
    width: 49%;
    max-width: 180px;
}
.mw_wp_form_confirm .confirm_button:first-child {
    background: #333;
    margin-right: 40px;
}

.mw_wp_form_confirm .entrytbl td,
.mw_wp_form_confirm .entrytbl th {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}
.mw_wp_form_confirm .confirm_button {
    padding: 16px;
}
.mw_wp_form_confirm .entrytbl tr:last-child {
    display: none;
}

.title3_confirm {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 560px) {
    .mw_wp_form_confirm .entrytbl td,
    .mw_wp_form_confirm .entrytbl th {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 480px) {
    .mw_wp_form_confirm .confirm_button:first-child {
        margin-right: 0.5vw;
    }
}

.hope_require {
    color: red;
    font-weight: normal;
}

.hoping_fill {
    font-weight: normal;
}

input#zip1::-webkit-inner-spin-button,
input#zip0001::-webkit-inner-spin-button,
input#zip0002::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input#zip1,
input#zip0001,
input#zip0002 {
    -moz-appearance:textfield;
}

input#zip2::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

