@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=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suwannaphum:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #1650BE;
	--color-primary-shade: #FFCE2C;
	--color-primary-tint: #009DD7;
	--color-secondary: #009DD7;
	--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: #1650BE;
	--header-color-primary-shade: #FFCE2C;
	--header-color-primary-tint: #01BA03;
	/*------▼フッター設定▼------*/
	--footer-background: #DAF4FF;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Kaku Gothic New', sans-serif;
	--font-family02: 'Suwannaphum', 'Noto Sans JP', sans-serif;
	--font-family03: 'Inter', '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: 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;
	}
	.anchor_link::before {
		padding-top: 80px;
		margin-top: -80px;
	}
}
@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: 90px !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; }
/* 非表示用 */
@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 .logo img {
		max-width: 342px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn {
		text-align: center;
	}
	#header a.head_btn.tel_btn::before {
		width: 72px;
		height: 50px;
		margin: 0 10px 0 0;
		background: url(/wp-content/uploads/feedial.png.webp) no-repeat center center / contain;
		transition: all 0.3s ease-in-out;
		content: "";
	}
	#header a.head_btn.tel_btn {
		padding: 0 30px;
		background: var(--header-color-primary-shade);
		color: var(--header-color-primary);
		flex-direction: row;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 26px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 14px;
	}
	#header a.head_btn.mail_btn {
		padding: 0 24px;
		background: #01BA03;
		font-size: 14px;
	}
	#header a.head_btn.mail_btn::before {
		margin-bottom: 5px;
		font-size: 24px;
		content: "\f3c0";
	}
	#header a.head_btn.mail_btn:hover {
		background: #01E903;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-weight: bold;
	}
	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: 1500px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header ul.header__contact {
		margin-left: 10px;
	}
	#header a.head_btn.tel_btn::before {
		width: 60px;
		height: 42px;
	}
	#header a.head_btn.tel_btn {
		padding: 0 20px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header a.head_btn.tel_btn {
		padding: 0 15px;
	}
	#header a.head_btn.tel_btn::before {
		width: 50px;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: 12px;
	}
	#header a.head_btn.mail_btn {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding-left: 5%;
	padding-right: 5%;
}
#footer .footer__logo:not(:last-child) {
	margin-bottom: var(--px60);
}
#footer .footer__logo img {
	max-width: 342px; 
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .footnav:not(:last-child),
	#copyright {
		margin: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer {
		padding-bottom: 90px;
	}
	#footer .footer__logo img {
		max-width: 200px; 
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ */
	#follow__contact {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 9999;
	}
	#follow__contact ul {
		display: flex;
	}
	#follow__contact li {
		width: 100%;
	}
	#follow__contact li a {
		height: 100%;
		transition: all 0.3s ease-in-out;
		font-weight: bold;
		line-height: 1.4;
		white-space: nowrap;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#follow__contact li a:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	/*#follow__contact li a.tel_btn::before {
		width: 40px;
		height: 30px;
		margin: 0 10px 0 0;
		background: url(/wp-content/uploads/feedial.png.webp) no-repeat center center / contain;
		content: "";
	}*/
	#follow__contact li a.tel_btn {
        padding: 0 15px 5px;
		background: var(--header-color-primary-shade);
		color: var(--header-color-primary);
		flex-direction: row;
	}
	#follow__contact li a.tel_btn span:not(.note) {
        font-size: 8vw;
        text-align: center;
	}
	#follow__contact li a.tel_btn .note {
		font-size: 3vw;
	}
	#follow__contact li a.mail_btn,
	#follow__contact li a.line_btn {
		padding: 8px;
		color: #fff;
		font-size: 3vw;
		text-align: center;
		flex-direction: column;
	}
	#follow__contact li a.mail_btn::before,
	#follow__contact li a.line_btn::before {
		display: block;
		font-size: 20px;
		font-weight: 400;
		font-family: 'FontAwesome';
	}
	#follow__contact li a.mail_btn {
		background: var(--color-primary);
	}
	#follow__contact li a.line_btn {
		background: #01BA03;
	}
	#follow__contact li a.mail_btn::before {
		content: "\f0e0";
	}
	#follow__contact li a.line_btn::before {
		content: "\f3c0";
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	min-width: 260px;
	max-width: none;
	padding: 20px;
	background: var(--color-primary-shade);
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	color: var(--color-primary);
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
#content .linkBtn::after {
	width: auto;
	height: auto;
	margin: 0 0 0 1em;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: "\f0a9";
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
@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;
}
/**/
.post ul.chk li {
	position: relative;
	padding-left: 1.5em;
	font-weight: 500;
	line-height: 1.4;
}
.post ul.chk li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #555555;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
.post ul.chk li+li {
	margin-top: 8px;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-weight: 500;
	font-family: var(--font-family02);
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/bg01.jpg.webp) no-repeat center center / cover;
}
#top_about h1 {
	color: #fff;
}
#top_about h1::after {
	background: #fff;
}
#top_about h1 span {
	color: var(--color-primary-shade);
}
#top_about h1 b {
	position: relative;
	display: block;
	width: 345px;
	padding: 6px;
	margin: 0 auto 20px;
	background: var(--color-primary-shade);
	border-radius: 999px;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-family: var(--body-font-family);
	font-weight: bold;
}
#top_about h1 b::after {
	position: absolute;
	left: 50%;
	bottom: -14px;
	display: block;
	width: 30px;
	height: 15px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_about .about {
	row-gap: 20px;
}
#top_about .about dl {
	width: calc(20% - (10px * 4 / 5));
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
#top_about .about dt {
	margin-bottom: 15px;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: 900;
	text-align: center;
}
#top_about .about dd {
	padding: 0;
	font-size: 110%;
}
#top_about .about dd .photo {
	margin-bottom: 15px;
}
#top_about .about dd .chk li::before {
	color: var(--color-primary);
	font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_about .about dl {
		width: 48%;
		padding: 15px;
	}
}
/**/
#top_about .contact {
	margin: auto;
	padding: 0;
}
#top_about .contact li {
	position: relative;
	padding: 20px;
	background: #FFFED3;
	border-radius: 10px;
	color: var(--color-primary);
	font-size: var(--rem30);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_about .contact li+li::before {
	position: absolute;
	display: block;
	background: #FFFED3;
	content: "";
}
#top_about .contact li span b {
	font-size: var(--rem60);
	font-family: var(--font-family01);
}
#top_about .contact li a {
	color: var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#top_about .contact li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top_about .contact .tel a {
	display: block;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--color-primary);
	color: var(--color-primary);
}
#top_about .contact .tel b {
	display: block;
	font-size: var(--rem24w);
	font-family: var(--font-family02);
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
}
#top_about .contact .tel span {
	display: block;
	margin-bottom: 15px;
	padding: 3px;
	background: var(--color-primary-shade);
	color: var(--color-font);
	font-size: var(--rem18);
	font-weight: 500;
}
#top_about .contact .line a {
	font-size: var(--rem20w);
}
#top_about .contact .line i {
	margin-left: 15px;
	color: #01BA03;
	font-size: 40px;
	vertical-align: middle;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .contact li {
		width: calc((100% / 3) - 30px);
		padding: 30px;
	}
	#top_about .contact li+li::before {
		top: 50%;
		left: -30px;
		width: 20px;
		height: 40px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		transform: translateY(-50%);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about .contact li {
		padding: 15px;
	}
	#top_about .contact li+li {
		margin-top: 30px;
	}
	#top_about .contact li+li::before {
		top: -23px;
		left: 50%;
		width: 30px;
		height: 16px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		transform: translateX(-50%);
	}
	#top_about .contact .tel {
		margin-bottom: 10px;
	}
	#top_about .contact .tel b {
		font-size: var(--rem30w);
	}
}
/**/
#service-case {
	counter-reset: number;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 30px;
}
#service-case .box {
	padding: 15px;
	border: 2px solid var(--color-primary);
	border-radius: 15px;
}
#service-case .ttl {
	margin-bottom: 15px;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#service-case .ttl::before {
	display: block;
	font-size: var(--rem16);
	counter-increment: number;
	content: "CASE.0" counter(number);
}
#service-case .photo {
	overflow: hidden;
	margin-bottom: 15px;
	aspect-ratio: 5 / 3;
}
#service-case .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#service-case .chk {
	margin-bottom: 15px;
}
#service-case .price {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service-case .price dl {
	overflow: hidden;
	width: 48%;
	border-radius: 6px;
	text-align: center;
}
#service-case .price dt {
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20w);
}
#service-case .price dd {
	padding: 10px;
	background: #D9D9D9;
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: bold;
}
#service-case .price dd b {
	margin: 0 3px;
	font-size: var(--rem30w);
	font-weight: bold;
	font-family: var(--font-family03);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service-case .box {
		width: 32%;
		padding: 20px;
		/* 縦方向中央揃え */
		display: flex;
		flex-direction: column;
	}
	#service-case .price {
		margin-top: auto;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#service-case .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service-case .ttl {
		font-size: var(--rem30w);
	}
}
/**/
#top_voice .photo {
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
#top_voice .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_voice .ttl {
	font-size: var(--rem20w);
	font-weight: bold;
}
#top_voice .rank {
	font-size: var(--rem20w);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_voice .box {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_voice .box+.box {
		margin-top: 30px;
	}
}
/**/
.msg_box {
	background: #DAF4FF;
	border-radius: 15px;
	color: var(--color-primary);
	font-size: var(--rem30);
	font-family: var(--font-family01);
	font-weight: bold;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.msg_box {
		font-size: var(--rem28);
	}
}
/**/
.contact_box::before {
	background: var(--color-primary);
}
.contact_box {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.contact_box a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.contact_box a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.contact_box ul {
	margin-bottom: var(--px20);
}
.contact_box ul li {
	background: #FEFFD3;
	border-radius: 999px;
	color: var(--color-primary);
	font-size: var(--rem24w);
}
.contact_box p:not(:first-child) {
	margin-top: var(--px20);
}
.contact_box .tel a {
	display: inline-block;
	padding: 0 var(--px20) var(--px20);
	margin-bottom: var(--px30);
	border-bottom: 5px solid #fff;
}
.contact_box .tel a span {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 15px;
	background: #F00000;
	font-size: var(--rem24);
	vertical-align: middle;
}
.contact_box .tel a b {
	font-size: 50px;
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1;
	vertical-align: middle;
}
.contact_box .area {
	font-size: var(--rem28);
}
.contact_box .line a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 20px;
	background: #01BA03;
	border-radius: 8px;
	font-size: var(--rem20w);
	text-align: left;
}
.contact_box .line i {
	margin-right: 20px;
	font-size: 60px;
	vertical-align: middle;
}
.contact_box .line a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.contact_box .line a::after,
.contact_box .mail a::after {
	margin-left: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0a9';
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.contact_box ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact_box ul li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.contact_box ul li+li {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.contact_box .tel a {
		padding-bottom: 10px;
		border-width: 3px;
	}
	.contact_box .tel a span {
		margin-right: 15px;
		padding: 5px 10px;
	}
	.contact_box .tel a b {
		font-size: var(--rem40w);
	}
	.contact_box .area {
		font-size: var(--rem28);
	}
	.contact_box .line a {
		padding: 12px;
	}
	.contact_box .line i:first-child {
		font-size: 40px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
.home .post h1,
#front-sectionPost h1 {
	font-size: var(--rem60);
}
.home .post h1::after,
#front-sectionPost h1::after {
	position: relative;
	visibility: visible;
	display: block;
	width: 80px;
	height: 6px;
	margin: 0.4em auto 0;
	background: var(--color-primary);
	content: '';
}
#front-sectionPost .postlist li {
	position: relative;
	border-color: var(--color-font);
}
#front-sectionPost .postlist .post_text::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: "\f0a9";
	transform: translateY(-50%);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#thumbImg::before, header#h1Header::before {
	display: none;
}
*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-primary);
	line-height: 1.4;
	letter-spacing: 0;
}
/**/
.post h2 {
	font-size: var(--rem60);
}
.post h2::after {
	width: 80px;
	height: 6px;
	margin-top: 0.4em;
}
.post h2 span {
	color: var(--color-primary-tint);
}
.post h2.noline::after {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.home .post h1,
	#front-sectionPost h1,
	.post h2 {
		font-size: var(--rem48);
	}
	.home .post h1::after,
	#front-sectionPost h1::after,
	.post h2::after {
		width: 60px;
		height: 4px;
	}
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	料金案内
--------------------------------------------------*/
#price .bg_wide::before {
	background: url(/wp-content/uploads/bg02.jpg.webp) no-repeat center center / cover;
}
#price h3 {
	padding: 10px;
	background: var(--color-primary);
	border-radius: 15px 15px 0 0;
	border: none;
	color: #fff;
	font-size: var(--rem40);
	text-align: center;
}
#price .msg {
	color: var(--color-primary);
	font-size: var(--rem36);
	font-weight: bold;
}
#price .msg i {
	margin-right: 8px;
}
#price .txt {
	color: var(--color-primary);
	font-size: var(--rem30);
	font-weight: bold;
}
#price .tbl dl {
	background: #fff;
	font-size: var(--rem18);
	font-weight: 500;
}
#price .tbl dl+dl {
	margin-top: 6px;
}
#price .tbl dt {
	padding: 20px;
	font-weight: 500;
}
#price .tbl dd {
	padding: 20px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
}
#price .tbl dd b {
	font-size: var(--rem24w);
	font-weight: 900;
}
#price .tbl_accordion > p {
	position: relative;
	margin-top: var(--px20);
	margin-bottom: var(--px20);
	padding-right: 30px;
	color: var(--color-primary);
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: right;
}
#price .tbl_accordion > p::after {
  content: '';
  position: absolute;
  top: 36%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#price .tbl_accordion > p.active::after {
  top: 32%;
  right: 0;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
#price .tbl_accordion .in {
	display: none;
}
/**/
#price ul.price_zoro {
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
#price ul.price_zoro li {
	padding: 10px 20px;
	background: #FFFED3;
	border: 3px solid var(--color-primary);
	border-radius: 12px;
	color: var(--color-primary);
	font-size: var(--rem24);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#price ul.price_zoro li b {
	font-size: var(--rem36);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#price .tbl dl {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#price .tbl dt {
		width: 65%;
	}
	#price .tbl dd {
		width: 35%;
	}
	#price .tbl.tbl_accordion dt {
		width: 55%;
	}
	#price .tbl.tbl_accordion dd {
		width: 45%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#price .tbl dt {
		width: 50%;
	}
	#price .tbl dd {
		width: 50%;
	}
	#price .tbl.tbl_accordion dt {
		width: 50%;
	}
	#price .tbl.tbl_accordion dd {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#price .msg {
		font-size: var(--rem30);
	}
	#price .txt {
		font-size: var(--rem28);
	}
	#price .tbl dt,
	#price .tbl dd {
		padding: 10px;
		text-align: center;
	}
	#price ul.price_zoro {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 15px;
	}
	#price ul.price_zoro li {
		width: 48%;
		padding: 6px 15px;
	}
	#price ul.price_zoro li:last-child {
		width: 100%;
	}
}
/**/
.post dl.first_limit {
	width: 680px;
	max-width: 100%;
	margin: auto;
	color: #fff;
	font-size: var(--rem24w);
	font-weight: 900;
	/* フレックス */
	display: flex;
	align-items: center;
}
.post dl.first_limit dt {
	position: relative;
	width: 120px;
	height: 120px;
	background: #B50000;
	border-radius: 50%;
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.post dl.first_limit dd {
	position: relative;
	margin-left: -40px;
	width: calc(100% - 80px);
	padding: 20px 60px 20px 50px;
	background: #F00000 url(/wp-content/uploads/first_limit.png.webp) no-repeat right bottom / auto 100%;
	border-radius: 8px;
	color: #fff;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post dl.first_limit dt {
		width: 80px;
		height: 80px;
	}
	.post dl.first_limit dd {
		width: calc(100% - 40px);
		padding: 12px 20px 12px 50px;
		background-size: auto 40px;
	}
}
/*--------------------------------------------------
	私たちが選ばれる理由
--------------------------------------------------*/
#maker h3 {
	padding: 10px;
	background: var(--color-primary);
	border: none;
	color: #fff;
	font-size: var(--rem40);
	text-align: center;
}
/**/
#top_choosing .box {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 15px;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_choosing .box+.box {
	margin-top: 10px;
}
#top_choosing .no {
	width: 100px;
	height: 100px;
	margin: 15px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem40);
	font-weight: 800;
	font-family: var(--font-family01);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_choosing dl {
	width: calc(100% - 340px);
}
#top_choosing dt {
	position: relative;
	margin-bottom: 15px;
	padding-left: 1.5em;
	font-size: var(--rem30);
	font-weight: 900;
}
#top_choosing dt::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: var(--rem40);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: '\f164';
}
#top_choosing dd {
	padding: 0;
}
#top_choosing .photo {
	width: 190px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_choosing::before,
	#top_choosing::after {
		height: 50px;
	}
	#top_choosing h2 {
		font-size: var(--rem42);
	}
	#top_choosing .box {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#top_choosing .no {
		width: 50px;
		height: 50px;
	}
	#top_choosing dl {
		width: calc(100% - 80px);
		padding: 20px 15px 15px 0;
	}
	#top_choosing .photo {
		width: 100%;
		height: 120px;
	}
	#top_choosing .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/*--------------------------------------------------
	対応エリア
--------------------------------------------------*/
#area .bg_wide::before {
	background: url(/wp-content/uploads/bg01.jpg.webp) no-repeat center center / cover;
}
#area h2,
#area .msg {
	color: #fff;
}
#area h2::after {
	background: #fff;
}
#area .msg {
	font-size: var(--rem36);
	line-height: 1.6;
}
#area .qa_list dt::before {
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f3c5';
}
#area .qa_list dd {
	padding-left: 0;
}
#area .qa_list dd::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#area .msg {
		font-size: var(--rem28);
	}
}
/*--------------------------------------------------
	修理の流れ
--------------------------------------------------*/
#flow::before {
	background: url(/wp-content/uploads/top-flow-bg.jpg.webp) no-repeat center center / cover;
}
#flow h2,
#flow .msg {
	color: #fff;
}
#flow h2::after {
	background: #fff;
}
#flow .msg {
	font-size: var(--rem36);
	line-height: 1.6;
}
#flow dl {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#flow dl+dl {
	position: relative;
	margin-top: 50px;
}
#flow dl+dl::before {
	position: absolute;
	top: -40px;
	left: 50%;
	display: block;
	width: 80px;
	height: 30px;
	background: #FDD108;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#flow dt {
	position: relative;
	background: #DAF4FF;
	color: var(--color-primary);
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
}
#flow dt b {
	width: 120px;
	background: #82C1EA;
	color: #fff;
	font-size: var(--rem40w);
	font-weight: 900;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow dt span {
	width: calc(100% - 120px);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow dd {
	padding: 20px;
	background: #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#flow dl {
		display: flex;
		column-gap: 10px;
	}
	#flow dt {
		width: 40%;
	}
	#flow dd {
		width: 60%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#flow dt b {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow .msg {
		font-size: var(--rem28);
	}
	#flow dt b {
		width: 70px;
	}
	#flow dt span {
		width: calc(100% - 70px);
	}
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
#faq .bg_wide::before {
	background: url(/wp-content/uploads/bg02.jpg.webp) no-repeat center center / cover;
}
/**/
.qa_list dl {
	padding: 30px;
	background: #fff;
	border: 3px solid var(--color-primary);
	border-radius: 15px;
}
.qa_list dl+dl {
	margin-top: 15px;
}
.qa_list .qa_list_inner dt {
	position: relative;
	padding: 0 40px 0 45px;
	font-size: var(--rem20w);
	cursor: pointer;
}
.qa_list .qa_list_inner dt::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: var(--rem40);
	font-family: var(--font-family01);
	font-weight: 900;
	content: "Q";
}
.qa_list .qa_list_inner dt:after {
  position: absolute;
  top: 50%;
  right: 0;
	display: block;
	transform: translateY(-50%);
	color: #666;
	font-size: 30px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f358';
}
.qa_list .qa_list_inner dt.active:after {
	content: '\f35b';
}
.qa_list .qa_list_inner dd  {
	display: none;
	position: relative;
	margin-top: 25px;
	padding: 15px 0 0 45px;
	border-top: 1px dotted #999;
}
.qa_list .qa_list_inner dd::before {
	position: absolute;
	top: 15px;
	left: 0;
	color: #FF0000;
	font-size: var(--rem40);
	font-family: var(--font-family01);
	font-weight: 900;
	content: "A";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.qa_list dl {
		padding: 15px;
	}
	.qa_list .qa_list_inner dt {
		padding: 0 30px;
	}
	.qa_list .qa_list_inner dt:after {
		font-size: 22px;
	}
	.qa_list .qa_list_inner dd  {
		padding-left: 30px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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"] {
	width: 100%;
	padding: 15px 35px;
}
.post form.wpcf7-form .linkBtn:not(:hover) input[type="submit"] {
	color: var(--color-primary);
}

/**/
@media print, screen and (min-width: 641px){ /* PC用 */
	#price .tbl dl {
		display: flex;
		justify-content: space-between;
		align-items: center; 
	}
}