@charset "UTF-8";
/* -----------------

トップページ

-------------------- */
/* -----------------
fv_wrap
-------------------- */
.fv_wrap {
  overflow: hidden;
}
.fv_wrap img {
  width: 100%;
}

-------------------- */
/* -----------------
bottom_wrap
-------------------- */
.bottom_wrap {
  overflow: hidden;
}
.bottom_wrap img {
  margin-top: 20px;
  width: 100%;
}

/* -----------------
f_court_wrap
-------------------- */
.f_court_wrap {
    margin-top: 25px;
  }
  @media screen and (max-width: 767px) {
    .f_court_wrap {
      margin-top: 20px;
    }
  }
  .f_court_wrap .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    .f_court_wrap .wrap {
      display: block;
      margin-top: 20px;
    }
  }
  .f_court_wrap .txt_box {
    width: 550px;
    padding: 20px;
  }
  @media screen and (max-width: 767px) {
    .f_court_wrap .txt_box {
      width: 100%;
    }
  }
  .f_court_wrap .txt_box .ttl {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 1.2777777778;
    letter-spacing: 0.025em;
  }
  @media screen and (max-width: 767px) {
    .f_court_wrap .txt_box .ttl {
      font-size: 2.5rem;
      line-height: 1.5555555556;
    }
  }
  .f_court_wrap .txt_box .txt {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3777777778;
    letter-spacing: 0.05em;
    margin-top: 28px;
  }
  @media screen and (max-width: 767px) {
  　.f_court_wrap .txt_box .txt {
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1.3777777778;
      letter-spacing: 0.05em;
      margin-top: 28px;
    }
  }
  
  .f_court_wrap .img {
    width: 350px;
  }
  @media screen and (max-width: 767px) {
    .f_court_wrap .img {
      margin: 10px auto 0;
      width: 100%;
      max-width: 350px;
    }
  }
  /* -----------------
about_wrap
-------------------- */
.about_wrap {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .about_wrap {
    margin-top: 42px;
  }
}
.about_wrap .wrap {
  width: 100%;
  max-width: 100%;
}
.about_wrap .d_list {
  display: flex;
  flex-wrap: wrap;
  margin: 68px auto 0;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list {
    margin-top: 65px;
    width: 80.46875%;
    max-width: 550px;
  }
}
.about_wrap .d_list .txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list .txt {
    font-size: 1.2rem;
  }
}
.about_wrap .d_list dt {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 90px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list dt {
    padding: 0;
    width: 90px;
  }
}
.about_wrap .d_list dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .about_wrap .d_list dd {
    padding-left: 3.6%;
    width: calc(100% - 90px);
  }
}
.about_wrap .table_wrap {
  margin: 15px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap {
    margin-top: 50px;
    width: 80.46875%;
  }
}
.about_wrap .table_wrap .sttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
.about_wrap .table_wrap table th,
.about_wrap .table_wrap table td {
  border: 1px solid #595757;
}
.about_wrap .table_wrap table th {
  font-size: 1.6rem;
  padding: 13px 15px;
  width: 50%;
  background: #fdeddb;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap table th {
    width: 50%;
  }
}
.about_wrap .table_wrap table td {
  padding: 13px 15px;
  width: calc(100% - 180px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about_wrap .table_wrap table td {
    width: 70.873786408%;
  }
}
.about_wrap .table_wrap table td .txt {
  font-size: 1.6rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.about_wrap .rekisi_d_list {
  margin: 44px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about_wrap .rekisi_d_list {
    margin-top: 15px;
    width: 80.46875%;
  }
}
.about_wrap .rekisi_d_list dt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7272727273;
  color: #595757;
  text-align: center;
}
.about_wrap .rekisi_d_list dd {
  margin-top: 56px;
}
.about_wrap .rekisi_d_list dd + dt {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid #595757;
}
.about_wrap .rekisi_d_list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about_wrap .rekisi_d_list .list {
    display: block;
  }
}
  .about_wrap .rekisi_d_list .list li {
    margin: 0 auto;
}
.about_wrap .rekisi_d_list .group_rekisi .list li {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .about_wrap .rekisi_d_list .group_rekisi .list li {
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .about_wrap .rekisi_d_list .cooperating_rekisi .list::after {
    content: "";
    width: 375px;
  }
}
.about_wrap .rekisi_d_list .cooperating_rekisi .list li {
  margin-top: 30px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .about_wrap .rekisi_d_list .cooperating_rekisi .list li {
    width: 100%;
    max-width: 375px;
  }
}
.about_wrap .rekisi_d_list .cooperating_txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-top: 10px;
}
.about_wrap .RANGE_MATE_PRO {
  margin: 44px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .about_wrap .RANGE_MATE_PRO {
    margin-top: 15px;
    width: 80.46875%;
  }
}
@media screen and (min-width: 768px) {
  .about_wrap .RANGE_MATE_PRO .banner_RMP .list::after {
    content: "";
    width: 375px;
  }
}
.about_wrap .RANGE_MATE_PRO .banner_RMP .list li {
  margin-top: 30px;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .about_wrap .RANGE_MATE_PRO .banner_RMP .list li {
    width: 100%;
    max-width: 700px;
  }
}
.about_wrap .RANGE_MATE_PRO .cooperating_txt {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-top: 15px;
}

  
  