@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#price {
	font-size: 112%;
}
#price .orange_ttl {
	font-size : 37px;
	line-height : 57.84px;
	color : #E94829;
	font-weight: 500;
}
#price .txt02 {
	font-size : 24px;
	line-height : 39px;
	color : #000;
}
#price .price_box dl {
	border: 2px solid #1bb8ce;
	display: flex;
	width: 1000px;
	margin: 0 auto 20px;
}
#price .price_box dl.orange {
	border: 2px solid #e94829;
}
#price .price_box dt {
	background: #1bb8ce;
	width: calc(100% - 750px);
	font-size : 24px;
	line-height : 39px;
	color: #fff;
	padding: 35px 25px 20px;
	text-align: center;
	font-weight: 500;
}
#price .price_box dl.orange dt {
	background: #e94829;
}
#price .price_box dl:not(:first-of-type) dt {
	padding: 10px 25px 10px;
}
#price .price_box dd {
	padding: 25px;
	display: flex;
	align-items: center;
}
#price .price_box dd .yen span {
	color: #e94829;
	font-size: 24px;
	font-weight: 600;
}
#price .price_box dd .fukidashi {
	display: inline-block;
	background: linear-gradient(90deg,rgba(233, 72, 41, 1) 0%, rgba(241, 141, 122, 1) 100%);
	font-size : 24px;
	line-height : 39px;
	color : #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-left: 1em;
	font-weight: 500;
	position: relative;
}
#price .price_box dd .fukidashi::before {
	content: "";
	width: 14px;
	height: 18px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background: #e94829;
	position: absolute;
	top: 20px;
	left: -14px;
}
#price .price_box dd .plus {
	font-size : 20px;
	color : #000;
	font-weight: 500;
	position: relative;
	top: 3px;
}
#price .why_box::before {
	background: url("../img/price/bg01.jpg") no-repeat top/cover;
}
#price .why_box .box {
	width: 340px;
	position: relative;
	margin-top: 40px;
}
#price .why_box .box .maru {
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #e94829;
	text-align: center;
	padding: 2px 10px;
	font-weight: 600;
	font-size: 115%;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
}
#price .why_box .box .maru span {
	display: block;
	font-size : 40px;
	line-height : 1em;
	position: relative;
	top: -5px;
	background: linear-gradient(90deg, #e94829 0%, #000000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
#price .why_box .box .img {
	width: 300px;
	margin: 0 auto;
}
#price .why_box .box .img img {
	border-radius: 5px;
}
#price .why_box .box .txt_box {
	background: #fff;
	height: calc(100% - 100px);
	margin-top: -100px;
	padding: 115px 20px 20px;
}
#price .why_box .box .txt_box .ttl {
	font-size : 24px;
	line-height : 39px;
	color : #000;
	font-weight: 600;
}
#price .why_box .box .txt_box .ttl .fs {
	font-size: 16px;
	vertical-align: top;
}
#price .compare_box tr {
	text-align: center;
}
#price .compare_box th {
	text-align: center;
	color: #fff;
	background: #1bb8ce;
}
#price .compare_box th .fm {
	font-size: 25px;
	display: block;
}
#price .compare_box th.gray {
	background: #666;
	min-width: 201px;
}
#price .compare_box th.orange {
	background: #e94829;
	border-left: 3px solid #e94829;
	border-right: 3px solid #e94829;
	min-width: 298px;
}
#price .compare_box th.orange .fm {
	font-size: 30px;
}
#price .compare_box td {
	font-weight: 600;
	height: 109px;
}
#price .compare_box tr:nth-of-type(odd) td {
	background: #f2f2f2;
}
#price .compare_box td.gray {
	color: #1bb8ce;
}
#price .compare_box td.orange {
	border-left: 3px solid #e94829;
	border-right: 3px solid #e94829;
	font-size: 20px;
	color: #e94829;
}
#price .compare_box td.orange b {
	font-weight: 600;
	color: #000;
	display: block;
}
#price .compare_box tr:last-of-type td.orange {
	border-bottom: 3px solid #e94829;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price .orange_ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	#price .txt02 {
		font-size: 115%;
	}
	#price .price_box dl {
		width: 100%;
		display: block;
	}
	#price .price_box dt {
		width: 100%;
		padding: 15px;
		line-height: 1.8em;
		font-size: 23px;
	}
	#price .price_box dd {
		justify-content: center;
	}
	#price .price_box dd .fukidashi {
		font-size: 120%;
	}
	#price .why_box .box {
		width: 48%;
		margin-bottom: 30px;
	}
	#price .why_box .box:last-of-type {
		margin-bottom: 0;
	}
	#price .compare_box th,#price .compare_box td {
		padding: 10px;
	}
	#price .compare_box th .fm {
		font-size: 20px;
	}
	#price .compare_box th.gray {
		min-width: 100px;
	}
	#price .compare_box th.orange {
		min-width: auto;
	}
	#price .compare_box td.orange {
		font-size: 110%;
	}
	#price .compare_box th.orange .fm {
		font-size: 25px;
	}
	#price .compare_box td {
		height: auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price {
		font-size: 100%;
	}
	#price .orange_ttl {
		font-size: 20px;
		padding-bottom: 0;
	}
	#price .txt02 {
		font-size: 115%;
		line-height: 1.8em;
		text-align: left;
	}
	#price .price_box dt {
		font-size: 120%;
	}
	#price .price_box dd {
		padding: 15px;
		display: block;
	}
	#price .price_box dd .yen {
		text-align: center;
	}
	#price .price_box dd .yen span {
		font-size: 20px;
	}
	#price .price_box dd .fukidashi {
		font-size: 110%;
		line-height: 1.8em;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		text-align: center;
	}
	#price .price_box dd .fukidashi::before {
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		top: -12px;
		left: 5px;
		width: 18px;
		height: 14px;
	}
	#price .price_box dd .plus {
		font-size: 110%;
		text-align: center;
	}
	#price .why_box .box {
		width: 100%;
		font-size: 100%;
		margin-top: 60px;
	}
	#price .why_box .box .maru {
		width: 60px;
		height: 60px;
	}
	#price .why_box .box .maru span {
		font-size: 25px;
	}
	#price .why_box .box .img {
		width: 90%;
	}
	#price .why_box .box .img img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	#price .why_box .box .txt_box {
		padding: 115px 15px 15px;
	}
	#price .why_box .box .txt_box .ttl {
		font-size: 120%;
		line-height: 1.8em;
	}
	#price .why_box .box .txt_box .ttl .fs {
		font-size: 80%;
	}
	#price .compare_box .scroll {
		overflow: auto;
	}
	#price .compare_box th,#price .compare_box td {
		display: table-cell;
		white-space: nowrap;
	}
	#price .compare_box th .fm {
		font-size: 115%;
	}
	#price .compare_box th.orange .fm {
		font-size: 20px;
	}
}