@charset "utf-8";
/* top-box */
.top-box {
  background-image: url("../../image/contents/listing/bg-top.jpg");
  background-size: cover;
  background-position: center;
  color: rgb(82, 61, 48);
  font-size: 36px;
  font-weight: bold;
  height: 440px;
  margin: 0 auto 50px;;
  max-width: 1140px;
  position: relative;
  text-align: center;
  text-shadow: 5px 5px 10px #fff, -5px -5px 10px #fff;
  width: 95%; 
}

.top-box .txt {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 3px;
  line-height: 1.8 !important;
}

.top-box .txt .icon {
  margin: 0 5px 5px 0;
}

/* top-txt */
.top-txt {
  color: rgb(45, 45, 45);
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  position: relative;
  letter-spacing: 2px;
  line-height: 1.583;
  text-align: center;
  max-width: 620px;
  width: 90%;
}

.top-txt span {
  color: #67b000;
  display: block;
  font-size: 28px;
}

.top-txt:before {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform:skewX(30deg);
}

.top-txt:after {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform:skewX(-30deg);
}

/* contact-link */
.contact-link {
  background-color: #f17100;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 50px;
  max-width: 580px;
  letter-spacing: 2px;
  padding: 25px;
  position: relative;
  text-align: center;
  width: 90%;
}

.contact-link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-size: 30px;
  font-weight: 900;
  margin-right: 25px;
  color:#fff;
}

.contact-link:hover {
  color: #fff;
  text-decoration: none;
}

/* content-ttl */
#contents .content-ttl {
  background-image: url("../../image/contents/listing/bg-orange.jpg");
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 70px;
  padding: 45px 10px;
  letter-spacing: 2px;
}

.content-ttl:after {
  background-image: url("../../image/contents/listing/arrow-orange.png");
  content: "";
  height: 22px;
  margin: 0 auto;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 45px;
}

.content-ttl .icon {
  margin: 0 10px 5px 0;
}

/* reason-cont */
.reason-cont {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: -50px auto 20px;
  max-width: 900px;
  width: 90%;
}

.reason-cont .img {
  max-width: 383px;
  width: 45%;
}

.reason-cont .txt {
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: bold;
  max-width: 500px;
  line-height: 1.786;
  width: 53%;
}

.reason-cont .txt span {
  color: #f17100;
  position: relative;
}

.reason-cont .txt span:before {
  border-bottom: 14px solid #ffe79b;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: -1;
}

/* reason-box */
.reason-boxs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 65px;
  max-width: 1140px;
  width: 90%;
}

.reason-boxs .reason-box {
  width: 30%;
}

#contents .reason-boxs .reason-box .ttl {
  border-bottom: 3px solid #f17100;
  color: rgb(241, 113, 0);
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 15px;
  letter-spacing: 2px;
  line-height: 1.357;
  text-align: center;
}

.reason-boxs .reason-box .ttl:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-size: 28px;
  font-weight: 900;
  margin-right: 10px;
  color: rgb(241, 113, 0);
}

.reason-boxs .reason-box .img {
  margin: 0 0 20px;
}

.reason-boxs .reason-box .txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.778;
}

/* feature-box */
.feature-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 70px;
  max-width: 1140px;
  width: 90%;
}

.feature-box .img,
.feature-box .txt {
  max-width: 550px;
  width: 48%;
}

#contents .feature-box .txt .ttl {
  color: rgb(0, 0, 0);
  font-size: 31px;
  margin: 0 0 40px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.613;
}

.feature-box .txt .ttl span {
  color: rgb(241, 113, 0);
  position: relative;
}

.feature-box .txt .ttl span:before {
  border-bottom: 14px solid #ffe79b;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  z-index: -1;
}

.feature-box .txt .min-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.778 !important;
}

#contents .function-ttl {
  color: rgb(45, 45, 45);
  font-size: 30px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  margin: 0 auto 40px;
  max-width: 545px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  width: 98%;
}

#contents .function-ttl:before {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -15px;
  transform:skewX(30deg);
}

#contents .function-ttl:after {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  bottom: -15px;
  right: 0;
  transform:skewX(-30deg);
}

.function-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 1070px;
  width: 98%;
}

.function-box .normal-box {
  background-color: #fdeedc;
  max-width: 670px;
  width: 65%;
}

.function-box .option-box {
  background-color: #dfeff6;
  max-width: 400px;
  width: 38%;
}

#contents .function-box .normal-box .min-ttl,
#contents .function-box .option-box .min-ttl {
  background-color: #f08200;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px 0;
}

#contents .function-box .option-box .min-ttl {
  background-color: #2594c3;
}

.function-box .icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.function-box .icon-list li {
  margin: 0 35px 30px 0;
  width: 110px;
}

.function-box .icon-list li:nth-child(n + 5) {
  margin-bottom: 0;
}

.function-box .option-box .icon-list {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 280px;
  width: 95%;
}

.function-box .option-box .icon-list li {
  margin: 0 0 30px;
  width: 110px;
}

.function-box .option-box .icon-list li:nth-child(n + 3) {
  margin-bottom: 0;
}

#contents .function-box .icon-list .txt {
  color: rgb(45, 45, 45);
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
}

.guideline-box {
  border: 3px dotted rgb(207, 197, 184);
  box-sizing: border-box;
  margin: 0 auto 65px;
  max-width: 1000px;
  padding: 45px 40px 40px;
  width: 98%;
}

#contents .guideline-box .guideline-ttl {
  color: rgb(241, 113, 0);
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: 2px;
  line-height: 1.383;
}

#contents .guideline-box .guideline-txt-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .guideline-box .guideline-txt {
  color: rgb(45, 45, 45);
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  text-align: left;
  width: 82%;
}

#contents .guideline-box .guideline-img {
  text-align: center;
  width: 15%;
}

/* flow-box */
.flow-ttl {
  margin: 0 auto 40px;
  max-width: 1100px;
  position: relative;
  width: 98%;
}

.flow-ttl:before,
.flow-ttl:after {
  content: '';
  border-style: solid;
  border-width: 22px 37px 22px 0;
  border-color: transparent #dfd9d1 transparent transparent;
  height: 0;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
  width: 0;
}

.flow-ttl:after {
  border-width: 22px 0 22px 37px;
  border-color: transparent transparent transparent #dfd9d1;
  left: auto;
  right: -5px;
}

.flow-ttl .ttl-txt {
  margin: 0 auto;
  max-width: 1100px;
  width: 95%;
  position: relative;
}

.flow-ttl .ttl-txt:before {
  background-color: #dfd9d1;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  z-index: -1;
}

.flow-ttl .ttl-txt .min-inner {
  background-color: #fff;
  box-sizing: border-box;
  color: rgb(45, 45, 45);
  font-size: 24px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 1px;
  padding: 0 20px;
  text-align: center;
  width: 405px;
}

.flow-ttl .ttl-txt span.big {
  color: #2594c3;
  font-size: 40px;
}

.flow-ttl .ttl-txt span.normal {
  color: #2594c3;
  font-size: 30px;
}

.flow-ttl .ttl-txt span.small {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

.flow-img {
  margin: 0 auto 40px;
  max-width: 1100px;
  text-align: center;
  width: 98%;
}

.flow-img img {
  width: 100%;
}

.price-box {
  border: 3px dotted rgb(207, 197, 184);
  box-sizing: border-box;
  margin: 0 auto 65px;
  max-width: 1000px;
  padding: 40px 50px;
  width: 98%;
}

#contents .price-box .price-ttl {
  color: rgb(240, 130, 0);
  font-size: 24px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-align: center;
}

#contents .price-box .price-txt {
  color: rgb(45, 45, 45);
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  width: 230px;
}

#contents .price-box .price-txt span.big {
  font-size: 40px;
}

#contents .price-box .price-txt span.small {
  font-size: 30px;
}

#contents .price-box .price-txt:after {
  background-color: rgb(253, 213, 116);
  content: "";
  height: 19px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  z-index: -1;
}

#contents .price-box .price-sub-txt {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: 1px;
}

#contents .price-box .price-list {
  padding: 00;
}

#contents .price-box .price-list li {
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  position: relative;
  list-style: none;
}

#contents .price-box .price-list li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

#contents .price-box .price-list li:last-child {
  margin: 0;
}

/* contact-box */
.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 98%;
}

.contact-box .img-box {
  width: 30%;
}

.contact-box .img-box img {
  width: 100%;
}

.contact-box .txt-box {
  max-width: 695px;
  width: 70%;
}

#contents .contact-box .txt-box .txt-ttl {
  color: rgb(45, 45, 45);
  font-size: 27px;
  font-weight: bold;
  margin: 0 auto 20px;
  position: relative;
  letter-spacing: 2px;
  line-height: 1.583;
  text-align: center;
  max-width: 620px;
  width: 90%;
}

.contact-box .txt-box .txt-ttl span {
  color: #f17100;
  display: block;
  font-size: 30px;
  letter-spacing: 3px;
}

.contact-box .txt-box .txt-ttl:before {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 5px;
  transform:skewX(30deg);
}

.contact-box .txt-box .txt-ttl:after {
  border-left: 2px dotted rgb(87, 74, 63);
  content: "";
  height: 50px;
  position: absolute;
  bottom: 5px;
  right: 0;
  transform:skewX(-30deg);
}

#contents .contact-box .txt-box .tel-box {
  color: rgb(103, 176, 0);
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 72px;
  font-weight: bold;
  margin: 0 auto 30px;
  letter-spacing: 4px;
  line-height: 1 !important;
  text-align: center;
  max-width: 620px;
  width: 98%;
}

#contents .contact-box .txt-box .tel-box a {
  align-items: center;
  color: rgb(103, 176, 0);
  display: flex;
  pointer-events: none;
}

.contact-box .txt-box .tel-box i {
  font-size: 48px;
  margin-right: 25px;
}

.contact-box .txt-box .link {
  background-color: #f17100;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 30px;
  font-weight: bold;
  max-width: 620px;
  margin-left: 35px;
  text-align: center;
  padding: 25px 5px;
  position: relative;
  width: 98%;
}

.contact-box .txt-box .link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-size: 30px;
  font-weight: 900;
  margin-right: 20px;
  color:#fff;
}

.contact-box .txt-box .link:hover {
  color: #fff;
  text-decoration: none;
}


/* bottom-box */
.bottom-box {
  background-color: #ebebeb;
  padding: 40px 0;
}

.bottom-box .inner-link {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 730px;
  width: 95%;
}

.bottom-box .inner-link .logo {
  width: 40%;
}

.bottom-box .inner-link .link {
  background-color: rgb(114, 82, 60);
  border-radius: 5px;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 24px;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  padding: 24px 5px;
  position: relative;
  width: 58%;
}

.bottom-box .inner-link .link:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
  font-size: 24px;
  font-weight: 900;
  margin-right: 20px;
  color:#fff;
}

.bottom-box .inner-link .link:hover {
  color: #fff;
  text-decoration: none;
}


/* common-information-box */
.common-information-box {
  margin-top: 0 !important;
}

#contents {
  padding-bottom: 300px;
}

/* SP用 */
@media screen and (max-width: 768px) {
  body > #wrap {
    overflow: hidden;
  }
  /* top-box */
  .top-box {
    background-position: right;
    font-size: 180%;
    height: 80vw;
    margin: 0 auto 10vw;
    text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff;
    width: 100%; 
  }
  
  #contents .top-box .txt {
    position: absolute;
    top: 70%;
    left: 50%;
    right: unset;
    bottom: unset;
    letter-spacing: 1px;
    line-height: 1.8 !important;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  
  .top-box .txt .icon {
    margin: 0;
    min-width: 100px;
    width: 30%;
  }
  
  /* top-txt */
  .top-txt {
    font-size: 130%;
    margin: 0 auto 10vw;
    letter-spacing: 0;
    width: 95%;
  }
  
  .top-txt span {
    font-size: 150%;
    margin-top: 1vw;
  }
  
  .top-txt:before {
    border-left: none;
  }
  
  .top-txt:after {
    border-left: none;
  }
  
  /* contact-link */
  .contact-link {
    font-size: 180%;
    margin: 0 auto 10vw;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 5vw;
    width: 95%;
  }
  
  .contact-link:before {
    font-size: 100%;
    margin-right: 4vw;
  }
  
  /* content-ttl */
  #contents .content-ttl {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font-size: 140%;
    justify-content: center;
    text-align: center;
    margin: 0 0 10vw;
    padding: 5vw 2vw;
    letter-spacing: 1px;
  }
  
  .content-ttl:after {
    height: 22px;
    margin: 0 auto;
    position: absolute;
    bottom: -3vw;
    left: 0;
    right: 0;
    width: 45px;
  }
  
  .content-ttl .icon {
    margin: 0 0 2vw 0;
    min-width: 100px;
    width: 30%;
  }
  
  /* reason-cont */
  .reason-cont {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 5vw;
    max-width: 900px;
    width: 100%;
  }
  
  .reason-cont .img {
    margin: 0 auto 2vw;
    text-align: center;
    width: 90%;
  }
  
  .reason-cont .txt {
    font-size: 180%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    width: 95%;
  }
  
  .reason-cont .txt span {
    border-bottom: 7px solid #ffe79b;
    color: #f17100;
    position: relative;
  }
  
  .reason-cont .txt span:before {
    position: static;
  }
  
  /* reason-box */
  .reason-boxs {
    flex-wrap: wrap;
    margin: 0 auto 10vw;
  }
  
  .reason-boxs .reason-box {
    margin: 0 0 2vw;
    width: 100%;
  }
  
  .reason-boxs .reason-box:last-child {
    margin: 0;
  }
  
  #contents .reason-boxs .reason-box .ttl {
    border-bottom: 3px solid #f17100;
    color: rgb(241, 113, 0);
    font-size: 180%;
    font-weight: bold;
    margin: 0 0 4vw;
    padding: 0 0 2vw;
    letter-spacing: 1px;
    line-height: 1.357;
    text-align: center;
  }
  
  .reason-boxs .reason-box .ttl:before {
    font-size: 100%;
    margin-right: 2vw;
  }
  
  .reason-boxs .reason-box .img {
    margin: 0 auto 2vw;
    text-align: center;
  }
  
  .reason-boxs .reason-box .txt {
    font-size: 120%;
    letter-spacing: 1px;
  }
  
  /* feature-box */
  .feature-box {
    margin: 0 auto 4vw;
    max-width: 1140px;
    width: 100%;
  }
  
  .feature-box .img,
  .feature-box .txt {
    max-width: none;
    margin: 0 auto 2vw;
    width: 95%;
  }
  
  .feature-box .img {
    order: 1;
    text-align: center;
  }
  
  .feature-box .txt {
    order: 2;
  }
  
  #contents .feature-box .txt .ttl {
    color: rgb(0, 0, 0);
    font-size: 180%;
    margin: 0 auto 2vw;
    max-width: 550px;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 1.6;
  }
  
  .feature-box .txt .ttl span {
    border-bottom: 6px solid #ffe79b;
  }
  
  .feature-box .txt .ttl span:before {
    position: static;
    width: 0;
  }
  
  .feature-box .txt .min-txt {
    font-size: 120%;
    line-height: 1.778 !important;
  }
  
  #contents .function-ttl {
    font-size: 160%;
    margin: 0 auto 4vw;
    max-width: none;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    width: 90%;
  }
  
  #contents .function-ttl:before {
    border-left: none;
  }
  
  #contents .function-ttl:after {
    border-left: none;
  }
  
  .function-box {
    flex-wrap: wrap;
    margin: 0 auto 4vw;
    max-width: none;
    width: 98%;
  }
  
  .function-box .normal-box {
    background-color: #fdeedc;
    max-width: none;
    width: 100%;
  }
  
  .function-box .option-box {
    background-color: #dfeff6;
    max-width: none;
    width: 100%;
  }
  
  #contents .function-box .normal-box .min-ttl,
  #contents .function-box .option-box .min-ttl {
    font-size: 140%;
    margin: 0 0 4vw;
    letter-spacing: 1px;
    padding: 2vw 0;
  }
  
  #contents .function-box .option-box .min-ttl {
    background-color: #2594c3;
  }
  
  .function-box .icon-list {
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
  
  .function-box .icon-list li:last-child {
    margin-bottom: 0;
  }
  
  .function-box .option-box .icon-list {
    margin: 0 auto;
    max-width: none;
    width: 95%;
  }
  
  .function-box .icon-list li,
  .function-box .option-box .icon-list li {
    margin: 0 0 4vw;
    text-align: center;
    width: 25%;
  }
  
  .function-box .icon-list li:nth-child(n + 5),
  .function-box .option-box .icon-list li:nth-child(n + 3) {
    margin: 0 0 4vw;
  }
  
  .function-box .icon-list li:last-child,
  .function-box .option-box .icon-list li:last-child {
    margin-bottom: 4vw;
  }
  
  #contents .function-box .icon-list .txt {
    font-size: 100%;
    font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: bold;
    margin: 2vw 0 0;
    text-align: center;
  }
  
  .guideline-box {
    margin: 0 auto 10vw;
    min-width: 310px;
    padding: 4vw 2vw;
    width: 95%;
  }
  
  #contents .guideline-box .guideline-ttl {
    font-size: 200%;
    margin: 0 0 4vw;
    letter-spacing: 1px;
    line-height: 1.383;
  }
  
  #contents .guideline-box .guideline-txt-box {
    display: block;
  }
  
  #contents .guideline-box .guideline-txt-box:after {
    content: "";
    clear: both;
    display: block;
  }
  
  #contents .guideline-box .guideline-img {
    float: left;
    margin-right: 2vw;
    width: 100px;
  }
  
  #contents .guideline-box .guideline-txt {
    font-size: 100%;
    margin: 0;
    width: auto;
  }
  
  /* flow-box */
  .flow-ttl {
    margin: 0 auto 6vw;
    width: 98%;
  }
  
  .flow-ttl:before,
  .flow-ttl:after {
    content: '';
    border-style: solid;
    border-width: 3vw 5vw 3vw 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
  }
  
  .flow-ttl:after {
    border-width: 3vw 0 3vw 5vw;
    left: auto;
    right: 0;
  }
  
  .flow-ttl .ttl-txt {
    margin: 0 auto;
    width: 90%;
    position: relative;
  }
  
  .flow-ttl .ttl-txt:before {
    height: 2vw;
    top: 50%;
    left: 0;
    width: 100%;
  }
  
  .flow-ttl .ttl-txt .min-inner {
    font-size: 145%;
    min-width: 300px;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 2vw;
    width: 72%;
  }
  
  .flow-ttl .ttl-txt span.big {
    font-size: 150%;
  }
  
  .flow-ttl .ttl-txt span.normal {
    font-size: 120%;
  }
  
  .flow-ttl .ttl-txt span.small {
    font-size: 65%;
    margin-top: 2vw;
  }
  
  .flow-img {
    margin: 0 auto 4vw;
    width: 98%;
  }
  
  .price-box {
    border: 3px dotted rgb(207, 197, 184);
    margin: 0 auto 10vw;
    min-width: 310px;
    padding: 4vw 2vw;
    width: 95%;
  }
  
  #contents .price-box .price-ttl {
    font-size: 200%;
    margin: 0 0 2vw;
    letter-spacing: 1px;
  }
  
  #contents .price-box .price-txt {
    border-bottom: 10px solid #fdd574;
    font-size: 180%;
    margin: 0 auto 2vw;
    letter-spacing: 1px;
    line-height: 1;
    max-width: 250px;
    width: 98%;
  }
  
  #contents .price-box .price-txt span.big {
    font-size: 150%;
  }
  
  #contents .price-box .price-txt span.small {
    font-size: 120%;
  }
  
  #contents .price-box .price-txt:after {
    position: static;
  }
  
  #contents .price-box .price-sub-txt {
    font-size: 110%;
    margin: 0 0 2vw;
  }
  
  #contents .price-box .price-list li {
    font-size: 100%;
    margin: 0 0 .5vw;
    padding: 0 0 0 5vw;
    list-style: none;
  }
  
  /* contact-box */
  .contact-box {
    margin: 0 auto 6vw;
    position: relative;
    width: 98%;
  }
  
  .contact-box .img-box {
    display: none;
  }
  
  .contact-box .txt-box {
    max-width: 695px;
    width: 100%;
  }
  
  #contents .contact-box .txt-box .txt-ttl {
    font-size: 175%;
    margin: 0 auto 4vw;
    letter-spacing: 0px;
    line-height: 1.2;
    width: 95%;
  }
  
  .contact-box .txt-box .txt-ttl span {
    font-size: 110%;
    margin-top: 2vw;
    letter-spacing: 0px;
  }
  
  .contact-box .txt-box .txt-ttl:before {
    border: none;
  }
  
  .contact-box .txt-box .txt-ttl:after {
    border: none;
  }
  
  #contents .contact-box .txt-box .tel-box {
    font-size: 250%;
    margin: 0 auto 4vw;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 1;
    max-width: 620px;
    width: 98%;
  }
  
  #contents .contact-box .txt-box .tel-box a {
    color: rgb(103, 176, 0);
    display: block;
    pointer-events: auto;
  }
  
  .contact-box .txt-box .tel-box i {
    font-size: 100%;
    margin-right: 5vw;
  }
  
  .contact-box .txt-box .link {
    font-size: 140%;
    max-width: 620px;
    margin: 0 auto !important;
    line-height: 1.2;
    padding: 4vw 2vw;
    width: 98%;
  }
  
  .contact-box .txt-box .link:before {
    content: '\f0a9';
    font-size: 100%;
    margin-right: 2vw;
  }
  
  
  /* bottom-box */
  .bottom-box {
    background-color: #ebebeb;
    padding: 6vw 0 10vw;
  }
  
  .bottom-box .inner-link {
    margin: 0 auto;
    width: 95%;
  }
  
  .bottom-box .inner-link .logo {
    margin: 0 0 4vw;
    text-align: center;
    width: 100%;
  }
  
  .bottom-box .inner-link .link {
    box-sizing: border-box;
    font-size: 140%;
    font-weight: bold;
    max-width: none;
    line-height: 1.2;
    text-align: center;
    padding: 4vw 2vw;
    width: 100%;
  }
  
  .bottom-box .inner-link .link:before {
    font-size: 100%;
  }
  
  /* common-information-box */
  .common-information-box {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding-bottom: 230px;
  }
}

@media screen and (max-width: 480px) {
  .function-box .icon-list {
    justify-content: space-between;
  }
  
  .function-box .icon-list li,
  .function-box .option-box .icon-list li {
    width: 31%;
  }
}