@charset "UTF-8";

/************ 余白 ************/
.p100{
	padding-top: 100px;
}

h2{
	text-align: center;
	padding: 30px 0;
}

/* 強調 */
.emphasis{
	font-weight: bold;
	background: linear-gradient(transparent 70%, pink 70%);
}

/************ 無料プランの人への案内 ************/
#freePlanInfo{
	background-color: white;
	border-radius: 5px;
	padding-bottom: 50px;
}

/************ 案内 ************/
#cct_priceInfo{

	text-align: center;
	background-image: url(/images/checkContractType/notice.png);
	background-position: 100px 25px;
	background-repeat: no-repeat;
	background-size: auto 20%;
}

#cct_priceInfo h2{
	padding: 60px 0px;
}

/* 左右の情報 */

#infoLeft, #infoRight{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

#infoRight{
	padding-left: 80px;
}

#cct_priceInfo ol{
	padding-left: 15px;
}

#cct_priceInfo li{
	margin-bottom: 10px;
}

#cct_priceInfo dl
{
	text-align: left;
}

#cct_priceInfo dt{
	font-size: 1.5em;
	padding-bottom: 10px;
}

#cct_priceInfo dd{
	padding-bottom: 10px;
	font-size: 1.1em;
}



/************ 料金表 ************/
#cct_price{
	margin: 0 auto;
	text-align: center;
}

#cct_price dl{
	width:23%;
	margin:0px 5px 0px 5px;
	display: inline-block;
	border:solid 1px #D7DBDF;
	color:#24262A;
	background-color:#FFFFFF;
}

#cct_price dl dt{
	font-weight:bold;
	font-size:1.8rem;
	text-align:center;
	padding:20px 0px;
}

#cct_price dl:nth-child(1) dt{
	background-color:#FFC926;
}

#cct_price dl:nth-child(2) dt{
	background-color:#F0E800;
}
#cct_price dl:nth-child(3) dt{
	background-color:#9CC715;
	color:#FFFFFF;
}

#cct_price dl:nth-child(4) dt{
	background-color:#30A3B1;
	color:#FFFFFF;
}

#cct_price dl dd{
	height:80px;
	width:100%;
	display: table;
	text-align: left;
}

#cct_price dl dd:nth-child(even){
	background-color:#F7F7F7;
}

#cct_price dl dd p{
	display: table-cell;
	vertical-align: middle;
	padding:0px 10px;
}

#cct_price dl dd p+p{
	text-align:right;
	color:#CB5D8C;
	font-size:1.8rem;
}

#cct_price dl dd:nth-child(4) span,
#cct_price dl dd:nth-child(5) span{
	color:#24262A;
	font-size:1rem;
	display:block;
}

#cct_price p.quotion{
	clear: both;
	padding-top: 20px;
	padding-left: 15px;
	max-width: 1080px;
	text-align: left;
	color: #FFFFFF;
}

#cct_price .price_free{
	padding: 0;
}

#cct_price .price_free .priceText{
	display: inline-block;
	padding-left: 60px;
	padding: 20px 0 20px 70px;
	background: url(/images/lp/price_ico_01.png) no-repeat left center;
}

#cct_price dl dd.planarea-1{
	padding: 10px;
	box-sizing: border-box;
	font-size:1.8rem;
	text-align:center;
	background-color:#FFFFFF;
	border-bottom:solid 1px #D6D6D6;
}

#cct_price dl dd .t1{
	color:#009FB8;
	display: block;
}

#cct_price dl dd .t2{
	display: block;
	font-size:3rem;
	font-weight:bold;
}

#cct_price dl dd .t3{
	display: block;
	font-weight:bold;
}

#cct_price dl:nth-child(1) .t3{
	background-color:#FFC926;
}

#cct_price dl:nth-child(2) .t3{
	background-color:#F0E800;
}

#cct_price dl:nth-child(3) .t3{
	background-color:#9CC715;
	color: #fff;
}

#cct_price dl:nth-child(4) .t3{
	background-color:#30A3B1;
	color: #fff;
}

#cct_price dl dd .t4{
	display: table-cell;
	vertical-align: middle;
	font-size:1.8rem;
}

#cct_price dl dd .t3 .t3Span{
	font-size: 2rem;
	display: inline-block;
	padding: 0 4px;
}

#cct_price dl dd.planarea-2{
	text-align:center;
}

/* 下のボタン */
#changePlanFromFree{
	width: 280px;
	height: 40px;
	font-size: 1.2em;
}