@charset "utf-8"; /* 下層ページ　共通
////////////////////////////////////////////////////////////////////*/
.pgcontent > p, .pgcontent > ul, .pgcontent > ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
body.adcase .cont-box2 {
    margin-right: auto;
    margin-left: auto;
    width: 720px;
    margin-top: 35px;
}

/* カードコンポーネント //
////////////////////////////////////////////////////////////////////*/
.card {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.card__img {
  position: relative;
  overflow: hidden;
}

.card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.card__title {
  font-weight: bold;
}
.card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
}
.card__readmore {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #beaf87;
  line-height: 1;
}
.card__readmore::after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: '\f0a9';
}


dl.left dt {
    float: left;
}

.title01 {
    font-size: 20px;
    line-height: 1.4;
    padding: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    clear: both;
    background: #beaf87;
    color: #fff;
    position: relative;
    border-bottom: solid 2px #e7e7e7;
}

.title02 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    clear: both;
    border-bottom: solid 2px #beaf87;
    color: #beaf87;
    position: relative;
}

.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;
    margin-right: .5rem;
}

.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: 2rem;
}

.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;
}



/* 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: "Font Awesome 5 Free";
    content: '\f061';
    color: #beaf87;
    font-weight: 700;
    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: 2em;
}

.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: 533px;
    overflow: hidden;
    width: 800px;
    margin: 0;
}

.main-eyecatch img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0%,-51%);
}

/* 査定エリア コンテンツ //
////////////////////////////////////////////////////////////////////*/
/* 幅広 */
.satei_area_w {
    padding: 143px 311px 0;
    height: 380px;
    position: relative;
}

.satei_area_w.satei_area_w1 {
    background: url(/images/index/satei_bg.jpg) no-repeat top center;
}

.satei_area_w.satei_area_w2 {
    background: url(/images/index/satei_bg2.jpg) no-repeat top center;
}

.satei_area_w h2 {
    display: none;
}

.satei_area_w ol.SyubetuJusyoc-list li + li {
    margin-top: 21px;
}

.satei_area_w ol.SyubetuJusyoc-list li::after {
    content: "";
    clear: both;
    display: block;
}

.satei_area_w ol.SyubetuJusyoc-list li {
    margin-left: auto;
    width: 300px;
    background: url(/images/common/select_bg.jpg) no-repeat right 0 top 0 #fff;
    overflow: hidden;
}

.satei_area_w ol.SyubetuJusyoc-list li p label {
    height: 30px;
    display: none;
    overflow: hidden;
    text-indent: -100%;
}

.satei_area_w ol.SyubetuJusyoc-list select {
    padding-left: 10px;
    padding-right: 26px;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 1px solid #aaaaaa;
    display: block;
    text-align: left;
    -webkit-appearance: none;
    font-size: 14px;
    color: #999;
}

.satei_area_w input[type="submit"] {
    background: url(/images/index/Syub-kantan.png) no-repeat;
    background-size: 100%;
    width: 302px;
    height: 48px;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 0;
    margin-top: 21px;
    margin-left: auto;
}

.satei_area_w input[type="submit"]:hover {
    opacity: 0.8;
}

.satei_area_w + p {
    text-align: right;
    font-size: 1.6rem;
    margin-top: 1rem;
}

/* 標準 */
.satei_area {
    padding: 143px 300px 0;
    height: 396px;
    position: relative;
    background: url(/images/common/satei_bg.jpg) no-repeat top center;
}

.satei_area h2 {
    display: none;
}

.satei_area ol.SyubetuJusyoc-list li + li {
    margin-top: 21px;
}

.satei_area ol.SyubetuJusyoc-list li::after {
    content: "";
    clear: both;
    display: block;
}

.satei_area ol.SyubetuJusyoc-list li {
    margin-left: auto;
    width: 223px;
    background: url(/images/common/select_bg.jpg) no-repeat right 0 top 0 #fff;
    overflow: hidden;
}

.satei_area ol.SyubetuJusyoc-list li p label {
    height: 30px;
    display: none;
    overflow: hidden;
    text-indent: -100%;
}

.satei_area ol.SyubetuJusyoc-list select {
    padding-left: 10px;
    /*padding-right: 26px;*/
    width: 100%;
    height: 30px;
    background: transparent;
    border: 1px solid #aaaaaa;
    display: block;
    text-align: left;
    -webkit-appearance: none;
    font-size: 14px;
    color: #999;
}

.satei_area input[type="submit"] {
    background: url(/images/common/Syub-kantan.png) no-repeat;
    background-size: 100%;
    width: 225px;
    height: 64px;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 0;
    margin-top: 21px;
    margin-left: auto;
}

.satei_area input[type="submit"]:hover {
    opacity: 0.8;
}

.satei_area + p {
    text-align: right;
    font-size: 1.3rem;
    margin-top: .5rem !important;
}

/* 売却のご相談はこちらから //
////////////////////////////////////////////////////////////////////*/
.footer-soudan {
    background-image: url(/images/common/toi_c21_p.jpg);
    background-color: #beaf87;
    padding: 30px 30px 0;
    clear: both;
    margin-top: 50px;
    margin-bottom: 90px;
}

.footer-soudan h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-soudan h3 strong {
    font-size: 30px;
}

.footer-soudan > p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.footer-soudan ul {
    height: 135px;
}

.footer-soudan ul li {
    font-size: 14px;
    line-height: 1.6;
}

.footer-soudan ul li:nth-of-type(1) a {
    display: block;
    font-size: 38px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.footer-soudan ul li:nth-of-type(1) a > i {
    margin-right: 10px;
    font-size: 40px;
    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;
    width: 315px;
}

/* table ///
---------------------------------------------- */
.table-box{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table-box > * {
	display: table-cell;
	vertical-align: middle;
}

/* float ///
---------------------------------------------- */

.float > * { float: left; }
.float.divide > :last-child {
	float: right;
}
.float::after,
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

/* 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: 2rem;
}

main > aside > section h3 {
    line-height: 20px;
    background-color: #beaf87;
    color: #FFF;
    padding: 11px 0 9px 10px;
    text-align: center;
}

main > aside > section h3 i {
    opacity: 0.75;
    margin-right: 0.5em;
}

/* 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;
    font-weight: bold;
}

.sideCards .card__text {
    line-height: 1.6923 /* 22 / 13 */;
}

.sideCards .card_side_title {
    color: #beaf87;
    font-size: 2rem;
}

.sideCards .card__text br {
    display: none;
}

.sideCards .card__readmore {
    margin-top: 10px;
}

.sideCards .card__readmore::after {
    margin-left: 0.333em;
    font-size: 2.2rem;
}

/* 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: "Font Awesome 5 Free";
    content: '\f0a9';
    margin-right: 0.5em;
    font-weight: 700;
}

.localNav-list__item a:focus, .localNav-list__item a:hover {
    text-decoration: underline;
}

.localNav-list__item br {
    display: none;
}

/* side news */
.side-news h3 {
    padding: 20px 0 2px 0;
}

/* method
////////////////////////////////////////////////////////////////////*/
#method .title02 {
    margin-top: 50px;
}
#method p {
  margin: 1em 0;
}

#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;
}

#method .title02.balloon i::after {
    border-top-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 .pgcontent h2{ margin-bottom: 5rem;}
#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;
    margin-top: 0 !important;
}

.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 h4 {
	color: #f81e1e;
    font-size: 18px;
}*/
#netsatei a[class^="btn-"],.kaitori a[class^="btn-"],.pit a[class^="btn-"] {
    width: 300px;
    display: block;
}

.netsatei a[class^="btn-"],.kaitori a[class^="btn-"],.pit a[class^="btn-"] {
    float: right;
    margin-bottom: 5rem;
}

.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: 3rem;
}

#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;
    position: relative;
}

.satei-submit button, .satei-submit input[type="submit"] {
    margin: auto;
    width: 400px;
    height: 50px;
    background-color: #beaf87;
    border: none;
    border-radius: 6px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
}

.satei-submit .wpcf7-spinner {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
}

.satei-submit button:hover, .satei-submit input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
}

.narrow select[name="your-hour"],
.narrow select[name="your-hour2"],
.narrow select[name="your-hour3"],
.narrow select[name="your-time"],
.narrow select[name="your-time2"],
.narrow select[name="your-time3"]{width: 100px;}
/** datepicker **/
.cal_saturday > .ui-state-default{
	color: blue !important;
	background: #f0f8ff !important;
}
.cal_sunday > .ui-state-default ,.cal_holiday > .ui-state-default {
	background: #fff0f5 !important;
	color: red !important;
}

.recaptcha-note {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #AAA;
    text-align: center;
}

.recaptcha-note > span {
    display: block;
}

.recaptcha-note a {
    color: #039be5;
}

/* 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
////////////////////////////////////////////////////////////////////*/
#fp p {
  margin: 1em 0;
}
#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;
}

/* 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;
}

/* contact
////////////////////////////////////////////////////////////////////*/
.contact .narrow .attention:nth-of-type(1) {
    margin-top: 20px;
}

/* form */
.narrow span.wpcf7-list-item {
    margin: 0 20px 0 0;
    display: inline-block;
}
.your-subject span.wpcf7-list-item {display: block;}
[data-name="your-subject"] span.wpcf7-list-item {display: block;}

.your-subject span.wpcf7-list-item .wpcf7-list-item-label {white-space: break-spaces;}
[data-name="your-subject"] span.wpcf7-list-item .wpcf7-list-item-label {white-space: break-spaces;}


span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}

.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 .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: #414042;
    line-height: 32px;
    margin-bottom: 0.5em;
}

.company-message p {
    overflow: hidden;
    ;}

.company-access > div {
    float: right;
}

.company_greeting_img {
    width: 200px;
    max-width: 100%;
}

.company_greeting_img > p {
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    margin-top: .5em;
}

table[summary="会社概要"] {
    width: 100%;
    margin-bottom: 40px;
}

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;
}

body.company #viewer-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

body.company #pano-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

body.company #pano-list > li {
    width: 170px;
}

body.company #pano-list button {
    width: 100%;
    height: 45px;
    background-color: #beaf87;
    border: none;
    border-radius: 4px;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
}

body.company #pano-list button::after {
    margin-left: 8px;
}

.gmap-wrap {
    margin-bottom: 10px;
}

body.company #company .photos {
    margin-top: 1rem;
    display: flex;
}

body.company #company .photos > span:not(:last-child) {
    margin-right: 10px;
}

/* スタッフ紹介 ///
---------------------------------------------- */
/* システムのレイアウト調整 */
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;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    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%;
}

#ibox .top {
    display: none;
}

#ibox .staff_voice {
    margin-top: 20px;
}

#ibox .staff_voice iframe {
    width: 100%;
    display: block;
}

#ibox .staff_voice p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.lightboxOverlay {
    z-index: 9999999 !important;
}

#lightbox {
    z-index: 99999999 !important;
}

/* fp
////////////////////////////////////////////////////////////////////*/
.fpfirsttxt {
    margin-bottom: 2.4em;
}

#jutak p, #now_later p, #cost p {
  margin: 1em 0;
}
#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;
}

/* 成約事例
////////////////////////////////////////////////////////////////////*/
/* 一覧
------------------------------*/
.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: 0 10px;
    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: "Font Awesome 5 Free";
    font-size: 36px;
    font-weight: 700;
    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: 150px;
    margin-left: 20px;
    float: right;
}

.jirei__success__author > figcaption {
    font-size: 13px;
    text-align: center;
}

.jirei__success__author img {
    height: 150px;
}

/*
// 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;
}


.jirei .mhsg-photos-wrap {
  margin: 20px 0 60px;
}

/* end wysiwigエディタ内の画像の処理 (横並びにした場合) */
.footerForm__lead {
    margin-top: 26px;
    color: #414042;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
}

.footerForm__notes {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.615;
}

.footerForm__notes small {
    font-size: inherit;
}

.footerForm__notes a {
    text-decoration: underline;
}

.footerForm__body {
    margin-top: 16px;
}

.footerForm__body table {
    table-layout: fixed;
}

.footerForm__body .wpcf7-list-item {
    display: block;
}

.footerForm__body label {
    margin-right: 0;
    font-size: 14px;
}

.footerForm__body .wpcf7-list-item-label {
    margin-left: 0.5em;
}

.footerForm__body input[type="text"], .footerForm__body input[type="tel"], .footerForm__body input[type="email"] {
    font-size: 14px;
}

.footerForm__body textarea {
    width: 100%;
    font-size: 14px;
}

/* 売却の手引き
////////////////////////////////////////////////////////////////////*/
.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-weight: 700;
  font-family: "Font Awesome 5 Free";
}

.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: "Font Awesome 5 Free";
  content: '\f0a9';
  color: #414042;
  margin-right: 0.5em;
  font-weight: 700;
}

.guidanceCont-list br {
    display: none;
}

/* 売却の手引き 擬似カテゴリーページ
////////////////////////////////////////////////////////////////////*/
.pseudoTaxonomy {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 90px;
    background-color: #f5f5f5;
    padding-top: 0;
}

.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;
    width: 1105px;
}

.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%);
}

.post-type-post h3, .post-type-post h4 {
    border-left-color: #beaf87 !important;
}

/* ----------------------------------------
// 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 .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;
    text-align: center;
}

/* 縦長画像を考慮 */
.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% !important;
    height: 100% !important;
    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 */
/** 31年ぶりに住宅用地の基準地価が上昇！売却をするなら今がチャンス
******************************************************************/
.topnewstable {
	margin-bottom: 3rem;
	margin-top: 1rem;
	border-collapse: separate;
    width: 100%;
}
.topnewstable tr:nth-of-type(1) td:nth-of-type(1) { width: 25%;}
.topnewstable tr:nth-of-type(1) th:nth-of-type(1),
.topnewstable tr:nth-of-type(1) th:nth-of-type(2) {
    width: 30%;
	border-left: 1px solid #000;
	color: #FFF;
}
.topnewstable th,
.topnewstable td {
	padding: 10px;
    border-bottom: 1px solid #000;
    font-size: 2rem;
}
.topnewstable td { border-left: 1px solid #000;}
.topnewstable tbody tr:first-child { background-color: #737373;color: #FFF;}
.topnewstable tr:first-child th{border-top: 1px solid #000;}
.topnewstable tr:first-child th:nth-of-type(1)  { border-right: 3px solid red;font-size: 2.4rem;}
.topnewstable tr:first-child th:nth-of-type(2)  { border-top: 3px solid red;border-right: 3px solid red;border-left: none;font-size: 2.4rem;}
.topnewstable tr:last-child { border-left: 3px solid red;}
.topnewstable td:nth-of-type(1):not(:empty) { border-right: 3px solid red; }
.topnewstable tr:last-child td:nth-of-type(2):not(:empty)  { border-bottom: 3px solid red;}
.topnewstable td:nth-of-type(2):not(:empty)  { border-right: 3px solid red;border-left: none;font-weight: bold;background-color: #fdf9c0;}
.topnewstable tr:first-child td{border-top: 1px solid #000;}
.topnewstable tr:not(:first-child){
    background-color: #fffdde;
    text-align: center;
}
.topnewstable th:nth-of-type(1):not(:empty) { border-left: 1px solid #000; }
@media (max-width: 767px) {
	.topnewstable tr:nth-of-type(1) th:nth-of-type(1), .topnewstable tr:nth-of-type(1) th:nth-of-type(2) { width: 10%;}
	.topnewstable tbody tr:first-child {
		font-size: 1.6rem;
		text-align: center;
	}
}