@charset "UTF-8";

/* ====================
   Form Styling (MW WP)
==================== */
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}

.mw_wp_form .mcb-column-inner {
  margin-bottom: 0;
}

.mw_wp_form .one-third.column {
  float: none;
  margin: 0 auto;
  clear: both;
}

/* Error Styles */
.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
  position: absolute !important;
  left: -50px !important;
  top: 0 !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #ed3b2e;
  text-indent: -9999px !important;
  border: none !important;
  padding: 0 !important;
}

.mw_wp_form .error:before {
  content: '';
  position: absolute;
  right: -5px;
  top: 16px;
  background-color: #ed3b2e;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.mw_wp_form .error:after {
  content: '\e82a';
  font-family: "mfn-icons";
  position: absolute;
  left: 18px;
  top: 11px;
  font-size: 20px;
  color: #fff;
  text-indent: 0;
}

/* ====================
   Header / Menu
==================== */
#Top_bar .menu li ul li {
  width: 120px;
}

/* ====================
   Layout Adjustments
==================== */
.three-fourth.mcb-wrap {
  width: 98%;
}

.mcb-wrap-78b451a20 .column_attr.mfn-inline-editor.clearfix {
  height: 338px;
}

.mcb-item-5228db238 .column_attr.mfn-inline-editor.clearfix {
  height: 302px;
}

.mcb-item-880b7w4fn .column_attr.mfn-inline-editor.clearfix {
  height: 362px;
}

/* ====================
   About Page Table
==================== */
table tr td:first-child {
  border-right: 2px solid #c9c0f8;
  background: #e4dfff;
}

table tr {
  border: 2px solid #88d0ff;
  border-width: 2px 0;
}

table th {
  padding: 20px;
  background: #bde5ff;
  font-weight: 700;
  color: #444;
  width: 210px;
}

table td {
  padding: 20px;
  color: #202020;
}

/* ====================
   Sidebar Widgets
==================== */
aside#custom_html-2 {
  margin-top: 21px;
}

aside#custom_html-6 h4 {
  margin-bottom: 20px;
}

/* ====================
   Responsive Text
==================== */
.big_sp {
  display: none;
}

.big_pc {
  font-size: 16px;
}

/* ====================
   Corporate Page
==================== */
.mcb-column-inner.mcb-item-image-inner {
  margin-bottom: 20px;
}

.mcb-column-inner.mcb-item-column-inner {
  margin-bottom: 0;
}

/* ====================
   Contact Us Section
==================== */
.section.mcb-section-ae5dec94e.default-width {
  background-position: 50% -140px;
}

.wpcf7-spinner {
  margin: 0 auto;
  width: 0;
}

.wpcf7 input[type="submit"] {
  margin: 0 !important;
}

.form-field {
  position: relative;
  margin-top: 0;
}

.form-field .form-table__child__require {
  margin: 0;
  padding: 0;
}

.form-field .form-table__child__require .require {
  position: absolute;
  top: -17px;
  left: 0;
  border-radius: 5px 5px 5px 0;
}

/* Inquiry Layout */
.content-inquiry {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.form-table__flex {
  width: calc(30% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f5ff;
  margin: 0 10px 0 0;
  font-weight: bold;
  text-align: left;
}

.content-inquiry .form-table__flex {
  flex-direction: column;
}

.form-table__title {
  text-align: center;
}

.form-table__child__require .require {
  background: #f49db8;
  padding: 0 15px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  margin: 0;
}

/* Checkbox Field */
.check-box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  width: 70%;
}

.check-box .mwform-checkbox-field label {
  display: flex;
  font-size: 15px;
  cursor: pointer;
}

.check-box .mwform-checkbox-field label input {
  width: 15px;
}

.mw_wp_form .check-box .horizontal-item {
  margin: 0 !important;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: left;
}

#custom_html-6,
#custom_html-4 {
  text-align: right;
}
.contact-footer   {
   margin-top: 100px;
}
.ceo-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  background-color: #e2e2e2;
  border-radius: 12px;
  width: 40%;
 
}
.ceo-area h2 {
  font-size: 24px;
  margin-bottom: 0;
  padding: 20px 20px 0px 20px;
  margin-bottom: 10px;
}
.ceo-area img {
    width: 100%;
    border-radius: 12px 12px 0 0 ;
}
.ceo-area a {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin: 0 20px 20px 20px;
    text-align: center;
}

/* ====================
   Media Queries
==================== */

/* Small Devices */
@media (max-width: 768px) {
  .mobile-header-mini #Top_bar .container {
    padding: 0 33px !important;
  }

  .mobile-header-mini #Top_bar a.responsive-menu-toggle {
    right: 33px;
  }

  .icon-menu-fine:before {
    margin-right: 0;
  }

  .mcb-section .mcb-wrap .mcb-item-06cfd1f82 .mcb-column-inner-06cfd1f82 {
    margin-left: 0px !important;
  }

  .big_pc {
    display: none;
  }

  .big_sp {
    display: block;
    font-size: 16px;
  }

  .content-inquiry {
    display: block;
  }

  .label-title {
    width: 100%;
    padding: 10px;
    margin: 0 0 15px 0;
  }

  .check-box {
    width: 100%;
  }

  .check-box .mwform-checkbox-field label {
    align-content: flex-start;
  }

  .form-table__flex {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
  }

  .form-field .form-table__child__require .require {
    top: -16px;
    padding: 3px 15px;
  }

  .page-id-13 table th,
  .page-id-13 table td,
  .page-id-85 table th,
  .page-id-85 table td {
    display: block;
    width: 100% !important;
  }
  #custom_html-6,
  #custom_html-4 {
  text-align: left;
  }
  .contact-footer   {
   margin-top: 0;
}
.ceo-area {
  width: 100%;
 
}
}

/* Medium Devices */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .big_pc {
    display: none;
  }

  .big_sp {
    display: block;
    font-size: 16px;
  }
  
}
