@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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #ED6D00;
	--color-primary-shade: #000;
	--color-primary-tint: #333;
	--color-secondary: #ED6D00;
	--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: #111;
	--header-color-primary: #ED6D00;
	--header-color-primary-shade: #ED6D00;
	--header-color-primary-tint: #333;
	/*------▼フッター設定▼------*/
	--footer-background: #fff;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Ubuntu', '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) {
	.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 li:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a {
		position: relative;
	}
	nav#mainNav ul li a::after {
		position: absolute;
		left: 50%;
		bottom: 20px;
		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 a b {
		color: var(--header-color-font) !important;
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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.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:hover ul.sub-menu ul.sub-menu {
		left: -100%;
		transform: none;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	background: url(/wp-content/uploads/footer-bg.jpg.webp) no-repeat center center / cover;
}
#footer .inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}
#footer .footnav ul {
	column-gap: 30px;
}
#footer .footnav ul > li {
	padding: 0;
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul > li a::before {
	margin-right: 6px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
#copyright {
	background: none;
}
/**/
#footer_img img {
	width: 100%;
	vertical-align: bottom;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	padding: 15px 60px;
	background: var(--color-primary-tint);
	border-radius: 999px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#front-sectionPost h1 {
	color: var(--color-primary);
	text-align: left;
}
.home .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 110px;
	height: 2px;
	margin: 20px 0 0;
	background: var(--color-primary);
	content: "";
}
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem80);
	font-weight: 500;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24);
	font-weight: bold;
}
.home .post h2 {
	text-align: left;
	letter-spacing: 0;
}
.home .post h2::after {
	display: none;
}
.home .post h2 b {
	display: inline-block;
	padding: 4px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem14);
	font-weight: bold;
}
.home .post h2 b+span {
	display: block;
	font-size: var(--rem36);
	font-weight: bold;
}
/**/
#top_txt {
	position: relative;
	overflow: hidden;
	height: 0.6em;
	color: #EFEFEF;
	font-size: 14.5vw;
	font-weight: 500;
	font-family: var(--font-family02);
	white-space: nowrap;
	text-align: center;
}
#top_txt p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 0.6em;
}
/**/
#top_msg .txt {
	padding: 0 5%;
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center center / cover;
	color: #fff;
}
#top_msg .txt h1 {
	color: #fff;
	font-size: 110%;
	text-align: center;
}
#top_msg .txt h1::after {
	margin: 20px auto 0;
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .txt,
	#top_msg .photo01,
	#top_msg .photo02 {
		width: calc(100% / 3);
	}
	#top_msg .txt {
		order: 2;
	}
	#top_msg .photo01 {
		order: 1;
	}
	#top_msg .photo02 {
		order: 3;
	}
	#top_msg .photo01 img,
	#top_msg .photo02 img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .txt {
		width: 100%;
	}
	#top_msg .photo01,
	#top_msg .photo02 {
		width: 50%;
	}
}
/**/
#top_contents .ttl::before {
	background: url(/wp-content/uploads/top-contents-bg.jpg.webp) no-repeat center center / cover;
}
#top_contents .bg01::before {
	background: url(https://autobacs-pdz.com/wp-content/uploads/top-contents-bg01.jpg) no-repeat center center / cover;
}
#top_contents .bg02::before {
	background: url(/wp-content/uploads/c9b46d27dc3c6fa757c508e7920a3cf9.png) no-repeat center center / cover;
}
#top_contents .box {
	background: rgba(255,255,255,0.6);
	/* ぼかし */
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
#top_contents .txt {
	padding: 0 5%;
}
#top_contents .in {
	padding-left: 40px;
	border-left: 2px solid var(--color-primary);
}
#top_contents .linkBtn {
	padding-top: 10px;
	padding-bottom: 10px;
}
#top_contents .linkBtn:not(:hover) {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .photo {
		width: 50%;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_contents .txt {
		width: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .in {
		padding-left: 20px;
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_property h1 b {
		font-size: var(--rem40w);
	}
}
/**/
#top_contact::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#top_contact .txt {
	padding-left: 40px;
	border-left: 2px solid var(--color-primary);
}
#top_contact .linkBtn {
	background: var(--color-primary);
	font-size: var(--rem20w);
	font-weight: bold;
}
#top_contact .linkBtn i {
	margin-right: 10px;
}
#top_contact .linkBtn::after {
	display: none;
}
#top_contact .linkBtn:hover {
	background: var(--color-primary-tint);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contact .txt {
		margin-bottom: 30px;
		padding-left: 20px;
	}
}
#top_recruit .txt {
	padding: 0 5%;
	background: url(/wp-content/uploads/top-recruit-bg.jpg.webp) no-repeat center center / cover;
	color: #fff;
}
#top_recruit .txt h1 b,
#top_recruit .txt h1 b+span {
	color: #fff;
}
#top_recruit .txt h1::after {
	background: #fff;
}
#top_recruit .txt .linkBtn {
	background: #fff;
	color: var(--color-primary);
    font-weight: bold;
}
#top_recruit .txt .linkBtn::after {
	border-color: var(--color-primary);
}
#top_recruit .txt .linkBtn i {
	margin-right: 10px;
}
#top_recruit .txt .linkBtn:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
#top_recruit .txt .linkBtn:hover:after {
	border-color: #fff;
}

#top_recruit .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_recruit .txt {
		width: 50%;
		padding: 0 8%;
	}
	#top_recruit .photo {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header {
	background: #fff;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2 {
	color: var(--color-primary);
}
.post h2.noline::after {
	display: none;
}
.post h2 b {
	display: block;
	font-size: var(--rem40w);
	font-weight: 500;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.post h2 b+span {
	display: block;
	font-size: var(--rem18);
}
/**/
.post h3 {
	padding: 0 0 .4em;
	border-bottom-width: 2px;
	color: var(--color-primary);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#property_list li {
	margin-bottom: 40px;
}
#property_list li a {
	display: block;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out;
}
#property_list li a:hover {
	border: 1px solid var(--color-primary);
}
#property_list .photo {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #ACACAC;
	aspect-ratio: 4 / 3;
}
#property_list .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#property_list .ico {
	position: absolute;
	top: 10px;
	left: 10px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#property_list .ico span {
	display: block;
	padding: 1px 6px;
	background: var(--color-primary-shade);
	border: 1px solid var(--color-primary-shade);
	color: #fff;
	font-size: 75%;
}
#property_list .ico span.cat {
	background: #fff;
	border-color: var(--color-primary);
	color: var(--color-primary);
}
#property_list .ico span.label {
	background: #fff;
	color: var(--color-font);
}
#property_list .txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#property_list .ttl {
	width: 100%;
	font-weight: 500;
	margin-bottom: 10px;
}
#property_list dl {
	width: 100%;
}
#property_list dl.w2 {
	width: 50%;
}
#property_list dl.w2+dl.w2 {
	border-left: 1px dashed #ccc;
}
#property_list dl.w2 dd {
	font-size: 80%;
}
#property_list dt {
	padding: 0 10px;
	background: #F0F0F0;
	font-size: 75%;
	font-weight: normal;
}
#property_list dd {
	padding: 4px 10px 8px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
	}
	#property_list li {
		width: calc((100% / 3) - (61px * 2 / 3));
		margin-left: 30px;
		padding-left: 30px;
		border-left: 1px solid #DADADA;
		box-sizing: content-box;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#property_list li:nth-child(3n+1) {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#property_list li {
		width: calc((100% / 2) - (61px / 2));
	}
	#property_list li:nth-child(2n+1) {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
}
/**/
#property_detail h2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #666;
	color: var(--color-font);
	font-size: var(--rem24w);
	text-align: center;
}
#property_detail h2::after {
	display: none;
}
#property_detail h3 {
	position: relative;
	margin-left: 0;
	padding: 0 0 0 25px;
	border: none;
	color: var(--color-font);
	font-size: var(--rem20w);
	text-align: left;
}
#property_detail h3::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#property_detail .ttl {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
}
#property_detail .ttl dl+dl {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #BCBCBC;
}
#property_detail .ttl dt {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 15px;
	background: #F0F0F0;
	border-radius: 5px;
	font-weight: normal;
}
#property_detail .ttl dd {
	padding: 0;	
	font-size: var(--rem20w);
	font-weight: bold;
}
#property_detail .ttl .price dd {
	font-size: var(--rem30w);
}
#property_detail .ttl .ico {
	margin-left: auto;
	text-align: right;
}
#property_detail .ttl .ico span {
	padding: 5px 15px;
	border: 1px solid  var(--color-font);
}
#property_detail table th {
	text-align: center;
}
#property_detail .tbl_box {
	border-left: 1px solid var(--color-table-border);
	font-size: 93%;
}
#property_detail .tbl_box dl {
	position: relative;
	margin-bottom: -1px;
	border: 1px solid var(--color-table-border);
	border-left: none;
}
#property_detail .tbl_box dt,
#property_detail .tbl_box dd {
	padding: 15px;
	font-weight: normal;
}
#property_detail .tbl_box dt {
	background: var(--color-table-th);
	font-weight: 500;
	text-align: center;
}
#property_detail .tbl_box .price dd {
	color: #CC0033;
	font-weight: bold;
}
#property_detail .list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
#property_detail .list li {
	width: calc((100% / 7) - (15px * 6 / 7));
	padding: 8px;
	border: 1px solid #E6DBC8;
	border-radius: 5px;
	color: #E6DBC8;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
}
#property_detail .list li.on {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#property_detail .tbl_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .tbl_box dl {
		width: 50%;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail table th {
		width: 220px;
		vertical-align: middle;
	}
	#property_detail .tbl_box dl {
		display: flex;
		justify-content: space-between;
	}
	#property_detail .tbl_box dt {
		width: 220px;
		border-right: 1px solid var(--color-table-border);
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#property_detail .tbl_box dd {
		width: calc(100% - 200px);
		/* 縦方向中央揃え */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#property_detail .tbl_box dd p {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#property_detail .list li {
		width: calc((100% / 4) - (15px * 3 / 4));
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail .ttl {
		row-gap: 20px;
	}
	#property_detail .ttl dl:first-child {
		width: 100%;
	}
	#property_detail .ttl dl:nth-child(2) {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	#property_detail .tbl_box dt,
	#property_detail .tbl_box dd {
		padding: 10px;
	}
	#property_detail .tbl_box dt {
		border-bottom: 1px solid var(--color-table-border);
	}
	#property_detail .list li {
		width: calc((100% / 2) - (15px / 2));
	}
}
/**/
#property_detail #photo_main {
	aspect-ratio: 4 / 3;
}
#property_detail #photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_detail .photo ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#property_detail .photo ul li {
	width: calc((100% / 4) - (15px * 3 / 4));
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail #photo_main {
		width: 50%;
	}
	#property_detail #photo_thumb {
		width: 46%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail #photo_main {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.message{
	line-height:2;
}

.page-id-19 h2 {
    text-align: left;
}
.page-id-19 h2::after {
    margin: 0.6em 0;
}

span.indent-label {
    padding-left: 1em;
}

span.indent-label2 {
    padding-left: 2em;
}
.t_right{
	text-align:right;
}