@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav .gnavbottom {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}

header .wrapper .gnav .gnavbottom li:nth-child(5) a {
  border-bottom: 4px solid #2B2B2B;
}

main section.section01 {
  padding-top: 70px;
}

main section.section01 .wrapper {
  width: 900px;
  margin: 0 auto;
}

main section.section01 .wrapper dl {
  display: -webkit-flex;
  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;
  border-top: 1px solid #C7C7C7;
  padding-bottom: 110px;
}

main section.section01 .wrapper dl:first-child {
  border: none;
}

main section.section01 .wrapper dl dt {
  width: 200px;
  margin-top: -1px;
  border-top: 1px solid #ED9B00;
  padding-top: 40px;
}

main section.section01 .wrapper dl dt .t01 {
  font-size: 22px;
  font-weight: bold;
}

main section.section01 .wrapper dl dt .en {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 4px;
}

main section.section01 .wrapper dl dd {
  width: 630px;
}

main section.section01 .wrapper dl.dl01 dd {
  position: relative;
  padding: 0 0 60px 180px;
}

main section.section01 .wrapper dl.dl01 dd .msg {
  position: absolute;
  top: 0;
  left: 0;
}

main section.section01 .wrapper dl.dl01 dd .msg img {
  width: 100px;
  display: block;
}

main section.section01 .wrapper dl.dl01 dd .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

main section.section01 .wrapper dl.dl02 dd {
  padding-top: 40px;
}

main section.section01 .wrapper dl.dl02 dd .t02 {
  font-size: 22px;
  font-weight: bold;
}

main section.section01 .wrapper dl.dl02 dd .t03 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
}

main section.section01 .wrapper dl.dl02 dd .t03 + .t02 {
  margin-top: 70px;
}

main section.section02 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
}

main section.section02 .wrapper .sliderbox .slider02 {
  margin: 0 auto;
  width: 100% !important;
}

main section.section02 .wrapper .sliderbox .slider02 .slide {
  width: 920px !important;
  padding: 0 10px;
}

main section.section02 .wrapper .sliderbox .slider02 .slide img {
  width: 100%;
  display: block;
}

main section.section03 {
  margin-top: 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DBDBDB;
}

main section.section03 .wrapper {
  width: 900px;
  margin: 0 auto;
}

main section.section03 .wrapper h2 {
  font-size: 22px;
  font-weight: bold;
}

main section.section03 .wrapper .en {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 30px;
}

main section.section03 .wrapper dl {
  display: -webkit-flex;
  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;
  border-top: 1px solid #C7C7C7;
}

main section.section03 .wrapper dl dt {
  width: 180px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #525252;
  padding: 18px 0;
}

main section.section03 .wrapper dl dt::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  background-color: #C7C7C7;
}

main section.section03 .wrapper dl dd {
  width: 720px;
  padding: 18px 0 18px 20px;
  font-size: 16px;
  line-height: 20px;
}

main section.section03 .wrapper dl dd ul li {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 16px;
}

main section.section03 .wrapper dl dd ul li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

footer .wrapper .faqbox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.section01 {
    padding: 0 20px;
  }
  main section.section01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.section01 .wrapper dl {
    display: block;
    padding-bottom: 50px;
    border: none;
  }
  main section.section01 .wrapper dl:first-child {
    border: none;
  }
  main section.section01 .wrapper dl dt {
    width: 100%;
    margin: 0;
    border: none;
    padding-top: 12px;
    position: relative;
  }
  main section.section01 .wrapper dl dt::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ED9B00;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.section01 .wrapper dl dt .t01 {
    font-size: 18px;
    font-weight: bold;
  }
  main section.section01 .wrapper dl dt .en {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 4px;
  }
  main section.section01 .wrapper dl dd {
    width: 100%;
    margin-top: 25px;
    padding: 0 !important;
  }
  main section.section01 .wrapper dl.dl01 dd .msg {
    position: static;
  }
  main section.section01 .wrapper dl.dl01 dd .msg p {
    font-size: 20px;
    font-weight: bold;
  }
  main section.section01 .wrapper dl.dl01 dd .txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.5px;
    margin-top: 10px;
  }
  main section.section01 .wrapper dl.dl02 dd {
    padding-top: 40px;
  }
  main section.section01 .wrapper dl.dl02 dd .t02 {
    font-size: 20px;
    font-weight: bold;
  }
  main section.section01 .wrapper dl.dl02 dd .t03 {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.5px;
    margin-top: 10px;
  }
  main section.section01 .wrapper dl.dl02 dd .t03 + .t02 {
    margin-top: 40px;
  }
  main section.section02 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
  }
  main section.section02 .wrapper .sliderbox .slider02 {
    margin: 0 auto;
    width: 100% !important;
  }
  main section.section02 .wrapper .sliderbox .slider02 .slide {
    width: 325px !important;
    padding: 0 5px;
  }
  main section.section02 .wrapper .sliderbox .slider02 .slide img {
    width: 100%;
    display: block;
  }
  main section.section03 {
    margin-top: 40px;
    padding: 0 20px 0;
    border: none;
  }
  main section.section03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.section03 .wrapper h2 {
    font-size: 22px;
    font-weight: bold;
  }
  main section.section03 .wrapper .en {
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 30px;
  }
  main section.section03 .wrapper dl {
    display: -webkit-flex;
    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;
    border-top: 1px solid #C7C7C7;
  }
  main section.section03 .wrapper dl dt {
    width: 75px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: #525252;
    padding: 10px 0;
  }
  main section.section03 .wrapper dl dt::after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    background-color: #C7C7C7;
  }
  main section.section03 .wrapper dl dd {
    width: calc(100% - 75px);
    padding: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  main section.section03 .wrapper dl dd ul li {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    padding-left: 12px;
  }
  main section.section03 .wrapper dl dd ul li::before {
    content: "・";
    display: block;
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .wrapper .shoppingbox {
    padding-top: 50px;
  }
}
