@charset "UTF-8";

.pos {
    position: relative;
}

figure {
    position: relative;
    margin: 0;
}

figcaption {
    font-size: 12px;
}

.page_ttl {
    /* background-image: url(../../common/img/page_ttl_bg.jpg); */
    background-color: #fff;
    position: relative;
    /* padding: 5% 0; */
    padding: 3% 0;
}

.page_ttl h2 {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* content */
.content {
    /* margin: 100px auto 0; */
    margin: 50px auto 0;
}

[class$="_Area"] {
    margin-top: 100px;
}

/* anchor */
.anchor {
    width: 90%;
    max-width: 1000px;
    margin: 100px auto;
}

.anchor:first-of-type {
    margin: 50px auto 100px;
}

.anchor ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.anchor ul li {
    width: 18%;
    max-width: 180px;
}

.anchor ul li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #412514;
    position: relative;
}

.anchor ul li a img {
    display: block;
    width: 86%;
    max-width: 152px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.anchor ul li a img:nth-of-type(2) {
    opacity: 0;
}

.anchor ul li.here a {
    background: #412514;
    border: 1px solid #412514;
    /* outline: 1px solid #fff;
    outline-offset: -4px; */
}

.anchor ul li.here a:hover {
    background: #fff;
    border: 1px solid #412514;
}

.anchor ul li a:hover {
    background: #412514;
    /* outline: 1px solid #fff;
    outline-offset: -4px; */
}

.anchor ul li a:hover img:nth-of-type(1) {
    opacity: 0;
}

.anchor ul li a:hover img:nth-of-type(2) {
    opacity: 1;
}

/* text */
.sec-box {
    margin-bottom: 60px;
}

h3.sec-ttl {
    text-align: center;
    margin-bottom: 30px;
}

h3.sec-ttl img {
    max-width: 400px;
}

.sec-txt {
    font-size: 20px;
    line-height: 1.5;
    color: #412514;
    text-align: center;
    letter-spacing: 0.05em;
}

h4.item-ttl {
    font-size: 16px;
    line-height: 1.5;
    color: #977d55;
    text-align: center;
    margin: 20px auto 10px;
}

.item-txt {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.6;
}

.small_Txt {
    display: block;
    font-size: 12px;
}

.description {
    margin-top: 10px;
}

.description li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
}

.description li:nth-of-type(n+2) {
    margin-top: 0 !important;
}

.con-ttl {
    font-size: 18px;
    color: #977d55;
    text-align: center;
    border: 1px solid #977d55;
    padding: 10px 10px;
}

.con-ttl02 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #977d55;
    text-align: left;
    background: #fff;
    padding: 10px 0;
}

.con-ttl02 span {
    display: block;
}

.con-ttl02 span.line {
    flex: 1;
    height: 1px;
    align-items: center;
    background: #977d55;
    margin-left: 20px;
}

.con-ttl03 {
    font-size: 18px;
    color: #977d55;
    text-align: left;
}

.common_space .flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.common_space .flex .text {
    width: 48%;
}

.common_space .flex .image {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}

.common_space .flex .image figure:nth-of-type(1) {
    width: 37.9%;
}

.common_space .flex .image figure:nth-of-type(2) {
    width: 60.1%;
}

/* flex */
.main_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_flex .left {
    width: 65.417%;
    max-width: 785px;
}

.main_flex .right {
    width: 31.167%;
    max-width: 374px;
}

.main_flex .right .column .item:nth-of-type(1) {
    margin-top: 0;
}

.main_flex .right .column .item.text {
    margin-top: 0;
}

.main_flex02 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_flex02 .left {
    width: 40%;
    max-width: 480px;
}

.main_flex02 .right {
    width: 56.66%;
    max-width: 680px;
}

.column02 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column02 li {
    width: 48%;
}

.column02 li:nth-of-type(n+3) {
    margin-top: 4%;
}

.column02_2 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column02_2 .left {
    width: 72%;
}

.column02_2 .right {
    width: 24%;
}

.column03 {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.column03 li {
    width: 31.084%;
    margin-right: 3.374%;
}

.column03 li:nth-of-type(3n) {
    margin-right: 0;
}

.column03 li.border figure {
    border: 1px solid #040000;
}

/* item */
.item {
    margin-top: 40px;
}



/* rest_Area */
.rest_Area .main_flex02 .right {
    box-sizing: border-box;
    border: 1px solid #99a0a4;
    padding: 20px;
}

.rest_Area .column03 li.flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 65.542%;
    margin-right: 0;
    /* width: 62.168%; */
    margin-right: 3.374%;
}

.rest_Area .column03 li.flex .item02 {
    width: 47.4695%;
    max-width: 373px;
}

.rest_Area .column03 li.flex .item02:nth-of-type(1) {
    margin-right: 5.061%;
}

.rest_Area .column03 li.flex .item-txt {
    width: 100%;
}

.rest_Area .column03 li:last-of-type {
    margin-right: 0;
}

/* security */
.sec_main figure {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.sec_main figure figcaption {
    position: absolute;
    bottom: -30px;
    right: 0px;
}

[class$="_box"] {
    box-sizing: border-box;
    margin-top: 40px;
}

[class$="_box"] .ttl {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
}

[class$="_box"] .box_inner {
    padding: 20px 30px 20px 30px;
}

[class$="_box"] .item-ttl {
    text-align: left;
    margin: 0 0 10px 0;
}

[class$="_box"] .caption {
    font-size: 12px;
}

.sec01_box {
    border: 1px solid #c66909;
}

.sec01_box .ttl {
    background: #c66909;
}

.sec01_item {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sec01_item .item01 {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 58.5%;
    margin-top: 20px;
}

.sec01_item .item01 .text {
    width: 74%
}

.sec01_item .item01 .image {
    width: 22%;
    margin-top: -28px;
}

.sec01_item .item01 .image .caption {
    position: absolute;
    bottom: -10px;
}

.sec01_item .item02 {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 36.5%;
    margin-top: 20px;
}

.sec01_item .item02 .text {
    width: 60%;
}

.sec01_item .item02 .text .item-ttl {
    margin-top: 0;
}

.sec01_item .item02 .image {
    width: 36%;
    align-self: flex-start;
}

.sec02_box {
    border: 1px solid #208cbc;
}

.sec02_box .ttl {
    background: #208cbc;
}

.sec02_item {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec02_item .item01 {
    width: 27%;
}

.sec02_item .item01 .image {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
}

.sec02_item .item01 .image figure,
.sec02_item .item01 .image p {
    width: 48%;
}

.sec02_item .item01 .image p {
    font-size: 12px;
}

.sec02_item .item02 {
    width: 31%;
}

.sec02_item .item02 .image {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec02_item .item02 .image .item-txt {
    width: 56%;
}

.sec02_item .item02 .image figure {
    width: 40%;
}

.sec02_item .item02 .image figure figcaption {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.sec02_item .item03 {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 36%;
}

.sec02_item .item03 .text {
    width: 56%;
}

.sec02_item .item03 .text .text02 {
    margin-top: 20px;
}

.sec02_item .item03 figure {
    width: 40%;
}

/* new-sec_box */
.new-sec_box {
    margin-top: 80px;
}

.new-sec_box .sec-item {
    margin-top: 40px;
}

.new-sec_box .camera_flex,
.new-sec_box .manage_flex,
.new-sec_box .key_flex,
.new-sec_box .door_flex,
.new-sec_box .lock_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-sec_box .camera_flex .text {
    width: 68%;
}

.new-sec_box .camera_flex .image {
    width: 28%;
}

.new-sec_box .manage_flex .text {
    width: 68%;
}

.new-sec_box .manage_flex .image {
    width: 28%;
}

.new-sec_box .key_flex .text {
    width: 68%;
}

.new-sec_box .key_flex .image {
    /* width: 28%; */
    width: 23%;
}

.new-sec_box .door_flex .text {
    width: 68%;
}

.new-sec_box .door_flex .image {
    width: 28%;
}

.new-sec_box .lock_flex .text {
    width: 68%;
}

.new-sec_box .lock_flex .image {
    width: 28%;
}

.new-sec_box .lock_flex .text02 {
    margin-top: 40px;
}

.online {
    margin-top: 60px;
}

.online .item-ttl {
    text-align: left;
}

.online figure {
    max-width: 880px;
    margin: 20px auto 0;
}

/* structure */
.str_Area .item-ttl {
    text-align: left;
    margin-top: 0;
}

.str_Area figcaption {
    text-align: right;
    margin-top: 5px;
}

.str_Area .column02 figure,
.str_Area .column02_2 figure {
    margin-top: 20px;
}

.str_Area .column02 .st01 {
    width: 30%;
    margin: 20px auto 0;
}

.str_Area .column02 .st03 {
    width: 60%;
    margin: 20px auto 0;
}

.str_Area .column02 .st04 {
    width: 78%;
    margin: 20px auto 0;
}

.str_Area .column02 .new_st01 {
    width: 78%;
    margin: 20px auto 0;
}

.str_Area .column02 .new_st02 {
    width: 65%;
    margin: 20px auto 0;
}

.str_Area .column02 .new_st03 {
    width: 65%;
    margin: 20px auto 0;
}

.str_Area .column02 .new_st04 {
    width: 78%;
    margin: 20px auto 0;
}

.str_Area .hoop {
    flex-wrap: wrap;
    justify-content: space-between;
}

.str_Area .hoop .text {
    width: 56%;
}

.str_Area .hoop .image {
    width: 40%;
}

.str_Area .light {
    flex-wrap: wrap;
    justify-content: space-between;
}

.str_Area .light .text {
    width: 56%;
}

.str_Area .light .image {
    width: 40%;
}

.str_Area .door {
    flex-wrap: wrap;
    justify-content: space-between;
}

.str_Area .door .text {
    width: 56%;
}

.str_Area .door .image {
    width: 40%;
}

/* amenity */
#amenity figcaption {
    text-align: right;
}

/* economy */
.eco_Area .item-ttl {
    text-align: left;
    margin-top: 0;
}

.eco_Area .description {
    width: 100%;
}

.eco_Area .description li {
    width: 100% !important;
}

.eco_Area .column02 li:nth-of-type(2) {
    border: 2px solid #92af74;
    padding: 20px;
}

.eco_Area .eco-merit {
    flex-wrap: wrap;
    justify-content: space-between;
}

.eco_Area .eco-merit li {
    width: 49.2%;
}

.eco_Area .eco-merit li.otoku {
    box-sizing: border-box;
    border: 1px solid #92B074;
    padding: 20px 20px;
}

.eco_Area .eco-merit li.otoku figure {
    max-width: 486px;
    margin: 0 auto;
}

.eco_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.eco_flex li:nth-of-type(1) {
    width: 56%;
}

.eco_flex li:nth-of-type(2) {
    width: 40%;
}

.eco_flex figure {
    margin-top: 20px;
}

.price_image {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.price_image figure:nth-of-type(1) {
    width: 35%;
}

.price_image figure:nth-of-type(2) {
    width: 29%;
}

.price_image figure:nth-of-type(3) {
    width: 29%;
}

.price_image .arrow {
    width: 2%;
    align-self: center;
}

.ene_item {
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #977d55;
    padding: 20px 30px;
}

.ene_item .text01 {
    border-bottom: 1px solid #977d55;
    padding-bottom: 20px;
}

.ene_item .item-ttl {
    text-align: left;
}

.ene_item .text {
    width: 68%;
}

.ene_item .image {
    width: 28%;
}

/* health_Area */
.health_Area .item-ttl {
    text-align: left;
    margin-top: 0;
}

.health_Area .column02 li.flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.health_Area .column02 li.flex .text {
    width: 48%;
}

.health_Area .column02 li.flex .image {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}

.health_Area .column02 li.flex .image figure:nth-of-type(1) {
    width: 32.8%;
}

.health_Area .column02 li.flex .image figure:nth-of-type(2) {
    width: 62.5%;
}

/* fire_Area */
.fire_Area .item-ttl {
    text-align: left;
}

.fire_Area .item-ttl.indent {
    margin-left: -0.5em;
}

.common_space {
    border: 1px solid #977d55;
    padding: 20px 30px;
}

/* comfort_Area */
.comfort_Area .column02 li .item-ttl {
    text-align: left;
    margin-top: 0;
}

.comfort_Area .description li {
    width: 100%;
}

.comfort_Area .column02 li.ucom_box {
    width: 100%;
}


.comfort_Area .ucom {
    flex-wrap: wrap;
    justify-content: space-between;
}

.comfort_Area .ucom p {
    width: 76%;
}

.comfort_Area .ucom figure {
    width: 20%;
}

.comfort_Area .bbiq_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.comfort_Area .bbiq_flex .bbiq_logo {
    width: 48%;
}

.comfort_Area .bbiq_flex .item-txt {
    width: 46%;
}

.comfort_Area .new_co07 {
    margin: 20px auto 0;
}

.comfort_Area .eco_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.comfort_Area .eco_flex .item-txt {
    width: 64%;
}

.comfort_Area .eco_flex .eco_logo {
    width: 30%;
    margin: 0 auto;
}

/* supprt_Area */
.supprt_Area .desk h4 {
    text-align: left;
}

.supprt_Area .column03 li .item-ttl {
    text-align: left;
}

.supprt_Area .column03 li figure {
    margin-top: 20px;
}


/* universal_Area */
.universal_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.universal_flex .text {
    width: 38.75%;
}

.universal_flex .text .item-ttl {
    text-align: left;
    margin-top: 0;
}

.universal_flex .image01 {
    width: 23.4%;
}

.universal_flex .image02 {
    width: 31.1%;
}


@media only screen and (max-width: 1180px) {
    .page_ttl {
        /* padding: 90px 0; */
        padding: 60px 0;
    }

}

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

    /* anchor */
    .anchor {
        margin: 50px auto;
    }

    .anchor ul li a img {
        max-width: 120px;
    }
}


@media only screen and (max-width: 820px) {
    .page_ttl {
        padding: 14% 0;
    }

    .page_ttl h2 {
        width: 80%;
    }

    .ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .anchor {
        width: 90%;
    }

    .anchor:first-of-type {
        margin: 0 auto 50px;
    }

    .anchor ul li {
        width: 48%;
        max-width: 100%;
    }

    .anchor ul li:nth-of-type(n+3) {
        margin-top: 4%;
    }

    .anchor ul li a img {
        max-width: 120px;
    }

    /* content */
    .content {
        /* margin: 50px auto 0; */
        margin: 0 auto 0;
    }

    /* text */
    .sec-box {
        margin-bottom: 30px;
    }

    .sec-txt {
        font-size: 18px;
    }

    h4.item-ttl {
        text-align: left;
    }

    .con-ttl,
    .con-ttl02,
    .con-ttl03 {
        font-size: 16px;
    }

    /* main_flex */
    .main_flex .left {
        width: 100%;
        max-width: 100%;
    }

    .main_flex .right {
        width: 100%;
        max-width: 100%;
    }

    .main_flex .right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_flex .right ul li {
        width: 100%;
        margin-top: 20px;
    }

    .main_flex .right ul li:nth-of-type(n+2) {
        margin-top: 0;
    }

    .main_flex .right .column .item:nth-of-type(1) {
        margin-top: 20px;
    }

    .main_flex .right .column .item.text {
        width: 100%;
    }

    .main_flex02 .left {
        width: 100%;
    }

    .column02 li {
        width: 100%;
    }

    .column02 li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .column02_2 .left {
        width: 100%;
    }

    .column02_2 .right {
        width: 60%;
        margin: 0 auto;
    }

    .column03 li {
        width: 100%;
        margin-right: 0;
    }

    /* kitchen */
    .kitchen_Area .main_flex .right ul li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    /* sanitary */
    #sanitary .main_flex .right ul li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    /* rest_Area */
    .rest_Area .main_flex02 .right {
        width: 100%;
        margin-top: 20px;
    }

    .rest_Area .column03 li.flex {
        width: 100%;
        margin-right: 0;
    }

    [class$="_box"] .box_inner {
        padding: 15px 20px;
    }

    .sec01_item .item01 {
        width: 100%;
    }

    .sec01_item .item02 {
        width: 100%;
        margin-top: 20px;
    }

    .sec01_item .item01 .text {
        width: 64%;
    }

    .sec01_item .item01 .image {
        width: 32%;
        margin-top: 0;
    }

    .sec01_item .item01 .image .caption {
        position: static;
        bottom: 0;
    }

    .sec01_item .item02 .text {
        width: 64%;
    }

    .sec01_item .item02 .image {
        width: 32%;
    }

    .sec02_item .item01 {
        width: 100%;
    }

    .sec02_item .item01 .image {
        flex-direction: column;
        align-items: center;
    }

    .sec02_item .item02 {
        width: 100%;
        margin-top: 20px;
    }

    .sec02_item .item02 .image .item-txt {
        width: 100%;
    }

    .sec02_item .item02 .image figure {
        width: 60%;
        margin: 20px auto 0;
    }

    .sec02_item .item03 {
        width: 100%;
        margin-top: 20px;
    }

    .sec02_item .item03 .text {
        width: 100%;
    }

    .sec02_item .item03 figure {
        width: 50%;
        margin: 20px auto 0;
    }

    /* new-sec_box */
    .new-sec_box .camera_flex .text,
    .new-sec_box .manage_flex .text,
    .new-sec_box .key_flex .text,
    .new-sec_box .door_flex .text,
    .new-sec_box .lock_flex .text {
        width: 100%;
    }

    .new-sec_box .camera_flex .image {
        width: 50%;
        margin: 0 auto;
    }

    .new-sec_box .manage_flex .image {
        width: 70%;
        margin: 20px auto 0;
    }

    .new-sec_box .key_flex .image {
        width: 60%;
        margin: 20px auto 0;
    }

    .new-sec_box .door_flex .image {
        width: 70%;
        margin: 20px auto 0;
    }

    .new-sec_box .lock_flex .image {
        width: 50%;
        margin: 20px auto 0;
    }

    .new-sec_box .lock_flex .text02 {
        margin-top: 20px;
    }

    /* structure */
    .str_Area .hoop .text {
        width: 100%;
    }

    .str_Area .hoop .image {
        width: 60%;
        margin: 20px auto 0;
    }

    /* economy */
    .eco_Area .eco-merit li {
        width: 100%;
    }

    .eco_Area .eco-merit li:nth-of-type(1) {
        margin-top: 20px;
    }

    .eco_Area .eco-merit li:nth-of-type(4) {
        margin-top: 20px;
    }

    .eco_Area .eco-merit .description li {
        margin-top: 10px;
    }

    .eco_flex li:nth-of-type(1) {
        width: 100%;
    }

    .eco_flex li:nth-of-type(2) {
        width: 100%;
    }

    .price_image figure:nth-of-type(1) {
        width: 100%;
    }

    .price_image figure:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
    }

    .price_image figure:nth-of-type(3) {
        width: 100%;
    }

    .price_image figure:nth-of-type(3) {
        width: 100%;
        margin-top: 20px;
    }

    .price_image {
        justify-content: center;
    }

    .price_image .arrow {
        width: 10%;
        margin-top: 20px;
    }

    .ene_item {
        padding: 20px 20px;
    }

    .ene_item .text {
        width: 100%;
    }

    .ene_item .text01 .item-ttl {
        margin-top: 0;
    }

    .ene_item .image {
        width: 80%;
        margin: 20px auto 0;
    }

    .health_Area .column02 li.flex .text {
        width: 100%;
    }

    .health_Area .column02 li.flex .image {
        width: 100%;
        margin-top: 20px;
    }

    .fire_Area .item-ttl.indent {
        margin-left: 0;
    }

    .common_space {
        padding: 20px 20px;
    }

    .common_space .flex .text {
        width: 100%;
    }

    .common_space .flex .image {
        width: 100%;
        margin-top: 20px;
    }

    .comfort_Area .column03 li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .comfort_Area .ucom p {
        width: 100%;
    }

    .comfort_Area .ucom figure {
        width: 60%;
        margin: 20px auto 0;
    }

    .comfort_Area .bbiq_flex .bbiq_logo {
        width: 70%;
        margin: 0 auto 20px;
    }

    .comfort_Area .bbiq_flex .item-txt {
        width: 100%;
    }

    .supprt_Area .column03 li .item-ttl {
        margin-top: 0;
    }

    .universal_flex .text {
        width: 100%;
    }

    .universal_flex .image01 {
        width: 100%;
        margin-top: 20px;
    }

    .universal_flex .image02 {
        width: 100%;
        margin-top: 20px;
    }

    /* レイアウト変更を含む追加修正_20240315 */
    /* flex */
    .column03 {
        justify-content: space-between;
    }

    .column03 li {
        width: 48%;
    }

    .main_flex .right ul li {
        width: 48%;
    }

    /* kitchen */
    .kitchen_Area .main_flex .right ul li:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .kitchen_Area .main_flex .right ul li:nth-of-type(n+3) {
        margin-top: 40px;
    }

    /* sanitary */
    #sanitary .main_flex .right ul li:nth-of-type(n+2) {
        margin-top: 20px;
    }

    #sanitary .main_flex .right ul li:nth-of-type(n+3) {
        margin-top: 40px;
    }

    .new-sec_box .camera_flex,
    .new-sec_box .manage_flex,
    .new-sec_box .key_flex,
    .new-sec_box .door_flex,
    .new-sec_box .lock_flex {
        justify-content: space-between;
    }

    .new-sec_box .camera_flex .text,
    .new-sec_box .manage_flex .text,
    .new-sec_box .key_flex .text,
    .new-sec_box .door_flex .text,
    .new-sec_box .lock_flex .text {
        width: 48%;
    }

    .new-sec_box .camera_flex .image {
        width: 48%;
        margin: 0 0 0 auto;
    }

    .new-sec_box .manage_flex .image {
        width: 48%;
        margin: 0 0 0 auto;
    }

    .new-sec_box .key_flex .image {
        width: 48%;
        margin: 0 0 0 auto;
    }

    .new-sec_box .door_flex .image {
        width: 48%;
        margin: 0 0 0 auto;
    }

    .new-sec_box .lock_flex .image {
        align-self: flex-start;
        width: 48%;
        margin: 0 0 0 auto;
    }

    /* comfort */
    .comfort_Area .column03 li:nth-of-type(n+2) {
        margin-top: 0px;
    }

    .comfort_Area .column03 li:nth-of-type(n+3) {
        margin-top: 40px;
    }

    /* support */
    .supprt_Area .column03 li {
        width: 100%;
    }
}