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

h3.attention {
color: #800000;
}
textarea{
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

 @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;
    font-size: 22px;
}

.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;
}

/* .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;
}

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

.request_reservation_img{
    width: 200px;
    height: auto;
    /* object-fit: cover;  */
  }

.table th, table td {
    text-align: left;
    font-weight: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.textarea {
    width: 60%;
    min-height: 6em;
}

.mail_form {
    width: 400px;
}

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

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;
}

/*フォーム*/
.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;
}

.entrytbl label input[type="checkbox"]:before {
    position: absolute;
    z-index: 1;
    top: -3px;
    /*top: 0rem;*/
    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;
    margin-bottom: 10px;
    background: url(../images/common/bg-select.png) 95% 50%/8px 6px no-repeat;
}

.form-address input {
    max-width: 200px;
}
.form-address input[name="addr01"]{
    max-width: 53%;
}
/*.form-address input[name="address"]{
    max-width: 52.8%;
}*/
.form-city {
    display: inline-block;
    margin-top: 10px;
}

.form-city input {
    max-width: 520px;
    width: 86%;
}
#inquiry .form-city input{
    width: 100%;
}
.entrytbl .mwform-tel-field input[type="text"] {
    max-width: 100px;
    width: 100%;
    margin-right: 10px;
}

.entrytbl .mwform-tel-field input[type="text"]: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: 204px;
}

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;
    }
    .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 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;
    }
    .comtable th{
        font-size: 14px;
    }
    .comtable td{
        font-size: 18px;
    }
}
@media screen and (max-width: 600px){
    .comtable tbody{
        display: flex;
    }
    .comtable tbody tr th,
    .comtable tbody tr td{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        min-height: 47px;
    }
    .comtable tbody tr:first-child{
        width: 30%;
    }
    .comtable tbody tr:last-child{
        width: 70%;
    }

}
@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;
    }
    .postal-code > input:nth-child(4) {
        display: inline-block;
        margin: 8px 0 0;
        max-width: 45%;
    }
    .postal-code a {
        margin-left: 10px;
    }
    .entrytbl .mwform-tel-field input[type="text"] {
        width: 28%;
        max-width: none;
        margin: 0 0 8px;
    }
    .form-city + .required_caption {
        margin-top: -10px;
    }
    #visit-reservation .entrytbl td.calendar-txt input,
    #visit-reservation .entrytbl td.timezone_txt select,
    #visit-reservation-confirm .entrytbl td.calendar-txt input,
    #visit-reservation-confirm .entrytbl td.timezone_txt select{
        width: 50%!important;
    }
}

.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 .comblock {
    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:nth-child(3),
.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;
    }
}

.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;
}

.comtable {
    width: 100%;
}

.comtable th {
    padding: 12px 0;
    font-size: 16px;
    line-height: 1;
    background: #e5e5e5;
    border: 1px solid #ccc;
}

.comtable td {
    padding: 12px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    border: 1px solid #ccc;
}

.comtable .red {
    color: #e50000;
}

.comtable {
    width: 100%;
    margin: 40px 0 50px;
}


@media screen and (max-width: 560px) {
    .comtable {
        margin: 20px 0;
    }
}

.caption_attention {
    /*color: red;*/
}

.block_in_caption_attention {
    /* display: inline-block; */
    text-align: center;
}
.block_caption_attention {
    text-align: center;
}

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

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

/*土地売却
======================================*/
.sale-mv {
    background: url(../images/sale/sale-mv-bg.png) left top /cover no-repeat;
    font-size: 40px;
    text-align: center;
    padding: 136px 0;
}
.wpb_text_column :last-child.sale-mv{
    margin-bottom: 60px;
}
.sale_head .title_en img{
    height: 22px;
    width: auto;
}
.sale-head-txt{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 56px;
}
.sale-head-txt p{
    margin-bottom: 30px;
}
.sale-tit{
    background: url(../images/sale/sale-tit-bg.png) left top /cover no-repeat;
    color: #fff;
    padding: 8px 0;
}
.contents_wrap h3.sale-tit.mb0{
    margin-bottom: 0!important;
}
.sale-img-area{
    display: flex;
    margin-bottom: 56px;
}
.sale-img-item:first-child{
    margin-right: 25px;
}
.sale-sub-tit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
}
.sale-sub-tit span{
    color: #D30000;
}
.sale-img-list{
    margin-bottom: 120px;
}
.sale-img-list ul{
    display: flex;
    justify-content: space-between;
}
.sale-check-area{
    border: 1px solid #B5B5B5;
    padding: 40px 50px;
}
.wpb_text_column :last-child.sale-check-area{
    margin-bottom: 120px;
}
.sale-check-item{
    margin-bottom: 24px;
    background: url(../images/sale/sale-check-icon.svg) left 5px/24px no-repeat;
    padding-left: 42px;
}
.sale-check-item span{
    color: #387B4E;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.sale-head-txt p.sale-cap{
    color: #a40000;
    font-size: 18px;
    margin-bottom: 0;
}
/* フォーム
------------------------------------------- */
.entrytbl .form-radio input[type="radio"]{
    width: 20px;
    display: none;
}
.entrytbl .form-radio input[type="radio"] + span{
    padding: 10px 0 10px 30px;
    position:relative;
    margin-right: 10px;
}
.entrytbl .form-radio input[type="radio"] + span::before{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
}
.entrytbl .form-radio input[type="radio"]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #387B4E;
    border-radius: 50%;
}
.entry_tit td{
    border-bottom: none;
    padding-top: 60px;
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 2px;
}
.entry_tit.pd0 td{
    padding-top: 20px;
}
.entrytbl tbody tr.form-birth td{
    display: flex;
    align-items: center;
}
.entrytbl tbody tr.form-birth td select{
    width: 130px;
    font-size: 12px;
    margin-left: 0;
}
.entrytbl tbody tr.form-birth .comheid{
    margin-left: 6px;
    margin-right: 20px;
}
.entrytbl .form-mail input{
    margin-left: 0;
}
.form-breadth input{
    margin-bottom: 10px;
    margin-right: 5px;
}
.mw_wp_form .form-breadth span.error{
    display: inline-block;
}
.form-breadth:last-child input{
    margin-right: 5px;
}
.sale-post #zip::placeholder{
    font-size: 0;
}
#sales-consultation-finish .form-thanks {
    padding: 120px 0;
}
input#zip001::-webkit-inner-spin-button,
input#zip002::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input#zip001::-ms-inner-spin-button,
input#zip002::-ms-inner-spin-button {
    -ms-appearance: none;
}
input#zip001,
input#zip002 {
    -moz-appearance:textfield; 
}
/* 確認画面
------------------------------------------- */
.sale-confirm-container .mw_wp_form_confirm .entrytbl tr:nth-child(3),
.sale-confirm-container .mw_wp_form_confirm .entrytbl tr:last-child{
    display: table-row;
}
.sale-confirm-container .form-breadth{
    white-space: nowrap;
}
@media screen and (max-width: 1000px){
    .sale-mv{
        font-size: 24px;
    }
    .form-address.form-birthday select{
        display: inline-block;
    }
}
@media screen and (max-width: 768px){
    .sale-mv{
        font-size: 20px;
        padding: 40px 60px;
    }
    .sale-img-area{
        flex-direction: column;
        justify-content: center;
    }
    .sale-img-item{
        text-align: center;
    }
    .sale-img-item:first-child{
         margin-right: 0;
         margin-bottom: 10px;
    }
    .sale-head-txt p{
        margin-bottom: 10px;
    }
    .contents_wrap h3.sale-tit{
        font-size: 18px;
    }
    .entrytbl tbody tr:nth-child(9) td {
        display: block;
    }
    .entrytbl tbody tr:nth-child(9) td select{
        width: 40%;
        margin-bottom: 6px;
    }
    .entrytbl tbody tr:nth-child(9) td .comheid{
        margin-right: 50px;
    }
     .sale-confirm-container .form-city + .required_caption{
        margin-top: -5px;
     }
}
@media screen and (max-width: 600px){
    .sale-img-list{
        margin-bottom: 40px;
    }
    .sale-img-list ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sale-img-list ul li{
        width: 33%;
    }
    .sale-check-area{
        padding: 10px 20px;
    }
    .sale-check-item{
        margin-bottom: 10px;
        background: url(../images/sale/sale-check-icon.svg) left 5px/18px no-repeat;
        padding-left: 26px;
    }
    .sale-check-item span{
        font-size: 16px;
    }
    .wpb_text_column :last-child.sale-check-area{
        margin-bottom: 40px;
    }
    .entry_tit td{
        padding-top: 20px;
    }
}
@media screen and (max-width: 530px){
    .entrytbl tbody tr:nth-child(9) td select{
        width: 55%;
    }
}