@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=Oswald:wght@200;300;400;500;600;700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #000;
	--color-primary: #C02D2B;
	--color-primary-shade: #F6F6F6;
	--color-primary-tint: #DA5C5A;
	--color-secondary: #C02D2B;
	--color-table-border: #DDD;
	--color-table-th: #F6F6F6;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #000;
	--header-color-primary: #C02D2B;
	--header-color-primary-shade: #F6F6F6;
	--header-color-primary-tint: #DA5C5A;
	/*------▼フッター設定▼------*/
	--footer-background: #F6F6F6;
	--footer-color-font: #000;
	--footer-color-primary: #000;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', '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;
}
.youtubeArea {
	background: #f5f5f5;
}
@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 #AEAEAE;
		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) {
		color: var(--header-color-primary);
		font-size: 22px;
		font-family: var(--font-family02);
	}
	#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;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 5px;
		font-weight: 600;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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: 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%;
}
/**/
#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;
	}
}
/**/
.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: var(--color-primary-shade);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: bold;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem20);
	font-weight: 600;
}
.home .home_none {
	display: none;
}
.post .top_txt {
	font-size: var(--rem36);
	font-weight: 500;
	line-height: 1.5;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .top_txt {
		font-size: var(--rem30);
	}
}
/**/
#top_msg .txt {
	padding: 0 5%;
	background: var(--color-primary);
}
#top_msg .txt,
#top_msg .txt h1,
#top_msg .txt h1 b {
	color: #fff;
}
#top_msg .txt h1 {
	text-align: left;
}
#top_msg .txt .linkBtn:not(:hover) {
	background: #fff;
	color: var(--color-primary);
}
#top_msg .txt .linkBtn:not(:hover)::after {
	border-color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .photo {
		width: 60%;
		margin-bottom: 60px;
	}
	#top_msg .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_msg .txt {
		position: relative;
		width: 50%;
		margin-top: 60px;
		margin-right: -10%;
	}
	#top_msg .btn {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_service h1 {
	text-align: left;
}
#top_service .top_txt {
	font-size: var(--rem30);
}
/**/
#top_contents::before {
	top: auto;
	bottom: 0;
	height: 50%;
	background: var(--color-primary-shade);
}
#top_contents li a {
	position: relative;
	display: block;
}
#top_contents li a dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_contents li a dt {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(/wp-content/uploads/p.png.webp) no-repeat right center / auto 36px;
	border-bottom: 1px solid #fff;
	font-size: var(--rem20w);
}
#top_contents li a dd {
	padding: 0;
	font-size: 95%;
	line-height: 1.7;
}
#top_contents li a .photo {
	overflow: hidden;
}
#top_contents li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents li {
		width: 32%;
	}
	#top_contents li a dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_contents li a .photo {
		height: 240px;
	}
	#top_contents li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents li+li {
		margin-top: 15px;
	}
	#top_contents li a dt {
		font-size: var(--rem24w);
	}
}
/**/
#top_recruit::before {
	height: calc(100% - 200px);
	background: var(--color-primary);
}
#top_recruit h1,
#top_recruit h1 b,
#top_recruit .txt {
	color: #fff;
}
#top_recruit dt b {
	display: block;
}
#top_recruit dd {
	padding: 0;
}
#top_recruit li a {
	display: block;
}
#top_recruit li a dt {
	margin: 15px auto 10px;
	font-size: var(--rem20w);
	font-weight: 600;
	text-align: center;
}
#top_recruit li a dd {
	padding: 0;
}
#top_recruit li a .photo {
	overflow: hidden;
}
#top_recruit li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_recruit::before {
		height: 500px;
	}
	#top_recruit li+li {
		margin-top: 30px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center center / cover;
}
#contact_box .box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
	background: rgba(255,255,255,0.85);
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-font);
	line-height: 1.6;
	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 {
	color: var(--color-primary);
	font-size: 160%;
	font-family: var(--font-family02);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .tel a:hover b {
	color: #fff;
}
#contact_box .btn .tel a:hover,
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background: #fff;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	opacity: 0.3;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem30);
}
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem48w);
	font-weight: bold;
	font-family: var(--font-family02);
}
.post h2 b+span {
	display: block;
	font-size: var(--rem18);
	font-weight: 600;
}
/**/
.post h3 {
	padding: 0 0 0 15px;
	border: none;
	border-left: 10px solid var(--color-primary);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
@media print, screen and (min-width: 641px){ /* PC用 */
	.service_mv02 {
		width: 225px;
		margin: auto;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	vertical-align: middle;
}
/**/
#philosophy_msg h2 img {
	display: block;
	width: 100px;
	margin: 0 auto 20px;
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
}
#history_tbl tr:nth-child(odd) {
	background: var(--color-primary-shade);
}
#history_tbl th {
	width: 15%;
	white-space: nowrap;
}
/*--------------------------------------------------
	パンフレットダウンロード
--------------------------------------------------*/
#pamphlet_list .photo {
	overflow: hidden;
	aspect-ratio: 5 / 4;
	margin-bottom: 15px;
}
#pamphlet_list .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#pamphlet_list .ttl {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: var(--rem20w);
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#pamphlet_list .btn {
	padding-top: var(--rem20);
	text-align: right;
}
#pamphlet_list .btn a {
	display: inline-block;
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#pamphlet_list .btn a:hover {
	border-color: var(--color-font);
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#pamphlet_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
		row-gap: 60px;
	}
	#pamphlet_list .box {
		width: 31%;
		/* 縦方向中央揃え */
		display: flex;
		flex-direction: column;
	}
	#pamphlet_list .btn {
		margin-top: auto;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#pamphlet_list {
		column-gap: 4%;
	}
	#pamphlet_list .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#pamphlet_list .box+.box {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
	所有機械
--------------------------------------------------*/
#machine_list .photo {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 15px;
}
#machine_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#machine_list .ttl {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: var(--rem20w);
	white-space: nowrap;
	text-overflow: ellipsis;
}
#machine_list .btn {
	padding-top: var(--rem20);
	text-align: right;
}
#machine_list .btn a {
	display: inline-block;
	color: var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#machine_list .btn a:hover {
	border-color: var(--color-font);
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#machine_list .box_w2 {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: 60px;
	}
	#machine_list .box {
		width: 31%;
		/* 縦方向中央揃え */
		display: flex;
		flex-direction: column;
	}
	#machine_list .btn {
		margin-top: auto;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#machine_list .box_w2 {
		column-gap: 4%;
	}
	#machine_list .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#machine_list .box+.box {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.post ul.recruit_link li {
	margin-bottom: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.recruit_link {
		justify-content: center;
		column-gap: 2%;
		row-gap: 10px;
	}
	.post ul.recruit_link li {
		width: 23.5%;
	}
	.post ul.recruit_link li .linkBtn {
		display: block;
		padding: 15px 30px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.post ul.recruit_link {
		column-gap: 4%;
	}
	.post ul.recruit_link li {
		width: 48%;
	}
}
/**/
#recruit_feature .box h3 {
	margin-top: var(--px20);
	font-size: var(--rem20w);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_feature {
		row-gap: var(--px80);
	}
	#recruit_feature .box {
		width: 31%;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 641px){
	#recruit_feature .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_feature .box+.box {
		margin-top: 40px;
	}
}
/**/
.recruit_staff {
	background: var(--color-primary-shade);
	border-radius: 10px;
}
.recruit_staff .photo img {
	border-radius: 5px;
}
.recruit_staff dl {
	line-height: 1.6;
}
.recruit_staff dt {
	margin-bottom: 15px;
	color: var(--color-primary);
	font-weight: normal;
}
.recruit_staff dt span {
	display: block;
	color: var(--color-font);
	font-size: var(--rem24w);
	font-weight: 500;
}
.recruit_staff dd {
	padding: 0;
}
/**/
.post table.recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
/*--------------------------------------------------
	施工実績
--------------------------------------------------*/
#works_list li {
	position: relative;
	padding-bottom: 35px;
}
#works_list li .photo {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#works_list li .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_list li .ttl {
	margin: 12px 0 6px;
	font-size: var(--rem20w);
	font-weight: 500;
}
#works_list li .ico {
	margin-bottom: 6px;
}
#works_list li .ico span {
	display: inline-block;
	padding: 2px 8px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
}
#works_list li .btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
#works_list li .btn a {
	display: inline-block;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#works_list li .btn a:hover {
	border-color: var(--color-font);
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
		row-gap: var(--px80);
	}
	#works_list li {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#works_list {
		column-gap: 4%;
	}
	#works_list li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_list li+li {
		margin-top: 40px;
	}
}
/**/
#works_detail h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	text-align: left;
}
#works_detail h2 b {
	display: inline-block;
	padding: 3px 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem16);
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0;
}
#works_detail h2 b+span {
	font-size: var(--rem24w);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#works_detail h2 {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		column-gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_detail h2 b {
		margin-bottom: 6px;
	}
}
/**/
#works_detail #photo_main {
	aspect-ratio: 4 / 3;
}
#works_detail #photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_detail .photo ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#works_detail #photo_main {
		width: 50%;
	}
	#works_detail #photo_main img {
		object-position: top;
	}
	#works_detail #photo_thumb {
		width: 46%;
	}
	#works_detail .photo ul {
		gap: 15px;
	}
	#works_detail .photo ul li {
		width: calc(50% - (15px / 2));
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#works_detail .photo ul {
		margin-top: 15px;
		gap: 10px;
	}
	#works_detail .photo ul li {
		width: calc(25% - (30px / 4));
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}