@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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: #1785D1;
	--color-primary-shade: #09559D;
	--color-primary-tint: #2DA8FA;
	--color-secondary: #1486D2;
	--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: #444;
	--header-color-primary: #1785D1;
	--header-color-primary-shade: #F5F5F5;
	--header-color-primary-tint: #1785D1;
	/*------▼フッター設定▼------*/
	--footer-background: #F5F5F5;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--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);
	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) {
	nav#mainNav ul li a {
		background: var(--header-background) !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 .logo img {
		max-width: 218px;
	}
	#header {
		height: auto;
	}
	#header-layout {
		height: 80px;
	}
	#header_search {
		padding: 10px;
		background: #eee;
		text-align: right;
	}
	#header_search form {
		margin-left: calc(100% - 180px);
		background: #fff;
		border: 1px solid #ddd;
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#header_search input[type="text"] {
		width: 150px;
		height: 26px;
		border: none;
		margin: 0;
	}
	#header_search input[type="submit"] {
		overflow: hidden;
		width: 30px;
		height: 26px;
		margin: 0;
		background: url(/wp-content/uploads/ico_search.png.webp) no-repeat center center / auto 60%;
		border: none;
		text-indent: 999px;
		cursor: pointer;
	}
	/**/
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
		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: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
		background: linear-gradient(30deg, #0051BF, #2AA2E0, #0051BF);
		background-position: 0 0;
		background-size: 200% 100%;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a {
		padding-left: 18px;
		padding-right: 18px;
	}
	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: #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: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
#content, body:not(.home) #content.wide {
	padding: var(--px40w) 0 var(--px180);
	margin: 0 auto;
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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: #f5f5f5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_search {
		padding-top: 60px !important;
	}
	#top_search::before {
		background-position: left top;
		background-attachment: initial !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_search::before {
		background-size: 30% auto;
	}
}
/**/
#top_category ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 20px;
}
#top_category ul li {
	width: 48%;
}
#top_category ul li a {
	display: block;
	padding: 15px;
	border: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#top_category ul li a:hover {
	background: #f5f5f5;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_category ul {
		column-gap: 2%;
	}
	#top_category ul li {
		width: 23.5%;
	}
}
/**/
#top_pickup h2,
#top_news h2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	font-size: var(--rem24w);
	font-weight: 500;
	text-align: left;
}
/**/
#top_items h2 {
	padding: 6px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24w);
	font-weight: 500;
	text-align: center;
}
#top_items .linkBtn:not(:hover) {
	background: var(--color-primary-shade);
}
/**/
#top_contents li a {
	position: relative;
	display: block;
	padding: 25px;
	background: linear-gradient(to bottom, #2AA2E0, #0051BF, #2AA2E0);
	background-position: 0 0;
	background-size: 100% 200%;
	border-radius: 10px;
	color: #fff;
	font-size: 110%;
	transition: all 0.3s ease-in-out;
}
#top_contents li a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: var(--color-primary);
	font-size: 85%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_contents li a:hover {
	background-position: 0 100%;
}
#top_contents li a b {
	display: block;
	font-size: var(--rem36);
	font-family: var(--font-family02);
	line-height: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents li {
		width: 32%;
	}
	#top_contents li a {
		height: 100%;
		padding: 50px;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_contents li a {
		padding: 30px 50px 30px 20px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_contents li a::after {
		right: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents li+li {
		margin-top: 20px;
	}
}
/**/
@media screen and (min-width: 769px) {
	.items_main {
		width: calc(100% - 250px);
	}
	.items_navi {
		width: 250px;
	}
}
/**/
#navi_search input[type="submit"] {
	margin-top: 8px;
	padding: 4px 30px;
	background: var(--color-primary-shade);
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
#navi_search input[type="submit"]:hover {
	background: var(--color-primary);
}
/**/
#navi_category li {
	border-bottom: 1px solid #bbb;
	font-size: 95%;
}
#navi_category li a {
	position: relative;
	display: block;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	line-height: 1.5;
}
#navi_category li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	transition: all .3s;
}
#navi_category li a:hover {
	background: #f5f5f5;
}
@media only screen and (max-width: 768px) and (min-width: 641px){
	#navi_category ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#navi_category ul li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#navi_category ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3%;
	}
	#navi_category ul li {
		width: 48.5%;
		font-size: 90%;
	}
	#navi_category li a {
		padding-left: 10px;
	}
}
/**/
#contact_box {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
	border-radius: 30px;
	color: #fff;
}
#contact_box h2,
#contact_box h2 b {
	color: #fff;
}
#contact_box h2 b {
	font-size: 140%;
}
#contact_box h2 b+span {
	font-weight: normal;
	letter-spacing: 0;
}
#contact_box .btn a {
	height: 100%;
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a b {
	display: block;
	font-weight: 500;
}
#contact_box .btn .tel a b {
	font-size: var(--rem40w);
	font-family: var(--font-family02);
	line-height: 1;
}
#contact_box .btn .mail a {
	position: relative;
	padding: 25px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn .mail a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
	transform: translateY(-50%);
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#contact_box {
		padding-top: 80px;
		padding-bottom: 80px;
		border-radius: 50px;
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 40px;
	}
	#contact_box h2 {
		margin: 0 !important;
		text-align: left;
	}
	#contact_box .btn {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 40px;
	}
	#contact_box .btn .mail {
		width: 300px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#contact_box .btn .tel {
		margin-top: 15px;
		text-align: center;
	}
	#contact_box .btn .mail a {
		padding: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/news-bg.jpg.webp) no-repeat center center / cover;
	border-radius: 10vw 10vw 0 0;
	content: "";
	z-index: -1;
}
#front-sectionPost .postlist .time {
	border-radius: 999px;
}
.home .post2b {
	row-gap: 20px;
}
/*--------------------------------------------------
	ボタン
--------------------------------------------------*/
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
#content .linkBtn.btn_grd,
#front-sectionPost .linkBtn {
	background: linear-gradient(to right, #0051BF, #2AA2E0, #0051BF);
	background-position: 0 0;
	background-size: 200% 100%;
	border-radius: 999px;
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn.btn_grd:hover,
#front-sectionPost .linkBtn:hover {
	background-position: 100% 0;
}
#content .linkBtn.btn_grd::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 1.35em;
	display: block;
	width: 10px;
	border-bottom: 1px solid #fff;
	content: "";
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg, header#h1Header {
	height: 220px;
}
header#h1Header h1.title {
	font-weight: 600;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, h2.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
#front-sectionPost h2:first-child{
	margin-top: 0;
}
.post h1 b,
#front-sectionPost h1 span span:first-child,
#front-sectionPost h2 span span:first-child{
	display: block;
	color: var(--color-primary);
	font-size: 160%;
	font-weight: bold;
	font-family: var(--font-family02);
	letter-spacing: 0;
	line-height: 1;
}
.post h1 b+span,
#front-sectionPost h1 span span:last-child,
#front-sectionPost h2 span span:last-child{
	display: block;
	font-size: 14px;
}
#front-sectionPost h2.title{
	position: relative;
    margin: 0 auto var(--px60w) !important;
	font-size: var(--rem36);
    font-family: var(--font-family01);
    font-weight: 600;
    letter-spacing: .2rem;
    text-align: center;
    text-shadow: none;
    padding: 0;
    z-index: 20;
}
#front-sectionPost h2.title span{
	padding-left: 0;
}
/**/
.post h2.ttl_navi::after,
.post h2::after {
	display: none;
}
.post h2 b {
	display: block;
	color: var(--color-primary);
	font-size: 160%;
	font-weight: bold;
	font-family: var(--font-family02);
	letter-spacing: 0;
	line-height: 1;
}
.post h2 b+span {
	display: block;
	font-size: 14px;
}
.post h2.lft {
	font-size: var(--rem24w);
	text-align: left;
}
.post h2.ttl_navi {
	padding: 8px;
	background: var(--color-primary-shade);
	color: #fff;
	font-size: var(--rem18w);
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
}
.post .sub{
    margin: var(--px20) auto var(--px50);
}
/**/
.post h3 {
	padding-left: 0;
	border-bottom-width: 2px;
	font-weight: 500;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	ご利用ガイド
--------------------------------------------------*/
#guide_flow h3 {
	padding-left: 5px;
	border-bottom: 2px solid #ccc;
	color: var(--color-primary);
}
#guide_flow h3::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	background: var(--color-primary);
	content: "";
}
#guide_flow h3 b {
	display: inline-block;
	margin-right: 15px;
	font-size: 150%;
	font-family: var(--font-family02);
	line-height: 1;
}
#guide_flow .box {
	position: relative;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-radius: 20px;
}
#guide_flow .box+.box {
	margin-top: 40px;
}
#guide_flow .box+.box::before {
	position: absolute;
	top: -30px;
	left: 50%;
	display: block;
	width: 40px;
	height: 20px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#guide_flow .box {
		border-radius: 30px;
	}
	#guide_flow .photo {
		width: 30%;
	}
	#guide_flow .txt {
		width: 66%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#guide_flow .photo {
		width: 100px;
		margin: 0 auto 20px;
		aspect-ratio: 3 / 2;
	}
	#guide_flow .photo img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/*--------------------------------------------------
	選ばれる理由
--------------------------------------------------*/
/*
#reason_about::before {
	background: linear-gradient(to top, #0051BF, #2AA2E0);
	border-radius: 10vw 10vw 0 0;
}
#reason_about h2,
#reason_about h2 b,
#reason_about h2 b+span {
	color: #fff;
}
*/
#reason_about .box {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-radius: 20px;
}
#reason_about .box+.box {
	margin-top: 30px;
}
#reason_about .box h3 {
	font-size: var(--rem28);
}
#reason_about .box h3 span {
	display: block;
	margin-bottom: 20px;
	font-size: 50%;
	font-family: var(--font-family02);
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#reason_about .photo {
	aspect-ratio: 2 / 1;
}
#reason_about .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#reason_about .box {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#reason_about .box {
		border-radius: 30px;
	}
	#reason_about .txt {
		width: 56%;
	}
	#reason_about .photo {
		width: 40%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#reason_about .photo {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	商品案内
--------------------------------------------------*/
#service_box {
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}
#service_box h2 {
	margin: 0;
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: 120%;
}
#service_box dl {
	margin-bottom: 20px;
}
#service_box dt {
	font-weight: normal;
}
#service_box dd {
	padding: 0;
}
#service_box .btn input {
	display: block;
	width: 200px;
	margin: auto;
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
#service_box .btn input:hover {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_box dl {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#service_box dt {
		width: 160px;
	}
	#service_box dd {
		width: calc(100% - 160px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_box dt {
		margin-bottom: 6px;
	}
}
/**/
#items_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
#items_list li {
	position: relative;
	width: 48%;
	margin-bottom: 30px;
	padding: 8px;
	padding-bottom: 65px !important;
	border: 1px solid #ddd;
}
#items_list li .photo {
	margin-bottom: 15px;
	aspect-ratio: 4 / 3;
}
#items_list li .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#items_list li p{
	line-height: 1.4;
	font-size: 1.4rem;
}
#items_list li .btn {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#items_list li .btn a {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid var(--color-font);
	font-size: 70%;
}
#items_list li .btn a::after {
	margin-left: 1em;
	font-size: 90%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#items_list {
		column-gap: 2%;
	}
	#items_list li {
		width: 23.5%;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1240px) and (min-width: 641px){
	#items_list li {
		width: 32%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
	#items_list {
		column-gap: 4%;
	}
	#items_list li {
		width: 48%;
	}
}
/**/
#items_detail .ttl_box{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.post .date p{
	font-size: 90%;
	line-height: 1.4;
	text-align: right;
}
#cat-post .date{
	margin-bottom:var(--rem12);
}
#items_detail h1 {
	margin-bottom: 0;
	font-size: var(--rem24w);
	text-align: left;
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
#items_detail .photo ul {
	margin-top: 15px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.5%;
	row-gap: 10px;
}
#items_detail .photo ul li {
	width: 18%;
}
#items_detail .photo ul li a {
	display: block;
	aspect-ratio: 1 / 1;
}
#items_detail .photo ul li a img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#items_detail table th {
	white-space: nowrap;
}
@media print, screen and (max-width: 640px){
	#items_detail .ttl_box{
		flex-direction: column;
	}
	#items_detail .ttl,
	.post .date p{
		text-align: center;
	}
	#cat-post .date p,#content .date p{
		text-align: right;
	}
	#content .date{margin-bottom: var(--rem12);}
}
/**/
.post .wp-pagenavi {
	text-align: center;
}
.post .wp-pagenavi a,
.post .wp-pagenavi span {
	margin: 0 4px;
	padding: 2px 6px;
}
.post .wp-pagenavi span:not(.current) {
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.post .staff_profile{
	margin: 0 0 var(--rem60);
}
.post .staff_profile > h3{
	font-size: var(--px30w);
    font-weight: 700;
}
.post .staff_profile > h3 > span{
	display: block;
    font-size: var(--px16);
    font-weight: normal;
}
.post .staff_profile dl{
    display: flex;
    flex-wrap: wrap;
}
.post .staff_profile dl > dt,
.post .staff_profile dl > dd{
	padding: var(--rem12);
	border-bottom: 1px solid var(--color-table-border);
}
.post .staff_profile dl > dt{
	width: 20%;
}
.post .staff_profile dl > dd{
	width: 80%;
}
.post .status_box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.post .status_box .status_contents{
    text-align: center;
    border: 1px solid var(--color-table-border);
    padding: var(--rem40w) var(--rem20);
    border-radius: 1vh;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.2);
}
.post .status_box .status_contents > h3{
    border-bottom: transparent;
    margin: 0 0 var(--px20);
    padding: 0;
}
.post .status_box .status_contents > h3,
.post .status_box .status_contents p{
	font-size: var(--px40);
    font-weight: 700;
}
.post .status_box .status_contents p{
	line-height: 1.2;
}
.post .status_box .status_contents p span{
	font-size: var(--px100);
	font-weight: 900;
}
@media print, screen and (max-width: 640px){
	.post .staff_profile dl > dt{
	width: 40%;
	}
	.post .staff_profile dl > dd{
	width: 60%;
	}
	.post .status_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
/*#thumbImg, header#h1Header {
    display: none;
}*/

@media print, screen and (min-width: 1024px) {
    .sticky-header .site-header {
        position: static !important;
        transition: none;
    }
}
/*--------------------------------------------------
	404
--------------------------------------------------*/
#content .ttl_404 > span{
	font-size: var(--rem14);
	display: block;
}
#content .error-search-box{
	    text-align: center;
}
#content .error-page-list{
	margin: var(--rem42) 0 0;
}
#content .error-page-list h3{
	font-size: var(--rem20);
    text-align: center;
    margin: 0 0 var(--rem20);
}
#content .error-page-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
#content .error-page-list > ul > li{
	 background: #fff;
    border: 1px solid #333;
    border-radius: 1vh;
	    display: flex;
    align-items: center;
}
#content .error-page-list ul li a{
	padding: 10px;
    display: block;
}
#content #items_list > li{
	display: flex;
    flex-direction: column;
}
/*--------------------------------------------------
	Footer
--------------------------------------------------*/
#footer{
    background: var(--color-primary-shade);
	padding: 0;
}
#footer .footer_inner{
	padding: var(--px50) 0;
    color: #fff;
}
#footer .footer_copy{
    background: #fff;
	padding: var(--px20);
	display: flex;
	justify-content: space-between;
}
#footer .footer__logo:not(:last-child) {
    text-align: inherit;
    margin-bottom: 0;
}
#copyright{
	margin: 0;
}
/* */
#footer .footer_box{
    display: flex;
    gap: 20px;
}
#footer .footer_box > .large{
	flex: 2;
}
#footer .footer_box > .small{
	flex: 1;
}
#footer .footer_box > .footer_contents > h2{
    margin: 0 0 var(--rem20);
    font-size: var(--px20);
    font-weight: 700;
    padding: 0 0 .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#footer .footer_box > .large > ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#footer .footer_box > .footer_contents > ul li{
    padding: 0 0 .25rem;
}
#footer .footer_box > .footer_contents > ul li::before{
	content: "-";
	display: inline;
	padding-right: 10px;
}
#footer .footer_box > .footer_contents > ul li a{
	color: #fff;
	display: inline;
}
#footer .footer_company{
    margin: var(--px20) 0 0;
	text-align: left;
}
@media print, screen and (max-width: 640px) {
	#footer .footer_box{
		flex-direction: column;
	}
	#footer .footer_box > .footer_contents > ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	}
}


.mobile header#h1Header {
    padding-top: 0px;
    height: 120px;
}