/* header */
.md-contact__telnumber.md-header__telnumber {
  font-size: 30px;
  line-height: 1;
}
  
  .md-header__logo-mark {
    width: 80px;
  }
  /* @media only print, screen and (max-width: 767px) {
    
  } */
  
  .md-header__sp-utility-item .md-header__utility-link {
    display: flex;
    align-items: center;
    background-color: #0379D6;
    border-radius: 50px;
    padding: 9px 11px;
    justify-content: space-around;
    gap: 6px;
  }
  
  .md-header__utility-link .md-utility__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .md-header__utility-link .md-utility__icon img {
    width: 70%;
    object-fit: contain;
  }
  
  .md-header__utility-link .md-utility__text-label {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 0 6px;
  }
  
  .md-header__global-items .md-sitemap__item {
    position: relative;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  }
  
  .md-sitemap__toggle-btn-outer {
    font-size: 16px;
  }
  
  .md-sitemap__item .md-sitemap__toggle-btn {
    font-size: 16px;
  }
  
  .md-sitemap__toggle-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 3rem 1rem 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
  }
  
  .md-sitemap__item .md-sitemap__toggle-btn::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    margin-top: -0.6em;
    font-weight: 400;
    font-size: .75em;
    font-family: icons;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1.2;
    text-transform: none;
    vertical-align: middle;
    content: "\EA06";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .md-sitemap__toggle-btn-outer+.md-sitemap__title {
    display: none;
  }
  
  .md-sitemap__toggle-contents {
    display: none;
  }
  
  .md-sitemap__toggle-contents[aria-hidden=false] {
    display: block;
  }
  
  .md-sitemap__toggle-contents .md-sitemap__link {
    position: relative;
    padding: 0.6rem 0;
  }
  
  .md-sitemap__child {
    margin-left: 1em;
  }
  
  .md-sitemap__child .md-sitemap__child-items:first-child {
    margin-top: 0;
  }
  
  .md-sitemap__child .md-sitemap__child-items {
    list-style: none;
  }
  
  .md-sitemap__child .md-sitemap__child-item {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .md-sitemap__child a {
    color: #ffffff;
  }
  
  .md-sitemap__child .md-sitemap__link {
    display: block;
    padding: 1rem 0;
  }

  .md-footer-service__main-service-item-inner-img {
    height: 35px;
  }
  .md-footer-service__main-service-item-inner-img img {
    height: 100%;
    object-fit: contain;
  }
  .p-header__nav {
    background: #233F87;
  }

  .md-main-service-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .md-main-service-item-box__content {
    flex: 1;
  }
  .p-header__sp-toggle-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
  .md .p-header__sp-toggle-btn._globalmenu .line>span:before {
    background: #fff;
  }
  @media only screen and (min-width: 1025px) {
    .md-header__global-item {
      -webkit-box-flex: unset;
      -webkit-flex: unset;
      -ms-flex: unset;
      flex: unset;
    }
    .md-header__global-link {
      font-size: 14px;
      padding: 10px 5px;
    }
    .md-header__global-title::before,
    .md-header__global-item:last-child .md-header__global-title:after {
      width: 0;
    }
    .md-header__utility-link .md-utility__text-label {
      font-size: 20px;
    }
    .md-header__utility-link .md-utility__icon {
      width: 32px;
      height: 32px;
    }
    
  }

  @media only screen and (min-width: 1200px) {
    .md-header__top {
      height: 80px;
    }
    .md-header__logo-mark {
      width: 130px;
    }
    .md-header__sp-utility-menu .md-contact__tel-icon {
      width: 24px;
    }
    .md-contact__telnumber.md-header__telnumber {
      font-size: 34px;
      line-height: 1;
    }
    .md-header__sp-utility-item .md-header__utility-link {
      padding: 9px 15px;
    }
    .md-header__utility-link .md-utility__icon {
      width: 32px;
      height: 32px;
    }
    .md-header__utility-link .md-utility__text-label {
      font-size: 20px;
      padding: 0 12px;
    }
    .md-header__global-link {
      font-size: 18px;
      padding: 20px 0;
    }
    /* .md-header__global-item {
      -webkit-box-flex: unset;
      -webkit-flex: unset;
      -ms-flex: unset;
      flex: unset;
    }
    .md-header__global-title::before,
    .md-header__global-item:last-child .md-header__global-title:after {
      width: 0;
    } */
  }

  @media only screen and (min-width: 0px) and (max-width: 1024px) {
    .md-header__nav {
      top: 60px;
      border-top: 1px solid hsla(0,0%,90.2%,.2);;
    }
    .md-header__top .md-header__logo {
      height: 60px;
    }
    .p-header__nav-inner {
      margin-bottom: 0;
    }
    .p-header__more {
      margin-top: 0;
    }
  }