@charset "UTF-8";





/* ==================================================
	product_info
================================================== */



.product_info {
	padding: 15px 16px 0;
}
.product_info_text {
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
}
.product_info_text a {
	margin: 0 .4em;
	text-decoration: underline;
}



@media screen and (min-width: 768px) {
	.product_info {
		padding: 15px 20px 0;
	}
}



@media screen and (min-width: 1024px) {
	.product_info {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 15px 0 0;
	}
	.product_info_text {
		font-size: 14px;
	}
}





/* ==================================================
	content
================================================== */



/* ----------------------------------------
	content_title
---------------------------------------- */

.content_title {
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}
.content_title > span {
	display: inline-block;
	position: relative;
	padding: 0 .5em;
}
.content_title > span::before,
.content_title > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	border-top: 1px solid #000;
	opacity: .3;
}
.content_title > span::before {
	right: 100%;
}
.content_title > span::after {
	left: 100%;
}



/* ----------------------------------------
	content_inner
---------------------------------------- */

.content_inner {
	padding: 0 16px;
}
.content_title + .content_inner {
	margin-top: 20px;
}



@media screen and (min-width: 768px) {
	.content_inner {
		padding: 0 20px;
	}
	.content_title + .content_inner {
		margin-top: 40px;
	}
}



@media screen and (min-width: 1024px) {
	.content_inner {
		padding: 0;
	}
}





/* ==================================================
	view
================================================== */



.view_area {
	margin-top: 20px;
	padding: 0 16px;
}

.view_model_name {
	padding: 8px 10px;
	color: #0096d6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
}

.view_title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #0096d6;
}

.view_detail {
	margin-top: 10px;
	padding: 20px 15px;
	background: linear-gradient(to bottom, #f2f2f2, #fff 80px);
}
.view_detail_list li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	font-size: 13px;
	line-height: 1.6;
}
.view_detail_list li:nth-child(n+2) {
	margin-top: .5em;
}
.view_photo {
	text-align: center;
}
.view_footer {
	margin-top: 10px;
}



@media screen and (max-width: 767px) {
	.view_area + .view_area {
		margin-top: 40px;
	}
	.view_model_name {
		margin: 0 -16px 20px;
	}
	.view_list > div:nth-of-type(n+2) {
		border-top: 1px solid #fff;
	}
	.view_photo img {
		width: 80%;
	}



	/* accordion -------------------- */

	.view_title {
		position: relative;
		padding: 8px 40px 8px 16px;
		cursor: pointer;
		pointer-events: auto;
	}
	.view_inner {
		display: none;
		padding: 16px;
	}
	.view_list > div:first-of-type .view_inner {
		display: block;
	}

	/* arrow */
	.view_title::after {
		font-family: HPIcons;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
	}
	.view_title::after {
		content: "\E90c";
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		color: #fff;
		font-size: 18px;
	}
	.view_title.active::after {
		content: "\E90b";
	}
}



@media screen and (max-width: 479px) {
	.view_photo img {
		width: 100%;
	}
}



@media screen and (min-width: 768px) {
	.view_area {
		margin-top: 40px;
		padding: 0 20px;
	}
	.view_area + .view_area {
		margin-top: 80px;
	}
	.view_model_name {
		margin: 0 -20px 20px;
		font-size: 18px;
	}
	.view_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.view_list > div {
		width: 49%;
	}
	.view_list > div:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.view_title {
		pointer-events: none;
		padding: 6px 20px;
	}
	.view_inner {
		display: block !important;
	}
	.view_photo img {
		width: 100%;
	}

	/* IE10 */
	_:-ms-lang(x), .view_content {
		position: relative;
	}
	_:-ms-lang(x), .view_content::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
	}
}



@media screen and (min-width: 1024px) {
	.view_area {
		padding: 0 10px;
	}
	.view_model_name {
		margin: 0 -10px 20px;
	}
	.view_photo img {
		width: auto;
	}
	.view_footer {
		margin-top: 20px;
	}
}





/* ==================================================
	faq
================================================== */



.faq_area {
	margin-top: 20px;
	padding: 0 16px;
}
.faq_area > div:last-of-type {
	border-bottom: 1px solid #ccc;
}

.faq_title {
	padding: 8px 16px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	background: #0096d6;
}

@media screen and (min-width: 768px) {
	.faq_area {
		margin-top: 40px;
		padding: 0 20px;
	}
	.faq_title {
		padding: 6px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.faq_area {
		padding: 0;
	}
}



/* ----------------------------------------
	faq_list
---------------------------------------- */

/* dt -------------------- */

.faq_list {
	font-size: 1.4rem;
}
.faq_list dt {
	position: relative;
	padding: 16px 40px 16px 16px;
	font-weight: normal;
	line-height: 1.4;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	cursor: pointer;
	transition: .2s;
}
.faq_list dt:hover,
.faq_list dt.active {
	color: #0096d6;
	background: rgba(0,150,214,.1);
}
.faq_list dt:first-child {
	border-top: none;
}

/* arrow */
.faq_list dt::after {
	font-family: HPIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
}
.faq_list dt::after {
	content: "\E90c";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	right: 16px;
}
.faq_list dt.active::after {
	content: "\E90b";
}



/* dd -------------------- */

.faq_list dd {
	display: none;
	padding: 20px 16px;
	border-top: 1px solid #ccc;
}

.faq_list dd p + p {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.faq_list dd {
		padding: 30px 20px;
	}
}





/* ==================================================
	review
================================================== */



/* ----------------------------------------
	rating_star
---------------------------------------- */

.rating_star {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -1px;
}
.rating_star > span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.rating_star > span::before,
.rating_star::after {
	vertical-align: middle;
}
.rating_star > span::before {
	content: "\2605\2605\2605\2605\2605";
	color: #008424;
}
.rating_star::after {
	content: "\2605\2605\2605\2605\2605";
	color: #ccc;
}

/* star */
.rating_star_50 { width: 100%; }
.rating_star_45 { width: 90%; }
.rating_star_40 { width: 80%; }
.rating_star_35 { width: 70%; }
.rating_star_30 { width: 60%; }
.rating_star_25 { width: 50%; }
.rating_star_20 { width: 40%; }
.rating_star_15 { width: 30%; }
.rating_star_10 { width: 20%; }
.rating_star_05 { width: 10%; }
.rating_star_00 { width: 0; }

/* total */
.review_total .rating_star {
	font-size: 26px;
}



@media screen and (min-width: 480px) {
	.rating_star {
		font-size: 20px;
	}
	.review_total .rating_star {
		font-size: 30px;
	}
}



/* ----------------------------------------
	review_header
---------------------------------------- */

.review_header {
	padding-bottom: 30px;
	text-align: center;
	background: #fff;
	box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
}

.review_total > div:nth-child(1) {
	font-size: 1.8rem;
	font-weight: bold;
}
.review_total > div:nth-child(2) {
	margin-top: 5px;
	font-size: 1.5rem;
}
.review_total > div:nth-child(2) > span {
	margin-right: .2em;
	color: #0096d6;
	font-weight: bold;
}

.review_banner {
	margin-top: 20px;
}
.review_banner img {
	width: 100%;
}

/* rating_star */
.review_header .rating_star {
	margin: 0 10px 0 5px;
}
.review_header .rating_star > span::before {
	color: #fc0;
}



@media screen and (min-width: 480px) {
	.review_banner img {
		width: auto;
	}
}



@media screen and (min-width: 768px) {
	.review_header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		text-align-last: left;
	}

	.review_banner {
		margin-top: 0;
	}
}



@media screen and (min-width: 1024px) {
	.review_header {
		padding: 0 30px 40px;
	}
	.review_header .review_total {
		display: flex;
		align-items: center;
	}
	.review_header .review_total > div:nth-child(1) {
		padding-right: 20px;
		font-size: 20px;
		border-right: 1px solid #ccc;
	}
	.review_header .review_total > div:nth-child(2) {
		margin-top: 0;
		margin-left: 20px;
	}
}



/* ----------------------------------------
	review_list
---------------------------------------- */

.review_list {
	margin-top: 40px;
}
.review_list > li:nth-child(n+2) {
	margin-top: 20px;
}

.review_item {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 5px;
}
.review_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #0096d6;
}

.review_item_inner {
	padding: 24px 16px 19px;
}



/* review_user -------------------- */

.review_user {
	min-height: 50px;
	padding-left: 60px;
	background: url(images/review_icon_user.gif) no-repeat;
}

/* review_user_name */
.review_user_name {
	color: #0096d6;
	font-size: 1.3rem;
	font-weight: bold;
}
.review_user_name::after {
	content: "\69D8";
	margin-left: .2em;
}

/* review_use */
.review_use {
	margin-top: 10px;
	color: #999;
	font-size: 1.3rem;
}
.review_use dt {
	float: left;
	clear: both;
	font-weight: bold;
}



/* review_detail -------------------- */

.review_rating,
.review_comment {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

/* review_each */
.review_each {
	margin-top: 10px;
}
.review_each li {
	color: #666;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
}

/* review_comment */
.review_comment {
	margin-top: 20px;
}
.review_comment_title {
	font-size: 1.6rem;
	font-weight: bold;
}
.review_comment_title + .review_comment_text {
	margin-top: 5px;
}



@media screen and (min-width: 480px) {
	.review_each li {
		line-height: 30px;
	}
}



@media screen and (min-width: 768px) {
	.review_list > li:nth-child(n+2) {
		margin-top: 40px;
	}

	.review_each {
		display: flex;
	}
	.review_each li:nth-child(n+2) {
		margin-left: 15px;
	}
}



@media screen and (min-width: 1024px) {
	.review_item_inner {
		display: flex;
		justify-content: space-between;
	}

	.review_user {
		width: 180px;
		padding-right: 20px;
		padding-left: 0;
		background: none;
		border-right: 1px dotted #ccc;
	}

	.review_user_name {
		text-align: center;
	}
	.review_user_name::before {
		display: block;
		content: url(images/review_icon_user.gif);
		width: 50px;
		height: 50px;
		margin: 0 auto 5px;
	}

	.review_detail {
		width: 760px;
	}

	.review_rating,
	.review_comment {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.review_comment {
		margin-top: 20px;
	}

	.review_each li {
		padding-left: 25px;
		background-repeat: no-repeat;
		background-position: 0 center;
		border-bottom: 1px dotted #ccc;
	}
	.review_each_function {
		background-image: url(images/review_icon_function.gif);
	}
	.review_each_performance {
		background-image: url(images/review_icon_performance.gif);
	}
	.review_each_cost {
		background-image: url(images/review_icon_cost.gif);
	}
}





/* ==================================================
	model
================================================== */



.model_fixed_title {
	display: none;
}

.model_content {
	padding: 20px 16px;
	border-bottom: 1px solid #ccc;
}



/* ----------------------------------------
	model_name
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.model_name {
		padding: .5em 1em;
		color: #fff;
		font-size: 1.5rem;
		font-weight: normal;
		background: #333;
		border-left: 5px solid #0096d6;
	}
	.model_name br {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.model_name {
		color: #0096d6;
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		line-height: 1.4;
	}
}



/* ----------------------------------------
	model_main
---------------------------------------- */

.model_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.model_photo {
	width: 100px;
}
.model_photo img {
	width: 100%;
}
.model_text {
	width: calc(100% - (100px + 10px));
}
.model_text .price {
	font-size: 1.2rem;
}
.model_text .price > span {
	font-size: 2.4rem;
}
.model_text .non_taxed_price {
	color: #666;
	font-size: 1.3rem;
}
.model_text .price + .non_taxed_price {
	margin-top: .5rem;
}

@media screen and (min-width: 480px) {
	.model_main {
		width: 90%;
		margin: 0 auto;
	}
	.model_photo {
		width: 140px;
	}
	.model_text {
		width: calc(100% - (140px + 16px));
	}
}

@media screen and (min-width: 768px) {
	.model_main {
		width: 70%;
	}
	.model_photo {
		width: 180px;
	}
	.model_text {
		width: calc(100% - (180px + 20px));
	}
}

@media screen and (min-width: 1024px) {
	.model_main {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 0;
		text-align: center;
	}
	.model_photo,
	.model_text {
		width: 100%;
	}
	.model_photo img {
		width: auto;
	}
	.model_text {
		margin-top: 8px;
	}
	.model_text .regular_price:empty {
		height: calc(1em * 1.6);
	}
}



/* ----------------------------------------
	model_campaign_link
---------------------------------------- */

.model_campaign_link {
	text-align: center;
}
.model_campaign_link_text {
	font-size: 1.1rem;
	line-height: 1;
}



/* ----------------------------------------
	model_comment
---------------------------------------- */

.model_comment {
	margin-top: 10px;
	padding: .5em 1em;
	background: #f2f2f2;
}
.model_comment p {
	color: #007dba;
	font-size: 1.4rem;
	line-height: 1.4;
}
.model_comment.for_pc {
	display: none;
}

@media screen and (min-width: 1024px) {
	.model_comment.for_mobile {
		display: none;
	}
	.model_comment.for_pc {
		display: block;
		margin-top: 15px;
		padding: 10px;
		text-align: center;
	}
}



/* ----------------------------------------
	model_btn_area
---------------------------------------- */

.model_btn_area {
	margin-top: 15px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.model_btn_area {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



/* ----------------------------------------
	model_spec
---------------------------------------- */

.model_spec {
	margin-top: 20px;
	border: 1px solid #ccc;
}

.model_spec_list {
	padding: 0 10px;
}
.model_spec_list > li {
	padding: 10px 5px;
	font-size: 1.3rem;
}
.model_spec_list > li::after {
	content: "";
	display: block;
	clear: both;
}
.model_spec_list > li:nth-child(n+2) {
	border-top: 1px dotted #ccc;
}
.model_spec_list > li:nth-child(n+6) {
	display: none;
}

.model_spec_title {
	float: left;
	width: 5em;
	font-weight: bold;
}
.model_spec_text {
	float: right;
	width: calc(100% - 6em);
}

/* button */
.model_spec_more {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 40px;
	background: #767676;
	cursor: pointer;
}
.model_spec_more::before {
	content: "\30B9\30DA\30C3\30AF\3092\3059\3079\3066\8868\793A\3059\308B";
}
.model_spec_open .model_spec_more::before {
	content: "\9589\3058\308B";
}

/* arrow */
.model_spec_more::after {
	font-family: HPIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
}
.model_spec_more::after {
	content: "\E90c";
	margin-left: 10px;
	color: #fff;
	font-size: 1.8rem;
}
.model_spec_open .model_spec_more::after {
	content: "\E90b";
}

@media screen and (min-width: 480px) {
	.model_spec_title {
		width: 9em;
	}
	.model_spec_text {
		width: calc(100% - 10em);
	}
}

@media screen and (min-width: 1024px) {
	.model_spec {
		margin-top: 0;
		border: none;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	.model_spec_list {
		padding: 0;
	}
	.model_spec_list > li {
		padding: 8px 10px;
		font-size: 14px;
	}
	.model_spec_list > li::after {
		content: none;
	}
	.model_spec_list > li:nth-child(n+6) {
		display: block !important;
	}
	.model_spec_title {
		display: none;
	}
	.model_spec_text {
		float: none;
		width: auto;
	}
	.model_spec_more {
		display: none;
	}
}



/* ----------------------------------------
	icon_customize
---------------------------------------- */

.icon_customize::after {
	display: block;
	content: "";
	width: 64px;
	height: 12px;
	margin-top: 2px;
	background: url(images/prod_icon_customize.png) no-repeat 0 0 / 64px 12px;
}



/* ----------------------------------------
	pdf
---------------------------------------- */

.model_spec_pdf {
	margin-top: 10px;
	text-align: center;
}



/* ----------------------------------------
	layout (pc)
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.model_container {
		position: relative;
		margin-top: 40px;
	}
	.model_container::after {
		content: "";
		display: block;
		clear: both;
	}
	.model_fixed_title {
		display: block;
		float: left;
		width: 100px;
	}
	.model_slider_container {
		float: right;
		width: 900px;
	}
	.model_slider_container .slick-track {
		margin-right: 0;
		margin-left: 0;
	}
}



/* ----------------------------------------
	model_fixed_title
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.model_fixed_title .model_name,
	.model_fixed_title .model_main,
	.model_fixed_title .model_campaign_link,
	.model_fixed_title .model_btn_area,
	.model_fixed_title .model_comment {
		font-size: 0;
	}
	.model_fixed_title .model_comment {
		background: none;
	}
	.model_fixed_title .model_spec_list > li {
		color: #999;
		font-size: 12px;
		font-weight: bold;
	}
}



/* ----------------------------------------
	slider
---------------------------------------- */

@media screen and (min-width: 1024px) {
	.model_slider_container {
		padding: 0 10px;
	}
	.model_slider_container .model_list {
		display: none;
	}
	.model_list.slick-initialized {
		display: block;
	}

	/* img */
	.model_list .slick-slide img {
		width: auto;
	}

	/* dot */
	.model_slider_container .slick-dotted.slick-slider {
		margin-bottom: 0;
		padding-bottom: 80px;
	}
	.model_slider_container .slick-dots {
		bottom: 0;
		padding-top: 20px;
		background: linear-gradient(to bottom, #f2f2f2, #fff 15px);
	}

	/* arrow */
	.model_slider_container .slick-prev:before,
	.model_slider_container .slick-next:before { content: none; }
	.model_slider_container .model_arrow {
		position: absolute;
		top: 150px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		border-top: 5px solid #0096d6;
		border-right: 5px solid #0096d6;
	}
	.model_slider_container .model_arrow.slick-disabled,
	.model_slider_container .model_arrow:hover {
		border-top: 5px solid #ccc;
		border-right: 5px solid #ccc;
	}
	.model_slider_container .model_arrow.prev {
		left: 5px;
		transform: translateY(-50%) rotate(-135deg);
	}
	.model_slider_container .model_arrow.next {
		right: 5px;
		transform: translateY(-50%) rotate(45deg);
	}

	.model_content {
		margin: 0 10px;
		padding: 0;
		border-bottom: none;
		user-select: text;
		-ms-user-select: text;
	}
}



/* ----------------------------------------
	coupon
---------------------------------------- */

.model_coupon {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 #eaeaea;
}
.model_coupon::before,
.model_coupon::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 8px;
	background: #eb5f01;
	transform: rotate(-45deg);
}
.model_coupon::before {
	top:0;
	left: -20px;
}

.model_coupon::after {
	bottom:0;
	right: -20px;
}

.model_coupon_text {
	font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
	.model_coupon {
		display: block;
		margin: 15px 10px 0;
	}
}



/* ----------------------------------------
	premium
---------------------------------------- */

.cv_premium .model_comment p {
	color: #c8932b;
}

@media screen and (max-width: 1023px) {
	.cv_premium .model_name {
		border-left-color: #c8932b;
	}
}

@media screen and (min-width: 1024px) {
	.cv_premium .model_name {
		color: #c8932b;
	}
	.cv_premium .slick-dots li button:hover:before,
	.cv_premium .slick-dots li button:focus:before,
	.cv_premium .slick-dots li.slick-active button:before {
		background: #c8932b;
	}
	.cv_premium .model_slider_container .model_arrow {
		border-color: #c8932b;
	}
	.cv_premium .model_slider_container .model_arrow.slick-disabled,
	.cv_premium .model_slider_container .model_arrow:hover {
		border-color: #ccc;
	}
}





/* ==================================================
	retail
================================================== */



.retail_wrap {
	padding: 2rem 1.6rem;
	background: #f2f2f2;
}
.retail_box {
	padding: 1.5rem;
	text-align: center;
	background: #fff;
}
.retail_icon {
	padding: 1.5rem 0;
}
.retail_icon img {
	width: auto;
}

@media screen and (min-width: 768px) {
	.retail_wrap {
		padding: 30px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.retail_wrap {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.retail_wrap a[href^="tel:"] {
		pointer-events: none;
	}
	.retail_box {
		padding: 20px;
	}
}



/* ----------------------------------------
	retail1
---------------------------------------- */

.retail1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}
.retail1 > div {
	width: 100%;
}
.retail1 > div:nth-of-type(n+2) {
	margin-top: 1rem;
}
.retail1 .retail_box {
	border: 1px solid #ccc;
}
.retail1 p {
	margin-top: 1rem;
	color: #767676;
}

@media screen and (min-width: 768px) {
	.retail1 > div {
		width: calc((100% - 2rem) / 2);
	}
	.retail1 > div:nth-of-type(n+2) {
		margin-top: 0;
	}
}

@media screen and (min-width: 1024px) {
	.retail1 {
		margin-top: 30px;
	}
}



/* ----------------------------------------
	retail2
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.retail2 {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.retail2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0;
	}
	.retail2 > div {
		width: calc((100% - 40px) / 3);
	}
	.retail2 > div:nth-of-type(n+2) {
		margin-top: 0;
	}
	.retail2 .retail_box {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.retail2 h3 {
		color: #5a5a5a;
		font-size: 18px;
		font-weight: normal;
		line-height: 1.4;
	}
	.retail2 .retail_icon {
		position: relative;
		border-bottom: 1px solid #0096d6;
	}
	.retail2 .retail_icon::before,
	.retail2 .retail_icon::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: 6px solid transparent;
	}
	.retail2 .retail_icon::before {
		border-top: 8px solid #0096d6;
	}
	.retail2 .retail_icon::after {
		margin-top: -1px;
		border-top: 8px solid #fff;
	}
	.retail_info dt {
		margin-top: 1.5rem;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.retail_info dd {
		margin-top: .5rem;
	}
	.retail_info_tel {
		display: block;
		color: #0096d6;
		font-size: 3rem;
		font-weight: bold;
		line-height: 1;
	}
	.retail_info_time {
		margin-top: 1rem;
		color: #767676;
	}
	.retail_info_time h4 {
		margin-bottom: .8rem;
		font-size: 1.4rem;
		font-weight: normal;
		border-bottom: 1px dotted #ccc;
	}
	.retail_info_time p {
		font-size: 1.2rem;
	}
}





/* ==================================================
	acce_model (monitors , printers)
================================================== */

.acce_model {
	padding: 2rem 1.6rem;
}

@media screen and (min-width: 1024px) {
	.acce_model {
		padding: 20px 0 40px;
	}
}



/* ----------------------------------------
	acce_model_name
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.acce_model_name {
		padding: .5em 1em;
		color: #fff;
		font-size: 1.5rem;
		font-weight: normal;
		background: #333;
		border-left: 5px solid #0096d6;
	}
}

@media screen and (min-width: 1024px) {
	acce_model_name {
		color: #000;
		font-size: 20px;
		font-weight: bold;
	}
}



/* ----------------------------------------
	acce_model_catch
---------------------------------------- */

.acce_model_catch {
	margin-top: 1rem;
	color: #5a5a5a;
}

@media screen and (min-width: 1024px) {
	.acce_model_catch {
		font-size: 15px;
	}
}



/* ----------------------------------------
	acce_model_content
---------------------------------------- */

.acce_model_content {
	margin-top: 1.5rem;
}
.acce_model_buy {
	text-align: center;
}
.acce_model_price_type {
	color: #d7410b;
	font-weight: bold;
}
.acce_model_buy .button {
	margin-top: 1.5rem;
}
.acce_model_pdf {
	margin-top: 1rem;
	font-size: 1.2rem;
}
.acce_model_spec table {
	width: 100%;
	border-collapse: collapse;
}
.acce_model_spec th,
.acce_model_spec td {
	vertical-align: middle;
	padding: .5em;
	text-align: center;
	border: 1px solid #ccc;
}
.acce_model_spec th {
	width: 20%;
	color: #767676;
	font-weight: normal;
	background: #f2f2f2;
}
.acce_model_spec td {
	width: 30%;
}

@media screen and (max-width: 1023px) {
	.acce_model_main {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.acce_model_price {
		margin-left: 1.5rem;
	}
	.acce_model_price .price {
		white-space: nowrap;
	}
	.acce_model_price .price > span {
		font-size: 2.4rem;
	}
	.acce_model_spec {
		margin-top: 2rem;
	}
	.acce_model_spec th,
	.acce_model_spec td {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.acce_model_content {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.acce_model_buy {
		width: 200px;
	}
	.acce_model_price {
		margin-top: 15px;
	}
	.acce_model_spec {
		width: 780px;
	}
	.acce_model_spec th {
		width: 120px;
	}
	.acce_model_spec td {
		width: 270px;
	}
}





/* ==================================================
	2021.06.21
================================================== */

@media screen and (min-width: 1024px) {
	.model_text .regular_price_text {
		padding-top: calc(1.3rem * 1.6);
	}
	.model_text .regular_price_text + .regular_price:empty {
		height: 0;
	}
}





/* ==================================================
	spec_modal (2021.09.13)
================================================== */

.model_slider_container .model_spec_title a::after,
.model_fixed_title .model_spec_list > li a::after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 13px;
	margin-left: 3px;
	background: url(images/icon_spec_info.png) no-repeat 0 50% / 13px;
}



/* ----------------------------------------
	modal
---------------------------------------- */

.spec_modal_content {
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90vw;
	max-height: 90%;
	background: #fff;
	border: 2px solid #aaa;
	z-index: 1000;
}
.spec_modal_content_inner {
	padding: 20px;
}
.spec_modal_content_inner > * + * {
	margin-top: 1em;
}
.spec_modal_content_inner dt {
	font-weight: bold;
}
.spec_modal_content_inner dt:nth-child(n+2) {
	margin-top: .8em;
}

@media screen and (min-width: 768px) {
	.spec_modal_content {
		width: auto;
		max-width: 90vw;
	}
	.spec_modal_content_inner {
		padding: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.spec_modal_content {
		max-width: 1000px;
	}
}



/* overlay -------------------- */

.spec_modal_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.75);
	z-index: 999;
}



/* close -------------------- */

.spec_modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}
.spec_modal_close::before,
.spec_modal_close::after {
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	width: 2px;
	height: 20px;
	background: #999;
}
.spec_modal_close::after {
	transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
	.spec_modal_close {
		width: 30px;
		height: 30px;
	}
	.spec_modal_close::before,
	.spec_modal_close::after {
		left: 14px;
		height: 30px;
	}
}





/* ==================================================
	bunkatsu (2022.11.4)
================================================== */

.d_model.bunkatsu .d_model_list_wrap {
	padding-bottom: 15px;
}
.d_model.bunkatsu .price.non_taxed .num {
	color: #000;
	font-size: inherit;
}
.d_model.bunkatsu .non_taxed_price {
	display: none;
}
.d_model.bunkatsu .regular_price_text_cam {
	order: 4;
}
.d_model.bunkatsu .regular_price_taxed {
	order: 5;
	margin: 0 0 0 .5em;
}


/* bunkatsu_notes -------------------- */

.bunkatsu_notes {
	padding: 0 10px 40px;
}

@media screen and (min-width: 768px) {
	.bunkatsu_notes {
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1024px) {
	.bunkatsu_notes {
		padding: 0 0 80px;
	}
}
