.commonColWrap {
  border-top: none;
}

@media print, screen and (min-width: 768px) {
  .mainAreaWrap {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .secPageTop {
    height: 160px;
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPageTop {
    height: 445px;
    margin: 0 0 30px 0;
  }
}
.secFlow {
  display: grid;
  position: relative;
}
.secFlow .titleArea {
  font-family: "Shippori Mincho B1", serif;
}
.secFlow .leftArrow {
  position: absolute;
}
.secFlow .leftArrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #cacaca;
  width: 1px;
  height: calc(100% + 1px);
}
.secFlow .leftArrow::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/arrow_end.svg) center bottom no-repeat;
  background-size: contain;
  bottom: -3px;
  width: 9px;
  height: 6px;
  right: 0;
  margin: 0 auto;
}
.secFlow .mainArea .textCol .content {
  color: #707070;
  letter-spacing: 0.1em;
}
.secFlow .mainArea .textCol .btnWrap {
  width: 162px;
}
.anchorBox:last-of-type .secFlow {
  margin-bottom: 0;
}
.anchorBox:last-of-type .secFlow .leftArrow {
  display: none;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    margin-bottom: 32px;
  }
  .secFlow .titleArea {
    font-size: 16px;
  }
  .secFlow .leftArrow {
    width: 25px;
    left: 0px;
    top: 50px;
    bottom: 0;
  }
  .secFlow .leftArrow::after {
    left: 0px;
  }
  .secFlow .mainArea {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 11.7%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .secFlow .mainArea .textCol .content {
    padding: 14px 0 0 0;
    font-size: 13px;
  }
  .secFlow .mainArea .textCol .btnWrap {
    padding: 14px 0 0 0;
  }
  .bottomBackLink {
    text-align: center;
    padding: 0 0 50px 0;
  }
  .bottomBackLink a {
    color: #8E8E8E;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow .titleArea {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 16px;
  }
  .secFlow .leftArrow {
    width: 33px;
    left: 15px;
    top: 51px;
    bottom: 0;
  }
  .secFlow .leftArrow::after {
    left: 0px;
  }
  .secFlow .mainArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10%;
    padding-bottom: 18px;
  }
  .secFlow .mainArea .textCol {
    width: min(60%, 430px);
  }
  .secFlow .mainArea .textCol .content {
    padding: 74px 0 0 0;
    font-size: 13px;
  }
  .secFlow .mainArea .textCol .btnWrap {
    padding: 14px 0 0 0;
  }
  .secFlow .mainArea .imgCol {
    width: min(38%, 300px);
  }
  .bottomBackLink {
    display: none;
  }
}
.modalInner {
  background: #ffffff;
  border-radius: 3px;
}
.modalInner .modalTitle {
  text-align: center;
  border-bottom: solid 1px #CACACA;
  letter-spacing: 0.2em;
}
.modalInner .modalMain {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modalInner .modalMain .topText {
  color: #707070;
  font-size: 13px;
}
.modalInner .modalMain .topText ol {
  padding-left: 1.2em;
}
.modalInner .modalMain .reportTitle {
  border-bottom: solid 1px #CACACA;
  text-align: center;
  letter-spacing: 0.2em;
}
.modalInner .modalMain .reportArea .reportItem .imgCol {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.modalInner .modalMain .reportArea .reportItem .textCol {
  color: #707070;
}

@media only screen and (max-width: 767px) {
  .modalInner .modalTitle {
    padding: 30px 0 10px;
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 0 20px;
  }
  .modalInner .modalMain {
    padding: 40px 0 0px;
  }
  .modalInner .modalMain .topText {
    padding: 0 20px 30px;
  }
  .modalInner .modalMain .reportTitle {
    padding: 0 0 10px 0;
    font-size: clamp(14px, 4.1vw, 16px);
    margin: 0 0 40px 0;
  }
  .modalInner .modalMain .reportArea {
    padding: 0 10px;
  }
  .modalInner .modalMain .reportArea .reportItem {
    padding-bottom: 30px;
  }
  .modalInner .modalMain .reportArea .reportItem .textCol {
    padding: 10px 0 0 0;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .modalInner .modalTitle {
    padding: 12px 0;
    font-size: 16x;
  }
  .modalInner .modalMain {
    padding: 24px 0 60px;
  }
  .modalInner .modalMain .topText {
    padding: 0 6.7% 110px;
  }
  .modalInner .modalMain .reportTitle {
    padding: 0 0 11px 0;
    font-size: 16px;
    margin: 0 0 22px 0;
  }
  .modalInner .modalMain .reportArea {
    padding: 0 4.35%;
  }
  .modalInner .modalMain .reportArea .reportItem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 70px;
  }
  .modalInner .modalMain .reportArea .reportItem .imgCol {
    width: 56%;
  }
  .modalInner .modalMain .reportArea .reportItem .textCol {
    width: 40%;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */