@charset "utf-8";
/* CSS Document */
.c-hdg-level2-03 {
  text-align: center;
}
h2.c-hdg-level2-03 {
  border-bottom: 4px solid #fccf00;
}
.c-nav-btn-03 a, .c-nav-btn-03 .btn {
  max-width: 390px !important;
  line-height: 2rem !important;
}
@media print, screen and (min-width: 1500px) {
  .Header__body {
    max-width: 1620px;
    height: 90px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
/*=========================================================================
                                pc体裁
=========================================================================*/
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
  .Header__body {
    height: 90px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  [data-size-pc="2col"] {
    width: calc((100% - 300px) / 2 - 0.1px) !important;
  }
  .column {
    margin: 1.8em 0 0;
  }
  .Footer__inner {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 65px 40px !important;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer-copyright {
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.2rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
  }
  .footer-utility__list > li {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #d8d8d8;
    font-size: 1.3rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:first-of-type {
    border-left: none;
  }
}
/*=========================================================================
                                sp体裁
=========================================================================*/
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
  .mb-1 {
    margin-bottom: 10px !important;
  }
  h1.c-hdg-level2-03 {
    font-size: 2.0em;
  }
  h2.c-hdg-level2-03 {
    font-size: 1.6em;
  }
  h3.c-hdg-level3-02 {
    font-size: 1.6em !important;
  }
  .c-doc-plain-01 {
    font-size: 1.2em;
  }
  #l-container #l-content {
    padding-top: 0 !important;
  }
  .Header img {
    width: 100%;
  }
  .Header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .Header__inner {
    width: 100%;
    padding: 5px 4%;
  }
  .Header__body {
    justify-content: space-between;
  }
  .Header__body .c-doc-plain-01 {
    text-align: right;
    font-size: 14px;
  }
  .header-logo--body {
    width: 53%
  }
  .contact-box-v2__body {
    padding: 0 1.0em !important;
    border: none !important;
  }
  .Footer__inner {
    margin: 0 auto;
    padding: 50px 10% 25px;
  }
  .Footer__body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .footer-copyright {
    margin-top: 30px;
    flex-shrink: 0;
  }
  .footer-copyright__label {
    font-size: 1.1rem !important;
    color: #4c4c4c;
  }
  .footer-utility__list {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .footer-utility__list > li {
    margin-top: 17px;
    padding: 3px 18px;
    border-right: 1px solid #d8d8d8;
    font-size: 1.2rem;
    color: #4c4c4c;
  }
  .footer-utility__list > li:nth-of-type(2) {
    border-left: 1px solid #d8d8d8;
  }
  .footer-utility__list > li:last-of-type {
    border-right: none;
  }
  .footer-utility__list__label {
    font-size: 1.2rem;
    color: #4c4c4c;
  }
  h2.c-hdg-level2-03 {
    margin-left: 0 !important;
  }
  .c-doc-plain-02 {
    font-size: 18px;
  }
  .type-02 {
    margin-top: 15px;
  }
}
/*=========================================================================
                                他
=========================================================================*/
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .Footer__body {
    flex-direction: column;
  }
}