@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: オートリホーム
Template:   cocoon-master
Version:    1.1.0
*/

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

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

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

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

#sidebar {
	display: none;
}

.ad-right {
	float:left;
}

.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;
    }
}

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

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


ul.ls-none {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

ul.ls-none li {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/************************************
** レイアウト
************************************/
/* カラム */
.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    margin: 20px;
}

.row.row_lineup {
	margin: 110px 0 0;
}
.row.row_lineup .col-1,
.row.row_link-bnr .col-1,
.row.row_footer .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;
}

.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;
	}
	.row div:last-child {
	    margin-right: 0;
	}
}
@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 {
	    margin: 20px 10px;
	}
}
@media screen and (max-width: 568px) {
	.row {
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
	    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;
    }

    .sp_d-co {
    	display: contents;
    }
}

.container980 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    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;
}

@media screen and (max-width: 568px) {
	.sp_mt-0 {
		margin-top: 0 !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;
}

.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;
	}

	.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;
	}
}

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

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

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

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

.c-orange {
	color: #E16400;
}

@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: #e16400;
	margin: 2em auto;
}

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

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

.heading_sub {
	font-size: 1.75em;
	font-weight: 700;
	margin: 0 auto 1em;
	padding: 0;
	text-align: center;
}
.heading_sub span {
	/* font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: .5em;
	font-weight: 700;
	color: #E16400;
	display: block;
}

.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: #E16400;
}

.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 #E16400;
}

.heading_brd-b.heading_brd-b_num {
	position: relative;
	padding-left: 1.5em;
}
.heading_brd-b.heading_brd-b_num span {
	position: absolute;
	top: 0;
	left: 0;
	color: #E16400;
}

.heading_brd-b .heading_brd-b_sub {
	font-size: .75em;
	font-weight: 700;
	color: #E16400;
	display: block;
}

.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-orange {
	font-weight: 700;
	margin: 1.5em 0 .5em;
}
.heading_square.c-orange span {
	font-size: .75em;
}

.heading_wreath {
	position: relative;
	text-align: center;
}
.heading_wreath:before {
	position: absolute;
	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	content: "";
	width: 357px;
	height: 112px;
	background: transparent url(./images/common/heading_wreath.png) no-repeat center center/contain;
}

.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: #f0e6d2;
  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_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;
	}

	.heading_wreath:before {
		width: 280px;
	}

	.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;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	background: #E16400;
	transition: .4s;
	border: 1px solid #E16400;
	border-radius: 10px;
}
.btn_flat:hover {
	background: #fff;
	color: #E16400;
}
.btn_flat:after {
	position: absolute;
	font-family: FontAwesome;
	font-size: 1em;
	content: "\f054";
	top: 0;
	right: 35px;
}
.btn_flat.return:after {
	content: "\f053";
	left: 35px;
	right: auto;
}

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

.btn_flat.btn_red {
	background: #B41414;
	border: 1px solid #B41414;
}
.btn_flat.btn_red:hover {
	color: #B41414;
	background: #fff;
}

.btn_flat.btn_gr {
	background: #666;
	border: 1px solid #666;
}
.btn_flat.btn_gr:hover {
	color: #666;
	background: #fff;
}

.btn_flat.btn_br {
	background: #A07846;
	border: 1px solid #A07846;
}
.btn_flat.btn_br:hover {
	color: #A07846;
	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.list_mind-point {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
ul.list_mind-point li {
	width: 25%;
	background: #fff;
	padding: 15px;
	-webkit-transition: .4s;
	transition: .4s;
}
ul.list_mind-point li:hover {
	opacity: .8;
}

ul.list_mind-point li .list_mind-thumb {
	position: relative;
	display: block;
	line-height: 0;
}
ul.list_mind-point li .list_mind-thumb .inner-img {
    position: unset;
    width: 100%;
    height: auto;
}
ul.list_mind-point li .list_mind-thumb .inner-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
ul.list_mind-point li .list_mind-thumb .inner-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

ul.list_mind-point li .list_mind-thumb p {
	font-size: 1.125em;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: .5em;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(51,51,51,0.6);
	display: block;
	width: 100%;
	min-height: 80px;
	display: table;
}
ul.list_mind-point li .list_mind-thumb p span {
	vertical-align: middle;
	display: table-cell;
}

ul.bnr_mind-point {
	width: 100%;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}
ul.bnr_mind-point li {
	width: 33.3333333333%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.bnr_mind-point li img {
	-webkit-transition: .4s;
	transition: .4s;
}
ul.bnr_mind-point li img:hover {
	opacity: .8;
}

/*
ul.list_mind-point li .list_mind-thumb:before {
	content: "";
	position: absolute;
	height: 45px;
	top: -35px;
	left: 0;
}
ul.list_mind-point li:first-child .list_mind-thumb:before {
	background: transparent url(./images/common/icon_point01.png) no-repeat center center/contain;
	width: 41px;
}
ul.list_mind-point li:nth-child(2) .list_mind-thumb:before {
	background: transparent url(./images/common/icon_point02.png) no-repeat center center/contain;
	width: 41px;
}
ul.list_mind-point li:nth-child(3) .list_mind-thumb:before {
	background: transparent url(./images/common/icon_point03.png) no-repeat center center/contain;
	width: 41px;
}
ul.list_mind-point li:last-child .list_mind-thumb:before {
	background: transparent url(./images/common/icon_point04.png) no-repeat center center/contain;
	width: 42px;
}
*/

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;
}

@media screen and (max-width: 812px) {
	ul.list_mind-point li .list_mind-thumb p {
		font-size: .75em;
	}
 }

@media screen and (max-width: 568px) {
    ul.list_mind-point li .list_mind-thumb p {
    	min-height: 60px;
	}

	ul.bnr_mind-point {
		display: block;
	}
	ul.bnr_mind-point li {
		width: 100%;
		display: block;
	}

/*
	ul.list_mind-point li .list_mind-thumb:before {
    	top: -32px;
	}
	ul.list_mind-point li:first-child .list_mind-thumb:before {
		width: 27px;
	}
	ul.list_mind-point li:nth-child(2) .list_mind-thumb:before {
		width: 27px;
	}
	ul.list_mind-point li:nth-child(3) .list_mind-thumb:before {
		width: 27px;
	}
	ul.list_mind-point li:last-child .list_mind-thumb:before {
		width: 28px;
	}
*/
}

/************************************
** 画像
************************************/
.box_lineup .img_lineup {
	position: relative;
}
.box_lineup .img_lineup .heading_lineup {
	position: absolute;
	/* font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4em;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.box_lineup_l .img_lineup .heading_lineup {
	color: #A07846;
	top: -44px;
	left: 30px;
	text-align: left;
}
.box_lineup_l .img_lineup .heading_lineup span {
	color: #2F2A27;
	margin-left: .5em;
}

.box_lineup_r .img_lineup .heading_lineup {
	color: #003278;
	bottom: -5px;
	right: 10px;
	text-align: right;
	line-height: .5;
}
.box_lineup_r .img_lineup .heading_lineup span {
	color: #fff;
	margin-right: 5.5em;
}
.box_lineup_r .img_lineup .heading_lineup .plus-mark {
	/* font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.84375em;
	color: #E16400;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-top: -15px;
}

.box_lineup_l .img_lineup .heading_lineup span,
.box_lineup_r .img_lineup .heading_lineup span {
	/* font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
	font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "Meiryo", sans-serif;
	font-size: .1875em;
	font-weight: 400;
	display: block;
}

.box_lineup .box_lineup-inner {
	padding: 90px 60px 10px;
}
.box_lineup .box_lineup-inner .catch_lineup {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.67;
	margin: 0;
	padding: 0;
}

.box_lineup_r .box_lineup-inner .catch_lineup {
	margin-top: 20px;
}

.box_lineup_l .box_lineup-inner .btn_flat {
	margin: 40px auto 0;
	background: #A07846;
	border: 1px solid #A07846;
}
.box_lineup_l .box_lineup-inner .btn_flat:hover {
	color: #A07846;
	background: #fff;
}

.box_lineup_r .box_lineup-inner .btn_flat {
	margin: 59px auto 0;
	background: #003278;
	border: 1px solid #003278;
}
.box_lineup_r .box_lineup-inner .btn_flat:hover {
	color: #003278;
	background: #fff;
}

@media screen and (max-width: 1024px) {
	.box_lineup .box_lineup-inner {
		padding: 90px 4% 10px;
	}
}

@media screen and (max-width: 812px) {
	.box_lineup .img_lineup .heading_lineup {
    	font-size: 3em;
    }

    .box_lineup_l .img_lineup .heading_lineup {
    	top: -35px;
    }

    .box_lineup_r .img_lineup .heading_lineup {
    color: #003278;
    bottom: 0px;
    }

    .box_lineup .box_lineup-inner .catch_lineup {
    	font-size: 1em;
    }

    .box_lineup_r .box_lineup-inner .btn_flat {
    	margin: 45px auto 0;
    }
}

@media screen and (max-width: 667px) {
	.box_lineup .img_lineup .heading_lineup {
    	font-size: 2.5em;
    }
}

@media screen and (max-width: 568px) {
	.box_lineup .img_lineup .heading_lineup {
    	font-size: 1.875em;
    }
    .box_lineup_l .img_lineup .heading_lineup span,
    .box_lineup_r .img_lineup .heading_lineup span {
    	font-size: .4em;
	}

	.box_lineup_l .img_lineup .heading_lineup,
	.box_lineup_r .img_lineup .heading_lineup {
    	top: -22px;
    	left: 15px;
    	right: unset;
    	bottom: unset;
	}

	.box_lineup_r .img_lineup .heading_lineup {
		top: -34px;
    	text-align: left;
    	line-height: 1.3;
	}
	.box_lineup_r .img_lineup .heading_lineup span {
    	color: #2F2A27;
    	margin-left: .5em;
	}

	.box_lineup .box_lineup-inner {
    	padding: 35px 4% 60px;
	}
	.box_lineup .box_lineup-inner .catch_lineup {
    	font-size: 1.125em;
	}

	.box_lineup_r .box_lineup-inner .catch_lineup {
    	margin-top: 0;
	}

	.box_lineup_l .box_lineup-inner .btn_flat,
	.box_lineup_r .box_lineup-inner .btn_flat {
    	margin: 30px auto 0;
	}
}

/************************************
** ボックス
************************************/
.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;
}

.box_border_or {
	margin: 0;
	padding: 1em;
	border: 1px solid #E16400;
	border-radius: 10px;
}
.box_border_or 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; */
	bottom: 0;
	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-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-family: "游ゴシック体", "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: 568px) {
	.box_wh {
		padding: 20px;
	}

	.link-box p span {
		font-size: 1em;
	}

	.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 tr:last-child {
	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 #A07846;
	padding: .5em 1em;
	width: 50%;
}
table.table_br th {
	background: #A07846;
	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;
}

/************************************
** 背景
************************************/
.bg_wh {
	background: #fff;
}
.bg_orange {
	background: #F8E2CF;
}
.bg_beige {
	background: #F8F3EC;
}
.bg_brown {
	background: #A07846;
}

.after .page-content.bg_wh,
.shikin .page-content.bg_wh,
.privacy .page-content.bg_wh {
	background: #F8F3EC;
}

.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 h3 {
	font-size: 1.75em;
	font-weight: 700;
	color: #fff;
	margin: 0 auto 1.5em;
}

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

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

@media screen and (max-width: 568px) {
	.home .bg_wh,
	.single .bg_wh,
	.home .bg_beige,
	.single .bg_beige,
	.home .bg_img,
	.single .bg_img {
		padding: 35px 0;
	}

	.home .mt-60 {
		    margin-top: 45px !important;
	}
	.home .mt-90 {
		    margin-top: 30px !important;
	}

	.bg_img.bg_modelhouse {
		padding-bottom: 0 !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: 15px 0 0;
}

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

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

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

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

	.header-tel img,
	.header-reform img {
    	max-height: 46px;
	}
}

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

	.header-tel img,
	.header-reform img {
    	max-height: 43px;
	}
}

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

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

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

	.header-tel img,
	.header-reform 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: 173px;
	}

	.header-tel img,
	.header-reform 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: unset;
    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,
.post-type-archive-report .navi-in > ul li#menu-item-8,
.single-report .navi-in > ul li#menu-item-8,
.single-voice .navi-in > ul li#menu-item-9,
.single-modelhouse .navi-in > ul li#menu-item-10,
.seinou .navi-in > ul li#menu-item-504,
.shikin .navi-in > ul li#menu-item-504,
.after .navi-in > ul li#menu-item-504 {
    border-bottom: 4px solid #E16400;
}
.navi-in a {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 33.5px 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: 14.2%;
	}
	.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: #E16400 !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: 245px;
	margin: 0 0 120px;
	display: block;
}
.footer-logo img {
	width: 100%;
	max-width: 245px;
}

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-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: 48%;
}
.footer-btn .footer-btn-tel {
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
	background: #fff;
}
.footer-btn .footer-btn-tel img {
	display: block;
	width: 100%;
	max-width: 300px;
	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: #E16400;
	border-right: 1px solid #fff;
}
.footer-btn .footer-btn-mail {
	float: right;
	background: #A07846;
}
.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: 568px) {
	.footer-logo,
	.footer_company-info {
		text-align: center;
	}

	.footer-logo {
		margin: 0 auto 30px;
	}

	.footer-tel {
		display: block;
		margin-bottom: 20px;
	}
}

/************************************
** サイドボタン
************************************/
.side-btn {
	position: fixed;
	top: 50%;
	right: 0;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.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 #A07846;
}
.slider-nav .slick-current p {
	color: #A07846;
}
.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: #A07846;
	}
	.slick-dots li button:before {
    	font-size: 8px;
    	line-height: 12px;
    	width: 10px;
    	height: 10px;
    	opacity: 1;
    	color: #fff;
    	border: 1px solid #A07846;
    	border-radius: 50%;
	}
	.slick-dots li.slick-active button:before {
    	opacity: 1;
    	color: #A07846;
	}
}

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

ul.post-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	/*flex-wrap: wrap;*/
}

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

.report ul.post-list.list_works {
	display: inline-block;
}
.report ul.post-list.list_works li {
	display: inline-block;
	width: 31.5%;
	margin: 1.3%;
	padding: 0;
}

ul.post-list.list_works li,
ul.post-list.list_voice li,
ul.post-list.list_modelhouse li,
ul.post-list.list_staff li {
	margin: 1%;
	padding: 0;
}
ul.post-list.list_works li:first-child,
ul.post-list.list_voice li:first-child,
ul.post-list.list_modelhouse li:first-child,
ul.post-list.list_staff li:first-child {
	margin-left: 0;
}
ul.post-list.list_works li:last-child,
ul.post-list.list_voice li:last-child,
ul.post-list.list_modelhouse li:last-child,
ul.post-list.list_staff 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_staff li .staff-information {
	padding: 10px;
	background: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

ul.post-list.list_voice li .voice-information {
	min-height: 245px;
}
ul.post-list.list_works li .works-information,
ul.post-list.list_staff li .staff-information {
	min-height: 120px;
}

ul.post-list.list_voice li .voice-information .post-ttl,
ul.post-list.list_works li .works-information .post-ttl,
ul.post-list.list_staff li .staff-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_staff li a:hover .staff-information {
	background: #E16400;
}

ul.post-list.list_staff.panasonic-reform-club li a:hover .staff-information {
	background: #74001A;
}

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 .works-information .w_building-name,
ul.post-list.list_staff li a:hover .staff-information .post-ttl,
ul.post-list.list_staff li a:hover .staff-information .s_name-furi,
ul.post-list.list_staff li a:hover .staff-information .s_position {
	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_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: table;
    background: #fff;
    font-size: 0;
}
.archive ul.post-list.list_blog > li {
	display: inline-block;
    width: 25%;
    padding: 10px 10px 40px;
}
.archive ul.post-list.list_blog > li ul li {
	display: unset;
	font-size: 10px;
	margin-right: 1em;
	width: 100%;
	padding: 0;
	background: transparent;
}

ul.post-list.list_event li .post-thumb,
ul.post-list.archive-list_event li .post-thumb,
ul.post-list.list_modelhouse 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,
ul.post-list.list_modelhouse 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,
ul.post-list.list_modelhouse 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: #333;
	z-index: 1;
}

ul.post-list li .post-thumb .cocochi-ie,
ul.post-list li .post-thumb .cocochi-ie-plus {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: .875em;
}

ul.post-list.list_modelhouse li .post-thumb .post-cat {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.25em;
	font-weight: 700;
	color: #fff;
	top: 0;
	left: 0;
	bottom: unset;
	padding: 15px;
	z-index: 1;
}

@media all and (-ms-high-contrast: none){
	ul.post-list.list_modelhouse li .post-thumb .post-cat {
		bottom: auto;
	}
}

ul.post-list.list_modelhouse li .post-thumb .post-cat.closed {
	background: rgba(51,51,51,0.6);
}
ul.post-list.list_modelhouse li .post-thumb .post-cat.coming-soon {
	background: rgba(232,161,0,0.6);
}
ul.post-list.list_modelhouse li .post-thumb .post-cat.open {
	background: rgba(203,46,26,0.6);
}

ul.post-list.list_modelhouse li .modelhouse-information {
	position: relative;
	padding: 5px 15px 15px;
    min-height: 140px;
}
ul.post-list.list_modelhouse li .modelhouse-information:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	top: -10px;
	left: 48%;
}

ul.post-list.list_modelhouse li .modelhouse-information .m_address {
	font-size: .875em;
}
ul.post-list.list_modelhouse li .modelhouse-information.closed .m_address {
	color: #666;
}
ul.post-list.list_modelhouse li .modelhouse-information.coming-soon .m_address {
	color: #BA8A1E;
}
ul.post-list.list_modelhouse li .modelhouse-information.open .m_address {
	color: #A54535;
}

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.model-house {
	background: #F0B556 !important;
}
ul.post-list li .post-thumb .post-cat.individual {
	background: #C68AB1 !important;
}
ul.post-list li .post-thumb .post-cat.completion {
	background: #59B772 !important;
}
ul.post-list li .post-thumb .post-cat.construction {
	background: #6EAACD !important;
}
ul.post-list li .post-thumb .post-cat.other {
	background: #9595D8 !important;
}
ul.post-list li .post-thumb .cocochi-ie {
	background: rgba(160, 120, 70, 0.8) !important;
}
ul.post-list li .post-thumb .cocochi-ie-plus {
	background: rgba(0, 50, 120, 0.6) !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: 16px;
}

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: 95%;*/
}
ul.post-list.list_blog > li ul li a,
.tag-wrap ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	position: relative;
	display: inline-table;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 0 1em;
	background-color: #F8F3EC;
	-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 #F8F3EC 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: 0;
  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;
}

/*.single ul.post-list.list_blog li ul li a,*/
.single .tag-wrap ul li a {
	background-color: #fff;
}
/*.single ul.post-list.list_blog li ul li a:hover,*/
.single .tag-wrap ul li a:hover {
	background-color: #fff;
}
/*.single ul.post-list.list_blog li ul li a::before,*/
.single .tag-wrap ul li a::before {
  border-color: transparent #fff transparent transparent;
}
/*.single ul.post-list.list_blog li ul li a::after,*/
.single .tag-wrap ul li a::after {
  background-color: #F8F3EC;
}

/*.single ul.post-list.list_blog li ul li a:hover,*/
.single .tag-wrap ul li a:hover {
  background-color: #333;
  color: #fff;
}
/*.single ul.post-list.list_blog li ul li a:hover::before,*/
.single .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: 14px;
	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 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;
}

@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: 260px;
	}

	ul.post-list.list_blog li ul {
		display: block;
	}
	ul.post-list.list_blog li ul li {
		padding: 0 !important;
		display: block;
		/*margin-right: 1em;*/
		/*font-size: 10px;*/
    }
	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: 290px;
	}

	ul.post-list.list_works li .works-information,
	ul.post-list.list_staff li .staff-information {
		min-height: 140px;
	}
}

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

	ul.post-list.list_modelhouse li .modelhouse-information {
    	min-height: 190px;
	}
}*/

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

	ul.post-list.list_modelhouse li .modelhouse-information:before {
		left: 45%;
	}
}

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

@media screen and (max-width: 568px) {
	ul.post-list.list_modelhouse li .modelhouse-information {
		min-height: unset;
	}

	ul.post-list.list_works li .works-information,
	ul.post-list.list_staff li .staff-information {
		min-height: 120px;
	}

	.archive ul.post-list.list_blog > li {
		width: 50%;
    	padding: 10px;
	}
}

/* アーカイブページ */
.archive ul.post-list.list_voice,
.archive ul.post-list.list_works,
.archive ul.post-list.list_staff,
.single ul.post-list.list_staff {
    display: inline-block;
}
.archive ul.post-list.list_voice li,
.archive ul.post-list.list_works li,
.archive ul.post-list.list_staff li,
.single ul.post-list.list_staff li {
	width: 31.5%;
    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),
.archive ul.post-list.list_works li:nth-child(1),
.archive ul.post-list.list_works li:nth-child(4),
.archive ul.post-list.list_works li:nth-child(7),
.report ul.post-list.list_works li:nth-child(1),
.report ul.post-list.list_works li:nth-child(4),
.report ul.post-list.list_works li:nth-child(7),
.archive ul.post-list.list_staff li:nth-child(1),
.archive ul.post-list.list_staff li:nth-child(4),
.archive ul.post-list.list_staff li:nth-child(7),
.archive ul.post-list.list_staff li:nth-child(10),
.archive ul.post-list.list_staff li:nth-child(13),
.archive ul.post-list.list_staff li:nth-child(16),
.archive ul.post-list.list_staff li:nth-child(19),
.archive ul.post-list.list_staff li:nth-child(22),
.archive ul.post-list.list_staff li:nth-child(25),
.single ul.post-list.list_staff li:nth-child(1),
.single ul.post-list.list_staff li:nth-child(4),
.single ul.post-list.list_staff li:nth-child(7),
.single ul.post-list.list_staff li:nth-child(10),
.single ul.post-list.list_staff li:nth-child(13),
.single ul.post-list.list_staff li:nth-child(16),
.single ul.post-list.list_staff li:nth-child(19),
.single ul.post-list.list_staff li:nth-child(22),
.single ul.post-list.list_staff li:nth-child(25) {
	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),
.archive ul.post-list.list_works li:nth-child(3),
.archive ul.post-list.list_works li:nth-child(6),
.archive ul.post-list.list_works li:nth-child(9),
.report ul.post-list.list_works li:nth-child(3),
.report ul.post-list.list_works li:nth-child(6),
.report ul.post-list.list_works li:nth-child(9),
.archive ul.post-list.list_staff li:nth-child(3),
.archive ul.post-list.list_staff li:nth-child(6),
.archive ul.post-list.list_staff li:nth-child(9),
.archive ul.post-list.list_staff li:nth-child(12),
.archive ul.post-list.list_staff li:nth-child(15),
.archive ul.post-list.list_staff li:nth-child(18),
.archive ul.post-list.list_staff li:nth-child(21),
.archive ul.post-list.list_staff li:nth-child(24),
.archive ul.post-list.list_staff li:nth-child(27),
.single ul.post-list.list_staff li:nth-child(3),
.single ul.post-list.list_staff li:nth-child(6),
.single ul.post-list.list_staff li:nth-child(9),
.single ul.post-list.list_staff li:nth-child(12),
.single ul.post-list.list_staff li:nth-child(15),
.single ul.post-list.list_staff li:nth-child(18),
.single ul.post-list.list_staff li:nth-child(21),
.single ul.post-list.list_staff li:nth-child(24),
.single ul.post-list.list_staff li:nth-child(27) {
	margin-right: 0;
}

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

@media screen and (max-width: 812px){
	.archive ul.post-list.list_voice li,
	.archive ul.post-list.list_works li,
	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 31.2%;
	}

	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,
	.archive ul.post-list.list_works li,
	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 31.1%;
	}
}

@media screen and (max-width: 736px){
	.archive ul.post-list.list_voice li,
	.archive ul.post-list.list_works li,
	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 31%;
	}
}

@media screen and (max-width: 667px){
	.archive ul.post-list.list_voice li,
	.archive ul.post-list.list_works li,
	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 30.7%;
	}
}

@media screen and (max-width: 640px){
	.archive ul.post-list.list_voice li,
	.archive ul.post-list.list_works li,
	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 30.6%;
	}

	ul.post-list.list_modelhouse li .post-thumb .post-cat {
		font-size: 1.125em;
	}

	ul.post-list.list_works li .post-thumb img {
    	height: 183px;
	}
}

@media screen and (max-width: 568px) {
	.archive ul.post-list.list_voice li,
	.archive ul.post-list.list_works li,
	.report ul.post-list.list_works li,
	.archive ul.post-list.archive-list_estate li {
		width: 100%;
		margin: 0 0 10px;
	}
	.archive ul.post-list.list_voice li:last-child,
	.archive ul.post-list.list_works li:last-child,
	.archive ul.post-list.archive-list_estate li:last-child {
		margin: 0;
	}

	.archive ul.post-list.list_staff li,
	.single ul.post-list.list_staff li {
		width: 50%;
		background: #fff;
		margin: 0 !important;
		padding: 10px;
	}

	/*ul.post-list,
	.home ul.post-list.list_modelhouse {
    	display: inline-block !important;
	}*/
	ul.post-list li {
    	width: 50%;
    	/*float: left;*/
	}
	ul.post-list li .post-thumb .post-cat {
    	top: 0;
    	bottom: unset;
    	left: 0;
    	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: 12px;
	}

	ul.post-list.list_event li {
    	min-height: 370px;
	}

	ul.post-list.list_works li,
	ul.post-list.list_voice li,
	ul.post-list.list_modelhouse li,
	ul.post-list.list_staff 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%;
    	height: 234px;
    	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,
    ul.post-list.list_works li .staff-information {
		min-height: unset;
		/*display: inline-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_modelhouse {
    	margin: 20px auto 0;
	}
	ul.post-list.list_modelhouse li .modelhouse-information:before {
    	top: -10px;
    	left: 48%;
	}

	.post-type-archive-modelhouse ul.post-list.list_modelhouse {
    	margin: 0 auto;
	}

	ul.post-list.list_blog li {
    	margin: 0;
	}
	ul.post-list.list_blog > li .post-ttl {
		font-size: 14px;
		min-height: 70px;
	}

	ul.article-list .date {
    	margin: 15px 0 0;
    	display: block;
	}
}

@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: #E16400;
}

@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: #E16400;
    border: 1px solid #E16400;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    width: 100%;
    max-width: 520px;
    margin: 70px auto 0;
    padding: 1em;
    transition: .4s;
}
.pagination-next-link:hover {
	background: #fff;
	color: #E16400;
}
.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: #A07846 !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;
}
.mainimg .mainimg-data {
	background: #E16400;
	position: absolute;
	bottom: -95px;
	left: 50px;
	padding: 30px;
}
.mainimg .mainimg-data h3 {
	font-size: 1.125em;
	font-weight: 700;
	color: #fff;
	margin: 0 0 .5em;
}
.mainimg .mainimg-data ul.customer-information {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.7;
}
.mainimg .mainimg-data ul.customer-information li {
	font-size: 1em;
	color: #fff;
}

.single-works .mainimg {
	margin-bottom: 80px;
}

.single-works .mainimg .mainimg-data {
	bottom: -170px;
}

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

.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: #E16400;
	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;
	}

	.single-works .mainimg {
		margin-bottom: 35px;
	}

	.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: #A07846;
	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 #E16400;
}

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: #A07846;
	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.model-house,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.model-house {
	background: #F0B556;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.individual,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.individual {
	background: #C68AB1;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.completion,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.completion {
	background: #59B772;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.construction,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.construction {
	background: #6EAACD;
}
.post-type-archive-event ul.post-list.archive-list_event li .post-info .post-cat.other,
.event-end ul.post-list.archive-list_event li .post-info .post-cat.other {
	background: #9595D8;
}

.post-type-archive-event .post-info .icon_reserve,
.event-end .post-info .icon_reserve {
    font-size: .75em;
    font-weight: 400;
    color: #E16400;
    margin-right: 1.4em;
    padding: .5em 1em;
    border: 1px solid #E16400;
}

.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;
}

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

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

.heading_band.model-house {
	background: #F0B556;
}
.heading_band.individual {
	background: #C68AB1;
}
.heading_band.completion {
	background: #59B772;
}
.heading_band.construction {
	background: #6EAACD;
}
.heading_band.other {
	background: #9595D8;
}
.heading_band.otori-home {
	background: #E16400;
}
.heading_band.panasonic-reform-club {
	background: #74001A;
}

.box_event-information,
.box_modelhouse-information,
.box_estate-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.model-house {
	border-bottom: 1px solid #F0B556;
}
.box_event-information .e_date-heading.individual {
	border-bottom: 1px solid #C68AB1;
}
.box_event-information .e_date-heading.completion {
	border-bottom: 1px solid #59B772;
}
.box_event-information .e_date-heading.construction {
	border-bottom: 1px solid #6EAACD;
}
.box_event-information .e_date-heading.other {
	border-bottom: 1px solid #9595D8;
}

.box_event-information p,
.box_estate-information p {
	margin: 0;
}

.box_e_desc {
	margin: 1.5em 0;
}

.box_e_benefits,
.box_m_benefits {
	position: relative;
	color: #E16400;
	margin: 60px 0;
	padding: 20px 20px 20px 130px;
	background: #fff;
	border: 1px solid #E16400;
	border-radius: 10px;
	width: 100%;
}
.box_e_benefits:before,
.box_m_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,
.box_m_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 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,
	.box_modelhouse-information,
	.box_estate-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,
	.box_m_benefits {
		font-size: .875em;
		text-align: center;
    	margin: 70px 0 0 !important;
    	padding: 70px 15px 15px;
	}
	.box_e_benefits:before,
	.box_m_benefits:before {
    	top: -50px;
    	left: 50%;
    	-ms-transform: translate(-50%,0);
  		-webkit-transform: translate(-50%,0);
  		transform: translate(-50%,0);
	}

	.box_m_benefits {
		margin: 70px 0 40px !important;
	}

	.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,
	.box_estate-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;
}

.post-list.list_works .w_building-name,
.post-list.list_works .w_building-name {
	text-align: left;
}

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

@media screen and (max-width: 568px){
	.single-works .w_building-name,
	.single-report .w_building-name {
		margin: 0 auto 20px;
	}

	.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.6%;
	margin: 1.8%;
	display: inline-block;
	vertical-align: top;
}
ul.w_report li:nth-child(1),
ul.w_report li:nth-child(4) {
	margin-left: 0;
}
ul.w_report li:nth-child(3),
ul.w_report li:nth-child(6) {
	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-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5625em;
	color: #fff;
	text-align: center;
	display: block;
	width: 55px;
	height: 100%;
	line-height: 53px;
	background: #E16400;
}
ul.w_report li:nth-child(1) h3:after {
	content: "01";
}
ul.w_report li:nth-child(2) h3:after {
	content: "02";
}
ul.w_report li:nth-child(3) h3:after {
	content: "03";
}
ul.w_report li:nth-child(4) h3:after {
	content: "04";
}
ul.w_report li:nth-child(5) h3:after {
	content: "05";
}
ul.w_report li:nth-child(6) h3:after {
	content: "06";
}

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: "06";
}
.single-report ul.w_report li:nth-child(2) h3:after {
	content: "05";
}
.single-report ul.w_report li:nth-child(3) h3:after {
	content: "04";
}
.single-report ul.w_report li:nth-child(4) h3:after {
	content: "03";
}
.single-report ul.w_report li:nth-child(5) h3:after {
	content: "02";
}
.single-report ul.w_report li:nth-child(6) h3:after {
	content: "01";
}

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

@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.8%;
	}
}

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

@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;
	}
}

/* モデルハウス */
ul.list_modelhouse {
	display: inline-block;
	width: 100%;
}
ul.list_modelhouse li {
	width: 31.5%;
	display: inline-block;
	vertical-align: top;
}
ul.list_modelhouse li:nth-child(1),
ul.list_modelhouse li:nth-child(4) {
	margin-left: 0;
}
ul.list_modelhouse li:nth-child(3),
ul.list_modelhouse li:nth-child(6) {
	margin-right: 0;
}

.mainimg .post-cat {
	position: absolute;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.25em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	top: 0;
	left: 0;
	padding: 18px;
	z-index: 1;
}
.mainimg .post-cat.closed {
	background: rgba(51,51,51,0.6);
}
.mainimg .post-cat.coming-soon {
	background: rgba(232,161,0,0.6);
}
.mainimg .post-cat.open {
	background: rgba(203,46,26,0.6);
}

.m_content {
	text-align: center;
	margin: 60px auto 0;
}

ul.m_checkpoint {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
ul.m_checkpoint li {
	width: 31.4%;
	margin: 12px;
	display: inline-block;
	vertical-align: top;
}
ul.m_checkpoint li:nth-child(1),
ul.m_checkpoint li:nth-child(4) {
	margin-left: 0;
}
ul.m_checkpoint li:nth-child(3),
ul.m_checkpoint li:nth-child(6) {
	margin-right: 0;
}

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

ul.m_checkpoint li .m_checkpoint-comment {
	width: 100%;
	margin: 0;
	padding: 10px 15px 15px;
}
ul.m_checkpoint li .m_checkpoint-comment h3 {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul.m_checkpoint li .m_checkpoint-comment p {
	margin: .5em 0 0;
	padding: 0;
}

ul.m_floor-plan {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
ul.m_floor-plan li {
	width: 47.7%;
	margin: 20px;
	display: inline-block;
	vertical-align: top;
}
ul.m_floor-plan li:nth-child(odd) {
	margin-left: 0;
}
ul.m_floor-plan li:nth-child(even) {
	margin-right: 0;
}

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

ul.m_floor-plan li h3 {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 1em auto 0;
	padding: 0;
}

.box_modelhouse-information {
	margin: 0 0 60px;
}

.box_modelhouse-information table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.box_modelhouse-information table tr,
.box_modelhouse-information table th,
.box_modelhouse-information table td {
	font-weight: 400;
	background: transparent;
	border: none;
}
.box_modelhouse-information table tr {
	border-bottom: 1px solid #ccc;
}

.box_modelhouse-information table th,
.box_modelhouse-information table td {
	text-align: left;
	padding: .5em 0;
}

.box_modelhouse-information table th {
	width: 10%;
}

.home ul.post-list.list_modelhouse {
	display: flex;
}

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

	ul.m_checkpoint li {
		width: 31.2%;
	}

	ul.m_floor-plan li {
		width: 47.5%;
	}
}

@media screen and (max-width: 812px){
	ul.list_modelhouse li {
		width: 31.2%;
	}

	ul.m_checkpoint li {
		width: 30.8%;
	}

	ul.m_floor-plan li {
		width: 47%;
	}
}

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

	ul.m_checkpoint li {
		width: 30.7%;
	}

	ul.m_floor-plan li {
		width: 46.9%;
	}
}

@media screen and (max-width: 736px){
	ul.list_modelhouse li {
		width: 31%;
	}

	ul.m_checkpoint li {
		width: 30.6%;
	}

	ul.m_floor-plan li {
		width: 46.7%;
	}
}

@media screen and (max-width: 667px){
	ul.list_modelhouse li {
		width: 30.7%;
	}

	ul.m_checkpoint li {
		width: 30.3%;
	}

	ul.m_floor-plan li {
		width: 46.4%;
	}
}

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

	ul.m_checkpoint li {
		width: 30.2%;
	}

	ul.m_floor-plan li {
		width: 46.3%;
	}
}

@media screen and (max-width: 568px){
	.m_content {
		margin: 35px auto 0;
	}

	ul.m_checkpoint li .m_checkpoint-comment h3 {
    	font-size: 1em !important;
    }

    ul.m_checkpoint li .m_checkpoint-comment p {
    	font-size: .875em;
	}

	ul.m_checkpoint li {
		width: 100%;
		margin: 0 0 40px;
	}
	ul.m_checkpoint li:last-child {
		margin: 0;
	}

	ul.m_floor-plan li {
		width: 100%;
		margin: 0 0 20px;
	}
	ul.m_floor-plan li:last-child {
		margin: 0;
	}

	.box_modelhouse-information table th {
		width: 25%;
	}
}

/* 分譲地・建売住宅情報 */
.heading_band.subdivision {
	background: #00AE4E;
}
.heading_band.sales {
	background: #00AE4E;
}

.est_desc {
	color: #E16400;
}

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

.single-estate ul.photo-gallery {
	margin: 3em 0;
}

.post-type-archive-estate ul.post-list.archive-list_estate {
	display: block;
}

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

.post-type-archive-estate ul.post-list.archive-list_estate li .post-info {
	margin-bottom: 1em;
}
.post-type-archive-estate ul.post-list.archive-list_estate 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-estate ul.post-list.archive-list_estate li .post-info .post-cat.subdivision {
	background: #00AE4E;
}
.post-type-archive-estate ul.post-list.archive-list_estate li .post-info .post-cat.sales {
	background: #2d348d;
}

.post-type-archive-estate ul.post-list.archive-list_estate li .post-info .post-ttl {
	font-size: 1.25em;
	font-weight: 400;
	color: #333;
	text-decoration: underline;
	display: unset;
}

.post-type-archive-estate ul.post-list.archive-list_estate li .est_information h3 {
	font-size: 1.125em;
	font-weight: 700;
	margin: 0 0 2em;
}
.post-type-archive-estate ul.post-list.archive-list_estate li .est_information .est_detailed-information-text {
	margin: 0 0 2em;
}
.post-type-archive-estate ul.post-list.archive-list_estate li .est_information .est_desc {
	color: #E16400;
	margin: 0;
}

.post-type-archive-estate ul.post-list.archive-list_estate li .post-thumb {
	position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
}
.post-type-archive-estate ul.post-list.archive-list_estate li .post-thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.post-type-archive-estate ul.post-list.archive-list_estate li .post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-type-archive-estate ul.post-list.archive-list_estate li .btn_flat {
	max-width: unset;
	margin: 2em 0 0;
}

@media screen and (max-width: 568px) {
	.post-type-archive-estate ul.post-list.archive-list_estate li {
    	padding: 2em 0 3em;
    }
    .post-type-archive-estate ul.post-list.archive-list_estate li:last-child {
    	padding: 2em 0 0;
    }

	.post-type-archive-estate ul.post-list.archive-list_estate li .post-info .post-cat {
		font-size: .75em;
		padding: .8em 1.5em;
		margin: 0 auto 1em;
		display: table;
	}

	.post-type-archive-estate ul.post-list.archive-list_estate li .post-info .post-ttl {
		font-size: 1.125em;
		text-align: center;
		display: block;
	}

	.post-type-archive-estate ul.post-list.archive-list_estate li .post-thumb {
    	max-width: unset;
	}

	.post-type-archive-estate ul.post-list.archive-list_estate li .est_information {
		margin-top: 505px;
	}

	.est_desc {
		font-size: .875em;
	}
}

@media screen and (max-width: 480px) {
	.post-type-archive-estate ul.post-list.archive-list_estate li .est_information {
		margin-top: 375px;
	}
}

@media screen and (max-width: 375px) {
	.post-type-archive-estate ul.post-list.archive-list_estate li .est_information {
		margin-top: 335px;
	}
}

@media screen and (max-width: 360px) {
	.post-type-archive-estate ul.post-list.archive-list_estate li .est_information {
		margin-top: 315px;
	}
}

@media screen and (max-width: 320px) {
	.post-type-archive-estate ul.post-list.archive-list_estate li .est_information {
		margin-top: 275px;
	}
}

/* スタッフ紹介 */
.s_position {
	color: #E16400;
	text-align: center;
	margin-bottom: 4.375em;
}

.panasonic-reform-club .s_position {
	color: #74001A;
}

.s_comment {
	position: relative;
	font-size: 1.25em;
	line-height: 1.8;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}
.s_comment:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 60px;
	height: 1px;
	background: #E16400;
}

ul.s_profile {
	line-height: 1.93;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.single-staff .pager-wrap {
	margin-top: 145px;
    padding: 25px 90px;
}

.single-staff .pager-wrap .col-1 a {
	font-size: 1em;
	display: inline-block;
	width: 100%;
}
.single-staff .pager-wrap .col-1 p.s_name-furi {
	color: #666;
}

.single-staff .pager-thumbnail {
    position: relative;
    width: 120px;
    height: auto;
    display: inline-block;
}
.single-staff .pager-thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.single-staff .pager-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.single-staff .pager-wrap .col-1.pager-next {
	padding-right: 30px;
}
.single-staff .pager-wrap .col-1.pager-prev {
    text-align: right;
	padding-left: 30px;
}

.single-staff .pager-info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.single-staff .pager-next .pager-info {
    margin-left: 1.5em;
}
.single-staff .pager-prev .pager-info {
    margin-right: 1.5em;
}

.wrap_staff .heading_band {
    margin: 4em 0 1em;
}

ul.post-list.list_staff li .post-thumb {
	overflow: hidden;
	width: 100%;
	height: 210px;
}
ul.post-list.list_staff li .post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition-duration: 0.4s;
}
ul.post-list.list_staff li:hover .post-thumb img {
	transform: scale(1.1);
	transition-duration: 0.4s;
}

ul.post-list.list_staff li .staff-information .s_name-furi {
	margin-top: 0;
}
ul.post-list.list_staff li .staff-information .s_position {
	text-align: left;
	margin: 0;
}

@media screen and (max-width: 568px) {
	.wrap_staff .heading_band {
    	margin: 2em 0 1em;
	}

	ul.post-list.list_staff li .post-thumb {
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	ul.post-list.list_staff li .post-thumb:before {
    	content: "";
    	display: block;
    	padding-top: 100%;
	}
	ul.post-list.list_staff li .post-thumb img {
		position: absolute;
    	top: 0;
    	left: 0;
	}

	ul.post-list.list_staff li .staff-information .s_name-furi,
	ul.post-list.list_staff li .staff-information .s_position {
		font-size: .75em;
	}

	.s_position {
		margin-bottom: 0;
	}

	.s_comment {
		font-size: 1em;
	}
	.s_comment:after {
		left: 50%;
		-ms-transform: translate(-50%,0);
  		-webkit-transform: translate(-50%,0);
  		transform: translate(-50%,0);
	}

	ul.s_profile li {
		font-size: .875em;
	}

	ul.s_interview li.s_interview-section {
		margin: 35px 0 0;
	}
	ul.s_interview li.s_interview-section .s_interview-title {
		font-size: .875em;
    	padding: 10px;
	}
	ul.s_interview li.s_interview-section .s_interview-content {
    	padding: 20px 10px;
	}
	ul.s_interview li.s_interview-section .s_interview-content p {
    	font-size: .875em;
	}
	ul.s_interview li.s_interview-section .s_interview-heading {
    	font-size: 1em;
	}

	.single-staff .pager-wrap {
		margin-top: 40px;
    	padding: 20px;
	}
	.single-staff .pager-thumbnail {
    	width: 60px;
	}
	.single-staff .pager-wrap .col-1 a {
    	font-size: .875em;
	}
	.single-staff .pager-wrap .col-1 p {
    	font-size: .86em;
	}
	.single-staff .pager-wrap .col-1.pager-next {
    	padding: 0 0 20px 30px !important;
	}
	.single-staff .pager-wrap .col-1.pager-prev {
    	padding: 20px 30px 0 0 !important;
	}
}

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

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

/* イベントギャラリー */
ul.photo-gallery.-event {
	font-size: 0;
	letter-spacing: 0;
	margin: 3% 0 0;
}

ul.photo-gallery.-event li {
	width: 19.2%;
	margin: 0.5%;
	display: inline-block;
	vertical-align: top;
}

ul.photo-gallery.-event li:nth-child(1),
ul.photo-gallery.-event li:nth-child(5),
ul.photo-gallery.-event li:nth-child(9) {
	margin-left: 0.5%;
}
ul.photo-gallery.-event li:nth-child(4),
ul.photo-gallery.-event li:nth-child(8) {
	margin-right: 0.5%;
}

ul.photo-gallery.-event li:nth-child(1),
ul.photo-gallery.-event li:nth-child(6) {
	margin-left: 0;
}
ul.photo-gallery.-event li:nth-child(5),
ul.photo-gallery.-event li:nth-child(10) {
	margin-right: 0;
}

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

.single-modelhouse .gallery {
	display: block;
}

.single-modelhouse .gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.single-modelhouse .gallery ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.single-modelhouse .gallery ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}

.single-modelhouse .gallery ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.single-modelhouse .gallery ul.photo-gallery {
	width: 100%;
	max-width: 680px;
	overflow: hidden;
	float: left;
}

.single-modelhouse .gallery ul.photo-gallery li {
	width: 100%;
	margin: 0;
}
.single-modelhouse .gallery ul.photo-gallery li:not(:first-child) {
	display: none;
}

.single-modelhouse .gallery ul.photo-gallery img {
	width: 100%;
	height: auto;
}

.single-modelhouse .gallery ul.photo-gallery li span {
	display: block;
	margin: 0.5em 0 1em;
}

.single-modelhouse .gallery ul.photo-thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	max-width: 260px;
	float: right;
}

.single-modelhouse .gallery ul.photo-thumb li {
	width: 46.1%;
	box-sizing: border-box;
	margin: 10px;
	cursor: pointer;
	position: relative;
}
.single-modelhouse .gallery ul.photo-thumb li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.single-modelhouse .gallery ul.photo-thumb li:nth-child(1),
.single-modelhouse .gallery ul.photo-thumb li:nth-child(2) {
	margin-top: 0;
}
.single-modelhouse .gallery ul.photo-thumb li:nth-child(odd) {
	margin-left: 0;
}
.single-modelhouse .gallery ul.photo-thumb li:nth-child(even) {
	margin-right: 0;
}

.single-modelhouse .gallery ul.photo-thumb li img {
	width: 100%;
	height: auto;
}

@media all and (-ms-high-contrast: none) {
	#fancybox-content {
    	overflow-y: hidden !important;
	}
}

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

	.single-modelhouse .gallery ul.photo-gallery {
		max-width: 480px;
	}
}

@media screen and (max-width: 812px) {
	.single-modelhouse .gallery ul.photo-gallery {
		float: none;
		width: 100%;
		box-sizing: border-box;
		max-width: unset;
	}

	.single-modelhouse .gallery ul.photo-thumb {
		float: none;
		width: 100%;
		max-width: unset;
	}

	.single-modelhouse .gallery ul.photo-thumb li {
		width: 23.5%;
		margin: 7px !important;
	}
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(1),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(5),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(9),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(13),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(17) {
		margin-left: 0 !important;
	}
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(4),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(8),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(12),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(16),
	.single-modelhouse .gallery ul.photo-thumb li:nth-child(20) {
		margin-right: 0 !important;
	}

}


@media screen and (max-width: 736px) {
  	.single-modelhouse .gallery ul.photo-thumb li {
		width: 23.4%;
	}

  	ul.photo-gallery li,
  	.single-estate ul.photo-gallery li {
		width: 22%;
		margin: 1%;
	}
}

@media screen and (max-width: 667px) {
  	.single-modelhouse .gallery ul.photo-thumb li {
		width: 23.2%;
	}
}
@media screen and (max-width: 568px) {

	.single-modelhouse .gallery ul.photo-thumb li {
		/*width: 22.9%;*/
		width: 23.5%;
		margin: 1%!important;
	}
}



/* よくある質問 */
.acd-check {
    display: none;
}
.acd-label {
	font-size: 1.25em;
	line-height: 1.5;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: .5em 4em;
    position: relative;
}
.acd-label:before,
.acd-label:after {
    box-sizing: border-box;
    display: block;
    font-size: 1.25em;
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 5px 20px;
    position: absolute;
    top: 0px;
}
.acd-label:before {
    background: #E16400;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    content: "Q";
    left: 0;
}
.acd-label:after {
    background: #A07846;
    font-family: FontAwesome;
    content: "\f078";
    right: 0;
}
.acd-content {
    background: #fff;
    display: block;
    height: 0;
    opacity: 0;
    margin-bottom: 15px;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after {
    content: "\f077";
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 2em 5em;
    visibility: visible;
}

.acd-content .btn_flat {
	margin: 45px auto 0;
	background: #fff;
	color: #E16400;
}
.acd-content .btn_flat:hover {
	background: #fff;
	color: #E16400;
}
.acd-content .btn_flat:after {
	display: none;
}

@media screen and (max-width: 568px) {
	.acd-label {
		font-size: .875em;
    	padding: 40px 15px;
	}
	.acd-label:before,
	.acd-label:after {
    	font-size: .875em;
    	width: 100%;
    	height: auto;
    	padding: 5px 20px;
	}
	.acd-label:after {
		color: #A07846;
    	background: #fff;
    	border-top: 1px solid #ccc;
    	border-bottom: 1px solid #ccc;
    	top: unset;
    	bottom: 0;
	}
	.acd-check:checked + .acd-label + .acd-content {
    	padding: 15px;
	}

	.acd-content .btn_flat {
    	margin: 25px auto 0;
    }
}

/************************************
** 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;
}

/*200622*/
#fancybox-title-over {
	font-size: 11px;
}

/* 220602 */
.box_e_content 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;
}
.box_e_content div {
	margin-bottom: 10px;
}

.box_e_content div img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 568px){
	.box_e_content {
		margin: 0 0 30px;
	}
}

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

/* 20251021 PHP8対応 */
a.link-box { display:block; }
p { margin: 1.2em 0; }
