.secPerson .infoWrap .tableCol .infoTable .infoRow {
  border-bottom: solid 1px #9D9D9D;
}
.secPerson .infoWrap .tableCol .infoTable .infoRow:last-of-type {
  border-bottom: none;
}
.secPerson .infoWrap .tableCol .infoTable .infoRow .title {
  color: #136821;
}
.secPerson .infoWrap .tableCol .infoTable .infoRow .detail {
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .secPerson {
    padding: 0 0 60px 0;
  }
  .secPerson .infoWrap {
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .secPerson .infoWrap .tableCol {
    order: 2;
    padding: 0 0 0px 0;
  }
  .secPerson .infoWrap .tableCol .infoTable {
    border-top: solid 1px #9D9D9D;
    border-bottom: solid 1px #9D9D9D;
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow {
    padding: 20px 22px;
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow .title {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 4px 0;
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow .detail {
    font-size: 14px;
  }
  .secPerson .infoWrap .imgCol {
    order: 1;
    text-align: center;
    padding: 0 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPerson {
    padding: 0 0 80px 0;
  }
  .secPerson .infoWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 38px 0 0 0;
  }
  .secPerson .infoWrap .tableCol {
    width: min(59%, 490px);
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow .title {
    font-size: clamp(12px, 1.33vw, 16px);
    width: min(39%, 170px);
  }
  .secPerson .infoWrap .tableCol .infoTable .infoRow .detail {
    font-size: clamp(10px, 1.17vw, 14px);
    width: min(59%, 290px);
    padding: 24px 0;
  }
  .secPerson .infoWrap .imgCol {
    width: min(39%, 350px);
  }
}
.secRequire .requireTable {
  border-top: solid 1px #136821;
}
.secRequire .requireTable .infoRow {
  border-bottom: solid 1px #136821;
}
.secRequire .requireTable .infoRow .title {
  color: #136821;
}
.secRequire .requireTable .infoRow .detail {
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secRequire {
    padding: 0 0 60px 0;
  }
  .secRequire .requireTable {
    margin: 30px 0 0 0;
  }
  .secRequire .requireTable .infoRow {
    padding: 20px 22px;
  }
  .secRequire .requireTable .infoRow .title {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 6px 0;
  }
  .secRequire .requireTable .infoRow .detail {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secRequire {
    padding: 0 0 80px 0;
  }
  .secRequire .requireTable {
    margin: 40px 0 0 0;
  }
  .secRequire .requireTable .infoRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
  }
  .secRequire .requireTable .infoRow .title {
    font-size: clamp(14px, 1.33vw, 16px);
    width: 22%;
    padding-left: 6.6%;
  }
  .secRequire .requireTable .infoRow .detail {
    font-size: clamp(14px, 1.33vw, 16px);
    width: 78%;
  }
}
.secFlow .stepArea .stepList {
  display: flex;
  border: solid 1px #000000;
}
.secFlow .stepArea .stepList .numCol {
  text-align: center;
}
.secFlow .stepArea .stepList .detailCol {
  line-height: 180%;
  letter-spacing: 0.03em;
}
.secFlow .stepArea .arrow {
  background: url(../images/step_arrow.svg) center center no-repeat;
  background-size: 14px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .secFlow {
    padding: 0 0 60px 0;
  }
  .secFlow .stepArea {
    padding: 36px 0 0px;
  }
  .secFlow .stepArea .stepList {
    display: grid;
    grid-template-columns: 66px min(100% - 66px - 20px);
    padding: 30px 18px 30px 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 16px;
  }
  .secFlow .stepArea .stepList .numCol {
    grid-column: 1/2;
    grid-row: 1/3;
    border-right: solid 1px #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .secFlow .stepArea .stepList .numCol .head {
    font-size: 10px;
  }
  .secFlow .stepArea .stepList .numCol .num {
    font-size: 20px;
  }
  .secFlow .stepArea .stepList .titleCol {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 12px 0 0 0;
  }
  .secFlow .stepArea .stepList .detailCol {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 12px;
    padding: 0px 0 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow {
    padding: 0 0 80px 0;
  }
  .secFlow .stepArea {
    padding: 36px 0 0px;
  }
  .secFlow .stepArea .stepList {
    justify-content: space-between;
    align-items: stretch;
    padding: 8px 0;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .secFlow .stepArea .stepList .numCol {
    border-right: solid 1px #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%;
    margin-right: 3%;
  }
  .secFlow .stepArea .stepList .numCol .head {
    font-size: 10px;
  }
  .secFlow .stepArea .stepList .numCol .num {
    font-size: clamp(14px, 1.83vw, 22px);
  }
  .secFlow .stepArea .stepList .titleCol {
    width: calc(87% - min(30%, 160px) - 4%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secFlow .stepArea .stepList .detailCol {
    width: min(45%, 210px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    padding: 16px 10px 16px 0;
  }
}
.secMessage .msgText {
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secMessage .msgImg {
    padding: 30px 0 24px 0;
  }
  .secMessage .msgText {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secMessage .msgImg {
    padding: 36px 0 24px 0;
  }
  .secMessage .msgText {
    font-size: clamp(14px, 1.33vw, 16px);
  }
}
.secEntry {
  background: #ffffff;
}
.secEntry .logo {
  text-align: center;
}
.secEntry .caption {
  text-align: center;
  line-height: 180%;
}
.secEntry .btnWrap {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .secEntry {
    padding: 40px 20px 44px;
    margin: 40px 0 0 0;
  }
  .secEntry .logo {
    padding: 0 0 16px 0;
  }
  .secEntry .caption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 30px 0;
  }
  .secEntry .btnWrap {
    width: min(100%, 234px);
  }
}
@media print, screen and (min-width: 768px) {
  .secEntry {
    margin: 80px 0 0 0;
    padding: 40px 0 44px;
  }
  .secEntry .logo {
    padding: 0 0 20px 0;
  }
  .secEntry .caption {
    font-size: clamp(14px, 1.25vw, 15px);
    padding: 0 0 30px 0;
  }
  .secEntry .btnWrap {
    width: 310px;
  }
}/*# sourceMappingURL=style.css.map */