@charset "utf-8";
/* -----------------------------------------------------------------------
use : /sevenmax/about/

style.css

----------------------------------------------------------------------- */

/*-----------------------------------------------------------------

	about

-----------------------------------------------------------------*/

#about {
	padding:15px 0 0;
	color:#ffffff;
}
#about .serviceList{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	margin-top:20px;
}
#about .serviceList li{
	width:31.83%;
	margin-bottom:10px;
	background:#ffffff;
	text-align:center;
	color:#171717;
	border-radius:10px;
	overflow:hidden;
}
#about .serviceList li figure img{
	width:100%;
	vertical-align:bottom;
}
#about .serviceList li .txt{
	height:50px;
	position: relative;
}
#about .serviceList li .txt p{
	width:100%;
	font-size:1.6rem;
	line-height:1.2;
	font-weight:bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#about .catchcopy {
	padding:20px 0 55px;
	font-size:2.6rem;
	line-height:1.3;
	font-weight:700;
	text-align:center;
	background:url(/sevenmax/about/img/about_arrow.png) no-repeat bottom 0 left 50% ;
	background-size:auto 33px;
}
#about .mainimg {
	padding:10px 0;
	position:relative;
}
#about .mainimg .inBox {
	width:100%;
	text-align:right;
}
#about .mainimg .inBox .title {
	padding:10px;
}
#about .mainimg .inBox .title img {
	max-width:575px;
}
#about .mainimg .inBox .imgCar img {
	clear:both;
}
#about .mainimg .inBox .imgCar img {
	max-width:615px;
}

#about .carBg {
	position:relative;
}
#about .carBg .carImgL {
	max-width:320px;
	position:absolute;
	left:0;
	transition:all 0.5s ease;
}
#about .carBg .carImgR {
	max-width:325px;
	position:absolute;
	right:0;
	transition:all 0.5s ease;
}
#about .leadTxt {
	width:90%;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#about .tascutter {
	margin-top:150px;
	padding:60px 20px 20px;
	border:4px solid #ffffff;
	border-radius:15px;
	position:relative;
}
#about .tascutter::before {
	display: block;
	content: '';
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background:url(/sevenmax/about/img/icon_plus.svg) no-repeat 50% 50% ;
	background-size:100% auto;
	position:absolute;
	top: -130px;
	left:0;
	right:0;
	transition:all 0.5s ease;
}
#about .tascutter .boxTxt {
	width:80%;
	max-width:520px;
	height:58px;
	margin:0 auto;
	text-align:center;
	color:#171717;
	background:#ffffff;
	border-radius:29px;
	position:absolute;
	top:-29px;
	left:0;
	right:0;
}
#about .tascutter .boxTxt span{
	display:block;
	width:100%;
	font-size:3.0rem;
	line-height:1.3;
	font-weight:700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#about .tascutter .hoshoHead {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#about .tascutter .hoshoHead h2 {
	width:50%;
}
#about .tascutter .hoshoHead p {
	width:40%;
}

#about .tascutter .hoshoList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	margin-top:20px;
}
#about .tascutter .hoshoList li {
	border-radius:10px;
	overflow:hidden;
}
#about .tascutter .hoshoList figure {
	display:block;
	margin:0;
	padding:0;
	background:#ffffff;
	border-radius:6px;
	overflow:hidden;
}
#about .tascutter .hoshoList figure img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
#about .tascutter .hoshoList figure figcaption{
	display:block;
	position:relative;
}
#about .tascutter .hoshoList figure figcaption span{
	display:block;
	width:100%;
	line-height:1.3;
	color:#171717;
	text-align:center;
	font-weight:700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#about .tascutter .hoshoList .price{
	padding:15px 10px 0;
	background:#45BC90;
	text-align:center;
}
#about .tascutter .hoshoList .price img{
	width:97.5%;
	margin:0 auto;
}





/*----------------------------------------------------------
	Display：← 559px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:560px) {
	
	#about .mainimg .imgUchimura {
		width:90%;
		max-width:240px;
		margin:0 auto;
	}

	#about .carBg .carImgL {
		width:110px;
		bottom:-125px;

	}
	#about .carBg .carImgR {
		width:120px;
		bottom:-100px;

	}

	#about .tascutter {
		margin-top:100px;
		padding:50px 25px 15px;
	}
	#about .tascutter::before {
		width: 50px;
		height: 50px;
		top: -90px;
	}

	#about .tascutter .hoshoHead h2 {
		width:90%;
		margin:0 auto;
	}
	#about .tascutter .hoshoHead p {
		width:75%;
		margin:0 auto;
		padding-top:15px;
	}

	#about .tascutter .hoshoList li {
		width:48%;
		margin:8px 0;
	}
	#about .tascutter .boxTxt {
		max-width:320px;
		height:46px;
		border-radius:23px;
		top:-23px;
	}
	#about .tascutter .boxTxt span{
		font-size:2.0rem;
	}
	#about .tascutter .hoshoList figure figcaption {
		height:50px;
	}
	#about .tascutter .hoshoList figure figcaption span{
		font-size:1.8rem;
	}

}

/*----------------------------------------------------------
	Display：← 374px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:374px) {
	
	#about .tascutter {
		padding:50px 15px 15px;
	}
	#about .tascutter .hoshoHead h2 {
		width:100%;
	}
	#about .tascutter .hoshoHead p {
		width:85%;
		padding-top:5px;
	}
	#about .tascutter .hoshoList li {
		margin:5px 0;
	}
	#about .tascutter .boxTxt span{
		font-size:1.6rem;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	#about .serviceList li {
		width:15.5%;
		margin-bottom:0;
	}
	#about .serviceList li .txt{
		height:60px;
	}
	#about .serviceList li .txt p{
		font-size:1.8rem;
	}
	#about .catchcopy {
		padding:20px 0 55px;
		font-size:3.6rem;
	}
	#about .mainimg .inBox {
		width:62%;
		text-align:right;
		float:right;
	}
	#about .mainimg .imgUchimura {
		width:39.5%;
		max-width:385px;
		position:absolute;
		top:-5px;
		left:-2.5%;
	}
	#about .leadTxt {
		text-align:center;
	}

	#about .carBg .carImgL {
		width:210px;
		bottom:-150px;

	}
	#about .carBg .carImgR {
		width:200px;
		top:100px;

	}

	#about .tascutter {
		margin-top:120px;
		padding:50px 25px 15px;
	}
	#about .tascutter::before {
		width: 60px;
		height: 60px;
		top: -110px;
	}
	
	#about .tascutter .boxTxt {
		max-width:400px;
		height:50px;
		border-radius:25px;
		top:-25px;
	}
	#about .tascutter .boxTxt span{
		font-size:2.4rem;
	}

	#about .tascutter .hoshoHead {
		width:97.5%;
		margin:0 auto;
	}
	#about .tascutter .hoshoHead h2 {
		width:50%;
	}
	#about .tascutter .hoshoHead p {
		width:42.5%;
		padding-top:2.5%;
	}

	#about .tascutter .hoshoList li {
		width:23.5%;
	}
	#about .tascutter .hoshoList figure figcaption {
		height:50px;
	}
	#about .tascutter .hoshoList figure figcaption span{
		font-size:1.8rem;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

	#about {
		padding:0;
	}
	#about .serviceList {
		margin-top:30px;
	}
	#about .serviceList li .txt{
		height:70px;
	}
	#about .catchcopy {
		padding:20px 0 55px;
		font-size:4.2rem;
	}
	#about .mainimg .imgUchimura {
		top:-15px;
	}
	
	#about .carBg .carImgL {
		width:25%;
		bottom:-200px;

	}
	#about .carBg .carImgR {
		width:22%;
		top:80px;

	}
	
	#about .tascutter {
		margin-top:150px;
		padding:60px 30px 30px;
	}
	#about .tascutter::before {
		width: 70px;
		height: 70px;
		bottom: -130px;
	}
	
	#about .tascutter .boxTxt {
		max-width:520px;
		height:58px;
		border-radius:29px;
		bottom:-29px;
	}
	#about .tascutter .boxTxt span{
		font-size:3.0rem;
	}
	#about .tascutter .hoshoList figure figcaption {
		height:55px;
	}
	#about .tascutter .hoshoList figure figcaption span{
		font-size:2.0rem;
	}

}

/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:960px) {

	#about .serviceList li .txt p{
		font-size:2.2rem;
	}

	#about .carBg .carImgL {
		width:32%;
		bottom:-250px;
	}
	#about .carBg .carImgR {
		width:27%;
		top:20px;
	}

	#about .tascutter {
		padding:60px 70px 30px;
	}

}





/*-----------------------------------------------------------------

	endContract

-----------------------------------------------------------------*/

#afterCare {
	padding-top:50px;
	padding-bottom:0px;
	overflow:hidden;
}
#afterCare .inner {
	padding-top:0;
	padding-bottom:0;
	position:relative;
}
#afterCare .txtBox {
	width:100%;
	padding:0;
	position:relative;
}
#afterCare .txtBox .headLineF {
	margin-bottom:15px;
	line-height:1.5;
	font-weight:900;
	letter-spacing:0.05em;
	text-align:center;
	transition:all 0.5s ease;
}
#afterCare .txtBox .fukidashiTxt {
	width:90%;
	max-width:360px;
	margin: 0 auto 15px;
	padding:8px 5px;
	font-size:2.2rem;
	line-height:1.6;
	letter-spacing:0.1em;
	text-indent:0.1em;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	background:#45BC90;
	position:relative;
}
#afterCare .txtBox .fukidashiTxt::after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:10px solid #45BC90;
	position:absolute;
	bottom: -10px;
	left:0;
	right:0;
	transition:all 0.5s ease;
}

/*----------------------------------------------------------
	Display：979px →（ sp + tablet + pc ）
----------------------------------------------------------*/

@media screen and (max-width:979px) {

	#afterCare .txtBox .headLineF {
		font-size:3.4rem;
	}
	#afterCare .plantImg {
		max-width:600px;
		margin:10px auto 0;
		position:relative;
		bottom:-10px;
	}
}

/*----------------------------------------------------------
	Display：559px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#afterCare .txtBox .headLineF {
		font-size:2.8rem;
	}
	
}

/*----------------------------------------------------------
	Display：980px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:980px) {

	#afterCare {
		padding-top:70px;
		padding-bottom:50px;		
	}
	#afterCare .inner > .txtBox {
		width:50%;
	}
	#afterCare .txtBox .headLineF {
		font-size:4.0rem;
		text-align:left;
	}
	#afterCare .txtBox .fukidashiTxt {
		width:100%;
		max-width:440px;
		margin: 0 0 15px;
		font-size:2.2rem;
		position:relative;
	}
	#afterCare .plantImg {
		width:60%;
		max-width:600px;
		margin:auto 0;
		position:absolute;
		top: 0;
		bottom:0;
		right:-15%;
	}

}


/*-----------------------------------------------------------------

	プラン

-----------------------------------------------------------------*/
.planChoice {
	padding: 30px 0;
}
.planChoice .planWrapper{
	position: relative;
}

.planChoice .planWrapper .planBox{
	background-repeat: no-repeat;
	background-position: center top ;
	background-size: 100%;
	padding-top: 30px;
	width: 100%;
}
.planChoice .planWrapper .planBox.plan3{
	background-image: url(../img/plan3_bg.png);
}
.planChoice .planWrapper .planBox.plan7{
	background-image: url(../img/plan7_bg.png);
	margin-top: -115px;
}
.planChoice .planWrapper .planBox.plan3 .planBgWrap{
	background-color: #192837;
}
.planChoice .planWrapper .planBox.plan7 .planBgWrap{
	background-color: #45BC90;
}

.planChoice .planWrapper .planBox .planHeadTtl{
	text-align: center;
}
.planChoice .planWrapper .planBox .planHeadTtl strong{
	color: #fff;
	font-weight: 900;
	font-size:21px;
	width: 240px;
	display: inline-block;
	line-height: 46px;
	letter-spacing: 2px;
	position: relative;
}
.planChoice .planWrapper .planBox .planHeadTtl strong::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	bottom: -8px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.planChoice .planWrapper .planBox.plan3 .planHeadTtl strong::after{
	border-color: transparent transparent #1C292A transparent;
}
.planChoice .planWrapper .planBox.plan7 .planHeadTtl strong::after{
	border-color: transparent transparent #45BC90 transparent;
}
.planChoice .planWrapper .planBox .planHeadTtl p{
	font-weight: 700;
	font-size: 18px;
}
.planChoice .planWrapper .planBox.plan3 .planHeadTtl strong{
	background: #1C292A;
}
.planChoice .planWrapper .planBox.plan7 .planHeadTtl strong{
	background: #45BC90;
}

.planChoice .planWrapper .planBox .planTtl{
	display: flex;
	justify-content: center;
}
.planChoice .planWrapper .planBox .planTtl h4{
	width: 60%;
}
.planChoice .planWrapper .planBox .planTtl .img{
	width: 50%;
}
.planChoice .planWrapper .planBox.plan3 .planTtl{
	flex-direction:row-reverse
}

.planChoice .planWrapper .planBox.plan3 .planBtnWrap{
	background: #192837;
}
.planChoice .planWrapper .planBox.plan7 .planBtnWrap{
	background: #45BC90;
}
.planChoice .planWrapper .planBox .planBtn{
	border: 2px solid #000;
	background: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	width: 220px;
	letter-spacing: 3px;
	height: 50px;
	margin: 0px auto 0;
	position: relative;
}
.planChoice .planWrapper .planBox .planBtn::after{
	position: absolute;
	content:"";
	bottom: 8px;
	right: 0;
	left: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform:rotate(135deg);
	transition: all .4s;
}
.planChoice .planWrapper .planBox .planBtn.open::after{
	transform:rotate(-45deg);
}
.planChoice .planWrapper .planBox .planBtn span::before{
	content: "開く";
}
.planChoice .planWrapper .planBox .planBtn.open span::before{
	content: "閉じる";
}

.planChoice .planWrapper .planBox .planContents{
	display: none;
}

.planChoice .planWrapper .planBox .planContents .planFeature{
	text-align: center;
	padding-top: 20px;
}
.planChoice .planWrapper .planBox .planContents .planFeature h5{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 10px;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol li{
	width: 48%;
	position: relative;
	margin-bottom: 15px;
	background: #FFF;
	border-radius: 10px;
	padding: 30px 0 20px;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol li .num{
	position: absolute;
	text-align: center;
	border-radius: 100%;
	width: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	top: -10px;
	right: 0;
	left: 0;
	margin: auto;
}
.planChoice .planWrapper .planBox.plan3 .planContents .planFeature ol li .num{
	background: #45BC90;
}
.planChoice .planWrapper .planBox.plan7 .planContents .planFeature ol li .num{
	background: #192837;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt{
	font-weight: 900;
	color: #45BC90;
	line-height: 1;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt strong{
	display: block;
	font-weight: 900;
	color: #000;
	padding-top: 10px;
	font-size: 24px;
}
.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt strong.sTxt{
	/* font-size: 21px; */
	letter-spacing: 0;
}

.planChoice .planWrapper .planBox .planContents .planWho{
	padding: 20px 0;
}
.planChoice .planWrapper .planBox .planContents .planWho h5{
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	width: 300px;
	margin: 0 auto 20px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
}
.planChoice .planWrapper .planBox .planContents .planWho h4::before,
.planChoice .planWrapper .planBox .planContents .planWho h4::after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.planChoice .planWrapper .planBox .planContents .planWho h4::before{
	bottom: -7px;
	z-index: 2;
}
.planChoice .planWrapper .planBox.plan3 .planContents .planWho h4::before{
	border-color: transparent transparent #192837 transparent;
}
.planChoice .planWrapper .planBox.plan7 .planContents .planWho h4::before{
	border-color: transparent transparent #45BC90 transparent;
}
.planChoice .planWrapper .planBox .planContents .planWho h4::after{
	border-color: transparent transparent #fff transparent;
	bottom: -10px;
	z-index: 1;
}
.planChoice .planWrapper .planBox .planContents .planWho ul{
	padding: 0 15px;
}

.planChoice .planWrapper .planBox .planContents .planWho li{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.planChoice .planWrapper .planBox .planContents .planWho li img{
	width: 60px;
	display: block;
}
.planChoice .planWrapper .planBox .planContents .planWho li p{
	padding-left: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	width: calc(100% - 60px);
}

.planChoice .planWrapper .planBox .planPageBtnWrap{
	padding: 20px 0;
}
.planChoice .planWrapper .planBox.plan3 .planPageBtnWrap{
	background: #192837;
	padding-bottom: 80px;
}
.planChoice .planWrapper .planBox.plan7 .planPageBtnWrap{
	background: #45BC90;
}
.planChoice .planWrapper .planBox a{
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px;
	border: 2px solid #fff;
	font-weight: 700;
	font-size: 18px;
	width: 260px;
	line-height: 50px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
	letter-spacing: 2px;
}
.planChoice .planWrapper .planBox a::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0px;
	right:20px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform:rotate(45deg);
}

.planChoice .planWrapper .dochiramo{
	width: 300px;
	display: block;
	margin: -137px auto 0;
}

@media screen and (min-width:980px){
	.planChoice {
		padding: 60px 0;
	}
	.planChoice .planArea{
		margin: 0 auto;
	}


	.planChoice .planWrapper{
		width: 960px;
		margin: 0 auto;
		display: flex;
	}
	.planChoice .planWrapper .dispSp{
		display: none;
	}
	.planChoice .planWrapper .planBox .planHeadTtl p{
		font-size: 21px;
	}
	.planChoice .planWrapper .planBox .planHeadTtl strong{
		width: 277px;
		font-size: 23px;
	}
	.planChoice .planWrapper .planBox .planTtl{
		padding: 0 20px;
	}
	.planChoice .planWrapper .planBox .planTtl h4{
		width: 70%;
	}

	.planChoice .planWrapper .planBox.plan7{
		margin-top: 0;
	}

	.planChoice .planWrapper .planBox .planContents{
		display: block;
	}

	.planChoice .planWrapper .planBox .planContents .planFeature ol{
		flex-wrap: nowrap;
	}
	.planChoice .planWrapper .planBox .planContents .planFeature ol li{
		width: 23%;
	}
	.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt{
		font-size: 12px;
	}
	.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt strong{
		font-size: 17px;
	}
	.planChoice .planWrapper .planBox .planContents .planFeature ol li .txt strong.sTxt{
		/* font-size: 14px; */
		letter-spacing: -0.8px;
	}
	.planChoice .planWrapper .planBox .planContents .planWho h5{
		font-size: 16px;
	}
	.planChoice .planWrapper .planBox .planContents .planWho li{
		padding: 12px 20px;
	}
	.planChoice .planWrapper .planBox .planContents .planWho li p {
    text-align: left;
}

	.planChoice .planWrapper .planBox .planPageBtnWrap,
	.planChoice .planWrapper .planBox.plan3 .planPageBtnWrap{
		padding-bottom: 40px;
	}
	.planChoice .planWrapper .planBox a{
		width: 268px;
		line-height: 66px;
	}
	.planChoice .planWrapper .planBox a:hover{
		opacity: 0.4;
	}



	.planChoice .planWrapper .dochiramo{
		width: 371px;
		display: block;
		margin: 0px auto 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 170px;
		margin: auto;
	}
}


/*-----------------------------------------------------------------
	プラン比較
-----------------------------------------------------------------*/
.tableWrap{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}
/*スクロールバー*/
.tableWrap::-webkit-scrollbar{
	height: 5px;
 }
 .tableWrap::-webkit-scrollbar-track{
	background: #333;
 }
 .tableWrap::-webkit-scrollbar-thumb {
	background: #45BC90;
 }
 @media print, screen and (min-width:960px){
	.tableWrap{
		overflow: visible; /*スクロール解除*/
		white-space: normal; /*文字の折り返しを禁止解除*/
		width: 960px;
		margin: 0 auto;
	}
 }

 .planTable{
	padding: 30px;
 }
 .planTable h3{
	text-align: center;
	font-weight: 900;
	font-size: 21px;
	margin-bottom: 15px;
 }
 .planTable table{
	width: 500px;
	border-right: 1px solid #45BC90;
	border-left: 1px solid #45BC90;
	text-align: center;
	font-size: 18px;
 }
 .planTable table th{
	border-top: 1px solid #45BC90;
	border-bottom: 1px solid #45BC90;
	border-right: 1px solid #45BC90;
	background: #EEF9F6;
	padding: 10px 0;
	vertical-align: middle;
 }
 .planTable table td{
	border-bottom: 1px solid #45BC90;
	border-right: 1px solid #45BC90;
	font-weight: 900;
	vertical-align: middle;
	padding: 10px 20px;
	line-height: 1.6;
 }
 .planTable table .thPlan{
	font-weight: 900;
	color: #fff;
 }
 .planTable table .thPlan3{
	background: #18242F;
 }
 .planTable table .thPlan7{
	background: #45BC90;
 }
 .planTable table td.normal{
	font-weight: 400;
	background: #EEF9F6;
 }
 .planTable table td span{
	display: block;
	font-weight: 400;
	font-size: 14px;
 }
 .planTable table td span.notes{
	font-size: 12px;
 }
 @media print, screen and (min-width:960px){
	.planTable{
		padding: 50px 0 0;
	 }
	 .planTable h3{
		font-size: 24px;
		margin-bottom: 25px;
	 }
	.planTable table{
		width: 100%;
	}
	.planTable table .thPlan3,
	.planTable table .thPlan7{
		width: 380px;
	 }
	.planTable table td{
		padding: 20px 20px;
	}
 }
