/* CSS Document */
#page.feature #main{
  width: 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#page.feature #main #maincover{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
  #main h1 {
    width: auto;
    margin:0 auto;
    display: table;
    font-size: 3.8rem;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    letter-spacing: 2px;
    font-family: Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  }
@media (max-width: 768px) {
  #page.feature #main{
    height: 40vw;
    display: table !important;
  }
  #page #main #maintitle {
    font-size: 5.8vw;
    letter-spacing: 0;
  }
}

#page.feature #contents .title-pt01{
  min-height:90px;
  display: table;
  background-image: url(../images/feature/feature-title-icon.png);
  background-size: 100px 90px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 125px;
  margin-bottom:35px;
}
  #page.feature #contents .title-pt01 .text strong {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    color: #1d1c3f;
  }
  #page.feature #contents .title-pt01 .text strong.ft-sz1 {
    font-size: 32px;
  }
  #page.feature #contents .title-pt01 .text div {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    color:#a0804b;
  }
@media (max-width: 768px) {
  #page.feature #contents .title-pt01{
    min-height:12vw;
    background-size: 13vw auto;
    padding-left: 17vw;
    margin-bottom:5vw;
  }
    #page.feature #contents .title-pt01 .text strong {
      font-size: 5.8vw;
      padding:0 0 2vw;
    }
    #page.feature #contents .title-pt01 .text strong.ft-sz1 {
      font-size: 4vw;
    }
    #page.feature #contents .title-pt01 .text div {
      font-size: 3.4vw;
      line-height: 1.6;
    }
}

#page.feature #contents{
  background-color:#f8f5f2;
  padding:80px 0 100px;
}
#page.feature #contents .topcomment{
  text-align: center;
}
  #page.feature #contents .topcomment p{
    font-weight: bold;
    font-size: 20px;
  }
#page.feature #contents .section{
  margin-bottom:100px;
}
#page.feature #contents .lh2{
  line-height: 2;
}
#page.feature #contents .p-mb{
  margin-bottom:2.5em;
}


#page.feature #contents ol.dot {
    list-style: none;
    counter-reset: num;
}
  #page.feature #contents ol.dot li {
    padding-left: 1.8em;
    position: relative;
  }
  #page.feature #contents ol.dot li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: num;
    display: inline-block;
    content: counter(num) ".";
  }
@media (max-width: 768px) {
  #page.feature #contents .topcomment p{
    font-size: 4vw;
  }
  #page.feature #contents .section{
    margin-bottom:12vw;
  }
}


/*---------- 無料サンプル&ご来社特典 ----------*/
#page.feature.benefits #main{
  background-image: url(../images/feature/benefits/main.jpg);
}
#page.feature.benefits #contents .content-box h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:20px;
}
#page.feature.benefits #contents .content-box table{
  margin:0 0 5px;
  border:1px solid #251e1c;
}
  #page.feature.benefits #contents .content-box th,
  #page.feature.benefits #contents .content-box td{
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding:8px 1px;
    font-size:18px;
    line-height: 1.3;
    width:26%;
    border:1px solid #251e1c;
    background-color: #fff;
  }
  #page.feature.benefits #contents .content-box table th:nth-child(2){
    width:48%;
  }
  #page.feature.benefits #contents .content-box thead th{
    background-color: #c1ac93;
  }

  #page.feature.benefits #contents .content-box .achievements thead th:nth-child(1){
    width:36%;
  }
  #page.feature.benefits #contents .content-box .achievements thead th:nth-child(2){
    width:64%;
  }

#page.feature.benefits #contents .content-box .atten{
  font-size: 16px;
  line-height: 1.3;
  margin-top:10px;
}
#page.feature.benefits #contents .content-box .square{
  width:222px;
  height:42px;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
  font-size: 26px;
  line-height: 1;
  color:#f8f5f2;
  margin-top:10px;
  background-color: #a0804b;
  margin:0 0 8px;
}
#page.feature.benefits #contents .content-box .big1{
  font-size: 18px;
  line-height: 1.3;
  margin-bottom:30px;
}
#page.feature.benefits #contents .content-box h5{
  font-size: 24px;
  line-height: 1.3;
  color:#a0804b;
  margin-bottom:15px;
}

#page.feature.benefits #contents .content-box .achievements h5{
  font-size: 18px;
  line-height: 1.3;
  margin-bottom:15px;
}

#page.feature.benefits #contents .content-box .achievements .img-box{
  margin:0 auto 70px;
}
  #page.feature.benefits #contents .content-box .achievements .img-box img{
    width:100%;
    margin-bottom:15px;
  }

  #page.feature.benefits #contents .content-box .achievements p.min{
    font-size:13px;
  }
  #page.feature.benefits #contents .content-box .achievements table.tb01{
    margin-bottom:150px;
  }

#page.feature.benefits #contents .content-box .frame-red{
  width:460px;
  height:74px;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
  font-size: 26px;
  line-height: 1;
  color:#f8f5f2;
  background-color: #9a2f28;
  border-radius:28px;
  margin:0 auto;
}
#page.feature.benefits #contents .content-box .frame-back-white{
  width:100%;
  font-size: 26px;
  line-height: 1;
  background-color: #fff;
  border-radius:20px;
  margin:30px auto 0;
  padding:25px 25px 20px;
}
#page.feature.benefits #contents .content-box .frame-back-white.pt1{
  padding:35px 25px 0;
}
#page.feature.benefits #contents .content-box .frame-back-white dt{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
  #page.feature.benefits #contents .content-box .frame-back-white dt:before{
    content: "Q.";
    font-weight: bold;
    margin-right:5px;
  }
#page.feature.benefits #contents .content-box .frame-back-white dd{
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  margin:20px 0 50px;
}
  #page.feature.benefits #contents .content-box .frame-back-white dd:before{
    content: "A.";
    margin-right:5px;
  }

#page.feature.benefits #contents .content-box .big3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #page.feature.benefits #main {
    background-image: url(../images/feature/benefits/main-sp.jpg);
  }
  #page.feature.benefits #contents .content-box h3{
    font-size: 4vw;
    margin-bottom:3vw;
  }
  #page.feature.benefits #contents .content-box table{
    margin:0 0 2vw;
  }
    #page.feature.benefits #contents .content-box th,
    #page.feature.benefits #contents .content-box td{
      padding:2vw 0.5vw;
      font-size:3.2vw;
      width:30%;
    }
    #page.feature.benefits #contents .content-box table th:nth-child(2){
      width:40%;
    }

    #page.feature.benefits #contents .content-box .achievements .img-box{
      margin:0 auto 10vw;
    }

    #page.feature.benefits #contents .content-box .achievements table.tb01{
      margin-bottom:20vw;
    }
    #page.feature.benefits #contents .content-box .achievements thead th:nth-child(1){
      width:36%;
    }
    #page.feature.benefits #contents .content-box .achievements thead th:nth-child(2){
      width:64%;
    }

  #page.feature.benefits #contents .content-box .atten{
    font-size: 3vw;
    line-height: 1.4;
    margin-top:2vw;
  }
  #page.feature.benefits #contents .content-box .square{
    width:40vw;
    height:auto;
    font-size: 4vw;
    margin:0 0 2vw;
    padding:1.5vw 0;
  }
  #page.feature.benefits #contents .content-box .big1{
    font-size: 3.8vw;
    margin-bottom:8vw;
  }
  #page.feature.benefits #contents .content-box h5{
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom:2vw;
  }

  #page.feature.benefits #contents .content-box .achievements h5{
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom:3vw;
  }

    #page.feature.benefits #contents .content-box .achievements p.min{
      font-size:3vw;
      line-height: 1.4;
      margin:0 0 2vw;
    }


  #page.feature.benefits #contents .content-box .frame-red{
    width:60vw;
    height:12vw;
    font-size: 4vw;
    line-height: 1;
    border-radius:4vw;
  }
  #page.feature.benefits #contents .content-box .frame-back-white{
    font-size: 3.6vw;
    border-radius:4vw;
    margin:5vw auto 0;
    padding:5vw 5vw;
  }
  #page.feature.benefits #contents .content-box .frame-back-white.pt1{
    padding:6vw 5vw 0;
  }
  #page.feature.benefits #contents .content-box .frame-back-white dt{
    font-size: 3.8vw;
  }
    #page.feature.benefits #contents .content-box .frame-back-white dt:before{
      margin-right:2vw;
    }
  #page.feature.benefits #contents .content-box .frame-back-white dd{
    font-size: 3.4vw;
    line-height: 1.6;
    margin:3vw 0 8vw;
  }
    #page.feature.benefits #contents .content-box .frame-back-white dd:before{
      margin-right:2vw;
    }

  #page.feature.benefits #contents .content-box .big3{
    font-size: 4.2vw;
    line-height: 1.8;
  }
}



/*---------- 当社がうどん店から選ばれる理由１ ----------*/
#page.feature.reason-for-choosing1 #main{
  background-image: url(../images/feature/reason-for-choosing1/main.jpg);
}

#page.feature.reason-for-choosing1 #contents .content-box.list{
  -webkit-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #1d1c3f;
}
#page.feature.reason-for-choosing1 #contents .content-box.list .box{
  width:460px;
  height:252px;
  margin-bottom:50px;
}
#page.feature.reason-for-choosing1 #contents .content-box.list .box{
  width:460px;
  height:250px;
  margin-bottom:50px;
}
#page.feature.reason-for-choosing1 #contents .content-box.list .r .box{
  height:550px;
}
  #page.feature.reason-for-choosing1 #contents .content-box.list .box.bt-line{
    border-bottom: 1px solid #1d1c3f;
  }

  #page.feature.reason-for-choosing1 #contents .content-box.list .box p{
    font-size: 13px;
    line-height: 2;
    padding-left:50px;
  }
#page.feature.reason-for-choosing1 #contents .big-title{
  width:640px;
  margin:0 auto 50px;
}
  #page.feature.reason-for-choosing1 #contents .big-title img{
    width:100%;
  }
#page.feature.reason-for-choosing1 #contents .suggestion p{
  font-size: 20px;
  line-height: 1;
  margin-bottom:10px;
}
#page.feature.reason-for-choosing1 #contents .suggestion table{
  width:100%;
  border:1px solid #251e1c;
}
  #page.feature.reason-for-choosing1 #contents .suggestion table th,
  #page.feature.reason-for-choosing1 #contents .suggestion table td{
    width:20%;
    text-align: center;
    vertical-align: middle;
    height:40px;
    border:1px solid #251e1c;
    background-color: #fff;
  }
  #page.feature.reason-for-choosing1 #contents .suggestion table tr:last-child th,
  #page.feature.reason-for-choosing1 #contents .suggestion table tr:last-child td{
    background-color: #c1ac93;
  }
#page.feature.reason-for-choosing1 #contents .price-img{
  width:600px;
  margin:20px auto 0;
}
  #page.feature.reason-for-choosing1 #contents .price-img img{
    width:100%;
  }
@media (max-width: 768px) {
  #page.feature.reason-for-choosing1 #contents .content-box.list{
    border-bottom: none;
  }
  #page.feature.reason-for-choosing1 #contents .content-box.list .box{
    width:100%;
    height:auto;
    margin-bottom:10vw;
    padding-bottom:10vw;
    border-bottom: 1px solid #1d1c3f;
  }
  #page.feature.reason-for-choosing1 #contents .content-box.list .r .box{
    height:auto;
  }
    #page.feature.reason-for-choosing1 #contents .content-box.list .box.bt-line{
      border-bottom: 1px solid #1d1c3f;
    }
    #page.feature.reason-for-choosing1 #contents .content-box.list .box p{
      font-size: 3.6vw;
      padding-left:10vw;
    }
  #page.feature.reason-for-choosing1 #contents .big-title{
    width:100%;
    margin:0 auto 10vw;
  }
    #page.feature.reason-for-choosing1 #contents .big-title img{
      width:100%;
    }
  #page.feature.reason-for-choosing1 #contents .suggestion p{
    font-size: 3.8vw;
    line-height: 1.6;
    margin-bottom:3vw;
  }
    #page.feature.reason-for-choosing1 #contents .suggestion table th,
    #page.feature.reason-for-choosing1 #contents .suggestion table td{
      padding:2.5vw 0;
      height:auto;
      line-height:1.4;
    }
    #page.feature.reason-for-choosing1 #contents .suggestion table.tb-price td:last-child{
      width:14%;
    }
    #page.feature.reason-for-choosing1 #contents .price-img{
      width:100%;
      margin:5vw auto 0;
    }
}



/*---------- うどん業界へのメッセージ ----------*/
#page.feature.message-to-the-udon-industry #main{
  background-image: url(../images/feature/message-to-the-udon-industry/main.jpg);
}
#page.feature.message-to-the-udon-industry #contents .movie-list{
  -webkit-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page.feature.message-to-the-udon-industry #contents .movie-list:after {
  display: block;
  content:"";
  width: 30%;
}
#page.feature.message-to-the-udon-industry #contents .movie-list .box{
  width:480px;
  margin:0 0 50px;
}
#page.feature.message-to-the-udon-industry #contents .movie-list.instagram .box{
  width:300px;
  margin:0 0 50px;
}
  #page.feature.message-to-the-udon-industry #contents .movie-list .box img{
    width:100%;
  }

  #page.feature.message-to-the-udon-industry #contents p{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin:20px auto 40px;
  }

  #page.feature.message-to-the-udon-industry #contents .sns{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin:20px auto 40px;
    display: table;
  }
    #page.feature.message-to-the-udon-industry #contents .sns li {
      height: 82px;
      float:left;
      margin:0 20px;
    }
    #page.feature.message-to-the-udon-industry #contents .sns li img{
      height: 100%;
    }
@media (max-width: 768px) {
  #page.feature.message-to-the-udon-industry #contents .movie-list .box{
    width:100%;
    margin:0 0 10vw;
  }
    #page.feature.message-to-the-udon-industry #contents .movie-list.instagram .box{
      width:43vw;
      margin:0 0 10vw;
    }
    #page.feature.message-to-the-udon-industry #contents p{
      font-size:4.2vw;
      margin:5vw auto 10vw;
    }

    #page.feature.message-to-the-udon-industry #contents .sns{
      margin:0 auto;
    }
      #page.feature.message-to-the-udon-industry #contents .sns li {
        height: 16vw;
        margin:0 6vw;
      }
}


/*---------- 当社がうどん店から選ばれる理由 2 ----------*/
#page.feature.reason-for-choosing2 #main{
  background-image: url(../images/feature/reason-for-choosing2/main.jpg);
}
#page.feature.reason-for-choosing2 #contents .sec01 p{
  font-size:18px;
}

#page.feature.reason-for-choosing2 #contents .price-box{
  width:100%;
  margin:20px auto 30px;
  -webkit-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
  #page.feature.reason-for-choosing2 #contents .price-box li{
    width:330px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 15px -5px #777777;
  }
  #page.feature.reason-for-choosing2 #contents .price-box img{
    width:100%;
  }

#page.feature.reason-for-choosing2 #contents .title-line{
  font-size:30px;
  letter-spacing: 4px;
  line-height: 1;
  height:74px;
  color:#1d1c3f;
  border-top:1px solid #1d1c3f;
  border-bottom:1px solid #1d1c3f;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
  margin:0 auto 30px;
}
  #page.feature.reason-for-choosing2 #contents .title-line span{
    font-size:44px;
  }

#page.feature.reason-for-choosing2 #contents .box{
  margin:0 0 50px;
}
  #page.feature.reason-for-choosing2 #contents .box h3{
    font-size:28px;
    font-weight: bold;
    line-height: 1.6;
    color:#a0804b;
    margin:0 0 10px;
  }
  #page.feature.reason-for-choosing2 #contents .box p{
    font-size:13px;
    line-height: 2;
  }

#page.feature.reason-for-choosing2 #contents .big{
  font-size:30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin:40px auto 25px;
}
#page.feature.reason-for-choosing2 #contents .big{
  font-size:30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin:0 auto 40px;
}
#page.feature.reason-for-choosing2 #contents .frame-gold{
  width:580px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #a0804b;
  border-radius: 20px;
  margin: 50px auto 90px;
}
  #page.feature.reason-for-choosing2 #contents .frame-gold a{
    font-size: 19px;
    line-height: 1;
    width:100%;
    height: 100%;
    color: #a0804b;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
#page.feature.reason-for-choosing2 #contents .frame-gold:hover{
  background-color: #a0804b;
  border: 1px solid #a0804b;
}
  #page.feature.reason-for-choosing2 #contents .frame-gold:hover a{
    color: #fff;
  }
#page.feature.reason-for-choosing2 #contents table{
  margin:70px 0 5px;
  border:1px solid #251e1c;
}
  #page.feature.reason-for-choosing2 #contents table caption{
    text-align: left;
    font-size:20px;
    line-height: 1;
    padding:0 0 20px;
  }
  #page.feature.reason-for-choosing2 #contents table th,
  #page.feature.reason-for-choosing2 #contents table td{
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding:8px 5px;
    font-size:18px;
    line-height: 1.3;
    width:20%;
    border:1px solid #251e1c;
    background-color: #fff;
  }
  #page.feature.reason-for-choosing2 #contents table th{
    font-size:16px;
  }
@media (max-width: 768px) {
  #page.feature.reason-for-choosing2 #contents .sec01 p{
    font-size:3.6vw;
  }

  #page.feature.reason-for-choosing2 #contents .price-box{
    width:100%;
    margin:4vw auto 10vw;
  }
    #page.feature.reason-for-choosing2 #contents .price-box li{
      width:43vw;
      border-radius: 4vw;
    }

  #page.feature.reason-for-choosing2 #contents .title-line{
    font-size:5vw;
    height:14vw;
    margin:0 auto 5vw;
  }
    #page.feature.reason-for-choosing2 #contents .title-line span{
      font-size:6.4vw;
    }

  #page.feature.reason-for-choosing2 #contents .box{
    margin:0 0 10vw;
  }
    #page.feature.reason-for-choosing2 #contents .box h3{
      font-size:4.6vw;
      margin:0 0 2vw;
    }
    #page.feature.reason-for-choosing2 #contents .box p{
      font-size:3.4vw;
    }

  #page.feature.reason-for-choosing2 #contents .big{
    font-size:5vw;
    margin:10vw auto 4vw;
  }

  #page.feature.reason-for-choosing2 #contents .frame-gold{
    width:80vw;
    height: auto;
    border-radius: 6vw;
    margin: 8vw auto 15vw;
  }
    #page.feature.reason-for-choosing2 #contents .frame-gold a{
      font-size: 4vw;
      line-height: 1.6;
      padding:2vw 0;
      display: table;
      text-align: center;
    }

  #page.feature.reason-for-choosing2 #contents table{
    margin:10vw 0 2vw;
  }
    #page.feature.reason-for-choosing2 #contents table caption{
      font-size:4vw;
      padding:0 0 3vw;
    }
    #page.feature.reason-for-choosing2 #contents table th,
    #page.feature.reason-for-choosing2 #contents table td{
      padding:2vw 1vw;
      font-size:3.6vw;
    }
    #page.feature.reason-for-choosing2 #contents table th{
      font-size:3.4vw;
    }
}


/*---------- 価格据え置きのお知らせ ----------*/
#page.feature.price-freeze-notice #main{
  background-image: url(../images/feature/price-freeze-notice/main.jpg);
}
#page.feature.price-freeze-notice #contents .sec01 p{
  font-size:18px;
}

#page.feature.price-freeze-notice #contents ol {
  list-style: none;
  counter-reset: num;
  margin:100px auto 50px;
}
  #page.feature.price-freeze-notice #contents ol li {
    position: relative;
    vertical-align:top;
    width:100%;
    display: table;
    margin:0 0 25px;
  }
    #page.feature.price-freeze-notice #contents ol li span{
      color:#cb6a26;
      font-size: 28px;
      line-height: 1.6;
      font-weight: bold;
      display: block;
      float:left;
    }
    #page.feature.price-freeze-notice #contents ol li span:first-child{
      padding-right:5px;
    }

  #page.feature.price-freeze-notice #contents h2{
    margin:120px auto 70px;
    text-align: center;
  }
    #page.feature.price-freeze-notice #contents h2 .min{
      font-size: 20px;
      font-weight: bold;
      line-height: 2;
    }
    #page.feature.price-freeze-notice #contents h2 .big{
      font-size: 45px;
      font-weight: bold;
      line-height: 2;
      letter-spacing: 4px;
    }
    #page.feature.price-freeze-notice #contents h2 .big span{
      font-size: 45px;
      font-weight: bold;
      color:#cb6a26;
      letter-spacing: 4px;
    }
@media (max-width: 768px) {
  #page.feature.price-freeze-notice #contents .sec01 p{
    font-size:3.8vw;
  }

  #page.feature.price-freeze-notice #contents ol {
    margin:15vw auto 10vw;
  }
    #page.feature.price-freeze-notice #contents ol li {
      margin:0 0 3vw;
    }
      #page.feature.price-freeze-notice #contents ol li span{
        font-size: 4.6vw;
      }
      #page.feature.price-freeze-notice #contents ol li span:first-child{
        padding-right:0;
        width:6vw;
      }
      #page.feature.price-freeze-notice #contents ol li span:nth-child(2){
        width:calc(100% - 6vw);
      }
    #page.feature.price-freeze-notice #contents h2{
      margin:18vw auto 10vw;
    }
      #page.feature.price-freeze-notice #contents h2 .min{
        font-size: 4vw;
      }
      #page.feature.price-freeze-notice #contents h2 .big{
        font-size: 8vw;
        letter-spacing: 4px;
      }
      #page.feature.price-freeze-notice #contents h2 .big span{
        font-size: 8vw;
        letter-spacing: 4px;
      }
}

/* ボタンデザイン（2023.01.16追加） */
.button003 a {
    background: #cccccc;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto 0;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #313131;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
