@charset "utf-8";

/************************************************
 price
************************************************ */

/* タイトル */
#section_2 .frame {
	padding: 3.571% 3.571% 5.357% 3.571%;
	background: #FFFFFF;
}
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}
#section_2 .explain {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
}

/* tab */
#section_2 ul {
	max-width: 960px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	padding-bottom: 15px;
}
#section_2 #tab {
	display: -webkit-flex;
	display: flex;
}
#section_2 #tab li {
	width: 47%;
	max-width: 466px;
	height: auto;
	min-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	padding: 10px;
	background-color: #B2B2B2;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
#section_2 #tab li:nth-of-type(1) {
	margin: 0 1% 0 1%;
}
#section_2 #tab li:nth-of-type(2) {
	margin: 0 1% 0 0;
}
/* 内容切り替え用 */
.hide {
	display: none;
}
#section_2 #tab li.chose {
	background-color: #b2001e;
	position: relative;
}
#section_2 #tab li.chose:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 50%;
	border: 15px solid transparent;
	border-top: 15px solid #B2001E;
}
#section_2 .line {
	border-bottom: 2px solid #B2001E;
	position: relative;
	top: -16px;
}
#section_2 .tabContents {
	padding-top: 20px;
}
/* content */
/* システム利用料 */
#section_2 h2#sys_price {
	width: 100%;
	max-width: 1000px;
	background: url(../img/1_ttl-h2_sp.png) no-repeat;
	background-size: 100%;
	height: 8.906vw;
	margin-bottom: 20px;
}
#section_2 #content_1 .box_left, 
#section_2 #content_1 .box_right {
	padding: 3.571%;
	width: 100%;
	margin-bottom: 20px;
}
.gray_border {
	border-left: 5px solid #737373;
	border-bottom: 2px solid #737373;
	border-top: 2px solid #737373;
	border-right: 2px solid #737373;
	color: #737373;
	font-size: 5.5vw;
	font-weight: bold;
	overflow: hidden;
}
#section_2 #content_1 #sys .gray_border .price_area {
	display: table;
	width: 41.153%;
	height: 8.75vw;
	background: url(../img/sys_initial.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-right: 2.884%;
}
#section_2 #content_1 #sys .gray_border .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #737373;
	text-align: center;
	padding-right: 4.687vw;
}
#section_2 #content_1 #sys .gray_border .note {
	width: 51.923%;
	height: auto;
	float: left;
}
/*
#section_2 #content_1 #sys .gray_border .price {
	width: 92px;
	height: 28px;
	font-size: 19px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #737373;
	background: -moz-linear-gradient(top, rgba(209,209,209,0.2) 0%, rgba(63,63,63,0.2) 10%, rgba(216,216,216,0.2) 30%, rgba(237,237,237,0.2) 50%, rgba(216,216,216,0.2) 70%, rgba(63,63,63,0.2) 90%, rgba(209,209,209,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(209,209,209,0.2) 0%,rgba(63,63,63,0.2) 10%,rgba(216,216,216,0.2) 30%,rgba(237,237,237,0.2) 50%,rgba(216,216,216,0.2) 70%,rgba(63,63,63,0.2) 90%,rgba(209,209,209,0.2) 100%);
	background: linear-gradient(to bottom, rgba(209,209,209,0.2) 0%,rgba(63,63,63,0.2) 10%,rgba(216,216,216,0.2) 30%,rgba(237,237,237,0.2) 50%,rgba(216,216,216,0.2) 70%,rgba(63,63,63,0.2) 90%,rgba(209,209,209,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d1d1d1', endColorstr='#33d1d1d1',GradientType=0 );
}
#section_2 #content_1 #sys .gray_border .unit {
	padding-left: 5px;
	font-size: 19px;
	font-weight: bold;
	color: #777;
	vertical-align: middle;
	display: table-cell;
}
*/
.red_border {
	border-left: 5px solid #b2001e;
	border-bottom: 2px solid #b2001e;
	border-top: 2px solid #b2001e;
	border-right: 2px solid #b2001e;
	color: #b2001e;
	font-size: 5.5vw;
	font-weight: bold;
	overflow: hidden;
}
#section_2 #content_1 #sys .red_border .price_area1 {
	display: table;
	width: 84.423%;
	height: 9.218vw;
	background: url(../img/sys_running_a.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 11.538%;
	margin-bottom: 10px;
}
#section_2 #content_1 #sys .red_border .price_area1 .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: center;
	padding-left: 34.062vw;
	padding-right: 10.156vw;
}
#section_2 #content_1 #sys .red_border .price_area2 {
	display: table;
	width: 82.692%;
	height: 9.218vw;
	background: url(../img/sys_running_b.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 #sys .red_border .price_area2 .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: center;
	padding-left: 38.906vw;
	padding-right: 10.156vw;
}
#section_2 #content_1 #sys .red_border .price_area3 {
	display: table;
	width: 62.846%;
	height: 9.218vw;
	background: url(../img/sys_running_c.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 #sys .red_border .price_area3 .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: center;
	padding-left: 8.593vw;
	padding-right: 14.218vw;
}
/*
#section_2 #content_1 .red_border .price {
	width: 92px;
	height: 28px;
	font-size: 19px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #b2001e;
	background: -moz-linear-gradient(top, rgba(178,0,30,0.2) 0%, rgba(226,0,41,0.2) 10%, rgba(255,140,140,0.2) 30%, rgba(255,140,140,0.2) 50%, rgba(255,140,140,0.2) 70%, rgba(226,0,41,0.2) 90%, rgba(178,0,30,0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(178,0,30,0.2) 0%,rgba(226,0,41,0.2) 10%,rgba(255,140,140,0.2) 30%,rgba(255,140,140,0.2) 50%,rgba(255,140,140,0.2) 70%,rgba(226,0,41,0.2) 90%,rgba(178,0,30,0.2) 100%);
	background: linear-gradient(to bottom, rgba(178,0,30,0.2) 0%,rgba(226,0,41,0.2) 10%,rgba(255,140,140,0.2) 30%,rgba(255,140,140,0.2) 50%,rgba(255,140,140,0.2) 70%,rgba(226,0,41,0.2) 90%,rgba(178,0,30,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b2001e', endColorstr='#33b2001e',GradientType=0 );
}
*/
.blue_border {
	border-left: 5px solid #00aacc;
	border-bottom: 2px solid #00aacc;
	border-top: 2px solid #00aacc;
	border-right: 2px solid #00aacc;
	color: #00aacc;
	font-size: 5.5vw;
	font-weight: bold;
	overflow: hidden;
}
#section_2 #content_1 #sys .blue_border .price_area {
	display: table;
	width: 80.384%;
	height: 9.531vw;
	background: url(../img/sys_expand_a.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 #sys .blue_border .price_area .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: center;
	padding-left: 33.75vw;
	padding-right: 12.343vw;
}
#section_2 #content_1 table.blue_table {
	width: 100%;
	overflow: hidden;
	margin-bottom: 36px;
	color: #0068b3;
	overflow: hidden;
}
#section_2 #content_1 .blue_table th {
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	background-color: #e5f4ff;
	border: 1px solid #e3e3e3;
	float: left;
}
#section_2 #content_1 .blue_table td {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #e3e3e3;
	float: left;
}
@media all and (min-width: 1024px) {
	#section_2 .frame {
		padding: 20px;
	}
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png) no-repeat;
		height: 36px;
	}
	#section_2 h2#sys_price {
		background: url(../img/1_ttl-h2.png) no-repeat;
		background-size: 100%;
		height: 35px;
	}
	#section_2 #content_1 .box_left, 
	#section_2 #content_1 .box_right {
		padding: 10px;
		font-size: 16px;
	}
	#section_2 #content_1 .box {
		margin-bottom: 10px;
	}
	#section_2 #content_1 .box_left {
		float: left;
	}
	#section_2 #content_1 .box_right {
		float: right;
		padding: 10px;
		font-size: 16px;
	}

	#section_2 #content_1 .red_border .price_area {
		display: table;
	}
	#section_2 #content_1 .box2 {
		margin-bottom: 20px;
	}
	#section_2 #content_1 .blue_table th {
		width: 32%;
		float: none;
	}
	#section_2 #content_1 .blue_table td {
		width: 68%;
		float: none;
	}
	#section_2 #content_1 #sys {
		clear: both;
	}
	#section_2 #content_1 #sys .box .box_left {
		width: 31%;
		margin-right: 1%;
		padding: 10px;
	}
	#section_2 #content_1 #sys .box .box_left .first_price {
		font-size: 16px;
		margin-bottom: 24px;
	}
	#section_2 #content_1 #sys .box .box_left .price_area {
		width: 33.333%;
		min-width: 100px;
		height: 30px;
		display: block;
	}
	#section_2 #content_1 #sys .gray_border .price {
		vertical-align: top;
		font-size: 20px;
		padding-right: 0;
		padding-left: 5px;
	}
	#section_2 #content_1 #sys .gray_border .note {
		width: 49%;
		height: 30px;
	}
	#section_2 #content_1 #sys .box .box_right {
		width: 68%;
		padding: 10px;
		font-size: 16px;
	}
	#section_2 #content_1 #sys .box .box_right .first_price {
		font-size: 16px;
		margin-bottom: 24px;
	}
	#section_2 #content_1 #sys .box .box_right .price_area1 {
		display: block;
		width: 34.153%;
		height: 30px;
		margin-left: 0;
		margin-right: 1.538%;
		float: left;
		margin-bottom: 0;
	}
	#section_2 #content_1 #sys .red_border .price_area1 .price {
		height: 30px;
		text-align: left;
		padding-left: 120px;
		padding-right: 0;
	}
	#section_2 #content_1 #sys .box .box_right .price_area2 {
		display: block;
		width: 33.23%;
		height: 30px;
		margin-left: 0;
		margin-right: 1.538%;
		float: left;
		margin-bottom: 0;
	}
	#section_2 #content_1 #sys .red_border .price_area2 .price {
		height: 30px;
		text-align: left;
		padding-left: 135px;
		padding-right: 0;
	}
	#section_2 #content_1 #sys .box .box_right .price_area3 {
		display: block;
		width: 24%;
		height: 30px;
		margin-left: 0;
		float: left;
	}
	#section_2 #content_1 #sys .red_border .price_area3 .price {
		height: 30px;
		text-align: left;
		padding-left: 45px;
		padding-right: 0;
	}
	#section_2 #content_1 #sys .box2 {
		width: 68%;
		float: right;
		margin-bottom: 0;
	}
	#section_2 #content_1 #sys .blue_border .price_area {
		width: 30%;
		height: 30px;
		float: left;
		margin-right: 20px;
		margin-left: 125px;
	}
	#section_2 #content_1 #sys .blue_border .price_area .price {
		padding-left: 58%;
		padding-right: 0;
		text-align: left;
	}
	.arrow_box {
		position: relative;
		background: #FFFFFF;
		border: 2px solid #dcdcdc;
		width: 170px;
		height: 30px;
		float: left;
		font-size: 14px;
		color: #333333;
		padding-left: 10px;
		padding-top: 3px;
		border-radius: 10px;
		box-shadow: 1px 1px #cccccc;
	}
	.arrow_box:after, .arrow_box:before {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.arrow_box:after {
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #FFFFFF;
		border-width: 5px;
		margin-top: -5px;
	}
	.arrow_box:before {
		border-color: rgba(220, 220, 220, 0);
		border-right-color: #dcdcdc;
		border-width: 8px;
		margin-top: -8px;
	}
}

/* 電話番号関連料金 */
#section_2 h2#relation_price {
	width: 100%;
	max-width: 1000px;
	background: url(../img/2_ttl-h2_sp.png) no-repeat;
	background-size: 100%;
	height: 8.75vw;
	margin-bottom: 20px;
}
#section_2 dl.note {
	display: -webkit-flex;
	display: flex;
}
#section_2 dl.note dt {
	width: 30px;
}
#section_2 .line2 {
	border-bottom: 1px dashed #737373;
	margin-bottom: 10px;
}
#section_2 #content_1 dl.price_list {
	overflow: hidden;
	margin-bottom: 30px;
}
#section_2 #content_1 dl.price_list dt {
	width: 100%;
	height: 50px;
	background: #DCDCDC;
	text-align: center;
	line-height: 50px;
	margin-bottom: 16px;
}
#section_2 #content_1 dl.price_list dt h3#number_050 {
	background: url(../img/050_number_sp.png) no-repeat;
	background-position: center center;
	background-size: 84px 22px;
}
#section_2 #content_1 dl.price_list dt h3#number_0306 {
	background: url(../img/0306_number_sp.png) no-repeat;
	background-position: center center;
	background-size: 108.5px 22px;
}
#section_2 #content_1 dl.price_list dt h3#number_0120 {
	background: url(../img/0120_0800number_sp.png) no-repeat;
	background-position: center center;
	background-size: 166.5px 22px;
}
#section_2 #content_1 dl.price_list dd .box {
	display: -webkit-flex;
	display: flex;
}
#section_2 #content_1 dl.price_list dd .box .gray_border .price_area3d {
	display: table;
	width: 60.927%;
	height: 9.375vw;
	background: url(../img/nbr_initial_3digits.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 dl.price_list dd .box .gray_border .price_area3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #737373;
	text-align: center;
	padding-right: 5.468vw;
}
#section_2 #content_1 dl.price_list dd .box .gray_border .price_area4d {
	display: table;
	width: 83.191%;
	height: 9.375vw;
	background: url(../img/nbr_initial_4digits.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 dl.price_list dd .box .gray_border .price_area4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #737373;
	text-align: center;
	padding-right: 6.468vw;
}
#section_2 #content_1 dl.price_list dd .box .red_border .price_area {
	display: table;
	width: 81.058%;
	height: 9.375vw;
	background: url(../img/nbr_running.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 dl.price_list dd .box .red_border .price_area4d {
	display: table;
	width: 97.269%;
	height: 9.375vw;
	background: url(../img/nbr_running_4digits.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 dl.price_list dd .box .red_border .price_area .price, 
#section_2 #content_1 dl.price_list dd .box .red_border .price_area4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: center;
	padding-right: 10.937vw;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area1_3d {
	display: table;
	width: 79.23%;
	height: 9.375vw;
	background: url(../img/nbr_expand_a.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 11.538%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area1_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 16.343vw;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area2_3d {
	display: table;
	width: 79.23%;
	height: 9.375vw;
	background: url(../img/nbr_expand_b.png) no-repeat;
	background-size: 100% 100%;
}
#section_2 #content_1 dl.price_list dd .blue_border .note {
	font-size: 2vw;
	color: #888888;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 41%;
}
#section_2 #content_1 dl.price_list dd .blue_border .note .red {
	color: #b2001e;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area2_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0w;
	padding-right: 8.343vw;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area3_3d {
	display: table;
	width: 73.076%;
	height: 15.625vw;
	background: url(../img/nbr_expand_c.png) no-repeat;
	background-size: 100% 100%;
	float: right;
}
#section_2 #content_1 dl.option_area dd .blue_border .price_area2_3d {
	display: table;
	width: 73.076%;
	height: 15.625vw;
	background: url(../img/op_expand_c.png) no-repeat;
	background-size: 100% 100%;
	float: right;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area3_4d {
	display: table;
	width: 73.076%;
	height: 15.625vw;
	background: url(../img/nbr_expand_c4d.png) no-repeat;
	background-size: 100% 100%;
	float: right;
}
#section_2 #content_1 dl.option_area dd .blue_border .price_area2_4d {
	display: table;
	width: 73.076%;
	height: 15.625vw;
	background: url(../img/op_expand_c4d.png) no-repeat;
	background-size: 100% 100%;
	float: right;
}
#section_2 #content_1 dl#option1 dd .blue_border .price_area2_3d, 
#section_2 #content_1 dl#option1 dd .blue_border .price_area2-2_3d {
	display: table;
	width: 73.076%;
	height: 15.625vw;
	background: url(../img/op_chup_running.png) no-repeat;
	background-size: 100% 100%;
	float: right;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area3_3d .price, 
#section_2 #content_1 dl.option_area dd .blue_border .price_area2_3d .price, 
#section_2 #content_1 dl.option_area dd .blue_border .price_area2-2_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: right;
	padding-left: 0;
	padding-right: 22vw;
}
#section_2 #content_1 dl.price_list dd .blue_border .price_area3_4d .price, 
#section_2 #content_1 dl.option_area dd .blue_border .price_area2_4d .price, 
#section_2 #content_1 dl.option_area dd .blue_border .price_area2-2_4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #b2001e;
	text-align: right;
	padding-left: 0;
	padding-right: 19.5vw;
}
#section_2 #content_1 dl.option_area dd .blue_border .price_area2-2_3d .price {
	padding-right: 24.343vw;
}
#section_2 #content_1 dl.price_list dd .box .box_left, 
#section_2 #content_1 dl.price_list dd .box .box_right {
	width: 49%;
}
#section_2 #content_1 dl.price_list dd .box .box_left {
	margin-right: 2%;
}
#section_2 #content_1 dl.price_list dd .box2, 
#section_2 #content_1 dl.option_area dd .box2 {
	padding: 3.571%;
	clear: both;
}
/* 通話料金について */
#section_2 h3#tel_price {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h3_sp.png) no-repeat;
	background-size: 100%;
	height: 8.281vw;
	margin-bottom: 20px;
}
#section_2 #content_1 table.price_detail {
	width: 100%;
	margin-bottom: 80px;
}
#section_2 #content_1 table.price_detail th {
	width: 50%;
	background: #737373;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #737373;
	padding: 10px 15px;
}
#section_2 #content_1 table.price_detail td {
	width: 50%;
	color: #333333;
	text-align: center;
	border: 1px solid #737373;
	padding: 10px 15px;
}
@media all and (min-width: 1024px) {
	#section_2 h2#relation_price {
		background: url(../img/2_ttl-h2.png) no-repeat;
		background-size: 100%;
		height: 35px;
	}
	#section_2 dl.note dt {
		width: 15px;
	}
	#section_2 #content_1 dl.price_list dt {
		width: 31.25%;
		height: 200px;
		float: left;
		line-height: 200px;
		margin-right: 1.041%;
	}
	#section_2 #content_1 dl.price_list dd {
		width: 67.708%;
		float: left;
	}
	#section_2 #content_1 dl.price_list dl.last {
		margin-bottom: 0;
	}
	#section_2 #content_1 dl.price_list dd .box .gray_border .price_area3d {
		width: 78px;
		height: 30px;
		float: right;
	}
	#section_2 #content_1 dl.price_list dd .box .red_border .price_area {
		width: 95px;
		height: 30px;
		float: right;
	}
	#section_2 #content_1 dl.price_list dd .box .red_border .price_area4d {
		width: 114px;
		height: 30px;
		float: right;
	}
	#section_2 #content_1 dl.price_list dd .box .gray_border .price_area3d .price, 
	#section_2 #content_1 dl.price_list dd .box .red_border .price_area .price, 
	#section_2 #content_1 dl.price_list dd .box .red_border .price_area4d .price, 
	#section_2 #content_1 dl.price_list dd .box .gray_border .price_area4d .price {
		padding-left: 15px;
		padding-right: 0;
		text-align: left;
	}
	#section_2 #content_1 dl.price_list dd .box .gray_border .price_area4d {
		width: 98px;
		height: 30px;
		float: right;
	}
	#section_2 #content_1 dl.price_list dd .box2, 
	#section_2 #content_1 dl.option_area dd .box2 {
		padding: 10px;
		font-size: 16px;
		position: relative;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area1_3d {
		width: 31.692%;
		height: 30px;
		margin-left: 0;
		margin-right: 10px;
		float: left;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area1_3d .price {
		padding-left: 0;
		padding-right: 60px;
		text-align: right;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area2_3d {
		width: 30.153%;
		height: 30px;
		margin-left: 0;
		float: left;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .note {
		font-size: 12px;
		margin-left: 0;
		margin-bottom: 0;
		position: absolute;
		top: 64px;
		left: 313px;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area2_3d .price {
		padding-left: 0;
		padding-right: 25px;
		text-align: right;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area3_3d {
		width: 29.23%;
		height: 50px;
	}
	#section_2 #content_1 dl.price_list dd .blue_border .price_area3_3d .price {
		padding-left: 0;
		padding-right: 75px;
	}
	/* 通話料金について */
	#section_2 h3#tel_price {
		background: url(../img/ttl-h3.png) no-repeat;
		background-size: 100%;
		height: 24px;
	}
	#section_2 #content_1 table.price_detail {
		width: 650px;
		margin-left: 310px;
		margin-bottom: 80px;
		table-layout: fixed;
	}
	#section_2 #content_1 table.price_detail th:nth-of-type(1) {
		width: 270px;
	}
	#section_2 #content_1 table.price_detail th:nth-of-type(2) {
		width: 379px;
	}
	#section_2 #content_1 table.price_detail td {
		color: #333333;
		text-align: center;
		border-color: #737373;
	}
}

/* オプションサービスについて */
#section_2 h3#op_service {
	width: 100%;
	max-width: 1000px;
	background: url(../img/4_ttl-h3_sp.png) no-repeat;
	background-size: 100%;
	height: 8.281vw;
	margin-bottom: 20px;
}
#section_2 #content_1 dl.option_area dt {
	width: 100%;
	height: 65px;
	background: #DCDCDC;
	text-align: center;
	line-height: 50px;
	margin-bottom: 16px;
}
#section_2 #content_1 dl#option1 dt h3#op1_ttl {
	background: url(../img/op1_ttl_sp.png) no-repeat;
	background-position: center center;
	background-size: 208.5px 41.5px;
	height: 65px;
}
#section_2 #content_1 dl#option1 dd .blue_border .price_area1_4d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_chup_expand.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option1 dd .blue_border .price_area1_4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 18.343vw;
}
#section_2 #content_1 dl#option2 dt h3#op2_ttl {
	background: url(../img/op2_ttl_sp.png) no-repeat;
	background-position: center center;
	background-size: 119.5px 41px;
	height: 65px;
}
#section_2 #content_1 dl#option2 dd .blue_border .price_area1_3d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_mtg_expand.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option2 dd .blue_border .price_area1_4d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_mtg_expand4d.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option2 dd .blue_border .price_area1_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 20.343vw;
}
#section_2 #content_1 dl#option2 dd .blue_border .price_area1_4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 18.343vw;
}
#section_2 #content_1 dl#option3 dt h3#op3_ttl {
	background: url(../img/op3_ttl_sp.png) no-repeat;
	background-position: center center;
	background-size: 89px 41px;
	height: 65px;
}
#section_2 #content_1 dl#option3 dd .blue_border .price_area1_3d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_rec_expand.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option3 dd .blue_border .price_area1_4d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_rec_expand4d.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option3 dd .blue_border .price_area1_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 20.343vw;
}
#section_2 #content_1 dl#option3 dd .blue_border .price_area1_4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 18.343vw;
}
#section_2 #content_1 dl#option4 dt h3#op4_ttl {
	background: url(../img/op4_ttl_sp.png) no-repeat;
	background-position: center center;
	background-size: 117px 41px;
	height: 65px;
}
#section_2 #content_1 dl#option4 dd .blue_border .price_area1_3d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_ivr_expand.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option4 dd .blue_border .price_area1_4d {
	display: table;
	width: 73.076%;
	height: 9.375vw;
	background: url(../img/op_ivr_expand4d.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 10px;
}
#section_2 #content_1 dl#option4 dd .blue_border .price_area1_3d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 20.343vw;
}
#section_2 #content_1 dl#option4 dd .blue_border .price_area1_4d .price {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #00aacc;
	text-align: right;
	padding-left: 0;
	padding-right: 18.343vw;
}
#section_2 #content_1 dl.option_area dd {
	margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
	/* オプションサービスについて */
	#section_2 h3#op_service {
		background: url(../img/4_ttl-h3.png) no-repeat;
		background-size: 100%;
	}
	#section_2 #content_1 dl.option_area {
		overflow: hidden;
		margin-bottom: 30px;
	}
	#section_2 #content_1 dl.option_area:nth-last-of-type(1) {
		margin-bottom: 0;
	}
	#section_2 #content_1 dl.option_area dt {
		width: 31.25%;
		height: 93px;
		float: left;
		background: #DCDCDC;
		text-align: center;
		margin-right: 1.041%;
	}
	#section_2 #content_1 dl.option_area h3 {
		line-height: 20px;
	}
	#section_2 #content_1 dl.option_area dd {
		width: 67.708%;
		float: left;
		height: 93px;
	}
	#section_2 #content_1 dl#option1 dt h3#op1_ttl, 
	#section_2 #content_1 dl#option2 dt h3#op2_ttl,
	#section_2 #content_1 dl#option3 dt h3#op3_ttl,
	#section_2 #content_1 dl#option4 dt h3#op4_ttl {
		height: 93px;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area1_4d, 
	#section_2 #content_1 dl#option2 dd .blue_border .price_area1_3d, 
	#section_2 #content_1 dl#option3 dd .blue_border .price_area1_3d, 
	#section_2 #content_1 dl#option4 dd .blue_border .price_area1_3d {
		width: 231px;
		height: 30px;
		float: left;
	}
	#section_2 #content_1 dl#option2 dd .blue_border .price_area1_4d, 
	#section_2 #content_1 dl#option3 dd .blue_border .price_area1_4d, 
	#section_2 #content_1 dl#option4 dd .blue_border .price_area1_4d {
		width: 231px;
		height: 30px;
		float: left;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area1_4d .price {
		padding-left: 0;
		padding-right: 85px;
		text-align: right;
	}
	#section_2 #content_1 dl#option2 dd .blue_border .price_area1_3d .price, 
	#section_2 #content_1 dl#option3 dd .blue_border .price_area1_3d .price, 
	#section_2 #content_1 dl#option4 dd .blue_border .price_area1_3d .price {
		padding-left: 0;
		padding-right: 90px;
		text-align: right;
	}
	#section_2 #content_1 dl#option2 dd .blue_border .price_area1_4d .price, 
	#section_2 #content_1 dl#option3 dd .blue_border .price_area1_4d .price, 
	#section_2 #content_1 dl#option4 dd .blue_border .price_area1_4d .price {
		padding-left: 0;
		padding-right: 85px;
		text-align: right;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2_3d, 
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2-2_3d, 
	#section_2 #content_1 dl.option_area dd .blue_border .price_area2_3d {
		width: 29.23%;
		height: 50px;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2_4d, 
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2-2_4d, 
	#section_2 #content_1 dl.option_area dd .blue_border .price_area2_4d {
		width: 29.23%;
		height: 50px;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2_3d .price, 
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2-2_3d .price, 
	#section_2 #content_1 dl.option_area dd .blue_border .price_area2_3d .price {
		padding-left: 0;
		padding-right: 80px;
		text-align: right;
	}
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2_4d .price, 
	#section_2 #content_1 dl#option1 dd .blue_border .price_area2-2_4d .price, 
	#section_2 #content_1 dl.option_area dd .blue_border .price_area2_4d .price {
		padding-left: 0;
		padding-right: 65px;
		text-align: right;
	}
}

/* 料金シュミレーション */
#section_2 #content_2 ul {
	width: 100%;
}
#section_2 #content_2 .li_ttl {
	width: 100%;
	height: auto;
	background: #DCDCDC;
	padding: 10px;
	border-top: 1px dashed #888888;
}
#section_2 #content_2 .li_ttl .cont_left {
	margin-bottom: 10px;
}
#section_2 #content_2 .li_ttl .cont_right {
	text-align: center;
}
#section_2 #content_2 .li_ttl .bold {
	line-height: 24px;
}
#section_2 #content_2 .li_border {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
#section_2 #content_2 .li_border a {
	display: inline-block;
	color: #00aacc;
	text-decoration: underline;
}
#section_2 #content_2 .li_border_last {
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
/* 使用する電話番号の数 */
#section_2 #content_2 .tel_kind, 
#section_2 #content_2 .naisen, 
#section_2 #content_2 .channel, 
#section_2 #content_2 .conference, 
#section_2 #content_2 .tel_rec, 
#section_2 #content_2 .ivr, 
#section_2 #content_2 .li_simple {
	padding: 15px;
	overflow: hidden;
}
#section_2 #content_2 .naisen li:nth-of-type(1), 
#section_2 #content_2 .channel li:nth-of-type(1), 
#section_2 #content_2 .conference li:nth-of-type(1), 
#section_2 #content_2 .tel_rec li:nth-of-type(1), 
#section_2 #content_2 .ivr li:nth-of-type(1), 
#section_2 #content_2 .li_simple li:nth-of-type(1) {
	margin-bottom: 20px;
}
#section_2 #content_2 .tel_kind {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#section_2 #content_2 .tel_kind li {
	width: 100%;
	margin-bottom: 10px;
}
#section_2 #content_2 .tel_kind li:nth-of-type(1) {
	-webkit-order: 1;
	order: 1;
}
#section_2 #content_2 .tel_kind li:nth-of-type(2) {
	-webkit-order: 2;
	order: 2;
}
#section_2 #content_2 .tel_kind li:nth-of-type(3) {
	-webkit-order: 5;
	order: 5;
}
#section_2 #content_2 .tel_kind li:nth-of-type(4) {
	-webkit-order: 4;
	order: 4;
}
#section_2 #content_2 .tel_kind li:nth-of-type(5) {
	-webkit-order: 3;
	order: 3;
}
#section_2 #content_2 .tel_kind li:nth-of-type(6) {
	-webkit-order: 6;
	order: 6;
}
#section_2 #content_2 .tel_kind li:nth-of-type(7) {
	-webkit-order: 7;
	order: 7;
}
#section_2 #content_2 li .input_txt {
	padding-right: 10px;
}
#section_2 #content_2 .tel_kind input, 
#section_2 #content_2 .naisen input, 
#section_2 #content_2 .channel input, 
#section_2 #content_2 .phone input[type=text], 
#section_2 #content_2 .conference input, 
#section_2 #content_2 .tel_rec input, 
#section_2 #content_2 .ivr input {
	width: 50px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
	padding-right: 5px;
	margin-right: 5px;
}
#section_2 #content_2 .phone {
	padding: 20px;
	overflow: hidden;
}
#section_2 #content_2 .phone li {
	width: 100%;
	margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
	#section_2 #content_2 .tel_kind, 
	#section_2 #content_2 .naisen, 
	#section_2 #content_2 .channel, 
	#section_2 #content_2 .conference, 
	#section_2 #content_2 .tel_rec, 
	#section_2 #content_2 .ivr, 
	#section_2 #content_2 .li_simple {
		padding: 30px;
	}
	#section_2 #content_2 .li_ttl {
		height: auto;
		overflow: hidden;
	}
	#section_2 #content_2 .li_ttl .cont_left {
		display: inline-block;
		margin-bottom: 0;
	}
	#section_2 #content_2 .li_ttl .cont_right {
		display: inline-block;
		float: right;
	}
	#section_2 #content_2 .tel_kind li {
		width: 33.33%;
		margin-bottom: 10px;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(1) {
		-webkit-order: 1;
		order: 1;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(2) {
		-webkit-order: 2;
		order: 2;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(3) {
		-webkit-order: 3;
		order: 3;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(4) {
		-webkit-order: 4;
		order: 4;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(5) {
		-webkit-order: 5;
		order: 5;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(6) {
		-webkit-order: 6;
		order: 6;
	}
	#section_2 #content_2 .tel_kind li:nth-of-type(7) {
		-webkit-order: 7;
		order: 7;
	}
	#section_2 #content_2 .naisen li, 
	#section_2 #content_2 .channel li, 
	#section_2 #content_2 .conference li, 
	#section_2 #content_2 .tel_rec li, 
	#section_2 #content_2 .ivr li {
		float: left;
	}
	#section_2 #content_2 .naisen li:nth-of-type(1), 
	#section_2 #content_2 .channel li:nth-of-type(1), 
	#section_2 #content_2 .conference li:nth-of-type(1), 
	#section_2 #content_2 .tel_rec li:nth-of-type(1), 
	#section_2 #content_2 .ivr li:nth-of-type(1) {
		width: 25%;
	}
	#section_2 #content_2 .naisen li:nth-of-type(2), 
	#section_2 #content_2 .channel li:nth-of-type(2), 
	#section_2 #content_2 .conference li:nth-of-type(2), 
	#section_2 #content_2 .tel_rec li:nth-of-type(2), 
	#section_2 #content_2 .ivr li:nth-of-type(2) {
		width: 75%;
	}
}
@media all and (min-width: 1024px) {
	#section_2 #content_2 .phone li {
		width: 50%;
		float: left;
	}
}
#section_2 #content_2 #check_area, 
#section_2 #content_2 #check_area li {
	width: 100%;
}
#section_2 #content_2 .check {
	padding-bottom: 0;
	overflow: visible;
}
/* ラジオボタンは非表示 */
#section_2 #content_2 .phone input[type=radio], 
#section_2 #content_2 .radio_op, 
#section_2 #content_2 .check input[type=checkbox] {
	display: none;
}
/* チェックされた時のスタイル */
#section_2 #content_2 .phone input[type="radio"]:checked + label, 
#section_2 #content_2 .check input[type="checkbox"]:checked + label {
	background-image: url("../img/checked.png");
	background-repeat: no-repeat;
}
#section_2 #content_2 .radio_op:checked + label {
	background-image: url("../img/radio_on.png");
	background-repeat: no-repeat;
}
/* マウスオーバーしたときのスタイル */
.label:hover {
	background-color: #E2EDF9;
}
/* lableのスタイル */
.label {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 40px; /* 背景画像の分だけ少し右へ */
	padding-right: 20px;
	cursor: pointer; 
	background-image: url("../img/type_radio.png");
	background-repeat: no-repeat;
}
.label2 {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 25px; /* 背景画像の分だけ少し右へ */
	padding-right: 10px;
	cursor: pointer; 
	background-image: url("../img/radio_off.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.check .label {
	line-height: 22px;
	height: auto;
	min-height: 45px;
}
@media all and (min-width: 1024px) {
	.label2 {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding-left: 45px; /* 背景画像の分だけ少し右へ */
		padding-right: 20px;
		cursor: pointer; 
		background-image: url("../img/radio_off.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
}
/* 推奨IP電話機 */
#section_2 #content_2 .phone .reco_phone {
	background: #595555;
	width: 90px;
	height: 28px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#section_2 #content_2 .phone .phone_txt {
	margin-top: 20px;
}
#section_2 #content_2 .phone .phone_txt .button-link {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
}
#section_2 #content_2 .phone .rdo2_text {
	background: #e7fbff;
	width: 100%;
	max-width: 440px;
	height: auto;
	min-height: 110px;
	line-height: 20px;
	font-size: 11px;
	padding: 15px;
}
#section_2 #content_2 #c_name {
	max-width: 260px;
	width: 100%;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
}
#section_2 #content_2 .phone .model {
	margin: 0 10px;
}

/* 自動計算ボタン */
#section_2 #button {
	border-radius: 6px;
	background-color: #00AACC;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	max-width: 280px;
	width: 80%;
	height: 60px;
	margin: 0 auto 10px auto;
}
#section_2 #button a {
	width: 280px;
	height: 60px;
}
#section_2 #button li {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 24px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 280px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
#section_2 #button_back {
	border-radius: 6px;
	background-color: #B2B2B2;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	max-width: 220px;
	width: 80%;
	height: 40px;
	margin: 0 auto 10px auto;
}
#section_2 #button_back a {
	width: 220px;
	height: 40px;
}
#section_2 #button_back li {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 18px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 220px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
#section_2 .button {
	border-radius: 6px;
	background-color:  #00AACC;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	max-width: 280px;
	width: 80%;
	height: 60px;
	margin: 0 auto 20px auto;
}
#section_2 .button:nth-of-type(2) {
	background-color:  #b2001e;
}
#section_2 .button a {
	width: 280px;
	height: 60px;
}
#section_2 .button li {
	color: #FFFFFF;
	line-height: 30px;
	font-size: 24px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 280px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
#section_2 .button li#download {
	font-size: 23px;
}
/* オーバーレイ */
#section_2 #overlay {
	width: 100%;
	height: 80px;
	position: fixed;
	background: rgba(85,85,85,0.9);
	bottom: 0;
	left: 0;
	display: none;
	text-align: center;
	padding-right: 10px;
}
#section_2 #overlay .contact_txt {
	background: url(../img/contact_pop_sp.png);
	background-size: cover;
	width: 168px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 30px;
	vertical-align:top;
}
#section_2 #overlay .contact_btn {
	background: url(../img/contact_btn_sp.png);
	background-size: cover;
	width: 126px;
	height: 31px;
	display: inline-block;
	margin-top: 28px;
	vertical-align:top;
	
}
#section_2 #overlay .contact_btn a {
	display: block;
	height: 100%;
}
@media all and (min-width: 1024px) {
	#section_2 .overflow {
		width: 580px;
		overflow: hidden;
		margin: 0 auto 10px auto;
	}
	#section_2 .button {
		float: left;
		margin: 0 auto;
	}
	#section_2 .button:nth-of-type(1) {
		margin-right: 20px;
	}
	#section_2 #overlay .contact_txt {
		background: url(../img/contact_pop_pc.png);
		background-size: cover;
		width: 466px;
		height: 48px;
		margin-top: 16px;
	}
	#section_2 #overlay .contact_btn {
		background: url(../img/contact_btn_pc.png);
		background-size: cover;
		width: 202px;
		height: 55px;
		margin-top: 12.5px;
		
	}
}

/*
#section_2 #content_2 #button {
	border-radius: 6px;
	background-color:  #00aacc;
	box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.15);
	width: 67.85%;
	max-width: 280px;
	height: 60px;
	margin: 0 auto;
}
#section_2 #content_2 #button a {
	width: 100%;
	max-width: 280px;
	height: 60px;
}
#section_2 #content_2 #button li {
	color: #FFFFFF;
	line-height: 20px;
	font-size: 24px;
	font-family: NotoSansCJKjp;
	text-align: center;
	width: 280px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;

}
*/

/* エラー文字 */
.error_text {
	color: #FF0000;
	font-size: 12px;
}

/* モーダルウィンドウ */
#modal-content1{
	width: 90%;
	max-width:580px;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
//	position:fixed;
	position:absolute;
	display: none;
}
#modal-content2{
	width: 90%;
	max-width:580px;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
//	position:fixed;
	position:absolute;
	display: none;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}
.button2 {
	width: 140px;
	height: 40px;
	margin: 30px auto;
}
}
.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#modal-overlay1{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
#modal-overlay2{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}
#modal-content1 .ttl_red, 
#modal-content2 .ttl_red {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}
#modal-content1 p, 
#modal-content2 p {
	margin-bottom: 20px;
}
#modal-close1 div, 
#modal-close2 div {
	width: 140px;
	height: 40px;
	margin: 0 auto;
	background: #B2001E;
	color: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#modal-close-btn1, 
#modal-close-btn2 {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #B2001E;
	color: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-radius: 30px;
	font-size: 26px;
	float: right;
}
@media all and (min-width: 1024px) {
	#modal-close-btn1, 
	#modal-close-btn2 {
		display: none;
	}
}

/* 確認画面 */
.price_conf, .price_conf th.price_conf td {
	border-collapse: separate;
}
.price_conf {
	width: 100%;
}
.pc .price_conf .th_left {
	background: #dcdcdc;
}
.pc .price_conf .ttl .th_left {
	width: 240px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.pc .price_conf .th_left .detail_blue {
	font-size: 10px;
	color: #00aacc;
}
.pc .price_conf .th_left .detail_red {
	font-size: 10px;
	color: #b2001e;
}
.pc .price_conf .ttl .th_center {
	width: 360px;
	height: 40px;
	background: #737373;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.pc .price_conf .ttl .th_right {
	width: 360px;
	height: 40px;
	background: #b2001e;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.pc .price_conf .cont .th_left {
	padding: 20px 0;
}
.pc .price_conf .cont td {
	padding: 20px 10px;
}
.pc .price_conf .cont td:nth-of-type(1) {
	width: 240px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.pc .price_conf .cont td:nth-of-type(2) {
	width: 360px;
	border-left: 2px solid #737373;
	border-right: 2px solid #737373;
	border-bottom: 2px solid #737373;
	text-align: right;
}
.pc .price_conf .cont td:nth-of-type(3) {
	width: 360px;
	border-left: 2px solid #b2001e;
	border-right: 2px solid #b2001e;
	border-bottom: 2px solid #b2001e;
	text-align: right;
}
.pc .price_conf .cont td dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.pc .price_conf .cont td dl dt {
	text-align: left;
	font-size: 12px;
	color: #888888;
}
.pc .price_conf .cont td dl dd {
	margin-left: auto;
}
.pc .sum {
	margin-top: 8px;
}
.pc .sum .cont td:nth-of-type(1) {
	border-top: 2px solid #FFFFFF;
}
.pc .sum .cont td:nth-of-type(2) {
	border-top: 2px solid #737373;
}
.pc .sum .cont td:nth-of-type(3) {
	border-top: 2px solid #b2001e;
}
.pc .detail {
	font-size: 12px;
}
.pc .sum .cont td .strong {
	font-size: 16px;
}
.pc .sum .cont td .strong .bold {
	font-size: 24px;
}
.sp .base {
	margin-bottom: 40px;
}
.sp .price_conf tr {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.sp .price_conf th,
.sp .price_conf td {
	width: 100%;
	padding: 10px;
	float: left;
}
.sp .price_conf th {
	background: #DCDCDC;
}
.sp .price_conf td {
	text-align: right;
	font-weight: bold;
}
.sp .price_conf td .detail_cont {
	text-align: left;
	font-weight: normal;
	color: #888888;
}
.sp .price_conf td .detail_cont:nth-of-type(1) {
	border-top: 1px dashed #737373;
	margin-top: 16px;
	padding-top: 16px;
}
.sp .price_conf .detail_blue {
	font-size: 10px;
	color: #00aacc;
}
.sp .price_conf .detail_red {
	font-size: 10px;
	color: #b2001e;
}
.sp .base td {
	border: 2px solid #737373;
}
.sp .month td {
	border: 2px solid #b2001e;
}
.sp .base .th_left {
	background: #737373;
}
.sp .month .th_left {
	background: #b2001e;
}
.sp .price_conf .ttl .th_left {
	height: 40px;
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
