@charset "utf-8";
/********************************
2023 LP制作用CSS
********************************/

.sp-show {
  display: none;
}
.tb-hide {
  display: none;
}
#logo img {
  width: 100%;
  height: auto;
}
#so {
  width: 100%;
  max-width: 1120px;
  height: 564px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/100v/pc_so.png) no-repeat center center/contain;
}
.contact_wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
}
.contact_wrapper .content_01 {
  background-color: #fff;
}

.contact_wrapper .content_01 .contact_text {
  max-width: 820px;
  margin: 20px auto 0;
  padding-bottom: 10px;
  border: solid 1px rgb(62, 131, 43);
  border-radius: 3px;
}
.contact_wrapper .content_01 .contact_text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 13px;
  background-color: rgb(62, 131, 43);
}

.contact_wrapper .content_01 .contact_text .left {
  max-width: 415px;
}

.contact_wrapper .content_01 .contact_text .right span,
.contact_wrapper .content_01 .contact_text .right a {
  display: block;
  margin: 0 auto;
  line-height: 1;
}
.contact_wrapper .content_01 .contact_text .right span:nth-child(1) {
  max-width: 296px;
}
.contact_wrapper .content_01 .contact_text .right a:nth-child(2) {
  max-width: 309px;
  margin: 7px 0;
}
.contact_wrapper .content_01 .contact_text .right span:nth-child(3) {
  max-width: 127px;
}
.contact_wrapper .content_01 .contact_text .left {
  float: left;
  padding-left: 26px;
}
.contact_wrapper .content_01 .contact_text .right {
  float: right;
  padding-right: 13px;
}

.vo100_ttl {
  background-color: #0d0d62;
  text-align: center;
  margin-bottom: 50px;
}
.vo100_ttl .ttl_navy {
  max-width: 833px;
  padding: 22px 0;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

#office_list {
  width: 100%;
  margin: 50px auto 30px;
  max-width: 760px;
}
#office_list .office_list_notice {
  font-size: 15px;
}
.office_list_container {
  display: grid;
  gap: 25px 20px;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  margin: 40px auto 45px;
}
.office_list_container .office_list_link {
  text-decoration: none;
}

.office_list_container .office_list_item img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.office_list_container .office_list_item .caption {
  font-size: 18px;
  font-weight: bold;
}

.form_notice {
  text-align: center;
  font-size: 15px;
  margin: 50px auto 60px;
}

/************************************************************************************************************************************
for タブレット
************************************************************************************************************************************/

@media screen and (max-width: 767px) {
  br.sp-show {
  }
  br.tb-hide {
    display: none !important;
  }
  #so {
    max-width: 745px;
    height: 341px;
    background-size: 745px 341px;
  }
  .office_list_container {
    width: 95%;
    gap: 20px 15px;
    grid-template-columns: repeat(2, minmax(350px, 1fr));
  }
  .office_list_container .office_list_item .caption {
    font-size: 16px;
  }

  .contact_wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .contact_wrapper .content_01 .contact_text h2 {
    font-size: 20px;
  }
  .contact_wrapper .content_01 .contact_text .left,
  .contact_wrapper .content_01 .contact_text .right {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }

  .contact_wrapper .content_01 .contact_text .left {
    width: 100%;
    margin: 0 auto 10px;
  }
  .contact_wrapper .content_01 .contact_text .right a:nth-child(2) {
    margin: 7px auto;
  }

  .vo100_ttl .ttl_navy {
    max-width: 100%;
    font-size: 25px;
  }
}

/************************************************************************************************************************************
for スマホ
************************************************************************************************************************************/
@media screen and (max-width: 600px) {
  br.sp-show {
    display: inline !important;
  }
  .tb-hide {
  }
  #logo img {
    width: 300px;
  }
  #so {
    max-width: 430px;
    height: 482px;
    background: url(../img/100v/sp_so.png) no-repeat center center;
  }
  #office_list .office_list_notice {
    font-size: 13px;
  }
  .office_list_container {
    gap: 15px 10px;
    grid-template-columns: repeat(1, minmax(360px, 1fr));
  }

  .contact_wrapper .content_01 .contact_text .left {
    width: auto;
    max-width: 415px;
  }
  .contact_wrapper .content_01 .contact_text h2 {
    font-size: 18px;
  }
  .form_notice {
    margin: 30px auto;
  }
  #index #section_02 .content_01 .table2 table {
    width: 100%;
    max-width: 600px;
  }
}
