@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #5ABDED;
	--color-primary-shade: #274AA1;
	--color-primary-tint: #ECF9FF;
	--color-secondary: #FF0000;
	--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: #5ABDED;
	--header-color-primary-shade: #274AA1;
	--header-color-primary-tint: #ECF9FF;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Noto Serif JP', 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: 100px;
		margin-top: -100px;
	}
}
@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; }
/* 非表示用 */
@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: 388px;
		max-height: 80px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary-shade);
		font-size: var(--rem28);
	}
	#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: var(--rem14);
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	border-bottom: 1px solid var(--color-table-border);
}
#footer .footer_about .address {
	margin-bottom: 0.5em;
}
#footer .footer_about .address span {
	display: inline-block;
	width: 6em;
}
#footer .footer_about a {
	color: var(--color-font);
}
#footer .footer_about a i {
	color: var(--color-primary-shade);
	margin-right: 8px;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footer__logo:not(:last-child),
	#footer .footer_about {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footer_about {
		margin-bottom: 30px;
	}
	#footer .footer_about .in {
		display: inline-block;
		text-align: left;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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: var(--px20) var(--px80);
	border-radius: 999px;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background: rgba(90,189,237,0.6);
}
@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; }
/**/
.bg_gray::before {
	background: url(/wp-content/uploads/bg.jpg.webp) repeat-y center center / 100% auto;
}
/**/
.fs30 {
	font-size: var(--rem30);
	font-weight: 500;
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 {
	color: var(--color-primary-shade);
	font-size: var(--rem40);
}
.home .post h1 span {
	display: block;
	color: var(--color-font);
	font-size: var(--rem20);
}
.home .post h1.lft {
	text-align: left;
}
/**/
#follow_btn {
	position: fixed;
	right: var(--px20);
	bottom: 70px;
	padding: 20px;
	background: #FFF459;
	border: 2px solid var(--color-primary-shade);
	border-radius: 10px;
	text-align: center;
	z-index: 9999;
}
#follow_btn dt {
	margin-bottom: 10px;
	color: var(--color-primary-shade);
	font-size: var(--rem30);
}
#follow_btn dd {
	padding: 0;
	font-weight: bold;
}
#follow_btn dd p+p {
	margin-top: 10px;
}
#follow_btn dd a {
	display: block;
	padding: 5px;
	background: var(--color-primary-shade);
	border-radius: 999px;
	color: #fff;
	font-size: var(--rem20);
	transition: all 0.3s ease-in-out;
}
#follow_btn dd a i {
	margin-right: 8px;
}
#follow_btn dd a:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#follow_btn {
		display: none;
	}
}
/**/
#top_case .box_w2_sp {
	row-gap: var(--px50);
}
#top_case dl {
	width: 31%;
}
#top_case dt {
	margin-bottom: 10px;
}
#top_case dt img {
	border-radius: 50%;
}
#top_case dd {
	padding: 0;
	font-size: var(--rem24);
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_case dl {
		width: 48%;
	}
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-about-bg.jpg.webp) no-repeat center center / cover;
}
#top_about h1.ttl,
.post .year10_txt {
	color: var(--color-primary);
	font-size: var(--rem30);
	font-weight: bold;
	text-align: center;
}
#top_about h1.ttl span,
.post .year10_txt span {
	display: block;
	font-size: var(--rem20);
	margin-bottom: var(--px14);
}
#top_about h1.ttl b,
.post .year10_txt b {
	display: inline-block;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: bold;
	font-family: var(--font-family02);
	box-shadow: 0 -24px 0 #FFF459 inset;
}
/**/
#top_reason dt {
	margin-bottom: 15px;
	font-size: var(--rem24w);
	text-align: center;
	line-height: 1.4;
}
#top_reason dt img {
	display: block;
	margin-bottom: 15px;
	border-radius: 50%;
}
#top_reason dd {
	padding: 0;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_reason dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_reason dl+dl {
		margin-top: 30px;
	}
	#top_reason dt img {
		width: 80%;
	}
}
/**/
#top_service .box {
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#top_service .box h2 {
	margin: var(--px20) 0 15px;
	font-size: var(--rem40);
	font-family: var(--font-family02);
	font-weight: 500;
	text-align: left;
}
#top_service .box h2::after {
	display: none;
}
#top_service .box h2 span {
	display: block;
	font-size: var(--rem18);
	font-family: var(--body-font-family);
	font-weight: 500;
}
#top_service .box li {
	position: relative;
	padding-left: 1.5em;
	color: var(--color-primary-shade);
	font-size: var(--rem18);
	font-weight: bold;
	line-height: 1.4;
}
#top_service .box li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	content: '\f14a';
}
#top_service .box li+li {
	margin-top: 0.5em;
}
#top_service .box .price {
	margin: 0.5em 0 1em;
}
#top_service .box .price b {
	font-size: var(--rem30w);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .box_w2 {
		row-gap: var(--px60);
	}
	#top_service .box {
		position: relative;
		width: 48%;
		padding: 30px;
		padding-bottom: 80px;
	}
	#top_service .btn {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service .box+.box {
		margin-top: 20px;
	}
	#top_service .btn {
		margin-top: 20px;
	}
}
/**/
#msg_box {
	background: linear-gradient(to right, transparent, #FFFBC2 20%, #FFFBC2 80%, transparent);
	font-size: var(--rem30);
	font-weight: bold;
	text-align: center;
}
#msg_box ul {
	/* 縦方向中央揃え */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1.5em;
	row-gap: 10px;
}
#msg_box ul li {
	position: relative;
	display: block;
	padding: 2px 10px;
	background: var(--color-primary-shade);
	border-radius: 5px;
	color: #fff;
	line-height: 1.4;	
}
#msg_box ul li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -1.5em;
	display: block;
	width: 1.5em;
	color: #999999;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f067';
	text-align: center;
	transform: translateY(-50%);
}
#msg_box .attention {
	font-size: var(--rem36);
	line-height: 1.4;	
}
@media only screen and (max-width: 640px){ /* スマホ */
	#msg_box {
		font-size: var(--rem24w);
	}
	#msg_box .attention {
		font-size: var(--rem30);
	}
}
/**/
#top_works::before {
	background: url(/wp-content/uploads/top-works-bg.jpg.webp) no-repeat center center / cover;
}
#top_works .box {
	background: #fff;
}
#top_works .box p {
	padding: 20px;
	line-height: 1.6;
}
#top_works .gallery {
	margin: 0 !important;
}
#top_works .gallery dl.gallery-item {
	position: relative;
	width: 50% !important;
	margin: 0 !important;
}
#top_works .gallery dl.gallery-item::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
	background: #fff;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	box-sizing: border-box;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: bold;
	content: "Before";
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_works .gallery dl.gallery-item:nth-child(2)::before {
	background: var(--color-primary);
	color: #fff;
	content: "After";
}
#top_works .gallery dl.gallery-item img {
	max-width: 100%;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_works .box_w2 {
		row-gap: var(--px60);
	}
	#top_works .box {
		width: 48%;
	}
	#top_works .box p {
		padding: 25px 30px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_works .box {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_works .box+.box {
		margin-top: 30px;
	}
	#top_works .gallery dl.gallery-item::before {
		width: 60px;
		height: 60px;
	}
}
/**/
#top_faq::before {
	background: var(--color-primary-tint);
}
/**/
#top_area::before {
	background: url(/wp-content/uploads/top-area-bg.jpg.webp) no-repeat center center / cover;
}
#top_area .map {
	overflow: hidden;
	border-radius: var(--px20);
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
#top_area dl+dl {
	margin-top: var(--rem40);
}
#top_area dt {
	margin-bottom: 10px;
	color: var(--color-primary-shade);
	font-size: var(--rem24w);
}
#top_area dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_area .map {
		width: 50%;
	}
	#top_area .txt {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_area .txt {
		margin-bottom: 20px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box h1 {
	color: var(--color-primary-shade);
	font-size: var(--rem60);
	font-family: var(--font-family02);
}
#contact_box h1+p {
	color: #fff;
	font-size: var(--rem24);
	font-weight: bold;
}
#contact_box h1+p span {
	position: relative;
	display: inline-block;
	padding: 0 45px;
}
#contact_box h1+p span::before,
#contact_box h1+p span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #fff;
}
#contact_box h1+p span::before {
	left:0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
#contact_box h1+p span::after {
	right: 0;
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#contact_box .btn {
	width: 760px;
	max-width: 90%;
	margin: auto;
}
#content #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 160px;
	padding: 15px;
	background: var(--color-primary-shade);
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.25);
	color: #fff;
	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 .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn a:hover {
	background: var(--color-primary) !important;
	color: #fff !important;
}
#contact_box .btn .mail a {
	background: #FFF;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box h1 {
		font-size: var(--rem30w);
		letter-spacing: 0;
	}
	#contact_box .btn li+li {
		margin-top: 15px;
	}
	#contact_box .btn a {
		min-height: 100px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-primary-shade);
	text-shadow: 0 0 20px #fff;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2::after {
	display: none;
}
body:not(.home) .post h2 {
	color: var(--color-primary-shade);
	font-size: var(--rem30w);
}
body:not(.home) .post h2 span {
	display: block;
	color: var(--color-font);
	font-size: var(--rem20);
}
/**/
.post h3 {
	font-size: var(--rem28);
	font-weight: 500;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/**/
.post h4.noline {
	padding: 0;
}
.post h4.noline::before {
	display: none;
}
/*--------------------------------------------------
	流れ
--------------------------------------------------*/
#top_flow .list {
	counter-reset: flow_list;
}
#top_flow .list dl {
	position: relative;
	padding: var(--px50);
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
#top_flow .list dl:not(:last-child) {
	margin-bottom: 60px;
}
#top_flow .list dl:not(:last-child)::before {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	border: solid transparent;
	border-width: 22px;
	border-top-color: #FFF459;
	transform: translateX(-50%);
	content: "";
}
#top_flow .list dl::after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
#top_flow .list dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--rem24w);
	font-weight: 600;
	margin-bottom: var(--px20);
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid var(--color-primary);
	line-height: 1.4;
}
#top_flow .list dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem36);
	line-height: 1;
	margin-right: 15px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_flow .list dd {
	padding: 0;
	line-height: 1.8;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_flow .list dt,
	#top_flow .list dd {
		float: left;
		width: 60%;
	}
	#top_flow .list dd.flow_img {
		float: right;
		width: 35%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_flow .list dd.flow_img {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_flow .list dl {
		padding: 20px;
	}
	#top_flow .list dt .icon:before {
		width: 50px;
		height: 50px;
	}
	#top_flow .list dd.flow_img {
		margin-bottom: 15px;
	}
}
/*--------------------------------------------------
	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 #cccccc;
}
.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 {
	color: #ffffff;
	background: var(--color-primary-shade);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	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 {
	color: #fff;
	background: var(--color-primary);
	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 #cccccc;
}
.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 #494949;
  border-bottom: 1px solid #494949;
  -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 #cccccc;
	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_works h3 {
	padding: 10px;
	background: #fff;
	border: 2px solid var(--color-primary);
	font-size: var(--rem30w);
	font-weight: 500;
	font-family: var(--font-family02);
	text-align: center;
}
#service_works .gallery {
	column-gap: 2%;
	row-gap: var(--px40);
	justify-content: flex-start !important;
}
#service_works .gallery dl.gallery-item {
	margin: 0 !important;
}
#service_works .gallery dl.gallery-item dt {
	margin-bottom: 10px;
}
#service_works .gallery dl.gallery-item dt img {
	max-width: 100%;
}
#service_works .gallery dl.gallery-item dd {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_works .gallery dl.gallery-item {
		width: 23.5% !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_works h3 {
		padding: 8px;
		font-size: var(--rem24w);
	}
	#service_works .gallery {
		column-gap: 4%;
	}
	#service_works .gallery dl.gallery-item {
		width: 48% !important;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}