/*----------------------------------------------------------
Index-/cmn/style.css
1.main_box
2.Heading
3.link
4.btn
5.main_page_title
6.swipe
7.border_gray_box
8.group_introduction
9.about
10.step
11.製造・出荷終了のお知らせ
12.ess_top_information
13.Add
14.biz_box
15.js-ma-address
16.Adjust
----------------------------------------------------------*/

/*----------------------------------------------------------
1.main_box
----------------------------------------------------------*/
.main {
    background: #edeeee;
}

.main_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.main_box h2 {
    font-weight: bold;
    color: #fff;
}

.main_box h2 img {
    display: block;
}

@media screen and (max-width: 1080px) {

/* 調整のため無効: 5/15
    body .gap {
        padding-left: 14px;
        padding-right: 14px;
    }

    body .contents.gap {
        padding-left: 0;
        padding-right: 0;
    }
*/

}

@media screen and (min-width: 769px) {

    .main_box {
        margin: auto;
        max-width: 1440px;
        height: 360px;
        background-repeat: no-repeat;
        background-size: 1440px 360px;
        background-position: left;
        padding-top: 14px;
    }

    .main_box h2 {
        font-size: 5.4rem;
        margin-bottom: 18px;
        height: 85px;
    }

    .main_box h2 img {
        display: block;
        margin: 0 auto 20px;
    }

    .box {
        padding-top: 63px;
        padding-bottom: 46px;
    }

}

@media screen and (max-width: 768.9px) {
    .main_box {
        height: 140px;
        background-size: cover;
        background-position: center;
    }

    .main_box h2 {
        width: 58%;
        font-size: 4rem;
        line-height: 1.4;
    }

    .main_box h2 img {
        display: block;
        width: 115px;
        margin: 0 auto;
    }

    .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*----------------------------------------------------------
2.Heading
----------------------------------------------------------*/

/*--h2_s3--*/
.h2_s3 {
    font-size: 36px;
    margin: 0 auto 20px;
    position: relative;
    display: block;
    letter-spacing: 0;
    text-align: center;
}

/*--leftRight--*/
.leftRight {
    text-align: center;
}

.leftRight>span {
    display: inline-block;
    position: relative;
    line-height: 1.4;
}

.leftRight>span:before,
.leftRight>span:after {
    height: 2px;
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 50%;
}

.leftRight>span::before {
    background-image: linear-gradient(-90deg, #ea002a 50%, #525b5c 50%, #525b5c);
    left: 0;
}

.leftRight>span::after {
    background-image: linear-gradient(-90deg, #525b5c 50%, #ea002a 50%, #ea002a);
    right: 0;
}

.leftRight.left {
    display: inline-block;
}

.leftRight.left span {
    padding-left: 40px;
    padding-right: 0;
}

.leftRight.left span:before {
    width: 20px;
}

.leftRight.left span::after {
    display: none;
}

@media screen and (min-width: 769px) {

    /*--leftRight--*/
    .leftRight {
        margin-bottom: 40px;
    }

    .leftRight>span {
        padding: 0 84px;
        font-size: 2.3rem;
        letter-spacing: 4px;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 60px;
    }

    .leftRight.left {
        margin-bottom: 32px;
    }

    .leftRight.left>span {
        font-size: 2rem;
    }

    /*--brackets--*/
    .brackets {
        text-align: center;
        margin: 20px 0 60px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 4.0rem;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        margin: 0;
        padding: 0;
    }

    .brackets-long span {
        display: inline-block;
        line-height: 1.3;
    }

    /*--bottomDubble--*/
    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 80px auto;
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .bottomDubble.mg-btm40 {
        margin-bottom: 40px;
    }

    .bottomDubble_en {
        font-size: 3.6rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -27px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

    .bottomDubbleLeft {
        margin-bottom: 40px;
    }

    .bottomDubbleLeft span {
        border-bottom: solid 2px #525b5c;
        position: relative;
        padding-bottom: 15px;
    }

    .bottomDubbleLeft span:before {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 2px #ea002a;
        bottom: -2px;
        width: 50%;
    }

    /*--bothLine--*/
    .bothLine {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 400px;
        min-width: 400px;
        max-width: 100%;
    }

    .bothLine span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #fff;
        text-align: center;
    }

    .bothLine:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLine:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    /*--bothLineGray--*/
    .bothLineGray {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 40px auto;
        width: 100%;
        max-width: 560px;
    }

    .bothLineGray span {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        z-index: 1;
        background: #edeeee;
        text-align: center;
    }

    .bothLineGray:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineGray:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    /*--bothLineRight--*/
    .bothLineRight {
        position: relative;
        display: block;
        text-align: left;
        margin-bottom: 40px;
        width: 100%;
    }

    .bothLineRight span {
        position: relative;
        display: inline-block;
        padding: 0 30px 0 0;
        z-index: 1;
        background: #fff;
        text-align: left;
    }

    .bothLineRight:before {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #ea002a;
    }

    .bothLineRight:after {
        content: '';
        position: absolute;
        top: 45%;
        right: 0;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #525b5c;
    }

    /*--splitLine--*/
    .splitLine {
        text-align: left;
        margin: 36px 0 44px;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

@media screen and (max-width: 768.9px) {

    /*--leftRight--*/
    .leftRight {
        margin-bottom: 20px;
    }

    .leftRight>span {
        width: 100%;
        padding: 0 24px;
        font-size: 1.8rem;
    }

    .leftRight>span:before,
    .leftRight>span:after {
        width: 18px;
    }

    .leftRight.left>span {
        padding-left: 30px;
    }

    .leftRight.left>span:before {
        height: 4px;
    }

    /*--brackets--*/
    .brackets {
        text-align: center;
        margin: 8px 0 24px;
    }

    .brackets span {
        position: relative;
        padding: 0.6em 1.2em !important;
        font-size: 2.0rem;
        line-height: 1.3;
    }

    .brackets span:before,
    .brackets span:after {
        content: '';
        width: 15px;
        height: 30px;
        position: absolute;
        display: inline-block;
    }

    .brackets span:before {
        border-left: solid 3px #ea002a;
        border-top: solid 2px #525b5c;
        top: 0;
        left: 0;
    }

    .brackets span:after {
        border-right: solid 3px #ea002a;
        border-bottom: solid 2px #525b5c;
        bottom: 0;
        right: 0;
    }

    .brackets span {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    /*--bottomDubble--*/
    .bottomDubble {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto 45px auto;
        font-size: 2rem;
        line-height: 1.4;
    }

    .bottomDubble_en {
        font-size: 2.4rem;
    }

    .bottomDubble span:before {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 60px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #525b5c;
    }

    .bottomDubble span:after {
        content: '';
        position: absolute;
        bottom: -15px;
        display: inline-block;
        width: 30px;
        height: 2px;
        left: 50%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        background-color: #ea002a;
    }

    /*--splitLine--*/
    .splitLine {
        text-align: left;
        margin: 24px 0;
    }

    .splitLine span {
        position: relative;
        padding: 3px 0 3px 15px;
        border-left: 3px solid #ea002a;
    }

    .splitLine span:before {
        position: absolute;
        left: -3px;
        bottom: 0;
        content: '';
        width: 3px;
        height: 70%;
        background-color: #525b5c;
    }

    .splitLine span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brackets span {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0;
    }

}

@media screen and (max-width:480px) {
    .h2_s3 {
        line-height: 1.2;
    }
}

/*----------------------------------------------------------
3.link
----------------------------------------------------------*/
.link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}

.link:before {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: '';
    display: inline-block;
    background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_white.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ea002a;
    border-radius: 50%;
}

.linkTxt {
    color: #ea002a;
}

.linkTxt:hover {
    text-decoration: underline;
}

.icon_external-link_red {
    width: 1em;
    height: 1em;
    object-fit: contain;
    margin: 0 5px 0 3px;
    vertical-align: text-top;
}

.icon_pdf {
    width: 1.1em;
    height: 1.4em;
    object-fit: contain;
    margin: 0 8px 0 5px;
    vertical-align: top;
}

.localLink .linkBox_link {
    border: 0;
    box-shadow: 0px 8px 8px 0px rgba(7, 14, 13, 0.10);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.localLink .linkBox_link a {
    padding: 5.0rem 0;
    display: block;
}

.localLink .linkBox_link .linkBox_content_title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 20px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

.localLink .linkBox_link .linkBox_content {
    text-align: center;
}

.localLink .linkBox_link .linkBox_content .linkBox_content_text {
    font-size: 1.6rem;
}

.localLink .linkBox_link:hover {
    transform: none;
    outline: 0;
    border: 0;
    box-shadow: 0px 8px 8px 0px rgba(7, 14, 13, 0.30);
}

.textlink {
    transition: 0.5s;
}

.textlink:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    vertical-align: middle;
    background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_gray.svg") no-repeat;
    background-size: 9px 13px;
    margin-left: 8px;
    transition: 0.5s;
}

.textlink:hover {
    transition: 0.5s;
}

.textlink:hover:after {
    margin-left: 12px;
    transition: 0.5s;
}

@media screen and (min-width: 769px) {
    .external-link {
        width: 80%;
        font-size: 1.4rem;
        border-radius: 3px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }


    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link:after {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .external-link:hover:after {
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_white.svg");
    }

    .limit:hover span {
        color: #fff;
    }

    .exlink_wh:after {
        margin-left: 5px;
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_white.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: bold;
    }

    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 16px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .linkBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 52px;
    }

    .linkBox_link {
        width: 355px;
        padding: 0;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
    }

    .linkBox_link img {
        margin-bottom: 30px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .linkBox_link .link {
        font-size: 1.4rem;
    }

    .linkBox_link .link::before {
        margin-right: 12px;
    }

    .linkBox_link:hover {
        box-shadow: none;
        transform: translate3d(-2px, 2px, 0);
        outline: 4px solid #ea002a;
        border: none;
    }

    .linkBox_content {
        padding: 0 17px 20px 17px;
        text-align: left;
    }

    .linkBox_link:hover .linkBox_content {
        padding: 0 20px 20px 20px;
    }

    .linkBox_content_title {
        line-height: 1.4;
        margin-bottom: 15px;
        text-align: left;
        padding: 0 17px;
    }

    .linkBox_link:hover .linkBox_content_title {
        padding: 0 20px;
    }

    .linkBox_content_text {
        line-height: 1.6;
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 768.9px) {
    .link {
        font-size: 1.4rem;
    }

    .link:before {
        margin-right: 14px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .link_under:before {
        transform: rotate(90deg);
    }

    .link_under span {
        text-align: left;
        line-height: 1.4;
    }

    .external-link {
        width: 100%;
        font-size: 1.4rem;
        border-radius: 3px;
        padding: 20px;
    }

    .external-link:after {
        margin-left: 8px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .external-link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .external-link:after {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .external-link:hover:after {
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_white.svg");
    }

    .exlink:after {
        margin-left: 5px;
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_external-link_red.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .exlink span:hover {
        color: #ea002a;
        font-weight: bold;
    }

    .linkBox {
        margin-bottom: 20px;
    }

    .linkBox_link {
        display: block;
        width: 100%;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .linkBox_link+.linkBox_link {
        margin-top: 20px;
    }

    .linkBox_thumb_head {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .linkBox_img {
        display: block;
        vertical-align: middle;
        width: 30%;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        padding-right: 5%;
    }

    .linkBox_img img {
        width: 100%;
    }

    .linkBox_content_title {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding-left: 5%;
        line-height: 1.2;
    }


    .linkBox_link .link {
        width: calc(100% - 95px);
        font-size: 1.4rem;
        font-weight: bold;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .linkBox_link .link::before {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
    }

    .linkBox_content {
        width: 100%;
        padding: 15px;
        line-height: 1.8;
        text-align: left;
    }

    .localLink .linkBox_link a {
        padding: 3rem 0;
    }

    .localLink .linkBox_link .linkBox_content_title {
        margin-right: 3%;
        margin-bottom: 0;
        height: auto;
        order: 2;
    }

    .localLink .linkBox_link .linkBox_img {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }

    .localLink .linkBox_link .linkBox_content {
        text-align: left;
        padding-top: 15px;
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {
    .linkBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 52px;
    }

    .linkBox_link {
        display: block;
        width: 355px;
        padding: 0;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        text-align: center;
        border: 1px solid #fff;
    }

    .linkBox_link+.linkBox_link {
        margin-top: 0;
    }

    .linkBox_thumb_head {
        display: block;
    }

    .linkBox_img {
        display: block;
        width: 100%;
        margin-bottom: 14px;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .linkBox_img img {
        width: auto;
    }

    .localLink .linkBox_link .linkBox_content_title {
        height: 60px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 2.0rem;
    }

    .linkBox_content_title {
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    .linkBox_link .link {
        font-size: 1.4rem;
    }

    .linkBox_link .link::before {
        margin-right: 12px;
    }

    .linkBox_content {
        width: 100%;
        padding: 0 20px 20px 20px;
        text-align: justify;
    }

    .localLink .linkBox_link .linkBox_content {
        text-align: center;
    }

    .localLink .linkBox_link .linkBox_content .linkBox_content_text {
        display: block;
        line-height: 1.6;
        color: #515b5c;
        font-size: 1.3rem;
        text-align: justify;
    }

}

/*----------------------------------------------------------
4.btn
----------------------------------------------------------*/
.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
    font-weight: bold;
}

.btn.limit {
    max-width: 600px;
    margin: auto;
}

.btn.reverse {
    max-width: 640px;
    margin: auto;
    background: #ea002a;
    border: 1px solid #ea002a;
    color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
    line-height: 1.4;
}

.btn.reverse * {
    color: #fff;
}

.btn.reverse::before {
    background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_red.svg");
    background-color: #fff;
}

.btn_anchor_box {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.btn_anchor_box+.btn_anchor_box {
    margin-top: 25px;
}

.btn_anchor {
    width: 22%;
}

.btn_anchor a {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.btn_anchor span {
    color: #000;
    text-align: left;
    line-height: 1.3;
    transition: all 0.25s;
    padding-right: 5px;
}

.btn_anchor::before {
    display: none;
}

@media screen and (min-width: 769px) {

    .btn {
        padding: 18px;
    }

    .btn.limit {
        max-width: 360px;
    }

    .btn.limit2 {
        max-width: 250px;
        padding: 15px 0;
        margin-left: 20px;
    }

    .ess_main_box .btn.limit {
        max-width: 360px;
        padding: 18px 60px;
    }

    .btn:hover {
        background: #ea002a;
        border-color: #ea002a;
        color: #fff;
        transform: translate3d(-2px, 2px, 0);
        box-shadow: none;
    }

    .btn:hover:before {
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_red.svg");
        background-color: #fff;
    }

    .btn.reverse {
        padding: 20px;
        font-size: 1.6rem;
    }

    .btn.reverse::before {
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .btn.reverse:hover {
        box-shadow: none;
        background: #fff;
        border-color: #ccc;
        color: #000;
        transform: translate3d(-2px, 2px, 0);
    }

    .btn.reverse:hover * {
        color: #000;
    }

    .btn.reverse:hover:before {
        background-image: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_white.svg");
        background-color: #ea002a;
    }

    .btn_anchor_box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btn_anchor a {
        padding: 10px 30px 10px 20px;
        width: 100%;
        height: 100%;
    }

    .btn_anchor {
        position: relative;
        margin: 35px 10px 0;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor:hover span {
        color: #ea002a;
    }

    .btn_anchor:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(-2px, 2px, 0);
        transform: translate3d(-2px, 2px, 0);
    }

    .btn_anchor:hover::after {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(-2px, 2px, 0);
        transform: translate3d(-2px, 2px, 0);
    }

    .subBtn:hover {
        background: #afb4b4;
        color: #fff;
        border: none;
        box-shadow: 0px 8px 8px 0px rgba(0, 130, 210, 0.30);
        transform: none;
    }

    .subBtn {
        display: inline-block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: normal;
        width: 250px;
        color: #fff;
        border: none;
        padding: 12px 15px;
        box-shadow: 0px 8px 8px 0px rgba(0, 130, 210, 0.10);
        background: #afb4b4;
        margin: 0 auto 0 20px;
    }

    .subBtn:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 18px;
        vertical-align: middle;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_white.svg") no-repeat;
        background-size: 9px 14px;
        margin-left: 12px;
        transition: 0.5s;
    }

}

@media screen and (max-width: 768.9px) {
    .btn {
        padding: 24px;
    }

    .btn.reverse {
        padding: 20px;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .btn.reverse span {
        text-align: left;
    }

    .btn.reverse * {
        font-weight: bold;
    }

    .btn_anchor_box {
        flex-wrap: wrap;
        margin-top: 22px;
    }

    .btn_anchor a::after {
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: '';
        display: inline-block;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        border: 1px solid #525b5c;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_down.svg") no-repeat center / 12px 6px;
        margin-left: 10px;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 0;
    }

    .btn_anchor {
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #edeeee;
    }

    .btn_anchor a {
        padding: 12px 14px;
    }

    .btn_anchor_last {
        width: 100%;
        max-width: 100%;
    }


    .subBtn:hover {
        background: #afb4b4;
        color: #fff;
        border: none;
        box-shadow: 0px 8px 8px 0px rgba(0, 130, 210, 0.30);
        transform: none;
    }

    .subBtn {
        display: inline-block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: normal;
        width: 80%;
        color: #fff;
        border: none;
        padding: 12px 15px;
        box-shadow: 0px 8px 8px 0px rgba(0, 130, 210, 0.10);
        background: #afb4b4;
        margin: 0 auto;
    }

    .subBtn:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 18px;
        vertical-align: middle;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_white.svg") no-repeat;
        background-size: 9px 14px;
        margin-left: 12px;
        transition: 0.5s;
    }

    .subBtn+.subBtn {
        margin-top: 2rem;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .btn_anchor_box {
        display: -ms-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0;
    }

    .btn_anchor_box+.btn_anchor_box {
        margin-top: 25px;
    }

    .btn_anchor a {
        justify-content: space-between;
        width: 100%;
        padding: 12px 14px;
        border-bottom: 1px solid #edeeee;
    }

    .btn_anchor {
        position: relative;
        margin: 35px 10px 0;
        border: 1px solid #ccc;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
        width: 22%;
    }

    .btn_anchor a {
        padding: 10px 20px 10px 15px;
        height: 100%;
    }

    .btn_anchor a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px;
        content: '';
        display: block;
        width: 17px;
        height: 10px;
        min-width: 13px;
        min-height: 10px;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_down.svg") no-repeat right center / 12px 6px;
        margin-left: 10px;
        box-shadow: none;
        border: none;
    }

    .btn_anchor a::after {
        margin-left: 5px;
    }

    .btn_anchor_last {
        width: auto;
    }

}


/*----------------------------------------------------------
5.main_page_title
----------------------------------------------------------*/
.main_page_title {
    padding-top: 63px;
    padding-bottom: 63px;
    border-bottom: 1px solid #edeeee;
}

@media screen and (max-width: 768.9px) {

    .main_page_title {
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #edeeee;
    }

}

/*----------------------------------------------------------
6.swipe
----------------------------------------------------------*/
.swipe {
    overflow-y: hidden;
    overflow-x: auto;
    position: relative;
}

.swipe img {
    max-width: none;
}

@media screen and (min-width: 769px) {

    .swipe {
        margin-bottom: 32px;
    }

    .swipe_annotation {
        display: none;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 38px;
    }
}

@media screen and (max-width: 768.9px) {
    .swipe {
        margin-left: -10px;
        width: calc(100% + 20px);
        margin-bottom: 8px;
        padding-left: 10px;
        padding-bottom: 16px;
    }

    .swipe img {
        margin-right: 10px;
    }

    .swipe_annotation {
        font-size: 1.2rem;
        display: block;
        text-align: center;
        margin: 4px 0 14px;
        line-height: 1;
        position: relative;
        top: 0;
        left: 0;
        background: #ccc;
    }

    .swipe_annotation span {
        background-color: #fff;
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }

    .swipe_annotation::before,
    .swipe_annotation::after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        top: -4px;
        z-index: 10;
    }

    .swipe_annotation::before {
        border-width: 10px 12px 10px 0;
        border-color: #fff #ccc #fff #fff;
        left: 0;
    }

    .swipe_annotation::after {
        border-width: 10px 0 10px 12px;
        border-color: #fff #fff #fff #ccc;
        right: 0;
    }

    p.lead+.swipe_annotation+.swipe {
        margin-top: 22px;
    }

}

/*----------------------------------------------------------
7.border_gray_box
----------------------------------------------------------*/
.border_gray_box {
    width: 100%;
    padding: 25px;
    border: 5px solid #edeeee;
    overflow: hidden;
}

.border_under_box {
    border-bottom: 1px solid #edeeee;
}

@media screen and (max-width: 768.9px) {
    .border_gray_box {
        padding: 5% 3%;
    }
}


/*----------------------------------------------------------
8.group_introduction
----------------------------------------------------------*/
.group_introduction {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.group_introduction a {
    display: block;
    margin: 0 21px;
}

@media screen and (max-width: 768.9px) {
    .group_introduction {
        overflow: hidden;
    }

    .group_introduction a {
        display: block;
        text-align: center;
        width: 50%;
        float: left;
        margin: 20px 0;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 90%;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .group_introduction a {
        display: block;
        max-width: 150px;
    }

    .group_introduction_nfc {
        width: 60%;
    }

    .group_introduction_rain,
    .group_introduction_jaisa {
        width: 100%;
    }

    .group_introduction a {
        margin: 0 10px;
    }

}

/*----------------------------------------------------------
9.about
----------------------------------------------------------*/
.about_link a:hover {
    text-decoration: underline;
}

.about_link a {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
}

.about_link a::after {
    position: absolute;
    top: 5%;
    right: 0;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_black.svg") center center /contain no-repeat;
}

@media screen and (min-width: 769px) {

    .about {
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/bg-about.png") bottom center no-repeat;
        background-color: #e0f2ff;
        width: 100%;
        height: 370px;
        padding: 40px 80px;
        text-shadow: 0 0 5px #fff;
        line-height: 1.3;
    }

    .about_title {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .about_text {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .about_text dt {
        flex: 0 0 10em;
        min-width: 10em;
        margin-bottom: 10px;
    }

    .about_text dt.ls1em {
        letter-spacing: 1.1em;
    }

    .about_text dd {
        flex: 1 1 auto;
        width: calc(100% - 10em);
        margin-bottom: 10px;
    }

    .about_link {
        font-size: 1.7rem;
    }

}


@media screen and (max-width: 599px) {
    .about {
        position: relative;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/bg-about_sp.png") bottom center /cover no-repeat;
        width: 100%;
        height: 480px;
        padding: 55px 20px;
        text-shadow: 0 0 5px #fff;
        line-height: 1.3;
    }

    .about_title {
        margin-bottom: 25px;
        font-size: 2.5rem;
    }

    .about_text {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 45px;
        font-size: 1.4rem;
    }

    .about_text dt {
        flex: 0 0 8em;
        min-width: 8em;
        margin-bottom: 10px;
        letter-spacing: 0em;
    }

    .about_text dd {
        flex: 1 1 auto;
        width: calc(100% - 8em);
        margin-bottom: 10px;
        letter-spacing: 0em;
    }

    .about_link {
        font-size: 1.7rem;
    }

    .about_link a {
        display: inline-block;
        position: relative;
        padding-right: 1.5em;
    }

    .about_link a::after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/icon_chev_black.svg") center center /contain no-repeat;
    }
}

@media screen and (min-width: 600px) {
    .about_title {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .about_text {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    .about_text dt {
        flex: 0 0 10em;
        min-width: 10em;
        margin-bottom: 10px;
    }

    .about_text dd {
        flex: 1 1 auto;
        width: calc(100% - 10em);
        margin-bottom: 10px;
    }

    .about_link {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 600px) and (max-width: 768.9px) {

    .about {
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/bg-about_sp.png") bottom center /cover no-repeat;
        width: 100%;
        height: 560px;
        padding: 40px 30px;
        text-shadow: 0 0 5px #fff;
        line-height: 1.3;
    }

}

@media screen and (max-width: 370px) {

    .about {
        background: url("/ja-jp/products/ess_residential/asset/cmn/img/bg-about_sp.png") bottom right /cover no-repeat;
        width: 100%;
        height: 600px;
        padding: 40px 30px;
        text-shadow: 0 0 5px #fff;
        line-height: 1.3;
    }

}

/*----------------------------------------------------------
10.step
----------------------------------------------------------*/
.step-box {
    margin: 40px auto;
}

.step-box .step-ttl {
    display: flex;
    align-items: center;
    color: #32a0e6;
    font-size: 2.5rem;
    line-height: 1.5;
}

.step-box .step-ttl span {
    display: inline-block;
    background: #32a0e6;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 10px;
    margin-right: 10px;
}

.step-box .txt {
    line-height: 1.8;
    font-size: 1.45rem;
    text-align: left;
}

.step-box .step-img img {
    display: block;
    max-width: 550px;
    margin: 40px auto 0;
}

@media screen and (max-width:768.9px) {
    .step-box {
        margin: 40px auto;
    }

    .step-box .step-ttl {
        font-size: 1.7rem;
    }

    .step-box .txt {
        font-size: 1.4rem;
    }

    .step-box .step-ttl span {
        font-size: 1.3rem;
        min-width: 70px;
    }

    .step-box .step-img img {
        width: 100%;
    }
}

/*----------------------------------------------------------
11.製造・出荷終了のお知らせ
----------------------------------------------------------*/

.notice-area {
    padding: 0 0 40px;
    border-bottom: 1px solid #d5d5d5;
}

.notice-area .title-side {
    text-align: center;
    font-weight: bold;
    color: #32a0e6;
    line-height: 1.6;
    position: relative;
}

.notice-area .title-side::before,
.notice-area .title-side::after {
    display: block;
    content: "";
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    top: 50%;
}

.notice-area .title-side::before {
    left: 0;
}

.notice-area .title-side::after {
    right: 0;
}

.dl-list {
    line-height: 1.8;
    text-align: left;
}

.dl-list dt {
    font-weight: bold;
}

.txt_pdf {
    margin-bottom: 20px!important;
}

.link_pdf {
    color: #364f8d;
    text-decoration: underline;
}

.link_pdf .icon_pdf {
    vertical-align: middle;
}

@media screen and (min-width: 769px) {
    .notice-area {
        padding: 0 0 40px;
    }

    .notice-area .title-side {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .notice-area .title-side::before,
    .notice-area .title-side::after {
        width: 100px;
    }

    .dl-list {
        padding: 0 30px;
    }

    .dl-list:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .dl-list dt {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:768.9px) {
    .notice-area {
        padding: 0 15px 30px;
    }

    .notice-area .title-side {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .notice-area .title-side::before,
    .notice-area .title-side::after {
        width: 30px;
    }

    .dl-list:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .dl-list dt {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
}


/*----------------------------------------------------------
12.ess_top_information
----------------------------------------------------------*/
.ess_top_information .linkBox {
    margin-bottom: 0;
}

.ess_top_information .linkBox_content,
.ess_top_information .linkBox_link:hover .linkBox_content {
    padding-bottom: 0;
}

@media screen and (max-width: 1129px) {
    .ess_top_information {
        padding: 5% 16% !important;
    }

    .ess_top_information.-box3 {
        padding: 5% 6% !important;
    }
}

@media screen and (max-width: 1039px) {
    .ess_top_information {
        padding: 5% 10% !important;
    }

    .ess_top_information.-box3 {
        padding: 5% 3% !important;
    }
}

@media screen and (min-width: 769px) {

    .ess_top_information {
        padding: 5% 20%;
    }

    .ess_top_information.-box3 {
        padding: 5% 8%;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link {
        width: calc(100% / 3 - 20px);
    }

    .ess_top_information .linkBox {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ess_top_information .linkBox.-box2 {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }

    .ess_top_information .linkBox.-box2 .linkBox_link {
        width: calc(100% / 2 - 50px);
    }

    .ess_top_information .linkBox_content,
    .ess_top_information .linkBox_link:hover .linkBox_content {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 768.9px) {


    .ess_top_information .linkBox .linkBox_link {
        width: calc(100% / 3 - 10px);
    }

    .ess_top_information {
        padding: 3.0rem 6.5rem;
    }

    .ess_top_information.-box3 {
        padding: 5% 0!important;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link {
        width: calc(100% / 3 - 10px);
    }

    .ess_top_information .linkBox {
        margin-bottom: 0;
        padding: 0;
    }

    .ess_top_information .linkBox_content,
    .ess_top_information .linkBox_link:hover .linkBox_content {
        padding-bottom: 0;
    }

    .ess_top_information .linkBox .linkBox_link {
        width: 100%;
    }

    .localLink .linkBox_link .linkBox_img {
        order: 1;
        padding-left: 5%;
        padding-right: 0;
    }

    .ess_top_information .linkBox.-box2 {
        display: flex;
        padding: 0;
        margin: 0;
        justify-content: space-around;
    }

    .ess_top_information .linkBox.-box2 .linkBox_link {
        width: calc(100% / 2 - 20px);
        margin: 0;
    }

}

@media screen and (max-width:767px) {

    /* add190409 */
    .ess_top_information {
        padding: 3.0rem 0;
    }

    .ess_top_information.-box3 {
        padding: 5% 0;
    }

    .ess_top_information.-box3 .linkBox {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link {
        width: calc(100% / 3 - 10px);
        margin-top: 0;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_title {
        font-size: 1.6rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:642px) {
    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_title {
        font-size: 1.4rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:573px) {
    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_title {
        font-size: 1.15rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:480px) {
    .ess_top_information {
        padding: 3.0rem 0rem;
    }

    .ess_top_information .linkBox.-box2 {
        display: block;
        padding: 0;
        margin: 0;
    }

    .ess_top_information .linkBox.-box2 .linkBox_link {
        width: 100%;
        margin-bottom: 3.0rem;
    }

    .ess_top_information .linkBox.-box2 .linkBox_link:last-child {
        margin-bottom: 0rem;
    }

    .ess_top_information.-box3 {
        padding: 5% 0!important;
    }

    .ess_top_information.-box3 .linkBox {
        display: block;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link {
        width: 100%;
        margin-top: 0;
        margin-bottom: 2.0rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link:last-child {
        margin-bottom: 0rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_img img {
        width: 70%;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_title {
        font-size: 1.9rem;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_text {
        font-size: 1.3rem;
    }

}

@media screen and (max-width:414px) {
    .ess_top_information.-box3 .linkBox .linkBox_img img {
        width: 100%;
    }

    .ess_top_information.-box3 .linkBox .linkBox_link .linkBox_content_text {
        font-size: 1.2rem;
    }
}

/*----------------------------------------------------------
13.Add
----------------------------------------------------------*/
.darkgray {
    background: #afb4b4;
}

.about_ttl {
    color: #000;
    margin-bottom: 25px;
    text-shadow: #fff 0 0 5px;
}

.table_s1 {
    margin-bottom: 20px;
}

.table_s1 tr th {
    text-align: left;
    width: 35%;
    padding: 1.0rem 0;
    text-shadow: #fff 0 0 5px;
}

.table_s1 tr td {
    text-align: left;
    padding: 1.0rem 0;
    text-shadow: #fff 0 0 5px;
}

@media screen and (min-width: 769px) {

    .contact_cmn_box {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 60px 0;
    }

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 0 0 20px;
        margin-bottom: 40px;
    }

    .rfid_cmn_box .service_box {
        overflow: auto;
    }

    .rfid_cmn_box_text {
        width: 55%;
        float: left;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.4rem;
    }

    .rfid_cmn_box_text .lead p {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .rfid_cmn_box_btn {
        width: 42.5%;
        float: right;
        padding-top: 20px;
    }

    .white-panel {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .panel_img {
        display: table;
        height: 317px;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

    .slider_style {
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.6rem !important;
        padding: 20px 0 30px;
    }

}

@media screen and (max-width: 768.9px) {

    .white-panel {
        display: block;
    }

    .white-panel .panel {
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 36px;
    }

    .white-panel .basic_subttl {
        order: 2;
    }

    .white-panel .lead {
        order: 3;
    }

    .panel_img {
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 22px;
    }

    .contact_cmn_box {
        padding: 0;
        margin-bottom: 20px;
    }

    .contact_cmn_box_inner {
        background: #edeeee;
        padding: 26px 10px;
    }

    .rfid_cmn_box {
        border-bottom: 1px solid #edeeee;
        padding: 0 10px 20px;
        margin: 0 auto 10px;
    }

    .rfid_cmn_box .service_box {
        max-width: 600px;
        overflow: auto;
    }

    .rfid_cmn_box_text .lead {
        font-size: 1.2rem;
    }

    .rfid_cmn_box_text .lead p {
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .rfid_cmn_box_btn {
        margin-top: 20px;
    }

    .slider_style {
        display: block;
        box-shadow: 0px 2px 2px 0px rgba(7, 14, 13, 0.24);
        background: #fff;
    }

    .slider_style:hover {
        transform: scale(1.05, 1.05);
        box-shadow: 0px 3px 3px 0px rgba(7, 14, 13, 0.24);
    }

    .slider_style p {
        text-align: center;
        font-size: 1.4rem !important;
        padding: 20px 0 30px;
    }

    .prev-arrow {
        left: 0 !important;
    }

    .next-arrow {
        right: 0 !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .white-panel {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .white-panel .panel {
        width: 47.5%;
        margin-bottom: 60px;
    }

    .white-panel .basic_subttl {
        order: 1;
    }

    .white-panel .lead {
        order: 2;
    }

    .panel_img {
        display: table;
        order: 3;
        height: 247px;
        margin-top: 22px !important;
        margin-bottom: 0;
    }

    .panel_img span {
        display: table-cell;
        vertical-align: middle;
    }

    .panel_img span img {
        width: 100%;
    }

}

/*----------------------------------------------------------
14.biz_box
----------------------------------------------------------*/

@media screen and (min-width: 769px) {

    .biz_box {
        width: 330px;
        display: flex;
        justify-content: space-between;
    }

    .biz_box a {
        border: 1px solid #ccc;
        padding: 1.5rem 0;
        font-size: 13px;
        text-align: center;
        width: 160px;
        display: block;
    }

    .biz_box a:hover {
        border: 1px solid #ea002a;
        font-weight: bold;
        color: #ea002a;
    }

    .biz_box a.current {
        border: 1px solid #ea002a;
        font-weight: bold;
        color: #ea002a;
    }

    .biz_box__item.current a{
        border: 1px solid #ea002a;
        font-weight: bold;
        color: #ea002a;
    }

}

/*----------------------------------------------------------
15.js-ma-address
----------------------------------------------------------*/
.js-ma-address.linkTxt a,
.js-ma-address_2.linkTxt a {
    color: #ea002a;
}

/*----------------------------------------------------------
16.Adjust
----------------------------------------------------------*/

.pdTop-50 {
    padding-top: 50px !important;
}

.pdTop-40 {
    padding-top: 40px !important;
}

.pdTop-30 {
    padding-top: 30px !important;
}

.pdTop-20 {
    padding-top: 30px !important;
}

.lead {
    line-height: 2;
    max-width: 960px;
    margin: auto;
}

.gray {
    background: #edeeee;
}

.rb {
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: 4px;
}

.annotation {
    font-size: 1.2rem;
}

.center {
    text-align: center;
}

.inlineB {
    display: inline-block !important;
}

.w100 {
    width: 100%;
}

@media screen and (min-width: 769px) {

    .spOnly {
        display: none !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: none !important;
    }

    .lead {
        font-size: 1.6rem;
    }

    .lead+* {
        margin-top: 38px !important;
    }

    .contents+.contents {
        margin-top: 62px;
    }

    .white_2 {
        background: #fff;
        padding: 30px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

}

@media screen and (max-width: 768.9px) {

    .pcOnly {
        display: none !important;
    }

    .brPcTbOnly {
        display: none !important;
    }

    .brSpOnly {
        display: block;
    }

    .brTbOnly {
        display: none !important;
    }

    .gap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lead {
        font-size: 1.4rem;
    }

    .lead+* {
        margin-top: 22px !important;
    }

    .contents+.contents {
        margin-top: 32px;
    }

    .white_2 {
        background: #fff;
        padding: 10px 3%;
    }

    .white_3 {
        background: #fff;
        padding: 30px 3%;
        overflow: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 768.9px) {

    .brPcTbOnly {
        display: block !important;
    }

    .brSpOnly {
        display: none !important;
    }

    .brTbOnly {
        display: block !important;
    }

}