@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-around;
	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;
		margin-bottom: 15px;
	}
  
	.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;
		margin-bottom: 15px;
	}
  
	.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;
 }
  @media all and (max-width: 780px) {
	.t-plan{
	margin-bottom: 15px;
	font-size: clamp(15px, 0.9vw, 25px);
	font-family: "Shippori Mincho", serif;
	 margin-top: 15px;
		letter-spacing: 0px;
		line-height: 1.3;
 }
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
		margin-bottom: 15px;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}
  }
  


 .t-plan .ldk{
	background-color: #1C293F;
	color: #fff;
	padding: 5px 10px;
	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;
}

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




