@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=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #4D4D4D;
	--color-primary: #604C3F;
	--color-primary-shade: #F3EDE4;
	--color-primary-tint: #604C3F80;
	--color-secondary: #604C3F;
	--color-table-border: #AAAAAA;
	--color-table-th: #604C3F;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #4D4D4D;
	--header-color-primary: #604C3F;
	--header-color-primary-shade: #F3EDE4;
	--header-color-primary-tint: #604C3F80;
	/*------▼フッター設定▼------*/
	--footer-background: #604C3F;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Raleway', 'Noto Sans JP', sans-serif;
	--font-family03: 'La Belle Aurore', '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;
}
#toc_container {
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* クリアフィックス */
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { 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 {
		height: 100px;
	}
	#header ul.header__contact {
		padding: 15px;
		padding-right: 0;
	}
	#header ul.header__contact li {
		border-left: 1px solid #AEAEAE;
	}
	#header a.head_btn {
		background: none !important;
		color: var(--header-color-font);
		font-weight: normal;
		text-align: center;
	}
	#header a.head_btn::before {
		color: var(--header-color-primary);
		font-size: 20px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary);
		font-size: 24px;
		font-weight: 500;
	}
	#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: 12px;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn,
	#header .socialicon ul li a {
		width: 140px;
		padding: 0;
		color: var(--header-color-font);
		font-size: 15px;
		font-weight: normal;
		transition: all 0.3s ease-in-out;
	}
	#header a.head_btn.mail_btn:hover,
	#header .socialicon ul li a:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#header .socialicon ul {
		height: 100%;
		flex-direction: row-reverse;
	}
	#header .socialicon ul li {
		padding: 0;
	}
	#header .socialicon ul li:last-child {
		border-left: none;
	}
	#header .socialicon ul li a {
		height: 100%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#header .socialicon ul li i {
		font-size: 20px;
		margin-bottom: .1em;
	}
	#header .socialicon ul li i::before {
		color: var(--header-color-primary);
		font-size: 20px;
	}
	#header .socialicon ul li a:has(.fa-instagram)::after {
		content: "Instagram";
	}
	#header .socialicon ul li a:has(.fa-line)::after {
		content: "LINE";
	}
	/**/
	nav#mainNav ul li a {
		position: relative;
		padding-left: 18px;
		padding-right: 18px;
	}
	nav#mainNav ul li a::after {
		position: absolute;
		left: 50%;
		bottom: 25%;
		display: block;
		width: 0;
		height: 2px;
		background: var(--header-color-primary);
		content: "";
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 30px;
	}
	nav#mainNav ul li li a::after {
		display: none !important;
	}
	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: 1600px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn,
	#header .socialicon ul li a {
		width: 120px;
		font-size: 14px;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1024px){
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 21px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 10px;
	}
	#header a.head_btn.mail_btn,
	#header .socialicon ul li a {
		width: auto;
		padding: 0 12px;
		font-size: 13px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px120);
}
#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_w2_sp .column2_10 { width: 10%; }
.box_w2_sp .column2_90 { width: 86%; }
.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: var(--px60); }
	.w45 { width: 45%; }
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.w45 { margin-bottom: 20px; }
}
@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_sp .column2_10 { width: 20%; }
	.box_w2_sp .column2_90 { width: 75%; }
}
/**/
.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;
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
.post table.tbl_line th {
	color: var(--color-primary);
	font-weight: bold;
}
@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;
	padding: 15px var(--px80);
	border: 1px solid var(--color-primary);
	border-radius: 3px;
	line-height: 1.4;
}
#content .linkBtn.btn_white:not(:hover) {
	background: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#content .linkBtn.btn_white:not(:hover)::after {
	border-color: 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_beige,
.bg_beige::before {
	background: var(--color-primary-shade);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
/*
#mainImg {
	width: 100%;
	height: 100%;
	position: relative;
}
#mainImg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(/wp-content/uploads/slide-bg.jpg.webp) no-repeat center center / cover;
	width: 70%;
}
*/
/**/
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem20);
	font-weight: 500;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem48);
	font-weight: normal;
	font-family: var(--font-family02);
}
.home .post h2 {
	margin-bottom: var(--px30);
	padding-bottom: 50px;
	background: url(/wp-content/uploads/p.png.webp) no-repeat left bottom / auto 40px;
	font-size: var(--rem28);
	font-weight: 500;
	text-align: left;
}
.home .post h2::after {
	display: none;
}
/**/
#top_service .link li {
	margin-top: var(--px50);
}
#top_service .link li a {
	display: block;
	background: #fff;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: bold;
	letter-spacing: 0.1em;
}
#top_service .link li a .photo {
	overflow: hidden;
}
#top_service .link li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_service .link li a .txt {
	padding: 20px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_service .link li a .txt::after {
	width: 40px;
	height: 40px;
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_service .link li a .txt span {
	display: block;
	line-height: 1.3;
}
#top_service .link li a .txt b {
	display: block;
	font-weight: normal;
	font-family: var(--font-family03);
	line-height: 1;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .link {
		justify-content: center;
		column-gap: 3.5%;
	}
	#top_service .link li {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_service .link {
		column-gap: 4%;
	}
	#top_service .link li {
		width: 48%;
	}
}
/**/
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_works .txt {
		width: 46%;
	}
	#top_works .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_works .txt {
		margin-bottom: var(--px50);
	}
}
/**/
#top_contents {
	padding-top: 450px;
}
#top_contents::before {
	height: 450px;
	background: url(/wp-content/uploads/top-contents-bg.jpg.webp) no-repeat center center / cover;
}
#top_contents .txt {
	background: #fff;
	border: 1px solid var(--color-font);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents .flexbox {
		align-items: flex-start;
	}
	#top_contents .txt {
		position: relative;
		width: 50%;
		margin-top: var(--px80);
		margin-left: -10%;
	}
	#top_contents .rev .txt {
		margin-left: 0;
		margin-right: -10%;
	}
	#top_contents .photo {
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents {
		padding-top: 250px;
	}
	#top_contents::before {
		height: 250px;
	}
	#top_contents .photo {
		margin-right: 10%;
	}
	#top_contents .txt {
		position: relative;
		top: -50px;
		margin-left: 10%;
		margin-bottom: -50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents {
		padding-top: 150px;
	}
	#top_contents::before {
		height: 150px;
	}
}
/**/
#top_shop dl {
	position: relative;
	top: -50px;
	width: 80%;
	margin: 0 auto -50px;
	padding: 20px;
	background: #fff;
}
#top_shop dt {
	margin-bottom: 10px;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem28);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	column-gap: 15px;
}
#top_shop dt .fs {
	font-size: var(--rem14);
	font-weight: normal;
}
#top_shop dt span:not(.fs) {
	padding: 0 10px;
	background: #FF952C;
	border-radius: 3px;
	font-size: var(--rem16);
}
#top_shop dd {
	padding: 0;
}
#top_shop dd th {
	white-space: nowrap;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_shop .w50 {
		/* フレックス */
		display: flex;
		flex-direction: column;
	}
	#top_shop dl {
		height: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_shop dl {
		width: 90%;
	}
	#top_shop dt:has(.fs) {
		flex-wrap: wrap;
	}
}
/**/
#top_corporate::before {
	background: url(/wp-content/uploads/top-corporate-bg.jpg.webp) no-repeat center center / cover;
}
#top_corporate h1 b {
	color: #F3EDE4;
	font-size: var(--rem60);
	line-height: 1;
}
#top_corporate h1 span {
	font-size: var(--rem30);
}
#top_corporate .box {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_corporate .btn {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_corporate .btn li+li {
		margin-top: 15px;
	}
}
/**/
#contact_box {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box p {
	font-size: var(--rem18);
}
#contact_box dl {
	border: 1px solid var(--color-font);
}
#contact_box dt {
	margin-bottom: var(--px20);
	font-size: var(--rem20w);
	font-weight: 500;
	text-align: center;
}
#contact_box dd {
	padding: 0;
}
#contact_box dd li a,
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	border-radius: 5px;
	font-size: var(--rem20);
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box dd li a {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	color: #fff;
	gap: 8px;
}
#contact_box dd li a:hover {
	background: #fff;
	color: var(--color-primary);
}
#contact_box .btn {
	width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	width: 100%;
}
#contact_box .btn a {
	border: 1px solid var(--color-font);
	color: var(--color-font);
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a .fs {
	font-size: var(--rem14);
	font-weight: normal;
}
#contact_box .btn .tel a b {
	font-size: var(--rem28);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .corp a {
	gap: 8px;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: #fff;
	gap: 8px;
}
#contact_box .btn .mail a:hover {
	background: #fff;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box dd li {
		width: 32%;
	}
	#contact_box dd li a {
		min-height: 110px;
	}
	#contact_box .btn li {
		width: 32%;
	}
	#contact_box .btn a {
		min-height: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box dd li+li,
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
.post4b .time,
ul.post .time {
	padding: 0;
	background: none;
	color: var(--color-primary);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.post4b .time a,
ul.post .time a {
	display: inline-block;
	padding: 3px 10px;
	background: var(--color-primary);
	color: #fff;
}
p.time .ymd_in_list+.tag::before,
p.time a+.tag:before,
p.time .cat:before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#front-sectionPost {
		width: 100%;
	}
	#front-sectionPost .post4b li {
		width: 48%;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2.noline::after {
	display: none;
}
.post h2.h3 {
	font-size: var(--rem24w);
	text-align: left;
}
.post h2.h3::after {
	width: 100%;
	height: 1px;
	margin-top: 0.5em;
}
.post h2.fs {
	font-size: var(--rem24w);
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border-bottom-width: 1px;
}
.post h3 .fs {
	font-size: var(--rem16);
	font-weight: normal;
}
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	position: relative;
	padding: 0 0 0 35px;
}
.post h3.sub::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 22px;
	height: 6px;
	background: var(--color-primary);
	transform: translateY(-50%);
	content: "";
}
/**/
.post h4.noline {
	padding: 0;
}
.post h4.noline::before {
	display: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.list_link li {
	margin-bottom: 15px;
}
.list_link li .linkBtn {
	display: block;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.list_link {
		justify-content: center;
		column-gap: 2%;
		row-gap: 5px;
	}
	.list_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.list_link {
		column-gap: 4%;
	}
	.list_link li {
		width: 48%;
	}
}
/*--flow02--------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px50);
	background: #FBF7F2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: solid 1px var(--color-font);
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	margin-right: 15px;
	position: relative;
	border-radius: 10px;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	ul.flowlist02 > li {
		padding: 20px;
	}
}
/*--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 var(--color-font);
}
.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 {
	background: #fff;
	color: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid var(--color-font);
	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: var(--color-primary);
	color: #fff;
	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 var(--color-font);
}
.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 var(--color-font);
  border-bottom: 1px solid var(--color-font);
  -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 var(--color-font);
	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;
	}
}

/*--------------------------------------------------
	サービス
--------------------------------------------------*/
.service_case .box+.box {
	margin-top: var(--px80);
}
.service_case .box dl+dl dt {
	position: relative;
}
.service_case .box dl+dl dt::before {
	position: absolute;
	top: 50%;
	left: -65px;
	display: block;
	width: 40px;
	height: 48px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	content: "";
}
.service_case .box dd {
	padding: var(--px14) 0 0;
	font-size: var(--rem20);
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.service_case .box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.service_case .box dl {
		width: calc(50% - 50px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.service_case .box dd {
		padding-top: 6px;
	}
	.service_case .box dl+dl {
		margin-top: 50px;
	}
	.service_case .box dl+dl dt::before {
		top: -40px;
		left: 50%;
		height: 24px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transform: translateX(-50%);
	}
}
/**/
.service_point dl {
	padding: 20px;
	border: 1px solid var(--color-primary);
}
.service_point dt {
	margin-bottom: 10px;
	font-size: var(--rem18);
	text-align: center;
}
.service_point dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.service_point {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: var(--px50);
	}
	.service_point dl {
		width: 48%;
		padding: var(--px40);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.service_point dl+dl {
		margin-top: 20px;
	}
}
/**/
.service_merit dd {
	padding: 10px 0 0;
	font-size: var(--rem18);
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.service_merit {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: var(--px40);
	}
	.service_merit dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.service_merit dl+dl {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.map iframe {
	width: 100%;
}
/**/
#company_policy dl+dl {
	margin-top: var(--px40);
}
#company_policy dt {
	font-size: var(--rem24w);
	font-weight: 500;
}
#company_policy dt span {
	display: block;
	color: var(--color-primary);
	font-size: 85%;
	font-weight: normal;
	font-family: var(--font-family02);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#company_policy dd {
	padding: 15px 0 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#company_policy dl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#company_policy dt {
		width: 35%;
	}
	#company_policy dd {
		width: 65%;
	}
}
/**/
.company_photo ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.company_photo ul li {
	width: calc(50% - 5px);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.company_photo {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.company_photo .photo {
		width: 50%;
	}
	.company_photo .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	.company_photo ul {
		width: calc(50% - 20px);
		gap: 20px;
	}
	.company_photo ul li {
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.company_photo .photo {
		margin-bottom: 10px;
	}
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
	color: var(--color-font);
}
#history_tbl tr:nth-child(odd) {
	background: var(--color-primary-shade);
}
#history_tbl th {
	width: 15%;
	white-space: nowrap;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#history_tbl th {
		padding-bottom: 0;
	}
	#history_tbl td {
		padding-top: 0;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.marker {
	padding-bottom: 5px !important;
	box-shadow: 0 -16px 0 #EEEDED inset;
}
.post h2:has(.marker) {
	line-height: 1.6;
}
.txt_en {
	font-size: var(--rem20w);
	text-align: center;
	letter-spacing: 0.2em;
}
/**/
#recruit_entry dl {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid var(--color-primary);
}
#recruit_entry dt {
	margin-bottom: 10px;
	font-weight: 500;
	font-weight: normal;
}
#recruit_entry dd {
	padding: 0 0 0 1em;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_entry dl {
		padding: 30px;
	}
}
/**/
#partner_contact .btn a {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20);
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
#partner_contact .btn a b {
	display: block;
	font-size: var(--rem36);
	font-weight: bold;
}
#partner_contact .btn a b i {
	font-size: 80%;
	margin-right: 10px;
}
#partner_contact .btn a .fs {
	font-size: var(--rem14);
}
/*--------------------------------------------------
	スタッフ
--------------------------------------------------*/
#staffs_list li {
	margin-bottom: var(--px60);
}
#staffs_list li a {
	display: block;
}
#staffs_list li .photo {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	aspect-ratio: 4 / 3;
}
#staffs_list li .photo img {
	position: absolute;
	top: -16%;
	left: 0;
	z-index: 1;
}
#staffs_list li .photo img+img {
	z-index: 2;
	opacity: 0;
}
#staffs_list li a:hover .photo img {
	opacity: 1;
}
#staffs_list li .txt p {
	line-height: 1.4;
}
#staffs_list li .txt .ttl {
	margin-bottom: 8px;
	font-size: var(--rem20w);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#staffs_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#staffs_list li {
		width: 31%;
	}
}
/**/
#staffs_detail h2 {
	position: relative;
	padding-left: 15px;
	font-size: var(--rem30);
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
#staffs_detail h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	margin: 0;
}
#staffs_detail .tbl_line {
	border-top: 1px solid var(--color-table-border);
}
#staffs_detail .works a {
	display: block;
}
#staffs_detail .works figure {
	aspect-ratio: 3 / 2;
	background: #f5f5f5;
}
#staffs_detail .works figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#staffs_detail .works {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: var(--px60);
	}
	#staffs_detail .works .box {
		width: 48%;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#staffs_detail .photo {
		width: 35%;
	}
	#staffs_detail .txt {
		width: 60%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#staffs_detail .photo {
		width: 70%;
		margin: 0 auto 30px;
	}
	#staffs_detail .works .box+.box {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	法人のお客様へ
--------------------------------------------------*/
#corporation_about .w50 {
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	/* フレックス */
	display: flex;
	align-items: center;
	column-gap: var(--px40);
}
#corporation_about .w50 img {
	margin: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#corporation_about .w50 {
		padding: 20px;
	}
	#corporation_about .w50 img {
		width: 80px;
	}
}
/**/
#corporation_osusume {
	width: 840px;
	max-width: 100%;
	margin: 0 auto;
	padding: var(--px50);
	background: #fff;
	border: 1px solid #B2B2B2;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
}
#corporation_osusume ul {
	display: inline-block;
	text-align: left;
}
#corporation_osusume ul li {
	position: relative;
	padding-bottom: var(--px18);
	border-bottom: 1px solid #D7D7D7;
	padding-left: 1.5em;
	line-height: 1.6;
}
#corporation_osusume ul li+li {
	margin-top: var(--px18);
}
#corporation_osusume ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFA4A4;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
}
@media only screen and (max-width: 640px){ /* スマホ */
	#corporation_osusume {
		padding: 30px;
	}
}
/*--------------------------------------------------
	投稿一覧
--------------------------------------------------*/
.post4b .post4b_img a {
	display: block;
	aspect-ratio: 3 / 2;
}
.post4b .post4b_img a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
}
@media print, screen and (min-width: 800px) {
	.category .post4b {
		justify-content: flex-start;
		column-gap: 3.5%;
	}
	.category .post4b li {
		width: 31%;
	}
	.category .post4b li:nth-child(4n+3):last-child {
		margin-right: 0;
	}
}
/**/
.blog_single_post #toc_container {
	display: none;
}
.blog_single_post h5 {
	font-size: var(--rem18);
	font-weight: bold;
}
.blog_single_post a {
	text-decoration: underline;
}
.blog_single_post hr {
	margin: var(--px50) 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.blog_single_post table th {
	width: auto;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#content h1.blog_single_ttl {
		font-size: var(--rem30w);
	}
	.blog_single_post img.alignright {
		margin-left: 20px;
	}
	.blog_single_post img.alignleft {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#content h1.blog_single_ttl {
		font-size: var(--rem30);
		text-align: left;
	}
	.blog_single_post h2 {
		font-size: var(--rem30);
	}
	.blog_single_post h3 {
		font-size: var(--rem20w);
	}
}
/*--------------------------------------------------
	施工事例　一覧
--------------------------------------------------*/
#renovation_link li .linkBtn {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_link {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 20px;
	}
	#renovation_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#renovation_link li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#renovation_link {
		row-gap: 15px;
	}
	#renovation_link li {
		width: 48%;
	}
	#renovation_link li .linkBtn {
		padding-left: 10px;
		padding-right: 20px;
	}
	#renovation_link li .linkBtn::after {
		right: 10px;
	}
}
/*--------------------------------------------------
	施工事例　詳細
--------------------------------------------------*/
#renovation_detail h1 {
	position: relative;
	padding-left: 20px;
	border-left: 8px solid var(--color-primary);
	font-size: var(--rem30w);
	text-align: left;
}
#renovation_detail .cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	column-gap: 10px;
	font-weight: bold;
}
#renovation_detail .cat span:first-child {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid var(--color-primary);
	border-radius: 3px;
	color: var(--color-primary);
	font-size: 90%;
}
#renovation_detail .cat span::before {
	margin-right: 10px;
	content: "|";
}
#renovation_detail .cat span:not([class])::before {
	display: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_detail table th {
		width: 20%;
	}
	#renovation_detail table td {
		width: 30%;
	}
}
/**/
#photo_main {
	border: 1px solid #eee;
}
#photo_thumb ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
#photo_thumb li {
	width: calc(50% - 10px);
	border: 1px solid #eee;
}
#photo_thumb li a {
	display: block;
	aspect-ratio: 1 / 1;
}
#photo_thumb li a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_detail .photo {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#photo_main {
		width: 66%;
		aspect-ratio: 3 / 2;
	}
	#photo_main img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#photo_thumb {
		overflow: auto;
		width: 30%;
		height: 545px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_main {
		margin-bottom: 20px;
	}
}
/**/
#renovation_detail .kouji figure {
	border: 1px solid #eee;
	aspect-ratio: 3 / 2;
}
#renovation_detail .kouji figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#renovation_detail .kouji .box dl {
	position: relative;
	top: -20px;
	width: 90%;
	margin: 0 auto -20px;
	padding: 20px;
	background: #FBF7F2E6;
}
#renovation_detail .kouji .box dt {
	margin-bottom: 10px;
	font-size: var(--rem18);
}
#renovation_detail .kouji .box dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_detail .kouji {
		row-gap: var(--px60);
	}
	#renovation_detail .kouji .box {
		width: 48%;
	}
	#renovation_detail .kouji .box dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#renovation_detail .kouji .box+.box {
		margin-top: 30px;
	}
}
/**/
#renovation_detail .works dl {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
}
#renovation_detail .works dt {
	margin-bottom: 10px;
	font-size: var(--rem24w);
}
#renovation_detail .works dd {
	padding: 0;
}
#renovation_detail .works dd ul {
	display: flex;
	justify-content: center;
	column-gap: 60px;
}
#renovation_detail .works dd ul li {
	position: relative;
	width: calc(50% - 30px);
	font-weight: bold;
}
#renovation_detail .works dd ul li img {
	margin-bottom: 6px;
}
#renovation_detail .works dd ul li+li::before {
	position: absolute;
	top: 50%;
	left: -40px;
	display: block;
	width: 20px;
	height: 28px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_detail .works {
		row-gap: var(--px60);
	}
	#renovation_detail .works dl {
		width: 48%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#renovation_detail .works dl+dl {
		margin-top: 30px;
	}
	#renovation_detail .works dd ul {
		column-gap: 40px;
	}
	#renovation_detail .works dd ul li {
		width: calc(50% - 20px);
	}
	#renovation_detail .works dd ul li+li::before {
		left: -25px;
		width: 12px;
		height: 18px;
	}
}
/**/
#renovation_detail .voice dl {
	padding: 20px;
	background: #FBF7F2;
}
#renovation_detail .voice dl+dl {
	margin-top: var(--px40);
}
#renovation_detail .voice dt {
	margin-bottom: var(--px20);
	padding-bottom: 0.6em;
	border-bottom: 1px dashed var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem20w);
}
#renovation_detail .voice dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#renovation_detail .voice dl {
		padding: var(--px40);
	}
}
/**/
#renovation_detail .bg_area .bg_wide:nth-child(even)::before {
	display: none;
}
#renovation_detail .bg_area .voice.bg_wide:nth-child(odd) dl {
	background: #fff;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.wpcf7-form table td {
	vertical-align: middle;
}
/* ボタン */
.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;
}