@charset "utf-8";

.wrapper1860{
    width: calc(100% - 40px);
    max-width: 1860px;
    margin: 0 auto;
}
#pnkz.pnkzPlan{
	padding-bottom:45px;
}
@media only screen and (max-width:1500px){
    .wrapper1860{
		width: calc(100% - 40px);
    }

}
@media only screen and (max-width:767px){
	#pnkz.pnkzPlan{
		padding: 20px 0 14px 20px;
		background-color:#f6f6f6;
	}
}

.fFira{
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}
/*-----------------------------------------------
	index
-----------------------------------------------*/
.secTop .bgTop.lazyloaded {
    background: url(../img/plan/bgTopPlan.jpg) top center / cover no-repeat;
    text-align: center;
}
.secTop .bgTop {
    height: 540px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.secTop .tit01 {
    font-size: 25px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 1px;
    color:#fff;
    padding-top:60px;
}
.secTop .titTop{
    margin-top:35px;
}
.secTop .tit02 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    padding: 12px 0 10px;
    color:#fff;
}
.secTop .tit03 {
    font-size: 28px;
    width: 880px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 25px;
    padding: 22px 0;
    color:#fff;
    border: 1px solid #fff;
}
.secTop .bgBox{
    text-align: center;
}
@media only screen and (max-width:767px){
	.secTop .bgTop.lazyloaded {
		background: url(../img/plan/bgTopPlanSp.jpg) top center / cover no-repeat;
		height: 260px;
	}
	.secTop .tit01 {
		font-size: 13px;
		padding-top:30px;
	}
	.secTop .tit03 {
		font-size: 11px;
		width: 80%;
		margin-top: 30px;
		padding: 12px 0;
	}
	.secTop .tit03 {
		width: 82%;
		letter-spacing:0;
		margin-top:15px;
	}
	.secTop .titTop img{
		width: 65%;
		margin-top:15px;
	}
	.secTop .titTop{
		margin-top:0;
	}
}



/* secIndex */
.secIndex .btnLogin{ 
	text-align:center;
	padding-top:45px;
}
.secIndex .btnLogin.plan{ 
	padding-top:30px;
}
.secIndex .aBtnLogin{
	display:inline-block;
	font-size:18px;
	line-height:1.2;
	color:#006699;
	text-decoration:none;
	font-weight:700;
	letter-spacing:3px;
	padding-bottom:4px;
	border-bottom:2px solid #006699;
	margin-top:10px;
}
.secIndex .list{
    display: flex;
    display: -webkit-flex;
	justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	margin-top:70px;
}
.secIndex .box{
	width:49.463%;
	text-align:center;
	margin-right:1.074%;
	position:relative;
}
.secIndex .box:nth-child(2n){ margin-right:0;}
.secIndex .box:nth-child(n + 3){ margin-top:80px;}
.secIndex .aBox {
	display:block;
	text-decoration:none;
	color:#fff;
}
.secIndex .titIn{
	background:#373e46;
	font-size:0;
	padding-left:120px;
	text-align: left;
}
.secIndex .iconBox{
	top:-10px;
	left:28px;
    position:absolute;
}
.secIndex .iconBox .iconList.main{
    content: "";
    background: url(../img/plan/iconPlanNumber01.png) center / cover no-repeat;
    width: 70px;
    height: 97px;
	top:-30px;
	left:30px;
    margin: auto;
    position:absolute;
}
.secIndex .iconBox .imgIcon{
    margin-top:-22px;
}
.secIndex .iconBox .iconList{
	position:absolute;
	top:-18px;
	left:0;
	right:0;
	margin:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width:64px;
	height:64px;
	border:2px solid #fff;
	border-radius: 50px;
	background:#373e46;
}
.secIndex .one .iconBox .iconList,
.secIndex .two .iconBox .iconList,
.secIndex .three .iconBox .iconList{
	border:none;
	border-radius: 0px;
	background:none;
}
.secIndex .iconBox .num{
	font-size:24px;
	font-weight:700;
}
.secIndex .iconBox .iconTit{
	font-size:16px;
	font-weight:700;
	margin:6px 0 0 3px;
}
.secIndex .titIn{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 22px;
	padding: 30px 30px 30px 120px;
}
.secIndex .titPlan,
.secIndex .boxTit{
	font-size:22px;
	line-height:43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:700;
	display:inline;
	vertical-align:middle;
	position:relative;
}
.secIndex .titPlan{ 
	padding-right:22px;
	margin-right:22px;
	max-width:130px;
	text-align:left;
    line-height: 120%;
	overflow:visible;
}
.secIndex .titPlan::after{
	content:"";
	width:1px;
	height:24px;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background:#fff;
	position:absolute;
}
.secIndex .boxTit{ 
	text-align:left;
	font-size:22px;
	letter-spacing: 1px;
	padding:30px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: calc(100% - 170px);
	max-width: 520px;
}
.secIndex .boxIn{
	border:1px solid #030f27;
	padding:20px 5px 45px;
}
.secIndex .imgBox{
	width:100%;
}
.secIndex .imgBox.inner{
    padding:20px 59px 15px;
}
.secIndex .imgBoxIn{
	width:100%;
    height: 0;
	padding-top:51.899%;

}
.secIndex .btnIndex{
	font-size:16px;
	line-height:28px;
	letter-spacing:2px;
	font-weight:700;
	width:41%;
	max-width:300px;
	background:#030f27;
	position:relative;
	padding:20px 0;
	margin:20px auto 0;
}
.secIndex .btnIndex::before,
.secIndex .btnIndex::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index:2;
}
.secIndex .btnIndex::before{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border:1px solid #fff;
}
.secIndex .btnIndex::after{
    right: 35px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secIndex .boxMember {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 40px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secIndex .boxMember::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: calc(100% - 104px);
    background: rgba(0,0,0,0.85);
    content: "";
}
.secIndex .boxMemberIn{ 
	width:100%;
	margin-top:85px;
}
.secIndex .boxMember .boxTitM {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 2.5px;
    display: inline-block;
    padding: 25px 70px;
    font-weight: 700;
    border: 8px solid #fff;
}
.secIndex .boxMember .boxTxtM {
    font-size: 18px;
    line-height: 34px;
	font-weight:700;
    padding-top: 30px;
	letter-spacing:1.8px;
}
.secIndex .boxMember .listBtn{ 
	margin-top:30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secIndex .boxMember .listBtn .aBtn{
    display:block;
    vertical-align:top;
    color:#fff;
    position:relative;
    font-size:15px;
    line-height:20px;
    letter-spacing:1px;
    border:1px solid #fff;
    width:100%;
	max-width:280px;
    padding:21px;
	padding-left:8px;
    text-decoration:none;
}
.secIndex .boxMember .listBtn .aBtn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 2;
    right: 35px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secIndex .boxMember .listBtn .aBtn.member{ 
	background: url(../img/plan/bgPlanFlowBox.png) top center / cover no-repeat;
	font-size:15px;
    border-left:none;
	border-right:none;
	border-radius: 50px;
    font-weight: 700;
}
.secIndex .boxMember .listBtn .aBtn.login{ 
    margin-left:20px;
    border-radius: 50px;
	font-size:15px;
    font-weight: 700;
}
.secIndex .cmnBtn.plan{
	display: block;
    max-width: 400px;
    margin: 5px auto 0;
    padding: 25px 45px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border: solid 1px #000;
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
}
.secIndex .cmnBtn::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(45deg);
}
.secIndex .cmnBtn:hover::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;

}

.secIndex .secCmnLoad{
    margin-top: 80px;
}

@media only screen and (max-width:1400px){
	.secIndex .boxMember {
		padding: 75px 0 0;
	}
	.secIndex .boxMember .listBtn .aBtn{
		width:100%;
		max-width:260px;
	}
	.secIndex .boxMember .listBtn .aBtn.member {
		padding-left:0;
		font-size:14px;
	}
	.secIndex .boxMember .listBtn .aBtn::after{
		right: 33px;
	}
	.secIndex .boxMember .listBtn .aBtn::before {
		right: 22px;
	}
	.secIndex .boxMemberIn{ 
		width:100%;
		margin-top:10px;
	}
	.secIndex .boxTit{
		letter-spacing: 0;
	}
}
@media only screen and (max-width:767px){
	.mainTitBox.lazyloaded{ background:url(../img/title/bgPlanSp.jpg) top center / cover no-repeat;}
	.secIndex .btnLogin{ padding-top:10px;}
	.secIndex .btnLogin.plan{ padding-top:10px;}
	.secIndex .aBtnLogin{
		font-size:13px;
		letter-spacing:1px;
		padding-bottom:0px;
		border-bottom:1px solid #006699;
	}
	.secIndex .list{
		display:block;
		margin-top:25px;
	}
	.secIndex .box,
	.secIndex .box:nth-child(2n){
		width:100%;
		margin:0 auto;
	}
	.secIndex .box:nth-child(n + 2){ margin-top:30px;}
	.secIndex .titIn{
		padding:10px 20px 10px 20px;
		height: 90px;
	}
	.secIndex .iconBox{
		top:10px;
		left:-8px;
	}
	.secIndex .iconBox .iconList{
		width:46px;
		height:46px;
		top:-25px;
	}
	.secIndex .iconBox .iconList.main{
		width:46px;
		height:27px;
	}
	.secIndex .iconBox .imgIcon{ 
		width:46px;
	}
	.secIndex .iconBox .num{ font-size:19px;}
	.secIndex .iconBox .iconTit{
		font-size:12px;
		margin:6px 0 0 1px;
	}
	.secIndex .titPlan,
	.secIndex .boxTit{
		font-size:12px;
		line-height:24px;
		display:block;
	}
	.secIndex .titPlan{ 
		padding-right:0;
		margin-right:0;
		max-width:100%;
		text-align:center;
		padding-top:0;
		font-size:15px;
	}
	.secIndex .boxTit{ 
		width:100%;
		text-align:center;
		line-height: 1.6;
		margin-top:8px;
		padding-top:5px;
		padding-bottom: 0;
		font-size:12px;
		letter-spacing: 0.5px;
		white-space: normal;
		text-overflow: clip;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 38.4px;
	}
	.secIndex .boxIn{ padding:20px 15px 15px;}
	.secIndex .btnIndex{
		font-size:12px;
		letter-spacing:1px;
		width:245px;
		padding:8px 0;
		margin:15px auto 0;
	}
	.secIndex .btnIndex::before{ display:none;}
	.secIndex .btnIndex::after{ right: 23px;}
	.secIndex .boxMember { padding: 90px 0 0;}
	.secIndex .boxMember::before { height: calc(100% - 90px);}
	.secIndex .boxMember .boxTitM {
		font-size: 22px;
		letter-spacing: 1px;
		line-height:25px;
		padding: 13px 31px 10px;
		border: 5px solid #fff;
	}
	.secIndex .boxMember .boxTxtM { 
		font-size:13px;
		line-height: 1.8;
		margin-top: 10px;
		padding-top: 0;
		letter-spacing: 0.5px;
	}
	.secIndex .boxMember .listBtn{ 
		margin-top:10px;
		padding:0 15px;
	}
	.secIndex .boxMember .listBtn .aBtn{
		font-size:11px;
		padding:11px 0;
	}
	.secIndex .boxMember .listBtn .aBtn::after{
		right: 10px;
		width: 6px;
		height: 6px;
	}
	.secIndex .boxMember .listBtn .aBtn.login{ 
		margin-left:15px;
		font-size:14px;
		max-width: 120px;
		letter-spacing: 0.5px;
    }
    .secIndex .boxMember .listBtn .aBtn::before {
		right: 12px;
    }
    .secIndex .boxMember .listBtn .aBtn::after{
		right: 12px;
    }
	.secIndex  .secBnrMember{
		margin-top:20px;
	}
	.secIndex .cmnBtn.plan{
		display: block;
		max-width: 140px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0;
		text-decoration: none;
		border-radius:0;
		position: relative;
		overflow: hidden;
		background-color: #373e46;
		color:#fff;
	}
	.secIndex .cmnBtn::after{
		right: 15px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.secIndex .cmnBtn.next{
		position: relative;
	}
	.secIndex .cmnBtn.next::after{
		right: 30px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.secIndex .imgBox.inner{
		padding:0 20px 10px;
	}
	.secIndex .titPlan::after {
    	content: "";
    	width: 24px;
    	height: 1px;
    	top: 35px;
    	right: calc(50% - 12px);
    	margin: auto;
    	background: #fff;
    	position: absolute;
	}
	.secIndex .boxMember .listBtn .aBtn.member {
		font-size: 12px;
		line-height: 1.25;
		max-width: 120px;
		padding:6px 0;
		letter-spacing: 0.5px;
	}
	.secIndex .secCmnLoad{
		margin-top: 30px;
	}
}

/* secTab */
.secTab{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
	margin-top:50px;
}
.secTab .aTab{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	font-size:18px;
	line-height:43px;
	font-weight:700;
	text-align:center;
	letter-spacing:1px;
	border:1px solid #333333;
	height:80px;
	width:calc(100% / 5);
	color:#1d1d1d;
	text-decoration:none;
	border-right:none;
    background: linear-gradient(180deg, #fff 0%, #fff 92%, #ebebec 92%, #ebebec 100%);
}
.secTab .aTab:last-child{ border-right:1px solid #333333;}
.secTab .aTab.active{
	color:#fff;
	background:#373e46;
}
.secTab.plan{
    margin-top:70px;
}
@media only screen and (max-width:767px){
	.secTab{ margin-top:15px;}
	.secTab .aTab{
		font-size:14px;
		line-height:20px;
		height:60px;
	}
    .secTab.plan{
        margin-top:30px;
    }
}


/* secSearch */
.secSearch{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}
.secSearch .titSearch {
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    padding-top:50px;
}
.secSearch .titSearch .num {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
}
@media only screen and (max-width:767px){
	.secSearch .titSearch{ 
		padding-top:30px;
		font-size:14px;
	}
	.secSearch{
		display: block;
		text-align:center;
	}
}

/* secCmnNextLoad */
.secCmnNextLoad #loading {
    display: none;
}
.secCmnNextLoad .btnMore {
    font-size: 15px;
    letter-spacing: 1.5px;
    border: 3px solid #000;
    border-radius: 6px;
    font-weight: 700;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    margin: 0 auto 0;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}
.secCmnNextLoad {
    width: 360px;
    height: 76px;
    margin: 60px auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 767px){
    .secCmnNextLoad .btnMore {
        font-size: 13px;
        padding: 15px 0;
        border: 2px solid #000;
    }
    .secCmnNextLoad #loading img {
        width: 30px;
    }
}

.noneTit {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 150px 0;
    text-align: center;
}
.secBnrList{
	text-align: center;
	margin:100px auto 30px;
}
@media only screen and (max-width: 767px){
    .noneTit {
        font-size: 12px;
        padding: 25px 0;
    }
	.secBnrList{
		text-align: center;
		margin:50px auto 0;
	}
}



/*-----------------------------------------------
	details
-----------------------------------------------*/

.cmnMainTit {
    background: url(../img/plan/bgTopPlanDetails.jpg);
}

/* detailsTit */
.secDetails .detailsTit{ 
	padding-top:45px;
	border-top: 1px solid #dddddd;
	position: relative;
	margin-top: 50px;
}
.secDetails .detailsTit::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #000;
}
.secDetails .detailsTit .titPlan{
	font-size:34px;
	line-height:36px;
	letter-spacing:2px;
	font-weight:700;
}
.secDetails .detailsTit .tit{
	font-size:24px;
	line-height:29px;
	font-weight:700;
	letter-spacing:1px;
	margin-top:20px;
}
@media only screen and (max-width:767px){
	.secDetails .detailsTit{ padding-top:20px;}
	.secDetails .detailsTit .titPlan{
		font-size:18px;
		line-height:26px;
		letter-spacing:1px;
	}
	.secDetails .detailsTit .tit{
		font-size:14px;
		line-height:26px;
		letter-spacing:0;
		margin-top:0;
	}
	.secDetails .detailsTit::after {
		width: 50px;
	}
}

/* secDetailsInfo */
.secDetailsInfo{ 
	margin-top: 47px;
	padding-top:50px;
	border-top:1px solid #dddddd;
	position:relative;
} 
.secDetails .secDetailsInfo:nth-child(n+3){ 
	border-top:none;
	margin-top: 0px;
}
.secDetailsInfo .box{ 
	width:80%;
	margin: 0 auto;
}
.secDetailsInfo .boxOne{
	border:1px solid #000;
	position:relative;
	padding: 51px;
	display: block;
}
.secDetailsInfo .imgBox{
	width:100%;
	padding-top: 52.392%;
}
.secDetailsInfo .list a{ 
	display: block;
	position: relative;
}
.secDetailsInfo .list a::after{ 
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../img/plan/iconBig.gif) top center / cover no-repeat;
    z-index: 2;
}

@media only screen and (max-width:767px){
	.secDetailsInfo{ 
		margin-top: 20px;
		padding-top:25px;
	}
	.secDetailsInfo::after{ width:30px;}
	.secDetailsInfo .list{ display:block;}
	.secDetailsInfo .box{ width:100%;}
	.secDetailsInfo .boxSecond{ margin-top:20px;}
	.secDetailsInfo .boxOne::after{
		width:30px;
		height:30px;
	}
	.secDetailsInfo .boxOne{
		border: 1px solid #000;
		position: relative;
		padding: 24px 9px 22px;
	}
	.secDetailsInfo .list a::after{ 
		content: "";
		position: absolute;
		bottom: 0;
		right:0;
		width: 30px;
		height: 30px;
		background: url(../img/plan/iconBigSp.gif) top center / cover no-repeat;
		z-index: 2;
	}
	.secDetailsInfo .boxOne img {
		padding: 9px;
	}
}


/* secDetailsEntry */
.secDetailsEntry{ padding-top:50px;}
.secDetailsEntry .boxEntry{
	font-size: 16px;
    line-height: 2.25;
}
@media only screen and (max-width:767px){
	.secDetailsEntry{ padding-top:24px;}
	.secDetailsEntry .boxEntry{
	    font-size: 14px;
    	line-height: 1.92;
	}
}

/* secDetailsTable */
.secDetailsTable{ padding:43px 0 55px;}
.secDetailsTable .tableBox{ width:100%;}
.secDetailsTable th,
.secDetailsTable td{
	font-size:15px;
	line-height:29px;
	border:1px solid #cccccc;
	vertical-align:middle;
	padding:20px 35px;
}
.secDetailsTable th{
	background:#f9f9f9;
	text-align:center;
	width:250px;
	font-size:15px;
}
.cmnBtn.details{
	position: relative;
	margin-top:30px;
}
.cmnBtn.details::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(225deg);
}
.cmnBtn.details:hover::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
} 
@media only screen and (max-width:767px){
	.secDetailsTable{ 
		padding:28px 0 50px;
		border-bottom:1px solid #cccccc;
	}
	.secDetailsTable th,
	.secDetailsTable td{
		font-size:14px;
		line-height:1.8;
		padding:13px 12px;
	}
	.secDetailsTable th{ 
		width:70px;
		font-size:14px;
	}
	.cmnBtn.plan{
		position: relative;
		margin-top:30px;
	}
}