@charset "UTF-8";

/*------------------------
ベース調整
------------------------*/
@media only screen and (max-width: 768px) {
	.l-pageBody{
		padding: 0;
	}
	.l-sidebar{
		padding: 0 3%;
	}
}

/*------------------------
ジャスト商品説明
------------------------*/
.expMain{
	padding-bottom: 56.25%;
	position: relative;
}
.expMain iframe{
	margin: 0 auto;
	display: block;
}

.expTitle1{
	text-align: center;
	margin-top: 6px;
}
.expTitle1 img{
	width: 456px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.expTitle1{
		margin-top: 15px;
		padding: 0 14%;
	}
	.expTitle1 img{
		width: auto;
	}
}

.expFeature{
	margin-top: 12px;
}
.expFeature-list li{
	width: 100%;
	font-weight: bold;
	color: #4B382E;
	display: table;
}
.expFeature-list li + li{
	margin-top: 5px;
}
.expFeature-list-icon,
.expFeature-list-text{
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}
.expFeature-list-icon{
	width: 221px;
}
.expFeature-list-icon img{
	width: 100%;
	height: auto;
}
.expFeature-list-text{
	font-size: 2.4em;
	padding: 12px 0 0 7px;
}
@media only screen and (max-width: 768px) {
	.expFeature{
		margin-top: 10px;
		padding: 0 3%;
	}
	.expFeature-list-icon{
		width: 154px;
	}
	.expFeature-list-text{
		font-size: 16px;
		padding: 10px 0 0 6px;
	}
}

.expBtn{
	text-align: center;
	background: #FEFAEB;
	margin-top: 32px;
	padding: 13px 0;
}
.expBtn-list{
	display: inline-block;
}
.expBtn-list li{
	float: left;
	width: 204px;
	text-align: center;
}
.expBtn-list li + li{
	margin-left: 24px;
}
.expBtn-list li a{
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #C6000B;
	border-bottom: 4px solid #8B0006;
	border-radius: 3px;
	padding: 10px 0 8px;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.expBtn{
		margin-top: 20px;
		padding: 10px 3%;
	}
	.expBtn-list{
		width: 100%;
	}
	.expBtn-list li{
		width: 100%;
	}
	.expBtn-list li + li{
		margin-top: 10px;
		margin-left: 0;
	}
	.expBtn-list li a{
		font-size: 13px;
		font-weight: bold;
		background: #C6000B;
		border-bottom: 3px solid #8B0006;
		padding: 16px 0 14px;
	}
}

.expAnchor{
	margin-top: 12px;
}
.expAnchor li{
	float: left;
	width: 49%;
}
.expAnchor li + li{
	margin-left: 2%;
}
.expAnchor li a{
	width: 100%;
	font-size: 18px;
	color: inherit;
	text-decoration: none;
	background: #fff url(../image_v2/index_icn_02.png) 11px center no-repeat;
	border: 1px solid #C0C0C0;
	border-radius: 3px;
	padding: 9px 0 6px 28px;
	display: inline-block;
}
.expAnchor li.expAnchor-normal{
	float: none;
	width: 100%;
}
.expAnchor li.expAnchor-normal a{
	background: #fff url(../../../../common_v2/image/index_link_plane.png) 11px center no-repeat;
	background-size: 12px auto;
}
@media only screen and (max-width: 768px) {
	.expAnchor{
		margin-top: 10px;
		padding: 0 3%;
	}
	.expAnchor li{
		width: 49%;
		display: table;
		border-collapse: separate;
	}
	.expAnchor li + li{
		margin-left: 0;
	}
	.expAnchor li:nth-child(even){
		margin-left: 2%;
	}
	.expAnchor li a{
		font-size: 11px;
		vertical-align: middle;
		background: #fff url(../image_v2/index_icn_02.png) 8px center no-repeat;
		background-size: 8px auto;
		padding: 7px 0 6px 19px;
		display: table-cell;
	}
	.expAnchor li.expAnchor-normal{
		text-align: center;
	}
	.expAnchor li.expAnchor-normal a{
		background: #fff url(../../../../common_v2/image/index_link_plane.png) 8px center no-repeat;
		background-size: 8px auto;
	}
}

.expBox{
	padding: 7px 0 46px;
	margin-top: 18px;
}
@media only screen and (max-width: 768px) {
	div#chara,
	div#plan{
		padding-top: 12px;
	}
	.expBox{
		margin-top: 16px;
		padding: 19px 3% 12px;
	}
}

.expTitle2{
	border-bottom: 3px solid #EAEAEA;
	padding: 5px 0 4px;
	margin: 56px 0 22px;
}
.expTitle2 span{
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 0 6px 37px;
	position: relative;
	display: inline-block;
}
.expTitle2 span:before{
	content: "";
	width: 5px;
	height: 100%;
	background: #C6000B;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 1;
	display: inline-block;
}
.expBox .expTitle2{
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.expTitle2{
		border-bottom: 2px solid #EAEAEA;
		padding: 0 0 2px;
		margin: 10px 3% 15px;
	}
	.expTitle2 span{
		font-size: 18px;
		color: #4B382E;
		padding: 7px 0 4px 10px;
	}
	.expTitle2 span:before{
		left: 0;
	}
	.expBox .expTitle2{
		margin: 0 0 15px;
	}
}

.expChara-title{
	width: 100%;
	background: #D7000F;
	margin: 40px 0 14px;
	padding: 7px 8px;
	display: table;
}
.expChara-title-icon,
.expChara-title-text{
	vertical-align: middle;
	display: table-cell;
}
.expChara-title-icon{
	width: 47px;
}
.expChara-title-text{
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 0 4px;
}
.expChara-title-text sup{
	font-size: 0.58em !important;
}
.expChara-lead{
	font-size: 1.6em;
	margin-bottom: 12px;
}
.expChara-lead span{
	font-weight: bold;
	color: #FF2800;
}
@media only screen and (max-width: 768px) {
	.expChara-title{
		padding: 5px 15px;
	}
	.expChara-title-text{
		font-size: 20px;
		padding: 2px 0 0 10px;
	}
	.expChara-inner{
		padding: 0 3%;
	}
	.expChara-lead{
		font-size: 14px;
	}
	.expChara-img img{
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.expLine{
		border-top: 1px dotted #C0C0C0;
		margin-top: 12px;
	}
}

.expNote{
	margin-top: 12px;
}
.expNote li{
	font-size: 1.3em;
	text-indent: -1em;
	padding-left: 1em;
}
.expNote li:before{
	content: "●";
	color: #888;
}
@media only screen and (max-width: 768px) {
	.expNote li{
		font-size: 12px;
	}
}

.expNote2{
	margin-top: 12px;
}
.expNote2 li{
	font-size: 1.3em;
	text-indent: -2em;
	padding-left: 2em;
}
@media only screen and (max-width: 768px) {
	.expNote2 li{
		font-size: 12px;
	}
}

.expNote3{
	margin-top: 12px;
}
.expNote3 li{
	font-size: 1.3em;
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 768px) {
	.expNote3 li{
		font-size: 12px;
	}
}

.expLink{
	margin-top: 20px;
}
.expLink li{
	font-size: 1.2em;
}
.expLink li + li{
	margin-top: 5px;
}
.expLink li a{
	background-image: url(../../../../common_v2/image/index_link_plane.png);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 14px auto;
	padding-left: 20px;
	display: inline-block;
}
.expLink li a[target="_blank"]{
	background-image: url(../../../../common_v2/image/index_link_blank.png);
	background-position: left 2px;
}
.expLink li a.pagelink{
	background-image: url(../../../../common_v2/image/index_link_anchor_02.png);
}
.expLink li a:hover,
.expLink li a span:hover{
	text-decoration: underline;
}
.expLink2{
	border-top: 1px dotted #C0C0C0;
	padding-top: 10px;
}
.expLink2 li{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.expLink2 li + li{
	margin-top: 0;
}
.expLink2 li:nth-child(even){
	margin-left: 2%;
}
.expLink3{
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.expLine .expLink{
		margin-top: 12px;
	}
	.expLink2{
		padding-top: 12px;
	}
	.expLink3 li{
		font-size: 12px;
	}
}

.expPlan{
	padding: 0 7px;
}
.expPlan-lead{
	font-size: 1.6em;
}
.expPlan-tab{
	margin-top: 20px;
}
.expPlan-tab-list li{
	float: left;
	width: 225px;
	font-size: 1.5em;
	text-align: center;
	border: 1px solid #C0C0C0;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	display: table;
}
.expPlan-tab-list li + li{
	margin-left: 7.5px;
}
.expPlan-tab-list li a{
	width: 100%;
	text-decoration: none;
	color: inherit;
	padding: 13px 0 10px;
	display: table-cell;
}
.expPlan-tab-list li:hover,
.expPlan-tab-list li.expPlan-tab-list-current a{
	font-weight: bold;
	color: #fff;
}
.expPlan-tab-list1{
	border-bottom: 3px solid #EC6D81;
}
.expPlan-tab-list2{
	border-bottom: 3px solid #2EB6AA;
}
.expPlan-tab-list3{
	border-bottom: 3px solid #3882BF;
}
.expPlan-tab-list-ex1{
	background: #F7C5CD;
}
.expPlan-tab-list-ex1:hover,
.expPlan-tab-list-ex1.expPlan-tab-list-current{
	background: #EC6D81;
	border: 1px solid #EC6D81;
	border-bottom: none;
}
.expPlan-tab-list-ex2{
	background: #C0E9E6;
}
.expPlan-tab-list-ex2:hover,
.expPlan-tab-list-ex2.expPlan-tab-list-current{
	background: #2EB6AA;
	border: 1px solid #2EB6AA;
	border-bottom: none;
}
.expPlan-tab-list-ex3{
	background: #BFD7EA;
}
.expPlan-tab-list-ex3:hover,
.expPlan-tab-list-ex3.expPlan-tab-list-current{
	background: #3882BF;
	border: 1px solid #3882BF;
	border-bottom: none;
}
.expPlan-item{
	margin-top: 14px;
}
.expPlan-item-inner{
	width: 600px;
	margin: 0 auto;
}
.expPlan-item-title{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 268px auto;
	padding-bottom: 30px;
}
.expPlan-item-title sup{
	color: #333;
	font-size: 0.58em !important;
}
.expPlan-item-sh{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	margin: 28px 0 10px;
	padding: 2px 4px 0;
}
.expPlan-item-title + .expPlan-item-sh{
	margin-top: 12px;
}
.expPlan-item-agree-table{
	width: 100%;
	background: #fff;
}
.expPlan-item-agree-table td{
	vertical-align: middle;
	padding: 6px 0 5px;
}
.expPlan-item-agree-table-w1{
	width: 65%;
}
.expPlan-item-agree-table-w2{
	width: 35%;
}
.expPlan-item-agree-table td.expPlan-item-agree-table-link{
	padding: 6px 8px 5px;
	font-size: 13px;
}
.expPlan-item-agree-table-link a{
	font-size: 18px;
	font-weight: bold;
	color: inherit;
}
.expPlan-item-agree-table td.expPlan-item-agree-table-price{
	font-size: 17px;
	text-align: right;
	padding: 6px 12px 5px;
}
.expPlan-item-agree-table-price span{
	float: left;
	display: inline;
}
.expPlan-item-agree-table-number{
	width: 20px;
	height: auto;
	vertical-align: middle;
}
.expPlan-item-point{
	background-repeat: no-repeat;
	background-size: 54px auto;
	background-position: left top;
	margin-top: 12px;
	padding: 12px 0 0 62px;
}
.expPlan-item-point-title{
	font-size: 2.2em;
	font-weight: bold;
}
.expPlan-item-point-title sup{
	color: #333;
	font-size: 0.64em !important;
}
.expPlan-item-point-text{
	font-size: 1.6em;
	margin-top: 5px;
}
.expPlan-item-point-text span{
	font-weight: bold;
	color: #FF2800;
}
.expPlan-item-payment-text{
	font-size: 1.6em;
}
.expPlan-item-payment-box{
	background: #fff;
	border-radius: 6px;
	margin: 10px 0;
	padding: 0 19px;
	overflow: hidden;
}
.expPlan-item-payment-table{
	width: 100%;
}
.expPlan-item-payment-table th{
	font-size: 18px;
	text-align: left;
	padding-top: 10px;
	vertical-align: top;
}
.expPlan-item-payment-table td{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.expPlan-item-payment-table-price span{
	color: #FF2800;
}
.expPlan-item-payment-table-price em{
	font-size: 1.67em;
}
.expPlan-item-payment-note{
	font-size: 1.3em;
	text-indent: -8em;
	padding-left: 8em;
}
.expPlan-item-text{
	font-size: 1.6em;
}
.expPlan-item-text span{
	font-weight: bold;
}
.expPlan-item-attention{
	width: 672px;
	background: #fff;
	border-radius: 3px;
	margin: 32px auto 0;
	padding: 20px 17px;
}
.expPlan-item-attention-title{
	font-size: 1.6em;
}
.expPlan-item-attention-title span{
	width: 100%;
	font-weight: bold;
	color: #C6000B;
	display: inline-block;
}
.expPlan-item1 .expPlan-item-title{
	color: #EC6D81;
	background-image: url(../just/image_v2/index_icn_arrow_01.png);
}
.expPlan-item1 .expPlan-item-sh{
	background: #F7C5CD;
}
.expPlan-item1 .expPlan-item-agree-table{
	border: 2px solid #EC6D81;
}
.expPlan-item1 .expPlan-item-agree-table td.expPlan-item-agree-table-link,
.expPlan-item1 .expPlan-item-agree-table td.expPlan-item-agree-table-price{
	border-left: 2px dotted;
	border-left-color:  #F7C5CD;
}
.expPlan-item1 .expPlan-item-point-title{
	color: #EC6D81;
}
.expPlan-item1 .expPlan-item-point1{
	background-image: url(../just/image_v2/index_icn_point_01_01.png);
}
.expPlan-item1 .expPlan-item-point2{
	background-image: url(../just/image_v2/index_icn_point_01_02.png);
}
.expPlan-item1 .expPlan-item-payment-box{
	border: 1px solid #EC6D81;
}

.expPlan-item2 .expPlan-item-title{
	color: #2EB6AA;
	background-image: url(../just/image_v2/index_icn_arrow_02.png);
}
.expPlan-item2 .expPlan-item-sh{
	background: #C0E9E6;
}
.expPlan-item2 .expPlan-item-agree-table{
	border: 2px solid #2EB6AA;
}
.expPlan-item2 .expPlan-item-agree-table td.expPlan-item-agree-table-link,
.expPlan-item2 .expPlan-item-agree-table td.expPlan-item-agree-table-price{
	border-left: 2px dotted;
	border-left-color: #2EB6AA;
}
.expPlan-item2 .expPlan-item-agree-table td.expPlan-item-agree-table-line{
	border-bottom: 2px solid #2EB6AA;
	padding: 0;
}
.expPlan-item2 .expPlan-item-point-title{
	color: #2EB6AA;
}
.expPlan-item2 .expPlan-item-point1{
	background-image: url(../just/image_v2/index_icn_point_02_01.png);
}
.expPlan-item2 .expPlan-item-point2{
	background-image: url(../just/image_v2/index_icn_point_02_02.png);
}
.expPlan-item2 .expPlan-item-point3{
	background-image: url(../just/image_v2/index_icn_point_02_03.png);
}
.expPlan-item2 .expPlan-item-payment-box{
	border: 1px solid #2EB6AA;
}

.expPlan-item3 .expPlan-item-title{
	color: #3882BF;
	background-image: url(../just/image_v2/index_icn_arrow_03.png);
}
.expPlan-item3 .expPlan-item-sh{
	background: #BFD7EA;
}
.expPlan-item3 .expPlan-item-point-title{
	color: #3882BF;
	min-height: 40px;
}
.expPlan-item3 .expPlan-item-point1{
	background-image: url(../just/image_v2/index_icn_point_03_01.png);
}
.expPlan-item3 .expPlan-item-point2{
	background-image: url(../just/image_v2/index_icn_point_03_02.png);
}
.expPlan-item3 .expPlan-item-point3{
	background-image: url(../just/image_v2/index_icn_point_03_03.png);
}
.expPlan-item3 .expPlan-item-payment-box{
	border: 1px solid #3882BF;
}

.expPlan-item4 .expPlan-item-agree-table{
	border: 2px solid #EE87B4;
}
.expPlan-item4 .expPlan-item-agree-table td.expPlan-item-agree-table-link,
.expPlan-item4 .expPlan-item-agree-table td.expPlan-item-agree-table-price{
	border-left: 2px dotted #F8CFE1;
}

@media only screen and (max-width: 768px) {
	.expPlan{
		padding: 0;
	}
	.expPlan-lead{
		font-size: 14px;
	}
	.expPlan-tab-list li{
		width: 32%;
		font-size: 15px;
		line-height: 1.2;
	}
	.expPlan-tab-list li + li{
		margin-left: 2%;
	}
	.expPlan-tab-list li a{
		padding: 5px 0 1px;
	}
	.expPlan-item-inner{
		width: 100%;
	}
	.expPlan-item{
		margin-top: 12px;
	}
	.expPlan-item-title{
		font-size: 22px;
		text-align: left;
		background-size: 200px auto;
		padding-bottom: 25px;
	}
	.expPlan-item-sh{
		font-size: 14px;
		margin: 24px 0 12px;
	}
	.expPlan-item-agree-table-w1{
		width: 71%;
	}
	.expPlan-item-agree-table-w2{
		width: 29%;
	}
	.expPlan-item-agree-table-blank{
		width: 14px;
	}
	.expPlan-item-agree-table-number{
		width: 18px;
	}
	.expPlan-item-agree-table{
		border-width: 1px !important;
	}
	.expPlan-item-agree-table td{
		border-width: 1px !important;
		padding: 7px 0 5px;
	}
	.expPlan-item-agree-table td.expPlan-item-agree-table-link{
		font-size: 12px;
		padding: 7px 4px 5px;
	}
	.expPlan-item-agree-table td.expPlan-item-agree-table-price{
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
		padding: 7px 4px 5px;
	}
	.expPlan-item-agree-table-link a{
		font-size: 16px;
		text-decoration: underline !important;
	}
	.expPlan-item-agree-table-price span{
		float: none;
	}
	.expPlan-item-point{
		background: none !important;
		padding: 0;
	}
	.expPlan-item-point-title{
		font-size: 20px;
		background-repeat: no-repeat;
		background-size: 40px auto;
		background-position: left center;
		padding-left: 46px;
		min-height: 40px;
	}
	.expPlan-item-point-text{
		font-size: 14px;
	}
	.expPlan-item1 .expPlan-item-point1 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_01_01.png);
	}
	.expPlan-item1 .expPlan-item-point2 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_01_02.png);
	}
	.expPlan-item2 .expPlan-item-point1 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_02_01.png);
	}
	.expPlan-item2 .expPlan-item-point2 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_02_02.png);
	}
	.expPlan-item2 .expPlan-item-point3 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_02_03.png);
	}
	.expPlan-item3 .expPlan-item-point1 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_03_01.png);
	}
	.expPlan-item3 .expPlan-item-point2 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_03_02.png);
	}
	.expPlan-item3 .expPlan-item-point3 .expPlan-item-point-title{
		background-image: url(../just/image_v2/index_icn_point_03_03.png);
	}
	.expPlan-item-payment-box{
		padding: 0 11px;
	}
	.expPlan-item-payment-table th{
		font-size: 20px;
		padding-top: 10px;
	}
	.expPlan-item-payment-note{
		font-size: 14px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.expPlan-item-attention{
		width: 100%;
		margin-top: 22px;
		border-radius: 2px;
		padding: 0;
	}
	.expPlan-item-attention-title{
		cursor: pointer;
		font-size: 14px;
		text-align: center;
		background: #F8E0E1;
		border: 1px solid #C6000B;
		border-radius: 2px;
		padding: 0 6px;
	}
	.expPlan-item-attention-title span{
		background-repeat: no-repeat;
		background-size: 14px auto;
		background-position: right center;
		padding: 5px 0 3px;
	}
	.expPlan-item-attention-title.is-close span{
		background-image: url(../just/image_v2/index_icn_attention_close.png);
	}
	.expPlan-item-attention-title.is-open span{
		background-image: url(../just/image_v2/index_icn_attention_open.png);
	}
	.expPlan-item-attention-note{
		padding: 10px 16px;
	}
}

.expPlan-child_wrap {
	font-size: 1.6em;
	margin-top: 15px;
}

.expPlan-category_wrap {
	font-size: 1.6em;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px dotted #C0C0C0;
}

.expPlan-child_wrap li{
	float: left;
	width: 23%;
	text-align: center;
}
.expPlan-category_wrap li{
	float: left;
	width: 48.7%;
	text-align: center;
}
.expPlan-child_wrap li + li,
.expPlan-category_wrap li + li{
	margin-left: 2.6%;
}

.expPlan-category_button input[type=radio]{
	display: none;
}

.expPlan-child_wrap label,
.expPlan-category_wrap label {
	display: block;
	padding: 10px;
	border: solid 2px #e5e5e5;
	cursor: pointer;
	border-radius: 8px;
	background-color: #fff;
}
.expPlan-child_wrap label.is_active,
.expPlan-category_wrap label.is_active {
	color: #fff;
	background-color: #918077;
	border: solid 2px #918077;
}

.hidden {
	display: none;
}

.expPlan-item-fee-note{
	margin: 20px 0;
}
.expPlan-item-fee-note span{
	display: inline-block;
	font-size: 1.3em;
}
.expPlan-item-fee-note span + span{
	margin-left: 10px;
}
.expPlan-item-fee-note span:before{
	content: "●";
	color: #888;
}
@media only screen and (max-width: 768px) {
	.expPlan-item-fee-note span{
		display: block;
		margin-top: 2px;
		font-size: 12px;
	}
	.expPlan-item-fee-note span + span{
		margin-left: 0;
	}
	.expPlan-child_wrap label,
	.expPlan-category_wrap label{
		padding: 5px;
	}
}


.expPlan-item-fee-wrap{
	width: 470px;
	margin: 0 auto;
}
.expPlan-item-fee-table{
	width: 100%;
}
.expPlan-item-fee-table th{
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #C0C0C0;
	padding: 5px;
	vertical-align: top;
}
.expPlan-item-fee-table td{
	font-size: 20px;
	width: 125px;
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #C0C0C0;
	text-align: right;
	padding: 5px 10px;
	border-left: 5px solid #F8F8F8;
	border-left: 5px solid #F8F8F8;
	vertical-align: middle;
}
.expPlan-item-fee-table td img{
	width: 27px;
}
.expPlan-item-fee-table tr:last-of-type th,
.expPlan-item-fee-table tr:last-of-type td{
	border-bottom: 1px solid #C0C0C0;
}

.expPlan-item-fee-old-wrap{
	float: right;
}
.expPlan-item-fee-old{
	width: 120px;
	background-color: #C3D8F4;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	box-sizing: content-box;
	float: left;
}
.expPlan-item-fee-old + .expPlan-item-fee-old{
	width: 121.5px;
	border-left: 5px solid #F8F8F8;
}
.expPlan-item-fee-old.is-man{
	background-color: #C3D8F4;
}
.expPlan-item-fee-old.is-woman{
	background-color: #FCC9CC;
}

.expPlan-item-fee-table .expPlan-item-fee-table-th01,
.expPlan-item-fee-table .expPlan-item-fee-table-th02{
	font-size: 13px;
	font-weight: bold;
}
.expPlan-item-fee-table-th01 span,
.expPlan-item-fee-table-th02 span{
	padding-left: 10px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
}
.expPlan-item-fee-table-th01 span:before{
	display: block;
	content: "";
	height: 24px;
	width: 3px;
	border-radius: 3px;
	background-color: #F39700;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.expPlan-item-fee-table-th01 span em{
	font-weight: bold;
	color: #FF6E1E;
}
.expPlan-item-fee-table-th02 span:before{
	display: block;
	content: "";
	height: 24px;
	width: 3px;
	border-radius: 3px;
	background-color: #009C84;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.expPlan-item-fee-table-th02 span em{
	font-weight: bold;
	color: #009C84;
}

@media only screen and (max-width: 768px) {
	.expPlan-item-fee-wrap{
		width: 100%;
	}
	.expPlan-item-fee-table th{
		font-size: 13px;
	}
	.expPlan-item-fee-table td{
		font-size: 15px;
		width: 88px;
		padding: 5px;
	}
	.expPlan-item-fee-table td img{
		width: 25px;
	}
	.expPlan-item-fee-old{
		font-size: 13px;
		width: 83px;
	}
	.expPlan-item-fee-old + .expPlan-item-fee-old{
		width: 85px;
	}
	.expPlan-item-fee-table .expPlan-item-fee-table-th01,
	.expPlan-item-fee-table .expPlan-item-fee-table-th02{
		font-size: 12px;
	}
	.expPlan-item-fee-table-th01 span,
	.expPlan-item-fee-table-th02 span{
		font-size: 14px;
	}
	.expPlan-item-fee-table-th01 span:before,
	.expPlan-item-fee-table-th02 span:before{
		height: 20px;
	}
}

.expContact{
	background: #FEFAEB;
	padding: 13px 0 22px;
}
.expContact-title{
	font-size: 1.7em;
	font-weight: bold;
}
.expContact-inner{
	width: 660px;
	margin: 0 auto;
}
.expContact-tel{
	float: left;
	width: 300px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
.expContact-tel a{
	color: inherit;
}
.expContact-box{
	margin-top: 10px;
}
.expContact-tel span{
	background: url(../image_v2/index_icn_03.png) left center no-repeat;
	padding: 3px 0 2px 38px;
	display: inline-block;
}
.expContact-time{
	float: right;
	width: 345px;
	font-size: 13px;
	text-indent: -5em;
	padding-left: 5em;
}
@media only screen and (max-width: 768px) {
	.expContact{
		padding: 15px 0 12px;
	}
	.expContact-inner{
		width: 100%;
		padding: 0 3%;
	}
	.expContact-title{
		font-size: 14px;
	}
	.expContact-box{
		margin-top: 6px;
	}
	.expContact-tel{
		float: none;
		width: 100%;
	}
	.expContact-time{
		float: none;
		width: 270px;
		font-size: 10px;
		margin: 6px auto 0;
	}
	.expContact-time span{
		font-weight: bold;
	}
}

.expBottom{
	background: #F6F6F6;
	border-top: 1px solid #C0C0C0;
	padding: 14px 12px 13px 22px;
}
.expBottom-text{
	font-size: 1.3em;
}
.expBottom-text2{
	text-indent: -1em;
	padding-left: 1em;
}
.expBottom-text2:before{
	content: "●";
	color: #888;
}
.expBottom-number{
	font-size: 1.3em;
	text-align: right;
}
@media only screen and (max-width: 768px) {
	.expBottom{
		padding: 7px 3% 6px;
	}
	.expBottom-text{
		font-size: 12px;
	}
	.expBottom-number{
		font-size: 12px;
	}
}

.expImgsize{
	width: 504px;
	height: auto;
}
.expImgsize2{
	width: 406px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.expImgsize,
	.expImgsize2{
		width: auto;
	}
}

.expLink.noicn a{
	background-image: none;
	padding-left: 0;
}


.expPlan-item-simubox{
	display: none;
}

.h5_player{
	display: none;
}