@charset "UTF-8";

.priceStyle {
	margin-top: 60px;
}

.priceStyle_title {
	margin: 0;
}

.priceStyle_title > img {
	display: block;
	margin: 0 auto;
}

.priceStyle_main {
	background: #fff;
}

.priceStyle_main_row {
	display: inline-block;
}

.priceStyle_main {
	margin-top: 20px;
	padding: 22px 0 32px 20px;
}

.priceStyle_example {
	background: #EA5F00;
}

.priceStyle_example {
	padding: 5px 0;
	text-align: center;
}

.priceStyle_example > img {
	padding: 0 0 0 15px;
	vertical-align: middle;
}

.priceStyle_attention {
	font-size: 11px;
	text-align: right;
	margin: 5px 0 0;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.priceStyle_main {
		padding: 10px;
	}

	.priceStyle_title > img {
		max-width: 96%;
		height: auto;
	}

	.priceStyle_main_row {
		margin: 10px 0;
		display: block;
		text-align: center;
	}

	.priceStyle_main_row > img {
		width: 40%;
		height: auto;
	}

	.priceStyle_main_row > img.priceStyle_main_sign {
		width: 6%;
		height: auto;
	}

	.priceStyle_example {
		padding: 5px 10px;
		text-align: center;
	}

	.priceStyle_example > img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
		box-sizing: content-box;
		padding: 10px 0;
	}

	.priceStyle_attention {
		margin: 5px 10px;
	}
}


.priceMain {
	margin: 60px 0 0;
	background: #E5E5E5;
}

.priceMain_title {
	position: relative;
	padding: 40px 0 0;
}

.priceMain_title:before {
	content: '';
	display: block;
	position: absolute;
	width: 325px;
	height: 20px;
	background: #E50012;
	top: 55px;
	left: 0;
}

.priceMain_title:after {
	content: '';
	display: block;
	position: absolute;
	width: 325px;
	height: 20px;
	background: #E50012;
	top: 55px;
	right: 0;
}

.priceMain_title > img {
	display: block;
	margin: 0 auto;
}

.goodsPrice {
	margin-top: 30px;
}

.goodsPrice_category {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.goodsPrice_table {
	width: 100%;
	font-size: 13px;
	line-height: 1.2;
	background: #fff;
}

.goodsPrice_table th, .goodsPrice_table td {
	padding: 5px 8px;
	vertical-align: top;
}

.goodsPrice_table th {
	background: #F7F7F7;
	width: 25%;
	text-align: center;
	font-weight: normal;
	border-bottom: solid 1px #E5E5E5;
	padding-top: 15px;
	font-size: 12px;
	vertical-align: middle;
}

.goodsPrice_table th > img {
	display: block;
	margin: 0 auto 5px;
}

.goodsPrice_table th > small {
	font-size: 11px;
}

.goodsPrice_table td > small {
	font-size: 12px;
}

.goodsPrice_table_price {
	width: 25%;
	color: #D80000;
	font-weight: bold;
}

.goodsPrice_table_bottom > td {
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 15px;
}

.goodsPrice_table_top > td {
	padding-top: 15px;
}

.goodsPrice_attention {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	
	.priceMain_title:before, .priceMain_title:after {
		width: 25%;
		height: 10px;
		top: 45px;
	}

	.priceMain_title > img {
		height: 20px;
		width: auto;
	}

	.goodsPrice_category {
		margin: 15px 10px 0;
		max-width: 100%;
		font-size: 16px;
	}

	.goodsPrice {
		margin: 0;
		padding: 0;
	}

	.goodsPrice > div {
		padding: 0;
	}

	.goodsPrice_table {
		margin: 0 0 30px;
	}


	.goodsPrice_attention {
		margin: 10px;
	}
}


/* option */

.optionPrice_table {
	margin: 10px 0 0;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.6;
	border: solid 1px #fff;
}

.optionPrice_table tr {
	padding: 0;
	margin: 0;
}

.optionPrice_table th {
	margin: 0;
	padding: 0;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background: #f7f7f7;
	padding: 10px 15px;
	font-weight: normal;
	vertical-align: middle;
}

.optionPrice_table td {
	margin: 0;
	padding: 0;
	border: solid 1px #eee;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 10px 0 10px 10px;
	vertical-align: middle;
	background: #fff;
}

.optionPrice_table th:after {
	content: '';
	width: 1px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.optionPrice_table td.optionPrice_table_price {
	border-right: 0;
	color: #D80000;
	font-weight: bold;
	padding: 10px;
}

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

	.optionPrice_title {
		padding: 0 15px;
	}

	.optionPrice_table {
		border: 0;
	}
	
	.optionPrice_table th, .optionPrice_table td {
		display: block !important;
		width: 100%;
		padding: 5px 15px;
		border: 0;
	}

	.optionPrice_table th {
		border-top: solid 1px #eee;
		font-weight: bold;
	}

	.optionPrice_table th:after {
		content: none;
	}

	.optionPrice_table td.optionPrice_table_price {
		border-bottom: solid 1px #eee;
		margin-bottom: 10px;
		text-align: right;
	}
}


/* buy */

.priceMain_buy_top {
	margin-top: 30px;
}

.buyTop_left {
	padding-top: 15px;
}

.buyTop_left > p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 15px;
}

.buyTop_right > img {
	display: block;
	margin: 0 auto;
}

.priceMain_subTitle {
	margin: 20px 0 0;
}

.priceMain_subTitle > img {
	display: block;
	margin: 0 auto;
}

.priceMain_buy_goods {
	margin: 20px 0 50px;
}

.buyGoods {
	display: table;
	width: 100%;
	height: 96px;
}

.buyGoods_category {
	display: table-cell;
	width: 30%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.buyGoods-01 > .buyGoods_category {
	background: #00A3D9;
}

.buyGoods-02 > .buyGoods_category {
	background: #00BFFF;
}

.buyGoods-03 > .buyGoods_category {
	background: #73B9FF;
}

.buyGoods_list {
	display: table-cell;
	width: 70%;
	height: 100%;
	vertical-align: middle;
	background: #fff;
}

.buyGoods_list > li {
	font-size: 12px;
	line-height: 1.6;
	display: inline-block;
}

.buyGoods_list > li:before {
	content: '・';
}

.priceMain_buy_point {
	padding: 0 0 75px;
}

.buyPoint {
	margin-top: 20px;
	border: solid 1px #fff;
	height: 190px;
	background: #fff;
}

.buyPoint_title {
	background: #DBDBDB;
	padding: 15px 0 10px;
}

.buyPoint_title > img {
	display: block;
	margin: 0 auto;
}

.buyPoint_text {
	padding: 10px 30px 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: justify;
}


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

	.priceMain_subTitle {
		margin: 30px 0 0;
	}

	.priceMain_subTitle > img {
		max-width: 90%;
		height: 20px;
		width: auto;
	}

	.priceMain_buy_top {
		margin: 10px 0 40px;
	}

	.buyTop_left {
		padding: 15px 15px 5px;
	}

	.buyTop_right > img {
		width: 90%;
		height: auto;
	}

	.priceMain_buy_goods {
		margin-top: 10px;
	}

	.buyGoods {
		height: auto;
		margin-bottom: 10px;
	}

	.buyGoods_category {
		padding: 10px 0;
	}

	.buyGoods_category > img {
		max-width: 80%;
		height: auto;
	}

	.priceMain_buy_point {
		margin: 0 0 50px;
		padding: 0;
	}

	.buyPoint {
		margin:10px 0 0;
		height: auto;
	}

	.buyPoint_title > img {
		height: 15px;
		max-width: 100%;
		width: auto;
	}

	.buyPoint_text {
		padding: 10px;
	}
}	


/* bottom */

.priceBottom {
	margin: 50px 0 0;
}

.priceBottom_title > img {
	display: block;
	margin: 0 auto;
}

.priceBottom_left > p {
	font-size: 13px;
	line-height: 1.6;
	padding-top: 50px;
}

.priceBottom_right {
	padding-left: 30px;
	vertical-align: bottom;
	text-align: right;
}

.priceBottom_system {
	position: relative;
	background: #fff;
	height: 417px;
	margin-bottom: 35px;
}

.priceBottom_system > p.priceBottom_system_title {
	padding: 25px 0 0;
}

.priceBottom_system_title > img {
	display: block;
	margin: 0 auto;
}

.priceBottom_system > p {
	margin: 20px 20px 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: justify;
}

.priceBottom_system_img {
	position: absolute;
	display: block;
	bottom: 20px;
	left: 50%;
	margin-left: -117px;
}

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

	.priceBottom_title > img {
		width: 94%;
		height: auto;
	}

	.priceBottom_left > p {
		padding-top: 10px;
	}

	.priceBottom_right {
		padding-left: 0;
		text-align: center;
	}

	.priceBottom_right > img {
		max-width: 90%;
		height: auto;
	}

	.priceBottom_system {
		height: auto;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}

	.priceBottom_system_img {
		position: static;
		margin: 10px auto 0;
	}
}



