@charset "UTF-8";

.contact section.title {
  padding-top: 80px;
}

.blue {
  background-color: #F1F2F9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blue__bigcontainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  justify-content: center;
}


.blue__container {
  display: flex;
  max-width: 850px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}


.blue__box {
  background: #fff;
  width: 186px;
  padding: 20px;
  border-radius: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.blue__box_last {
  margin-right: 0;
}

@media screen and (max-width:765px) {
  .blue__container {
    margin-bottom: 0;
    flex-direction: column;
  }

  .blue__box {
    margin-bottom: 20px;
    justify-content: center;
  }

  .blue__box:last-of-type {
    margin-right: 0;
  }
}


.blue__text {
  text-align: center;
  font-weight: bold;
  color: #242424;
  margin-bottom: 57px;
  font-size: 20px;
}

.blue__text span {
  background: linear-gradient(transparent 60%, #FF7A9E 60%);
}


.blue__box p {
  color: #424777;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.green_btn {
  position: relative;
  padding: 20px 0;
  background-color: #10a540;
  max-width: 336px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 66px;
  font-size: 18px;
  transition: all .3s;

}

.green_btn:hover {
  text-decoration: none;
  border: #10A540 1px solid;
  background-color: #fff;
  color: #10A540;

}

.green_btn a:hover {
  text-decoration: none;
}

.arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}

.green_btn:hover .arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;

  border-top: 2px solid #10A540;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #10A540;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}

.white_btn span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 10px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #10a540;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #10a540;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}

.blue__btnbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.white_btn a {
  font-weight: bold;
  color: #10A540;
  text-align: left;
  display: table;
  margin: 0 auto;
  font-size: 20px;
}

.white_btn a:hover {
  text-decoration: none;
}

.white_btn {
  position: relative;
  width: 374px;
  background-color: #fff;
  border: 1px #10A540 solid;
  border-radius: 11px;
  padding: 33px 0 38px 0;
  text-align: center;
  margin-right: 25px;
  transition: all .3s
}

.white_btn:hover {
  background-color: #E6F2EA;
}

.white_btn:last-of-type {
  margin-right: 0;
}

@media screen and (max-width:765px) {
  .blue__bigcontainer {
    margin: 0 10px;
  }

  .green_btn {
    width: 90%;
  }

  .white_btn {
    margin-right: 0;
    margin-bottom: 34px;
    width: 90%;
  }
}



main .btn a {
  max-width: 336px;
  width: 100%;
}

main table .bgylw {
  background-color: #fff7a4;
}

main table th {
  text-align: left;
  vertical-align: middle;
}

main table th,
main table td {
  padding: 8px;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  font-weight: bold;
}

main table .table-bd_none {
  border-left: none;
  border-top: none;
}

main ul.shoplist {
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
  margin-top: 44px;
}

main ul.shoplist li {}

main ul.shoplist li+li {
  margin-top: 24px;
}

main ul.shoplist a {
  display: block;
  text-align: center;
  border: 2px solid #10a540;
  border-radius: 8px;
  padding: 10px 0;
}

main .pic01 {
  max-width: 250px;
  margin: 0 auto 60px;
}

main table.table {
  width: 100%;
  border-right: none;
  border-bottom: none;
}

main table.table th,
main table.table td {
  display: block;
  border-left: none;
  border-top: none;
}

main table.table td {
  font-weight: 400;
}

main table.table tr {
  border-bottom: 1px solid #707070;
}

@media all and (min-width: 769px) {

  main table th,
  main table td {
    padding: 24px 0;
    vertical-align: middle;
  }

  main table .table-bd_none {
    border-left: none;
    border-top: none;
  }

  main table.table th,
  main table.table td {
    display: table-cell;
  }
}


.table__title {
  font-weight: bold;
  font-size: 22px;
  color: #292D50;
  text-align: center;
  border-bottom: 1px solid #292D50;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.table__box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}



.table__text {
  margin-right: 64px;
  font-size: 18px;
}

.table__tel {
  margin-top: 0;
}

.table__box strong {
  font-size: 20px;
  color: #242424;
  font-size: 22px;
}

.table__link a {
  text-decoration: underline;
  font-size: 18px;
  transition: all .3s;
}

.table__link a:hover {
  opacity: 0.6;
}

.table__text__last {
  text-align: center;
}

@media screen and (max-width:768px) {
  .table__box {
    flex-direction: column;
  }

  .table__text {
    margin-right: 0;
  }
}
