@charset "utf-8";

.pageWrap{
	background-color: #333333;                
	position: relative;
}
.pageWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/premiumPlan/bg01.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: lighten;
}

.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.eyeCatch{
	padding-top: 100px;
	margin-bottom: 80px;
}
.eyeCatch>.eyeImg{
	position: relative;
}
.eyeCatch>.eyeImg>.eyeTxt{
	position: absolute;
	top: 0;
	background-color: #333333;
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyeCatch>.eyeImg>.eyeTxt.left{
	left: 0;
}
.eyeCatch>.eyeImg>.eyeTxt.right{
	right: 0;
}
.eyeCatch>.eyeImg>.eyeTxt>p{
	font-size: 1.25em;
	letter-spacing: 0.25em;
	line-height: 1.8;
	color: #efe8e1;
	writing-mode: vertical-rl;
}
.under1024{
	display: none;
}
@media (max-width:1920px){
	.eyeCatch>.eyeImg>.eyeTxt>p{
		font-size: 1.15em;
	}
}
@media (max-width:1200px){
	.eyeCatch>.eyeImg>.eyeTxt{
		width: 150px;
	}
	.eyeCatch>.eyeImg>.eyeTxt>p{
		font-size: 1.05em;
	}
}
@media (max-width:1024px){
	.eyeCatch>.eyeImg{
		display: flex;
		flex-direction: column;
	}
	.eyeCatch>.eyeImg>.eyeTxt{
		position: relative;
		width: 100%;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.eyeCatch>.eyeImg>.eyeTxt>p{
		font-size: 1.25em;
		writing-mode:horizontal-tb;
		text-align: center;
	}
	.eyeCatch>.eyeImg>.eyeTxt.right{
		order: 1;
	}
	.eyeCatch>.eyeImg>p.under1024{
		order: 2;
	}
	.eyeCatch>.eyeImg>.eyeTxt.left{
		order: 3;
	}
	.under1024{
		display: block;
	}
	.over1024{
		display: none;
	}
}

.planWrap{
	position: relative;
}
.planWrap>.titleBox{
	background: linear-gradient(180deg,transparent 0%,transparent 50%,#333 50%,#333 100%);
}
.planWrap>.titleBox>h3{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.planWrap>.titleBox>h3>img{
	max-width: 650px;
	width: 50%;
}
@media (max-width:768px){
	.planWrap>.titleBox>h3{
		width: 95%;
	}
	.planWrap>.titleBox>h3>img{
		width: 80%;
	}
}
@media (max-width:430px){
	.planWrap>.titleBox>h3>img {
		width: 90%;
	}
}

.planWrap_innerWrap{
	background-color: #333;
	padding-bottom: 80px;
}
.planWrap_innerWrap>.contentBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.planWrap_innerWrap>.contentBox>p{
	font-size: 1.15em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #efe8e1;
}
.planWrap_innerWrap>.contentBox>p.em{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.planWrap_innerWrap>.contentBox>p.em>span.large{
	font-size: 2em;
	line-height: 1;
}
.planWrap_innerWrap>.contentBox>p.em>span.small{
	font-size: 0.5em;
}
.planWrap_innerWrap>.contentBox>.pointRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.planWrap_innerWrap>.contentBox>.pointRow>li{
	max-width: 200px;
	width: 19%;
	background-color: #efe8e1;
	position: relative;
}
.planWrap_innerWrap>.contentBox>.pointRow>li>img{
	position: relative;
}
.planWrap_innerWrap>.contentBox>.pointRow>li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/premiumPlan/bg02.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: multiply;
}
.under500{
	display: none;
}
@media (max-width:1920px){
	.planWrap_innerWrap>.contentBox>p{
		font-size: 1.05em;
	}
	.planWrap_innerWrap>.contentBox>p.em{
		font-size: 1.4em;
	}
}
@media (max-width:1200px){
	.planWrap_innerWrap>.contentBox>p{
		font-size: 0.95em;
	}
	.planWrap_innerWrap>.contentBox>p.em{
		font-size: 1.3em;
	}
}
@media (max-width:1024px){
	.planWrap_innerWrap>.contentBox>p{
		font-size: 1.15em;
	}
	.planWrap_innerWrap>.contentBox>p.em{
		font-size: 1.5em;
	}
}
@media (max-width:768px){
	.planWrap_innerWrap>.contentBox>.pointRow{
		justify-content: center;
	}
	.planWrap_innerWrap>.contentBox>.pointRow>li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.planWrap_innerWrap>.contentBox>.pointRow>li:nth-child(3),
	.planWrap_innerWrap>.contentBox>.pointRow>li:nth-child(5){
		margin-right: 0%;
	}
	.planWrap_innerWrap>.contentBox>.pointRow>li:nth-child(4),
	.planWrap_innerWrap>.contentBox>.pointRow>li:nth-child(5){
		margin-bottom: 0px;
	}
}
@media (max-width:500px){
	.planWrap_innerWrap>.contentBox>p{
		font-size: 1.05em;
	}
	.planWrap_innerWrap>.contentBox>p.em{
		font-size: 1.4em;
	}
	.under500{
		display: block;
	}
}
@media (max-width:430px){
	.planWrap_innerWrap>.contentBox{
		width: 90%;
	}
}

.gType_wrap{
	background-attachment: fixed;
	background-image: url(../images/premiumPlan/bg03.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 80px 0;
}
.gType_wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
.gType_innerWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.gType_innerWrap>h3{
	margin-bottom: 30px;
}
.gType_innerWrap>.typeMap{
	margin-bottom: 50px;
}
.gType_innerWrap>.otherPlan_btn>h4{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	color: #efe8e1;
	text-align: center;
	margin-bottom: 30px;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li{
	width: 48%;
	background-color: #efe8e1;
	position: relative;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/premiumPlan/bg04.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: multiply;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a{
	position: relative;
	display: block;
	transition: 0.5s all;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a:hover,
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.titleBox{
	padding: 30px 50px 20px 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint{
	padding: 20px 50px 10px 50px;
	box-sizing: border-box;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li{
	font-size: 1em;
	margin-bottom: 0.25em;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li:last-child{
	margin-bottom: 0em;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox{
	text-align: right;
}
.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox>p{
	font-size: 1em;
	color: #efe8e1;
	display: inline-block;
	padding: 0.25em 1em;
	background-color: #333;
}
@media (max-width:1920px){
	.gType_innerWrap>.otherPlan_btn>h4{
		font-size: 1.4em;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.9em;
	}
}
@media (max-width:1200px){
	.gType_innerWrap>.otherPlan_btn>h4{
		font-size: 1.3em;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:1024px){
	.gType_innerWrap>.otherPlan_btn>h4{
		font-size: 1.5em;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 1em;
	}
}
@media (max-width:768px){
	.gType_innerWrap>h3>img{
		max-width: 400px;
		width: 80%;
	}
	.gType_innerWrap>.typeMap>.js-scrollable>img{
		width:150%;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li:nth-child(1){
		margin-bottom: 10px;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.titleBox{
		padding: 20px 30px 10px 30px;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint{
		padding: 10px 30px 10px 30px;
	}
}
@media (max-width:500px){
	.gType_innerWrap>.typeMap>.js-scrollable>img{
		width:175%;
	}
	.gType_innerWrap>.otherPlan_btn>h4{
		font-size: 1.4em;
	}
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.gType_innerWrap>.otherPlan_btn>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.9em;
	}
}

.viewWrap{
	background-color: #f2f2f2;
	padding: 80px 0;
	position: relative;
}
.viewWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/premiumPlan/bg01.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: overlay;
}
.viewWrap>.titleBox{
	position: relative;
}
.viewWrap>.titleBox>h3{
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
.viewWrap>.titleBox>h3>img{
	max-width: 650px;
	width: 50%;
}
.viewWrap_innerWrap>.contentBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.viewWrap_innerWrap>.contentBox>p{
	font-size: 1.15em;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #333333;
}
.viewWrap_innerWrap>.contentBox>p.em{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.viewWrap_innerWrap>.view_cgBox{
	width: 80%;
	position: relative;
	margin-bottom: 50px;
}
.viewWrap_innerWrap>.view_imgBox{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.viewWrap_innerWrap>.view_imgBox>.contentBox:nth-child(1){
	margin-bottom: 50px;
}
.viewWrap_innerWrap>.view_imgBox>.contentBox>h4{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
}
.multiply{
	mix-blend-mode: multiply;
}
@media (max-width:1920px){
	.viewWrap_innerWrap>.contentBox>p{
		font-size: 1.05em;
	}
	.viewWrap_innerWrap>.contentBox>p.em,
	.viewWrap_innerWrap>.view_imgBox>.contentBox>h4{
		font-size: 1.4em;
	}
}
@media (max-width:1200px){
	.viewWrap_innerWrap>.contentBox>p{
		font-size: 0.95em;
	}
	.viewWrap_innerWrap>.contentBox>p.em,
	.viewWrap_innerWrap>.view_imgBox>.contentBox>h4{
		font-size: 1.3em;
	}
}
@media (max-width:1024px){
	.viewWrap_innerWrap>.contentBox>p{
		font-size: 1.15em;
	}
	.viewWrap_innerWrap>.contentBox>p.em,
	.viewWrap_innerWrap>.view_imgBox>.contentBox>h4{
		font-size: 1.5em;
	}
}
@media (max-width:768px){
	.viewWrap>.titleBox>h3{
		width: 95%;
	}
	.viewWrap>.titleBox>h3>img{
		width: 80%;
	}
	.viewWrap_innerWrap>.view_cgBox{
		width: 100%;
	}
	.viewWrap_innerWrap>.view_imgBox{
		width: 90%;
	}
	.viewWrap_innerWrap>.view_imgBox>.contentBox>.js-scrollable>img{
		width: 150%;
	}
}
@media (max-width:500px){
	.viewWrap_innerWrap>.contentBox>p{
		font-size: 1.05em;
	}
	.viewWrap_innerWrap>.contentBox>p.em,
	.viewWrap_innerWrap>.view_imgBox>.contentBox>h4{
		font-size: 1.4em;
	}
	.viewWrap_innerWrap>.view_imgBox>.contentBox>.js-scrollable>img{
		width: 175%;
	}
}
@media (max-width:430px){
	.viewWrap>.titleBox>h3>img{
		width: 90%;
	}
	.viewWrap_innerWrap>.contentBox{
		width: 90%;
	}
}

.exclusivePrivilege{
	background-color: #333;
	position: relative;
	padding: 80px 0;
}
.exclusivePrivilege:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/premiumPlan/bg01.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: overlay;
}
.exclusivePrivilege_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	background-color: #333;
	position: relative;
	padding: 80px 50px;
	box-sizing: border-box;
}
.exclusivePrivilege_wrap>.titleWrap{
	margin-bottom: 30px;
}
.exclusivePrivilege_wrap>.titleWrap>h3{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(2){
	font-size: 1.25em;
	letter-spacing: 0.25em;
	text-align: center;
	color: #efe8e1;
	margin: 0 1em;
	box-sizing: border-box;
}
.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(1),
.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(3){
	flex: 1;
	height: 2px;
}
.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(1){
	background: linear-gradient(to right,transparent,#efe8e1);
}
.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(3){
	background: linear-gradient(to left,transparent,#efe8e1);
}
.exclusivePrivilege_wrap>.titleWrap>p.em{
	font-size: 1.75em;
	letter-spacing: 0.1em;
	text-align: center;
	color: #efe8e1;
}
.exclusivePrivilege_wrap>.contentBox{
	margin-bottom: 50px;
	overflow: hidden;
}
.exclusivePrivilege_wrap>.contentBox:last-child{
	margin-bottom: 0px;
}
.exclusivePrivilege_wrap>.contentBox>h4{
	font-size: 1.25em;
	font-weight: 400;
	padding: 0.25em 0;
	text-align: center;
	background-color: #efe8e1;
}
.exclusivePrivilege_wrap>.contentBox>.txtBox>p{
	font-size: 1em;
	line-height: 1.8;
	color: #fff;
	padding: 1em 1em 2em 1em;
	box-sizing: border-box;
}
.exclusivePrivilege_wrap>.contentBox>.imgBox.small{
	max-width: 550px;
	width: 50%;
	margin: 0 auto;
}
.imgNotice{
	font-size: 0.75em;
	letter-spacing: 0.1em;
	background-color: #efe8e1;
	padding: 0.25em 1em;
	position: absolute;
	bottom: 0;
	right: 0;
}
.exclusivePrivilege_wrap>.contentBox>.imgRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exclusivePrivilege_wrap>.contentBox>.imgRow>ul>li{
	width: 30%;
}
.slider01{
	position: relative;
	padding-bottom: 20px;
}
.slider01 .swiper-button-prev,
.slider01 .swiper-button-next{
	width: 30px;
	height: 30px;
	color: #333; /* ボタンの色 */
	background-color: #efe8e1;
	padding: 3px;
	box-sizing: border-box;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: 1em;
}
.slider01 .swiper-button-prev{
	left: 0;
}
.slider01 .swiper-button-next{
	right: 0;
}
.slider01 .swiper-pagination{
	bottom: 0px;
}
.slider01 .swiper-pagination-bullet{
	background-color: #888; /* 例：薄いグレー */
	opacity: 1; /* デフォルトは少し透過しているので1にする */
}
.slider01 .swiper-pagination-bullet-active{
	background-color: #efe8e1; /* 例：赤色 */
}
.swiper-slide>h5{
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 10px;
	color: #efe8e1;
}
.swiper-slide>p:last-of-type{
	font-size: 0.9em;
	line-height: 1.8;
	color: #fff;
	margin-top: 10px;
}
@media (max-width:1920px){
	.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(2),
	.exclusivePrivilege_wrap>.contentBox>h4{
		font-size: 1.15em;
	}
	.exclusivePrivilege_wrap>.titleWrap>p.em{
		font-size: 1.65em;
	}
	.exclusivePrivilege_wrap>.contentBox>.txtBox>p{
		font-size: 0.9em;
	}
	.imgNotice{
		font-size: 0.65em;
	}
	.swiper-slide>h5{
		font-size: 1em;
	}
	.swiper-slide>p:last-of-type{
		font-size: 0.8em;
	}
}
@media (max-width:1200px){
	.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(2),
	.exclusivePrivilege_wrap>.contentBox>h4{
		font-size: 1.05em;
	}
	.exclusivePrivilege_wrap>.titleWrap>p.em{
		font-size: 1.55em;
	}
	.exclusivePrivilege_wrap>.contentBox>.txtBox>p{
		font-size: 0.8em;
	}
	.imgNotice{
		font-size: 0.55em;
	}
	.swiper-slide>h5{
		font-size: 0.9em;
	}
	.swiper-slide>p:last-of-type{
		font-size: 0.7em;
	}
}
@media (max-width:1024px){
	.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(2),
	.exclusivePrivilege_wrap>.contentBox>h4{
		font-size: 1.25em;
	}
	.exclusivePrivilege_wrap>.titleWrap>p.em{
		font-size: 1.75em;
	}
	.exclusivePrivilege_wrap>.contentBox>.txtBox>p{
		font-size: 1em;
	}
	.imgNotice{
		font-size: 0.75em;
	}
	.swiper-slide>h5{
		font-size: 1.1em;
	}
	.swiper-slide>p:last-of-type{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.exclusivePrivilege_wrap{
		width: 90%;
		padding: 50px 30px;
	}
	.exclusivePrivilege_wrap>.contentBox>.imgBox.small {
		width:90%;
	}
}
@media (max-width:500px){
	.exclusivePrivilege_wrap>.titleWrap>h3>span:nth-child(2),
	.exclusivePrivilege_wrap>.contentBox>h4{
		font-size: 1.15em;
	}
	.exclusivePrivilege_wrap>.titleWrap>p.em{
		font-size: 1.65em;
	}
	.exclusivePrivilege_wrap>.contentBox>.txtBox>p{
		font-size: 0.9em;
	}
	.imgNotice{
		font-size: 0.65em;
	}
	.swiper-slide>h5{
		font-size: 1em;
	}
	.swiper-slide>p:last-of-type{
		font-size: 0.8em;
	}
}
@media (max-width:430px){
	.exclusivePrivilege_wrap{
		padding: 30px 10px;
	}
}

.otherPlan_btn02{
	background-color: #f2f2f2;
	padding: 80px 0;
	position: relative;
}
.otherPlan_btn02:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../images/premiumPlan/bg01.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: overlay;
}
.otherPlan_btn02Wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.otherPlan_btn02Wrap>h4{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	text-align: center;
	margin-bottom: 30px;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li{
	width: 48%;
	background-color: #efe8e1;
	position: relative;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/premiumPlan/bg04.jpg);
	background-size: cover;
	background-position: center center;
	mix-blend-mode: multiply;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a{
	position: relative;
	display: block;
	transition: 0.5s all;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a:hover,
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.titleBox{
	padding: 30px 50px 10px 50px;
	box-sizing: border-box;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li{
	font-size: 1em;
	margin-bottom: 0.25em;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li:last-child{
	margin-bottom: 0em;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox{
	text-align: right;
}
.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox>p{
	font-size: 1em;
	color: #efe8e1;
	display: inline-block;
	padding: 0.25em 1em;
	background-color: #333;
}
@media (max-width:1920px){
	.otherPlan_btn02Wrap>h4{
		font-size: 1.4em;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.9em;
	}
}
@media (max-width:1200px){
	.otherPlan_btn02Wrap>h4{
		font-size: 1.3em;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:1024px){
	.otherPlan_btn02Wrap>h4{
		font-size: 1.5em;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 1em;
	}
}
@media (max-width:768px){
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li:nth-child(1){
		margin-bottom: 10px;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.titleBox{
		padding: 20px 30px 10px 30px;
	}
}
@media (max-width:500px){
	.otherPlan_btn02Wrap>h4{
		font-size: 1.4em;
	}
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.planPoint>ul>li,
	.otherPlan_btn02Wrap>.otherPlan_btnRow>li>a>.btnBox>p{
		font-size: 0.9em;
	}
}