@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #3E8BB6;
	--color-primary-shade: #C33526;
	--color-primary-tint: #43914C;
	--color-secondary: #C33526;
	--color-table-border: #D1D1D1;
	--color-table-th: #3E8BB6;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #252524;
	--header-color-primary: #3E8BB6;
	--header-color-primary-shade: #C33526;
	--header-color-primary-tint: #43914C;
	/*------▼フッター設定▼------*/
	--footer-background: #3E8BB6;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 ul.header__contact {
		position: relative;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 20%;
		left: 0;
		display: block;
		height: 60%;
		border-left: 1px solid #999;
		content: "";
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		font-weight: 500;
	}
	#header a.head_btn.mail_btn {
		font-family: var(--font-family02);
	}
	#header a.head_btn.mail_btn:not(:hover) {
		background: var(--header-color-primary-shade);
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	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: #EDF9F8 !important;
	}
}
@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: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo a {
	display: inline-block;
	padding: 10px 15px;
	background: #fff;
}
#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_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 31%; }
	.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%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn.btn_red:not(:hover) {
	background: var(--color-primary-shade);
}
#content .linkBtn.btn_green {
	background: var(--color-primary-tint);
}
#content .linkBtn.btn_green:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.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; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_blue {
	background: #EDF9F8;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#top-about h1 {
	text-align: left;
}
#top-about .fm {
	font-size: var(--rem20w);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top-about .txt {
		width: 64%;
	}
	#top-about .photo {
		width: 36%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-about {
		position: relative;
	}
	#top-about .photo {
		position: absolute;
		top: 20px;
		right: 0;
		width: 32%;
	}
}
/**/
#top-service::before {
	background: #EDF9F8;
}
#top-service h1 {
	color: var(--color-primary-tint);
}
#top-service .box {
	background: #fff;
}
#top-service dl {
	padding: 20px;
}
#top-service dt {
	margin-bottom: 15px;
	color: var(--color-primary-tint);
	font-size: var(--rem24w);
	text-align: center;
}
#top-service dd {
	padding: 0;
}
#top-service dd .btn {
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top-service dl {
		padding: 30px;
	}
}
/**/
#top-products .bg_wide::before {
	background: var(--color-primary);
}
#top-products ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1.25%;
	row-gap: 30px;
}
#top-products ul li {
	width: 19%;
}
#top-products ul li a {
	display: block;
	color: #fff;
	font-size: var(--rem20);
	font-weight: bold;
	text-align: center;
}
#top-products ul li a .txt {
	line-height: 1.4;
}
#top-products ul li a .photo {
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top-products ul {
		column-gap: 2%;
	}
	#top-products ul li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-products ul {
		column-gap: 4%;
		row-gap: 20px;
	}
	#top-products ul li {
		width: 48%;
	}
}
/**/
#top-pickup::before {
	background: #F5F5F5;
}
/**/
#top-manufacturer::before {
	background: #EDF9F8;
}
#top-manufacturer h1 {
	color: var(--color-primary-tint);
}
#top-manufacturer ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 40px;
}
#top-manufacturer ul li {
	width: 22%;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top-manufacturer ul {
		column-gap: 3.5%;
	}
	#top-manufacturer ul li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top-manufacturer ul {
		row-gap: 15px;
	}
	#top-manufacturer ul li {
		width: 48%;
	}
}
/**/
.home .home_none {
	display: none;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h2 {
	color: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-primary);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint) !important;
	color: #fff !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 10px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-primary);
	line-height: 1.4;
}
/**/
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 b,
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem80);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
	letter-spacing: 0;
}
.post h2 b+span,
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem30);
	font-weight: normal;
	letter-spacing: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h2 b,
	.home .post h1 b,
	#front-sectionPost h1 span span:first-child {
		font-size: var(--rem60);
	}
	.post h2 b+span,
	.home .post h1 b+span,
	#front-sectionPost h1 span span:last-child {
		font-size: var(--rem20);
	}
}
/**/
.post h3 {
	padding-left: 0;
	font-size: var(--rem30w);
	font-weight: normal;
}
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	padding-left: 15px;
	border-left: 5px solid var(--color-primary);
	font-size: var(--rem24w);
}
/**/
.post h4 {
	color: var(--color-font);
	font-size: var(--rem20w);
}
.post h4.noline {
	padding: 0;
}
.post h4.noline::before {
	display: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/**/
#company-access .txt_link {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#company-access .txt_link i {
	margin-right: 0.5em;
}
#company-access .txt_link:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
	color: var(--color-font);
}
#history_tbl tr:nth-child(odd) {
	background: #EDF9F8;
}
#history_tbl th {
	width: 10%;
	white-space: normal;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#history_tbl th {
		padding-bottom: 0;
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ */
	#service-about .column3_33 {
		width: 48%;
	}
}
/*--------------------------------------------------
	無線機レンタル
--------------------------------------------------*/
#rental-merit h3 {
	color: var(--color-font);
	font-weight: bold;
}
#rental-merit dl {
}
#rental-merit dt {
	width: 200px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#rental-merit dd {
	padding: 0;
	font-size: var(--rem20);
	font-weight: bold;
	line-height: 1.6;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#rental-merit dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#rental-merit dl+dl {
		margin-top: 30px;
	}
}
/**/
#rental-rule dl {
	padding: 20px;
	background: #EDF9F8;
}
#rental-rule dt {
	margin-bottom: 15px;
	color: #B7E0BC;
	font-size: var(--rem60);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
}
#rental-rule dd {
	padding: 0;
	font-size: var(--rem20);
	font-weight: 500;
	line-height: 1.6;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#rental-rule dl {
		width: 32%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#rental-rule dl+dl {
		margin-top: 20px;
	}
}
/**/
#rental-flow {
	counter-reset: number;
}
#rental-flow dl {
	position: relative;
	padding: 15px 0 60px 130px;
}
#rental-flow dl:last-child {
	padding-bottom: 0;
}
#rental-flow dl:not(:last-child)::before {
	position: absolute;
	top: 0;
	left: 22px;
	display: block;
	width: 16px;
	height: 100%;
	background: #DCDCDC;
	z-index: -1;
	content: "";
}
#rental-flow dl::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem28);
	font-weight: bold;
	font-family: var(--font-family02);
	text-align: center;
	counter-increment: number;
	content: "0" counter(number);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#rental-flow dt {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C3C3C3;
	font-size: var(--rem24w);
}
#rental-flow dt::before {
	position: absolute;
	top: 15px;
	left: -70px;
	display: block;
	width: 60px;
	border-bottom: 1px dashed #666;
	content: "";
}
#rental-flow dt b {
	display: inline-block;
	margin-right: 1em;
	font-size: var(--rem30);
	font-weight: bold;
	font-family: var(--font-family02);
}
#rental-flow dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#rental-flow dl {
		padding: 10px 0 40px 90px;
	}
	#rental-flow dl:not(:last-child)::before {
		left: 20px;
		width: 10px;
	}
	#rental-flow dl::after {
		width: 50px;
		height: 50px;
	}
	#rental-flow dt::before {
		left: -40px;
		width: 30px;
	}
	#rental-flow dt b {
		display: block;
		margin: 0 0 5px 0;
	}
}
/**/
#daibiki_tbl caption {
	padding: var(--rem14) var(--rem16);
	background: var(--color-primary);
	color: #fff;
	text-align: left;
}
#daibiki_tbl th {
	background: #EDF7FD;
	color: var(--color-font);
}
#daibiki_tbl td {
	width: 18%;
	text-align: center;
}
/**/
#bank_tbl caption {
	padding: var(--rem14) var(--rem16);
	background: var(--color-primary-tint);
	color: #fff;
	text-align: left;
}
#bank_tbl th {
	background: #EDF9F8;
	color: var(--color-font);
}
/**/
#cancel_tbl th {
	background: var(--color-primary-shade);
	color: #fff;
}
#cancel_tbl th,
#cancel_tbl td {
	text-align: center;
	vertical-align: middle;
}
/*--------------------------------------------------
	その他
--------------------------------------------------*/
.photo_line {
	border: 1px solid #E3E3E3;
}
#others-link li {
	margin-bottom: 15px;
}
#others-link li .linkBtn {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#others-link li {
		width: 23.5%;
	}
}
/*--------------------------------------------------
	製品情報
--------------------------------------------------*/
#maker_link::before {
	background: #EDF9F8;
}
#maker_link li a {
	height: 100%;
	background: #fff;
	color: var(--color-primary);
	font-size: var(--rem20w);
	aspect-ratio: 4 / 1.3;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#maker_link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#maker_link li a img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#maker_link ul {
		column-gap: 2%;
		row-gap: 20px;
		justify-content: flex-start;
	}
	#maker_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#maker_link ul {
		row-gap: 15px;
	}
	#maker_link li {
		width: 48%;
	}
}
/**/
#products_list li {
	margin-bottom: 30px;
}
#products_list li a {
	display: block;
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#products_list li a .photo {
	overflow: hidden;
	aspect-ratio: 8 / 5;
	background: #fff;
}
#products_list li a .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#products_list li a .txt {
	padding: 15px;
}
#products_list li a .ttl {
	font-size: var(--rem20w);
}
@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: var(--px50);
	}
}
/**/
#products_detail h1 {
	color: var(--color-font);
}
#products_detail h2 {
	position: relative;
	margin-bottom: var(--px30);
	padding: 0 0 0 20px;
	font-size: var(--rem24w);
	text-align: left;
}
#products_detail h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	margin: 0;
}
#products_detail .photo {
	width: 800px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	aspect-ratio: 8 / 5;
}
#products_detail .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
/*--------------------------------------------------
	製品情報（その他）
--------------------------------------------------*/
#others_link li a {
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#others_link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#others_link li a span {
	display: block;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#others_link ul {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 30px;
	}
	#others_link li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#others_link ul {
		row-gap: 20px;
	}
	#others_link li {
		width: 48%;
	}
	#others_link li a span {
		padding: 10px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.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;
}