/*
 Theme Name:   Kokubi Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Kokubi Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     kokubi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kokubi-child
*/


.vertical_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    }


/* table_corp */
.table_corp {
    line-height: 1.5em;
    text-align:left;
    border-top: none;
    border-left: none;
  }

  .table_corp tr {
    font-family: Noto Sans Jp;
    font-weight:normal;
    border-bottom: 1px solid #b5b1b1 !important;
    line-height:1.8em;
  }      
  
  .table_corp th,
  .table_corp td {
    color: #4F4F4F;
    padding: 24px 10px;
    border: none;
  }
  
  .table_corp th {
    width: 30%;
    font-weight:600;
  }

  .table_corp a,hover {
    color:#264868;
  }

  .inquiry {
    margin:0 auto;
    padding:0 1em 3em;
    width:100%;
    font-family: Noto Sans Jp;
    color:#54595F;
  }

  .contact_phone {
    background: #ffff; 
    padding:1.5em 1.5em 1em;
    margin:2em auto 0;
  }

  h2.contact_phone {
    margin:0;
    text-align: center;
    font-size:1.1em;
    font-weight:500;
    line-height:1.3em;
  }

  .contact_phone .txt_info {
    text-align: center;
    font-size:0.85em;
    line-height:1.8em;
  }

  h3.contact_confirm_ttl {
    font-size:1.3em !important;
    text-align:center !important;
    font-weight:500;
    line-height:1.3em;
    letter-spacing: 0.05em !important;
    font-family: Noto Sans JP;
    margin: 0 auto;
  }

  h3.contact_finish_ttl {
    font-size:1.3em !important;
    text-align:center !important;
    font-weight:500;
    line-height:1.3em;
    letter-spacing: 0.05em !important;
    font-family: Noto Sans JP;
    margin: 0 auto;
  }

  h3.contact_error_ttl {
    font-size:1.3em !important;
    text-align:center !important;
    font-weight:500;
    line-height:1.3em;
    letter-spacing: 0.05em !important;
    font-family: Noto Sans JP;
    margin: 0 auto;
  }

  .form_ttl {
    font-weight: 700;
    margin: 30px 0 0;
    padding:0 0 10px;
  }
  
  .form_must {
    background: #FFF;
    border: 1px solid #f55207;
    color: #f73606;
    padding: .2em .6em;
    margin: .5em .5em 0 1em;
    font-size: 13px;
    font-weight: 500;
  }

.mw_wp_form_confirm .sec_hidden {
  display: none !important;
}

.mw_wp_form_input .sec_hidden2 {
  display: none !important;
}

.mw_wp_form_input .sec_hidden3 {
  display: none !important;
}

  .form_thanks {
    width:100%;
    margin:0.5em auto 5em;
  }
  
  .form_thanks .ttl_thanks {
    text-align:center;
    padding:1em;
    font-size:1.05em;
    font-weight:500;
  }
  
  .form_thanks .sec_thanks {
    text-align:center;
    padding:0em 1em 5em;
    font-size:1em;
    line-height:1.8em;
  }
  
  .form_thanks .contact_thanks {
    padding:2em 1em;
    line-height:1.8em;
    font-size:0.9em;
    color:#454545;
    line-height:1.6em;
  }  
  
  .privacy li {
    font-weight:4000;
    font-size:0.9em;
    line-height:1.5em;
    padding-bottom:0.5em;
    font-family: Noto Sans JP;
  }
  
  .privacy p.txt_s {
    font-weight:400;
    font-size:0.85em;
    line-height:1.8em;
    padding-bottom:1em;
    font-family: Noto Sans JP;
  }

.mwform-checkbox-field-text {
  color:#64B200;
  font-size:0.9em;
  line-height:1.8em;
  font-family: Noto Sans JP;
}  

  ul.ico_check {
    list-style:none;
    margin: 0;
    padding: 18px;
    
  }

  ul.ico_check li {
    line-height:1.5em;
    margin-left:0;
    background-position: top 10px; 
    padding-left: 30px;
    padding-bottom:20px;
    background-image: url("/wp-content/uploads/2023/04/check-circle.svg");
    background-repeat: no-repeat;
    }

  
  /* mobile */
  @media (max-width: 575px) {
    .table_corp tr {
        font-family: Noto Sans Jp;
        font-weight:normal;
        border-bottom: 1px solid #b5b1b1 !important;
        line-height:1.8em;
      }  

    .table_corp th,
    .table_corp td {
      width: 100%;
      display: block;
    }
  
    .table_corp th {
      width: 100%;
    }
  
    .table_corp td {
      padding-top: 0;
    }
  }    