@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Work+Sans:400,700&display=swap');

/*!
Theme Name: PanasonicリフォームClub
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 基本設定
************************************/
body {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 16px !important;
	background: #fff;
	line-height: 1.7;
}

.wrap,
header .wrap {
	width: 100%;
}
header .wrap,
.navi-in.wrap {
	max-width: 980px;
}

.main,
#main {
	width: 100%;
	margin: 0;
	padding :0;
    border: none;
}

.content {
	margin: 0;
	padding: 0;
}

#sidebar {
	display: none;
}

.d-none {
	display: none !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 568px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

.of-hidden {
	overflow: hidden;
}

.fa-angle-down:before {
	display: none;
}

@media all and (-ms-high-contrast: none){
	.container {
    	overflow: hidden;
    }
}

/************************************
** レイアウト
************************************/
/* カラム */
.row {
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.col-1 {flex:1;}
.col-2 {flex:2;}
.col-3 {flex:3;}
.col-4 {flex:4;}
.col-5 {flex:5;}
.col-6 {flex:6;}
.col-7 {flex:7;}
.col-8 {flex:8;}
.col-9 {flex:9;}
.col-10 {flex:10;}
.col-11 {flex:11;}
.col-12 {flex:12;}
.col-13 {flex:13;}
.col-14 {flex:14;}
.col-15 {flex:15;}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15 {
    margin: 20px;
}

.row.row_lineup {
	margin: 110px 0 0;
}
.row.row_footer .col-1 {
	margin: 0 10px;
}
.row.row_lineup .col-1,
.row.row_link-bnr .col-1 {
	margin: 0;
}

.row.row_footer {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.row.row_footer .col-1 .row .col-1 {
	margin: 30px 15px 0;
}
.row.row_footer .col-1 .row .col-1:first-child {
	margin-left: 0;
}
.row.row_footer .col-1 .row .col-1:last-child {
	margin-right: 0;
}

.sp_row {
	margin-top: 69px;
}

.order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

@media screen and (min-width: 569px) {
	.row div:first-child {
	    margin-left: 0 !important;
	}
	.row div:last-child {
	    margin-right: 0 !important;
	}
}
@media screen and (max-width: 812px) {
	.row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-13,
	.col-14,
	.col-15 {
	    margin: 20px 10px;
	}
	
	.row.col-812 {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.row.col-812 .col-1,
	.row.col-812 .col-2,
	.row.col-812 .col-3,
	.row.col-812 .col-4,
	.row.col-812 .col-5,
	.row.col-812 .col-6,
	.row.col-812 .col-7,
	.row.col-812 .col-8,
	.row.col-812 .col-9,
	.row.col-812 .col-10,
	.row.col-812 .col-11,
	.row.col-812 .col-12,
	.row.col-812 .col-13,
	.row.col-812 .col-14,
	.row.col-812 .col-15 {
	    margin: 20px 0;
	}
}

@media screen and (max-width: 667px) {
	.sp_row {
		margin-top: 49px;
	}
}

@media screen and (max-width: 568px) {
	.row {
	    /*-webkit-flex-direction: column;
	    flex-direction: column;*/
	    display: block;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-13,
	.col-14,
	.col-15 {
	    margin: 20px 0;
	}
	
	.row.row_footer .col-1,
	.row.row_footer .col-1 .row .col-1 {
	    margin: 10px 0;
	}
	
	.row.row_footer .col-1 .row.sp_row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.row.row_footer .col-1 .row.sp_row .col-1 {
	    margin: 10px;
	}
	.row.row_footer .col-1 .row.sp_row .col-1:first-child {
	    margin-left: 0;
	}
	.row.row_footer .col-1 .row.sp_row .col-1:last-child {
	    margin-right: 0;
	}

    .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    
    .post-type-archive-event .order-1,
    .event-end .order-1 {
    	margin-top: 24em;
	}
    
    .sp_d-co {
    	display: contents;
    }
    
    .sp_row {
		margin-top: 30px;
	}
}

@media screen and (max-width: 375px) {
	.post-type-archive-event .order-1,
    .event-end .order-1 {
    	margin-top: 22em;
	}
}

@media screen and (max-width: 360px) {
	.post-type-archive-event .order-1,
    .event-end .order-1 {
    	margin-top: 21em;
	}
}

@media screen and (max-width: 320px) {
	.post-type-archive-event .order-1,
    .event-end .order-1 {
    	margin-top: 18.5em;
	}
}

.container800,
.container980 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container800 {
    max-width: 800px;
}

.container980 {
    max-width: 980px;
}

.center-left {
    display: table;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.container980 {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/************************************
** マージン
************************************/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}
.mb-130 {
	margin-bottom: 130px !important;
}

@media screen and (max-width: 568px) {
	.sp_mt-0 {
		margin-top: 0 !important;
	}
	.sp_mt-30 {
		margin-top: 30px !important;
	}
	
	.sp_mb-0 {
		margin-bottom: 0 !important;
	}

	.mt-60 {
		margin-top: 30px !important;
	}
	.mt-70 {
		margin-top: 30px !important;
	}
	.mt-80 {
		margin-top: 40px !important;
	}
	.mt-90 {
		margin-top: 40px !important;
	}

	.mb-60 {
		margin-bottom: 30px !important;
	}
	.mb-70 {
		margin-bottom: 30px !important;
	}
}

/************************************
** パディング
************************************/
.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pt-90 {
	padding-top: 90px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-110 {
	padding-top: 110px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pb-90 {
	padding-bottom: 90px !important;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pb-120 {
	padding-bottom: 120px !important;
}

@media screen and (max-width: 568px) {
	.pt-60 {
		padding-top: 30px !important;
	}
	.pt-70 {
    	padding-top: 30px !important;
	}
	.pt-80 {
    	padding-top: 40px !important;
	}
	.pt-90 {
    	padding-top: 40px !important;
	}
	.pt-110 {
    	padding-top: 40px !important;
	}
	
	.pb-60 {
    	padding-bottom: 30px !important;
	}
	.pb-70 {
		padding-bottom: 30px !important;
	}
	.pb-90 {
		padding-bottom: 40px !important;
	}
	.pb-100 {
		padding-bottom: 40px !important;
	}
	.pb-120 {
		padding-bottom: 60px !important;
	}
	.sp_pb-80 {
		padding-bottom: 80px !important;
	}
}

/************************************
** テキスト
************************************/
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}

.fw-700 {
	font-weight: 700;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.c-purple {
	color: #74001A;
}

@media screen and (min-width: 569px) {
	.pc_ta-c {
    	text-align: center;
	}
}

@media screen and (max-width: 568px) {
	.sp_ta-c {
    	text-align: center;
	}
}

/************************************
** 見出し
************************************/
h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.67;
}
h3.staff-blog {
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
	color: #74001A;
	margin: 2em auto;
}

h3 .text-small {
	font-size: .75em;
	font-weight: 700;
	display: block;
}

h4 {
  font-size: 1.25em;
  font-weight: 400;
}

.heading_normal {
	font-size: 1.75em;
	font-weight: 400;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}

.heading_sub {
	font-size: 1.75em;
	font-weight: 700;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}
.heading_sub span {
	font-size: .5em;
	font-weight: 700;
	color: #74001A;
	display: block;
}

#form .heading_sub span {
	color: #0AB99B;
}

.heading_sub.sub_blue span {
	color: #1E82C8;
}

.heading_band {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	margin: 2em 0 1em;
	padding: .5em 1.5em;
	background: #333;
	width: 100%;
}

.heading_band_or,
.heading_band_gr {
	font-size: 1.125em;
	font-weight: 400;
	margin: 1em 0;
	padding: .5em 1em;
	background: rgba(225,100,0,0.15);
	width: 100%;
}
.heading_band_gr {
	background: rgba(51,51,51,0.15);
}

.heading_ul {
	position: relative;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	margin: 5em auto 3.33em;
	padding: 0;
	line-height: 1;
}
.heading_ul:after {
	position: absolute;
	bottom: -.875em;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	content: "";
	width: 110px;
	height: 1px;
	background: #74001A;
}

.heading_brd-b {
	font-size: 1.5em;
	font-weight: 400;
	margin: 2.3em auto 1.25em;
	padding: 0 0 .5em;
	line-height: 1.5;
	border-bottom: 1px solid #A00A2D;
}

.heading_brd-side {
  font-size: 1em;
  font-weight: 400;
  color: #74001A;
  overflow: hidden;
  text-align: center;
}
.heading_brd-side span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.heading_brd-side span::before,
.heading_brd-side span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #74001A;
}
.heading_brd-side span::before {
  right: 100%;
}
.heading_brd-side span::after {
  left: 100%;
}

.heading_square {
	position: relative;
	font-size: 1.125em;
	font-weight: 400;
	margin: 0 0 1.5em;
	padding: 0;
	padding-left: 1.5em;
}
.heading_square:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "■";
	color: #E16400;
}
.heading_square.c-purple {
	font-weight: 700;
	margin: 1.5em 0 .5em;
}
.heading_square.c-purple span {
	font-size: .75em;
}

.heading_tag-ttl {
	font-size: 1.125em;
	font-weight: 400;
	text-align: center;
	color: #74001A;
	margin: 1em auto 5em;
	padding: 0;
	display: block;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  line-height: 1.25;
  font-weight: bold;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin: 2.4em 0 1em;
}
.article h4,
.article h5,
.article h6 {
  font-size: 20px;
  padding: 9px 10px;
}
.article h2 {
  font-size: 24px;
  padding: 25px;
  background-color: #f3f4f5;
  border-radius: 2px;
}
.article h3 {
  border-left: 7px solid #777;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  padding: 12px 20px;
}
.article h4 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.article h5 {
  border-bottom: 2px solid #ccc;
}
.article h6 {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 568px) {
	h3,
	.bg_img h3 {
		font-size: 1.125em !important;
	}
	
	h4 {
  		font-size: 1.0625em;
  	}
  	
  	.heading_normal {
		font-size: 1.125em;
	}

	.heading_sub {
		font-size: 1.25em;
	}
	.heading_sub span {
		font-size: .6em;
	}
	
	.heading_band {
		font-size: .75em;
		text-align: center;
	}
	
	.heading_band_or,
	.heading_band_gr,
	.heading_square {
    	font-size: 1em;
    }
	
	#form .heading_band {
		margin: 0 0 1em !important;
	}
	
	.heading_ul {
		font-size: 1.125em;
		margin: 3.89em auto 3em;
	}
	.heading_ul:after {
		width: 60px;
	}
	
	.heading_brd-b {
		font-size: 1.125em;
	}
	
	.heading_square {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.article h2,
	.article h3,
	.article h4,
	.article h5,
	.article h6 {
		padding: 0.6em;
		margin: 1.2em 0 0.8em;
	}
	
	.article h2 {
		font-size: 20px;
		padding: 0.6em 0.8em;
	}
	
	.article h3 {
    	font-size: 18px;
    }
    
    .article h4,
    .article h5,
    .article h6 {
    	font-size: 16px;
  	}
}

/************************************
** リンクボタン
************************************/
.btn_flat {
	position: relative;
	display: block;
	width: 100%;
	max-width: 520px;
	height: 55px;
	margin: 0 auto;
	font-size: 1.125em;
	text-align: center;
	line-height: 55px;
	text-decoration: none;
	color: #fff;
	background: -moz-linear-gradient(top, #84001f, #9d092b);
  	background: -webkit-linear-gradient(top, #84001f, #9d092b);
  	background: -ms-linear-gradient(top, #84001f, #9d092b);
  	background: linear-gradient(top, #84001f, #9d092b);
	transition: .4s;
	border: 1px solid #82001E;
	border-radius: 27.5px;
	box-shadow: 5px 5px #74001A;
}
.btn_flat:hover {
	background: #fff;
	color: #82001E;
}
.btn_flat:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f054";
	top: 2px;
	right: 35px;
}
.btn_flat.return:after {
	content: "\f053";
	left: 35px;
	right: auto;
}
.btn_flat.out:after {
	content: "\f08b";
	right: 35px;
}

.btn_flat.btn_wh {
	color: #74001A;
	background: #fff;
}
.btn_flat.btn_wh:hover {
	background: #74001A;
	color: #fff;
}

.btn_flat.btn_brown {
	background: #643C0A;
	border: 1px solid #643C0A;
	box-shadow: 6px 6px #643C0A;
}
.btn_flat.btn_brown:hover {
	color: #643C0A;
	background: #fff;
}

.btn_flat.btn_gr {
	background: #666;
	border: 1px solid #666;
	box-shadow: 6px 6px #333;
}
.btn_flat.btn_gr:hover {
	color: #666;
	background: #fff;
}

.btn_flat.btn_br {
	background: #74001A;
	border: 1px solid #74001A;
}
.btn_flat.btn_br:hover {
	color: #74001A;
	background: #fff;
}

.btn_flat.btn_ppl {
	background: #74001A;
	border: 1px solid #74001A;
}
.btn_flat.btn_ppl:hover {
	color: #74001A;
	background: #fff;
}

@media screen and (max-width: 1024px) {
	.btn_flat:after {
		right: 15px;
	}
}

@media screen and (max-width: 640px) {
	.btn_flat {
		font-size: .8em;
	}
}

@media screen and (max-width: 568px) {
	.btn_flat {
		font-size: .875em;
	}
	.btn_flat:after {
		right: 20px;
	}
}

@media screen and (max-width: 320px) {
	.btn_flat:after {
		right: 10px;
	}
}

/************************************
** リスト
************************************/
ul.article-list {
    list-style: none;
    padding: 0;
}
ul.article-list .date {
	font-size: .75em;
    margin-right: 55px;
}
ul.article-list li {
    border-top: 1px solid #CBCBCB;
}
ul.article-list li:last-child {
    border-bottom: 1px solid #CBCBCB;
}
ul.article-list li a {
    color: #333;
    text-decoration: none;
    padding: 1em 0;
    display: inline-block;
}

/************************************
** ボックス
************************************/
.box_wh {
	padding: 45px;
	background: #fff;
	width: 100%;
}

.box_border {
	margin: 50px 0;
	padding: 50px;
	border: 1px solid #ccc;
	background: #fff;
}
.box_border p {
	margin: 0;
}

.link-box {
	position: relative;
	height: 200px;
}
.link-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.link-box p {
	position: absolute;
	background: rgba(51,51,51,0.6);
	margin: 0;
	padding: 1em;
	text-align: center;
	bottom: 5px;
	left: 0;
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	line-height: 1;
}
.link-box:hover p {
	background: rgba(116,0,26,0.6);
}
.link-box p span {
	position: relative;
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
}
.link-box p span:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f054";
	top: 6px;
	right: -2em;
}

.link-box_about {
	position: relative;
	margin: 50px 0;
}
.link-box_about img {
	width: 100%;
}
.link-box_about a {
	position: absolute;
	bottom: 78px;
	right: 13%;
}
.link-box_about a:after {
	position: absolute;
	bottom: -220px;
	right: -63px;
	content: "";
	width: 121px;
	height: 284px;
	background: transparent url(./images/page/illust_access01.png) no-repeat center center/contain;
	pointer-events: none;
}
.link-box_about a img {
	width: 120px;
	height: auto;
}

.link-bnr {
	position: relative;
	height: 280px;
	display: block;
}
.link-bnr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .4s;
	transition: .4s;
}
.link-bnr:hover img {
	opacity: .8;
}
.link-bnr p {
	font-family: 'Work Sans', "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	line-height: 1.5;
}
.link-bnr:hover p {
	color: #fff;
}
.link-bnr p span {
	font-size: .5em;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 1024px) {
	.link-box_about {
    	margin: 50px 0 90px;
	}

	.link-box_about a {
		position: absolute;
		bottom: -120px;
  		right: 50%;
  		-ms-transform: translate(50%,-50%);
  		-webkit-transform: translate(50%,-50%);
  		transform: translate(50%,-50%);
	}
	.link-box_about a:after {
		position: absolute;
		bottom: 0;
		right: -100px;
		width: 72px;
		height: 169px;
	}
}

@media screen and (max-width: 568px) {
	.box_wh {
		padding: 20px;
	}

	.link-box p span {
		font-size: 1em;
	}
	
	.link-box_about {
    	margin: 30px 0 90px;
	}
	
	.link-bnr {
    	height: 166px;
	}
	.link-bnr p {
		font-size: 1.5em;
	}
	.link-bnr p span {
		font-size: .583em;
	}
	
	.box_border {
		margin: 40px 0;
		padding: 20px;
	}
	.box_border p {
    	font-size: .875em;
	}
}

/************************************
** 表
************************************/
table.table-tr {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.table-tr tr,
table.table-tr th,
table.table-tr td {
	background: transparent;
	border: none;
}

table.table-tr tr {
	border-top: 1px solid #ccc;
}
table.table-tr:last-child tr {
	border-bottom: 1px solid #ccc;
}

table.table-tr th {
	font-weight: 700;
	text-align: center;
}

table.table-tr th,
table.table-tr td {
	padding: 1em 0;
}

table.table-tr th {
	width: 25%;
}

table.table-tr.ta-l th {
	font-weight: 400;
	text-align: left;
	padding-left: 4em;
}

table.table-tr.ta-l.th-75 th {
	width: 75%;
}

table.table_gr {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.table_gr th,
table.table_gr td {
	border: 1px solid #666;
	padding: .5em 1em;
	width: 50%;
}
table.table_gr th {
	background: #666;
	border: 1px solid #fff;
	font-size: 1.125em;
	text-align: center;
	color: #fff;
}
table.table_gr td {
	background: #f7f7f7;
}

table.table_br {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
table.table_br th,
table.table_br td {
	border: 1px solid #74001A;
	padding: .5em 1em;
	width: 50%;
}
table.table_br th {
	background: #74001A;
	border: 1px solid #fff;
	font-size: 1.125em;
	text-align: center;
	color: #fff;
}
table.table_br td {
	background: #FBF8F3;
}

@media screen and (max-width: 640px) {
	table.table-tr.ta-l th {
		padding-left: 2em;
	}
	
	table.table-tr.ta-l.th-75 th {
    	padding-left: 0;
	}
}

@media screen and (max-width: 568px) {
	table.table-tr.sp_ta-c tr,
	table.table-tr.sp_ta-c th,
	table.table-tr.sp_ta-c td {
		display: block;
		text-align: center !important;
		width: 100%;
	}
	table.table-tr.sp_ta-c th,
	table.table-tr.sp_ta-c td {
		font-size: .75em;
	}
	table.table-tr.sp_ta-c td {
    	padding: 0 0 1em;
	}
	
	table.table-tr.ta-l th {
		width: 35%;
		padding-left: 0;
	}
	table.table-tr.ta-l th,
	table.table-tr.ta-l td {
		font-size: .6875em;
	}
	
	.col-1.sp_mb-0 {
		display: contents;
	}
	.col-1.sp_mb-0 table.table-tr tr:last-child {
		border-bottom: none;
	}
}

/************************************
** 線
************************************/
.brd-t {
	border-top: 1px solid #ccc;
}

.brd-b {
	border-bottom: 1px solid #ccc;
}

.line-purple {
	width: 100px;
	height: 1px;
	background: #74001A;
	display: table;
	margin: 4.375em auto;
}

/************************************
** 背景
************************************/
.bg_wh {
	background: #fff;
}
.bg_pink {
	background: rgba(116,0,26,0.1);
}
.bg_gray {
	background: #f7f7f7;
}
.bg_brown {
	background: #74001A;
}

.privacy .page-content.bg_wh {
	background: #f7f7f7;
}

.bg_img {
	position: relative;
}
.bg_img img {
	width: 100%;
	object-fit: cover;
	pointer-events: none;
}
.bg_img .heading_sub,
.bg_img .heading_sub span {
	color: #fff;
}
.bg_img .heading_sub {
	color: #fff;
	margin: 0 auto 2.5em;
}
.bg_img .heading_sub span {
	color: #FF9007;
}
.bg_img h3 {
	font-size: 1.75em;
	font-weight: 400;
	color: #fff;
	margin: 0 auto 1.5em;
}
.bg_img p {
	color: #fff;
}

.bg_img.bg_about {
	background: #fff url(./images/top/bg_about.png) no-repeat center center/cover;
}

.home .bg_wh,
.single .bg_wh,
.home .bg_gray,
.single .bg_gray,
.home .bg_img {
	padding: 80px 0;
}

@media screen and (max-width: 568px) {
	.home .bg_wh,
	.single .bg_wh,
	.home .bg_gray,
	.single .bg_gray,
	.home .bg_img {
		padding: 35px 0;
	}
	
	.home .mt-60 {
		    margin-top: 45px !important;
	}
	.home .mt-90 {
		    margin-top: 30px !important;
	}
}

/************************************
** ヘッダー
************************************/
.header {
	border-top: 4px solid #CB2E1A;
	border-bottom: 1px solid #ccc;
}

.tagline {
	display: none;
}

.header-in {
	display: block;
	line-height: 0;
}

.logo-text {
	text-align: left;
	display: inline-block;
	padding: 7px 0 0;
}

.site-name-text-link img {
	width: 222px;
}

.header-tel01,
.header-tel02 {
	display: inline-block;
	float: right;
	line-height: 0;
}
.header-tel01 img,
.header-tel02 img {
	max-height: 60px;
}

.site-name-text-link img,
.header-tel01 img,
.header-tel02 img {
	-webkit-transition: .4s;
	transition: .4s;
}
.site-name-text-link:hover img,
.header-tel01:hover img,
.header-tel02:hover img {
	opacity: .8;
}

@media screen and (max-width: 812px) {
	.logo-text {
    	padding: 6px 0 0 4%;
	}
	
	.site-name-text-link img {
		width: 150px;
	}

	.header-tel01 img,
	.header-tel02 img {
    	max-height: 45px;
	}
}

@media screen and (max-width: 768px) {
	.logo-text {
    	padding: 4px 0 0 4%;
	}
	
	.site-name-text-link img {
		width: 130px;
	}
	
	.header-tel01 img,
	.header-tel02 img {
    	max-height: 43px;
	}
}

@media screen and (max-width: 768px) {
	.header-tel01 img,
	.header-tel02 img {
    	max-height: 37px;
	}
}

@media screen and (max-width: 640px) {
	.logo-text {
    	padding: 3px 0 0 4%;
	}

	.header-tel01 img,
	.header-tel02 img {
    	max-height: 35px;
	}
}

@media screen and (max-width: 568px) {
	.logo-text {
    	padding: 10px 0;
    	text-align: center;
    	display: block;
	}
	
	.site-name-text-link img {
		width: 222px;
	}

	.header-tel01 img,
	.header-tel02 img {
    	display: none;
	}
}

/************************************
** ナビゲーション
************************************/
.navi {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navi.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.navi-in > ul li {
    width: 16.6666667%;
    height: unset;
    line-height: unset;
    border-bottom: 4px solid #fff;
}
.navi-in > ul li:hover,
.navi-in > ul li.current-menu-item,
.single-event .navi-in > ul li#menu-item-7,
.single-works .navi-in > ul li#menu-item-8,
.categoryid-35 .navi-in > ul li#menu-item-513 {
    border-bottom: 4px solid #A00A2D;
}
.navi-in a {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0 16px;
}

.navi-in > ul .sub-menu {
    background-color: #fff;
    text-align: center;
    top: 63px;
    width: 100%;
    min-width: unset;
    box-shadow: 0px 2px 3px gray;
}
.navi-in > ul .sub-menu li {
    border-bottom: 1px solid #ccc;
}
.navi-in > ul .sub-menu li:last-child {
    border-bottom: none;
}
.navi-in > ul .sub-menu li:hover {
    border-bottom: 1px solid #ccc;
}

.navi-in > ul .sub-menu li a {
    font-weight: 400;
}

@media all and (-ms-high-contrast: none){
	.navi {
    	width: 100%;
	}
	.navi-in {
    	width: 980px;
	}
	.navi-in > ul {
    	display: inline-block;
    	font-size: 0;
     	width: 100%;
	}
	.navi-in > ul > li {
		display: inline-block;
    	width: unset;
    	height: unset;
    	line-height: unset;
    	border-bottom: 4px solid #fff;
    	width: 16.6%;
	}
	.navi-in > ul .sub-menu {
    	top: 60px;
    }
	.navi-in a {
		padding: 23px 5px 16px;
    	line-height: 1.4;
	}
}

@media screen and (min-width: 569px) {
	#menu-sp_gnav {
    	display: none !important;
	}
}

@media screen and (max-width: 834px) {
	#menu-gnav {
    	display: flex;
	}
}

@media screen and (max-width: 812px) {
	.navi-in a {
    	padding: 20px 21px 16px;
	}
}

@media screen and (max-width: 768px) {
	.navi-in a {
    	padding: 20px 15px 16px;
	}
}

@media screen and (max-width: 667px) {
	.navi-in a {
    	padding: 15px 10px 11px;
	}
}

@media screen and (max-width: 640px) {
	.navi-in a {
    	padding: 15px 8px 11px;
	}
}

@media screen and (max-width: 568px) {
	#menu-gnav {
		display: none;
	}
	
	#menu-sp_gnav {
    	display: flex;
	}
	
	#navi .navi-in > .menu-mobile li {
    	width: 33.3333333333%;
    	height: 44px;
    	line-height: 13px;
    	border: 1px solid #ccc;
	}
	#navi .navi-in > .menu-mobile li.current-menu-item {
    	background: #333;
	}
	#navi .navi-in > .menu-mobile li.current-menu-item a {
    	color: #fff;
	}
	
	#navi .navi-in > .menu-mobile li:first-child {
    	border-left: none;
	}
	#navi .navi-in > .menu-mobile li:last-child {
    	border-right: none;
	}
	#navi .navi-in > .menu-mobile li a {
    	font-size: 12px;
	}
}

/************************************
** フッター
************************************/
footer {
	color: #fff;
	background: #74001A !important;
	margin-top: 0 !important;
    padding: 70px 0 !important;
}

footer img {
	-webkit-transition: .4s;
	transition: .4s;
}
footer a:hover img {
	opacity: .8;
}

.footer-logo {
	width: 100%;
	max-width: 330px;
	margin: 0 0 40px;
	display: block;
}
.footer-logo img {
	width: 100%;
}

.footer .sp_row {
	margin-top: 0;
}

ul.footer-sitemap,
ul.footer-sitemap li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-sitemap li a {
	font-size: .875em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
ul.footer-sitemap li ul li {
	position: relative;
	padding-left: 1em;
}
ul.footer-sitemap li ul li:before {
	position: absolute;
	content: "−";
	top: 0;
	left: 0;
}
ul.footer-sitemap li ul li a {
	font-weight: 400;
}

.footer-link_access img,
.footer-link_reform img {
	width: 334px;
}
.footer-link_reform img {
	margin-top: 30px;
}

.footer-reform {
	margin: 30px 0 0;
	display: block;
}

.footer-bottom {
    margin-top: 0;
    padding: 1.5em;
    font-size: .6875em;
    background: #333;
    text-align: center;
}
.footer-bottom ul.footer-links {
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.footer-bottom ul.footer-links li {
    padding: 0 1em;
    border-right: 1px solid #fff;
}
.footer-bottom ul.footer-links li:last-child {
    border-right: none;
}
.footer-bottom ul.footer-links li a {
    color: #fff;
}
.footer-bottom ul.footer-links li a i {
    margin-left: .5em;
}

.footer-bottom-content {
    float: initial;
    text-align: center;
}

.copyright {
    width: 100%;
    color: #fff;
}

.footer-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.footer-btn .footer-btn-title {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #51D12B;
	margin: 0;
	padding: 5px;
	width: 100%;
	position: relative;
}
.footer-btn .footer-btn-title:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
	border-color: #51D12B transparent transparent transparent;
    bottom: -10px;
    left: 47.5%;
}
.footer-btn .footer-btn-tel {
	/*display: flex;*/
	display: block;
	width: 100%;
	padding: 10px 15px 5px;
	text-align: center;
	background: #fff;
}

.footer-btn .footer-btn-tel a {
	display: block;
	text-align: center;
}

/*.footer-btn .footer-btn-tel .footer-btn-tel01,
.footer-btn .footer-btn-tel .footer-btn-tel02 {
	width: 50%;
}
.footer-btn .footer-btn-tel .footer-btn-tel01 {
	border-right: 1px solid #ccc;
	padding-right: 15px;
}
.footer-btn .footer-btn-tel .footer-btn-tel02 {
	padding-left: 15px;
}*/
.footer-btn .footer-btn-tel img {
	display: inline-block;
	width: 100%;
	max-width: 296px;
	margin: 0 auto;
}
.footer-btn .footer-btn-docuent,
.footer-btn .footer-btn-mail {
	width: 50%;
	padding: 15px;
	text-align: center;
	max-height: 53px;
}
.footer-btn .footer-btn-docuent {
	float: left;
	background: #A00A2D;
	border-right: 1px solid #fff;
}
.footer-btn .footer-btn-mail {
	float: right;
	background: #333;
}
.footer-btn .footer-btn-docuent img,
.footer-btn .footer-btn-mail img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.footer-btn .footer-btn-docuent img {
	max-width: 125px;
}
.footer-btn .footer-btn-mail img {
	max-width: 130px;
}

@media all and (-ms-high-contrast: none) {
	.footer-bottom-content {
    	float: initial;
	}
}

@media screen and (min-width: 769px) {
	.footer-btn {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	footer {
    	padding: 25px 4% !important;
	}
}

@media screen and (max-width: 812px) {
	.footer-logo {
		max-width: 300px;
	}
}

@media screen and (max-width: 768px) {
	.footer-btn .footer-btn-title:after {
		left: 48.7%;
	}
}

@media screen and (max-width: 667px) {
	.footer-logo {
		margin: 0 0 40px;
	}
	
	.footer-btn .footer-btn-title:after {
		left: 48.6%;
	}
}

@media screen and (max-width: 568px) {
	.footer-logo,
	.footer_company-info {
		text-align: center;
	}
	
	.footer-logo {
		max-width: 330px;
		margin: 0 auto 30px;
	}
	
	.footer-tel {
		display: block;
	}
	
	.footer-link_access img,
	.footer-link_reform img {
		width: 100%;
	}
	.footer-link_reform img {
		margin-top: 10px;
	}
}

@media screen and (max-width: 375px) {
	.footer-btn .footer-btn-title:after {
		left: 47.3%;
	}
}

/************************************
** サイドボタン
************************************/
.side-btn {
	position: fixed;
	top: 50%;
	right: 0;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1;
}
.side-btn a {
	display: block;
}
.side-btn a img {
	width: 50px;
	height: auto;
	-webkit-transition: .4s;
	transition: .4s;
}
.side-btn a:hover img {
	opacity: .8;
}

@media screen and (max-width: 812px) {
	.side-btn {
    	top: 60%;
 	}
}

@media screen and (max-width: 768px) {
	.side-btn {
		display: none !important;
	}
}

/************************************
** トップページのメインビジュアル
************************************/
.mainimg {
	position: relative;
	line-height: 1;
}
.mainimg .slider {
	opacity: 0;
	transition: opacity 0.4s linear;
}
.mainimg .slider.slick-initialized {
	opacity: 1;
}
.mainimg .slider img {
	width: 100%;
	height: auto;
}
.mainimg .slider button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.mainimg .slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	z-index: 2;
	display: block;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
.mainimg .slider .slide-arrow.prev-arrow {
	left: -36px;
	background-image: url("./images/common/arrow-w-prev.png");
}
.mainimg .slider .slide-arrow.next-arrow {
	right: -36px;
	background-image: url("./images/common/arrow-w-next.png");
}
.mainimg .slider-for .slick-list {
	overflow: visible;
}
.mainimg .slider-for .slick-slide.slick-current {
	background-color: #fff;
}
.mainimg .slider-for .slick-slide div {
	display: block;
	position: relative;
}
.mainimg .slider-for .slick-slide div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 2;
	opacity: 0.35;
}
.mainimg .slider-for .slick-slide.slick-current div::before {
	display: none;
}
.mainimg .slider-for .slick-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.mainimg .slider-for .slick-slide a img:hover {
	opacity: 1;
}
.mainimg .slider-for .slick-slide.slick-current a img:hover {
	opacity: 0.8;
}

.mainimg-inner.top {
	width: 100%;
	line-height: 0;
	max-width: 2880px;
	overflow: hidden;
	margin: 0 auto;
}

.slider.slider-for, .slider.slider-nav {
	width: 980px;
	margin: 0 auto;
}

.slider-nav .slick-slide {
	overflow: hidden;
	padding: 20px 10px 16px;
}

@media screen and (max-width: 1024px) {
	.slider.slider-for, .slider.slider-nav {
		width: auto;
	}
	
	.slider-nav .slick-slide {
    	padding: .7em !important;
	}
	.slider-nav .slick-slide .slick-slide-inner img {
    	height: 50px !important;
	}
	.slider-nav .slick-slide .slick-slide-inner p {
    	margin: .5em !important;
	}
}

.slider-nav .slick-slide:focus {
	outline: 0;
}

.mainimg .slick-initialized .slick-slide {
	line-height: 0;
}

.slider-nav .slick-slide-inner {
	position: relative;
	display: flex;
}
.slider-nav .slick-slide .slick-slide-inner img {
	display: inline-block;
	width: 50px;
	height: auto;
	margin: 0;
}
.slider-nav .slick-slide .slick-slide-inner p {
	font-size: 14px;
	margin: 0;
	text-align: justify;
	line-height: 1.6;
	display: inline-block;
	margin: 1em;
	margin-right: 0;
}
.slider-nav .slick-slide .slick-slide-inner .brd-r {
	position: absolute;
	top: 0;
	right: -10px;
	height: 50px;
	display: inline-block;
	border-right: 1px solid #DFDFDF;
}
.slider-nav .slick-slide:last-child .slick-slide-inner .brd-r {
	border-right: none;
}

.slider-nav .slick-current {
	border-bottom: solid 4px #74001A;
}
.slider-nav .slick-current p {
	color: #74001A;
}
.slider-nav .slick-track {
	transform: none !important;
}

@media screen and (max-width: 1024px) {
	.slider-nav .slick-slide .slick-slide-inner p {
		min-height: 34px;
	}
	
	.mainimg .slider .slide-arrow.prev-arrow {
		left: 0;
	}
	.mainimg .slider .slide-arrow.next-arrow {
		right: 0;
	}
}

@media screen and (max-width: 812px) {
	.slider-nav .slick-slide .slick-slide-inner p {
		font-size: .875em;
    	margin: 0 .5em !important;
	}
}

@media screen and (max-width: 768px) {
	.slider-nav .slick-slide {
		padding: 10px 0 8px;
	}
}

@media screen and (max-width: 568px) {
	.slider-nav {
		display: none;
	}
	
	.slick-dots {
    	position: relative;
    	bottom: -4px;
    	padding: 10px;
    	background: #fff;
    	display: block !important;
	}
	.slick-dots li button {
    	width: 12px !important;
    	height: 12px !important;
    	border-radius: 50% !important;
	}
	.slick-dots li.slick-active button {
    	background: #74001A;
	}
	.slick-dots li button:before {
    	font-size: 8px;
    	line-height: 12px;
    	width: 10px;
    	height: 10px;
    	opacity: 1;
    	color: #fff;
    	border: 1px solid #74001A;
    	border-radius: 50%;
	}
	.slick-dots li.slick-active button:before {
    	opacity: 1;
    	color: #74001A;
	}
}

/************************************
** 記事一覧
************************************/
.tag-title {
	font-size: 1.125em;
	color: #74001A;
	text-align: center;
	margin: 0 auto 2em;
}

ul.post-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	width: 100%; /* 20251102 コメントアウトを解除 */
}

ul.post-list li {
	/*width: 100%;*/
	background: #fff;
	padding: 10px;
	vertical-align: top;
}

ul.post-list.list_voice li {
	margin: 10px;
	padding: 0;
}

ul.post-list.list_works li {
	margin: 2.3%;
	padding: 0;
}

ul.post-list.list_works li:first-child,
ul.post-list.list_voice li:first-child {
	margin-left: 0;
}
ul.post-list.list_works li:last-child,
ul.post-list.list_voice li:last-child {
	margin-right: 0;
}

ul.post-list.list_voice li .voice-information,
ul.post-list.list_works li .works-information,
ul.post-list.list_works li .report-information {
	padding: 10px;
	background: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

ul.post-list.list_voice li .voice-information {
	min-height: 165px;
}

ul.post-list.list_works li .works-information {
	min-height: 115px;
}
ul.post-list.list_works li .works-information {
	min-height: 115px;
}

ul.post-list.list_works li .report-information {
	min-height: 88px;
}
.single-report ul.post-list.list_works li .report-information .w_building-name {
	text-align: left;
}

ul.post-list.list_voice li .voice-information .post-ttl,
ul.post-list.list_works li .works-information .post-ttl,
ul.post-list.list_works li .report-information .post-ttl {
	margin: 0;
}

ul.post-list.list_voice li a:hover .voice-information,
ul.post-list.list_works li a:hover .works-information,
ul.post-list.list_works li a:hover .report-information {
	background: #A00A2D;
}

ul.post-list.list_voice li a:hover .voice-information .post-ttl,
ul.post-list.list_works li a:hover .works-information .post-ttl,
ul.post-list.list_works li a:hover .report-information .post-ttl,
ul.post-list.list_works li a:hover .works-information .w_building-name,
ul.post-list.list_works li a:hover .report-information .w_building-name {
	color: #fff;
}

ul.post-list li .post-link {
	text-decoration: none;
	color: #333;
}
ul.post-list li .post-thumb {
	position: relative;
	line-height: 0;
}

ul.post-list.list_voice li .post-thumb {
	height: 234px;
}
ul.post-list.list_voice li .post-thumb img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

ul.post-list.list_works li .post-thumb img {
	width: 100%;
    height: 210px;
    object-fit: cover;
}

ul.post-list.list_event li,
ul.post-list.list_blog li {
	width: 25%;
}

ul.post-list.list_blog > li .post-thumb {
    position: relative;
    width: 100%;
    height: auto;
}
ul.post-list.list_blog > li .post-thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.post-list.list_blog > li .post-thumb img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive ul.post-list.list_blog {
	width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background: #fff;
}
.archive ul.post-list.list_blog > li {
	width: 25%;
    padding: 10px 10px 40px;
}
ul.post-list.list_blog > li ul li {
	display: unset;
	width: 100%;
	padding: 0;
	background: transparent;
}

ul.post-list.list_event li .post-thumb,
ul.post-list.archive-list_event li .post-thumb {
	position: relative;
	line-height: 0;
    width: 100%;
    height: auto;
}
ul.post-list.list_event li .post-thumb:before,
ul.post-list.archive-list_event li .post-thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.post-list.list_event li .post-thumb img,
ul.post-list.archive-list_event li .post-thumb img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.post-list li .post-thumb .post-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 10px;
	font-size: .75em;
	line-height: 1;
	color: #fff;
	background: #74001A;
	z-index: 1;
}

ul.post-list li .post-thumb .post-end {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

ul.post-list li .post-thumb .post-end p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: .875em;
	color: #fff;
	width: 100%;
    text-align: center;
    line-height: 1.7;
}

ul.post-list li .post-thumb .post-cat.consultation {
	background: #005A91 !important;
}
ul.post-list li .post-thumb .post-cat.fair {
	background: #CB2E1A !important;
}
ul.post-list li .post-thumb .post-cat.thanksgiving {
	background: #008200 !important;
}

ul.post-list li .post-ttl {
	font-size: 1.125em;
	line-height: 1.5;
	margin: .5em 0 0;
    display: block;
}
ul.post-list.list_blog > li .post-ttl {
	font-size: 1em;
}

ul.post-list.list_blog > li ul,
.tag-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.post-list.list_blog ul li,
.tag-wrap ul li {
  display: inline;
  margin: 0 0 .3em 1em;
  padding: 0;
  width: 100%;
  max-width: 90%;
}
ul.post-list.list_blog > li ul li a,
.tag-wrap ul li a {
	font-size: .75em;
	color: #666;
	text-decoration: none;
	position: relative;
	display: inline-table;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 0 1em;
	background: rgba(116,0,26,0.1);
	-webkit-transition: .4s;
	transition: .4s;
}
ul.post-list.list_blog > li ul li a::before,
.tag-wrap ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent rgba(116,0,26,0.1) transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .4s;
	transition: .4s;
	margin: auto;
}
ul.post-list.list_blog > li ul li a::after,
.tag-wrap ul li a::after {
  position: absolute;
  top: 50%;
  left: -3px;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
ul.post-list.list_blog > li ul li a:hover,
.tag-wrap ul li a:hover {
  background-color: #333;
  color: #fff;
}
ul.post-list.list_blog > li ul li a:hover::before,
.tag-wrap ul li a:hover::before {
  border-right-color: #333;
}

.tag-wrap {
	margin: 0 auto 2em;
	display: table;
}

ul.post-list li .e_date,
ul.post-list li .e_desc,
ul.post-list li .w_building-name,
ul.post-list li .b_date {
	font-size: .875em;
	margin: .5em 0;
}
ul.post-list li .e_date,
ul.post-list li .w_building-name,
ul.post-list li .b_date {
	color: #666;
}

ul.post-list li .w_building-name {
	text-align: left;
}

ul.post-list li ul.customer-information {
	list-style: none;
	margin: .5em 0 0;
	padding: 0;
}
ul.post-list li ul.customer-information li {
	font-size: .875em;
	color: #666;
	margin: 0;
	background: transparent;
	width: 100% !important;
}

ul.post-list.list_voice li a:hover .voice-information ul.customer-information li {
	color: #fff;
}

ul.post-list.list_blog > li ul li {
    display: block;
    width: 100%;
    /*padding: 10px 0;*/
    padding: 0;
}

@media all and (-ms-high-contrast: none) {
	ul.post-list.list_blog li ul li {
		display: initial;
    }
}

@media screen and (min-width: 1751px){
	ul.post-list.list_blog > li ul {
		display: block;
	}
	ul.post-list.list_blog > li ul li {
		padding: 10px 0 !important;
    }
	ul.post-list.list_blog > li ul li a {
		padding: 0 1em;
    }
}

@media screen and (max-width: 1024px){
	ul.post-list.list_voice li .voice-information {
    	min-height: 190px;
	}
	
	ul.post-list.list_blog > li ul {
		display: block;
	}
	ul.post-list.list_blog > li ul li {
		padding: 0 !important;
		display: block;
    }
	ul.post-list.list_blog > li ul li a {
		padding: 0 1em;
    }
}

@media screen and (max-width: 812px){
	ul.post-list.list_voice li .voice-information {
    	min-height: 220px;
	}
	
	ul.post-list.list_works li .works-information {
		min-height: 120px;
	}
}

@media screen and (max-width: 768px){
	ul.post-list.list_voice li .voice-information {
    	min-height: 250px;
	}
}

@media screen and (max-width: 667px) {
	ul.post-list.list_voice li .voice-information {
    	min-height: 280px;
	}
}

@media screen and (max-width: 640px) {
	ul.post-list.list_works li .works-information {
		min-height: 165px;
	}
}

@media screen and (max-width: 568px) {
	ul.post-list.list_works li .works-information {
		min-height: 120px;
	}
	
	.archive ul.post-list.list_blog > li {
		width: 50%;
    	padding: 10px;
	}
}

/* アーカイブページ */
.archive ul.post-list.list_voice,
ul.post-list.list_works,
ul.post-list.list_report {
    display: inline-block;
}
.archive ul.post-list.list_voice li {
	width: 31.6%;
    display: inline-block;
}

.archive ul.post-list.list_voice li:nth-child(1),
.archive ul.post-list.list_voice li:nth-child(4),
.archive ul.post-list.list_voice li:nth-child(7),
ul.post-list.list_report li:nth-child(1),
ul.post-list.list_report li:nth-child(4),
ul.post-list.list_report li:nth-child(7),
ul.post-list.list_works li:nth-child(odd) {
	margin-left: 0;
}
.archive ul.post-list.list_voice li:nth-child(3),
.archive ul.post-list.list_voice li:nth-child(6),
.archive ul.post-list.list_voice li:nth-child(9),
ul.post-list.list_report li:nth-child(3),
ul.post-list.list_report li:nth-child(6),
ul.post-list.list_report li:nth-child(9),
ul.post-list.list_works li:nth-child(even) {
	margin-right: 0;
}

ul.post-list.list_works li {
	width: 47.4%;
    display: inline-block;
}

ul.post-list.list_report li {
	width: 31.3%;
	margin: 15px 1.2%;
	padding: 0;
    display: inline-block;
}
ul.post-list.list_report li .report-information {
	padding: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}
ul.post-list.list_report li:hover .report-information {
	background: #A00A2D;
}
ul.post-list.list_report li:hover .report-information,
ul.post-list.list_report li:hover .report-information .w_building-name {
	color: #fff;
}

.list_works-parts {
    display: flex;
    position: relative;
    z-index: 1;
    height: 55px;
    margin: 2em auto 4em;
    padding: 0;
    width: 100%;
}
.list_works-parts > li {
    width: 100%;
    margin: 0 12.5px;
    background: #A00A2D;
}
.list_works-parts > li:first-child {
    margin-left: 0;
}
.list_works-parts > li:last-child {
    margin-right: 0;
}
.list_works-parts > li a {
    font-size: 1.125em;
}

.term-large-scale .list_works-parts > li.cat-item-43,
.term-renovation .list_works-parts > li.cat-item-43,
.term-extension .list_works-parts > li.cat-item-43,
.term-earthquake-resistant .list_works-parts > li.cat-item-43,
.term-plumbing .list_works-parts > li.cat-item-47,
.term-kitchen .list_works-parts > li.cat-item-47,
.term-toilet .list_works-parts > li.cat-item-47,
.term-washroom .list_works-parts > li.cat-item-47,
.term-bathroom .list_works-parts > li.cat-item-47,
.term-interior .list_works-parts > li.cat-item-52,
.term-living-dining .list_works-parts > li.cat-item-52,
.term-japanese .list_works-parts > li.cat-item-52,
.term-children .list_works-parts > li.cat-item-52,
.term-bedroom .list_works-parts > li.cat-item-52,
.term-corridor-storage .list_works-parts > li.cat-item-52,
.term-entrance .list_works-parts > li.cat-item-52,
.term-circumference .list_works-parts > li.cat-item-59,
.term-veranda .list_works-parts > li.cat-item-59,
.term-wall-roof .list_works-parts > li.cat-item-59,
.term-exterior .list_works-parts > li.cat-item-59 {
    background: #fff;
    border: 2px solid #A00A2D;
}
.term-large-scale .list_works-parts > li.cat-item-43 a,
.term-renovation .list_works-parts > li.cat-item-43 a,
.term-extension .list_works-parts > li.cat-item-43 a,
.term-earthquake-resistant .list_works-parts > li.cat-item-43 a,
.term-plumbing .list_works-parts > li.cat-item-47 a,
.term-kitchen .list_works-parts > li.cat-item-47 a,
.term-toilet .list_works-parts > li.cat-item-47 a,
.term-washroom .list_works-parts > li.cat-item-47 a,
.term-bathroom .list_works-parts > li.cat-item-47 a,
.term-interior .list_works-parts > li.cat-item-52 a,
.term-living-dining .list_works-parts > li.cat-item-52 a,
.term-japanese .list_works-parts > li.cat-item-52 a,
.term-children .list_works-parts > li.cat-item-52 a,
.term-bedroom .list_works-parts > li.cat-item-52 a,
.term-corridor-storage .list_works-parts > li.cat-item-52 a,
.term-entrance .list_works-parts > li.cat-item-52 a,
.term-circumference .list_works-parts > li.cat-item-59 a,
.term-veranda .list_works-parts > li.cat-item-59 a,
.term-wall-roof .list_works-parts > li.cat-item-59 a,
.term-exterior .list_works-parts > li.cat-item-59 a {
    color: #A00A2D;
}

ul.list_works-parts li {
    list-style: none;
    position: relative;
}
ul.list_works-parts li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
}

ul.list_works-parts li ul {
	margin: 0;
	padding: 0;
	box-shadow: 0px 1px 3px gray;
}

ul.list_works-parts li li {
	background: #fff;
    height: 0;
    overflow: hidden;
    transition: .5s;
    padding: 0;
}
ul.list_works-parts li li a {
	font-size: 1em;
	color: #707070 !important;
    border-top: 1px solid #ccc;
}
ul.list_works-parts li li:first-child a {
	border-top: none;
}
ul.list_works-parts li:hover > ul > li {
    height: 55px;
    overflow: visible;
}

.acd-check {
    display: none;
}

.toggle-tab {
	-webkit-transition: .4s;
	transition: .4s;
}
#toggle-tab1:checked ~ .toggle-tab,
#toggle-tab2:checked ~ .toggle-tab,
#toggle-tab3:checked ~ .toggle-tab,
#toggle-tab4:checked ~ .toggle-tab {
	transform: rotate(180deg);
}
#toggle-tab1:checked ~ .toggle-menu1 > li,
#toggle-tab2:checked ~ .toggle-menu2 > li,
#toggle-tab3:checked ~ .toggle-menu3 > li,
#toggle-tab4:checked ~ .toggle-menu4 > li {
	display: block;
}
.toggle-tab,
.toggle-menu > li {
	display: none;
}

@media screen and (max-width: 1024px){
	.archive ul.post-list.list_voice li {
		width: 31.4%;
	}
	
	ul.post-list.list_works li {
    	width: 47.1%;
    }
}

@media screen and (max-width: 924px){
	ul.post-list.list_report li {
		width: 31.2%;
	}
}

@media screen and (max-width: 812px){
	.archive ul.post-list.list_voice li {
		width: 31%;
	}
	
	ul.post-list.list_works li {
    	width: 46.6%;
    }
    
    ul.post-list.list_report li {
		width: 30.6%;
	}
	
	ul.post-list.list_blog > li ul {
		display: block;
	}
	ul.post-list.list_blog > li ul li {
		display: block;
    	width: 100%;
    	padding: 10px 0;
	}
}

@media screen and (max-width: 768px){
	.archive ul.post-list.list_voice li {
		width: 30.9%;
	}
	
	ul.post-list.list_works li {
    	width: 46.4%;
    }
    
    ul.post-list.list_report li {
		width: 30.4%;
	}
}

@media screen and (max-width: 736px){
	.archive ul.post-list.list_voice li {
		width: 30.8%;
	}
	
	ul.post-list.list_works li {
    	width: 46.2%;
    }
    
    ul.post-list.list_report li {
		width: 30.3%;
	}
}

@media screen and (max-width: 667px){
	.archive ul.post-list.list_voice li {
		width: 30.5%;
	}
	
	ul.post-list.list_works li {
    	width: 45.8%;
    }
    
    ul.post-list.list_report li {
		width: 30%;
	}
}

@media screen and (max-width: 640px){
	.archive ul.post-list.list_voice li {
		width: 30.4%;
	}
	
	ul.post-list.list_works li {
    	width: 45.7%;
    }
	ul.post-list.list_works li .post-thumb img {
    	height: 183px;
	}
	
	ul.post-list.list_report li {
		width: 29.8%;
	}
}

@media screen and (max-width: 568px) {
	.archive ul.post-list.list_voice li,
	ul.post-list.list_works li {
		width: 100%;
		margin: 0 0 10px;
	}
	.archive ul.post-list.list_voice li:last-child,
	ul.post-list.list_works li:last-child {
		margin: 0;
	}
		
	ul.post-list {
    	display:-webkit-box;
    	display:-moz-box;
    	display:-ms-flexbox;
    	display:-webkit-flex;
    	display:-moz-flex;
    	display:flex;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:wrap;
    	-moz-flex-wrap:wrap;
    	-ms-flex-wrap:wrap;
    	flex-wrap:wrap;
	}
	ul.post-list li {
    	width: 50%;
    	/*float: left;*/
	}
	ul.post-list li .post-thumb .post-cat {
    	font-size: .6875em;
    }
    ul.post-list li .post-ttl {
    	font-size: .875em;
    }
    ul.post-list li .e_date,
    ul.post-list li .e_desc,
    ul.post-list li .w_building-name,
    ul.post-list li .b_date {
    	font-size: .75em;
	}
	
	ul.post-list.list_event li {
    	min-height: 370px;
	}
	
	ul.post-list.list_works li,
	ul.post-list.list_voice li {
    	width: 100%;
    	margin: 10px 0;
	}
	ul.post-list.list_works li .post-thumb img,
	ul.post-list.list_voice li .post-thumb img {
		width: 100%;
    	object-fit: cover;
	}
	ul.post-list.list_works li .post-thumb .post-cat {
    	top: unset;
    	bottom: 0;
    	font-size: .875em;
    }
    
    ul.post-list.list_voice li .voice-information,
    ul.post-list.list_works li .works-information {
		min-height: unset;
		/*display: inline-block;*/
		display: block;
	}
    
    ul.list_mind-point {
    	display: inline-block;
	}

	ul.post-list {
		flex-wrap: wrap;
	}

	ul.list_mind-point li,
	ul.post-list.list_event li,
	ul.post-list.list_blog li {
    	width: 50%;
    	/*float: left;*/
    	padding: 10px;
    	
	}
	
	ul.post-list.list_blog > li {
    	margin: 0;
	}
	ul.post-list.list_blog > li .post-ttl {
		font-size: .875em;
		/*min-height: 70px;*/
	}
	
	ul.article-list .date {
    	margin: 15px 0 0;
    	display: block;
	}
	
	ul.list_works-parts {
    	display: block;
    	height: unset;
    	margin: 1em auto 2.8em;
    }
    ul.list_works-parts > li {
    	margin: 0 0 10px;
	}
	ul.list_works-parts > li:last-child {
    	margin: 0;
	}
	ul.list_works-parts li a {
    	height: 45px;
    	line-height: 45px;
	}
	ul.list_works-parts .toggle-tab {
		position: absolute;
		top: 10px;
		right: 17px;
		display: block;
		color: #fff;
	}
	ul.list_works-parts li:hover > ul > li {
    	height: 45px;
    }
    
    ul.post-list.list_report li {
		width: 100%;
		margin: 15px 0;
	}
}

/*@media screen and (max-width: 480px) {
	ul.post-list.list_blog > li .post-ttl {
		min-height: 90px;
	}
}*/

@media screen and (max-width: 320px) {
	ul.post-list.list_event li {
    	min-height: 350px;
	}
	
/*	ul.post-list.list_blog > li .post-ttl {
		min-height: 110px;
	}*/
}

/************************************
** 下層ページ
************************************/
/* MV */
.page-mv {
	position: relative;
	height: 200px;
}
.page-mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
.page-mv .heading_sub {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 100%;
	color: #fff;
}
.page-mv .heading_sub span {
	color: #A00A2D;
}

/* 私たちについて */
.circle_onayami,
.circle_kaiketsu  {
	text-align: center;
    position: relative;
    width: 100%;
    max-width: 255px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
}

.circle_onayami  {
	background: #A00A2D;
}
.circle_onayami:before,
.circle_kaiketsu:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circle_onayami.onayami01,
.circle_onayami.onayami03 {
	margin-bottom: 50px;
}
.circle_onayami.onayami02 {
	margin-bottom: 105px;
}

.circle_onayami.onayami01:after,
.circle_onayami.onayami02:after,
.circle_onayami.onayami03:after {
	position: absolute;
	content: "";
}
.circle_onayami.onayami01:after {
	background: transparent url(./images/page/illust_onayami01.png) no-repeat center center/contain;
	width: 117px;
	height: 183px;
	bottom: -35px;
	right: -65px;
}
.circle_onayami.onayami02:after {
	background: transparent url(./images/page/illust_onayami02.png) no-repeat center center/contain;
	width: 163px;
	height: 147px;
	bottom: -80px;
	left: 68px;
}
.circle_onayami.onayami03:after {
	background: transparent url(./images/page/illust_onayami03.png) no-repeat center center/contain;
	width: 107px;
	height: 152px;
	bottom: -35px;
	left: -60px;
}

.circle_onayami .inner,
.circle_kaiketsu .inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.circle_onayami .inner {
    padding-top: 55px;
}

.circle_kaiketsu .inner:before,
.circle_kaiketsu .inner:after {
    position: absolute;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	margin:0;
}
.circle_kaiketsu .inner:before {
	content: "";
    top: -20px;
    width: 1px;
    height: 40px;
    background: #C84664;
}
.circle_kaiketsu .inner:after {
    bottom: -30px;
    font-family: FontAwesome;
    content: "\f078";
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 58px;
    background: #A00A2D;
    border-radius: 30px;
}

.circle_onayami .heading,
.circle_kaiketsu .heading {
    font-size: .875em;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.circle_onayami .heading {
    color: #74001A;
}

.circle_onayami p,
.circle_kaiketsu p {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	width: 100%;
  	margin:0;
  	padding:0;
    font-size: 1.25em;
    white-space: nowrap;
}
.circle_onayami p {
	color: #fff;
}

.circle_kaiketsu {
    background: #fff;
    margin-top: 40px;
}

.circle_kaiketsu .inner {
    padding-top: 35px;
}

.circle_kaiketsu .heading {
    color: #ccc;
}

.circle_kaiketsu p {
    color: #333;
}

@media screen and (max-width: 812px){
	.circle_onayami.onayami02 {
		margin-top: 150px;
	}
	.circle_onayami.onayami03 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 568px){
	.page-mv {
		height: 100px;
	}
}

/* ぱんくずリスト */
#breadcrumb {
	font-size: .75em;
	padding: 1em 0;
	background: #fff;
}
#breadcrumb,
#breadcrumb a {
	color: #666666;
}
#breadcrumb .fa-home {
	margin-right: 1em;
}
#breadcrumb .fa-chevron-right {
	margin: 0 1em;
}

@media screen and (max-width: 568px){
	#breadcrumb {
		font-size: .6875em;
		padding: .5em 0;
	}
}

/* ページネーション */
.pagination {
    margin: 30px 0 0;
}
.pagination-next-link {
	position: relative;
    background-color: #82001E;
    border: 1px solid #82001E;
    border-radius: 27.5px;
    color: #fff;
    font-size: 1.125em;
    line-height: 20px;
    width: 100%;
    max-width: 520px;
    height: 55px;
    margin: 70px auto 0;
    padding: 1em;
    transition: .4s;
    box-shadow: 5px 5px #74001A;
}
.pagination-next-link:hover {
	background: #fff;
	color: #82001E;
}
.pagination-next-link:after {
	position: absolute;
    font-family: FontAwesome;
    content: "\f054";
    top: 1em;
    right: 35px;
}

.page-numbers {
    color: #666;
    height: 50px;
    width: 50px;
    margin: 0 7.5px;
    line-height: 47px;
    border-radius: 0;
    transition: .4s;
}
.page-numbers:hover {
    color: #fff !important;
    background: #A00A2D !important;
}
.pagination .current {
    background-color: #fff;
}
.page-numbers.dots {
    opacity: 1;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 568px) {
	.pagination-next-link {
		margin: 40px auto 0;
   }
}

/* リンクバナー一覧 */
@media screen and (max-width: 568px) {
	#link-bnr01 .row .col-1 {
		margin: 10px 0;
	}
}

/************************************
** 投稿ページ
************************************/
.entry-title,
.archive-title {
    font-size: 1.5em;
    font-weight: 400 !important;
    text-align: center;
    margin: 0 auto 1em;
    line-height: 1.7;
}
.entry-title span {
    font-size: .67em;
}

.single .article .b_date {
	text-align: center;
}

.single .addtoany_shortcode {
	margin: 0 auto 40px;
	padding: 0;
	display: table;
}

.mainimg {
	position: relative;
}

.post-content {
	text-align: center;
	margin: 60px auto;
}

.pager-wrap {
	padding: 25px 120px;
	background: #fff;
	border-radius: 10px;
}
.pager-wrap .row,
.pager-wrap .col-1 {
	margin: 0;
}
.pager-wrap .col-1 p {
	font-size: .875em;
	font-weight: 400;
	color: #74001A;
	margin: 0 0 .5em;
}
.pager-wrap .col-1 a {
	font-weight: 700;
	color: #2F2A27;
	text-decoration: none;
	line-height: 1.5;
	margin: 0;
}

.pager-wrap .col-1 {
	position: relative;
}
.pager-wrap .col-1.pager-next {
	border-right: 1px solid #ccc;
	padding-right: 60px;
}
.pager-wrap .col-1.pager-prev {
	padding-left: 60px;
}
.pager-wrap .col-1.pager-next:before,
.pager-wrap .col-1.pager-prev:before {
	font-family: FontAwesome;
	font-size: 1.25em;
	position: absolute;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.pager-wrap .col-1.pager-next:before {
	content: "\f053";
	left: -50px;
}
.pager-wrap .col-1.pager-prev:before {
	content: "\f054";
	right: -50px;
}

@media screen and (max-width: 568px){
	.entry-title,
	.archive-title {
    	font-size: 1.125em;
	}
	.entry-title span {
    	display: block;
	}
	
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    	height: 30px !important;
    	line-height: 30px !important;
    	width: 30px !important;
	}
	
	.mainimg .mainimg-data {
		position: relative;
		display: block;
		bottom: unset;
		left: unset;
		width: 100%;
		padding: 20px;
	}
	.mainimg .mainimg-data h3 {
		font-size: 1em !important;
	}
	.mainimg .mainimg-data ul.customer-information li {
		font-size: .875em;
	}
	
	.single-works .mainimg .mainimg-data {
		bottom: unset;
	}
	
	.post-content {
		margin: 40px auto;
	}
}

/* お客様の声 */
.v_customer-name {
	margin: 40px auto;
	text-align: center;
}

ul.v_interview {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.v_interview li.v_interview-section {
	width: 100%;
	margin: 0 0 70px;
	padding: 0;
}
ul.v_interview li.v_interview-section .v_interview-title {
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 10px 50px;
	background: #A00A2D;
	border-radius: 10px 10px 0 0;
}
ul.v_interview li.v_interview-section .v_interview-content {
	margin: 0;
	padding: 20px 50px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
ul.v_interview li.v_interview-section .v_interview-heading {
	font-size: 1.25em;
	margin: 0 0 1em;
	padding-bottom: .5em;
	border-bottom: 1px solid #74001A;
}

ul.v_interview li.v_interview-section .v_interview-content .text-interviewer {
	position: relative;
	font-weight: 700;
	padding-left: 2.5em;
}
ul.v_interview li.v_interview-section .v_interview-content .text-interviewer:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "− −";
}

ul.v_interview li.v_interview-section .v_interview-content .text-customer {
	position: relative;
	padding-left: 2.5em;
}
ul.v_interview li.v_interview-section .v_interview-content .text-customer:before {
	position: absolute;
	top: 0;
	left: 0;
}
ul.v_interview li.v_interview-section .v_interview-content .text-customer:after {
	position: absolute;
	top: 0;
	left: 1.3em;
	content: "：";
}
ul.v_interview li.v_interview-section .v_interview-content .text-customer.husband:before {
	content: "主";
	color: #3366FF;
}
ul.v_interview li.v_interview-section .v_interview-content .text-customer.wife:before {
	content: "奥";
	color: #FF00FF;
}

.interviewer-info {
	width: 100%;
	max-width: 880px;
	color: #fff;
	background: #A00A2D;
	margin: 0 auto 45px;
	padding: 15px 40px 30px;
	border-radius: 10px;
}
.interviewer-info .row,
.interviewer-info p {
	margin: 0;
}

.interviewer-info .interviewer-img {
    position: relative;
    width: 120px;
    height: auto;
    display: block;
	margin: 0 auto;
}
.interviewer-info .interviewer-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.interviewer-info .interviewer-img img {
	position: absolute;
    top: 0; 
    left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	border-radius: 50%;
	object-fit: cover;
}

.interviewer-info .interviewer-ttl {
	font-size: 1.25em;
	margin: 0 0 1em;
}

@media screen and (max-width: 568px){
	.v_customer-name {
		font-size: .875em;
	}
	
	ul.v_interview li.v_interview-section .v_interview-title {
		font-size: .875em;
		padding: 1em;
	}
	
	ul.v_interview li.v_interview-section .v_interview-content {
		padding: 15px;
	}
	
	ul.v_interview li.v_interview-section .v_interview-heading {
		font-size: 1em;
	}
	
	ul.v_interview li.v_interview-section .v_interview-content .text-interviewer,
	ul.v_interview li.v_interview-section .v_interview-content .text-customer {
		font-size: .875em;
	}
	
	ul.v_interview li.v_interview-section {
    	margin: 0 0 35px;
	}
	
	.interviewer-info {
		padding: 15px;
	}
	
	.interviewer-info .row {
	    -webkit-flex-direction: row;
	    flex-direction: row;
	}
	.interviewer-info .row .col-1 {
	    margin: 0 5px 0 0;
	}
	.interviewer-info .row .col-5 {
	    margin: 0 0 0 5px;
	}

	.interviewer-info .interviewer-img {
    	width: 80px;
	}
	
	.interviewer-info .interviewer-ttl {
		font-size: 1em;
		margin: 0;
	}
	
	.interviewer-info .interviewer-name {
		font-size: .75em;
	}
	
	.interviewer-info .interviewer-comment {
		font-size: .875em;
		margin: 1.5em 0 0;
	}
	
	.pager-wrap {
    	padding: 20px;
    }
    
    .pager-wrap .col-1.pager-next {
    	border-right: none;
    	border-bottom: 1px solid #ccc;
    	padding: 0 0 20px 50px;
	}
    .pager-wrap .col-1.pager-next:before {
    	left: 0px;
	}
	
	.pager-wrap .col-1.pager-prev {
    	padding: 20px 50px 0 0;
	}
	.pager-wrap .col-1.pager-prev:before {
    	right: 0px;
	}
	
	.pager-wrap .col-1 p {
    	font-size: .75em;
	}
	.pager-wrap .col-1 a {
    	font-size: .875em;
	}
}

/* イベント情報 */
.post-type-archive-event ul.post-list.archive-list_event,
.event-end ul.post-list.archive-list_event {
	display: block;
}

.post-type-archive-event ul.post-list.archive-list_event li,
.event-end ul.post-list.archive-list_event li {
    background: transparent;
    padding: 3em 0;
    vertical-align: unset;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.post-type-archive-event ul.post-list.archive-list_event li:last-child,
.event-end ul.post-list.archive-list_event li:last-child {
	border-bottom: none;
}

.post-type-archive-event ul.post-list.archive-list_event li .post-info,
.event-end ul.post-list.archive-list_event li .post-info {
	margin-bottom: 1em;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat,
.event-end ul.post-list.archive-list_event li .post-info .post-cat {
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	margin-right: 1.5em;
	padding: .8em 1.5em;
	background: #333;
}

.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.consultation,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.consultation {
	background: #005A91;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.fair,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.fair {
	background: #CB2E1A;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.thanksgiving,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.thanksgiving {
	background: #008200;
}

.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-ttl,
.event-end ul.post-list.archive-list_event li .post-info .post-ttl {
	font-size: 1.25em;
	font-weight: 400;
	color: #333;
	line-height: 2;
	text-decoration: underline;
	display: unset;
}

.post-type-archive-event ul.post-list.archive-list_event li .box_e_benefits,
.event-end ul.post-list.archive-list_event li .box_e_benefits {
    margin: 10px 0;
}

.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list,
.event-end ul.post-list.archive-list_event li ul.btn-list {
	width: 100%;
	display: flex;
	list-style: none;
	margin: 2em auto 0;
	padding: 0;
}
.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list li,
.event-end ul.post-list.archive-list_event li ul.btn-list li {
	width: 100%;
	padding: 0;
    border-bottom: none;
}
.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list li:last-child,
.event-end ul.post-list.archive-list_event li ul.btn-list li:last-child {
	margin-left: 2.5em;
}

.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list li:first-child,
.event-end ul.post-list.archive-list_event li ul.btn-list li:first-child {
	margin-left: 0;
}

.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list li .btn_flat,
.event-end ul.post-list.archive-list_event li ul.btn-list li .btn_flat {
	max-width: unset;
}

.event-end .btn_gr {
	max-width: unset;
    margin: 30px auto 0;
}

.icon_reserve {
    font-size: .75em;
    font-weight: 400;
    color: #CB2E1A;
    margin-right: 2em;
    padding: .5em 1em;
    border: 1px solid #CB2E1A;
}
.entry-title .icon_reserve {
    font-size: .5em;
}

.single-event .addtoany_shortcode {
	margin: 50px auto 40px;
}

.heading_band.consultation {
	background: #005A91;
}
.heading_band.fair {
	background: #CB2E1A;
}
.heading_band.thanksgiving {
	background: #008200;
}

.box_event-information {
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.box_event-information .e_date-heading {
	font-size: 1em;
	font-weight: 400;
	margin: 0 0 1em;
	padding-bottom: 1em;
}

.box_event-information .e_date-heading.consultation {
	border-bottom: 1px solid #005A91;
}
.box_event-information .e_date-heading.fair {
	border-bottom: 1px solid #CB2E1A;
}
.box_event-information .e_date-heading.thanksgiving {
	border-bottom: 1px solid #008200;
}

.box_event-information p {
	margin: 0;
}

.box_e_desc {
	margin: 1.5em 0;
}

.box_e_benefits {
	position: relative;
	color: #A00A2D;
	margin: 60px 0;
	padding: 20px 20px 20px 130px;
	background: #fff;
	border: 1px solid #A00A2D;
	border-radius: 10px;
	width: 100%;
}
.box_e_benefits:before {
	position: absolute;
	background: transparent url(./images/common/icon_benefits.png) no-repeat center center/contain;
	content: "";
	width: 97px;
	height: 95px;
	top: -30px;
	left: 0;
}
.box_e_benefits img {
	margin-bottom: 1em;
	display: block;
}

.box_e_content {
	margin: 0 0 50px;
}
.box_e_content h3 {
	font-size: 1.125em;
	font-weight: 700;
	margin: 0 0 1em;
}

.mainimg .post-end {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.mainimg .post-end p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 1em;
	color: #fff;
	width: 100%;
    text-align: center;
    line-height: 1.7;
}

@media screen and (max-width: 568px){
	.post-type-archive-event ul.post-list.archive-list_event,
	.event-end ul.post-list.archive-list_event {
		display: flex;
	}
	.post-type-archive-event ul.post-list.archive-list_event li,
	.event-end ul.post-list.archive-list_event li {
    	width: 100%;
	}
	
	.post-type-archive-event ul.post-list.archive-list_event li,
	.event-end ul.post-list.archive-list_event li {
		padding: 2em 0;
	}
	.post-type-archive-event ul.post-list.archive-list_event li:first-child,
	.event-end ul.post-list.archive-list_event li:first-child {
		padding-top: 0;
	}
	
	.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat, .event-end ul.post-list.archive-list_event li .post-info .post-cat {
    	font-size: .75em;
    	display: table;
    	margin: 0 auto 1em;
	}
	
	.post-type-archive-event .post-info .icon_reserve,
	.event-end .post-info .icon_reserve {
    	display: table;
    	margin: 0 auto 1em;
	}
	
	.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-ttl,
	.event-end ul.post-list.archive-list_event li .post-info .post-ttl {
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	.post-type-archive-event ul.post-list.archive-list_event li .post-info,
	.event-end ul.post-list.archive-list_event li .post-info {
		text-align: center;
		margin-bottom: 0;
	}
	
	.box_event-information {
		padding: 15px;
	}
	
	.box_e_desc {
    	margin: 1.5em 0 0;
	}
	
	.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list,
	.event-end ul.post-list.archive-list_event li ul.btn-list {
		display: block;
		margin: 1em auto 0;
	}
	.post-type-archive-event ul.post-list.archive-list_event li ul.btn-list li:last-child,
	.event-end ul.post-list.archive-list_event li ul.btn-list li:last-child {
    	margin: 1em 0 0;
	}
	
	.box_e_benefits {
		font-size: .875em;
		text-align: center;
    	margin: 70px 0 0 !important;
    	padding: 70px 15px 15px;
	}
	.box_e_benefits:before {
    	top: -50px;
    	left: 50%;
    	-ms-transform: translate(-50%,0);
  		-webkit-transform: translate(-50%,0);
  		transform: translate(-50%,0);
	}
	
	.entry-title .icon_reserve {
    	font-size: .67em;
    	margin: 0 auto 1em;
    	display: table;
	}
	
	.box_event-information .e_date-heading {
    	font-size: .875em;
	}
	
	.box_event-information p {
		font-size: .875em;
	}
	
	.box_e_content h3 {
		margin: 1em 0 .5em;
	}
}

/* 施工事例 */
.single-works .w_building-name,
.single-report .w_building-name {
	text-align: center;
	margin: 0 auto 50px;
}

.img-wrap_ba {
	position: relative;
	display: flex;
	width: 100%;
}
.img-wrap_ba .post-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1em;
	color: #fff;
	line-height: 1;
    margin: 0;
    padding: .75em;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.img-wrap_ba .img-inner_ba {
	display: inline-block;
    position: relative;
    width: 50%;
    height: auto;
    background: #ccc;
}
.img-wrap_ba .img-inner_ba:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.img-wrap_ba .img-inner_ba img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-wrap_ba .img-inner_ba .img-label_ba {
    position: absolute;
    top: 0; 
    left: 0;
    font-size: 1.125em;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: .5em 1.5em;
}
.img-wrap_ba .img-inner_ba.before-img .img-label_ba {
    background: #666;
}
.img-wrap_ba .img-inner_ba.after-img .img-label_ba {
    background: #F66013;
}

.post-list.list_works .img-wrap_ba .img-inner_ba .img-label_ba,
.post-list.list_works .img-wrap_ba .post-cat {
    font-size: .75em;
}

.w_content {
	text-align: center;
	margin: 80px auto 40px;
}

.w_process-img {
	width: 100%;
	height: auto;
	line-height: 0;
}
.w_process-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w_process-ba  {
    font-size: 1.125em;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: .5em 1.5em;
}
.w_process-ba.pc  {
    display: inline-block !important;
}
.w_process-ba.w_process-before {
    background: #666;
}
.w_process-ba.w_process-after {
    background: #F66013;
}

.w_process-ttl {
	font-size: 1.25em;
	font-weight: 400;
	margin: 2.25em 0 0;
	padding: 0;
}

.w_process-comment {
	margin: 1.5em 0 0;
}

@media screen and (max-width: 568px){
	.single-works .w_building-name,
	.single-report .w_building-name {
		margin: 0 auto 20px;
	}
	
	.img-wrap_ba .img-inner_ba .img-label_ba {
    	font-size: .75em;
	}
	.img-wrap_ba .post-cat {
    	font-size: .75em;
    }
	
	.w_process-ba {
    	font-size: .825em;
    	text-align: center;
	}
	.w_process-ba.pc  {
    	display: none !important;
	}
	
	.w_process-ttl {
		margin: 0;
	}
	
	.w_content {
		margin: 30px auto;
	}
}

/* 現場レポート */
ul.w_report {
	list-style: none;
	display: inline-block;
	margin: 0 auto 80px;
	padding: 0;
	width: 100%;
}
ul.w_report li {
	width: 30.5%;
	margin: 18px;
	margin: 1.5%;
	display: inline-block;
	vertical-align: top;
}
ul.w_report li:nth-child(1),
ul.w_report li:nth-child(4),
ul.w_report li:nth-child(7),
ul.w_report li:nth-child(10),
ul.w_report li:nth-child(13) {
	margin-left: 0;
}
ul.w_report li:nth-child(3),
ul.w_report li:nth-child(6),
ul.w_report li:nth-child(9),
ul.w_report li:nth-child(12) {
	margin-right: 0;
}

ul.w_report li h3 {
	position: relative;
	font-size: 1.25em;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: .9em;
    padding-left: 3em;
	background: #fff;
	width: 100%;
}
ul.w_report li h3:after {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5625em;
	color: #fff;
	text-align: center;
	display: block;
	width: 55px;
	height: 100%;
	line-height: 53px;
	background: #A00A2D;
}
ul.w_report li:nth-child(1) h3:after {
	content: "1";
}
ul.w_report li:nth-child(2) h3:after {
	content: "2";
}
ul.w_report li:nth-child(3) h3:after {
	content: "3";
}
ul.w_report li:nth-child(4) h3:after {
	content: "4";
}
ul.w_report li:nth-child(5) h3:after {
	content: "5";
}
ul.w_report li:nth-child(6) h3:after {
	content: "6";
}

ul.w_report li:nth-child(7) h3:after {
	content: "7";
}
ul.w_report li:nth-child(8) h3:after {
	content: "8";
}
ul.w_report li:nth-child(9) h3:after {
	content: "9";
}
ul.w_report li:nth-child(10) h3:after {
	content: "10";
}
ul.w_report li:nth-child(11) h3:after {
	content: "11";
}
ul.w_report li:nth-child(12) h3:after {
	content: "12";
}
ul.w_report li:nth-child(13) h3:after {
	content: "13";
}
ul.w_report li:nth-child(14) h3:after {
	content: "14";
}
ul.w_report li:nth-child(15) h3:after {
	content: "15";
}


ul.w_report li .w_report-img {
	line-height: 1;
}
ul.w_report li .w_report-img img {
	width: 100%;
}

ul.w_report li .w_report-comment {
	width: 100%;
	margin: 0;
	padding: 20px 10px 30px;
}
ul.w_report li .w_report-comment h4 {
	font-size: 1.625em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul.w_report li .w_report-comment p {
	margin: .5em 0 0;
	padding: 0;
}

.single-report ul.w_report {
	margin: 90px auto 80px;
}
/*.single-report ul.w_report li:nth-child(1) h3:after {
	content: "6";
}
.single-report ul.w_report li:nth-child(2) h3:after {
	content: "5";
}
.single-report ul.w_report li:nth-child(3) h3:after {
	content: "4";
}
.single-report ul.w_report li:nth-child(4) h3:after {
	content: "3";
}
.single-report ul.w_report li:nth-child(5) h3:after {
	content: "2";
}
.single-report ul.w_report li:nth-child(6) h3:after {
	content: "1";
}*/

@media screen and (max-width: 1024px){
	ul.w_report li {
		width: 30.2%;
	}
}

@media screen and (max-width: 812px){
	ul.w_report li h3 {
		font-size: 1em;
		padding: 1.125em 0;
		padding-left: 3em;
	}
	ul.w_report li h3:after {
		font-size: 1.125em;
		width: 50px;
		line-height: 48px;
	}

	ul.w_report li {
		width: 29.6%;
	}
}

@media screen and (max-width: 768px){
	ul.w_report li {
		width: 29.4%;
	}
}

/*@media screen and (max-width: 736px){
	ul.w_report li {
		margin: 17px;
	}
}

@media screen and (max-width: 667px){
	ul.w_report li {
		margin: 15px;
	}
}*/

@media screen and (max-width: 640px){
	ul.w_report li {
		width: 29.3%;
	}
}

@media screen and (max-width: 568px){
	ul.w_report li {
		width: 100%;
		margin: 0 0 30px;
	}
	ul.w_report li:last-child {
		margin: 0;
	}
	
	ul.w_report li h3 {
    	padding-left: 3.5em;
    	text-align: left;
	}
	ul.w_report li h3:after {
    	line-height: 60px;
	}
	
	ul.w_report li .w_report-comment {
    	padding: 15px;
	}
	ul.w_report li .w_report-comment h4 {
		font-size: 1em;
	}
	ul.w_report li .w_report-comment p {
		font-size: .875em;
	}
	
	.single-report ul.w_report {
		margin: 35px auto;
	}
}

/* スタッフ紹介 */
.footer-staff {
	position: relative;
	width: 100%;
	height: 600px;
	background: #000 url(./images/common/bg_footer-staff.png) no-repeat center center/cover;
	display: flex;
}
.footer-staff .container980 {
	position: unset;
}
.footer-staff .footer-staff-inner {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	width: 92%;
  	max-width: 650px;
  	margin: 0;
  	padding: 40px 20px;
	background: #fff;
}

@media screen and (max-width: 568px) {
	.footer-staff {
		height: 390px;
	}
	.footer-staff .footer-staff-inner {
    	width: 100%;
    	padding: 30px 20px;
    }
}

/* ギャラリー */
ul.photo-gallery {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.photo-gallery li {
	width: 21.6%;
	margin: 20px;
	display: inline-block;
}
ul.photo-gallery li:nth-child(1),
ul.photo-gallery li:nth-child(5),
ul.photo-gallery li:nth-child(9) {
	margin-left: 0;
}
ul.photo-gallery li:nth-child(4),
ul.photo-gallery li:nth-child(8),
ul.photo-gallery li:nth-child(12) {
	margin-right: 0;
}

ul.photo-gallery li img {
	width: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 1024px) {
	ul.photo-gallery li {
		width: 21.3%;
	}
}

@media screen and (max-width: 568px) {
  	ul.photo-gallery li {
		width: 100%;
		margin: 0 0 20px;
	}
	ul.photo-gallery li:last-child {
		margin: 0;
	}
	
	ul.photo-gallery li span {
		font-size: .875em;
	}
}

/* 会社情報 */
.footer-company {
	padding: 40px 0 45px;
	background: rgba(51,51,51,0.1);
}
.footer-company h2 {
	font-size: 1.125em;
	font-weight: 700;
	margin: 0;
	padding: 0 0 .1em;
	border-bottom: 1px solid #707070;
}
.footer-company .company-name,
.footer-company .company-info {
	font-size: .875em;
}
.footer-company .company-name,
.footer-company .company-caution {
	margin: 0;
}
.footer-company .company-info {
	margin: 1em 0 0;
}
.footer-company .company-caution {
	font-size: .75em;
}

@media screen and (max-width: 568px){
	.footer-company img {
		width: 70px;
		height: auto;
	}
}

/************************************
** MW WP Form
************************************/
.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: unset;
}

.mw-wp-form {
  font-family: 'TsukushiBMaruGothic', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.mw-wp-form tr {
    background: #fff !important;
}

.mw-wp-form tr:last-child {
    border: none;
    background: none;
}
 
.required-mw-wp-form {
	font-size: .8em;
    padding: 5px 5px 4px;
    background: #B41414;
    color: #fff;
    margin-right: 10px;
}
.required-mw-wp-form.unrequired {
	color: #333;
    background: #fff;
    border: 1px solid #ccc;
}

.mw-wp-form th,
.mw-wp-form td {
	border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.5em 1em;
}

.mw-wp-form th {
  	font-weight: 700;
  	background-color: transparent;
  	text-align: left;
  	vertical-align: top;
  	padding: 1.8em 1em;
}

.mw-wp-form td select {
  margin-bottom: 1em;
}

.mw-wp-form td input,
.mw-wp-form td textarea {
  	margin: 0;
}
 
@media screen and (min-width: 900px) {
  	.mw-wp-form th {
    	width: 31%;
  	}
}

@media screen and (max-width: 812px){
    table.mw-wp-form th,
    table.mw-wp-form td {
        font-size: 1em !important;
    }
    
    .mw-wp-form th {
  		width: 40%;
	}
}
     
@media screen and (max-width: 768px){
	.mw-wp-form {
		display:block;
	}     
       
	.mw-wp-form tbody,
	.mw-wp-form tr{
    	display: block;
    	width: 100%;
	}
	.mw-wp-form th {
  		width:100%;
  		display:block;
  		margin: 0 auto;
  		border-bottom: none;
  		padding: 1em 0 0;
	}
	.mw-wp-form td {
  		display: list-item;
  		list-style-type:none;
  		margin:0;
  		padding: 1em 0;
  		width: 100%;
  		border-top: none !important;
	}
}

/*各入力フォームスタイリング*/
.mw-wp-form input[type="text"],
input[type="email"],
input[type="tel"], textarea {
	font-size: 1em;
    border: 1px #ccc solid;
    padding: .5em 1em;
    border-radius: 5px;
}
.mw-wp-form input[type="number"],
input[type="date"] {
    border: 1px #ccc solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 50%;
}

.check-confirm {
	text-align: center;
	background: #FFFFEF;
	border-left: 1px #ccc solid !important;
	border-right: 2px #ccc solid !important;
	padding: 2em 1em !important;
}
.check-confirm .mwform-checkbox-field label {
	font-weight: 700;
	display: block;
	margin-top: 1em;
}

@media screen and (max-width: 667px){
	.mw-wp-form input[type="text"],
	input[type="email"],
	input[type="tel"], textarea {
		width: 100%;
	}
}

@media screen and (max-width: 568px){
	.check-confirm {
		padding: 1em !important;
	}
}

/*入力欄にフォーカスしたら変化*/
.mw-wp-form input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
    box-shadow: 0 0 1px 0 rgba(225, 225, 225, 0.5);
}

/*送信ボタンスタイリング*/
.mw-wp-form input[type="submit"] {
	background-color: #707070;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #fff !important;
    width: 90%;
    font-weight: 700;
    /*cursor:pointer;*/
    display: block;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 65px;
    font-size: 1.125em;
    line-height: 63px;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.mw-wp-form input[type="submit"]:hover {
	background-color: #fff;
    color: #707070 !important;
    text-decoration: none;
}

/* セキュリティ対応:reCAPTCHAロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }
/* セキュリティ対応:問い合わせ画面に表示するreCAPTCHAに関する文面 */
.recap-text {
font-size: 0.9em;
line-height: 1.5 !important;
text-align: center;
}

/* 20251102 PHP8対応 */
a.link-box { display:block; }
p { margin: 1.2em 0; }
.article p { margin: 1.2em 0; }.body .article { margin-bottom: unset; }
