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

.fv-page{
	background: url(/img/pricesp_bk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
}

@media screen and (min-width: 1024px) {
	
	.fv-page{
	background: url(/img/price_bk.png) no-repeat ;
			background-size: cover;
		background-position: right center;
	}
}

.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
}
.wrap-page h2{
	font-size: 1.2rem;
	line-height: 1;
	color: #212a54;
	text-align:left;
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wrap-page h2::after, .wrap-page h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.wrap-page h2::after{
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #231c5c;
    z-index: 1;
}
.wrap-page h2::before{
    width: 100px;
    height: 2px;
    background-color: #f5800d;
    z-index: 2;
    left: 0;
    bottom: 0;

}
.wrap-page p {
    line-height: 1.8;
}
p.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}
table.pricetable{
	border-collapse:  collapse; /* セルの線を重ねる */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pricetable th,.pricetable td {
	font-weight: normal;
    border: solid 1px;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
	background: #fff;
	vertical-align: middle;
	color: #000;
}
.pricetable th{
	background-color: #dae3e7;
	
}
h2.pfh{
	margin-top: 60px;
	line-height: 1.5;
}
@media screen and (min-width: 414px) {
	h2.pfh{
	line-height: 1;
}
}

@media screen and (min-width: 768px) {
.wrap-page h2{
	font-size: 1.5rem;
}}
@media screen and (min-width: 1024px) {
.wrap-page h2{
	font-size: 1.6rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.wrap-page h2::after {
    width: 100%;
    left: 0;
    transform: none;
    height: 2px;

}

.wrap-page{
	width: 96%;
	margin: 50px auto 50px;
	text-align: center;
}

	.wrap-page p{
		line-height: 2;
		text-align: left;
		font-size:1rem
	}
	p.attention{
	font-size: .8rem;
	line-height: 1.6;
	letter-spacing: .5px;
}
	h2.pfh{
	margin-top: 100px;
}
	.pricetable th, .pricetable td {
   
    font-size: 1.1rem;
}
}

ul.priceflow{
	border-left: 2px solid #b5c4cb;
	margin-top: 30px;
	    margin-left: 5px;
	position: relative
}
ul.priceflow li{
	position: relative;
	padding-bottom: 80%;
	margin-top: 20px;
}
ul.priceflow li:nth-child(4){
	margin-top: 40px;
}
ul.priceflow li:last-child{
	margin-top: 50px;
	padding-bottom: 90%;
}
ul.priceflow li::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #212a54;
	left: -4px;
	z-index: 2;
}
ul.priceflow li::after{
	position: absolute;
	font-size: .7rem;
	left: 14px;
	top: -.9em;
	color: #fff;
	background:#212a54;
	padding: 2px 8px;
}
ul.priceflow li:first-child::after{
	content: "STEP.1";
}
ul.priceflow li:nth-child(2)::after{
	content: "STEP.2";
}
ul.priceflow li:nth-child(3)::after{
	content: "STEP.3";
}
ul.priceflow li:nth-child(4)::after{
	content: "STEP.4";
}
ul.priceflow li:nth-child(5)::after{
	content: "STEP.5";
}
ul.priceflow li:last-child::after{
	content: "STEP.6";
}
.flowarrow::before{
	content: "";
	position: absolute;
	width: 5px;

    border: 6px solid transparent;
    border-right: 6px solid #212a54;
    left: -3px;
    top: -.2em;
}
.flowarrow{
	width: 100%;
}
ul.priceflow li h3{
	color: #212a54;
	font-size: 1.2rem;
}
ul.priceflow li img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
ul.priceflow li:first-child img{
	border: 1px solid #d2d2d2;
}
.flowcontent{
	position: absolute;
	height: auto;
	width: 72%;
	left: 28%;
	top: -.7rem;
	
}

li:last-child .flowarrow::after {
    content: "";
    background: #fff;
    position: absolute;
    display: block;
    left: -2px;
    width: 2px;
    height:100%;
    bottom: 0;
    z-index: 1;
}
.flow_text .attention{
	font-size:.8rem;
		display: block;
	}
@media screen and (min-width: 375px) {
	ul.priceflow li {
    position: relative;
    padding-bottom: 70%;
	}
	.flowcontent {
    width: 73%;
    left: 27%;
}
}
@media screen and (min-width: 414px) {
	ul.priceflow li::after{
	padding: 2px 8px;	
}
	.flowcontent{
	width: 75%;
	left: 25%;
	top: -.8rem;
	
}
}
@media screen and (min-width: 568px) {
	.flowcontent{
	width: 80%;
	left: 20%;	
}
	ul.priceflow li {
    padding-bottom: 60%;
	}
}
@media screen and (min-width: 768px) {
	.flowcontent{
	width:85%;
	left: 15%;
	top: -.8rem;
	text-align: left;
	}
	ul.priceflow li h3 {
    font-size: 1.3rem;
}
	ul.priceflow {
    margin-top: 50px;
}
	ul.priceflow li,ul.priceflow li:last-child{
	padding-bottom: 170px;
}
	ul.priceflow li img{
		position: absolute;
		left: 0;
		width: 250px;
		top: -.5rem;
	}
	.flow_text{
		position: absolute;
		left: 270px;
	}
	ul.priceflow li::after{
	font-size: 1rem;
	left: 15px;
	top: -.6em;
	}
.flowarrow::before {
	left: 2px;
	}
ul.priceflow li{
	margin-top: 0;
}
ul.priceflow li:nth-child(4){
	margin-top: 0;
}
ul.priceflow li:last-child{
	margin-top: 0;
}
}
@media screen and (min-width: 1024px) {
	.flowcontent{
	width:90%;
	left: 10%;
	}
	ul.priceflow li p{
	font-size:1rem
}
	
}