/* 共通パーツ */
html {
    scroll-behavior: smooth;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

:root {
    --basecolor: #4ea0df;
}

.mv-top {
    margin-top: 54px;
    margin-bottom: 8px;
}

.under-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 13px;
}

h2 {
    font-size: 18px;
}

p {
    color: #453c3a;
}

img {
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}



.area-space {
    margin-top: 100px;
}

/* 共有タイトル */
@media screen and (max-width: 360px) {
    .reform-title h2 {
        font-size: 14px;
    }
}

.page-title {
    padding: 20px;
    color: #fff;
    background-color: var(--basecolor);
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}

.page-title__head {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
}

.under-share-title {
    padding: 10px 0;
    border-bottom: solid 4px var(--basecolor);
    margin-bottom: 23px;
}

.under-share-title h2 {
    color: var(--basecolor);
    font-weight: 700;
}

.under-share-title-second {
    padding: 10px 10px 5px 10px;
    border-bottom: solid 4px var(--basecolor);
    background-color: rgba(78, 160, 223, 0.2);
    color: var(--basecolor);
    letter-spacing: 2px;
}

.reform-title {
    width: 100%;
    background-color: var(--basecolor);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
}

.reform-title h2 {
    color: #fff;
    letter-spacing: 2.4px;

}

.reform-title img {
    width: 51px;
    margin-top: -19px;
}

.case-title {
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
}

.small-title {
    position: relative;
    width: 100%;
    background-color: #DDEAF6;
    padding: 4.5px 0px 4.5px 35px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #453C3A !important;
}

.small-title::before {
    position: absolute;
    content: "";
    width: 16px !important;
    height: 16px !important;
    background-color: #fff !important;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border: none !important;
    border-radius: 20px !important;
    background-image: none;
}

.small-title::after {
    display: none !important;
}

@media screen and (min-width:768px) {
    .small-title::before {
        width: 20px !important;
        height: 20px !important;
    }

}

/* リンクボタン */
.link-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: none;
    background-color: #f08d00;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    transition: all .2s;
}

.link-button:hover {
    box-shadow: 0 3px 10px rgba(46, 46, 46, 0.25);
}

.link-button i {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

/* 価格 */
.price-wrap {
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    width: 100%;
    max-width: 308px;
    font-size: 30px;
    font-weight: 700;
    margin: 12px auto 0;
    margin-top: 12px;
}

.price-wrap-second {
    margin: 0 auto;
}

.price-wrap p {
    display: inline-block;
}

.price-wrap span {
    font-size: 14px;
}

.tsubo {
    background-color: #e04d0e;
    width: 27%;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    padding-right: 5px;
    padding-left: 5px;
}

.tsubo p {
    color: #fff;
}

.price {
    color: #e04d0e;
}

.price p {
    color: #e04d0e;
}


/* 共有PC */
@media screen and (min-width: 768px) {
    .under-container {
        max-width: 1080px;
        padding: 0 20px;
    }

    .flex {
        flex-direction: row;
    }

    .area-space {
        margin-top: 150px;
    }

    .pc-none {
        display: none;
    }

    .under-inner {
        padding: 0 27px;
    }

    .page-title {
        height: 96px;
        padding: 27px 0;
    }

    .page-title__head {
        font-size: 26px;
        margin: 0;
    }

    .under-share-title {
        padding: 15px 30px;
        margin-bottom: 40px;
    }

    .under-share-title h2 {
        font-size: 23px;
    }

    .under-share-title-second {
        padding: 15px;
    }

    .reform-title {
        height: 48px;
    }

    .reform-title h2 {
        margin-left: 29px;
    }

    .reform-title span {
        font-size: 16px;
    }

    .reform-title img {
        width: 66.15px;
        margin-top: -24px;
    }

    h2 {
        font-size: 23px;
    }

    .price-wrap {
        font-size: 21px;
    }

    .price-wrap-second {
        height: 78px;
        width: 100%;
        max-width: 570px;
        font-size: 56px;
    }

    .price-wrap-second span {
        font-size: 26px;
    }

    .tsubo {
        width: 28.5%;
        padding-right: 10px;
        padding-top: 7px;
    }

    .tsubo-second {
        padding-top: 0;
    }

    .price {
        letter-spacing: 0;
    }

    .point-wrap .price {
        margin-top: 3px;
    }


}

@media screen and (min-width: 950px) {
    .tsubo {
        padding-top: 0;
    }

    .price-wrap {
        font-size: 30px;
    }

    .price-wrap-second {
        font-size: 56px;
    }

    .price-wrap-second span {
        font-size: 26px;
    }

    .point-wrap .price {
        margin-top: -3px;
    }

}

/* transition */
.transition {
    overflow: hidden;
}

.transition-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}

.transition-upper {
    margin: 20px 0 0;
}

.swipe1,
.swipe2,
.swipe3 {
    width: 100%;
}

.swipe-inner {
    padding: 0 14px;
}

.swipe-wrap img {
    max-width: 500px;
    width: 99%;
    margin: 0 auto;
}

.swipe-img-wrap {
    margin: 9px 0 21px;
}

.transition-img {
    aspect-ratio: 299 / 242;
    object-fit: cover;
    width: 100%;
}

.swipe-inner p {
    font-size: 16px;
}

.maker-price,
.aquaring-price {
    text-align: center;
}

.maker-price {
    letter-spacing: 1.5px;
}
.maker-price p {
    font-size: 14px;
}

.aquaring-price {
    margin-top: 5px;
}

.aquaring-price p {
    font-size: 30px;
    font-weight: 700;
    color: #e04d0e;
    letter-spacing: 1px;
}

.aquaring-price span {
    font-size: 14px;
}

.js-fixedprice {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    margin-top: 0;
    padding: 6px;
    bottom: 69px;
    background-color: #fafafa;
    transition: all .3s;
}
.js-fixedprice p:not(:root) {
    font-size: 24px;
}
.js-fixedprice img:not(:root) {
    width: 35px;
}
.js-fixedprice.--active {
    opacity: 1;
    visibility: visible;
}

.swipe-wrap .slick-arrow {
    transform: translateY(-170%);
    background-color: var(--basecolor);
    opacity: 1;
}

.next-arrow {
    right: 0;
}

.under-next-arrow,
.under-prev-arrow {
    color: #fff;
}

/* transition pc */
@media screen and (min-width: 768px) {
    .transition-title {
        font-size: 20px;
        margin-top: 40px;
    }

    .transition-upper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 50px;
        margin-top: 60px;
        padding: 0 13px;
    }

    .swipe-wrap img {
        max-width: 275px;
        width: 100%;
    }

    .swipe-inner {
        padding: 0;
    }

    .swipe-inner p {
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    .aquaring-price p {
        font-size: 30px;
    }
    .js-fixedprice {
        bottom: 0;
        padding: 7px 0;
    }
    .js-fixedprice p:not(:root) {
        font-size: 30px;
    }
    .js-fixedprice img:not(:root) {
        width: 60px;
    }

    .transition-img {
        aspect-ratio: 275 / 242;
    }
}

/* transition-bottom */
.transition-bottom {
    margin-top: 75px;
    padding: 0 13px 2px;
}

.transition-bottom-img,
.panasonic {
    width: 100%;
    padding: 0 25px 0 30px;
    border: 1px solid #f08d00;
    box-shadow: 0px 1px 2px 0px rgba(70, 70, 70, 0.25);
    margin-bottom: 2px;
}

.transition-bottom-img {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #f08d00;
}

.transition-bottom-img span {
    font-size: 18px;
    font-weight: 700;
    color: #453c3a;
}

.bottom-img-p {
    margin-top: 10px;
}

.transition-bottom-img img {
    width: 100%;
    max-width: 130px;
    aspect-ratio: 130/30;
    object-fit: contain;
}

.lixil img {
    aspect-ratio: 130/39;
}

.panasonic img {
    aspect-ratio: 191/30;
    max-width: 191px;
}

.transition-bottom-img+.transition-bottom-img {
    margin-top: 10px;
}

/* transition-bottom pc */

@media screen and (min-width: 768px) {
    .transition-bottom {
        margin-top: 129px;
        padding: 0;
    }

    .transition-bottom-inner {
        column-gap: 24px;
    }

    .transition-bottom-img {
        height: 67px;
    }

    .transition-bottom-img+.transition-bottom-img {
        margin-top: 0;
    }

    .bottom-img-p {
        margin-top: 17px;
        padding-left: 39px;
    }
}

/* reform-point */
.reform-point {
    margin-top: 71px;
}

.reform-title span {
    font-size: 13px;
}

.reform-point-inner {
    padding: 0 13px;
}

.point-wrap {
    max-width: 326px;
    margin-top: 26.72px;
}

.reform-point-img {
    aspect-ratio: 326 / 276;
    object-fit: cover;
}

/* reform-point pc */
@media screen and (min-width: 768px) {
    .reform-point-inner {
        flex-direction: row;
        justify-content: space-between;
        padding: 53px 76px 0;
        column-gap: 16%;
    }
}

/* drainage */
.drainage {
    margin-top: 53px;
}

.drainage-top {
    padding: 16px 12px 34px;
}

.drainage-top p {
    font-size: 14px;
    color: #453c3a;
}

.drainage-case {
    margin-top: 22px;
    width: 100%;
    max-width: 455px;
}

.drainage-case-img {
    aspect-ratio: 326 / 276;
    object-fit: cover;
    width: 100%;
}

.drainage-top-bottom img {
    width: 100%;
    aspect-ratio: 455 / 278;
    object-fit: cover;
}

.drainage-case p {
    margin-top: 10px;
}

.drainage-bottom {
    padding: 16px 12px 0;
    margin-bottom: 101px;
}

.drainage-bottom p {
    color: var(--basecolor);
}

.drainage-bottom-img {
    margin-bottom: 34px;
}

.drainage-bottom-img img {
    aspect-ratio: 326 / 276;
    object-fit: cover;
    width: 100%;
}



.recommend {
    display: flex;
    justify-content: space-between;
    column-gap: 4.9%;
}

.recommend-img {
    width: 100%;
}

.recommend-img img {
    aspect-ratio: 155 / 123;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .drainage {
        margin-top: 150px;
    }

    .drainage-top {
        padding: 24px 27px 77px;
    }

    .drainage-top p {
        font-size: 19px;
        letter-spacing: 2.5px;
    }

    .drainage-top-bottom {
        column-gap: 2.1%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .drainage-case-img {
        aspect-ratio: 455 / 278;
    }

    .drainage-bottom {
        margin-bottom: 58.82px;
    }

    .drainage-bottom-img {
        margin-bottom: 77px;
    }

    .drainage-bottom-img img {
        aspect-ratio: 930 / 379;
    }

    .drainage-bottom-img,
    .drainage-bottom-inner {
        padding: 28px 27px 0;
    }

    .drainage-bottom .small-title {
        padding: 5px 0 5px 40px;
    }

    .drainage-bottom p {
        font-size: 23px;
    }

    .recommend-img img {
        max-width: 455px;
        aspect-ratio: 455 / 379;
    }
}

/* floor */

.floor-inner {
    background-color: #e6f6ff;
    padding: 15px 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 4.5%;
}

.floor-title {
    width: 100%;
    background-color: var(--basecolor);
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.floor-img-wrap {
    text-align: center;
    width: 100%;
    max-width: 455px;
}

.floor-img-wrap img {
    width: 100%;
    margin-top: 6px;
    aspect-ratio: 155 / 123;
    object-fit: cover;
    width: 100%;
}

.floor-img-title {
    font-size: 14px;
    font-weight: 700;
}

.floor-description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    padding: 0 10px;
}

.description-second {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .floor-inner {
        background-color: #e6f6ff;
        padding: 19px 28px 31px;
    }

    .floor-title {
        padding: 18px 0;
        font-size: 23px;
    }

    .floor-img-title {
        font-size: 23px;
    }

    .floor-description {
        font-size: 16px;
        font-weight: 400;
        margin-top: 24px;
    }

    .description-second {
        padding: 0 50px;
    }

    .floor-img-wrap img {
        aspect-ratio: 455 / 305;
    }
}

@media screen and (min-width: 950px) {
    .description-second {
        padding: 0 90px;
    }
}

/* bath-reform */

.bath-reform .reform-title {
    padding-left: 0;
    text-align: center;
}

.bath-choice {
    text-align: center;
    margin: 16px 0;
    color: #453c3a;
    font-weight: 700;
}

.grade-nav-wrap {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
}

.grade-nav {
    display: flex;
}

.grade-nav li {
    width: 100%;
}

.tab-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 9px 0;
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    text-align: center;
    background-color: #e6f6ff;
}

.tab-nav::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #e6f6ff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 99%;
    right: 50%;
    transform: translateX(50%);
}

.nav-active {
    background-color: var(--basecolor);
    color: #fff;
}

.nav-active::after {
    background-color: var(--basecolor);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    display: none;
    padding-top: 15px;
}

.tab-active {
    display: block;
}

.tab-inner img {
    aspect-ratio: 930 / 379;
    object-fit: cover;
    width: 100%;
}

.grade-nav-wrap img {
    margin-top: 18px;
}

/* bath-content */
.bath-content-title {
    margin-top: 20px;
    text-align: center;
    border-bottom: #4ea0df 4px double;
    padding-bottom: 7px;
}

.bath-content-wrap {
    width: 100%;
    margin-top: 20px;
}

.bath-content-inner {
    margin-top: 15px;
}

.bath-content-inner img {
    margin-left: auto;
    margin-right: auto;
}

.bath-content-main-img img {
    aspect-ratio: 325 / 276;
    object-fit: cover;
    width: 100%;
}

.brand-logo {
    width: 100%;
    max-width: 192px;
    margin: 0 auto;
    margin-top: 14.6px;
    margin-bottom: 15px;
}

.brand-logo img {
    width: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.bath-content-img {
    width: 100%;
    margin: 0 auto;
}

.brand-name {
    font-size: 18px;
    color: #453c3a;
    text-align: center;
    margin: 9px 0;
}

.shop-show {
    width: 159.71px;
}

.hokkarari {
    width: 237px;
    margin-bottom: 15px;
}

.basic-price {
    width: 100%;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

.basic-price-title {
    padding: 5px 20px 6px;
    text-align: center;
    background-color: #E04D0E;
    font-weight: 700;
    border-radius: 50px;
    width: 197px;
    margin: 0 auto 5px;
}

.basic-price-title p {
    color: #fff;
}

.discount-price {
    font-size: 32px;
    font-weight: 700;
    color: #E04D0E;
    text-align: center;
}

.discount-price span {
    font-size: 17px;
}

/* brand-detail */

.brand-detail-title {
    width: 100%;
    margin-bottom: 15px;
}

.brand-detail-img {
    width: 100%;
}

.brand-detail-img img {
    aspect-ratio: 325 / 188;
    object-fit: cover;
    width: 100%;
}

/* plan-case */
.plan-case {
    max-width: 685px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.case-title-second {
    flex-direction: row;
    font-size: 18px;
    font-weight: 700;
}

.case-title-second img {
    width: 24px;
    margin-right: 8.5px;
}

.plan-name {
    margin-top: 16px;
    background-color: #e6f6ff;
    text-align: center;
    padding: 6px;
}

.plan-img {
    aspect-ratio: 325 / 276;
    object-fit: cover;
    width: 100%;
}

.plan-description {
    font-size: 14px;
    text-align: center;
    padding: 5px 15px;
}

.triangle {
    background-color: #f08d00;
    width: 113px;
    height: 23px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 16px auto 15px;
}

.list-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 1px #f08d00 solid;
    background-color: #fff;
    color: #f08d00;
    position: relative;
    box-shadow: 0 2px 2px rgba(46, 46, 46, 0.25);
    margin-top: 18px;
}

.list-button i {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.send-button button+button {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {

    .bath-content2,
    .bath-content3 {
        display: none;
    }

    .bath-content-main-img img {
        aspect-ratio: 300 / 276;
    }
}

@media screen and (min-width: 768px) {
    .bath-reform {
        margin-top: 150px;
    }

    .bath-reform .reform-title {
        padding: 18px 0;
    }

    .bath-choice {
        display: none;
    }

    .grade-nav-wrap {
        margin-top: 70px;
    }

    .tab-nav {
        padding: 11px 0;
        font-size: 19px;
    }

    .tab-inner {
        padding-top: 18px;
    }

    .bath-content-title {
        margin-top: 150px;
    }

    .bath-content-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2.1%;
    }

    .bath-content-main-img {
        max-width: 300px;
        margin: auto;
    }

    .bath-content-main-img img {
        aspect-ratio: 300 / 276;
        object-fit: cover;
        width: 100%;
    }

    .bath-content2,
    .bath-content3 {
        display: block;
    }

    .brand-detail-title {
        margin-bottom: 20px;
    }

    .brand-detail-img img {
        aspect-ratio: 930 / 364;
    }
    .case-title {
        text-align: left;
    }

    .case-title-second {
        font-size: 23px;
    }

    .plan-name,
    .plan-description {
        font-size: 19px;
    }

    .plan-img {
        aspect-ratio: 685 / 364;
    }

    .basic-price-second {
        width: 410px;
    }

    .picture-set {
        font-size: 25px;
        width: 309px;
    }

    .basic-price .discount-pc {
        font-size: 51px;
    }

    .discount-pc span {
        font-size: 29px;
    }


    .button-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .send-button {
        justify-content: center;
        font-weight: bold;
    }

    .send-button .link-button>i {
        right: 30px;
    }

    .send-button button+button {
        margin-top: 0px;
    }

    .confirm-button {
        justify-content: space-around;
    }

    .button-wrap>button {
        width: 325px;
        margin-top: 0;
    }
}

/* standard-grade */
.grade-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(240, 163, 0, 0.2);
    border-bottom: #f08d00 3px double;
    padding: 5px 0;
}

.grade-title span {
    font-size: 18px;
}

.standard-grade-inner {
    padding: 20px 12.5px;
}

.standard-grade-price {
    text-align: center;
}

.standard-grade-price>p {
    font-size: 45px;
    line-height: 1;
}

.standard-price {
    border: 1px solid #453C3A;
    padding: 15px 2px 10px;
    max-width: 440px;
    width: 100%;
    margin: auto;
}


.standard-price>p {
    font-size: 14px;
}

.standard-cost {
    border: 1px solid #453C3A;
    padding: 15px 0 14px;
    max-width: 440px;
    width: 100%;
    margin: auto;
    background-color: #E6F6FF;
    font-weight: 700;
}

.cost-text2 {
    color: #E04D0E;
}

.standard-price .basic-price {
    margin: 0 auto;
}

/* choice-type */

.choice-type-inner {
    margin-top: 29px;
}

.choice-type-inner img {
    max-width: 437.88px;
    width: 100%;
}

.choice-type-inner img+img {
    margin-top: 15px;
}

/* recommend-item */
.item-wrap {
    display: grid;
    padding: 15px 12.5px 0;
}

.item-wrap .case-title {
    font-size: 18px;
}

.item-area1-inner-top {
    width: 98%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.item-area1-inner-bottom {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 9px;
}

.apartment {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
    width: 78%;
    background-color: rgba(78, 160, 223, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 18px;
    letter-spacing: 1.5px;
}

.item-icon,
.item-icon2 {
    aspect-ratio: 154/60;
    object-fit: cover;
}

.item-icon2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.item-area1-tab {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #453C3A;
    border-radius: 50px;
    padding: 11px;
    letter-spacing: 4px;
}

.item-area1-tab p {
    color: #fff;
}

.rinnai {
    margin-bottom: 18px;
    aspect-ratio: 162/35.81;
    object-fit: cover;
}

.item-pic {
    aspect-ratio: 162/205;
    object-fit: cover;
}

.size-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.size-wrap img {
    width: 17px;
}

.size-wrap p {
    margin-bottom: 3px;
    font-size: 14px;
    margin-left: 8px;
    letter-spacing: 1.5px;
}

.item-area2 {
    border: #4ea0df solid 1px;
    text-align: center;
    margin-top: 30px;
}

.item-area2-title {
    text-align: center;
    background-color: #E6F6FF;
    padding: 11px 0 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.item-area2>p {
    font-size: 25px;
    letter-spacing: 3.2px;
    color: #E04D0E;
    font-weight: 700;
    margin: 13px 0;
}

/* favorite */
.favorite-title-img {
    width: 49.7%;
    margin: 0 auto 11px;
}

.involvement {
    width: 76.6%;
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.involvement .discount-price {
    margin-bottom: 10px;
}

.favorite-under {
    margin-top: 20px;
}

.favorite-under-inner {
    text-align: center;
}

.favorite-under-inner .mitsubishi {
    aspect-ratio: 127/18.98;
    max-width: 127px;
    object-fit: cover;
}

.standard-cost .price {
    margin-top: 11px;
}

.favorite-under-text {
    font-size: 15px;
}

.standard-cost .favorite-text-pc2 {
    font-size: 33px;
}



.item-wrap-inner .case-title {
    margin-top: 10px;

}

.item-wrap-inner>img {
    aspect-ratio: 325 / 276;
    object-fit: cover;
    width: 100%;
}

.item-area2 {
    margin-top: 40px;
}

.item-area2-inner {
    width: 72%;
    margin: auto;
    padding-bottom: 15px;
}

.item-area2-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 7%;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.item-area2-content img {
    width: 51px;
}

.item-area2-content+.item-area2-content {
    margin-top: 11px;
}

.item-area3 {
    margin-bottom: 15px;
}

.item-area3-content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    margin-top: 24px;
}

.item-area3-inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-weight: 700;
}

.item-area3-inner img {
    aspect-ratio: 121/22;
    object-fit: cover;
    max-width: 121px;
}

.item-area3-p {
    margin-top: 12px;
}

.big-discount {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 5px;
}

.discount-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
}

.big-discount .discount-price {
    margin-bottom: 2px;
}

.discount-price span {
    margin-bottom: 4px;
}

.basic-price .discount-price span {
    margin-bottom: 4px;
    margin-right: 8px;
}

.discount-icon {
    background-color: #e04d0e;
    width: 92px;
    text-align: center;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    padding: 5px 3px 8px 0;
    font-weight: 700;
    margin-right: 5px;
}

.discount-icon p {
    color: #fff;
    font-size: 18px;
}

.fa-arrow-down {
    font-size: 30px;
}

@media screen and (max-width:361px) {
    .item-area2-content {
        font-size: 13px;
    }

    .item-area3-inner p {
        font-size: 14px;
    }

    .discount-price {
        letter-spacing: -3px;
    }
}


@media screen and (min-width: 768px) {
    .grade-title {
        font-size: 23px;
        padding: 18px 0;
        border-bottom: #f08d00 7px double;
    }

    .grade-title span {
        font-size: 23px;
    }

    .standard-grade-inner {
        padding: 47px 26px;
    }

    .standard-grade-price {
        display: flex;
        align-items: center;
        column-gap: 17px;
    }

    .standard-price,
    .standard-cost {
        margin-left: 0;
        margin-right: 0;
    }

    .standard-price {
        padding: 21px 0;
    }

    .standard-cost {
        padding: 26px 0;
    }

    .standard-price>p {
        font-size: 19px;
        letter-spacing: -1px;
    }

    .standard-price .basic-price {
        width: 100%;
    }

    .standard-cost p {
        font-size: 24px;
    }

    .standard-grade .button-wrap>.button {
        margin: 47px auto 0;
    }

    .choice-type-inner {
        column-gap: 5.9%;
    }

    .item-wrap {
        grid-template-columns: 1fr 1fr;
        column-gap: 4%;
        padding: 0 15px 0;
    }

    .favorite-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2.5%;
    }

    .favorite-title-img {
        width: 100%;
    }

    .involvement {
        width: 100%;
    }

    .favorite-under {
        margin-top: 150px;
    }

    .favorite-under-inner .mitsubishi {
        aspect-ratio: 182/27.2;
        max-width: 182px;
        object-fit: cover;
    }

    .favorite-under-flex {
        justify-content: space-around;
    }

    .favorite-under .favorite-under-text2 {
        font-size: 20px;
    }



    .favorite-under .favorite-text-pc3 {
        font-size: 53px;
    }

    .favorite-under.favorite-text-pc4 {
        font-size: 29px;
    }

    .favorite-under .arrow-down-second {
        font-size: 40px;
    }

    .favorite-under .involvement-pc {
        width: 64.79px;
    }

    .favorite .grade-title {
        font-size: 17px;
    }

    .favorite .grade-title span {
        font-size: 17px;
    }

    .item-wrap-inner .case-title {
        margin-top: 31px;
        font-size: 23px;
    }

    .item-wrap-inner>img {
        aspect-ratio: 311 / 264;
    }

    .apartment {
        font-size: 18px;
        width: 83%;
    }

    .item-area2-title {
        padding: 16px 0 14px;
    }

    .item-area2-title p {
        font-size: 21.76px;
    }

    .item-area2>p {
        font-size: 34px;
    }

    .item-area2-content img {
        width: 69.3px;
    }

    .item-area3 {
        margin-bottom: 20px;
    }

    .item-area3-inner img {
        aspect-ratio: 164/36;
        object-fit: cover;
        max-width: 164px;
    }

    .discount-icon {
        width: 120px;
        padding: 10px 5px;
    }

    .discount-icon p {
        font-size: 24px;
    }

    .item-wrap-inner .link-button {
        font-size: 20px;
        height: 81px;
    }

}

@media screen and (min-width:950px) {
    .item-area1-tab {
        font-size: 27px;
        padding: 22px 0;
    }

    .item-area2-content {
        font-size: 24.48px;
    }

    .discount-price-second {
        font-size: 43px;
    }

    .discount-price-second span {
        font-size: 24px;
    }

    .item-area3-inner p {
        font-size: 21px;
    }

    .standard-price .discount-price {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .standard-price span {
        font-size: 24px;
    }

    .size-wrap img {
        width: 23px;
    }

    .size-wrap p {
        font-size: 19px;
    }

    .favorite-under .favorite-under-text {
        font-size: 22px;
    }

    .favorite-under .favorite-text-pc2 {
        font-size: 45.8px;
        letter-spacing: -1px;
    }

    .favorite-under .favorite-text-pc {
        font-size: 25.8px;
    }

}

/* under-maker
------------------------------------------------------------------------ */

.search-button {
    position: fixed;
    right: 13px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    z-index: 100;
    font-weight: 700;
}

.search-result {
    width: 100px;
    height: 100px;
    border: 4px solid #4EA0DF;
    border-radius: 50px;
    background-color: #fff;
    color: #4EA0DF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.search-result p:first-child {
    font-size: 17px;
    color: #4EA0DF;
    letter-spacing: 2px;
}

.search-result p:nth-child(2) {
    font-size: 15px;
    color: #4EA0DF;
}

.search-clear {
    width: 100px;
    height: 100px;
    border: 4px solid #2A4C32;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.search-clear p {
    color: #2A4C32;
    font-size: 15px;
    line-height: 1;
}

.search-result:hover,
.search-clear:hover {
    opacity: 0.8;
}

.category-tab-title {
    display: block;
    width: 110px;
    background-color: #4EA0DF;
    text-align: center;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 700;
}

.category-tab-title p {
    color: #fff;
}

.category-tab-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 22px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    row-gap: 14px;
    flex-wrap: wrap;
}

.feature-tab-wrap {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 8px;
}

.feature-tab-list-wrap {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    row-gap: 8px;
}

.category-tab {
    width: 100%;
    max-width: 182px;
}

.category-feature {
    margin-top: 25px;
}

.feature-tab,
.feature-tab2,
.feature-tab3,
.feature-tab4 {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #453c3a;
}
.feature-tab.feature-active {
    color: #fff;
    font-weight: 700;
}

.feature-tab p,
.feature-tab2 p,
.feature-tab3 p,
.feature-tab4 p {
    color: #453c3a;
}

.feature-active,
.feature-active2,
.feature-active3,
.feature-active4 {
    background-color: #f08d00;
    border: none;
    color: #453c3a;
}

.feature-active p,
.feature-active2 p,
.feature-active3 p,
.feature-active4 p {
    color: #fff;
}

/* check */
.my-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    user-select: none;
    line-height: 1.3;
}

/* inputは非表示にする */
.my-checkbox input {
    display: none;
}

.my-checkbox .search-brand-logo {
    width: 100px;
}

/* □ */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: solid 1px #4EA0DF;
    box-sizing: border-box;
}

/* ✓ */
.checkmark::after {
    content: "";
    position: absolute;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    opacity: 0;
}



/* チェックが入ったとき */
/* □ */
.my-checkbox input:checked+.checkmark {
    background: #2e80ff;
    /* チェック時の色 */
    border-color: #2e80ff;
    /* チェック時の色 */
}

/* ✓ */
.my-checkbox input:checked+.checkmark:after {
    opacity: 1;
}

/* series */
.series {
    margin-top: 8px;
    padding-top: 54px;
}

.series-wrap {
    padding: 16px 12px;
}

.series-img {
    width: 100%;
    margin: 16px auto 0;
    transition: all .3s;
}

.series-img img {
    aspect-ratio: 326 / 276;
    object-fit: cover;
    width: 100%;
}

.series-icon-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 7px;
    margin: 12.63px 0;
}

.series-price p {
    font-size: 14px;
}

.series-link {
    margin-top: 17px;
}

.series-sp-none {
    display: none;
}

.series-wrap-inner {
    padding: 3%;
    border-radius: 10px;
    transition: all .2s;
}

.series-wrap-inner:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.series-feature {
    display: flex;
    justify-content: flex-start;
    column-gap: 16px;
}

.series-feature-tab {
    padding: 2px 2px;
    border-radius: 3px;
    width: auto;
    text-align: center;
}
.series-feature-tab + .series-feature-tab {
    margin-left: 2px;
}

.series-feature-tab:first-child {
    background-color: #F03A00;
}

.series-feature-tab:nth-child(2) {
    background-color: #F0AD00;
}

.series-feature-tab:nth-child(3) {
    background-color: #0052F0;
}

.series-feature-tab p {
    color: #fff;
    font-size: 17px;
}

@media screen and (min-width: 768px) {
    .search-button {
        right: 102px;
        bottom: 7px;
        row-gap: 7.74px;
    }

    .search-result {
        width: 122px;
        height: 122px;
        border: 4.88px solid #4EA0DF;
        border-radius: 60px;
    }

    .search-result p:first-child {
        font-size: 20.7px;
    }

    .search-result p:nth-child(2) {
        font-size: 18.3px;
    }

    .search-clear {
        width: 122px;
        height: 122px;
        border: 4.88px solid #2A4C32;
        border-radius: 60px;
    }

    .search-clear p {
        font-size: 18.3px;
    }


    .category-inner {
        margin-top: -81px;
        padding-top: 176px;
    }

    .category-spec {
        padding: 0 27px;
    }

    .category-search .under-share-title {
        margin-bottom: 25px;
    }

    .category-tab-wrap {
        column-gap: 53px;
        margin-top: 25px;
        font-size: 17px;
        row-gap: 25px;
    }

    .category-feature {
        margin-top: 40px;
    }

    .my-checkbox {
        line-height: 1;
    }

    .feature-tab-wrap {
        width: 30%;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 12px;
        margin-top: 0;
    }

    .feature-tab-list-wrap {
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
        row-gap: 12px;
        margin-top: 0;
    }

    .feature-tab {
        height: auto;
        padding: 10px;
        font-size: 17px;
    }

    .series {
        margin-top: 15px;
        padding-top: 176px;
    }

    .series-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 30px 0;
        column-gap: 3.33%;
    }

    .series-feature p {
        font-size: 13px;
    }

    .series-img img {
        aspect-ratio: 287 / 242.98;
    }

    .series-sp-none {
        display: block;
    }

    .series-wrap .feature-tab {
        font-size: 12px;
    }

    .series-feature {
        display: flex;
        column-gap: 0;
    }

    .series-feature-tab {
        padding: 2px 4px;
    }
}

@media screen and (min-width:950px) {
    .series-feature p {
        font-size: 17px;
    }

}

/* brand-page
------------------------------------------------------------------- */


.brand-wrap p {
    font-size: 18px;
}

.brand-wrap.under-share-title-second {
    background-color: transparent;
}

.brand-wrap-bottom {
    margin-top: 40px;
}

.brand-wrap-bottom p {
    font-size: 14px;
}

.aquaring-price-second {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aquaring-price-second img {
    width: 39px;
    margin-right: 7px;
}

.aquaring-price-second p {
    font-size: 40px;
}

.aquaring-price-second span {
    color: #e04d0e;
    font-weight: 700;
    margin-top: 8px;
}

.construction {
    display: none;
}

.involvement-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-top: 50px;
}

.involvement-logo {
    width: 39px;
    margin-top: -12px;
}

.under-human {
    height: 80px;
    width: auto;
    position: absolute;
    right: -2%;
    bottom: 0;
}

.estimate-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}


.involvement-imgtab {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.involvement-img {
    width: 90%;
}

.involvement-img img {
    width: auto;
    max-height: 280px;
    margin: auto;
    object-fit: contain;
}


.estimate-wrap table,
.estimate-wrap tr,
.estimate-wrap th,
.estimate-wrap td {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.table-1 table,
.table-1 th,
.table-1 td,
.table-2 table,
.table-2 th,
.table-2 td {
    display: block;
    float: left;
    width: 100% !important;
    font-size: 12px;
    font-weight: 700;
}

.table-1 tr,
.table-2 tr {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 700;

}

.estimate-wrap tbody {
    display: block;
    width: 100%;
}


.estimate-wrap tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.estimate-wrap tr+tr {
    margin-top: 2px;
}

.estimate-wrap th,
.estimate-wrap td {
    display: flex;
    align-items: center;
    justify-content: center;
}

.estimate-wrap th {
    background-color: var(--basecolor);
    color: #fff;
    padding: 10px;
    width: 100%;
}

.estimate-wrap td {
    background-color: rgba(78, 160, 223, 0.2);
    padding: 10px;
    flex-wrap: wrap;
}

.estimate-maker {
    width: 100%;
    font-size: 18px;
}
.estimate-maker__title {
    font-weight: 400;
    font-size: .7em;
}

.estimate-price {
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.estimate-price__arrow {
  display: inline-block;
  vertical-align: middle;
  color: #f08d00;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 15px;
  border-left-color: currentColor;
  border-right: 0;
}
.estimate-price__sale {
    font-size: 14px;
    margin-top: 4px;
}
.estimate-price__sale span {
    display: inline-block;
    background-color: #f08d00;
    color: #fff;
    border-radius: 30px;
    font-size: 1.3em;
    padding: 8px 15px;
}
.estimete-price__num {
    font-size: 14px;
    color: #f08d00;
}
.estimete-price__num span {
    font-size: 28px;
    margin-right: 5px;
}

.estimate-const span {
    font-size: 1.4em;
    display: block;
    margin-right: 5px;
}
.estimate-const p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.estimate-const img  {
    margin-top: 5px;
}

.involvement-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.budge-wrap {
    width: 100%;
    max-width: 48%;
}

.list-button-wrap .list-button {
    width: 48%;
    height: 45px;
    font-size: 13px;
    margin: 18px 0 0 auto;
}

.list-button-wrap .list-button i {
    right: 10%;
}

.feature-wrap {
    margin-top: 100px;
}

.feature-img {
    margin-top: 15px;
    width: 100%;
}

.feature-img img {
    aspect-ratio: 350 / 331;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .brand-wrap {
        margin-top: 50px;
        padding-right: 15px;
        display: flex;
        align-items: center;
    }

    .brand-wrap .series-num__head {
        font-size: 28px;
    }

    .brand-wrap .series-num {
        margin-bottom: 0;
        line-height: 1.2;
        width: 50%;
    }

    .brand-wrap .brand-logo {
        margin: 0 0 0 auto;
    }

    .brand-wrap-bottom {
        margin-top: 57px;
    }

    .brand-wrap-bottom .maker-price p {
        font-size: 26px;
    }

    .aquaring-price-second img {
        width: 74px;
        margin-right: 13px;
    }

    .aquaring-price-second p {
        font-size: 75.89px;
    }

    .aquaring-price-second span {
        font-size: 26.56px;
    }

    .construction {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 19.75px;
        margin-top: 24.49px;
    }

    .construction img {
        width: 35px;
    }

    .construction p {
        font-size: 19px;
    }

    .involvement-title {
        margin-top: 60px;
    }

    .under-human {
        height: 100px;
        right: 25%;
    }

    .estimate-wrap {
        display: flex;
        flex-direction: row;
        row-gap: 0;
        column-gap: 10px;
    }

    .estimate-upper,
    .estimate-bottom {
        width: 50%;
    }

    .estimate-wrap table,
    .estimate-wrap tr,
    .estimate-wrap th,
    .estimate-wrap td {
        font-size: 16px;
    }

    .estimate-wrap table {
        border: none;
    }

    .estimate-wrap th {
        padding: 16px;
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .estimate-wrap td {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        padding: 20px 40px;
    }

    .estimate-maker {
        width: 40%;
        font-size: 20px;
    }
    .estimate-maker__title {
        display: block;
    }

    .estimate-price {
        width: 60%;
        margin-top: 0;
        padding: 0;
    }
    .estimate-price__sale {
        width: 30%;
        margin-top: 0;
    }
    .estimate-price__sale span {
        margin-top: 5px;
    }
    .estimete-price__num {
        font-size: 16px;
    }
    .estimete-price__num span {
        font-size: 30px;
    }

    .estimate-const img {
        width: 60%;
        margin: auto;
    }
    .estimate-const p {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .estimate-const img  {
        margin-top: 8px;
    }

    .involvement-imgtab {
        margin-top: 80px;
    } 

    .involvement-img {
        width: 65%;
    }
    .involvement-img img {
        width: 100%;
        max-height: 450px;
    }

    .involvement-icon {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .budge-wrap {
        width: 100%;
        max-width: 30%;
    }

    .involvement-icon .series-icon-wrap {
        width: 57%;
    }

    .list-button-wrap {
        margin-top: 33px;
    }

    .list-button-wrap .list-button {
        width: 24%;
        height: 58.4px;
        font-size: 16.89px;
    }

    .list-button-wrap .list-button i {
        right: 14%;
    }

    .involvement-tab-pc-none {
        display: none;
    }

    .feature-wrap {
        margin-top: 128px;
    }

    .feature-wrap .under-share-title-second {
        text-align: center;
    }

    .feature-img img {
        aspect-ratio: 930 / 689;
    }
}

/* case-page
------------------------------------------------------------- */
.case-tab-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 8px;
}

.case-tab-inner a {
    display: inline-block;
    width: 100%;
}

.case-tab {
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 2px;
}

.case-tab p {
    color: #fff;
    font-size: 14px;
}

.tab1 {
    background-color: #96475b;
}

.tab2 {
    background-color: #bc5354;
}

.tab3 {
    background-color: #BC5353;
}

.tab4 {
    background-color: #BD7750;
}

.tab5 {
    background-color: #D87C10;
}

.tab6 {
    background-color: #C6B11D;
}

.tab7 {
    background-color: #9C9604;
}

.tab8 {
    background-color: #749C04;
}

.tab9 {
    background-color: #479C04;
}

.tab23 {
    background-color: #619B3D;
}

.tab11 {
    background-color: #719970;
}

.tab12 {
    background-color: #178762;
}

.tab13 {
    background-color: #27A97A;
}

.tab14 {
    background-color: #04849C;
}

.tab15 {
    background-color: #3D779B;
}

.tab16 {
    background-color: #708F99;
}

.tab17 {
    background-color: #8D90CD;
}

.tab18 {
    background-color: #B18DCD;
}

.tab19 {
    background-color: #871775;
}

.tab20 {
    background-color: #9C044D;
}

.tab21 {
    background-color: #9B3D7B;
}

.tab22 {
    background-color: #997070;
}

/*.tab3,*/
/*.tab6,*/
/*.tab7,*/
/*.tab9,*/
/*.tab23,*/
/*.tab11,*/
/*.tab15,*/
/*.tab17,*/
/*.tab18 {*/
/*    padding: 5.65px;*/
/*    line-height: 1.28;*/
/*}*/


.tab10 {
    border: #f08d00 1px solid;
    height: 43px;
    padding: 8px;
}

.tab10 img {
    max-width: 141px;
    margin: auto;
}

.case-wrap-cover {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9vw 5.3vw;
}
.case-page-title2 {
    margin-top: 52px;
}

.case-img img {
    aspect-ratio: 350 / 276;
    object-fit: cover;
    width: 100%;
}

.case-img-text {
    font-size: 15px;
    margin-top: 10px;
}

.case-wrap .case-tab {
    text-align: center;
    padding: 8px 16px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 5px;
}

.case-icon-wrap {
    background-color: #453c3a;
    display: flex;
    column-gap: 5%;
    color: #fff;
    border-radius: 25px;
    width: 40%;
    padding: 6px 0 6px 2%;
}
.case-icon {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.case-icon + .case-icon {
    margin-top: 5px;
}

.case-icon-wrap p {
    color: #fff;
}

.case-icon-text {
    width: 100%;
    font-size: 12px;
}

.case-icon-wrap img {
    width: 22.8px;
}

@media screen and (min-width: 768px) {
    .cse-page-title {
        margin-top: 50px;
        margin-bottom: 32px;
    }

    .case-tab-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        row-gap: 13px;
    }

    .case-page-title2 {
        margin-top: 163px;
    }

    .case-wrap-cover {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 4vw;
    }

    .case-img img {
        aspect-ratio: 233 / 199;
    }

    .case-img-text {
        font-size: 16.5px;
        flex-grow: 1;
        margin-top: 10px;
    }
}

@media screen and (min-width:950px) {

    /*.tab3,*/
    /*.tab6,*/
    /*.tab7,*/
    /*.tab9,*/
    /*.tab23,*/
    /*.tab11,*/
    /*.tab15,*/
    /*.tab17,*/
    /*.tab18 {*/
    /*    line-height: 1.124;*/
    /*}*/

    .tab10 {
        height: 49px;
    }

}

/* page-case2
--------------------------------------------------------------------------- */
.case-tab-wrap-second {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 4%;
    margin-top: 27px;
    margin-bottom: 16px;
}

.page-case2 .case-tab {
    width: 48%;
}

.case-icon-cover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.page-case2 .case-icon-wrap {
    width: 85px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.page-case2 .case-icon-wrap img {
    width: 15px;
}

.case-icon-cover p {
    font-size: 13px;
}

.case-tab-inner-second p {
    font-size: 12px;
    margin-top: 1px;
}

.page-case2-description {
    font-size: 14px;
}

.customer-voice {
    margin-top: 30px;
}

.reform-data,
.before-construction {
    margin-top: 56px;
}

.page-case2-table-wrap {
    height: 1022px;
}

.table-1 {
    margin-top: 22px;
}

.reform-data-tr+.reform-data-tr {
    margin-top: 0;
}

.reform-data-th {
    background-color: #dcecf9;
    color: #453c3a;
    border: 1px solid #453c3a !important;
    padding: 14px 0 14px 12px;
    text-align: left;
    width: 100%;
    margin-top: -1px;
    font-size: 14px;
}

.reform-data-td {
    background-color: #fff;
    color: #453c3a;
    padding: 14px 0 14px 12px;
    text-align: left;
    width: 100%;
    margin-top: -1px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #453c3a !important;
}

.before-construction-inner {
    max-width: 474px;
}

.before-construction-img {
    margin-top: 20px;
}

.before-construction-img img {
    aspect-ratio: 350 / 276;
    object-fit: cover;
    width: 100%;
}

.before-construction .case-title {
    letter-spacing: 0px;
    margin: 20px 0 17px;
}

.adviser-comment {
    font-size: 14px;
    letter-spacing: 1.5px;
}

.list-button-cover {
    max-width: 325px;
    margin: 25px auto 0;
}

.case-wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .page-case2-inner-upper {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .case-tab-wrap-second {
        width: 342px;
    }

    .page-case2-inner-bottom {
        padding: 0 27px;
    }

    .page-case2 .under-share-title-second h2 {
        text-align: center;
    }

    .page-case2-table-wrap {
        display: flex;
        height: 269px;
    }

    .table-1,
    .table-2 {
        margin-top: 33.36px;
        width: 100%;
    }

    .table-2 {
        margin-left: -2px;
    }

    .reform-data-th,
    .reform-data-td {
        padding: 14px 0 14px 10px;
    }

    .reform-data-tr {
        display: flex;
        flex-direction: row;
    }

    .reform-data-th+.reform-data-td {
        margin-left: -1px;
    }

    .customer-voice {
        margin-top: 57px;
    }

    .before-construction-inner {
        display: flex;
        column-gap: 64px;
        max-width: 100%;
    }

    .before-construction .case-title {
        margin-top: 90px;
    }

    .adviser-comment {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .list-button-cover {
        margin-top: 89px;
    }

    .before-construction-img img {
        aspect-ratio: 433 / 276;
    }
}

@media screen and (min-width: 950px) {
    .page-case2-description {
        font-size: 17px;
    }

    .case-tab-inner-second p {
        letter-spacing: 1px;
    }

    .reform-data-th,
    .reform-data-td {
        padding: 14px 0 14px 13px;
    }
}

.brand-nickname {
    border: 1px solid #453c3a;
    margin-top: 11px;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .pc-none {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

.paging {
    text-align: center;
    margin-top: 60px;
}
.paging span {
    border: 1px solid #C9C7C5;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    margin: auto 2px;
}
.paging span.current {
    background: #F18D00;
    color: #FFF;
    padding: 5px 19px;
}
.paging a {
    padding: 5px 19px;
    transition: .25s all;
}
.paging a:hover {
    background: #F18D00;
    color: #FFF !important;
}
@media screen and (max-width: 767px) {
    .paging span.current {
        padding: 5px 12px;
    }
    .paging a {
        padding: 5px 12px;
    }
}
