@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 768px) {
  .mv{
    width: 100%;
    height: 450px;
    position: relative;
    background: url("../img/mv_bk.png") no-repeat center center;
    background-size: cover
  }

  .mv h1{
    width: 900px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.date{
  text-align: center;
  padding: 30px 0;
  background: #8b4200;
}

.date h2{
  width: 650px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c01{
    padding: 15px 0 50px;
    background: url("../img/pr_bk.png") no-repeat center center;
    background-size: cover;
  }
}

.c01 .inner{
  max-width: 780px;
}

.c01 h2,
.c01 p{
  font-size: 12px;
  line-height: 0;
}

.c01 .inner > div{
  background: #FFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 25px 25px;
}

.c01 .popup{
  width: 325px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  color: #DB5138;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 0 auto 15px;
  padding-right: 1em;
  border: 2px solid #DB5138;
  border-radius: 10px;
  position: relative;
}


.c01 .popup::after{
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon_blank.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.c01 ul li{
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
}

.c01 ul li::before{
  content: "※";
  display: inline-block;
}

.c02{
  text-align: center;
  padding: 50px 0 60px;
}

.c02 h2{
  margin-bottom: 40px;
}

.c02 h2 img{
  height: 120px;
}

.c02 p{
  font-size: 20px;
  line-height: 1.5;
}

.c02 p.note{
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 40px;
}

.c02 .box{
  border: 4px solid #E0980E;
  border-radius: 20px;
  padding: 30px 60px 25px;
}

.c02 h3{
  margin: 0 auto 20px;
}

.c02 h3 img{
  height: 40px;
}

.c02 .box ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 20px 30px;
}

.c02 .box ul li{
  width: 165px;
}

.c02 .box ul li p{
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}

.c02 .box ul li p span{
  font-size: 14px;
  color: #717171;
  margin-top: 5px;
  display: block;
}


.c03{
  padding: 40px 0 70px;
  background: #F4F1E9;
}

.c03 h2{
  text-align: center;
  margin-bottom: 40px;
}

.c03 h2 img{
  height: 120px;
}

.c03 h3{
  text-align: center;
  margin: 0 auto 20px;
}

.c03 h3 img{
  height: 40px;
}

.c03 p.st{
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.c03 .c2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.c03 .c2 .box{
  width: 440px;
  background: #FFF;
  border: 4px solid #E0980E;
  border-radius: 20px;
  padding: 20px 25px;
}

.c03 .c2 .txt{
  width: 610px;
}

.c03 .line{
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #EF5B2F;
  text-align: center;
  margin-bottom: 25px;
}

.c03 .line span{
  padding: 0 35px;
  display: inline-block;
  position: relative;
}

.c03 .line span::before,
.c03 .line span::after{
  content: "";
  width: 20px;
  height: 6px;
  background: #EF5B2F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c03 .line span::after{
  left: auto;
  right: 0;
}

.c03 .c2 .box p{
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
}

.c03 .c2 .txt{
  font-size: 15px;
  line-height: 1.6;
}

.c03 .c2 .txt h4{
  font-weight: bold;
}

.c03 .c2 .txt ol {
  margin-top: 15px;
}

.c03 .c2 .txt ol > li + li{
  margin-top: 15px;
}

.c03 .c2 .txt ol > li li{
  text-indent: -1em;
  padding-left: 1em;
}

.c03 .note{
  font-size: 15px;
  line-height: 1.6;
}

.c03 .bbox{
  margin-top: 45px;
  padding: 35px 40px 40px;
  background: #FFF;
  border: 4px solid #E0980E;
  border-radius: 20px;
}

.c03 .bbox p{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-bottom: 38px;
}

.c03 .bbox img{
  width: 550px;
  margin: 0 auto 35px;
  display: block;
}

.c03 .bbox li{
  font-size: 15px;
  line-height: 1.6;
  padding-left: 1em;
}

.c03 .bbox .dot > li::before{
  content: "●";
  color: #DB5138;
  width: 1em;
  margin-left: -1em;
  transform: scale(.6);
  display: inline-block;
}

.c03 .bbox .dot > li + li{
  margin-top: 30px;
}

.c03 .bbox .dot > li:nth-child(2){
  margin-top: 5px;
}

.c03 .bbox .number{
  counter-reset: count 0;
  margin-top: 5px;
}

.c03 .bbox .number li{
  padding-left: 2.8em;
}

.c03 .bbox .number li + li{
  margin-top: 5px;
}

.c03 .bbox .number li:before {
  content: "（" counter(count) "）";
  counter-increment: count 1;
  width: 2.8em;
  margin-left: -2.8em;
  display: inline-block;
}


.c03 .bbox p.note{
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 35px;
}

.c03 .btn{
  width: 510px;
  display: block;
  margin: 55px auto 0;
}

.c04{
  padding: 60px 0 100px;
}

.c04 h2{
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  color: #FFF;
  font-weight: bold;
  padding-left: 55px;
  background: #8B4200;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}

.c04 h2::before{
  content: "";
  width: 42px;
  height: 42px;
  background: url("../img/icon_title.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.c04 p + h2,
.c04 ul + h2{
  margin-top: 55px;
}

.c04 p,
.c04 ul,
.c04 h3{
  font-size: 16px;
  line-height: 1.8;
}

.c04 h3{
  font-weight: bold;
}

.c04 p + ul,
.c04 ul + p,
.c04 p + h3,
.c04 h3 + p,
.c04 ul + h3{
  margin-top: 13px;
}

.c04 .red{
  color: #EF5B2F;
  font-weight: bold;
}

.c04 .ad{
  width: 560px;
  text-align: center;
  background: #F4F1E9;
  border-radius: 8px;
  padding: 20px;
  margin: 20px auto 15px;
}

.c04 .ad h3{
  color: #EF5B2F;
}

.c04 .ad h3 + p{
  margin-top: 5px;
}
.c04 .ad a{
  color: #1A1311;
}

.c04 li{
  padding-left: 1.2em;
}

.c04 li + li{
  margin-top: 3px;
}

.c04 ul li::before{
  width: 1.2em;
  margin-left: -1.2em;
  display: inline-block;
}

.c04 ul.note li::before{
  content: "※";
}

.c04 ul.dot li::before{
  content: "●";
  color: #EF5B2F;
  transform: scale(.6);
}


@media screen and (max-width: 767px) {
  
  .mv h1{
    line-height: 0;
  }
    
  .date{
    padding: 0;
  }

  .date h2{
    width: 100%;
  }
  
  .c01 .inner{
    padding: 0;
  }

  .c01 .inner > div{
    width: 100%;
    background: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 9vw;
    box-sizing: border-box;
    position: absolute;
    top: 95vw;
    left: 0;
  }

  .c01 .popup{
    width: 75vw;
    height: 12vw;
    font-size: 3.5vw;
    line-height: 12vw;
    margin: 0 auto 4vw;
    padding-right: .5em;
    border: 2px solid #DB5138;
    border-radius: 2vw;
    position: relative;
  }


  .c01 .popup::after{
    width: 3.6vw;
    height: 3.6vw;
    top: 53%;
    right: 6vw;
  }

  .c01 ul li{
    font-size: 3vw;
    line-height: 1.4;
  }


  .c02{
    text-align: center;
    padding: 10vw 0 15vw;
  }

  .c02 h2{
    margin-bottom: 5vw;
  }

  .c02 h2 img{
    max-width: inherit;
    width: 100vw;
    height: auto;
    margin-left: -4vw;
  }

  .c02 p{
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .c02 p.note{
    font-size: 3.3vw;
    line-height: 1.5;
    text-align: left;
    margin: 5vw 0 8vw;
  }

  .c02 .box{
    border: 1vw solid #E0980E;
    border-radius: 5vw;
    padding: 6vw 4vw 10vw;
  }

  .c02 h3{
    margin: 0 auto 3vw;
  }

  .c02 h3 img{
    max-width: inherit;
    width: 100%;
    height: auto;
  }

  .c02 .box ul{
    padding: 0 3vw;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 5vw 0;
  }

  .c02 .box ul li{
    width: 46%;
  }

  .c02 .box ul li p{
    font-size: 3vw;
    line-height: 1.2;
    margin-top: -1vw;
  }

  .c02 .box ul li p span{
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  
  .c03{
    padding: 10vw 0 13vw;
  }

  .c03 h2{
    width: 100%;
    margin: 0 auto 5vw;
  }
  
  .c03 h2 img,
  .c03 h3 img{
    max-width: inherit;
    width: 100vw;
    height: auto;
    margin-left: -4vw;
  }

  .c03 h3{
    width: 100%;
    margin: 0 auto 5vw;
  }

  .c03 p.st{
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }

  .c03 .c2{
    display: block;
    margin-bottom: 8vw;
  }

  .c03 .c2 .box{
    width: 100%;
    border-radius: 4vw;
    padding: 5vw;
    border: 1vw solid #E0980E;
  }

  .c03 .c2 .txt{
    width: 100%;
    margin-top: 5vw;
  }

  .c03 .line{
    font-size: 4.3vw;
    margin-bottom: 5vw;
  }

  .c03 .line span{
    padding: 0 6vw;
  }

  .c03 .line span::before,
  .c03 .line span::after{
    width: 4vw;
  }

  .c03 .line span::after{
    left: auto;
    right: 0;
  }

  .c03 .c2 .box p{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-top: 2vw;
  }

  .c03 .c2 .txt{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .c03 .c2 .txt ol {
    margin-top: 5vw;
  }

  .c03 .c2 .txt ol > li + li{
    margin-top: 2vw;
  }

  .c03 .note{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .c03 .bbox{
    margin-top: 8vw;
    padding: 6vw 4vw;
    background: #FFF;
    border-radius: 4vw;
    border: 1vw solid #E0980E;
  }

  .c03 .bbox p{
    font-size: 3.9vw;
    line-height: 1.5;
    white-space: nowrap;
    margin-bottom: 5vw;
  }

  .c03 .bbox img{
    width: 90%;
    margin: 0 auto 5vw;
    display: block;
  }

  .c03 .bbox li{
    font-size: 3vw;
    line-height: 1.8;
  }

  .c03 .bbox .dot > li + li{
    margin-top: 5vw;
  }
  
  .c03 .bbox .dot > li:nth-child(2){
    margin-top: 1vw;
  }

  .c03 .bbox .number{
    margin-top: 2vw;
  }
  
  .c03 .bbox .number li + li{
    margin-top: .5vw;
  }
  
  .c03 .bbox p.note{
    font-size: 3vw;
    line-height: 1.5;
    white-space: normal;
    margin-bottom: 0;
    margin-top: 5vw;
  }

  .c03 .btn{
    width: 100vw;
    display: block;
    margin: 10vw auto 0;
    margin-left: -4vw;
  }

  .c04{
    padding: 10vw 0 15vw;
  }

  .c04 h2{
    height: 8vw;
    font-size: 4.5vw;
    line-height: 8vw;
    color: #FFF;
    padding-left: 12vw;
    margin-bottom: 4vw;
  }

  .c04 h2::before{
    width: 9vw;
    height: 9vw;
    bottom: 1vw;
    left: 1.5vw;
  }

  .c04 p + h2,
  .c04 ul + h2{
    margin-top: 10vw;
  }

  .c04 p,
  .c04 ul,
  .c04 h3{
    font-size: 3.2vw;
    line-height: 1.6;
  }

  .c04 h3{
    font-weight: bold;
  }

  .c04 p + ul,
  .c04 ul + p,
  .c04 h3 + p{
    margin-top: 3vw;
  }
  
  .c04 p + h3,
  .c04 ul + h3{
    margin-top: 5vw;
  }
  
  .c04 h3 + ul{
    margin-top: 1vw;
  }

  .c04 .ad{
    width: 80%;
    border-radius: 1.5vw;
    padding: 4vw;
    margin: 20px auto 15px;
  }

  .c04 .ad h3{
    font-size: 3.5vw;
  }
  
  .c04 .ad h3 + p{
    margin-top: 1vw;
  }

  .c04 li + li{
    margin-top: 1vw;
  }


}






