@charset "UTF-8";
/* CSS Document */
.service-image {
  margin: 200px auto 0;
  width: 80%;
  border-radius: 56px;
}
.service-image img {
  width: 100%;
}
.top-wrap {
  max-width: 1200px;
  padding-top: 57px;
  margin: 0 auto;
}
.service-title {
  width: 75%;
  padding-bottom: 75px;
}
@media screen and (min-width: 676px) {
  .service-top-sp {
    display: none;
  }
  .service-title_sp {
    display: none;
  }
  .service-toplead_sp {
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .service-title {
    display: none;
  }
  .service-image {
    display: none;
  }
  .service-top-sp {
    width: 90%;
    margin-top: 50px;
    border-radius: 30px;
  }
  .service-top-sp img {
    width: 100%;
  }
  .top-wrap {
    padding: 30px 0 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
  .service-title_sp {
    width: 118px;
    padding-bottom: 20px;
  }
  .service-title_sp img {
    width: 100%;
  }
  .service-toplead_sp {
    width: 90%;
  }
  .service-toplead_sp img {
    width: 100%;
  }
}
/*サービス内容*/
.section-service {
  max-width: 1200px;
  margin: auto;
}
.service_title {
  padding: 120px 0 75px;
  width: 25%;
  display: block;
  margin: 0 auto;
}
.service-pic {
  width: 566px;
  height: 360px;
}
.item {
  display: flex;
  padding-bottom: 85px;
}
.item_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px;
}
.item h3 img {
  width: 25%;
}
.item h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 20px;
  gap: 7px;
}
.text {
  font-size: 15px;
  text-align: left;
  padding-top: 40px;
  line-height: 35px;
  position: relative
}
.text p {
  font-size: 13px;
  background-color: #F5F5F5;
  padding: 18px 20px;
  margin-top: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 23px;
}
.text::before {
  position: absolute;
  content: "・・・・・・";
  letter-spacing: -6px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #F5B000;
}
.item-re {
  display: flex;
  padding-bottom: 85px;
  flex-direction: row-reverse;
}
.item-re_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
}
.item-re h3 img {
  width: 25%;
}
.item-re h3 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 6px;
  padding-bottom: 20px;
}
.text-re {
  font-size: 15px;
  text-align: left;
  padding-top: 60px;
  line-height: 35px;
  position: relative
}
.text-re p {
  font-size: 13px;
  background-color: #F5F5F5;
  padding: 18px 20px;
  margin-top: 45px;
  border-radius: 10px;
  text-align: center;
}
.text-re::before {
  position: absolute;
  content: "・・・・・・";
  letter-spacing: -6px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #F5B000;
}
@media screen and (min-width: 948px) {
  .service-pic_sp {
    display: none;
  }
}
@media screen and (max-width: 948px) {
  .service-pic {
    display: none;
  }
  .service-pic_sp {
    width: 95%;
    border-radius: 0 40px 40px 0;
  }
  .service-pic_sp img {
    width: 100%;
  }
  .item {
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .item h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .item h3 img {
    width: 83px;
  }
  .item-re {
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .item-re h3 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .item-re h3 img {
    width: 83px;
  }
  .item_content {
    padding: 0 10px;
  }
  .item-re_content {
    padding: 0 10px;
  }
  .text {
    font-size: 13px;
    padding-top: 30px;
  }
  .text p {
    font-size: 10px;
    padding: 6px 28px;
    margin-top: 10px;
  }
  .text-re {
    font-size: 13px;
    padding-top: 30px;
  }
  .text-re p {
    font-size: 10px;
    padding: 6px 28px;
    margin-top: 10px;
  }
}
/*ご利用の流れ*/
.flow {
  background-color: #EAF6FF
}
.flow_title {
  width: 411px;
  display: block;
  margin: 0 auto;
  padding: 100px 0;
}
.flow_wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow_icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0;
  position: relative;
}
.flow_icon::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: dotted 2px #3F96D2;
  bottom: 14px;
  right: 0;
  width: 83%;
}
.flow_content {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  text-align: left;
  flex-direction: column;
  padding-left: 30px;
}
.flow_icon img {
  width: 70px;
}
.flow_content img {
  width: 60px;
  height: 13px;
  padding-bottom: 5px;
}
.button_fee-wrpper {
  padding: 50px 0 155px;
}
.button_fee-wrpper p {
  padding-bottom: 40px;
}
.button_fee-wrpper a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 16px 98px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #3f96d2;
}
@media screen and (max-width: 676px) {
  .flow_title {
    width: 90%;
    padding: 50px 0;
  }
  .flow_title img {
    width: 100%;
  }
  .flow_wrap br {
    display: none;
  }
  .flow_content {
    font-size: 13px;
    padding-left: 20px;
  }
  .flow_icon {
    padding: 15px 16px;
  }
  .flow_icon::after {
    bottom: 4px;
    width: 100%;
  }
  .flow_icon img {
    width: 40px;
  }
  .flow_content img {
    width: 62px;
  }
  .button_fee-wrpper p {
    padding: 0 50px 40px;
    font-size: 13px;
  }
  .button_fee-wrpper a {
    font-size: 13px;
    padding: 10px 64px;
  }
}
/*料金について*/
.section-fee {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
}
.fee_title img {
  width: 25%;
  display: block;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 15px;
}
/*表*/
.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.table th {
  border-left: 2px solid #ffd364;
  background-color: #FFF0CB;
}
.under {
  border-bottom: 2px solid #AAE2F8;
}
.table td {
  border-top: 2px solid #ffd363;
  border-left: 2px solid #ffd363;
  border-right: 2px solid #ffd363;
  font-size: 15px;
  padding: 10px;
}
.up {
  background-color: #f5b000;
  color: #fff;
}
.thin {
  background-color: #fff0cb;
}
.riha th {
  background-color: #eaf6ff;
  border-left: 2px solid #AAE2F8;
}
.riha td {
  border: 2px solid #AAE2F8;
}
.riha2 th {
  background-color: #eaf6ff;
  border-left: 2px solid #AAE2F8;
}
.riha2 td {
  border: 2px solid #AAE2F8;
  background-color: #EAF6FF;
}
.thin-riha {
  border-bottom: 2px solid #AAE2F8;
}
.thin-riha th {
  background-color: #eaf6ff;
  border-left: 2px solid #AAE2F8;
}
.thin-riha td {
  border: 2px solid #AAE2F8;
  background-color: #e1f6ff;
}
.thin-riha2 {
  border-bottom: 2px solid #AAE2F8;
}
.thin-riha2 th {
  background-color: #eaf6ff;
  border-left: 2px solid #AAE2F8;
}
.thin-riha2 td {
  border: 2px solid #AAE2F8;
}
.fee_pic {
  width: 25%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 40px;
}
.yokaigo {
  padding: 90px 0;
}
.yokaigo p img {
  padding-top: 33px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.button_pdf-wrpper a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 21px 164px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #F5B004;
}
@media screen and (max-width: 430px) {
  .table td {
    font-size: 10px;
  }
  .table th {
    font-size: 14px;
  }
  .fee_title{
    width: 90%;
    margin: 0 auto;
  }
  .fee_title img {
    width: 100%;
  }
  .fee_pic {
    width: 90%;
  }
  .yosien {
    padding: 20px 0 30px 10px;
  }
  .yokaigo {
    padding: 20px 0 50px 10px;
  }
}
  @media screen and (max-width: 700px) {
  .button_pdf-wrpper a {
    font-size: 13px;
    padding: 10px 20px;
  }
}