.enterPage section:first-of-type {
  margin-top: 150px;
}

.box01 {
  max-width: 800px;
  margin: 106px auto;
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  line-height: 2.125;
}
.box01::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 100%;
  width: 67px;
  height: 56px;
  background: url(../img/tree-right.svg) no-repeat 0 0;
  background-size: 67px auto;
}
.box01:nth-of-type(even)::before {
  background-image: url(../img/tree-left.svg);
  height: 54px;
  right: auto;
  left: 26px;
}
.box01 .ttl01 {
  margin: 0 20px 30px;
  padding: 25px 0 20px;
  background: url(../img/line.svg) no-repeat center bottom;
  background-size: auto 2px;
  text-align: center;
}
.box01 .contents {
  padding: 0 30px 35px;
}
.box01 .contents + .caution {
  margin: 0 20px;
  padding: 46px 0 40px;
  background: url(../img/line.svg) no-repeat center top;
  background-size: auto 2px;
  text-align: center;
  font-size: 2rem;
  text-indent: 0;
}
.box01 .list {
  text-indent: -1em;
  padding-left: 1em;
}

.caution {
  margin-top: 26px;
  text-indent: -1em;
  padding-left: 1em;
  color: #469600;
  line-height: 1.75;
}

.flow {
  margin-left: 20px;
}
.flow:not(.flow08) {
  position: relative;
}
.flow:not(.flow08)::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 54px;
  width: 16px;
  height: 37px;
  background: url(../img/arrow-down.svg) no-repeat 0 0;
}
.flow + .flow {
  margin-top: 25px;
}
.flow h3 {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
}
.flow .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  height: 40px;
  border: 1px solid #998675;
  background-color: #faff82;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  color: #00a000;
  line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop, .flow .num {
  max-width: 40px;
}

.flow .ttl {
  flex: 1 0 0%;
  color: #e69500;
}
_:-ms-lang(x)::-ms-backdrop, .flow .ttl {
  max-width: 100%;
}

.flow .text {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .enterPage section:first-of-type {
    margin-top: 107px;
  }

  .box01 {
    margin: 60px 10px 0;
    font-size: 1.5rem;
  }
  .box01::before {
    width: 48px;
    height: 40px;
    background-size: 48px auto;
    right: 12px;
  }
  .box01:nth-of-type(even)::before {
    height: 39px;
    right: auto;
    left: 12px;
  }
  .box01 .ttl01 {
    margin: 0 10px 20px;
  }
  .box01 .contents {
    padding: 0 15px 30px;
  }
  .box01 .contents + .caution {
    margin: 0 10px;
    padding: 34px 0 32px;
    font-size: 1.8rem;
  }
  .box01 p {
    line-height: 2.2;
  }
  .box01 .list {
    line-height: 1.8;
  }
  .box01 .list + .list {
    margin-top: 12px;
  }

  .caution {
    margin-top: 32px;
    line-height: 1.8;
  }

  .flow {
    margin-left: 0;
    padding-bottom: 6px;
    z-index: 0;
  }
  .flow:not(.flow08)::before {
    height: 100%;
    left: 10px;
    top: auto;
    bottom: 0;
    height: 12px;
    background-position: left bottom;
  }
  .flow:not(.flow08)::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 17px;
    bottom: 2px;
    width: 2px;
    height: calc(100% - 50px);
    background-color: #c69c6d;
  }
  .flow + .flow {
    margin-top: 10px;
  }
  .flow h3 {
    font-size: 1.8rem;
  }
  .flow .num {
    flex-basis: 36px;
    height: 36px;
    margin-right: 14px;
  }
  .flow .text {
    margin-left: 50px;
    font-size: 1.5rem;
    line-height: 1.666;
  }
}
.ichiji-enchou {
  padding: 52px 0 100px;
}
.ichiji-enchou section:first-of-type {
  margin-top: 68px;
}
.ichiji-enchou dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
}
.ichiji-enchou dt {
  flex: 0 0 120px;
  margin-right: 10px;
  color: #e69500;
  font-weight: bold;
}
_:-ms-lang(x)::-ms-backdrop, .ichiji-enchou dt {
  max-width: 120px;
}

.ichiji-enchou dt:nth-of-type(n+2) {
  margin-top: 25px;
}
.ichiji-enchou dd {
  flex: 0 0 610px;
}
_:-ms-lang(x)::-ms-backdrop, .ichiji-enchou dd {
  max-width: 610px;
}

.ichiji-enchou dd:nth-of-type(n+2) {
  margin-top: 25px;
}
.ichiji-enchou .box01 .ttl01 {
  padding: 45px 0 40px;
}
.ichiji-enchou .box01 .ttl01 p {
  margin-top: 34px;
}
.ichiji-enchou .box01 table {
  width: 100%;
  border: 1px solid #e1c3a0;
  border-collapse: collapse;
}
.ichiji-enchou .box01 th {
  border: 1px solid #e1c3a0;
  padding: 8px 10px;
  text-align: center;
  font-weight: normal;
  color: #754c24;
}
.ichiji-enchou .box01 th:first-child {
  width: 150px;
}
.ichiji-enchou .box01 td {
  border: 1px solid #e1c3a0;
  padding: 8px 10px;
  text-align: center;
}
.ichiji-enchou .box01 .kome {
  margin-top: 15px;
  margin-left: auto;
  color: #a67c52;
  font-size: 1.5rem;
  line-height: 1.8;
}
.ichiji-enchou .box01 .kome div {
  padding-left: 1em;
  text-indent: -1em;
}
.ichiji-enchou .box01 .kome div + div {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ichiji-enchou {
    margin-top: 76px;
    padding: 40px 0 80px;
  }
  .ichiji-enchou h2 {
    margin: 0 10px;
  }
  .ichiji-enchou dl {
    line-height: 1.8;
  }
  .ichiji-enchou dt {
    flex-basis: 65px;
  }
  .ichiji-enchou dd {
    flex: 0 0 auto;
    width: calc(100% - 75px);
  }
  .ichiji-enchou dd .list + .list {
    margin-top: 5px;
  }
  .ichiji-enchou .box01 .ttl01 {
    padding: 28px 0 30px;
  }
  .ichiji-enchou .box01 .ttl01 p {
    margin-top: 18px;
    padding: 0 5px;
    text-align: left;
  }
  .ichiji-enchou .box01 .ttl01 br {
    display: none;
  }
  .ichiji-enchou .box01 th {
    padding: 8px 5px;
    font-size: 1.3rem;
  }
  .ichiji-enchou .box01 th:first-child {
    width: 80px;
  }
  .ichiji-enchou .box01 td {
    padding: 8px 5px;
  }
  .ichiji-enchou .box01 .kome {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.785;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 320px) {
  .ichiji-enchou .box01 th {
    padding: 8px 2px;
    font-size: 1.2rem;
  }
  .ichiji-enchou .box01 th:first-child {
    width: auto;
  }
  .ichiji-enchou .box01 td {
    padding: 8px 2px;
  }
}