.campaign-Catch{
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    background: #fbda3e;
    color: #061e3d;
}
.campaign-Catch a{
   color: #061e3d;
    text-decoration: underline;
}
.campaign-Catch a:hover{
    text-decoration: none;
}
.campaign-Catch h2{
    font-size: 150%;
    font-weight: bold;
}

.campaign-Catch span{
   font-size: 130%;

}
.campaign-Catch span img{
    width: 100%;
    max-width: 80px;
    margin-right: 5px;
    
}
.ribbon {
  position: relative;
    margin: 0 auto 30px;
  text-align: center;
  padding: 20px 0;
  background: #061e3d;/*背景色*/
  color: #fbda3e;/*文字色*/
  box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
}

.ribbon h2{
    font-size: 160%;
    font-weight: bold;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
}
.ribbon:before{
    top:5px;
    left: 0;
    width: 100%;
   border-top: solid 1px #FFF;/*上の破線*/
}
.ribbon:after{
    bottom:5px;
    left: 0;
    width: 100%;
  border-bottom: solid 1px #FFF;/*下の破線*/
}


.period{
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #061e3d;
}
.catch-Txt{
    font-size: 120%;
    text-align: center;
}
.catch-Txt strong{
    font-size: 120%;
    background: linear-gradient(rgba(255,255,255,0) 40%, #a6f5fe 60%);
}

#campaign p span{
		font-weight: bold;
    font-size: 120%;
		background: linear-gradient(rgba(255,255,255,0) 40%, #a6f5fe 60%);
	}
#campaign a:hover{
    text-decoration: none;
}
#campaign .boxx2{
       display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 30px;
}

#campaign .boxx2 .box{
    width: 45%;
     display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    
}

#campaign .boxx2 .box h3{
   position: relative;
  background: #fbda3e;
  padding: 10px 20px 10px 0;
    margin-bottom: 30px;
  font-size: 20px;
    text-align: center;
}
#campaign .boxx2 .box h3 span{
    font-size: 140%;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: center;
    color: #061e3d;
}
#campaign .boxx2 .box h3 span::before{
    content: attr(data-num);
  display: inline-block;
  line-height: 80px;
  position: absolute;
  padding: 0;
  color: #fbda3e;
  background: #061e3d;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  left: -150%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
    
    }
#campaign .boxx2 .box dl{
    padding: 20px 20px 30px;
}
#campaign .boxx2 .box dd h4{
    text-align: center;
    font-size: 130%;
    margin-bottom: 30px;
    font-weight: bold;
    
}
#campaign .box dt img{
	display: block;
	margin: 0 auto 20px;
	width: 120px;
    
	
}
#campaign .boxx2 .box dd h4 span{
    font-size: 130%;
    padding-left: 5px;
    padding-right:5px;
}
#campaign .notice-Txt{
   
    font-size: 80%;
    margin-top: 30px;
}
#campaign .notice-Txt li{
    margin-bottom:5px;
     position: relative;
    margin-left: 20px;
    
    }
#campaign .notice-Txt li::before{
    content: "※";
    position: absolute;
    left:-20px;
    
    }
.comment-Box{
    width: 95%;
    padding: 40px 20px 0;
    margin: 30px auto;
         display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
}
.comment-Box h5{
    font-weight: bold;
    font-size: 100%;
    border-bottom: 1px solid #061e3d;
    border-top: 1px solid #061e3d;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.comment-Box h5:nth-of-type(2),.comment-Box h5:nth-of-type(3){
    margin-top: 30px;
}
.dot-Txt{
    margin-bottom: 30px;
}
.dot-Txt li{
    margin-bottom: 5px;
    padding-left: 2.5rem;
    text-indent: -1.5rem;
    position: relative;
    font-size: 90%;
    
}
.dot-Txt li::before{
    position: absolute;
    content: "";
    background: #061e3d;
    border-radius: 50%;
    width: 8px;
    height:8px;
    left: 0;
    top:6px;
}
p + .dot-Txt{
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
.campaign-Catch{
    font-size: 90%;
    padding: 40px 10px 20px;
}
    
    .tbpc-Dpnone{
        display: block;
    }

.ribbon {
  padding: 20px;
}

.period{
    font-size: 100%;
}
.catch-Txt{
    font-size: 110%;
    text-align: left;
    padding: 0 20px 20px;
}


#campaign .boxx2{
    margin-top: 30px;
    margin-bottom: 20px;
     flex-direction: column;
}

#campaign .boxx2 .box{
    width: 100%;
    
}

#campaign .boxx2 .box h3{
  padding: 10px 20px 10px 10px;
    margin-bottom: 10px;
  font-size: 18px;
}

#campaign .boxx2 .box h3 span::before{
  height: 80px;
  left: -110px;
  top: 50%;
    }
#campaign .boxx2 .box dl{
    padding: 20px;
}



.comment-Box{
    padding: 20px 10px 0;
    margin: 10px auto;
}

.dot-Txt{
    margin-bottom: 30px;
}
.dot-Txt li{
    margin-bottom: 5px;
    padding-left: 1rem;
    text-indent: -.1rem;
    position: relative;
    font-size: 90%;
    
}
.dot-Txt li::before{
    position: absolute;
    content: "";
    background: #061e3d;
    border-radius: 50%;
    width: 8px;
    height:8px;
    left: 0;
    top:6px;
}
p + .dot-Txt{
    margin-top: 30px;
}
    
    
}
@media screen and (min-width: 768px) {
     .tbpc-Dpnone{
        display: none;
    }
}