@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #contact .contact_area {
    margin-top: 90px;
  }
  #contact .contact_area h3 {
    color: #3535FA;
    font-size: 4.5rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    font-feature-settings: "palt";
  }
  #contact .contact_area h3::after {
    content: "";
    display: block;
    width: 100vw;
    height: 4px;
    background: #3535FA;
    position: absolute;
    top: 50%;
    right: -102vw;
    transform: translate(0, -50%);
  }
  #contact .contact_area p {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #contact .contact_area ul {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  #contact .contact_area li {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: space-between;
  }
  #contact .contact_area li span:first-of-type {
    width: 200px;
  }
  #contact .contact_area li span:last-of-type {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 768px) {
  #contact .contact_area {
    margin-top: 45px;
  }
  #contact .contact_area h3 {
    color: #3535FA;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    font-feature-settings: "palt";
    text-align: center;
  }
  #contact .contact_area p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
  }
  #contact .contact_area ul {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  #contact .contact_area li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #contact .contact_area li span:first-of-type {
    width: 35%;
  }
  #contact .contact_area li span:last-of-type {
    width: 65%;
  }
}
