@charset "UTF-8";
/*======================

  プラン

========================*/
/*全体共通*/
section h2 {
	padding: 0 0 12px;
}

_:-ms-input-placeholder, :root section h2 {
	padding: 18px 0 11px;
}

/*メインビジュアル*/
#main_block {
	padding: 0 0 45px;
}
#main_block h1 {
	padding: 25px 0 0;
	text-align: center;
}
#main_block h2 {
	padding-top: 220px;
	padding-bottom: 30px; 
	text-align: center;
}
#main_block h2 + img {
	display: block;
	margin: 0 auto 35px;
}
#main_block .inner {
	background: url(../img/plan/img_mv.png) no-repeat;
	background-position: top center;
	border-top: 5px solid #005bac;
}
#main_block .copy {
	padding: 27px 0 25px;
	text-align: center;
}
#main_block .copy + img {
	display: block;
	margin: 0 auto;
}
#main_block .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main_block .list li {
	width: 316px; 
	text-align: center;
	border: 2px solid #005bac;
}
#main_block .list li .ttl {
	position: relative; 
	padding: 12px 0 3px;
	font-size: 21px;
	line-height: 1.5;
	color: #fff;
	background: #005bac;
}
#main_block .list li .ttl:after {
	position: absolute;
	bottom: -17px;
	display: block;
	content: "";
	border-top: 17px solid #005bac; 
	border-right: 160px solid transparent;
	border-left: 159px solid transparent;
}
#main_block .list li .text {
	display: -webkit-flex;
	display: flex;
	height: 96px; 
	padding: 27px 0 13px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.46;
	color: #e50011;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#main_block .list li .text span {
	display: block;
}

/*有料サービスとは*/
#about {
	padding-bottom: 45px;
}
#about .sub_ttl {
	padding: 10px 0 25px; 
	text-align: center;
}
#about .sub_ttl + img {
	display: block; 
	margin: 0 auto;
}
#about .inner {
	overflow: hidden; 
	background: #fff3c2;
}
#about dl {
	padding: 5px 20px 20px; 
	margin: 25px 30px;
	background: #fff;
	border: 2px solid #dfdfdf;
}
#about dl dt {
	position: relative;
	left: -35px;
	padding-bottom: 12px;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: .02em;
}
#about dl dt img {
	position: relative;
	top: 6px;
	margin-right: 15px;
}
#about dl dd {
	font-size: 15px;
	line-height: 1.8;
}

/*有料サービスの特徴*/
#feature .note {
	padding: 20px 0 30px 10px;
	font-size: 16px;
}

.item_list h3 {
	display: table;
	display: block;
	padding: 5px 3px;
	margin-bottom: 22px; 
	background: #eeeae8;
}
.item_list h3 span {
	display: table-cell;
	padding: 13px 17px 14px; 
	vertical-align: middle;
}
.item_list h3 .number {
	border-right: 2px solid #fff;
}
.item_list h3 .number img {
	vertical-align: middle;
}

.item_list .item {
	position: relative;
	width: 470px; 
	padding: 20px 10px;
	overflow: hidden;
	clear: both;
}
.item_list .item.-item01 {
	position: relative;
	width: 100%;
	box-sizing: border-box; 
	margin-top: -25px;
}
.item_list .item.-item01 h3 {
	margin-top: 36px;
}
.item_list .item.-item01 .left_block {
	float: left; 
	width: 480px;
}
.item_list .item.-item01 .right_block {
	position: absolute;
	top: 0px;
	right: 26px;
	z-index: 3;
}
.item_list .item.-item01 .right_block img {
	border: 2px solid #dfdfdf;
}
.item_list .item dl {
	padding: 10px 15px 15px 19px;
}
.item_list .item dl dt {
	position: relative;
	padding-left: 16px;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
	line-height: 1.34; 
	color: #005bac;
}
.item_list .item dl dt:before {
	position: absolute;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	content: "";
	background-color: #005bac;
}
.item_list .item dl dd {
	font-size: 16px;
}

.item_list .under_block {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;

	align-items: stretch;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.item_list .under_block .item {
	padding-bottom: 40px;
}
.item_list .under_block .item dl dd {
	padding-bottom: 10px;
}
.item_list .under_block .item img {
	display: block;
	margin: 0 auto;
	border: 2px solid #dfdfdf;
}

#item_block01 .item {
	border-bottom: 2px solid #efefef;
}
#item_block01 .item.left {
	margin-left: -2px; 
	border-right: 2px solid #efefef;
}
#item_block01 .item dl dt {
	margin: 5px 0 13px 0;
}

#item_block02 {
	padding: 20px 10px 30px;
}
#item_block02 .item dl {
	padding-left: 9px;
}
#item_block02 .item {
	width: 980px;
	padding: 5px 0;
}
#item_block02 .item .left {
	float: left;
	width: 520px;
	padding-right: 40px;
}
#item_block02 .item .right {
	padding-top: 10px;
}
#item_block02 .item dl dt {
	margin: 0 0 13px 0;
}
#item_block02 h3 + .text {
	padding: 0 25px 20px 9px;
	font-size: 16px;
}
#item_block02 .row03 {
	position: relative;
}
#item_block02 .capture {
	position: absolute;
	top: 10px; 
	right: 0;
}
#item_block02 .capture img {
	border: 2px solid #dfdfdf;
}

#item_block03 {
	padding-bottom: 20px;
	border-bottom: 5px solid #eeeae8;
}
#item_block03 .item {
	width: 980px;
	padding: 10px 0;
}
#item_block03 h3 + .text {
	padding: 0 19px 13px;
	font-size: 16px;
}
#item_block03 dl dt {
	margin: 0 0 13px 0;
}

/*プランのご案内*/
#info h2 + .text {
	padding-top: 15px;
	padding-bottom: 24px;
}

#info .text {
	padding-right: 10px; 
	padding-left: 10px;
	font-size: 15px;
}

#info .inner {
	padding-bottom: 40px;
}
#info .inner + .gotop {
	border-top: 5px solid #eeeae8;
}

#info table {
	position: relative;
	width: 960px;
	margin: 50px auto 30px;
}
#info table + .text {
	padding-bottom: 3px;
}
#info table .first_tr {
	position: absolute;
	top: -50px;
	right: 0;
}
#info table tr:nth-child(even) {
	background: #eeeae8;
}
#info table tr th, #info table tr td {
	height: 41px;
	vertical-align: middle;
}
#info table tr td {
	width: 224px;
	font-family: "Trebuchet MS",sans-serif; 
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
#info table tr td .sm {
	padding-left: 2px; 
	font-size: 15px;
	font-weight: 500;
}
#info table tr td.check, #info table tr td.no {
	font-weight: 200;
}
#info table tr th {
	width: 288px;
	box-sizing: border-box;
	padding-left: 17px;
	font-size: 16px;
	font-weight: 600;
}

_:-ms-input-placeholder, :root #info table tr th {
	padding-top: 6px;
}

/*リストの掲載順位*/
#rank h2 {
	margin-bottom: 25px;
}

#rank .inner {
	padding-bottom: 50px;
}
#rank .inner + .gotop {
	border-top: 5px solid #eeeae8;
}

#rank ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 960px;
	margin: 0 auto; 

	align-items: stretch;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#rank ul li {
	width: 310px;
	box-sizing: border-box; 
	padding: 20px 20px 30px;
	border: 1.5px solid #dfdfdf;
}

#rank dl dt {
	padding-bottom: 4px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 25px;
	font-weight: 600;
	font-weight: bold; 
	color: #005bac;
}

#rank dl dd img {
	padding: 20px 14px;
	margin-top: 15px;
	background: #fef6e9;
	border-radius: 8px;
}

/*契約内容*/
#agreement h2 {
	margin-bottom: 25px;
}

#agreement .inner {
	padding-bottom: 40px;
}
#agreement .inner + .gotop {
	border-top: 5px solid #eeeae8;
}

#agreement table {
	width: 960px;
	margin: 0 auto; 
	border-top: 1px solid #e0dcdb;
	border-right: 1px solid #e0dcdb;
	border-left: 1px solid #e0dcdb;
}
#agreement table tr th, #agreement table tr td {
	padding: 10px 25px; 
	font-size: 17px;
	border-bottom: 1px solid #e0dcdb;
}
#agreement table tr th {
	width: 200px;
	font-weight: 600; 
	color: #005bac;
	border-right: 1px solid #e0dcdb;
}
#agreement table tr td.bg {
	background: #eeeae8;
}
#agreement table tr td .len {
	display: inline-block; 
	width: 270px;
}
#agreement table tr td .price {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#agreement table tr td .sm {
	padding-left: 2px;
	font-size: 16px;
	font-weight: 500;
}
#agreement table + .text {
	padding: 17px 10px 0;
	font-size: 15px;
}

/*お申込みの流れ*/
#flow {
	padding-bottom: 5px;
}
#flow h2 {
	margin-bottom: 30px;
}
#flow h3 {
	position: relative;
	padding-left: 16px;
	margin-bottom: 30px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	color: #005bac;
	letter-spacing: -.02em;
}
#flow h3:before {
	position: absolute;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	content: "";
	background-color: #005bac;
}
#flow h3 + h4 {
	margin-top: 30px;
}
#flow h4 {
	padding: 7px 0;
	margin-top: 30px; 
	background: #eeeae8;
}
#flow h4 span {
	padding: 2px 25px;
}
#flow h4 span:first-child {
	font-size: 21px;
	font-weight: 700;
	color: #6b9bd2;
	letter-spacing: .1em;
	border-right: 1px solid #c5c5c5;
}
#flow h4 span:nth-child(2) {
	font-size: 21px;
	font-weight: 600;
}
#flow p.tb {
	display: table;
}
#flow p.tb span {
	display: table-cell;
	vertical-align: top;
}
#flow p span:first-child {
	display: inline-block; 
	float: left;
}
#flow .inner {
	padding-bottom: 30px;
}
#flow .inner + .gotop {
	border-top: 5px solid #eeeae8;
}
#flow .lightPlan p, #flow .standard_premiere p {
	padding: 20px 10px 0;
	font-size: 16px;
	line-height: 1.92;
}
#flow .lightPlan {
	padding: 0 10px 45px;
}
#flow .standard_premiere {
	padding: 0 10px;
}

_:-ms-input-placeholder, :root #flow h4 {
	padding: 7px 0 1px;
}

_:-ms-input-placeholder, :root #flow h4 span {
	padding: 3px 28px 1px 28px;
}

/*よくある質問*/
#faq {
	margin-bottom: 40px;
}
#faq h2 {
	margin-bottom: 25px;
}
#faq ul {
	width: 960px; 
	margin: 0 auto;
}
#faq ul li h5 {
	padding: 9px 20px 7px 60px;
	margin-bottom: 13px;
	font-size: 17px;
	font-weight: 600;
	background: #eeeae8 url(../img/plan/ico_q.png) no-repeat 25px 14px;
	background-size: 15px 16px;
}
#faq ul li div {
	padding: 5px 20px 25px 60px;
	font-size: 15px;
	background: url(../img/plan/ico_a.png) no-repeat 25px 10px;
	background-size: 15px 16px;
}
#faq ul li div:before {
	top: 10px;
}
#faq ul li ol {
	padding: 17px 0 0 32px;
}
#faq ul li ol li {
	padding-bottom: 6px; 
	font-size: 15px;
	list-style-type: disc;
}
#faq .inner {
	padding-bottom: 10px;
	border-bottom: 5px solid #eeeae8;
}

/*お問合せ*/
#contact {
	padding-bottom: 5px;
}
#contact h2 {
	padding-bottom: 8px; 
	font-size: 25px;
	font-weight: 700;
	color: #595757;
	letter-spacing: .04em;
}
#contact h2 + .text {
	padding-bottom: 25px;
	font-size: 15px;
	letter-spacing: .04em;
}
#contact .support {
	border: 2px solid #dcdbd1;
	border-left: 34px solid #dcdbd1;
}
#contact .support .support_inner {
	padding: 20px;
}
#contact .support h3 {
	padding-bottom: 6px; 
	font-weight: 700;
	letter-spacing: .03em;
}
#contact .support .text {
	line-height: 1.3; 
	letter-spacing: .1em;
}
#contact .support .text .tel {
	padding-left: 3px; 
	font-size: 26px;
	font-weight: 600;
	color: #d70c18;
	letter-spacing: .03em;
}
#contact .support .open {
	display: block;
	padding: 4px 0 10px; 
	font-size: 12px;
	letter-spacing: .02em;
}
#contact .support .open + p {
	font-size: 13px;
	letter-spacing: .02em;
}
#contact .inner {
	width: 960px;
	margin: 0 auto;
}