/* ------------------------------
 width: all
------------------------------ */
main section .idpoint {
  top: -140px;
}
main section.ttl_section .wrapper {
  background-image: url(../../images/bg_se.jpg);
}
main section.ttl_section .wrapper .ttlbox .en {
  padding-left: 210px;
}
main section.ttl_section .wrapper .ttlbox h2 {
  padding-left: 260px;
}
main section.s01 {
  background-image: url(../../images/se0101.jpg);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 90px;
}
main section.s01 .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 34px;
  color: #877c5e;
  background-image: url(../../images/se0102.png);
  background-size: 100% auto;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
main section.s01 .wrapper dl {
  width: 950px;
  margin: 30px auto 0;
}
main section.s01 .wrapper dl dt {
  font-size: 21px;
  line-height: 190%;
  font-weight: bold;
}
main section.s01 .wrapper dl dd {
  font-size: 16px;
  line-height: 190%;
  margin-top: 15px;
}
main section.s02 {
  background-image: url(../../images/se0201.jpg);
  background-size: cover;
  background-position: center center;
  padding: 1px 0 80px;
}
main section.s02 .wrapper {
  width: 1100px;
  border: 1px solid #c1b59e;
  background-color: #fff;
  padding: 75px 75px 55px;
  margin: -30px auto 0;
}
main section.s02 .wrapper .dl01 + .dl01 {
  margin-top: 80px;
}
main section.s02 .wrapper .dl01 dt {
  border-top: 2px solid #231815;
  position: relative;
  border-bottom: 1px solid #231815;
}
main section.s02 .wrapper .dl01 dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #231815;
}
main section.s02 .wrapper .dl01 dt .design {
  background-color: #fff;
  width: 105px;
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  padding-bottom: 5px;
}
main section.s02 .wrapper .dl01 dt .design img {
  width: 63px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .dl01 dt p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  z-index: 100;
}
main section.s02 .wrapper .dl01 dd {
  margin-top: 30px;
}
main section.s02 .wrapper .dl01 dd.dd0101 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
main section.s02 .wrapper .dl01 dd.dd0101 p {
  width: calc(50% - 25px);
  font-size: 14px;
  line-height: 220%;
}
main section.s02 .wrapper .dl01 dd.dd0102 p {
  width: calc(50% - 25px);
  font-size: 14px;
  line-height: 220%;
  margin: 0 auto;
}
main section.s02 .wrapper .dl01 dd.dd0103 .t01 {
  text-align: center;
}
main section.s02 .wrapper .dl01 dd.dd0103 .t01 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
main section.s02 .wrapper .dl01 dd.dd0103 .t01 span .design02 {
  width: 11px;
  display: block;
  position: absolute;
  top: 3px;
  left: -20px;
}
main section.s02 .wrapper .dl01 dd.dd0103 .t01 span .design03 {
  width: 11px;
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
}
main section.s02 .wrapper .dl01 dd.dd0103 .list02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 40px;
}
main section.s02 .wrapper .dl01 dd.dd0103 .list02 li {
  width: 300px;
  height: 221px;
  background-image: url(../../images/bg_list02.png);
  background-size: 100% 100%;
}
main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t11 {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}
main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t12 {
  text-align: center;
  line-height: 100%;
  font-size: 45px;
  letter-spacing: 0;
  margin-top: 2px;
}
main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t13 {
  width: 244px;
  background-image: url(../../images/bg_list02_bar.png);
  background-size: 100% auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 190%;
  text-align: center;
}
main section.s02 .wrapper .dl01 dd.dd0104 {
  padding: 0 60px;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li:first-child .txtbox {
  border: none;
  padding-top: 0;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li .step {
  width: 88px;
  display: block;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox {
  width: calc(100% - 108px);
  padding: 15px 15px 25px;
  border-top: 1px solid #bdb193;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox .t05 {
  font-size: 16px;
  line-height: 190%;
  font-weight: bold;
}
main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox .t06 {
  font-size: 16px;
  line-height: 190%;
}
main section.s02 .wrapper .box02 {
  background-color: #f5f4f4;
  margin-top: 50px;
  padding: 60px 35px 35px;
  position: relative;
}
main section.s02 .wrapper .box02 .design01 {
  width: 247px;
  display: block;
  position: absolute;
  top: -50px;
  left: -40px;
}
main section.s02 .wrapper .box02 .design02 {
  width: 67px;
  display: block;
  position: absolute;
  top: -18px;
  right: -8px;
}
main section.s02 .wrapper .box02 p {
  font-size: 16px;
  line-height: 190%;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .ttlbox .en {
    padding-left: 110px;
  }
  main section.ttl_section .wrapper .ttlbox h2 {
    padding-left: 150px;
  }
  main section.s01 {
    background-image: url(../../images/se0101.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 20px 50px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 22px;
    color: #877c5e;
    background-image: url(../../images/se0102.png);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper dl {
    width: 100%;
    margin: 15px auto 0;
  }
  main section.s01 .wrapper dl dt {
    font-size: 15px;
    line-height: 190%;
    font-weight: bold;
    text-align: center;
  }
  main section.s01 .wrapper dl dd {
    font-size: 14px;
    line-height: 190%;
    margin-top: 15px;
  }
  main section.s02 {
    background-image: url(../../images/se0201.jpg);
    background-size: cover;
    background-position: center center;
    padding: 1px 20px 50px;
  }
  main section.s02 .wrapper {
    width: 100%;
    border: 1px solid #c1b59e;
    background-color: #fff;
    padding: 40px 20px 30px;
    margin: -30px auto 0;
  }
  main section.s02 .wrapper .dl01 + .dl01 {
    margin-top: 40px;
  }
  main section.s02 .wrapper .dl01 dt {
    border-top: 2px solid #231815;
    position: relative;
    border-bottom: 1px solid #231815;
  }
  main section.s02 .wrapper .dl01 dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #231815;
  }
  main section.s02 .wrapper .dl01 dt .design {
    background-color: #fff;
    width: 80px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    padding-bottom: 5px;
  }
  main section.s02 .wrapper .dl01 dt .design img {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .dl01 dt p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    z-index: 100;
  }
  main section.s02 .wrapper .dl01 dd {
    margin-top: 20px;
  }
  main section.s02 .wrapper .dl01 dd.dd0101 {
    display: block;
    padding: 0;
  }
  main section.s02 .wrapper .dl01 dd.dd0101 p {
    width: 100%;
    font-size: 14px;
    line-height: 220%;
  }
  main section.s02 .wrapper .dl01 dd.dd0102 p {
    width: 100%;
    font-size: 14px;
    line-height: 220%;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .t01 {
    text-align: center;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .t01 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .t01 span .design02 {
    width: 11px;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .t01 span .design03 {
    width: 11px;
    display: block;
    position: absolute;
    top: 10px;
    right: -30px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 {
    display: block;
    margin-top: 40px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 li {
    width: 290px;
    height: 212px;
    background-image: url(../../images/bg_list02.png);
    background-size: 100% 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 li + li {
    margin-top: 25px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t11 {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t12 {
    text-align: center;
    line-height: 100%;
    font-size: 40px;
    letter-spacing: 0;
    margin-top: 2px;
  }
  main section.s02 .wrapper .dl01 dd.dd0103 .list02 li .t13 {
    width: 244px;
    background-image: url(../../images/bg_list02_bar.png);
    background-size: 100% auto;
    background-position: top 0 center;
    background-repeat: no-repeat;
    padding-top: 30px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 190%;
    text-align: center;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 {
    padding: 0;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li:first-child .txtbox {
    border: none;
    padding-top: 0;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li .step {
    width: 70px;
    display: block;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox {
    width: calc(100% - 85px);
    padding: 10px 0 25px;
    border-top: 1px solid #bdb193;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox .t05 {
    font-size: 14px;
    line-height: 190%;
    font-weight: bold;
  }
  main section.s02 .wrapper .dl01 dd.dd0104 ul li .txtbox .t06 {
    font-size: 14px;
    line-height: 190%;
  }
  main section.s02 .wrapper .box02 {
    background-color: #f5f4f4;
    margin-top: 35px;
    padding: 50px 15px 20px;
    position: relative;
  }
  main section.s02 .wrapper .box02 .design01 {
    width: 170px;
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
  }
  main section.s02 .wrapper .box02 .design02 {
    width: 45px;
    display: block;
    position: absolute;
    top: -12px;
    right: -8px;
  }
  main section.s02 .wrapper .box02 p {
    font-size: 14px;
    line-height: 190%;
  }
}