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


.text-box-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.text-inner{
	width: 65%;
}

.btn-inner{
	width: 30%;
}

@media only screen and (max-width: 767px) {
  
	.text-inner{
		width: 100%;
		margin-bottom: 30px;

	}
	
	.btn-inner{
		width: 100%;
	}
	  
}
.merit-sec{
	margin: 150px auto;
}
@media only screen and (max-width: 767px) {
  .merit-sec{
	margin: 50px auto;
}
	
	  
}

.merit-sec-inner{
	margin-bottom: 100px;
}
.merit-sec-inner:last-child {
	margin-bottom: 0px;
}

.merit-h3{
	margin-bottom: 20px;
	
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
.merit-no{
	color: #259EA2;
	font-size: clamp(24px, 1.66vw, 42px);
}

.merit-h3-inner{
	
	font-size: clamp(15px, 1.07vw, 27px);
}

.merit-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.merit-box-img{
	width: 40%;
}
.merit-box-txt{
	width: 55%;
}
.campaign-h2{
	margin: 50px auto 25px;
}

.pink-t{
	display: block;
	margin-bottom: 10px;
	color: #B5053C;
	font-size: clamp(18px, 1.25vw, 32px);
	font-family: "Shippori Mincho", serif;

}
.campaign-h2-inner{
	display: block;
	font-size: clamp(24px, 1.66vw, 42px);
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  
	.merit-box-img{
		width: 100%;
		margin-bottom: 30px;
	}
	.merit-box-txt{
		width: 100%;
	}
	  
}






/* plan部分 */

	
 
.list-sec-2{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 50px auto 100px;
}

.list-inner{
	width: 48%;
	margin-bottom: 50px;
}






	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	  font-size: clamp(28px, 1.87vw, 47px);
	  font-family: "Shippori Mincho", serif;
	  font-weight: 400;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}

  
  @media all and (min-width: 781px) and (max-width: 1100px) {
	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}
  }
  
  @media all and (max-width: 780px) {
	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}
  }
  
 .t-plan{
	margin-bottom: 15px;
	font-size: clamp(18px, 1.04vw, 36px);
	font-family: "Shippori Mincho", serif;
	 margin-top: 15px;
 }

 .t-plan .ldk{
	    background-color: #1C293F;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
    display: block;
    max-width: 100px;
    text-align: center;
 }

.spec-box{
	background-color: #1C293F;
	color: #fff;
	padding: 30px;
	font-size: clamp(12px, 0.72vw, 20px);
	border-radius: 5px;
}

.hover-box{
	display: block;
	transition: all 1s;
}
.hover-box:hover {
	opacity: 0.7;
}


.list-sec-point{
	margin: 150px auto;
}
.list-sec-point-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 100px;
}
.list-sec-point-inner:nth-child(2n){

	flex-flow: row-reverse wrap;
	
}

.point-img-box{
	width: 40%;
}

.point-txt-box{
	width: 55%;
}

.plan-date{
	color: #1C293F;
	margin: 15px 0px;
}
.point-t{
	color: #536481;
	font-size: clamp(20px, 1.02vw, 35px);
	font-family: "Shippori Mincho", serif;
}
.point-h4{
	font-size: clamp(25px, 1.05vw, 40px);
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .spec-box {
        background-color: #1C293F;
        color: #fff;
        padding: 10px;
        font-size: clamp(10px, 0.62vw, 14px);
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {
	.list-sec-2{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 30px auto;
	}
	
	.list-inner{
		width: 100%;
		margin-bottom: 50px;
	}
	
	
	
	  
}
