.h2Price {
	margin: 20px auto 10px auto;
	padding: 0 0 10px 0;
	color: #00B7E1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("images/data/title_bar.svg");
	background-position: bottom center;
	background-size: 145px;
	background-repeat: no-repeat;
}
.h2Price-bottom {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.priceSec00 .title,
.priceSec01 .title,
.priceSec02 .title {
	margin: 40px 0 20px 0;
	padding: 40px 0;
	color: #00B7E1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("images/heart_pink.png");
	background-position: center;
	background-size: 125px;
	background-repeat: no-repeat;
}
.priceSec00 .caution,
.price .caution {
	font-size: 14px;
}

.priceSec00 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(782px - 40px);
	/*text-align: center;*/
}
.priceSec00 p {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.priceSec00 p span {
	/*display: block;*/
}


.priceSec01 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(900px - 40px);
	font-weight: bold;
}
.priceSec01-txt {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(782px - 40px);
}
.priceSec01 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 743px;
}
.priceSec01 .box-item {
	position: relative;
	margin: 0;
	padding: 10px;
	width: calc(33.3% - 20px);
	border: 1px solid #00B7E1;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
.priceSec01 .box p {
	margin: 0;
	padding: 3px 0;
	font-size: 21px;
}
.priceSec01 .box span {
	display: block;
	margin: 0;
	padding: 12px 0;
	color: #00B7E1;
	font-size: 41px;
}
.priceSec01 .caution {
	margin: 20px auto 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(782px - 40px);
	font-size: 14px;
}
.priceSec01 .box .price-caution {
	margin: -12px auto 0 auto;
	padding: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}
.price {
	margin: 30px 0 50px 0;
	padding: 30px 10px 20px 10px;
	width: calc(100% - 60px);
	border: 20px solid #FFFF99;
}
.price p {
	font-size: 14px;
	font-weight: bold;
}
.price span {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
}

.priceSec02 {
	margin: 0 auto;
	padding: 0 20px;
	width: calc(100% - 40px);
	max-width: calc(900px - 40px);
}
.price-table {
	margin: 44px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro', 'メイリオ', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	table-layout: fixed;
	/*border: 1px solid #ccc;*/
}
.price-table th {
	font-weight: normal !important;
	background-color: #f0f0f0;
	text-align: left;
}
.price-table th,
.price-table td {
	padding: 20px 10px;
}
.price-table td {
	padding: 20px 10px;
}
.price-table .blank {
}
.price-table .standard {
	position: relative;
	padding: 10px;
	background-color: #E1FBFF;
	width: 35%;
}
.price-table .standard img {
	position: absolute;
	top: -103px;
	left: -36px;
	width: 135px;
}
.price-table .light {
	padding: 10px;
	background-color: #FFFC8F;
	width: 35%;
}
.price-table .blank {
	background-color: #ffffff;
}
.price-table-price {
	font-size: 20px;
	font-weight: bold;
	color: #00b7e1;
}
.price-table-tax {
	font-size: 14px;
}
.price-table-detail {
	margin: 10px 0 0 0;
	padding: 0 5%;
	font-size: 12px;
	text-align: left;
	line-height: 1.2em;
}
.price-table-detail p {
	margin: 0;
	padding: 2px 0;
}
.price-table-caution {
	font-size: 12px;
}
.td-odd {
	background-color: #f9f9f9;
}
.priceSec02-caution {
	margin: 30px auto 50px auto;
	padding: 10px 20px;
	width: 70%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cccccc;
}
.priceSec02-caution p {
	display: inline-block;
	margin: 8px 0 15px 0;
	padding: 1px;
	font-size: 15px;
	line-height: 1em;
	border-bottom: 1px solid #ff0000;
}
.priceSec02-caution ul {
	margin: 0;
	padding: 0 20px;
}
.priceSec02-caution li {
	margin: 0 0 7px 0;
	text-align: left;
	line-height: 1.2em;
}
.slide-info {
	display: none;
}

@media only screen and (max-width: 767px) {
	.price {
		margin: 30px auto 50px auto;
		width: calc(100% - 40px);
		border: 10px solid #FFFF99;
		max-width: 500px;
	}
	.priceSec00 {
		max-width: 500px;
	}
	.priceSec00 .title,
	.priceSec01 .title,
	.priceSec02 .title {
		margin: 30px 0 20px 0;
		padding: 25px 0;
		background-size: 85px;
	}
	.priceSec00 p {
		font-size: 14px;
		font-weight: normal;
	}
	.priceSec01 .box {
		display: flex;
		justify-content: center;
	}
	.priceSec01 .box p {
		font-size: 18px;
	}
	.priceSec01 .box span {
		font-size: 27px;
	}
	.priceSec01 .box-item {
		margin: 5px;
		width: 211px;
	}
	.priceSec01 .box-item img {
		width: 40px;
	}
	.price-table-area {
		overflow-x: scroll;
	}
	.price-table {
		margin: 20px auto 0 auto;
		width: 405px;
	}
	.price-table .standard img {
		position: absolute;
		top: -21px;
		left: -66px;
		width: 88px;
	}
	.priceSec01 .caution {
		padding: 0 10px;
		width: calc(100% - 20px);
		max-width: calc(782px - 20px);
		font-size: 12px;
		font-weight: normal;
	}
	.priceSec02-caution {
		padding: 10px;
		width: calc(100% - 20px);
		max-width: 500px;
		font-size: 12px;
		font-weight: normal;
	}
	.priceSec02-caution ul {
		padding: 0 5px 0 16px;
	}
}
.other {
	font-size: 14px;
	line-height: 1.5em;
}
@media only screen and (max-width: 440px) {
	.slide-info {
		display: block;
		font-size: 12px;
		text-align: center;
	}
}









