@charset "utf-8";

/*査定サイトのお知らせ用css*/
@import url("https://c21.to/realestate/satei/css/news.css");

/* 下層ページ　共通
////////////////////////////////////////////////////////////////////*/

/* main article ///
---------------------------------------------- */
article + main{margin-top:-80px;}

/* layout */
main > article {
	float: left;
	width: 800px;
    font-size: 1.6rem;
    line-height: 2;
	margin-bottom: 90px;
	background-color: #fff;
}
main > article > p,main > article > .cont-box2 > p,
main > article > ul,
main > article > ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

main img {max-width: 100%;}

/* title style */

.main_h2_bg{
	background-image: url(/images/common/main_h2_bg.jpg);
	background-position: bottom;
	background-size: cover;
	height: 250px;
	display: flex;
	justify-content: center;
}
.main_h2_bg h2{
	width: 1080px;
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	height: 170px;
	display: flex;
	align-items: center;
}

/* .title01 {
    margin-bottom: 0;
    padding-left: 60px;
    background: url(/images/common/line02_bg.jpg) repeat no-repeat left bottom;
    border-bottom: 3px solid #f81e1e;
    position: relative;
    color: #333;
    font-size: 2.8rem;
    line-height: 1;
    padding-bottom: 9px;
}
.title01 i {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 40px;
    color: #F90;
} */

.title02 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
	margin-top: 40px;
    margin-bottom: 20px;
	clear: both;
	border-bottom: solid 3px #e7e7e7;
	position: relative;
}
.title02:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #beaf87;
	bottom: -3px;
	width: 30%;
}
.title02.balloon:after{display:none;}
.title02 i {
	position: absolute;
	font-size: 30px;
	height: 30px;
	left: 0;
	bottom: 14px;
	top: 0;
	margin: auto;
}

.title02.balloon {
    padding-left: 90px;
}
.title02.balloon i {
    font-size: 18px;
	height: 36px;
    line-height: 34px;
	padding-top: 2px;
    background-color: #beaf87;
    color: #FFF;
    border-radius: 3px;
    width: 70px;
    text-align: center;
	font-weight: bold;
    bottom: 8px;
    top: 0;
	box-sizing: border-box;
}
.title02.balloon i::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 12px;
	height: 6px;
	box-sizing: border-box;
    margin: 0 auto;
    border-top: 6px solid #beaf87;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.title02 span {
    font-size: 30px;
    color: #beaf87;
    margin-right: 1rem;
}
.title03 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.title03 i {
	margin-right: 0.5em;
	color: #beaf87;
}
.title04 {
    box-sizing: content-box;
    padding-left: 25px;
    position: relative;
    font-size: 1.8rem;
}
.title04::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 10px;
    left: 0;
    background: url(/images/common/title04.png) no-repeat center;
}
.title05 {
    box-sizing: content-box;
    padding-left: 25px;
    position: relative;
    font-size: 1.8rem;
}
.title05::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 18px;
    top: 8px;
    left: 0;
    background: url(/images/common/title05.png) no-repeat center;
}
p + .title04,p + .title05{margin-top: 3rem;}

/* list style */
ul.texture01 {
    background: #fffbf2;
    border: 1px solid #e1d9c4;
    box-shadow: inset 0 0 0 1px #FFF;
    padding: 40px;
}
ul.texture01 li {
    font-weight: 500;
    line-height: 1.4;
    text-indent: -1.7em;
    margin-left: 1.7em;
	margin-top: 6px;
    margin-bottom: 12px;
}
ul.texture01 li:last-child {
    margin-bottom: 6px;
}
ul.texture01 li::before {
    font-family: FontAwesome;
    content: '\f14a';
    color: #beaf87;
    font-weight: normal;
    margin-right: 0.75em;
}

/* */
dl.list-type1 dt {
    font-size: 14px;
    font-weight: bold;
    background-color: #beaf87;
    width: 100px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    line-height: 26px;
    padding-top: 2px;
	margin-bottom: 0.5em;
}
dl.list-type1 dd {
    line-height: 1.7;
    margin-bottom: 1em;
}

/* */
table.list-type2 { width: 100%; }
table.list-type2 th,
table.list-type2 td {
    padding: 8px 12px 6px;
    border-bottom: 5px solid #FFF;
}
table.list-type2 th {
    color: #FFF;
    background-color: #F90;
    width: 120px;
}
table.list-type2 td { background-color: #fffae6;}

/* button */
.button01, .button02 {
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    background-color: #beaf87;
    display: inline-block;
    padding-top: 2px;
    width: 180px;
    text-align: center;
    padding-right: 25px;
    position: relative;
}
.button01::after,.button02::after {
    font-family: FontAwesome;
    content: '\f061';
    color: #beaf87;
    font-weight: normal;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #FFF;
    width: 24px;
    text-align: center;
}
.button02 {
    width: auto;
    padding: 10px 40px 10px 20px;
    font-weight: bold;
}
.button02::after {background-color: #414042;line-height: 50px;}

/* photo - before after style */
.photo-style1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.photo-style1 p {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
}
.photo-style1 p:nth-of-type(1) { width: 300px; }
.photo-style1 p:nth-of-type(2) {
    text-align: center;
    color: #beaf87;
    font-size: 36px;
}
.photo-style1 p:nth-of-type(3) { width: 370px;}
.photo-style1 img { margin-bottom: 7px; }
.photo-style1 i { line-height: 200px; }
.photo-style1 p em {
    font-style: normal;
    font-weight: bold;
    display: block;
}

/* bread crumbs */
.breadcrumbs {
    text-align: left;
    line-height: 30px;
    font-size: 12px;
}
.breadcrumbs a{color:#beaf87;}

/* post contents */
.main-eyecatch {
	height: 409px;
	overflow: hidden;
	border-top: 4px solid #beaf87;
	width: 720px;
	margin: 40px auto;
}
.main-eyecatch img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0%,-51%);
}

/* かんたん売却査定 //
////////////////////////////////////////////////////////////////////*/
#kantan-satei {
	width:720px;
	background-color: #fffbf2;
	padding: 22px 16px 30px;
	margin-bottom: 90px;
}
#kantan-satei h3 + p {
    position: absolute;
	right: 20px;
	top: 92px;
}
#kantan-satei h3 + p input[type="submit"] {width: 190px;}
#kantan-satei h3 + p input[type="submit"]:nth-of-type(1) {
	background: url(/images/common/Syub-kantan2.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
}
#kantan-satei ol.SyubetuJusyoc-list li p:nth-of-type(2) {width: 155px;}
#kantan-satei ol.SyubetuJusyoc-list li {width: 160px;}





/* 売却のご相談はこちらから //
////////////////////////////////////////////////////////////////////*/
.footer-soudan {
    background-image: url(/images/common/toi_c21_p.jpg);
    padding: 30px 30px 0;
    clear: both;
    margin-top: 50px;
    margin-bottom: 90px;
    color: #fff;
}
.footer-soudan h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #beaf87;
}
.footer-soudan h3 strong { font-size: 34px;}
.footer-soudan > p {
    font-size: 14px;
    line-height: 1.4;
}
.footer-soudan ul {
    height: 135px;
}
.footer-soudan ul li {
    font-size: 12px;
    line-height: 1.7;
}
.footer-soudan ul li:nth-of-type(1) a {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
}
.footer-soudan ul li:nth-of-type(1) a > i {
    margin-right: 5px;
    font-size: 36px;
    position: relative;
    top: 2px;
}
.footer-soudan ul li:nth-of-type(1) a span { display: none; }
.footer-soudan ul li:nth-last-of-type(1) {
    text-align: right;
    padding-top: 4px;
}

/* common adjust */
.float-boxR {
	float: right;
	margin-left: 20px;
}
.float-boxL {
	float: left;
	margin-right: 20px;
}

/* sidebar ///
---------------------------------------------- */

main > aside {
	float: right;
	width: 240px;
    margin-bottom: 90px;
}
main > aside > section,
main > aside > ul {
	margin-bottom: 20px;
	background: #fff;
}
main > aside > section h3 {
    line-height: 20px;
    background-color: #F90;
    color: #FFF;
    padding: 11px 0 9px 10px;
    text-align: center;
}
main > aside > section h3 i {
    opacity: 0.75;
    margin-right: 0.5em;
}

/* localNav */

.localNav {
    margin-bottom: 20px;
}

.localNav__title {
    padding: 0.666em;
    background-color: #beaf87;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.333;
    font-weight: bold;
}

.localNav-list {
    padding: 12px 10px 20px;
    background-color: #fff;
}

.localNav-list__item {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.5714; /* 22 / 14 */
    text-align: left;
}

.localNav-list__item:not(:first-child) {
    margin-top: 10px;
}

.localNav-list__item::before {
    font-family: FontAwesome;
    content: '\f0a9';
    margin-right: 0.5em;
}

.localNav-list__item a:focus,
.localNav-list__item a:hover {
    text-decoration: underline;
}

.localNav-list__item br {
    display: none;
}

/* sideCards */

.sideCards > li {
    margin-bottom: 20px;
    background-color: #fff;
}

.sideCards a {
    display: block;
}

.sideCards .card__img {
    padding-top: calc(135 / 240 * 100%);
}

.sideCards .card__main {
    padding: 10px;
    font-size: 1.3rem;
}

.sideCards .card__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    text-align: start;
}

.sideCards .card__title span {
    color: #efb008;
    font-size: 20px;
}

.sideCards .card__text {
    line-height: 1.6923 /* 22 / 13 */;
    margin-top: 6px;
}

.sideCards .card__text br {
    display: none;
}

.sideCards .card__readmore {
    margin-top: 10px;
}

.sideCards .card__readmore::after {
    margin-left: 0.333em;
    font-size: 2.2rem;
}

/* side method */

.side-method h3 { background-color: #beaf87;}
.side-method li { border-bottom: 1px dotted #AAA;}
.side-method li a {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
}
.side-method li a p {line-height: 16px;}
.side-method .photo {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}
.side-method .photo img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
.side-method i {
    position: relative;
    min-width: 64px;
    background-color: #beaf87;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    font-weight: normal;
    padding: 0 12px;
}
.side-method em {
    display: block;
    margin-top: 6px;
    font-style: normal;
    font-weight: bold;
	line-height: 16px;
}

/* side banner */
.side-bnr li { margin-bottom: 20px;}

/* side news */
.side-news h3 {
	background-color: #414042;
	padding: 20px 0 2px 0;
}
.side-news h3 a{color:#fff;}
.side-news .ichiran-btn {
	margin: 16px auto;
	width: 140px;
	border: 1px solid #beaf87;
	color: #beaf87;
	line-height: 24px;
	display: block;
	position: relative;
}
.side-news .ichiran-btn::after {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
}
.side-news li { border-bottom: 1px dotted #AAA;}
.side-news li a {
	display: block;
	padding: 18px;
}
.side-news li a:hover { background-color: #fffae6; }
.side-news li a time {display: block;}
.side-news li a p {
	line-height: 1.4;
	margin-top: 5px;
	color: #beaf87;
}

/* side company */
.side-company h3 { background-color: #414042;}
.side-company > p {
    line-height: 18px;
    font-size: 13px;
    padding: 15px 12px 15px;
}
.side-company > p img { width: 100%;}
.side-company > p strong {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.side-company li {border-bottom: 1px dotted #AAA;}
.side-company li:first-child {border-top: 1px dotted #AAA;}
.side-company li a {
    display: block;
    line-height: 48px;
    position: relative;
    padding-left: 20px;
}
.side-company li a:hover { background-color: #fffae6;}
.side-company li a:after {
	font-family: FontAwesome;
	content: '\f105';
	color: #beaf87;
	position: absolute;
	right: 20px;
	top: 0;
}

/* method
////////////////////////////////////////////////////////////////////*/

#method .title02 { margin-top: 50px;}
#method .float-boxR,#method5 .float-boxR {
	margin-bottom: 40px;
	width: 300px;
}
#method .title02.balloon { padding-left: 110px;}
#method .title02.balloon i {
    font-size: 14px;
    background-color: #414042;
    width: 90px;
    font-weight: normal;
}
#method .title02.balloon i:first-letter { font-size: 18px;}
#method .title02.balloon i span {
    font-size: 22px;
    margin-left: 0.1em;
    font-weight: bold;
    margin-right: 0;
}
#method .title02.balloon i::after { border-top-color: #414042;}

/* slick slider ///
---------------------------------------------- */
.method_slider {
    margin-top: 20px;
    padding-bottom: 20px;
}
.method_slider .slick-arrow {
	box-sizing: border-box;
	display: block;
	z-index: 2;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}
.method_slider .slick-arrow i {
    transition: 0.2s ease-in-out;
}
.method_slider .slick-arrow i:hover {
    color: rgba(0, 0, 0, 0.6);
}
.method_slider .slick-arrow.next {
	right: 0px;
}
.method_slider .slick-arrow.next i {
	padding-right: 20px;
}
.method_slider .slick-arrow.prev {
	left: 0;
	text-align: left;
}
.method_slider .slick-arrow.prev i {
	padding-left: 20px;
}
.method_slider .slick-arrow i {
	color: #e1e1e1;
	font-size: 6rem;
	vertical-align: middle;
}
.method_slider .slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
	line-height: 10px;
	text-align: center;
}
.method_slider .slick-dots li {
	display: inline;
	outline: none;
}
.method_slider .slick-dots button {
	width: 10px;
	height: 10px;
    margin: 0 5px;
    padding: 1px 5px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #ccc;
	font-size: 0;
	cursor: pointer;
}
.method_slider .slick-active button {
	background-color: #414042;
}

/* method1 ///
---------------------------------------------- */

#method1 .title02:nth-of-type(1) { margin-top: 50px;}
#method1 .float-boxL {
	margin-top: 0;
	margin-bottom: 40px;
}
#method1 .float-boxL img { width: 267px;}
#method1 dl.list-type1 { margin-left: 287px;}
#method1 dl.list-type1 dt:nth-of-type(2) { background-color: #414042;}
.method1-youto {
    margin-bottom: 40px;
	font-size: 0;
}
.method1-youto img:not(:last-child) { margin-right: 20px;}

/* method3 ///
---------------------------------------------- */

#method3 .float-boxR {
	width: 300px;
	margin-bottom: 40px;
}

/* method4 ///
---------------------------------------------- */

#method4 .title02.balloon { padding-left: 70px;}
#method4 .title02.balloon i {
    width: 50px;
    font-size: 24px;
}
.kodawari-list { margin-bottom: 50px;}
.kodawari-list li {
    margin-bottom: 5px;
    line-height: 1.4;
}
.kodawari-list li a {
	display: table;
	width: 100%;	
}
.kodawari-list li a span,
.kodawari-list li a em {
	display: table-cell;
	vertical-align: middle;
}
.kodawari-list li a span {
	width: 100px;
	text-align: center;
	color: #FFF;
	background-color: #414042;
}
.kodawari-list li a em {
	font-style: normal;
	background-color: #f6f6f6;
	padding: 13px 32px 11px 12px;
	position: relative;
}
.kodawari-list li a i {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
	color: #414042;
}
.kodawari-list li a:hover span { background-color: #beaf87;}
.kodawari-list li a:hover em { background-color: #fffae6;}
.kodawari-list li a:hover i { color: #beaf87;}
.method4-bnrs {
    font-size: 0;
    text-align: left;
}
.method4-bnrs img {
    margin-bottom: 10px;
	margin-right: 10px;
}

/* kodawari */
#method4 .kodawari > p { margin-bottom: 1em;}
.title01-k {
    font-size: 20px;
    color: #FFF;
    padding: 17px 20px 15px;
    background-color: #414042;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}
#method4 .kodawari .title02.balloon { padding-left: 110px;}
#method4 .kodawari .title02.balloon i {
    width: 90px;
    background-color: #beaf87;
	font-size: 16px;
}
#method4 .kodawari .title02.balloon i::after { border-top-color: #beaf87;}
#method4 .kodawari .photo {
    font-size: 14px;
    line-height: 1.7;
}
#method4 .kodawari .photo span { display: block;}
#method4 .kodawari .photo img,
#method4 .kodawari .photo span { margin-bottom: 7px;}
#method4 .kodawari .photo em {
    font-style: normal;
    font-weight: bold;
	margin-right: 1em;
}
#method4 .kodawari .umekomi {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#method4 .kodawari .umekomi iframe, #method4 .kodawari .umekomi video, 
#method4 .kodawari .umekomi canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.photo-style2 {
    overflow: hidden;
    margin-bottom: 20px;
	font-size: 14px;
}
p + .photo-style2 { margin-top: 24px}
.photo-style2 .float-boxL img { width: 300px; }
.kankyo-img { overflow: hidden;margin-top: 2rem;}
.kankyo-img p {
    float: left;
    /*width: 128px;*/width: 119px;
    text-align: center;
    margin-right: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.kankyo-img p:nth-of-type(5n) { margin-right: 0;}
.kankyo-img p img { margin-bottom: 5px;}

/* method5 ///
---------------------------------------------- */

#method5 .photo-style1 {
	margin-top: 1.5em;
    margin-bottom: 40px;
}
.photo-style1.kyoshochi p:nth-of-type(1) {
    width: 190px;
	padding-right: 30px
}
.photo-style1.kyoshochi p:nth-of-type(2) {
    width: 160px;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.photo-style1.kyoshochi p:nth-of-type(3) {
    text-align: center;
    color: #beaf87;
    font-size: 36px;
	width: 50px;
}
.photo-style1.kyoshochi i { line-height: 242px;}
/*#method5 li {
    margin-left: 1.5em;
    list-style-type: disc;
} */

/* satei
////////////////////////////////////////////////////////////////////*/
#netsatei a[class^="btn-"],.kaitori a[class^="btn-"],.pit a[class^="btn-"] {
    width: 300px;
    display: block;
}
.netsatei .title01 span{
	background-color: #414042;
	padding: 0 10px 3px;
	color: #fff;
	margin-left: 1rem;
}
#benefits3btn_area article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
#benefits3btn_area article section{
  border: 2px solid #beaf87;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: flex;
  flex-flow: column;
  width: 272px;
}
#benefits3btn_area article section:not(:last-child){margin-right: 20px;}
#benefits3btn_area article section img{
  margin-bottom: 15px;
  width: 268px;
}
#benefits3btn_area article section p{
  margin-bottom: 15px;
  padding: 0 20px;
  line-height: 1.4;
}
@media screen and (max-width:480px) { 
	.netsatei .title01:first-child span {
		margin-left: 0;
		display: inline-block;
	}
	#benefits3btn_area article section {
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		display: flex;
		width: 100%;
		padding: 1rem;
	}
	#benefits3btn_area article{
		flex-flow: column;
		margin-bottom: 3rem;
	}
	#benefits3btn_area article section {
		margin-bottom: 1rem;
		border-bottom: 1px solid #ccc;
	}
	#benefits3btn_area article section img {
		margin-bottom: 15px;
		width: 100%;
		height: 100%;
	}
	#benefits3btn_area article section p{padding: 0 10px;}
	.pardot_con_flex{
		flex-direction: column !important;
		margin-top: 2rem !important;
	}
	.pardot_con_flex img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
}
.pardot_con_flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 3rem;
}
.pardot_con_flex + p {margin-bottom: 4em;}
.pardot_con_flex + .qa-article_overview{margin-top: 3rem;}
.pardot_con_flex img {
    width: 360px;
	margin-right: 3rem;
	flex-shrink: 0;
}

/* form ///
---------------------------------------------- */

.cont-box.narrow .satei-step:nth-of-type(1) .title02:first-child { margin-top: 20px;}
.cont-box.narrow {
    font-size: 16px;
    background: #fff;
	padding: 30px 30px 40px;
	margin-bottom: 60px;
}
ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
}
ul.attention li a { text-decoration: underline;}
.narrow table {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.narrow table th,
.narrow table td {
    border-bottom: 1px solid #ccc;
    padding: 11px 20px 10px;
	line-height: 2;
}
.narrow table th {
    width: 240px;
    text-align: left;
    background-color: #fffbf2;
    position: relative;
    font-weight: normal;
}
.narrow table th::after {
	content: "任意";
    color: #FFF;
    background-color: #adadad;
    font-weight: normal;
    font-size: 12px;
    padding: 0 3px;
    position: absolute;
    right: 15px;
    line-height: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.narrow table th.hissu::after {
	content: "必須";
    background-color: #beaf87;
}
.narrow table small,.narrow table span.example { font-size: 13px;}
.narrow table th#th_sateiMode { line-height: 1.5;}
.narrow table th#th_sateiMode small { display: block;}
.narrow table .satei-type label + p { margin-top: -5px;}
#satei-table5 { margin-top: 5px;}

/* form */
fieldset { border: none;}
.narrow label {
    margin-right: 10px;
	white-space: nowrap;
}
.narrow input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.narrow input[type="text"],
.narrow input[type="email"],
.narrow input[type="number"],
.narrow input[type="tel"],
.narrow input[type="date"],
.narrow select {
	font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    width: 260px;
    padding: 2px 5px;
    border: 1px solid #CCC;
    border-radius: 2px;
	height: 32px;
	background-color: #FFF;
	font-size: 16px;
    margin-right: 10px;
}
	.narrow .your-date input[type="date"] {width: 170px;}
	.narrow .your-hour select,
	.narrow .your-time select {width: 80px;}
.narrow textarea {
    font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    width: 560px;
    padding: 2px 5px;
    border: 1px solid #CCC;
    height: 160px;
    background-color: #FFF;
    font-size: 16px;
    margin-bottom: -8px;
}
.narrow input.short-box,
.narrow select.short-box {
    width: 125px;
	float: left;
}
.narrow input[disabled="disabled"] { background-color: #eeeeee;}
.satei-submit {
    text-align: center;
    margin-top: 40px;
}
.satei-submit button,
.satei-submit input[type="submit"] {
    width: 400px;
    height: 50px;
    border: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: url(/images/common/satei-submit.png) left top no-repeat;
	font-size: 0;
}
.satei-submit button:hover,
.satei-submit input[type="submit"]:hover {cursor: pointer;opacity: 0.8;}

/* thanks ///
---------------------------------------------- */

main.thanks > p:not(.breadcrumbs) {
    line-height: 2;
    margin-top: 1em;
	margin-bottom: 1em;
}
main.thanks h4 {
    color: #beaf87;
    font-size: 18px;
	margin-top: 2em;
	margin-bottom: 1em;
}
main.thanks h3 + h4 { margin-bottom: 2em;}
main.thanks h4 strong { display: block;}
main.thanks > ul:not(.recommend-link) li {
    list-style-type: disc;
    margin-left: 1.5em;
}
ul.recommend-link { margin-top: 32px; }
ul.recommend-link {
    background-color: #fffae6;
    text-align: center;
    padding: 20px;
    font-size: 0;
}
ul.recommend-link li { display: inline;}
ul.recommend-link li:first-child { margin-right: 30px;}
ul.recommend-link img { width: 330px;}

/* soudan,fp
////////////////////////////////////////////////////////////////////*/

#soudan .title02:nth-of-type(1){ margin-top: 50px;}
#soudan .float-boxR,#fp .float-boxR {
	margin-bottom: 40px;
	width: 300px;
}
#soudan .title02:nth-last-of-type(1) + p .float-boxR,#fp .title02:nth-last-of-type(1) + p .float-boxR { margin-bottom: 50px;}

/* kaitori ///
---------------------------------------------- */

#kaitori .title02 { margin-top: 50px;}
.kaitori-img {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0;
	text-align: center;
}
.kaitori-img img:not(:first-child) { margin-left: 20px;}
.kaitori-img img:nth-of-type(1) { width: 180px;}
.kaitori-img img:nth-of-type(2) { width: 220px;}
.kaitori-img img:nth-of-type(3) { width: 170px;}

.kaitori-hikaku {
    font-size: 14px;
    line-height: 1.7;
	margin-bottom: 45px;
	border-collapse: separate;
}
.kaitori-hikaku tr:nth-of-type(1) td:nth-of-type(1) { width: 20%;}
.kaitori-hikaku tr:nth-of-type(1) th:nth-of-type(1),
.kaitori-hikaku tr:nth-of-type(1) th:nth-of-type(2) {
    width: 40%;
	border-left: 5px solid #FFF;
	color: #FFF;
}
.kaitori-hikaku th,
.kaitori-hikaku td {
	padding: 10px;
    border-bottom: 5px solid #FFF;
}
.kaitori-hikaku td { border-left: 5px solid #FFF;}
.kaitori-hikaku th { background-color: #eee;}
.kaitori-hikaku td:not(:empty) { background-color: #f6f6f6;}
.kaitori-hikaku tr:nth-of-type(1) th:nth-of-type(1) { background-color: #15baba;}
.kaitori-hikaku tr:nth-of-type(1) th:nth-of-type(2) { background-color: #F90;}
.kaitori-hikaku td:nth-of-type(1):not(:empty) { background-color: #f0fefe; }
.kaitori-hikaku td:nth-of-type(2):not(:empty)  { background-color: #fffae6;}
.kaitori-hikaku td:first-child { border-left: none;}

/* sumikae ///
---------------------------------------------- */

#sumikae .title02.balloon { padding-left: 70px;}
#sumikae .title02.balloon i {
    width: 50px;
    font-size: 24px;
}
#sumikae dl.list-type1 dt:nth-of-type(1) { background-color: #ffc000;}
#sumikae dl.list-type1 dt:nth-of-type(2) { background-color: #7dbb18;}
#sumikae dl.list-type1 dd { line-height: 2;}
#sumikae > h4 {
    font-size: 20px;
    margin-bottom: 0;
}
#sumikae > h4 i {
    margin-right: 0.5em;
    color: #f81e1e;
}
#sumikae > ul.texture01 {
    margin-top: 0.5em;
    margin-bottom: 2em;
}
.sumikae a.details-btn{
	margin-top:0;
}
/* contact
////////////////////////////////////////////////////////////////////*/

.contact .narrow .attention:nth-of-type(1) { margin-top: 20px;}

/* form */
.narrow span.wpcf7-list-item {margin: 0 20px 0 0;}
.wpcf7-mail-sent-ok {display:none !important;}

/* nagare
////////////////////////////////////////////////////////////////////*/

#nagare .title02:not(:nth-of-type(1)) {margin-top: 20px;}
#nagare .float-boxR {width: 250px;}
#nagare .cont-box2 > div {
    margin-bottom: 20px;
    overflow: hidden;
}
#nagare .cont-box2 > div p:not(.float-boxR) {
    line-height: 1.7;
    margin-bottom: 0.5em;
}

/* company
////////////////////////////////////////////////////////////////////*/
.company-about{
    margin-bottom: 20px;
}
.company-about .float-boxR {
    width: 267px;
    text-align: center;
}
.company-about .button01 {
    width: 267px;
    margin-top: 5px;
}
.company-message { margin-bottom: 30px;}
.company-message .float-boxL { width: 267px;}
.company-message h4 {
    font-size: 18px;
    color: #beaf87;
    line-height: 32px;
    margin-bottom: 0.5em;
}
.company-message p { overflow: hidden;;}
.company-access > div {float: right;}

/* 店舗案内 */
.michinori {
    position: relative;
    padding-top: 26px;
}
.michinori h4 {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 152px;
}
#com_waybox {
    background-color: #f7f4ed;
    width: 360px;
    border: 15px solid #f7f4ed;
    border-collapse: separate;
    border-top-width: 26px;
    line-height: 1.6;
}
#com_waybox td {
    text-align: center;
    vertical-align: middle;
}
#com_waybox td img { vertical-align: middle;}

table[summary="会社概要"] th,
table[summary="会社概要"] td {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}
table[summary="会社概要"] th {
    width: 10em;
    text-align: left;
    padding-left: 1em;
}
#annai a {display:block; float:left; margin-left:10px;margin-bottom: 40px;}
#annai a img{ width:230px;}
#annai a:first-child{margin-left: 5px;}
#aisatu .daihyo {
    width: 267px;
    margin-bottom: 20px;
}
.tenpo{
	font-size:0;
	margin-bottom: 20px;
	margin-top: 40px;
	}
p.tenpo{
	width:355px;
	}
.tenpo li{
	display:inline-block;
	width:355px;
}
.tenpo li:nth-of-type(2n){
	margin-left:10px;
}
.tenpo li:nth-of-type(n+3){
	margin-top:10px;
}
.tenpo span{
	font-size:1.6rem;
}
.tenpo-text{
	display: table;
	margin-bottom: 10px;
}
.tenpo-text span:nth-of-type(1){
	font-weight:bold;
	display:table-cell;
	width:70px;
}
.tenpo-text span:nth-of-type(2){
	display:table-cell;
	width:calc(100% - 70px);
}
.gmap-wrap{
	margin-bottom: 10px;
}

.syokai-title{
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 10px;
	margin-top: 100px;
    margin-bottom: 20px;
	clear: both;
	border-bottom: solid 5px #414042;
	position: relative; 
}
.syokai-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #beaf87;
    bottom: -5px;
    width: 32%;
}
/* スタッフ紹介 ///
---------------------------------------------- */
/* 一覧 */
#staff.wp-list{
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.staff-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 0;
}
.staff-list .box a{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    height: 100%;
    }
.staff-list .box a::after{
    color: #beaf87;
    font-family: FontAwesome;
    content: '\f105';
    font-size: 40px;
    margin: auto;
    font-weight: 900;
    margin-left: 5px;
}
.staff-list .box .staff-image{
    width: 220px;
}
.staff-list .box .img-fit{
    margin-bottom: 10px;
}
.staff-list .box img{
    width: 220px;
}
.staff-list .box .comment{
    width: calc(100% - 220px);
}
.staff-list .box .bubble{
    position: relative;
    background-color: #beaf87;
    color: #fff;
    font-weight: normal;
    padding: 12px 15px 10px;
    border-radius: 5px;
    letter-spacing:-0.02em;
    min-width: 200px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    text-align: justify;
    align-items: center;
}
.staff-list .box .bubble::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-top: 7px solid transparent;
    border-right: 15px solid #beaf87;
    border-bottom: 7px solid transparent;
}
.staff-list .box .speech{
    margin-top: 15px;
    line-height: 2.4rem;
    text-align: justify;
}
.staff-list .box .staff-text{
    margin-top: 10px;

}
.staff-list .box .affiliation{
    line-height: 1;
    font-size: 14px;
    display: flex;
    row-gap: 5px;
    flex-direction: column;
}
.staff-list .box .staff-name{
    font-size: 18px;
    line-height: 1;
    margin-top: 7px;
}

/* 詳細ページ */
#kaitori .profile{
    padding: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.profile .staff-name{
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
}
.profile .staff-detail{
    display: flex;
    column-gap: 20px;
}
.staff-detail .img-fit img{
    height: 300px;
    width:auto;
}
.staff-detail .staff-mail{
    margin-top: 20px;
}
.staff-detail .staff-mail a{
    display: flex;
    background-color: #beaf87;
    color: #fff;
    height: 50px;
    line-height: 52px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
}
.staff-detail dl{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 320px);
}
.staff-detail dt{
    box-sizing: border-box;
    width: 20%;
    padding: 10px 15px 10px 10px;
    border-top: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}
.staff-detail dd{
    box-sizing: border-box;
    width: 80%;
    padding: 10px 20px 10px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}
.staff-detail dt:nth-last-of-type(1),
.staff-detail dd:nth-last-of-type(1){
    border-bottom: 1px solid #ccc;
}

/* スタッフメッセージ */
.profile .staff-messages{
    margin-top: 40px;
    background-color: #f7f4ed;
    padding: 30px;
}
.profile .staff-message:nth-of-type(n+2){
    margin-top: 20px;
}
/* スタッフスナップ写真 */
.profile .staff-photo{
	margin-top:40px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
.profile .staff-photo a{
	display: block;
	aspect-ratio: 4 / 3;
}
.profile .staff-photo figure{
    width:calc(calc(100% - 20px) / 3);
}

/* スタッフ動画 */
.staff-movie-single,
.profile .swiper{
    margin-top: 40px;
}
.profile .swiper{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.staff-movie-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.staff-movie-embed iframe,
.staff-movie-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* スライダー */
.swiper-button-next,
.swiper-button-prev{
    color: #fff !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 30px !important;
    font-weight: 900;
}
.swiper-pagination{
    left: 0;
    right: 0;
    line-height: 1;
    bottom: 12px;
}
.swiper-pagination-bullet {
  background-color: #ccc !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #beaf87 !important;
  opacity: 1;
}

/* スライダー読み込み終わるまで非表示 */
.swiper-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.swiper-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
/* システムのレイアウト調整 */ 
/* body.staff {
    font-size: 14px;
	line-height: 1.7;
    font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: left;
}
body.staff h5 {margin: 0 5px;}
.staff-box { margin-bottom: 20px;}
.staff-box ul#eigyolist {
	display: -webkit-flex; 
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
	margin: 10px 0;
}
.staff-box ul#eigyolist li {
    float: none;
    width: 25%;
    box-sizing: border-box;
	display: block;
    margin: 0;
    font-size: 10px;
    line-height: 1;
}
.staff-box ul#eigyolist li div { font-size: 12px;} */
/* iboxの調整 */
/* br[style="clear:left;"] + a,
a[href='javascript:document.getElementById(\'ibox_overlay\').click();'] {
    display: none;
}
.staff-box ul#eigyolist li a img,#eigyo_main div.kasou-body,#eigyo_main div.kasou-body .heading01 {max-width: 100%;}
 */
/* voice
////////////////////////////////////////////////////////////////////*/

/* 評価 */
.voice-hyoka { font-weight: bold;}
.wp-list article.voice  {
    background-color: #fffbf2;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
	margin-top: 20px;
}
.wp-list article.voice  a {
    display: block;
    overflow: hidden;
    padding-right: 40px;
	position: relative;
}
.wp-list article.voice  a::after {
    font-family: FontAwesome;
    content: '\f105 ';
    position: absolute;
    right: 15px;
    font-size: 36px;
    top: 0;
    color: #999;
    line-height: 1;
    bottom: 0;
    height: 36px;
    margin: auto 0;
}
.wp-list article.voice  a:hover {opacity: 0.8;}
.wp-list article.voice  h3,
.wp-list article.voice  p {
    font-size: 14px;
	line-height: 1.7;
}
.wp-list article.voice  .eyecatch {
    width: 300px;
    height: 200px;
    float: left;
	margin-right: 20px;
}
.wp-list article.voice  .voice-hyoka {
    margin-top: 30px;
    margin-bottom: 17px;
}
.wp-list article.voice  h3 {color: #beaf87;}
.wp-list article.voice .postdesc {margin-top: 5px;}

/* ページャー */
.wp-pager {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
.wp-pager .page-numbers {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #DDD;
	padding: 10px 25px;
}
.wp-pager .page-numbers.dots {background: #AAA;}
.wp-pager .page-numbers.current {background: #beaf87;}
.wp-pager a:hover {opacity: 0.8;}

	
/* 記事 ///
---------------------------------------------- */

.voice-head {
	position: relative;
	margin-top: 20px;
}
.voice-head .postinfo {
    /* position: absolute;
    top: -52px; */
    font-size: 12px;
    line-height: 32px;
	margin: 0;
}
.voice-head .voice-que {
    float: right;
    width: 350px;
    border: 1px solid #CCC;
    margin-left: 20px;
}
.voice-head .voice-photo {
    width: 350px;
    margin-bottom: 15px;
	float: left;
}
.voice-head aside {
    margin-top: 35px;
	overflow: hidden;
	font-size: 14px;
}
.voice-head aside p { line-height: 1.7;}
.voice-tanto {
    float: left;
    margin-right: 10px;
    text-align: center;
	font-size: 13px;
}
.voice-tanto .avatar {
    display: block;
	margin-bottom: 2px;
}
.voice-body h3{
    font-size: 16px;
    line-height: 2.4;
    padding-top: 6px;
    padding-bottom: 10px;
	border-bottom: 2px #CCC dotted;
    position: relative;
	margin-top: 40px;
    margin-bottom: 15px;
	clear: both;
	padding-left: 70px;
}
.voice-body p {
    position: relative;
    padding-left: 70px;
	min-height: 47px;
}
.voice-body h3::before,
.voice-body p::before {
    content: "Q";
    color: #FFF;
    font-weight: bold;
    background-color: #beaf87;
    width: 50px;
    border-radius: 3px;
    height: 36px;
    font-size: 24px;
    line-height: 34px;
    padding-top: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}
.voice-body h3::after,
.voice-body p::after {
    content: "";
    border-top: 6px solid #beaf87;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 19px;
    top: 36px;
    bottom: 2px;
    height: 6px;
    margin: auto;
    box-sizing: border-box;
}
.voice-body p::before {
    top: 0px;
    bottom: auto;
    background-color: #adadad;
    content: "A";
}
.voice-body p::after {
    top: 36px;
    bottom: auto;
    border-top-color: #adadad;
}

/* jirei
////////////////////////////////////////////////////////////////////*/

/* 一覧
------------------------------*/
.jireiCard {
    margin-top: 20px;
}

.jireiCard__link {
    display: flex;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
}

.jireiCard__eyecatch {
    flex: 0 0 auto;
    overflow: hidden;
}

.jireiCard__eyecatch img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.jireiCard__body {
    width: 100%; /* for IE11 */
}

.jireiCard__header {
    display: flex;
    align-items: center;
    height: 60px;
    padding-right: 20px;
    background-color: #beaf87;
}

.jireiCard__duration {
    width: 60px;
    margin-left: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.jireiCard__duration__prepend {
    display: block;
    color: #414042;
    font-size: 14px;
}

.jireiCard__duration__mark {
    display: block;
    margin-top: 4px;
    padding: 5px 6px 3px;
    background-color: #414042;
    color: #fff;
    font-size: 11px;
}

.jireiCard__duration__mark strong {
    font-size: 18px;
}

.jireiCard__duration + .jireiCard__info {
    margin-left: 12px;
}

.jireiCard__info {
    margin-left: 20px;
    transform: translateY(2px);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
}

.jireiCard__info.with-duration .jireiCard__info01 {
    display: block;
}

.jireiCard__info02 {
    margin-left: 1em;
}

.jireiCard__info.with-duration .jireiCard__info02 {
    display: block;
    margin-left: 0;
}

.jireiCard__main {
    height: 140px;
    padding: 13px 15px 13px 20px;
    background-color: #fffbf2;
}

.jireiCard__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc( 18px * 1.222 * 2);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.222;
    text-align: justify;
}

.jireiCard__title::after {
    margin-left: 15px;
    color: #999;
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: normal;
    content: '\f105';
}

.jireiCard__excerpt {
    position: relative;
    max-height: calc( 16px * 1.571 * 2 );
    margin-top: 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.571;
    text-align: justify;
}

.jireiCard__excerpt::before {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fffbf2;
    content: '…';
}

.jireiCard__excerpt::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fffbf2;
    content: '';
}

/* 記事
------------------------------*/
.jirei__header { display: flex;}
.jirei__eyecatch { flex: 0 0 360px;}
.jirei__info {
    flex: 1 1 auto;
    margin-left: 20px;
}
.jirei__infoTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0;
}
.jirei__infoTitle + .jirei__table { margin-top: 10px;}
.jirei__table { width: 100%;}
.jirei__table tr {
    border-top: 1px dotted #aaa;
    font-size: 14px;
    line-height: 1.143;
    text-align: left;
}
.jirei__table tr:last-child { border-bottom: 1px dotted #aaa;}
.jirei__table th {
    padding: 16px 10px 16px 20px;
    background-color: #fffbf2;
    font-weight: bold;
}
.jirei__table td {
    padding-right: 10px;
    padding-left: 20px;
}
.jirei__duration {
    display: inline-block;
    margin-left: 20px;
    padding: 5px;
    background-color: #414042;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.jirei__duration > strong {font-size: 18px;}
.jirei__background {
    margin-top: 30px;
    padding: 14px 20px;
    border: 1px solid #e1d9c4;
	background-color: #fffbf2;
    line-height: 1.857;
}
.jirei__success {margin-top: 30px;}
.jirei__success__title {
    color: #beaf87;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 25px;
}
.jirei__success__title::before {
    position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 3px;
	left: 0;
	background: url(/images/common/title04.png) no-repeat center;
}
.jirei__success__body { margin-top: 20px;}
.jirei__success__body::after {
    display: block;
    clear: both;
    content: '';
}
.jirei__success__author {
    width: 100px;
    margin-left: 20px;
    float: right;
}
.jirei__success__author > figcaption {
    font-size: 13px;
    text-align: center;
}
.jirei__success__author img {
    height: 100px;
}

/*
// wysiwigエディタ内の画像の処理 (「ギャラリーを作成」で横並びにした場合)
*/

.jirei .gallery img { border: none !important;}
.jirei .gallery-item + .gallery-item { margin-left: 10px;}
.jirei .gallery-columns-2 .gallery-item { width: calc( 50% - 5px ) !important;}
.jirei .gallery-columns-3 .gallery-item { width: calc( 33.33% - 7px ) !important;}
.jirei .gallery-columns-4 .gallery-item { width: calc( 25% - 5px ) !important;}
.jirei .gallery-columns-4 .gallery-item + .gallery-item { margin-left: 5px;}

/* news
////////////////////////////////////////////////////////////////////*/
.wp-list > .cont-box2 > ul { margin-top: 20px;}
.wp-list > .cont-box2 > ul li { border-bottom: 1px dotted #AAA;}
.wp-list > .cont-box2 > ul li:first-child { border-top: 1px dotted #AAA;}
.wp-list > .cont-box2 > ul li a {
    display: table;
    width: 100%;
	position: relative;
	padding-right: 28px;
}
.wp-list > .cont-box2 > ul li a::after {
    font-family: FontAwesome;
    content: '\f105 ';
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0;
    color: #beaf87;
    line-height: 1;
    bottom: 0;
    height: 24px;
    margin: auto 0;
}
.wp-list > .cont-box2 > ul li a:hover { background-color: #fffae6;}
.wp-list > .cont-box2 > ul li a time,
.wp-list > .cont-box2 > ul li a p {
    display: table-cell;
    text-align: left;
	line-height: 1.7;
    padding: 16px 0 14px;
}
.wp-list > .cont-box2 > ul li a time {
    width: 9.5em;
    color: #beaf87;
}

/* 記事 ///
---------------------------------------------- */

.post-body {
	position: relative;
	margin-top: 30px;
}
.post-body .postinfo {
	margin-top: 0 !important;
    /* position: absolute;
    top: -62px; */
    font-size: 12px;
    line-height: 32px;
	margin: 0;
}
.post-body.mceContentBody .postinfo + * {margin-top: 0 !important;}
.post-body p { margin: 1.5em 0;}
.post-body:not(.mceContentBody) h3 {
	font-size: 1.36em;
    margin: 4em 0 1em;
}
.post-body a {
	text-decoration: underline;
	color: #245fbb;
}
.post-body a:hover {opacity: 0.75;}

.category-news .post-type-post h4:not(:first-child) {
    margin: 3em 0 1em;
}

/* お客様インタビュー
////////////////////////////////////////////////////////////////////*/

/* バナー ///
---------------------------------------------- */
.interview-banner {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* 一覧 ///
---------------------------------------------- */
.interview-archive {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}
.interview-post { width: 300px;}
.interview-post:not(:nth-child(3n+1)) { margin-left: 40px;}
.interview-post:nth-child(n+4) { margin-top: 40px;}
.interview-post ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.interview-post li {
    padding: 0 10px;
    background-color: #beaf87;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
    margin-right: 6px;
}

/*.interview-post li:nth-child(even) { margin-left: 6px;}*/

.interview-post li:nth-child(n+3) { margin-top: 6px;}
.interview-post-text:hover { text-decoration: underline;}
.interview-post-text h3 {
    margin-top: 14px;
    font-size: 1.5rem;
    font-weight: normal;
}
.interview-post-text p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.444;
}
.interview-post-seemore {
    margin-top: 0.5em;
    font-size: 1.4rem;
    text-align: right;
}
.interview-post-seemore::before {
    content: '\f0a9';
    margin-right: 0.5em;
    color: #9e8857;
    font-family: fontawesome;
}
.interview-post-seemore a:hover { text-decoration: underline;}

/* 記事 ///
---------------------------------------------- */
.interview-subheader {
    background-color: #f7f4ef;
    text-align: center;
}
.interview-head { margin-top: 20px;}
.interview-head-lead {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #aa9b70;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.333;
    font-feature-settings: 'palt' 1;
}
.interview-tanto {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.interview-tanto > figure {
    flex: 0 0 auto;
    padding: 1px;
    border: 1px solid #ccc;
}
.interview-tanto > dl { margin-left: 20px;}
.interview-tanto dt { font-weight: bold;}
.interview-tanto dd {
    font-size: 1.4rem;
    text-align: justify;
}
.interview-body h4 {
    position: relative;
    margin-top: 40px;
    padding: 0.9em 1em;
    background-color: #aa9b72;
    /*border: 1px solid #ccc;*/
    border-radius: 6px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: justify;
    font-feature-settings: 'palt' 1;
    color: #fff;
}
.interview-body h4::before {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
}
.interview-body h4::after {
    position: absolute;
    top: calc( 100% - 2px );
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #aa9b72;
}
.interview-body h4 + p { margin-top: 1.5em;}
.interview-body h4 + .interview-2col { margin-top: 2em;}
.interview-body p + p { margin-top: 1em;}
.interview-body .interview-titleReverse::before,
.interview-body .interview-titleReverse::after {
    right: 30px;
    left: inherit;
}
.interview-2col { overflow: hidden; /* for clearfix */}
.interview-2col p:first-of-type { margin-top: -0.25em;}
.interview-2col > figure {
    width: 300px;
    margin-left: 20px;
    float: right;
}
.interview-2col.-reverse > figure {
    margin-right: 20px;
    margin-left: 0;
    float: left;
}
.interview-commentBox {
	display: flex;
	margin-top: 42px;
	padding: 25px 30px 30px;
	background-color:#fdf6da;
	border-left: 15px solid#aa9b72;
}
.interview-commentBox figure { flex: 0 0 120px;}
.interview-commentBox figcaption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.interview-commentBox dl { margin-left: 25px;}
.interview-commentBox dt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.interview-commentBox dd {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

/* kibou
////////////////////////////////////////////////////////////////////*/
.list .kiji-list li p:first-child {
    width: 48px;
    height: 48px;
    content: url(/images/common/kounyukibou_icon2__.png);
    position: unset;
    margin-right: 0;margin-left: 10px;
}
.list .kiji-list li { font-size:14px; }

/* privacy
////////////////////////////////////////////////////////////////////*/
#privacy .title02 { padding-left: 0;}
body.privacy .title02 i {
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#privacy > h4 {margin-top: 1.5em;}

/* sitemap
////////////////////////////////////////////////////////////////////*/
#sitemap .cont-box2 > ul li a {
    display: block;
    padding: 8px 0;
    line-height: 2;
	transition: 0.2s;
	padding-left: 1em;
}
#sitemap .cont-box2 > ul > li > a {
    background-color: #beaf87;
    border-radius: 3px;
	margin-bottom: 10px;
	position: relative;
}
#sitemap .cont-box2 > ul > li > a:after {
    font-family: FontAwesome;
    content: '\f061';
    color: #414042;
    position: absolute;
    right: 1em;
}
#sitemap .cont-box2 > ul > li > a:hover {opacity: 0.8;}
#sitemap .cont-box2 > ul li ul { margin-bottom: 10px;}
#sitemap .cont-box2 > ul > li ul li a:before {
    font-family: FontAwesome;
    content: '\f0a9 ';
    color: #414042;
    margin-right: 0.5em;
}
#sitemap .cont-box2 > ul > li ul li a:hover {background-color: #fffae6;}

/* VR
////////////////////////////////////////////////////////////////////*/
#vr .float-boxL {width: 300px;}

/* fp
////////////////////////////////////////////////////////////////////*/
.fpfirsttxt { margin-bottom: 2.4em;}
#jutak .title02,#now_later .title02,#now_later .title02{
    border-bottom: none;
    margin-bottom:0;
}
#jutak .title02.balloon.fpmidasi1 i,#now_later .title02.balloon.fpmidasi1 i,#tax .title02.balloon.fpmidasi1 i{background-color: #56afe3;font-size: 16px;}
#jutak .title02.balloon.fpmidasi2 i,#now_later .title02.balloon.fpmidasi2 i,#tax .title02.balloon.fpmidasi2 i{background-color: #e6549f;font-size: 16px;}
#jutak .title02.balloon.fpmidasi1 i::after,#now_later .title02.balloon.fpmidasi1 i::after,#tax .title02.balloon.fpmidasi1 i::after{border-top: 6px solid #56afe3;}
#jutak .title02.balloon.fpmidasi2 i::after,#now_later .title02.balloon.fpmidasi2 i::after,#tax .title02.balloon.fpmidasi2 i::after{border-top: 6px solid #e6549f;}


[class^="title02 balloon fpmidasi"] span {
  margin-right: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

/* homestaging 
////////////////////////////////////////////////////////////////////*/
.list_homestaging li{ width:136px; margin-right:10px; margin-bottom:10px;}
.list_homestaging li:nth-of-type(5n) { margin-right: 0;}

#homestaging .photo_smallspc ul {
    padding: 0;
    clear: both;
    margin: 10px 0;
}
#homestaging .photo_smallspc ul+ul { margin-top: 20px; }
#homestaging .photo_smallspc li {
    float: left;
    text-align: center;
    margin: 0;
    width: 102px;
    /*width: 20%;*/
}
#homestaging .photo_smallspc li a {
	display: block;
	height: 65px;
	overflow: hidden;
	padding: 5px;
}
#homestaging .photo_smallspc img {
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,0%);
	pointer-events: none;
	min-height: 100%;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both; }

/* photographer 
////////////////////////////////////////////////////////////////////*/
/* フレックスボックスの基本設定 等間隔（両端揃え）折返しあり */
[class^="flex-photographer-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* コンテンツ下のマージン */
.flex-child { margin-bottom: 10px; }

/* 各カラム毎のコンテンツと疑似要素の横幅 */

.flex-photographer-col5::before,
.flex-photographer-col5::after,
.flex-photographer-col5 .flex-child { width: calc( (100% - 30px) / 5 ); }

.flex-photographer-col6::before,
.flex-photographer-col6::after,
.flex-photographer-col6 .flex-child { width: calc( (100% - 20px) / 6 ); }

.flex-photographer-col5 img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.flex-photographer-col6 img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}

/* 最終行は両端揃えにしない */
.flex-photographer-col5::before,
.flex-photographer-col5::after,
.flex-photographer-col6::before,
.flex-photographer-col6::after { content: ""; }
.flex-photographer-col5::before,.flex-photographer-col6::before { order: 1; }

/* レスポンシブ対応 */
/* 767px以下で4列・3列 → 2列 */
@media screen and (max-width: 767px) {
	.flex-photographer-col3 .flex-child,
	.flex-photographer-col4 .flex-child,
	.flex-photographer-col5 .flex-child,
	.flex-photographer-col6 .flex-child { width: calc( (100% - 10px) / 2 ); }
	.flex-photographer-col5 img ,.flex-photographer-col6 img {
	    width: 100%;
	    height: 150px;
	    object-fit: cover;
	}
}
div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:HOVER{background: #beaf87;}

/* 売却の手引き
////////////////////////////////////////////////////////////////////*/

.guidanceConts + .footer-soudan {
    margin-top: 60px;
}

.guidanceCont {
    font-size: 1.6rem;
}

.guidanceCont__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    padding: 0.875em 1em;
    border-radius: 3px;
    background-color: #beaf87;
    line-height: 1;
    line-height: 1.25;
    font-weight: normal;
}

.guidanceCont__btn::after {
    content: '\f061';
    margin-left: 1em;
    font-family: FontAwesome;
}

.guidanceCont-list {
    margin-top: 1.125em;
    margin-bottom: 1.125em;
    margin-left: 1em;
}

.guidanceCont-list > li + li {
    margin-top: 1em;
}

.guidanceCont-list a {
    line-height: 2;
}

.guidanceCont-list a::before {
    font-family: FontAwesome;
    content: '\f0a9';
    color: #414042;
    margin-right: 0.5em;
}

.guidanceCont-list br {
    display: none;
}

/* 売却の手引き 擬似カテゴリーページ
////////////////////////////////////////////////////////////////////*/

.pseudoTaxonomy {
    float: none;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 90px;
    background-color: #f8f4ed;
}

.pseudoTaxonomy__title {
    text-align: center;
}

.pseudoTaxonomy__title img {
    width: auto;
    height: auto;
}

.pseudoTaxonomy__leadWrap {
    margin-top: 60px;
}

.pseudoTaxonomy__lead {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
}

.pseudoTaxonomy__listWrap {
    margin-top: 40px;
}

.pseudoTaxonomy__list {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.pseudoTaxonomy__list > li {
	width: 33.33333%;
	padding: 12px;
}

.pseudoTaxonomy__list a {
    display: block;
    height: 100%;
}

.pseudoTaxonomy__list .card {
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.pseudoTaxonomy__list .card__img {
	padding-top: calc(220 / 344 * 100%);
}

.pseudoTaxonomy__list .card__main {
	padding: 0.875em;
	font-size: 1.6rem;
	line-height: 1.5;
}

.pseudoTaxonomy__list .card__title {
    margin-top: 0.4375em;
    margin-bottom: 0.875em;
	font-size: 1.125em;
}

.pseudoTaxonomy__list .card__text {
	margin-top: 0.875em;
	font-size: 0.875em;
    line-height: 1.571; /* 22 / 14 */
}

.pseudoTaxonomy__list .card__readmore {
    margin-top: 1em;
    font-size: 0.875em;
}

.pseudoTaxonomy__list .card__readmore::after {
    margin-left: 0.4167em;
    font-size: 1.7149em;
}

/* 個別指示 ///
---------------------------------------------- */

.pseudoTaxonomy.-salesmethods .pseudoTaxonomy__list {
    margin: -15px -13px;
}

.pseudoTaxonomy.-salesmethods .pseudoTaxonomy__list > li {
    width: 50%;
    padding: 15px 13px;
}

.pseudoTaxonomy.-salesmethods .pseudoTaxonomy__list .card__img {
    padding-top: calc(220 / 525 * 100%);
}


/** reCAPTCHA  **/
.recaptcha-note {
	margin-top: 8px;
	color: #aaa;
	font-size: 1.2rem;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
}
.recaptcha-note a {
	color: #beaf87;
	text-decoration: none;
}

/* ----------------------------------------
// grid
---------------------------------------- */

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid.-col-1 > * {
	width: 100%;
}

.grid.-col-2 > * {
	width: 50%;
}

.grid.-col-3 > * {
	width: 33.33333%;
}

.grid.-col-4 > * {
	width: 25%;
}

.grid.-col-5 > * {
	width: 20%;
}

.grid.-col-6 > * {
	width: 16.66666%;
}

.grid.-col-7 > * {
	width: 14.28571%;
}

.grid.-col-8 > * {
	width: 12.5%;
}

@media (max-width: 767px) {
	.grid.-sp_col-1 > * {
		width: 100%;
	}

	.grid.-sp_col-2 > * {
		width: 50%;
	}
	
	.grid.-sp_col-3 > * {
		width: 33.33333%;
	}
	
	.grid.-sp_col-4 > * {
		width: 25%;
	}
	
	.grid.-sp_col-5 > * {
		width: 20%;
	}
	
	.grid.-sp_col-6 > * {
		width: 16.66666%;
	}
	
	.grid.-sp_col-7 > * {
		width: 14.28571%;
	}
	
	.grid.-sp_col-8 > * {
		width: 12.5%;
	}
}

/* end grid */

.btn.-bg-main {
  background-color: #beaf87;
}
.btn.-white {
  color: #fff;
}
/* 売却広告事例　アーカイブページ //
////////////////////////////////////////////////////////////////////*/
main.adcasecat > article{
	width: 100%;
	padding: 0 4rem;
}
main.adcasecat .thumbnail {
	position: relative;
	overflow: hidden;
	padding-top: 66.66666%;
}
main.adcasecat .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.mharch-lead {
	margin-bottom: 60px;
	line-height: 1.75;
	text-align: center;
}
.mharch-lead__main {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.mharch-lead__sub {
	margin-top: 1em;
	font-size: 16px;
	font-weight: normal;
}
.mharch-list-wrap {overflow: hidden;}
.mharch-list {margin: -50px -30px auto;}
.mharch-list > li {padding: 50px 30px;}
.mharch-list > li:only-child { /* 1件のみの時は中央寄せ */
	margin-right: auto;
	margin-left: auto;
}
.mharch-card {
	display: block;
	font-size: 16px;
	line-height: 2.25;
}
.mharch-card__title {
	margin-top: 36px;
	font-size: 28px;
	line-height: 1.235;
	font-weight: bold;
}
.mharch-card-metaList {
	margin-top: 18px;
	line-height: 1.75;
}
.mharch-card-metaList__wrap {display: flex;}
.mharch-card-metaList__wrap > dt {
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
}
.mharch-card-metaList__wrap > dt::after {content: '：';}
.mharch-card__comment {margin-top: 25px;}
.mharch-card__comment br {display: none;}
.mharch-card-btn-wrap {margin-top: 35px;}
.mharch-card-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	margin-left: auto;
	font-size: 20px;
	font-weight: bold;
}

/* 売却広告事例　シングルページ //
////////////////////////////////////////////////////////////////////*/
.mhsg > * + * {margin-top: 70px;}
.adcase_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 50px;
  color: #414042;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.235;
  text-align: justify;
  text-align-last: center;
  font-feature-settings: 'palt';
}
.adcase_title::after {
  content: '';
  width: 90px;
  height: 8px;
  margin-top: 15px;
  background-color: #beaf87;
}
.mhsg-eyecatch img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.mhsg .adcase_title02 {
	margin-top: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #414042;
	color: #fff;
	margin-bottom: 40px;
	padding: 16px 30px;
	border-radius: 8px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.272;
	text-align: center;
	text-align-last: center;
	font-feature-settings: 'palt';
}
.mhsg-eyecatch {background-color: #f0f0f0;}

/* 縦長画像を考慮 */
.mhsg-eyecatch.-vert {
	position: relative;
	height: 0;
	padding-top: 66.66%;
	overflow: hidden;
}
.mhsg-eyecatch.-vert > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
/* end 縦長画像を考慮 */

.mhsg-desc {margin-top: 40px;}
.mhsg-comment {
	padding: 1em 1.25em;
	background-color: #414042;
	font-size: 18px;
	line-height: 1.75;
	font-weight: bold;
	color:#fff;
}

.mhsh-tags-wrap {margin-top: 20px;}

.mhsh-tags {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}
.mhsh-tags > li {
	margin: 5px;
	padding: 0.4em 0.5em;
	border: 1px solid currentColor; 
	font-size: 14px;
	font-weight: normal;
}
.mhsg-reserveSect {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.mhsg-reserveSect:last-child {
	margin-bottom: 0;
}
.mhsg-reserveSect__lead {
	font-size: 24px;
	font-weight: bold;
}
.mhsg-reserveSect__btn-wrap {margin-top: 20px;}
.mhsg-reserveBtn {
	width: 400px;
	padding: 1em;
	font-size: 24px;
	font-weight: bold;
}
.mhsg-photos {margin: -5px;}
.mhsg-photos > li {padding: 5px;}
.mhsg-photo {position: relative;}
.mhsg-photo__img {
	display: block;
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
}
.mhsg-photo__img > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.mhsg-photo__texts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-out;
}
.mhsg-photo__img:focus + .mhsg-photo__texts,
.mhsg-photo__img:hover + .mhsg-photo__texts {opacity: 1;}

.mhsg-photo__title {
	font-size: 18px;
	font-weight: bold;
}
.mhsg-photo__text {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.5;
}
.mhsg-photo__text:empty {margin-top: 0;}

_:lang(x)::-ms-backdrop,
.mhsg-photo__text {max-width: 100%;}
.mhsg-3DWalkSect > p {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.mhsg-detail .table-style01 th {
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
}
.mhsg-detail .table-style01 td {
	padding: 1em;
	border: 1px solid #ccc;
}
.mhsg-detail__note {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.mhsg-3DWalkSect iframe {
  width: 100%;
  border: none;
  display: block;
  background-color: #f0f0f0;
  margin-bottom: 50px;
}

/* ----------------------------------------
// モデルハウス boxer
---------------------------------------- */
main.adcasecat > #boxer{height: auto !important;}
main.adcasecat > #boxer .boxer-position {
	margin-top: 4px;
	padding: 0;
	float: right;
}
main.adcasecat > #boxer .boxer-caption p {padding: 0;}
main.adcasecat > #boxer .boxer-caption p:first-child {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
main.adcasecat > #boxer .boxer-caption p:nth-child(2) {
	margin-top: 0.25em;
	font-size: 14px;
	line-height: 1.714;
	text-align: justify;
}
main.adcasecat > #boxer .boxer-control.next.disabled {display: none;}
/* end モデルハウス boxer */

/* ----------------------------------------
// 売却相談事例一例
---------------------------------------- */

#soudan_list .area {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  column-gap: 1px;
  background-color:  #beaf87;
}
 
#soudan_list .tab_class {
  width: calc(calc(100% - 3px)/4);
  height: 50px;
  background-color: #414042;
  color: #beaf87;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  order: -1;
}
 
#soudan_list input[name="tab_name"] {
  display: none;
}
 
#soudan_list input:checked + .tab_class {
  background-color: #beaf87;
  color: #414042;
}
 
#soudan_list .content_class {
  display: none;
  width: 100%;
  background-color: #fff;
}
 
#soudan_list input:checked + .tab_class + .content_class {
  display: block;
}
#soudan_list .pc ul{
	overflow:auto;
	overflow-y:scroll;
}

#soudan_list .pc li{
    padding: 2rem 2rem 2rem 2rem;
    border-bottom: 1px solid #656565;
    border-color: #beaf87 !important;
    border-radius: 0px !important;
}
#soudan_list .pc li p{
    font-size: 1.6rem;
    color: #354341 !important;
    display: flex;
    column-gap: 1em;
}

#soudan_list #souzoku_h2,
#soudan_list #souzoku_form{
    display: none;
}

#soudan_list #souzoku_list{
	width: 723px;
	height: 1000px;
}
#soudan_list #souzoku_div{

}
#soudan_list .content_class{
    height: 1000px;
}
#soudan_list #souzoku_list{
	max-height: 1000px !important;
}

.content_class .sp{
	display: none;
}