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


.next_sec--rgt {
    background-image: url(../img/plan/next-flow.png);
}

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

.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;
 }

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

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

@media only screen and (max-width: 767px) {
  
	.spec-box{

	padding: 15px;

}
	  
}

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


.list-sec-point{
	margin: 150px auto 0px;
}
@media only screen and (max-width: 767px) {
	.list-sec-point{
	margin: 50px auto 0px;
	}
}
.list-sec-point-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
	.list-sec-point-inner{


	margin-bottom: 50px;
}
}
.list-sec-point-inner:nth-child(2n){

	flex-flow: row-reverse wrap;
	
}
.list-sec-point-inner:last-child{

	margin-bottom: 0px;
	
}
.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;
}

.img-sec-plan{
	display: flex;
}
.img-sec-plan div{
	margin: 20px 1%;
}
@media only screen and (max-width: 767px) {
	.list-sec-2{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 100px auto;
	}
	
	.list-inner{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.img-sec-plan div{
		width: 100%;
	margin: 20px 1%;
}
	.point-img-box{
	width: 100%;
		margin-bottom: 20px;
}

.point-txt-box{
	width: 100%;
	margin-bottom: 20px;
}
	  
}



