@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #8E0C24;
	--color-primary-shade: #f2f2f2;
	--color-primary-tint: #111;
	--color-secondary: #8E0C24;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #8E0C24;
	--header-color-primary: #111;
	/*--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #96C4D3;*/
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Shippori Mincho', serif;
	--font-family02: 'Noto Sans JP', sans-serif;
}

/*================================================
				　見出し
================================================*/

/*---------txtstyle10-----------*/

.post .txtstyle10 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	color: var(--color-font);
	line-height: 1.4;
	overflow-wrap: break-word;
	padding: 0 0 var(--rem20);
	margin: var(--rem42) auto var(--rem30);
	border: none;
	background: transparent;
}

.post .txtstyle10 .subtxt {
	display: block;
	font-size: var(--rem12);
	color: var(--color-primary);
	font-weight: 500;
	padding: 0;
	margin: 0 0 var(--rem14);
	border: none;
	background: transparent;
}

.post .txtstyle10::before {
	content: none;
}

.post .txtstyle10::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: var(--px80);
	border-bottom: 1px solid;
	content: "";
}

.post .concepttxt {
	font-size: 130%;
	line-height: 2em;
	letter-spacing: 0.5em;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.post .concepttxt {
		font-size: 105%;
	}
}




/*================================================
				　会社概要
================================================*/


@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.fw_contents .page_contents_inner {
		padding-top: var(--px10);
	}
}

/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}

.post table.table_style04,
.post table.table_style04 th,
.post table.table_style04 td {
	border: none;
}

table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}

table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}

table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}

table.table_style04 th,
table.table_style04 td {
	padding: 50px 30px;
}

table.table_style04 th {
	position: relative;
	z-index: 0;
}

table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}

table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}

table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

@media print,
screen and (max-width: 768px) {

	table.table_style04 th,
	table.table_style04 td {
		padding: 15px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}

	table.table_style04 th {
		width: 32%;
	}

	table.table_style04 td {
		width: 68%;
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}

.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}

.qa_list .qa_list_inner dt:after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}

@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}

@media only screen and (max-width: 768px) {

	.qa_list .qa_list_inner .q_desc,
	.qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}

	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}

	.qa_list .qa_list_inner .a_ico,
	.qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}

	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}

	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}

@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}

	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}

	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}




/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}

.post p {
	line-height: 1.8;
}

.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
	padding-top: var(--px100w);
}

@media print,
screen and (min-width: 1024px) {
	.sticky-header #header>.inner {
		background: var(--header-background);
	}
}

@media print,
screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background) !important;
	}
}

/*--FAQ-------------------------------------------*/
.page_contents_inner .qa_list_inner dt {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 1rem 0 0 0;
	padding: 0rem 1rem 0rem 0rem;
	color: var(--color-primary);
	font-weight: normal;
}

.page_contents_inner .qa_list_inner dd .ans_flex {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.page_contents_inner .qa_list_inner .a_ico,
.page_contents_inner .qa_list_inner .q_ico {
	width: 100%;
	max-width: 2em;
	padding: 1.5rem 0.5rem 0;
	font-family: var(--body-font-family);
	font-size: 115%;
	text-align: center;
	line-height: 1.3;
}

.page_contents_inner .qa_list_inner .q_desc,
.page_contents_inner .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	line-height: 1.7;
}

.page_contents_inner .qa_list_inner .q_desc {
	padding-bottom: 0.5rem;
}

.page_contents_inner .qa_list_inner .a_desc {
	line-height: 1.8;
	width: 100%;
}

.page_contents_inner .qa_list_inner dd {
	position: relative;
	padding: 0 0 0.5rem;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid #cccccc;
	border-top: 0;
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs {
	font-size: 85%;
}

.fm {
	font-size: 115%;
}

.fm2 {
	font-size: 130%;
}

.red {
	color: #FC0000;
}

.b {
	font-weight: bold;
}

.pick {
	color: var(--color-primary);
}

p.txt_ind {
	text-indent: -1em;
	margin-left: 1em;
}

p.nm {
	padding-bottom: 0;
}

/**/
.cen {
	text-align: center;
}

.lft {
	text-align: left;
}

.rit {
	text-align: right;
}

.pad_anchor {
	margin-top: -115px;
	padding-top: 115px;
}

/* 非表示用 */
@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.dsp_smt {
		display: none;
	}

	.cen_pc {
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.dsp_hp {
		display: none;
	}
}

/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		position: relative;
		height: auto;
	}

	body:not(.sticky-header) nav#mainNav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.5);
		z-index: 999;
	}

	body.home:not(.sticky-header) nav#mainNav {
		top: auto;
		bottom: 0;
	}

	/**/
	nav#mainNav {
		height: 80px;
	}

	nav#mainNav ul {
		justify-content: center;
	}

	nav#mainNav ul li a b {
		font-weight: normal;
	}

	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li a:active,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}

	nav#mainNav ul li li a:hover,
	nav#mainNav ul li li.current-menu-item a,
	nav#mainNav ul li li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover,
	nav#mainNav ul li.current-menu-ancestor li.current-menu-item a,
	nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
	#header .logo {
		width: 20%;
	}

	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1023px) {
	body.mobile {
		margin-top: 0;
	}

	body.mobile #breadcrumb {
		margin-top: 0;
	}

	.mobile #header {
		background: none;
		box-shadow: none;
	}

	nav#mainNav ul li a {
		background: rgba(255, 255, 255, 0.8) !important;
	}
}

/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px40);
}

#copyright {
	background: none;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide {
	position: relative;
}

.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}

.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_w2_sp.rev {
	flex-direction: row-reverse;
}

.box_w2_sp.vtop {
	align-items: flex-start;
}

.box_w2_sp.vcen {
	align-items: center;
}

.box_w2_sp.vbtm {
	align-items: flex-end;
}

.box_pad {
	padding: 20px;
	box-sizing: border-box;
}

.box_w2 .column2_50:not(.cen) {
	text-align: left;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	.bg_fix::before {
		background-attachment: fixed !important;
	}

	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box_w2.rev {
		flex-direction: row-reverse;
	}

	.box_w2.vtop {
		align-items: flex-start;
	}

	.box_w2.vcen {
		align-items: center;
	}

	.box_w2.vbtm {
		align-items: flex-end;
	}

	.box_pad {
		padding: 30px;
	}

	.box_w2 .column3_33 {
		width: 32%;
	}

	.box_w2 .column2_50 {
		width: 48.5%;
	}

	.box_w2 .column2_60 {
		width: 57%;
	}

	.box_w2 .column2_70 {
		width: 67%;
	}

	.box_w2 .column2_80 {
		width: 77%;
	}

	.box_w2 .w45 {
		width: 45%;
	}

	.box_w2 .w50 {
		width: 50%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	.box_pad {
		padding: 50px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll {
		overflow: auto;
		margin-bottom: 15px;
		white-space: nowrap;
	}

	.tbl_scroll table {
		margin-bottom: 0;
	}

	.tbl_scroll::-webkit-scrollbar {
		height: 5px;
	}

	.tbl_scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.tbl_scroll::-webkit-scrollbar-thumb {
		ackground: #BCBCBC;
	}

	.box_w2 .w45+.w50 {
		margin-top: 20px;
	}
}

/**/
.box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
	max-width: 100%;
}

/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}

.txt_link:hover {
	text-decoration: none;
}

/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.w600,
.w800,
.w900,
.w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}

.w800 {
	width: 800px;
}

.w900 {
	width: 900px;
}

.w1000 {
	width: 1000px;
}

/**/
.bg_gray::before {
	background: #f2f2f2;
}

.box_gray {
	background: #F9F9F9;
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b {
	display: block;
	color: var(--color-primary);
	font-size: 15px;
	font-weight: normal;
	font-family: var(--font-family02);
}

/**/
#top_concept h1 {
	font-size: var(--rem30);
}

#top_concept h1 img {
	width: 280px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_concept h1 img {
		width: 180px;
		margin-bottom: 40px;
	}
}

/**/
#top_contents::before {
	background: #f2f2f2;
}

#top_contents h1 {
	text-align: left;
}

#top_contents .box {
	background: #fff;
}

#top_contents .btn {
	text-align: right;
}

#top_contents .btn a {
	display: inline-block;
	width: 200px;
	padding-right: 30px;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_contents .photo {
		width: 50%;
		border-right: 1px solid #e4e4e4;
	}

	#top_contents .txt {
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_contents .txt {
		padding-bottom: 0;
	}
}

/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}

#front_bottom_content {
	padding-bottom: 550px;
}

#front_bottom_content::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 90vw;
	height: 450px;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top-img-footer.jpg) no-repeat center center / cover;
	content: "";
	z-index: -1;
}

#front-sectionPost h1::after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 10px auto 0;
	background: var(--color-primary);
	content: "";
}

#front-sectionPost .postlist .time {
	background: #111;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#front_bottom_content {
		padding-bottom: 220px;
	}

	#front_bottom_content::before {
		height: 150px;
	}
}

/*--------------------------------------------------
	ボタン
--------------------------------------------------*/
.post .linkBtn.btn_arow,
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 14px 0;
	padding-right: 60px;
	background: none;
	border-radius: 0;
	color: var(--color-primary);
	line-height: 1.4;
	text-align: left;
}

.post .linkBtn.btn_arow::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.3s ease-in-out;
	content: "";
}

.post .linkBtn.btn_arow::after,
#front-sectionPost .linkBtn::after {
	top: auto;
	right: 3px;
	bottom: -12px;
	width: 24px;
	height: 24px;
	margin: 0;
	border-bottom: none;
	border-color: var(--color-primary);
	transition: all 0.3s ease-in-out;
}

.post .linkBtn.btn_arow:hover::before,
#front-sectionPost .linkBtn:hover::before {
	right: -5px;
}

.post .linkBtn.btn_arow:hover::after,
#front-sectionPost .linkBtn:hover::after {
	right: -2px;
}

/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	z-index: -1;
}

#thumbImg::before,
header#h1Header::before {
	display: none;
}

#thumbImg,
header#h1Header {
	height: 200px;
	margin-top: 0 !important;
}

#thumbImg img,
header#h1Header img {
	left: auto;
	right: 0;
	transform: none;
}

@media only screen and (max-width: 768px) {

	/* タブレット以下用 */
	#thumbImg,
	header#h1Header {
		height: 120px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#thumbImg,
	header#h1Header {
		height: 80px;
	}

	#thumbImg img,
	header#h1Header img {
		transform: translateX(8%);
	}
}

/**/
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
	color: var(--color-font);
	font-weight: normal;
}

h1.title.first b {
	display: block;
	color: var(--color-primary);
	font-size: 15px;
	font-weight: normal;
	font-family: var(--font-family02);
}

/**/
.post h2.sub::after,
.post h2.ttl::after,
.post h2.noline::after {
	display: none;
}

.post h2 {
	font-size: var(--rem30);
}

.post h2::after {
	height: 2px;
}

.post h2.lft {
	text-align: left;
}

.post h2.sub b {
	display: block;
	color: var(--color-primary);
	font-size: 15px;
	font-weight: normal;
	font-family: var(--font-family02);
}

.post h2.ttl {
	color: var(--color-primary);
	font-size: var(--rem24);
	font-weight: normal;
	font-family: var(--font-family02);
}

.post h2.ttl::before {
	display: block;
	width: 1px;
	height: 70px;
	margin: 0 auto 10px;
	background: var(--color-primary);
	content: "";
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	.post h2.ttl::before {
		height: 50px;
	}
}

/**/
.post h3 {
	border-bottom: 1px solid var(--color-font);
	color: var(--color-primary);
	font-size: var(--rem24w);
}

.post h3.noline {
	padding: 0;
	border: none;
}

/*--------------------------------------------------
	商品情報
--------------------------------------------------*/
#products_link li {
	margin-bottom: 15px;
}

#products_link li .linkBtn {
	display: block;
	background: none;
	padding: 14px 0;
	padding-right: 20px;
	border-bottom: 1px solid var(--color-font);
	border-radius: 0;
	color: var(--color-primary);
	text-align: left;
}

#products_link li .linkBtn::after {
	right: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-color: var(--color-font);
	border-right: none;
	border-left: 1px solid var(--color-font);
	transition: all 0.3s ease-in-out;
}

#products_link li .linkBtn:hover {
	border-color: var(--color-primary);
}

#products_link li .linkBtn:hover::after {
	margin-top: 0;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#products_link ul {
		justify-content: center;
		column-gap: 2%;
	}

	#products_link li {
		width: 23.5%;
	}
}

/**/
#products_list li {
	margin-bottom: 30px;
}

#products_list li a {
	position: relative;
	display: block;
	height: 100%;
	background: #F9F9F9;
}

#products_list li a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	background: var(--color-primary);
	transition: all 0.3s ease-in-out;
	content: "";
}

#products_list li a:hover::before {
	width: 100%;
}

#products_list li a .photo {
	overflow: hidden;
	background: #fff;
	border-bottom: 10px solid #fff;
	aspect-ratio: 4 / 3;
}

#products_list li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}

#products_list li a:hover .photo img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#products_list li a .txt {
	padding: 20px;
}

#products_list li a .ttl {
	font-size: 115%;
	font-weight: bold;
}

#products_list li a .cat span {
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #838383;
	color: #838383;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#products_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}

	#products_list li {
		width: 32%;
		margin-bottom: 60px;
	}
}

/**/
#products_detail h1 {
	font-size: var(--rem24w);
	font-weight: bold;
	font-family: var(--font-family02);
	text-align: left;
}

#products_detail .box_gray p:not(:last-child) {
	margin-bottom: 0.8em;
}

#products_detail .cat,
#products_detail .mold {
	color: #838383;
}

#products_detail .cat span {
	display: inline-block;
	padding: 0 15px;
	border: 1px solid #838383;
}

#products_detail .qa_list .qa_list_inner dt {
	border: none;
	padding: 14px 0;
	padding-right: 30px;
	border-bottom: 1px solid var(--color-font);
	color: var(--color-primary);
	font-size: 120%;
}

#products_detail .qa_list .qa_list_inner dt::after {
	right: 10px;
}

#products_detail .qa_list .qa_list_inner dt.active::after {
	right: 2px;
}

#products_detail .qa_list .qa_list_inner dd {
	padding: 20px 0 0;
	border: none;
}

#products_detail .qa_list .ttl {
	font-size: 110%;
	font-weight: 500;
}

#products_detail .qa_list .in+.in {
	margin-top: 40px;
}

/**/
#products_detail .commitment dt {
	margin-bottom: 10px;
}

#products_detail .commitment dd {
	padding: 0;
}

#products_detail .commitment dd b {
	display: block;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: 500;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#products_detail .commitment {
		justify-content: flex-start;
		column-gap: 2%;
	}

	#products_detail .commitment dl {
		width: 32%;
	}
}

/**/
#photo_thumb {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

#photo_thumb li {
	width: 23.5%;
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#photo_thumb li {
		margin-top: 10px;
	}
}

/**/
#contact_box .btn {
	text-align: right;
}

#contact_box .btn p+p {
	margin-top: 10px;
}

#contact_box .btn a {
	width: 200px;
	padding-right: 30px;
}

/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}

.wpcf7-form .must_fn {
	float: none;
}

/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}

.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}

/*-------20241224-------*/
.item-link {
	margin-top: 20px;
}

.item-link a {
	background: #838383;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	width: 180px;
	line-height: 1.4;
	position: relative;
	transition: ease-in-out 0.3s;
}

.item-link a i {
	margin-right: 10px;
	border: 1px solid #fff;
	font-size: 16px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

.item-link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-100%, -50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.item-link a:hover {
	opacity: .6;
}