#price {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
	position: relative;
	z-index: 9;
	padding-top: 50px;
}
#price .price01,
#price .price01b {
	width: 100%;
	margin-bottom: 60px;
}
#price .price01c {
	width: 100%;
	margin-bottom: 0px;
}
#price .price01 .cap,
#price .price01b .cap,
#price .price01c .cap {
	text-align: right;
	font-size: 90%;
}
#price .price01 table,
#price .price01c table {
	width: 100%;
	border-spacing: 0px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
#price .price01b table {
	width: 100%;
	border-spacing: 0px;
	border-top: #036 1px solid;
	border-left: #036 1px solid;
}
#price .price01 table th,
#price .price01 table td,
#price .price01c table th,
#price .price01c table td {
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	color: #666;
	line-height: 160%;
}
#price .price01b table th,
#price .price01b table td {
	border-right: #036 1px solid;
	border-bottom: #036 1px solid;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	color: #666;
	line-height: 160%;
}
#price .price01 table th {
	background-color: rgba(254,252,238,.5);
	font-size: 80%;
	font-weight: 300;
}
#price .price01b table th {
	background-color: rgba(119,190,214,.1);
	font-size: 80%;
	font-weight: 300;
}
#price .price01c table th {
	background-color: rgba(230,114,114,.1);
	font-size: 80%;
	font-weight: 300;
}
#price .price01 table td,
#price .price01b table td {
	background-color: rgba(255,255,255,.6);
}
#price .price01 table th strong,
#price .price01 table th span,
#price .price01b table th strong,
#price .price01b table th span,
#price .price01c table th strong,
#price .price01c table th span {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 110%;
}
#price .price01 table th strong {
}
#price .price01b table th strong {
	font-size: 120%;
}
#price .price01 table th span {
	color: #C00;
}
#price .price01b table th span {
	color: #036;
}
#price .price01c table th span {
	color: #C00;
}
#price .price01 table td strong,
#price .price01 table td span,
#price .price01b table td strong,
#price .price01b table td span,
#price .price01c table td strong,
#price .price01c table td span {
	display: block;
	text-align: center;
	font-weight: 500;
}
#price .price01 table td strong,
#price .price01b table td strong,
#price .price01c table td strong {
}
#price .price01 table td span {
	color: #C00;
}
#price .price01b table td span {
	color: #036;
	font-size: 110%;
}
#price .price01c table td span {
	color: #C00;
	font-size: 120%;
}
#price .price02 {
	margin-top: -20px;
	margin-bottom: 60px;
	overflow: hidden;
}
#price .price02 dl {
}
#price .price02 dt {
	color: #666;
	border-bottom: #999 1px solid;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#price .price02 dd {
	line-height: 160%;
	font-size: 90%;
}
#price .price02 dd strong {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	color: #666;
	font-size: 130%;
}
#price .price02 dd span {
	font-weight: 500;
	color: #C00;
	font-size: 130%;
}
#price .price02 dd p {
}
#price .price02 .ph {
	width: 280px;
	float: right;
	margin-left: 20px;
}
#price .price02 .video {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom: 25px;
}
#price .price02 .video iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#price .price03 {
	margin-bottom: 60px;
}
#price .price03 p {
	margin-bottom: 20px;
}
#price .price03 .ttl {
	margin-bottom: 5px;
	color: #C00;
	font-size: 120%;
}
#price .price03 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#price .price03 ul li {
	background-color: #C00;
	color: #eee;
	text-align: center;
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 10px 0;
	margin-bottom: 30px;
}
#price .price03 ul li:last-child {
	margin-right: 0;
}
#price .price03 ul li br {
}
#price .price03 dl {
	width: 100%;
	display: table;
	border-top: #999 1px dotted;
	border-bottom: #999 1px dotted;
	padding: 10px 0;
	margin-bottom: 50px;
}
#price .price03 dt,
#price .price03 dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #C00;
}
#price .price03 dt {
	font-size: 130%;
	font-weight: 500;
	text-align: center;
}
#price .price03 dd {
	font-size: 90%;
	line-height: 170%;
}
#price .price04 {
	list-style: outside disc;
	margin-left: 25px;
	margin-bottom: 30px;
}
#price .price04 li {
	line-height: 160%;
	margin-bottom: 5px;
}
#price .price04 li table {
	border-collapse: collapse;
	max-width: 400px;
	width: 100%;
	margin: 5px 0 10px;
	background-color: #fff;
}
#price .price04 li table th,
#price .price04 li table td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-weight: 400;
}
#price .price04 li table th {
	background-color: #f3f3f3;
	font-size: 90%;
}
#price .price04 li table th.ttl {
	padding: 5px 10px;
	text-align: left;
}
#price .price04 li table td {
	font-weight: 600;
}

.price05 {
	margin-bottom: 60px;
}
.price05 p {
	margin-bottom: 15px;
	font-weight: 500;
}
.price05 dl {
	margin-bottom: 15px;
	border-left: #ccc 2px solid;
	padding-left: 15px;
	padding-bottom: 10px;
	position: relative;
}
.price05 dl::before{
	content: '';
	width: 2px;
	position: absolute;
	top: 0;
	left: -2px;
	height: 50%;
	background-color: #333;
}
.price05 dt {
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.price05 dd {
	line-height: 170%;
}
.price06 {
	overflow: hidden;
	margin-bottom: 80px;
}
.price06 .pay {
	float: right;
	width: 40%;
}
.price06 ul {
	list-style: outside disc;
	margin-left: 25px;
	width: 45%;
}
.price06 li {
	line-height: 160%;
	margin-bottom: 5px;
}
.price07 {
	margin-bottom: 80px;
}
.price07 strong {
	font-weight: 500;
	font-size: 140%;
}
.price08 {
	margin-bottom: 80px;
}
.price08 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.price08 li {
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	text-align: center;
	padding: 30px 10px;
	border-right: rgba(0,0,0,.2) 1px solid;
	border-bottom: rgba(0,0,0,.2) 1px solid;
	margin-bottom: 10px;
	line-height: 160%;
}
.price08 li:last-child {
	margin-right: 0;
}
.price08 li strong {
	font-weight: 500;
	display: block;
	text-align: center;
	font-size: 190%;
}
.price08 li span {
	display: inline-block;
	font-size: 150%;
	margin-top: 20px;
}
.price08 .cap {
	font-size: 80%;
	line-height: 160%;
}




@media screen and (max-width: 900px) {
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	#price .price01,
	#price .price01b {
		overflow-x:scroll;
	}
	#price .price01 table,
	#price .price01b table {
		width: 700px;
	}
	#price .price03 ul {
		margin-bottom: 20px;
	}
	#price .price03 ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	#price .price03 dl,
	#price .price03 dt,
	#price .price03 dd {
		display: block;
		text-align: center;
	}
	/* ------------------------------------ */
	.price08 li strong {
        font-size: 180%;
    }
    .price08 li span {
        font-size: 140%;
    }
    .price08 .cap {
        font-size: 80%;
    }
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 600px) {
	#price .price01 table,
	#price .price01b table {
		width: 550px;
	}
	#price .price02 dd {
	}
	#price .price02 dd strong {
		display: block;
		margin-bottom: 4px;
	}
	#price .price02 dd span {
		font-size: 150%;
		display: block;
		margin-bottom: 5px;
	}
	#price .price03 ul li {
		line-height: 160%;
		font-weight: 400;
	}
	#price .price03 ul li br {
		display: inherit;
	}
	#price .price03 dt {
		font-size: 120%;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	#price .price02 .ph {
		width: 280px;
		float: none;
		margin: 0px auto 20px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	.price06 .pay {
		float: none;
		width: 100%;
		margin: 0px auto 20px;
	}
	.price06 ul {
		width: auto;
	}
	/* ------------------------------------ */
	.price07 {
        margin-bottom: 50px;
    }
    .price07 strong {
		display: block;
        font-size: 140%;
    }
	/* ------------------------------------ */
    .price08 {
        margin-bottom: 50px;
    }
    .price08 ul {
    }
    .price08 li {
        width: 100%;
        margin-right: 0;
    }
}