@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/package/css/common.css";
/*==================================================================*/
/* guide css　*/
/*==================================================================*/
.m-title-block .out-block div:before {
  background: #55b28b;
}
.m-title-block .inblock .text-block .sub::before, .m-title-block .inblock .text-block .sub:after {
  background: #55b28b;
}

.pagelink {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 1rem;
}
.pagelink .link a {
  display: inline-block;
  width: 220px;
  padding: 0.5rem 1rem;
  background: #ffde00;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s;
}
.pagelink .link a:after {
  content: "\f061";
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}
.pagelink .link a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.pagelink .link.current a {
  color: #fff;
  background: #000;
  pointer-events: none;
}

.flow .flow-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  margin-bottom: 3rem;
  border: 1px solid #949494;
  border-radius: 15px;
}
.flow .flow-box.last:after {
  content: none;
}
.flow .flow-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #55b28b transparent transparent transparent;
}
.flow .flow-box .step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  width: 120px;
  min-height: 220px;
  border-right: 1px solid #949494;
}
.flow .flow-box .step-num p {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.flow .flow-box .step-num p span {
  display: block;
  font-size: 1.125rem;
}
.flow .flow-box .l-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 120px);
  padding-left: 2rem;
}
.flow .flow-box .l-block .text-box {
  display: flex;
  align-items: center;
  width: calc(100% - 330px);
}
.flow .flow-box .l-block .text-box h3 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: bold;
}
.flow .flow-box .l-block .text-box .mb {
  margin-bottom: 1.5rem;
}
.flow .flow-box .l-block .text-box .contact-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flow .flow-box .l-block .text-box .contact-block .tel {
  position: relative;
  padding-left: 3rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.flow .flow-box .l-block .text-box .contact-block .tel span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.875rem;
  font-weight: bold;
}
.flow .flow-box .l-block .text-box .contact-block .tel em {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}
.flow .flow-box .l-block .text-box .contact-block .tel:before {
  content: "\f095";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}
.flow .flow-box .l-block .text-box .contact-block .base-btn a {
  padding: 0.875rem 3rem 0.875rem 1rem;
  font-size: 0.875rem;
}
.flow .flow-box .l-block .text-box .contact-block .base-btn a:after {
  right: 20px;
}
.flow .flow-box .l-block .text-box .bd-box {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #949494;
}
.flow .flow-box .l-block .text-box .bd-box span {
  display: inline-block;
}
.flow .flow-box .l-block .photo {
  width: 305px;
}

.pay .base-title {
  background: #c4e4d7;
  border-bottom: 3px dotted #55b28b;
}
.pay .read {
  margin-bottom: 1.5rem;
}
.pay section {
  margin-bottom: 6rem;
}
.pay .kome li {
  padding-left: 1rem;
}
.pay .kome li:before {
  content: "※";
}
.pay .bd-box {
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
.pay .bd-box dt {
  font-size: 1.125rem;
  font-weight: bold;
}
.pay .time dt {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3b4a9f;
}
.pay .time dd table thead th {
  color: #fff;
  text-align: center;
  background: #3b4a9f;
}
.pay .time dd table td {
  border: 1px solid #ccc;
  text-align: center;
}
.pay .time dd table td span {
  display: inline-block;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .pagelink {
    margin-bottom: 4rem;
  }
  .pagelink .link a {
    width: 220px;
    padding: 0.5rem 1rem;
  }
  .flow .flow-box {
    padding: 1.5rem;
  }
  .flow .flow-box .step-num {
    padding-right: 1.5rem;
    width: 75px;
  }
  .flow .flow-box .step-num p {
    font-size: 2.25rem;
  }
  .flow .flow-box .step-num p span {
    font-size: 1.125rem;
  }
  .flow .flow-box .l-block {
    width: calc(100% - 75px);
    padding-left: 1.5rem;
  }
  .flow .flow-box .l-block .text-box {
    width: 60%;
  }
  .flow .flow-box .l-block .text-box h3 {
    font-size: 1.375rem;
  }
  .flow .flow-box .l-block .text-box .mb {
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel {
    padding-left: 3rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel span {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel:before {
    top: 5px;
    font-size: 2.5rem;
  }
  .flow .flow-box .l-block .photo {
    width: 35%;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .pagelink {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .pagelink .link a {
    min-width: 220px;
    padding: 0.5rem 1rem;
  }
  .flow .flow-box {
    padding: 1.5rem;
  }
  .flow .flow-box .step-num {
    padding-right: 1.5rem;
    width: 75px;
  }
  .flow .flow-box .step-num p {
    font-size: 2.25rem;
  }
  .flow .flow-box .step-num p span {
    font-size: 1.125rem;
  }
  .flow .flow-box .l-block {
    display: block;
    padding-left: 1.5rem;
    width: calc(100% - 75px);
  }
  .flow .flow-box .l-block .text-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box h3 {
    font-size: 1.25rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel {
    padding-left: 2.875rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel span {
    font-size: 1.375rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel:before {
    font-size: 2rem;
  }
  .flow .flow-box .l-block .photo {
    width: 100%;
  }
  .pay .base-title {
    background: #c4e4d7;
  }
  .pay .read {
    margin-bottom: 1.5rem;
  }
  .pay section {
    margin-bottom: 4rem;
  }
  .pay .kome li {
    padding-left: 1rem;
  }
  .pay .kome li:before {
    content: "※";
  }
  .pay .bd-box {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
  }
  .pay .bd-box dt {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .pay .time dt {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #55b28b;
  }
  .pay .time dd table thead {
    display: block;
    width: 100%;
  }
  .pay .time dd table thead tr {
    display: block;
    width: 100%;
  }
  .pay .time dd table thead th {
    display: block;
    width: 100%;
  }
  .pay .time dd table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .pay .time dd table tbody tr td {
    display: block;
    width: 25%;
  }
  .pay .time dd table tbody tr td:nth-child(1), .pay .time dd table tbody tr td:nth-child(2), .pay .time dd table tbody tr td:nth-child(3) {
    border-right: none;
    border-bottom: none;
  }
  .pay .time dd table tbody tr td:nth-child(5), .pay .time dd table tbody tr td:nth-child(6) {
    border-right: none;
  }
  .pay .time dd table td {
    border: 1px solid #ccc;
    text-align: center;
  }
  .pay .time dd table td span {
    display: inline-block;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .pagelink {
    margin-bottom: 2rem;
  }
  .pagelink .link a {
    width: 100%;
  }
  .flow .flow-box {
    display: block;
    padding: 1.5rem;
  }
  .flow .flow-box .step-num {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-right: 0;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #949494;
  }
  .flow .flow-box .step-num p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 2.25rem;
  }
  .flow .flow-box .step-num p span {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 1.125rem;
  }
  .flow .flow-box .l-block {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .flow .flow-box .l-block .text-box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box h3 {
    font-size: 1.25rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel {
    padding-left: 2.875rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel span {
    font-size: 1.375rem;
  }
  .flow .flow-box .l-block .text-box .contact-block .tel:before {
    font-size: 2rem;
  }
  .flow .flow-box .l-block .photo {
    width: 100%;
    text-align: center;
  }
}