@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
.post h2.noline::after {
	display: none;
}
body:not(.home) .post h3:not([class]) {
	font-weight: bold;
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h4.noline {
	padding: 0;
	font-size: var(--rem20w);
}
.post h4.noline::before {
	display: none;
}
.gallery-columns-6 {
	justify-content: flex-start !important;
}
@media print, screen and (min-width: 641px) {
	.gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
		margin-right: 0 !important;
	}
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.post table {
	background: #fff;
}
body:not(.home) .post p {
	line-height: 1.8;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
.bg_wide { position: relative; }
.bg_wide::before {
	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;
}
.bg_blue::before,
.box_blue {
	background: #F0FBFF;
}
.box_white {
	background: #fff;
}
.box_white,
.box_blue {
	border-radius: var(--px50);
}
/**/
.box_flex .column3_33 img, .box_flex .column2_30 img,
.box_flex .column2_40 img, .box_flex .column2_50 img {
	max-width: 100%;
}
.box_pad {
	padding: 20px;
}
.box_w3 dt {
	margin-bottom: var(--px20);
	font-size: var(--rem20w);
	text-align: center;
}
.box_w3 dt figure {
	margin-bottom: var(--px20);
}
.box_w3 dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vbtm { align-items: flex-end; }
	.box_flex .column3_33 { width: 32%; }
	.box_flex .column2_50 { width: 48.5%; }
	.box_flex .column2_60 { width: 56%; }
	.box_flex .column2_70 { width: 66%; }
	.box_flex .column2_80 { width: 76%; }
	/**/
	.box_pad {
		padding: var(--px50);
	}
	.box_w3 {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	.box_w3 dl {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.box_w3 {
		column-gap: 4%;
	}
	.box_w3 dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.box_w3 dl+dl {
		margin-top: 30px;
	}
	/* 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; }
}
/**/
.link_out {
	position: relative;
	display: inline-block;
	padding-right: 1.5em;
	color: var(--color-primary);
	line-height: 1.4;
}
.link_out::after {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f35d';
}
.link_out:hover {
	text-decoration: underline;
}
/**/
.fs20, .fs24, .fs30 {
	font-weight: 500;
	line-height: 1.5 !important;
}
.fs { font-size: 85%; }
.fs20 { font-size: var(--rem20w); }
.fs24 { font-size: var(--rem24w); }
.fs30 { font-size: var(--rem30w); }
@media only screen and (max-width: 640px){ /* スマホ */
	.fs30 { font-size: var(--rem28); }
}
/**/
.w600 {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
/*--------------------------------------------------
	事業案内
--------------------------------------------------*/
#service_flow {
	position: relative;
	counter-reset: number;
}
#service_flow dl {
	position: relative;
	padding-top: 20px;
	padding-left: 150px;
}
#service_flow dl::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem30w);
	font-weight: bold;
	text-align: center;
	counter-increment: number;
	content: counter(number);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_flow dl:not(:last-child) {
	padding-bottom: var(--px60);
}
#service_flow dl:not(:last-child)::after {
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	width: 10px;
	height: 100%;
	background: #F0FBFF;
	content: "";
}
#service_flow dt {
	position: relative;
	margin-bottom: var(--px20);
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	font-size: var(--rem20w);
}
#service_flow dt::before {
	position: absolute;
	top: 50%;
	left: -80px;
	display: block;
	width: 60px;
	border-bottom: 1px dashed var(--color-primary);
	content: "";
}
#service_flow dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_flow dl {
		padding-top: 10px;
		padding-left: 80px;
	}
	#service_flow dl::before {
		width: 50px;
		height: 50px;
	}
	#service_flow dl:not(:last-child)::after {
		left: 20px;
	}
	#service_flow dt::before {
		left: -40px;
		width: 30px;
	}
}
/**/
.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 {
	background: #F0FBFF;
	color: var(--color-primary);
	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: #ffffff;
	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_wall h3 {
	color: var(--color-primary);
	font-size: var(--rem30w);
}
#service_wall .in {
	padding: 20px;
	border: 1px solid var(--color-primary);
	border-radius: var(--px20);
}
#service_wall .ttl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#service_wall .ttl b {
	width: 70%;
	font-size: var(--rem20w);
}
#service_wall .ttl img {
	width: 30%;
}
#service_wall dl {
	padding: 15px 20px;
	background: #fff;
	border-radius: 10px;
}
#service_wall dt {
	position: relative;
	margin-bottom: 6px;
	font-weight: var(--rem18);
}
#service_wall dd {
	padding: 0;
	font-size: 90%;
	font-weight: normal;
}
#service_wall .num dl+dl {
	margin-top: 1em;
}
#service_wall .num dt,
#service_wall .num dd {
	padding-left: 30px;
}
#service_wall .num dt b {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_wall .chk dl {
	margin-top: 1em;
}
#service_wall .chk dt,
#service_wall .chk dd {
	padding-left: 1.5em;
}
#service_wall .chk dt::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f00c';
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_wall .in {
		padding: 30px;
	}
}
/**/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post .service_contact .txt {
		width: 70%;
	}
	.post .service_contact .mark {
		width: 25%;
	}
	.post .service_contact .contact_btn {
		column-gap: 3% !important;
	}
	.post .service_contact .contact_btn li {
		width: 48.5% !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post .service_contact .mark {
		width: 150px;
		margin: 0 auto 20px;
	}
}
/**/
#price_tbl01 th,
#price_tbl01 td,
#price_tbl02 th,
#price_tbl02 td {
	width: auto;
	text-align: center;
	vertical-align: middle;
}
#price_tbl01 thead th,
#price_tbl02 thead th {
	background: var(--color-primary);
	color: #fff;
}
#price_tbl01 th {
	white-space: nowrap;
}
#price_tbl01 tbody td {
	width: 16%;
}
#price_tbl02 tbody td:last-child {
	text-align: left;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price_tbl01 tbody td .txt {
		width: 180px;
		white-space: normal;
	}
}
/*--------------------------------------------------
	工事経歴
--------------------------------------------------*/
.post .career_tbl table th {
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.post .career_tbl table th:nth-child(1) {
	width: 12%;
}
.post .career_tbl table th:nth-child(2) {
	width: 6%;
}
.post .career_tbl table th:nth-child(3) {
	width: 28%;
}
.post .career_tbl table th:last-child {
	width: 18%;
}
.post .career_tbl table td:first-child,
.post .career_tbl table td:nth-child(2),
.post .career_tbl table td:last-child {
	text-align: center;
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
.post ul.staff_link {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: var(--px50);
}
.post ul.staff_link li a {
	display: block;
	text-align: center;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
.post ul.staff_link li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.post ul.staff_link li a figure {
	overflow: hidden;
	margin-bottom: 8px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.post ul.staff_link li a figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post ul.staff_link li {
		width: calc((100% / 6) - (30px * 5 / 6));
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.post ul.staff_link li {
		width: calc((100% / 4) - (30px * 3 / 4));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.staff_link {
		column-gap: 20px;
	}
	.post ul.staff_link li {
		width: calc((100% / 3) - (20px * 2 / 3));
		font-size: 90%;
	}
}
/**/
#staff_list .name {
	line-height: 1.4;
}
#staff_list .name b {
	display: block;
	margin: 4px 0;
	font-size: var(--rem40w);
	line-height: 1.1;
}
#staff_list .name span {
	display: block;
	font-size: 85%;
}
#staff_list .name span:first-child {
	color: var(--color-primary);
	font-size: 90%;
}
#staff_list table th {
	white-space: nowrap;
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#staff_list .txt {
		padding: var(--px30);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#staff_list table th,
	#staff_list table td {
		padding: 8px 10px;
	}
}
/*--------------------------------------------------
	企業情報
--------------------------------------------------*/
#sub_link li a {
	display: block;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#sub_link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_link {
		width: 90%;
		margin: auto;
	}
	#sub_link li {
		display: block;
	}
	#sub_link li+li {
		margin-top: 15px;
	}
}
/**/
#company_msg .txt {
	line-height: 1.8;
}
#company_msg .ttl {
	font-size: var(--rem24w);
	font-weight: bold;
	line-height: 1.5;
}
#company_msg dl {
	border: 1px solid #CFF2FF;
}
#company_msg dt {
	padding: 10px;
	background: #F0FBFF;
	font-size: var(--rem20w);
	font-weight: 500;
	text-align: center;
}
#company_msg dd {
	padding: 20px 25px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_msg {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#company_msg .photo {
		width: 35%;
	}
	#company_msg .txt {
		width: 60%;
	}
	#company_msg dl {
		width: 100%;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#company_msg dt {
		width: 30%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#company_msg dd {
		width: 70%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_msg .photo {
		width: 70%;
		margin: 0 auto 20px;
	}
}
/**/
#company_partner ul {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#company_partner ul li {
	position: relative;
	margin-bottom: -1px;
	padding: var(--px20);
	border-bottom: 1px solid #ddd;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_partner ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
	}
	#company_partner ul li {
		width: 25%;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_job dl {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
#recruit_job dt {
	margin-bottom: 15px;
	font-size: var(--rem24w);
	text-align: center;
}
#recruit_job dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_job {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 30px;
	}
	#recruit_job dl {
		width: 32%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_job dl+dl {
		margin-top: 20px;
	}
}
/**/
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_features dt span {
		min-height: 3em;
		left: 1.5;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/**/
#recruit_flow dt b {
	display: block;
	width: 100px;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
}
#recruit_flow dt span {
	font-size: 85%;
	font-weight: 500;
}
/**/
#recruit_contact h2 {
	font-size: var(--rem30);
}
/**/
.post ul.contact_btn {
	width: 900px;
	max-width: 100%;
	margin: auto;
}
.post ul.contact_btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.post ul.contact_btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.post ul.contact_btn a i {
	margin-right: 8px;
}
.post ul.contact_btn a span {
	font-size: var(--rem14);
}
.post ul.contact_btn a b {
	font-size: var(--rem20);
}
.post ul.contact_btn .tel a {
	background: #fff;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}
.post ul.contact_btn .tel a b {
	font-size: var(--rem30w);
}
.post ul.contact_btn .tel a b i {
	font-size: 75%;
}
.post ul.contact_btn .line a {
	background: #06C755;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.post ul.contact_btn li {
		width: 32.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.post ul.contact_btn {
		justify-content: center;
		column-gap: 4%;
		row-gap: 20px;
	}
	.post ul.contact_btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post ul.contact_btn li+li {
		margin-top: 15px;
	}
	.post ul.contact_btn a {
		min-height: 70px;
	}
}
/*--------------------------------------------------
	社外活動と取組
--------------------------------------------------*/
#effort_yuhana .gallery .gallery-item {
	display: flex;
	flex-direction: column;
}
#effort_yuhana .gallery .gallery-item dt {
	margin: auto !important;
}
#effort_yuhana .gallery .gallery-item dd {
	margin-top: auto !important;
	padding-top: 0.5em !important;
}
/*--------------------------------------------------
	施工事例
--------------------------------------------------*/
#works_link {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2%;
	row-gap: 20px;
}
#works_link li {
	display: block;
	width: 23.5%;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_link {
		column-gap: 4%;
		row-gap: 15px;
	}
	#works_link li {
		width: 48%;
	}
}
/**/
ul.c-workslist figure {
	aspect-ratio: 4 / 3;
}
ul.c-workslist figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
ul.c-workslist .btn {
	margin-top: 10px;
	font-size: 85%;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
ul.c-workslist .btn p {
	color: #666;
	font-weight: normal;
}
ul.c-workslist .btn a {
	color: var(--color-primary);
}
ul.c-workslist .btn a::before {
	margin-right: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
ul.c-workslist__category {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
ul.c-workslist__category li {
	display: block !important;
	margin: 0 !important;
	line-height: 1;
}
@media print, screen and (min-width: 821px){ /* PCのみ */
	#works_list {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	#works_list > li  {
		width: 31%;
	}
}
/**/
#works_detail .cat {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#works_detail .cat span {
	display: block;
	padding: 0 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
}
/**/
#works_detail .photo_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: var(--px50);
}
#works_detail .photo_list li {
	position: relative;
	background: #fff;
	aspect-ratio: 4 / 3;
}
#works_detail .photo_list li img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_detail .photo_list li span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	padding: 4px 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
}
#works_detail .voice img {
	display: block;
	margin: 0 auto;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_detail .photo_list li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_detail .photo_list {
		column-gap: 4%;
		row-gap: 20px;
	}
	#works_detail .photo_list li {
		width: 48%;
	}
	#works_detail .voice .ico img {
		width: 150px;
	}
}
/**/
#works_detail .link dt {
	color: var(--color-primary);
	font-size: var(--rem24w);
}
#works_detail .link dd {
	padding: 0;
}
#works_detail .link ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_detail .link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#works_detail .link dt {
		width: 22%;
		padding-right: 1em;
		white-space: nowrap;
	}
	#works_detail .link dd {
		width: 78%;
	}
	#works_detail .link ul {
		gap: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_detail .link dt {
		margin-bottom: 20px;
		text-align: center;
	}
	#works_detail .link ul {
		justify-content: space-between;
		row-gap: 15px;
	}
	#works_detail .link ul li {
		display: block;
		width: 48%;
	}
}
/*--------------------------------------------------
	プライバシーポリシー
--------------------------------------------------*/
#privacy h3 {
	font-size: var(--rem20);
	border-bottom: 1px solid var(--color-primary);
}
/**/
.post ul.sitemap_list2 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.post ul.sitemap_list2 a {
	text-decoration: none;
}
.post ul.sitemap_list2 li {
	font-size: medium;
	text-indent: 0;
	background: url(../images/simple/line_horizontal_solid.gif) repeat-x 0 1.5em;
	padding: 0 0 20px 5px;
	margin: 0;
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 15px;
	background: none;
	border-bottom: none;
}
.post ul.sitemap_list2 li ul {
	margin: 0;
	padding: 5px 0 0 0;
}
.post ul.sitemap_list2 li li {
	position: relative;
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 3px 15px;
	padding: 0 0 0 15px;
}
.post ul.sitemap_list2 li li::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
.wpcf7-form table.tbl_line,
.wpcf7-form table.tbl_line th,
.wpcf7-form table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.wpcf7-form table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.wpcf7-form table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table.tbl_line th,
	.wpcf7-form table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.wpcf7-form table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.wpcf7-form table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/* ボタン */
.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;
}