
@charset "UTF-8";

.key-visual{
	background: url(../images/plan-key-visual.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

#support:after{
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/wave-bottom.png);
	background-position: center;
	z-index: 9;
}
#support p span{
	font-weight: 600;
}
#plan .inner:after,
#flow .inner:after,
#facility .inner:after,
#payment .inner:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.sec-ttl{
	width: 180px;
	float: left;
}

/* +++++++++++++++++++++#plan+++++++++++++++++++++++++++ */
#plan,
#flow,
#facility{
	//padding-bottom: 0;
}
#plan .sec-ttl{
	width: 100%;
	margin-bottom: 40px;
}
#plan-outline{
	clear: both;
}
#plan h4{
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	margin: 40px 0 0;
}
#plan h4:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,rgba(255,255,255,0),#777 20%,#777 80%,rgba(255,255,255,0));
	margin-bottom: 20px;
}
#plan h4:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,rgba(255,255,255,0),#777 20%,#777 80%,rgba(255,255,255,0));
	margin-top: 20px;
}
#plan h4 span{
	font-size: 14px;
	display: block;
	padding-top: 10px;
}
.plan-area{
	margin-top: 80px;
}
.plan-area:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.plan-area .pic{
	overflow: hidden;
	border-radius: 5px;
	width: 360px;
	background: #ccc;
}
.plan-area:nth-of-type(2n+1) .pic{
	float: right;
}
.plan-area:nth-of-type(even) .pic{
	float: left;
}

#plan h5{
	font-size: 18px;
	text-align: center;
	line-height: 1;
	padding: 18px 0;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	font-weight: 400;
	margin-bottom: 20px;
}
#plan .description{
	width: 600px;
	padding: 0 0 20px;
}
.plan-area:nth-of-type(2n+1) .description{
	float: left;
}
.plan-area:nth-of-type(even) .description{
	float: right;
}
#plan dl{
	width: 600px;
	font-weight: 600;
	margin-bottom: 20px;
}
.plan-area:nth-of-type(2n+1) dl{
	float: left;
}
.plan-area:nth-of-type(even) dl{
	float: right;
}
#plan dt{
	font-size: 17px;
	line-height: 1;
	margin-bottom: 1em;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 1em .5em 1em;
	border-bottom: 1px dotted #777;
}
#plan dd ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#plan dd li{
	color: #fff;
	background: #001273;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	padding: 0 1.2em;
	line-height: 2;
}
.plan-area:nth-of-type(2n+1) .price{
	float: left;
}
.plan-area:nth-of-type(even) .price{
	float: right;
}
#plan .price{
	background: #fff;
	border-radius: 4px;
	padding: 20px 0;
	width: 600px;
	text-align: center;
	line-height: 1;
	font-size: 24px;
	color: #e71844;
	font-weight: 600;
}
#plan .price span{
	font-size: 16px;
}
.tax{
	color: #000;
	padding-left: .5em;
}
#plan span.caution{
	font-weight: 400;
	padding-top: 10px;
	font-size: 13px;
	display: block;
	color: #000;
}

/* +++++++++++++++++++++#flow+++++++++++++++++++++++++++ */
#flow-outline{
	width: calc(100% - 180px);
	float: right;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 60px;
	border-bottom: 1px dotted #777;
	padding: 0 .5em .5em;
	font-weight: 600;
}
#flow-list{
	float: right;
	width: calc(100% - 180px);
}
#flow-list li{
	position: relative;
	padding-bottom:;
}
#flow-list li:after{
	content: "";
	display: block;
	width: 2px;
	height: 50px;
	clear: both;
	background: #aaa;
	margin: 40px auto;
}
#flow-list li:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 30px solid #aaa;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
#flow-list li:last-of-type:after{
	width: 0;
	height: 0;
	visibility: hidden;
}
#flow-list li:last-of-type:before{
	display: none;
}
#flow-list h4{
	font-size: 24px;
	font-weight: 400;
	color: #001273;
	line-height: 1.5;
	float: left;
	width: 60%;
	padding: 40px 0 10px 60px;
	position: relative;
}
#flow-list h4:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: rgba(0,18,115,0.4);
}
#flow-list li:nth-of-type(1) h4:before{
	content: "1";
}
#flow-list li:nth-of-type(2) h4:before{
	content: "2";
}
#flow-list li:nth-of-type(3) h4:before{
	content: "3";
}
#flow-list li:nth-of-type(4) h4:before{
	content: "4";
}
#flow-list li:nth-of-type(5) h4:before{
	content: "5";
}
#flow-list li:nth-of-type(6) h4:before{
	content: "6";
}
#flow-list li:nth-of-type(7) h4:before{
	content: "7";
}
#flow-list h4:after{
	content: "";
	display: block;
	position: absolute;
	left: 70px;
	top: 10px;
	font-size: 40px;
	background: rgba(0,18,115,0.4);
	width: 1px;
	height: 100%;
	transform: rotate(45deg);
	transform-origin: left top;
}
#flow-list p{
	float: left;
	width: 60%;
	clear: left;
	margin-bottom: 40px;
}
#flow figure{
	width: calc(40% - 30px);
	border-radius: 5px;
	background: #ccc;
	float: right;
	overflow: hidden;
	margin-bottom: 40px;
}
#flow-list li:last-of-type p,
#flow-list li:last-of-type figure{
	margin-bottom: 0;
}

/* +++++++++++++++++++++#facility+++++++++++++++++++++++++++ */
#facility .sec-ttl{
	float: right;
}
#facility ul{
	float: left;
	width: calc(100% - 180px);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#facility li{
	width: calc(50% - 20px);
}
#facility .pic{
	overflow: hidden;
	border-radius: 5px;
	background: #ccc;
}
#facility h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding: 20px 10px 10px;
	display: inline-block;
	vertical-align: baseline;
	border-bottom: 1px dotted #777;
	margin-bottom: 15px;
	letter-spacing: .2em;
}

/* +++++++++++++++++++++#payment+++++++++++++++++++++++++++ */
#payment{
	position: relative;
	z-index: 9;
	padding-top: 0;
	word-break: normal;
}
.payment-outline{
	line-height: 2;
	width: calc(100% - 180px);
	float: right;
}
ul.payment-outline{
	font-weight: 600;
	margin: 1em 0;
}
ul.payment-outline li:nth-of-type(1):before{
	content: "1. ";
	display: inline;
}
ul.payment-outline li:nth-of-type(2):before{
	content: "2. ";
	display: inline;
}
ul.payment-outline li:nth-of-type(3):before{
	content: "3. ";
	display: inline;
}
#payment h4{
	line-height: 1;
	float: right;
	width: calc(100% - 180px);
	clear: right;
	margin-top: 50px;
}
#support h4{
	line-height: 1;
	float: right;
	width: calc(100% - 180px);
	clear: right;
}
#payment h4 span,
#support h4 span{
	font-size: 18px;
    	font-weight: 500;
    	line-height: 1;
    	padding: 0 10px 10px;
    	display: inline-block;
    	vertical-align: baseline;
    	border-bottom: 1px dotted #777;
    	margin-bottom: 15px;
    	letter-spacing: .2em;
}
.payment-txt{
	float: right;
	clear: right;
	width: calc(100% - 180px);
}
.payment-logo{
	margin-top: 15px;
	clear: right;
	float: right;
	width: calc(100% - 180px);
}
.payment-logo img{
	width: 100%;
	display: block;
	max-width: 400px;
}

/* +++++++++++++++++++++#support+++++++++++++++++++++++++++ */
#support{
	padding-top: 0;
}



@media screen and (max-width: 768px){
	header h1{
		//padding-right: 20px;
	}
	.sec-ttl{
		width: 100%;
	}
	#outline .btn-area{
		width: 100%;
		float: none;
		clear: both;
	}
	#payment:after{
		height: 10px;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
	}






/* +++++++++++++++++++++#plan+++++++++++++++++++++++++++ */
	#plan .sec-ttl{
		width: 100%;
		margin-bottom: 30px;
	}
	#plan h4{
		font-size: 1.8rem;
		margin: 30px 0 0;
	}
	#plan h4:before{
		margin-bottom: 15px;
	}
	#plan h4:after{
		margin-top: 15px;
	}
	#plan h4 span{
		font-size: 1.3rem;
	}
	.plan-area{
		margin-top: 50px;
	}

	.plan-area .pic{
		overflow: hidden;
		border-radius: 5px;
		width: 100%;
	}
	.plan-area:nth-of-type(2n+1) .pic{
		float: none;
	}
	.plan-area:nth-of-type(even) .pic{
		float: none;
	}

	#plan h5{
		font-size: 1.7rem;
		text-align: center;
		line-height: 1;
		padding: 20px 0;
		font-weight: 400;
		margin-bottom: 15px;
	}
	#plan .description{
		width: 100%;
		padding: 15px 0;
	}
	.plan-area:nth-of-type(2n+1) .description{
		float: none;
	}
	.plan-area:nth-of-type(even) .description{
		float: none;
	}
	#plan dl{
		width: 100%;
		margin-bottom: 10px;
	}
	.plan-area:nth-of-type(2n+1) dl{
		float: none;
	}
	.plan-area:nth-of-type(even) dl{
		float: none;
	}
	#plan dt{
		font-size: 1.6rem;
		margin-bottom: 1em;
		padding: 0 .5em .5em;
	}
	#plan dd li{
		margin: 0 8px 8px 0;
		padding: 0 1em;
		font-size: 1.3rem;
	}
	.plan-area:nth-of-type(2n+1) .price{
		float: left;
	}
	.plan-area:nth-of-type(even) .price{
		float: right;
	}
	#plan .price{
		padding: 15px 0;
		width: 100%;
		font-size: 2.2rem;
	}
	#plan .price span{
		font-size: 1.4rem;
	}
	.tax{
		color: #000;
		padding-left: .5em;
	}
	#plan span.caution{
		padding-top: 8px;
		font-size: 1.2rem;
	}

/* +++++++++++++++++++++#flow+++++++++++++++++++++++++++ */
	#flow-outline{
		width: 100%;
		float: none;
		clear: both;
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
	#flow-list{
		width: 100%;
		float: none;
	}
	#flow-list li:after{
		height: 50px;
		margin: 25px auto 40px;
	}

	#flow-list h4{
		font-size: 2rem;
		float: none;
		width: 100%;
		padding: 30px 0 10px 60px;
	}
	#flow-list h4:before{
		left: 8px;
		top: 0;
		font-size: 34px;
	}
	#flow-list h4:after{
		left: 58px;
		top: 14px;
		font-size: 40px;
	    	height: 100%;
	}
	#flow-list p{
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
	#flow figure{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	#flow-list li:last-of-type:after{
		margin: 0;
		width: 0;
		height: 0;
		visibility: hidden;
	}

/* +++++++++++++++++++++#facility+++++++++++++++++++++++++++ */
	#facility .sec-ttl{
		float: none;
	}
	#facility ul{
		float: none;
		width: 100%;
		flex-direction: column;
	}
	#facility li{
		width: 100%;
		margin-bottom: 30px;
	}
	#facility li:last-of-type{
		margin-bottom: 0;
	}
	#facility h4{
		font-size: 1.8rem;
		padding: 15px 10px 10px;
		margin-bottom: 10px;
	}
/* +++++++++++++++++++++#payment+++++++++++++++++++++++++++ */
	.payment-outline{
		line-height: 1.8;
		width: 100%;
		float: none;
	}

	#payment h4{
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	#support h4{
		width: 100%;
		float: none;
	}
	#payment h4 span,
	#support h4 span{
		font-size: 1.6rem;
	    	padding: 0 10px 5px;
	    	margin-bottom: 10px;
		line-height: 1.5;
		display: block;
	}
	.payment-txt{
		float: none;
		width: 100%;
	}
	.payment-logo{
		width: 100%;
		max-width: 400px;
		margin-top: 15px;
		float: none;
	}
	.payment-logo img{
		width: 100%;
		height: auto;
	}
}

