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

.fv-page{
	background: url(https://www.prime.wte.jp/img/startguidesp_bk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
}

@media screen and (min-width: 1024px) {
	.fv-page{
	background: url(img/startguide_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;
	padding-bottom: 10px;
}
.guidetitle{
	background: #dae3e7;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.wrap-page p {
    line-height: 1.8;
}
.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}

@media screen and (min-width: 414px) {
	h2.pfh{
	line-height: 1;
}
}

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


.wrap-page{
	width: 96%;
	margin: 50px auto 50px;
	text-align: center;
}
	.wrap-page p{
		line-height: 2;
		text-align: left;
	}
}

ul.priceflow{
	border-left: 2px solid #b5c4cb;
	margin-top: 30px;
	position: relative
}
ul.priceflow li{
	position: relative;
	padding-bottom: calc(160%*420/580);
	margin-top: 20px;
}
#tab1 ul.priceflow li:nth-child(1){
	padding-bottom: calc(180%*420/580);
}
#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(270%*420/580);
}
#tab1 ul.priceflow li:nth-child(4){
	padding-bottom: calc(210%*420/580);
}
#tab1 ul.priceflow li:nth-child(5){
	padding-bottom: calc(210%*420/580);
}
#tab2 ul.priceflow li:nth-child(1){
	padding-bottom: calc(220%*420/580);
}
#tab2 ul.priceflow li:nth-child(2){
	padding-bottom: calc(220%*420/580);
}
#tab2 ul.priceflow li:nth-child(3){
	padding-bottom: calc(270%*420/580);
}
#tab2 ul.priceflow li:nth-child(4){
	padding-bottom: calc(190%*420/580);
}
#tab2 ul.priceflow li:nth-child(5){
	padding-bottom: calc(180%*420/580);
}
#tab2 ul.priceflow li:nth-child(6){
	padding-bottom: calc(180%*420/580);
}
#tab2 ul.priceflow li:nth-child(7){
	padding-bottom: calc(245%*420/580);
}
#tab2 ul.priceflow li:nth-child(8){
	padding-bottom: calc(155%*420/580);
}
#tab2 ul.priceflow li:nth-child(9){
	padding-bottom: calc(170%*420/580);
}
#tab2 ul.priceflow li:nth-child(10){
	padding-bottom: calc(235%*420/580);
}
#tab2 ul.priceflow li:nth-child(11){
	padding-bottom: calc(295%*420/580);
}
#tab2 ul.priceflow li:nth-child(12){
	padding-bottom: calc(240%*420/580);
}
#tab4 ul.priceflow li{
	padding-bottom: calc(200%*420/580);
}
#tab3 ul.priceflow li:nth-child(1){
	padding-bottom: calc(225%*420/580);
}
#tab3 ul.priceflow li:nth-child(2){
	padding-bottom: calc(215%*420/580);
}
#tab3 ul.priceflow li:nth-child(3){
	padding-bottom: calc(220%*420/580);
}
#tab3 ul.priceflow li:nth-child(4){
	padding-bottom: calc(210%*420/580);
}
#tab3 ul.priceflow li:nth-child(5){
	padding-bottom: calc(200%*420/580);
}
#tab3 ul.priceflow li:nth-child(6){
	padding-bottom: calc(175%*420/580);
}
#tab3 ul.priceflow li:nth-child(7){
	padding-bottom: calc(180%*420/580);
}
#tab4 ul.priceflow li:nth-child(1){
	padding-bottom: calc(280%*420/580);
}
#tab4 ul.priceflow li:nth-child(2){
	padding-bottom: calc(280%*420/580);
}
#tab4 ul.priceflow li:nth-child(3){
	padding-bottom: calc(240%*420/580);
}
#tab4 ul.priceflow li:nth-child(4){
	padding-bottom: calc(400%*420/580);
}
ul.priceflow li:nth-child(4){
	margin-top: 40px;
}
ul.priceflow li:last-child{
	margin-top: 50px;
}
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: 1.2rem;
	left: 11px;
	top: -.5em;
	color: #fff;
	background:#212a54;
	padding: 2px 8px;
	    font-family: YakuHanMP,"Noto Serif Japanese",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN";
}
ul.priceflow li:first-child::after{
	content: "01";
}
ul.priceflow li:nth-child(2)::after{
	content: "02";
}
ul.priceflow li:nth-child(3)::after{
	content: "03";
}
ul.priceflow li:nth-child(4)::after{
	content: "04";
}
ul.priceflow li:nth-child(5)::after{
	content: "05";
}
ul.priceflow li:nth-child(6)::after{
	content: "06";
}
ul.priceflow li:nth-child(7)::after{
	content: "07";
}
ul.priceflow li:nth-child(8)::after{
	content: "08";
}
ul.priceflow li:nth-child(9)::after{
	content: "09";
}
ul.priceflow li:nth-child(10)::after{
	content: "10";
}
ul.priceflow li:nth-child(11)::after{
	content: "11";
}
ul.priceflow li:nth-child(12)::after{
	content: "12";
}
.flowarrow::before{
	content: "";
	position: absolute;
	width: 5px;

    border: 6px solid transparent;
    border-right: 6px solid #212a54;
    left: -5px;
    top: -.2em;
}
.flowarrow{
	width: 100%;
}
ul.priceflow li h3{
	color: #212a54;
	font-size: 1.1rem;
	letter-spacing: 1px;
}
ul.priceflow li img{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
ul.priceflow li img{
	border: 1px solid #d2d2d2;
}
.flowcontent{
	position: absolute;
	height: auto;
	padding: 15px 22px 20px;
	left: 10%;
	top: -1.5rem;
	border: solid 2px #e7e7e7;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

h4.mailerror{
	margin-top:20px;
	padding-left:1.3rem;
	position:relative;
}
h4.mailerror::before{
	font-size:13px;
	content:"!";
	position:absolute;
	left:0;
	top:50%;
	line-height:15px;
	color:#fff;
	width:15px;
	height:15px;
	background:#f5800d;
	border-radius:50%;
	text-align:center;
	transform: translateY(-50%) ;
}
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{
		display: block;
	}
@media screen and (min-width: 375px) {
	ul.priceflow li{
	position: relative;
	padding-bottom: calc(155%*420/580);
	margin-top: 20px;
}
#tab1 ul.priceflow li:nth-child(1){
	padding-bottom: calc(175%*420/580);
}
#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(228%*420/580);
}
#tab1 ul.priceflow li:nth-child(4){
	padding-bottom: calc(185%*420/580);
}
#tab1 ul.priceflow li:nth-child(5){
	padding-bottom: calc(175%*420/580);
}
#tab2 ul.priceflow li:nth-child(1){
	padding-bottom: calc(200%*420/580);
}
#tab2 ul.priceflow li:nth-child(2){
	padding-bottom: calc(205%*420/580);
}
#tab2 ul.priceflow li:nth-child(3){
	padding-bottom: calc(230%*420/580);
}
#tab2 ul.priceflow li:nth-child(4){
	padding-bottom: calc(185%*420/580);
}
	#tab2 ul.priceflow li:nth-child(5){
	padding-bottom: calc(175%*420/580);
}
	#tab2 ul.priceflow li:nth-child(6){
	padding-bottom: calc(160%*420/580);
}
#tab2 ul.priceflow li:nth-child(7){
	padding-bottom: calc(195%*420/580);
}
#tab2 ul.priceflow li:nth-child(9) {
    padding-bottom: calc(150%*420/580);
}
#tab2 ul.priceflow li:nth-child(10){
	padding-bottom: calc(210%*420/580);
}
#tab2 ul.priceflow li:nth-child(11){
	padding-bottom: calc(245%*420/580);
}
#tab2 ul.priceflow li:nth-child(12){
	padding-bottom: calc(190%*420/580);
}
#tab3 ul.priceflow li:nth-child(1){
	padding-bottom: calc(185%*420/580);
}
#tab3 ul.priceflow li:nth-child(2){
	padding-bottom: calc(185%*420/580);
}
#tab3 ul.priceflow li:nth-child(3){
	padding-bottom: calc(185%*420/580);
}
#tab3 ul.priceflow li:nth-child(4){
	padding-bottom: calc(178%*420/580);
}
#tab3 ul.priceflow li:nth-child(5){
	padding-bottom: calc(178%*420/580);
}
#tab3 ul.priceflow li:nth-child(6){
	padding-bottom: calc(153%*420/580);
}
#tab3 ul.priceflow li:nth-child(7){
	padding-bottom: calc(170%*420/580);
}
#tab4 ul.priceflow li:nth-child(1){
	padding-bottom: calc(230%*420/580);
}
#tab4 ul.priceflow li:nth-child(2){
	padding-bottom: calc(230%*420/580);
}
#tab4 ul.priceflow li:nth-child(3){
	padding-bottom: calc(200%*420/580);
}
#tab4 ul.priceflow li:nth-child(4){
	padding-bottom: calc(335%*420/580);
}
}
@media screen and (min-width: 414px) {
	ul.priceflow li::after{
	padding: 2px 8px;	
}
	ul.priceflow li{
	position: relative;
	padding-bottom: calc(145%*420/580);
	margin-top: 20px;
}
#tab1 ul.priceflow li:nth-child(1){
	padding-bottom: calc(156%*420/580);
}
#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(200%*420/580);
}
#tab1 ul.priceflow li:nth-child(4){
	padding-bottom: calc(166%*420/580);
}
#tab1 ul.priceflow li:nth-child(5){
	padding-bottom: calc(160%*420/580);
}	
#tab2 ul.priceflow li:nth-child(1){
	padding-bottom: calc(182%*420/580);
}
#tab2 ul.priceflow li:nth-child(2){
	padding-bottom: calc(175%*420/580);
}
#tab2 ul.priceflow li:nth-child(3){
	padding-bottom: calc(200%*420/580);
}
#tab2 ul.priceflow li:nth-child(4){
	padding-bottom: calc(167%*420/580);
}
	#tab2 ul.priceflow li:nth-child(5){
	padding-bottom: calc(160%*420/580);
}
	#tab2 ul.priceflow li:nth-child(6){
	padding-bottom: calc(160%*420/580);
}
#tab2 ul.priceflow li:nth-child(7){
	padding-bottom: calc(178%*420/580);
}
#tab2 ul.priceflow li:nth-child(8){
	padding-bottom: calc(150%*420/580);
}
#tab2 ul.priceflow li:nth-child(9){
	padding-bottom: calc(150%*420/580);
}
#tab2 ul.priceflow li:nth-child(10){
	padding-bottom: calc(190%*420/580);
}
#tab2 ul.priceflow li:nth-child(11){
	padding-bottom: calc(220%*420/580);
}
#tab2 ul.priceflow li:nth-child(12){
	padding-bottom: calc(170%*420/580);
}
#tab3 ul.priceflow li:nth-child(1){
	padding-bottom: calc(165%*420/580);
}
#tab3 ul.priceflow li:nth-child(2){
	padding-bottom: calc(165%*420/580);
}
#tab3 ul.priceflow li:nth-child(3){
	padding-bottom: calc(178%*420/580);
}
#tab3 ul.priceflow li:nth-child(4){
	padding-bottom: calc(168%*420/580);
}
#tab3 ul.priceflow li:nth-child(5){
	padding-bottom: calc(162%*420/580);
}
#tab3 ul.priceflow li:nth-child(6){
	padding-bottom: calc(145%*420/580);
}
#tab3 ul.priceflow li:nth-child(7){
	padding-bottom: calc(153%*420/580);
}
#tab4 ul.priceflow li:nth-child(1){
	padding-bottom: calc(200%*420/580);
}
#tab4 ul.priceflow li:nth-child(2){
	padding-bottom: calc(210%*420/580);
}
#tab4 ul.priceflow li:nth-child(3){
	padding-bottom: calc(190%*420/580);
}
#tab4 ul.priceflow li:nth-child(4){
	padding-bottom: calc(295%*420/580);
}
}
@media screen and (min-width: 568px) {
	.flowcontent{
	left: 7%;	
}
	ul.priceflow{
	    margin-left: 5px;
}
ul.priceflow li::after{
	position: absolute;
	font-size: 1.2rem;
	left: 12px;
	top: -.5em;
	color: #fff;
	background:#212a54;
	padding: 2px 8px;
	    font-family: YakuHanMP,"Noto Serif Japanese",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN";
}
	ul.priceflow li{
	position: relative;
	padding-bottom: calc(130%*420/580);
	margin-top: 20px;
}
#tab1 ul.priceflow li:nth-child(1){
	padding-bottom: calc(135%*420/580);
}
#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(160%*420/580);
}
#tab1 ul.priceflow li:nth-child(4){
	padding-bottom: calc(135%*420/580);
}
#tab1 ul.priceflow li:nth-child(5){
	padding-bottom: calc(130%*420/580);
}
#tab2 ul.priceflow li:nth-child(1) {
    padding-bottom: calc(135%*420/580);
}
#tab2 ul.priceflow li:nth-child(2) {
    padding-bottom: calc(150%*420/580);
}
#tab2 ul.priceflow li:nth-child(3) {
    padding-bottom: calc(160%*420/580);
}
#tab2 ul.priceflow li:nth-child(4) {
    padding-bottom: calc(145%*420/580);
}
	#tab2 ul.priceflow li:nth-child(5) {
    padding-bottom: calc(140%*420/580);
}
#tab2 ul.priceflow li:nth-child(6) {
    padding-bottom: calc(140%*420/580);
}
	#tab2 ul.priceflow li:nth-child(7) {
    padding-bottom: calc(155%*420/580);
}
	#tab2 ul.priceflow li:nth-child(8) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(9) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(10) {
    padding-bottom: calc(150%*420/580);
}
	#tab2 ul.priceflow li:nth-child(11) {
    padding-bottom: calc(162%*420/580);
}
	#tab2 ul.priceflow li:nth-child(12) {
    padding-bottom: calc(140%*420/580);
}
	#tab3 ul.priceflow li:nth-child(1){
	padding-bottom: calc(145%*420/580);
}
#tab3 ul.priceflow li:nth-child(2){
	padding-bottom: calc(145%*420/580);
}
#tab3 ul.priceflow li:nth-child(3){
	padding-bottom: calc(150%*420/580);
}
#tab3 ul.priceflow li:nth-child(4){
	padding-bottom: calc(140%*420/580);
}
#tab3 ul.priceflow li:nth-child(5){
	padding-bottom: calc(140%*420/580);
}
#tab3 ul.priceflow li:nth-child(6){
	padding-bottom: calc(130%*420/580);
}
#tab3 ul.priceflow li:nth-child(7){
	padding-bottom: calc(130%*420/580);
}
#tab4 ul.priceflow li:nth-child(1){
	padding-bottom: calc(160%*420/580);
}
#tab4 ul.priceflow li:nth-child(2){
	padding-bottom: calc(160%*420/580);
}
#tab4 ul.priceflow li:nth-child(3){
	padding-bottom: calc(155%*420/580);
}
#tab4 ul.priceflow li:nth-child(4){
	padding-bottom: calc(195%*420/580);
}
}
@media screen and (min-width: 667px) {
	.flowcontent{
	left: 6%;	
}
	#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(142%*420/580);
}
	#tab2 ul.priceflow li:nth-child(1) {
    padding-bottom: calc(135%*420/580);
}
#tab2 ul.priceflow li:nth-child(2) {
    padding-bottom: calc(145%*420/580);
}
#tab2 ul.priceflow li:nth-child(3) {
    padding-bottom: calc(145%*420/580);
}
#tab2 ul.priceflow li:nth-child(4) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(5) {
    padding-bottom: calc(130%*420/580);
}
#tab2 ul.priceflow li:nth-child(6) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(7) {
    padding-bottom: calc(145%*420/580);
}
	#tab2 ul.priceflow li:nth-child(8) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(9) {
    padding-bottom: calc(130%*420/580);
}
	#tab2 ul.priceflow li:nth-child(10) {
    padding-bottom: calc(140%*420/580);
}
	#tab2 ul.priceflow li:nth-child(11) {
    padding-bottom: calc(150%*420/580);
}
	#tab2 ul.priceflow li:nth-child(12) {
    padding-bottom: calc(140%*420/580);
}
	#tab3 ul.priceflow li:nth-child(1){
	padding-bottom: calc(140%*420/580);
}
#tab3 ul.priceflow li:nth-child(2){
	padding-bottom: calc(135%*420/580);
}
#tab3 ul.priceflow li:nth-child(3){
	padding-bottom: calc(138%*420/580);
}
#tab3 ul.priceflow li:nth-child(4){
	padding-bottom: calc(135%*420/580);
}
#tab3 ul.priceflow li:nth-child(5){
	padding-bottom: calc(135%*420/580);
}
#tab3 ul.priceflow li:nth-child(6){
	padding-bottom: calc(123%*420/580);
}
#tab3 ul.priceflow li:nth-child(7){
	padding-bottom: calc(130%*420/580);
}
#tab4 ul.priceflow li:nth-child(1){
	padding-bottom: calc(145%*420/580);
}
#tab4 ul.priceflow li:nth-child(2){
	padding-bottom: calc(145%*420/580);
}
#tab4 ul.priceflow li:nth-child(3){
	padding-bottom: calc(132%*420/580);
}
#tab4 ul.priceflow li:nth-child(4){
	padding-bottom: calc(170%*420/580);
}

}
@media screen and (min-width: 736px) {
	ul.priceflow li{
	position: relative;
	padding-bottom: calc(125%*420/580);
	margin-top: 20px;
}
#tab1 ul.priceflow li:nth-child(1){
	padding-bottom: calc(130%*420/580);
}
#tab1 ul.priceflow li:nth-child(3){
	padding-bottom: calc(140%*420/580);
}
#tab1 ul.priceflow li:nth-child(4){
	padding-bottom: calc(125%*420/580);
}
#tab1 ul.priceflow li:nth-child(5){
	padding-bottom: calc(125%*420/580);
}	
	
	
}
@media screen and (min-width: 768px) {
	.flowcontent {
		padding: 15px 30px 20px;
	}
	ul.priceflow li h3{
	font-size: 1.3rem;
		margin-bottom:10px;
}
	ul.priceflow {
    margin-top: 80px;
}
	ul.priceflow li,
	#tab1 ul.priceflow li:nth-child(1),
	
	#tab1 ul.priceflow li:nth-child(4),
	#tab1 ul.priceflow li:nth-child(5),
	#tab4 ul.priceflow li,
	#tab3 ul.priceflow li:nth-child(1),
	#tab3 ul.priceflow li:nth-child(2),
	#tab3 ul.priceflow li:nth-child(3),
	#tab3 ul.priceflow li:nth-child(4),
	#tab3 ul.priceflow li:nth-child(5),
	#tab3 ul.priceflow li:nth-child(6),
	#tab3 ul.priceflow li:nth-child(7),
	#tab2 ul.priceflow li:nth-child(2),
#tab2 ul.priceflow li:nth-child(1),
	#tab2 ul.priceflow li:nth-child(4),
	#tab2 ul.priceflow li:nth-child(5),
	#tab2 ul.priceflow li:nth-child(6),
#tab2 ul.priceflow li:nth-child(7),
#tab2 ul.priceflow li:nth-child(8),
#tab2 ul.priceflow li:nth-child(9),
#tab2 ul.priceflow li:nth-child(10),
#tab2 ul.priceflow li:nth-child(11),
#tab2 ul.priceflow li:nth-child(12)
	{
	padding-bottom: calc(68%*420/580);
}
	#tab1 ul.priceflow li:nth-child(3){
		padding-bottom: calc(88%*420/580);
	}
	#tab2 ul.priceflow li:nth-child(3){
		padding-bottom: calc(93%*420/580);
	}
	#tab2 ul.priceflow li:nth-child(7){
		padding-bottom: calc(75%*420/580);
	}
	#tab2 ul.priceflow li:nth-child(11){
		padding-bottom: calc(105%*420/580);
	}
	#tab2 ul.priceflow li:nth-child(12){
		padding-bottom: calc(115%*420/580);
	}
	#tab4 ul.priceflow li:nth-child(1){
		padding-bottom: calc(90%*420/580);
	}
	#tab4 ul.priceflow li:nth-child(2){
		padding-bottom: calc(90%*420/580);
	}
	#tab4 ul.priceflow li:nth-child(3){
		padding-bottom: calc(85%*420/580);
	}
	#tab4 ul.priceflow li:nth-child(4){
		padding-bottom: calc(140%*420/580) !important;
	}
	ul.priceflow li:last-child{
		padding-bottom: calc(70%*420/580) !important;
	}
#tab3 ul.priceflow li:last-child{
		padding-bottom: calc(65%*420/580) !important;
	}
	ul.priceflow li img{
		float: right;
		
		top: -.5rem;
		width: 54%;
		margin-left: 5%;
	}
	.flow_text{
		width: 40%;
		float: left;
		left: 0;
	}
	ul.priceflow li::after{
	left: 19px;
top: -.6em;
font-size: 1.3rem;
		padding: 4px 10px;
	}
.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{
		text-align:left;
	width:96%;
	left: 4%;
		padding:25px 35px;
		top: -2.5rem;
	}
	.mt10{
		margin-top:10px;
	}
	ul.priceflow li h3{
	font-size: 1.4rem;
		margin-bottom:10px;
}
	#tab1 ul.priceflow li:nth-child(3),#tab2 ul.priceflow li:nth-child(3),#tab2 ul.priceflow li:nth-child(7),#tab2 ul.priceflow li:nth-child(11),#tab2 ul.priceflow li:nth-child(12),
	#tab4 ul.priceflow li:nth-child(1),#tab4 ul.priceflow li:nth-child(2),#tab4 ul.priceflow li:nth-child(3){
		padding-bottom: calc(68%*420/580) !important;
	}
	#tab2 ul.priceflow li:nth-child(12){
		padding-bottom: calc(60%*420/580) !important;
	}
	#tab4 ul.priceflow li:nth-child(4){
		padding-bottom: calc(77%*420/580) !important;
	}
}
@media screen and (min-width: 1090px) {
#tab4 ul.priceflow li:nth-child(4),#tab1 ul.priceflow li:last-child,#tab3 ul.priceflow li:last-child{
		padding-bottom: calc(60%*420/580) !important;
	}
}
.tab_area{
 overflow:hidden;
 display:table;
 margin:0;
 }
 
.tab_area li{
 /*Tabの装飾*/
 width:139px; 
 height:49px; 
 text-align:center; 
 border-right: 1px dotted #909090; 
 cursor: pointer; 
 vertical-align:middle; 
 display:table-cell;  
 background-color:#ffffff;
 }

 
.tab_area li.select{
 /*アクティブタブの装飾*/
 background-color:#231c5c;  
 color:#fff;
 }
 
.hide{display:none;}


.tabs .is_active {
  /* 何かタブを変更する設定 */
}
.tab-content {
  display: none;
}
.tab-content.is_show {
  display: block;
}


/**
 * TaBS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > div {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs ul.horizontal {
	list-style: none outside none;
	margin: 0;
	letter-spacing: -.4em;
	border-left: 1px solid #e7e7e7;
	box-sizing: border-box;
	font-size: .8rem;
}
@media screen and (max-width: 375px) {
.horizontal li span{
	display:block;
}
}
@media screen and (min-width: 376px) {
.horizontal li span{
padding-left:3px;
	}
}
.horizontal li {
	width: 50%;
	background: white;
	display: inline-block;
	letter-spacing: normal;
	border-right: 1px solid #e7e7e7;
	box-sizing: border-box;
	text-align:left;
}

.horizontal a {
	display: block;
	padding: 14px 10px;
	text-decoration: none;
	    line-height: 1.4;
}

.horizontal li:hover {
	background: #231c5c;
}

.horizontal li:hover a {
	color: white;
}

.active {
	background: #231c5c !important;
}

.active a {
	color: white !important;
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorlink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorlink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}
@media screen and (min-width: 768px) {
.horizontal li {
	width: 25%;
text-align:center;
	line-height:1.6
}
	
.tabs ul.horizontal {
	font-size: .9rem;
}
}
.next,.prev{
	color: #231c5c;
	display: block;
text-decoration: none;
border-radius: 35px;
border: #231c5c 2px solid;
letter-spacing: 1px;
width:100%;
height: 50px;
position: relative;
line-height: 50px;
transition: all .25s ease-out;
	float: right;
	margin-bottom: 30px;
	text-align:center
}

.prev:hover,
.next:hover {
	background: #231c5c;
	color: #fff;
}

.next::after{
	display: block;
    position: absolute;
    top: 0;
    right: 8px;
    font-family: themify;
    content: "\e649";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height:50px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    clear: both;
}
.prev::before{
	display: block;
    position: absolute;
    top: 0;
    left: 8px;
    font-family: themify;
    content: "\e64a";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	clear: both;
}
#guide-page::after{
	content: "";
	clear: both;
	display: block;
}

@media screen and (min-width: 768px) {
.next,.prev{
	width: 320px;
	text-align: center;
	margin-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
	height: 60px;
line-height: 60px;
	}
	
.next{
	float: right;
}
.prev{
float: left;
}
.prev:hover,
.next:hover {
	background: #231c5c;
	color: #fff;
}

.next::after{
	display: block;
    position: absolute;
    top: 0;
    right: 8px;
    font-family: themify;
    content: "\e649";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    clear: both;
}
.prev::before{
	display: block;
    position: absolute;
    top: 0;
    left: 8px;
    font-family: themify;
    content: "\e64a";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	clear: both;
}
}
.no1,.no2,.no3{
	position: relative;
	padding-left: 1.5rem;
}
.no1::before{
	position: absolute;
	content: "1";
	color: #fff;
	background: #231c5c;
	 height:1.2rem;
 width:1.2rem;
 border-radius:50%;
 line-height:1.2rem;
 text-align:center;
top: 5px;
    left: 0;


}
.no2::before{
	position: absolute;
	content: "2";
	color: #fff;
	background: #231c5c;
	 height:1.2rem;
 width:1.2rem;
 border-radius:50%;
 line-height:1.2rem;
 text-align:center;
top: .4em;
    left: 0;
}
.no3::before{
	position: absolute;
	content: "3";
	color: #fff;
	background: #231c5c;
	 height:1.2rem;
 width:1.2rem;
 border-radius:50%;
 line-height:1.2rem;
 text-align:center;
top: .4em;
    left: 0;
   
}
@media screen and (min-width: 415px) {
.no1::before{
	position: absolute;
	content: "1";
	color: #fff;
	background: #231c5c;
	 height:1.2rem;
 width:1.2rem;
 border-radius:50%;
 line-height:1.2rem;
 text-align:center;
top: 50%;
    left: 0;
    transform: translateY(-50%);
}
}
.ank
{
 margin-top: -60px;
	  padding-top: 60px;
}
@media screen and (min-width: 768px) {
.ank
{
 margin-top: -180px;
	  padding-top: 180px;
}
	
}
