@charset "utf-8";

/*---------- 申込ボタン調整 ----------*/
.apply-button .newModel-except-none,
.apply-button .box-link-area {
    display: none !important;
}

.apply-button.-bg-beige {
    background-color: #f7f5f1;
}
.apply-button.-bg-beige cp-tag {
    padding-top: 8%;
}
.apply-button.-bg-beige cp-tag .deviceItem-apt-btn {
    margin: 0 auto;
}
.apply-button.single  .deviceItem-apt-btn, .deviceItem-apt-btn2 {
    margin: 8% auto;
}

/* pc */
@media screen and (min-width: 641px) {
    .apply-button.-bg-beige cp-tag {
        padding: 40px 0 0;
    }
    .apply-button.single  .deviceItem-apt-btn, .deviceItem-apt-btn2 {
        margin: 40px auto;
    }
}

/*---------- 共通 ----------*/
.gaiyo_link {
  margin-top: 4%;
}
@media screen and (min-width: 641px) {
    .gaiyo_link {
        margin-top: 20px;
    }
}


main p {
    font-size: 3.6vw;
    line-height: 1.6em;
}
@media screen and (min-width: 641px) {
    main p {
        font-size: 16px;
    }
}

/* 端末生成部分 -row: edge50pro情報, -row2: edge60pro情報 */
.-row .edge50pro {
    display: inline;
}
.-row .edge60pro {
    display: none;
}
.-row2 .edge50pro {
    display: none;
}
.-row2 .edge60pro {
    display: inline;
}

/* pc */
@media screen and (min-width: 641px) {
    .-row2 .edge60pro {
        margin-top: 6px;
    }
}

/*---------- メイン ----------*/
.main h1 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.main { 
    position: relative;
}
.main .inner {
    position: relative;
}
.main .inner .ano {
    position: absolute;
    top: 38.5%;
    left: 34%;
    font-size: 2vw;
    color: #333;
    font-weight: bold;
}
.sr_text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    overflow: hidden;
}
@media screen and (min-width: 641px) {
    .main h1 {
        background: url(/campaign/device/img/fcnt202508/main.png) center top no-repeat;
        height: 425px;
    }
    .main .inner {
        height: 100%;
        width: 960px;
        margin: 0 auto;
    }
    .main .inner .ano {
        position: absolute;
        top: 37.5%;
        left: 29.8%;
        font-size: 12px;
        color: #333;
        font-weight: bold;
    }
}

/*---------- 特徴 ----------*/
.feature {
    padding: 7vw 0;
    background: linear-gradient(#feffff, #cbe5fd);
}

.feature h2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    line-height: 1.5;
}

.feature h2 span {
    padding: 0 20px;
    font-weight: bold;
}

.feature-logo {
    margin: 4% 3.5%;
}

.feature-logo img {
    max-width: 100%;
}

.feature__contents {
    padding: 5% 3.5% 0;
}

.feature__contents h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 4%;
}

.grid-container {
    margin-bottom: 12%;
}

.grid-container.-item4 {
    margin-bottom: 0;
}

.feature__contents .item-text {
    margin-top: 4%;
}

.grid-container.-item3 .item-text {
    margin-top: 6%;
}

.feature__contents .item-text p {
    line-height: 1.3;
}

.feature__contents ul.asterisk {
    padding-left: 1.2em;
}

.feature__contents ul.asterisk li:before {
    display: inline;
    content: "※ ";
}

.feature__contents ul.asterisk li {
    list-style-type: none;
    text-indent: -1.5em;
    font-size: 13px;
}

@media screen and (min-width: 641px) {
    .feature {
        padding: 50px 0 30px;
    }

    .feature-logo {
        margin: 20px auto;
        width: 400px;
    }

    .feature__contents {
        width: 960px;
        margin: 0 auto;
        padding: 24px 0;
    }

    .feature__contents h3 {
        font-size: 23px;
        margin-top: 32px;
        margin-bottom: 0;
        letter-spacing: 0;
        text-align: center;
    }

    .feature__contents .-item3 h3 {
        margin-top: 32px;
    }

    .feature__contents .item-text {
        margin-top: 0;
    }

    .feature__contents .item-text p {
        font-size: 18px;
        line-height: 1.4;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 400px auto;
        grid-template-rows: auto 1fr;
        grid-column-gap: 78px;
        grid-row-gap: 28px;
        margin-bottom: 55px;
        border-top: 2px solid #3a62ad;
    }

    .grid-container.-item2,
    .grid-container.-item3,
    .grid-container.-item4 {
        border-top: 2px solid #b6c1ca;
    }

    .grid-container.-item2,
    .grid-container.-item4 {
        grid-template-columns: auto 400px;
    }

    .grid-container.-item3 .item-text {
        margin-top: 0;
    }

    .grid-container img {
        width: 100%;
    }

    .item-title {
        grid-area: 1 / 2 / 2 / 3;
    }

    .item-image {
        grid-area: 1 / 1 / 3 / 2;
    }

    .item-text {
        grid-area: 2 / 2 / 3 / 3;
    }

    .-item2 .item-title,
    .-item4 .item-title {
        grid-area: 1 / 1 / 2 / 2;
    }

    .-item2 .item-image,
    .-item4 .item-image {
        grid-area: 1 / 2 / 3 / 3;
    }

    .-item2 .item-text,
    .-item4 .item-text {
        grid-area: 2 / 1 / 3 / 2;
    }
}

@media screen and (max-width: 640px) {
    .feature h2 {
        padding: 0 3.5%;
        line-height: 1.4;
        font-size: 5vw;
    }

    .feature h2 span {
        padding: 0 10px 10px;
        border-bottom: 2px solid #3a62ad;
    }

    .feature__contents .item-image {
        margin: 0 7.5%;
    }

    .feature__contents .item-text p {
        font-size: 3.4vw;
        text-align: center;
    }

    .feature-logo {
        margin: 2% 7.5% 4% 7.5%;
    }

    .feature__contents ul.asterisk li {
        padding-top: 2.5em;
        font-size: 10px;
        text-align: center;
        line-height: 2;
    }

    .feature .gaiyo_link {
        padding-bottom: 0;
    }
}


/*---------- Moto AI搭載の新機種はコチラ！ ----------*/
.newModel {
    padding: 8vw 0;
    background: #9cd4fc;
}
.newModel_inner {
    width: 90%;
    margin: auto;
    margin-top: 8vw;
    padding: 5vw 0 4vw;
    background: #fff;
}
.newModel-logo {
    width: 60vw;
}
.newModel-catch {
    font-size: 4vw;
    letter-spacing: 1vw;
    padding: 2vw 0;
}
.newModel-img {
    width: 60vw;
}
.mnp-text {
    font-size: 4vw;
}
.device-charge {
    display: grid;
    grid-template:
    "beforPprice salePeriod" 7vw
    "afterPrice afterPrice" auto /
    54vw auto
}
.befor-price {
    grid-area: beforPprice;
    margin-right: 6vw;
    color: #989897;
}
.inf-or-amount1 {
    display: block;
    font-size: 5vw;
    position: relative;
    margin-bottom: 0.2vw;
}
.inf-or-amount1::before {
    position: absolute;
    content: "";
    background-color: #ff005f;
    height: 1px;
    width: 21vw;
    transform: rotate(10deg);
    top: 3vw;
    left: -1vw
}
.inf-or-amount1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 2vw 0 2vw;
    border-color: #FF005F transparent transparent transparent;
    bottom: -1.5vw;
    left: 6vw;
}
.befor-price-yen {
    font-size: 3.5vw;
    margin-bottom: 1vw;
}
.sale-period {
    grid-area: salePeriod;
}
.sale-period div {
    line-height: 1;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 1vw 3vw;
}
.sale-period-date {
    font-size: 4.5vw;
    margin-right: 0.5vw;
}
.after-price {
    grid-area: afterPrice;
}
.special-price {
    line-height: 1;
    height: 13vw;
    width: 13vw;
    background: linear-gradient(135deg, #e64d97, #e64d97 50%, #d6276b 50%, #d6276b 100%);
    border-radius: 100vh;
    margin-bottom: 1vw;
    margin-right: 1vw;
}
.special-price-inner {
    padding-top: 1vw;
    color: #ff0;
    font-style: italic;
    font-size: 2.2vw;
    letter-spacing: 0.2vw;
}
.after-price {
    color: #ff005f;
    padding-top: 2vw;
}
.inf-ctl-amount1 {
    line-height: 1;
    font-weight: bold;
    font-size: 14vw;
}
.special-price-yen {
    font-weight: bold;
    line-height: 1;
    font-size: 7vw;
    margin-bottom: 2vw;
}
.special-price-tax {
    text-align: center;
    line-height: 1;
    font-size: 2.5vw;
}
.newModel-logo-wrap,
.newModel-catch {
    text-align: center;
}
@media screen and (min-width: 641px) {
    .newModel {
        padding: 30px 0;
    }
    .newModel_inner {
        width: 960px;
        margin-top: 0;
        padding: 20px 0;
    }
    .newModel .device-detail {
        width: 760px;
        margin: auto;
    }
    .newModel .device-detail .device-detail-list {
        padding: 16px 0;
    }
    .newModel-except-none {
        display: grid;
        grid-template:
        "img catch" 38px
        "img logo" 87px
        "img mnpText" 20px
        "img charge" auto /
        320px auto;
    }
    .newModel-catch {
        grid-area: catch;
        letter-spacing: 4px;
        padding: 30px 0 0 40px;
        text-align: left;
    }
    main .newModel-catch p {
        font-size: 20px;
    }
    .newModel-logo-wrap {
        grid-area: logo;
        padding-left: 40px;
        text-align: left;
    }
    .mnp-text {
        grid-area: mnpText;
        font-size: 15px;
        letter-spacing: 3px;
        padding-left: 40px;
    }
    .device-charge {
        grid-area: charge;
    }
    .newModel-img-wrap {
        grid-area: img;
    }
    .newModel-img {
        width: 300px;
    }
    .newModel-logo {
        width: 321px;
    }
    .device-charge {
        grid-template:
        "beforPprice salePeriod" 40px
        "afterPrice afterPrice" 90px /
        170px auto
    }
    .inf-or-amount1 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .inf-or-amount1::before {
        width: 105px;
        top: 16px;
        left: -4px;
    }
    .inf-or-amount1::after {
        border-width: 9px 9px 0 9px;
        bottom: -7px;
        left: 35px;
    }
    .befor-price {
        margin-right: 24px;
    }
    .befor-price-yen {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .sale-period {
        margin-right: 50px;
        text-align: right;
    }
    .sale-period div {
        padding: 5px 17px;
        font-size: 20px;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    .sale-period-date {
        font-size: 22px;
        margin-right: 0;
    }
    .special-price {
        height: 60px;
        width: 60px;
        margin-bottom: 8px;
        margin-right: 3px;
    }
    .special-price-inner {
        padding-top: 5px;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    .after-price {
        padding-top: 10px;
    }
    .inf-ctl-amount1 {
        font-size: 74px;
    }
    .special-price-yen {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .special-price-tax {
        font-size: 13px;
    }
    .newModel .deviceItem-apt-btn,
    .newModel .deviceItem-apt-btn2 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    .device-detail .device-detail-list {
        padding: 0;
    }
    .mnp-text {
        text-align: center;
        padding-bottom: 2vw;
    }
    .newModel-logo-wrap {
        margin-bottom: 3vw;
    }
    .newModel-img-wrap {
        text-align: center;
    }
    .newModel .deviceItem-apt-btn,
    .newModel .deviceItem-apt-btn2 {
        width: 70vw;
        margin-top: 0;
    }
}

/*---------- FCNT 会社概要 ------*/
.company {
    padding: 48px 0;
}
.company .gray_box {
    background-color: #fff;
    box-sizing: border-box;
    width: 90%;
    margin: 3rem auto;
    padding: 4vw;
    border: 1px solid #ccc;
    text-align: center;
}
.company .gray_box img {
    margin-bottom: 1rem;
}
.company .gray_box p {
    font-size: 3.6vw;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .company .gray_box img {
    margin-bottom: 1rem;
    width: 30%;
  }
}

@media screen and (min-width: 641px) {
    .company .gray_box{
        width: 960px;
        margin: 0 auto;
        padding: 2rem;
    }
    .company .gray_box p {
        font-size: 16px;
    }
    .company h2 {
        margin: 0 0 10px;
        font-size: 40px;
    }
    .company h2 .small {
        font-size: 26px;
    }
}

/*---------- スペック比較 ----------*/
.comparison {
    margin-top: 7vw;
    background-color: rgba(234, 222, 252, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(238, 228, 253, 1) 5px, rgba(238, 228, 253, 1) 10px);
}

.comparison-inner {
    background: linear-gradient(90deg, #f2f2f2, #f2f2f2 50%, #cce8fc 50%, #cce8fc 100%);

    margin: auto;
}

.comparison-content {
    font-family: "Oswald", sans-serif;
    padding-bottom: 4vw;
}

.comparison h2 {
    position: relative;
    color: #fff;
    background-color: #3a62ad;
    padding: 3.5vw 0 2.5vw;
    line-height: 1.2;
    letter-spacing: 0.5vw;
}

.comparison h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -2.9vw;
    left: calc(50% - 4vw);
    border-width: 3vw 4vw 0 4vw;
    border-color: #3a62ad transparent transparent transparent;
}

.comparison .newModel-catch,
.comparison .special-price,
.comparison .newModel-img-wrap,
.comparison-content .deviceItem-apt-btn,
.comparison-content .box-link-area {
    display: none !important;
}

.comparison-device {
    margin-top: 2vw;
}

.comparison-content>.d-flex>div {
    width: 46%;
}

.comparison-deviceImg-wrap {
    text-align: center;
}

.comparison-deviceImg-wrap img {
    width: 24vw;
}

.comparison .newModel-logo {
    width: 40vw;
}

.comparison .device-charge {
    display: grid;
    grid-template:
        "beforPprice salePeriod" 6vw
        "afterPrice afterPrice" auto /
        25vw auto;
}

.comparison .mnp-text {
    font-size: 3vw;
    letter-spacing: 0.5vw;
    padding: 0;
}

.comparison .inf-or-amount1 {
    font-size: 3.5vw;
}

.comparison .sale-period-date {
    font-size: 3vw;
}

.comparison .sale-period div {
    font-size: 2.5vw;
    background-color: #fff;
    padding: 0.5vw 2vw;
    margin-top: 1.5vw;
}

.comparison .befor-price {
    margin-right: 3vw;
}

.comparison .befor-price-yen {
    font-size: 2.5vw;
    margin-bottom: 0.5vw;
}

.comparison .after-price {
    margin-top: 1.5vw;
}

.comparison .inf-or-amount1::before {
    width: 13vw;
    top: 2.5vw;
    left: -0.5vw;
}

.comparison .inf-or-amount1::after {
    border-width: 1.5vw 1.5vw 0 1.5vw;
    bottom: -1.2vw;
}

.comparison .inf-ctl-amount1 {
    font-size: 9vw;
    font-weight: bold;
}

.comparison .special-price-yen {
    font-size: 5vw;
    margin-bottom: 1vw;
}

.comparison .special-price-tax {
    font-size: 1.8vw;
}


.comparison h3 {
    background-color: #fff;
    text-align: center;
    padding: 1vw;
    margin: 3vw auto;
    width: 92%;
    font-size: 4vw;
    letter-spacing: 1.2vw;
}

@media screen and (min-width: 641px) {
    .comparison {
        background-color: rgb(222 233 252);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(228 239 253) 5px, rgb(228 239 253) 10px);
        padding: 50px 0 50px;
        margin-top: 50px;
    }

    .comparison-content {
        padding-bottom: 20px;
    }

    .comparison-inner {
        box-sizing: border-box;
        width: 960px;
    }

    .comparison h2 {
        padding: 26px 0 24px;
        letter-spacing: 5px;
        font-size: 32px;
    }

    .comparison h2::after {
        bottom: -20px;
        left: calc(50% - 30px);
        border-width: 20px 30px 0 30px;
    }

    .comparison-device {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .comparison .device-detail .device-detail-list {
        padding: 0;
    }

    .comparison .mnp-text {
        text-align: center;
        padding: 0;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .comparison-deviceImg-wrap img {
        width: 185px;
    }

    .comparison .device-charge {
        grid-template:
            "beforPprice salePeriod" 43px
            "afterPrice afterPrice" auto /
            225px auto;
    }

    .comparison .newModel-except-none {
        display: grid;
        grid-template:
            "logo" 16px
            "mnpText" 20px
            "charge" auto;
        column-gap: 0;
    }

    .comparison .newModel-logo {
        width: 90%;
    }

    .comparison .befor-price {
        margin-right: 18px;
    }

    .comparison .inf-or-amount1::before {
        width: 100px;
        top: 20px;
        left: -2px;
    }

    .comparison .inf-or-amount1::after {
        border-width: 10px 10px 0 10px;
        bottom: -7px;
    }

    .comparison .sale-period div {
        font-size: 20px;
        padding: 5px 10px 5px 12px;
        margin-top: 10px;
    }

    .comparison .sale-period-date {
        font-size: 22px;
    }

    .comparison .inf-or-amount1 {
        font-size: 28px;
    }

    .comparison .befor-price-yen {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .comparison .after-price {
        margin-top: 4px;
    }

    .comparison .inf-ctl-amount1 {
        font-size: 66px;
    }

    .comparison .special-price-yen {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .comparison .special-price-tax {
        font-size: 12px;
    }

    .comparison h3 {
        width: 860px;
        margin: 14px auto;
        font-size: 20px;
        padding: 9px 0 7px;
        letter-spacing: 10px;
    }

}

.comparison .specs .edge50pro {
    color: #636363;
    fill: currentColor;
}

.comparison .specs .icon_camera {
    margin-right: 10px;
}

.comparison .mnp-text,
.comparison .device-charge {
    display: none;
}

.comparison .cpu .specs:nth-child(2) .middle-small {
    font-size: 42px;
}

@media screen and (max-width: 640px) {
    .company {
        padding: 0;
    }
    .comparison .newModel-logo-wrap {
        margin-bottom: 3vw;
    }

    .comparison .specs .icon_camera {
        width: 7vw;
    }

    .comparison .cpu .specs:nth-child(2) .middle-small {
        font-size: 6vw;
    }
}


/********* ユーザーの声 ***********/
#user_voice {
    background-position: left 50% top 30%;
    background-repeat: no-repeat, repeat-y;
}

#user_voice .uservoice_link {
    text-align: center;
    padding-bottom: 40px;
}

@media screen and (min-width: 641px) {
    #user_voice {
        background-image: url(/uservoice/img/bg_top.png);
        background-size: auto, auto;
    }
}

@media screen and (max-width: 640px) {
    #user_voice {
        background-image: url(/uservoice/img/bg_top_sp.png);
        background-size: 700px auto, contain;
    }
}

.yellow_box {
    text-align: center;
    background-color: #FFFF9D;
    border-radius: 40px;
    padding: 10px 15px 25px 15px;
    position: relative;
}

.yellow_box::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -1%;
}

.yellow_box::after {
    content: "";
    width: 1px;
    height: 40%;
    background: #333;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 37%;
    transform: rotate(35deg);
}

#price {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: center;
}

#price .yellow_box {
    width: 45%;
    margin: 0 auto;
    background-color: #FFFF00;
    letter-spacing: 2px;
    position: relative;
}

#price h2 {
    display: inline-block;
    text-align: center;
    color: #D95C66;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

#price h2::before,
#price h2::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #D95C66;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
}

#price h2::before {
    left: -20%;
    transform: rotate(-25deg);
}

#price h2::after {
    right: -40px;
    transform: rotate(25deg);
}

#price p {
    text-align: center;
    font-size: 90%;
    margin-top: 10px;
}

/*スライダー*/
.banner_slider2 {
    background: none;
}

.banner_slider_inner2 {
    padding: 0;
    background: none;
    border: none;
}

.banner_slider_inner2 .m_option_box {
    height: 306px;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #fff;
}

.banner_slider_inner2 .m_option_box h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    width: 85px;
    height: auto;
    margin: 20px auto;
    background-color: #D95C66 !important;
    color: #fff;
    letter-spacing: 0.77px;
}

.banner_slider_inner2 .m_option_text h5 {
    font-size: 16px;
    letter-spacing: 0.77px;
}

.banner_slider_inner2 .m_option_box img {
    width: 50%;
}

.option-dots {
    width: 100%;
    text-align: center;
    left: 0;
}

.option-dots li.slick-active button:before {
    color: #D95C66;
}

/*quality*/
#quality {
    max-width: 960px;
    margin: 50px auto 0;
    text-align: center;
}

#quality h2 {
    display: inline-block;
    text-align: center;
    color: #D95C66;
    font-weight: bold;
    position: relative;
}

#quality h2::before,
#quality h2::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #D95C66;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
}

#quality h2::before {
    left: -40px;
    transform: rotate(-25deg);
}

#quality h2::after {
    right: -40px;
    transform: rotate(25deg);
}

/* sp */
@media screen and (max-width: 640px) {

    /*price*/
    #price {
        margin: 0 auto;
        padding: 40px 5%;
        text-align: center;
    }

    #price .yellow_box {
        width: 80%;
        margin: 0 auto;
        background-color: #FFFF00;
        padding-bottom: 20px;
    }

    #price .yellow_box::after {
        bottom: -3%;
    }

    #price h2 {
        display: inline-block;
        text-align: center;
        color: #D95C66;
        font-weight: bold;
        margin-top: 20px;
        position: relative;
    }

    #price h2::before,
    #price h2::after {
        position: absolute;
        display: inline-block;
        content: "";
        background: #D95C66;
        top: 0;
        content: "";
        width: 2px;
        height: 100%;
    }

    #price h2::before {
        left: -20%;
        transform: rotate(-25deg);
    }

    #price h2::after {
        right: -20px;
        transform: rotate(25deg);
    }

    #price p {
        text-align: center;
        font-size: 90%;
        margin-top: 10px;
        line-height: 1.2;
    }

    /*スライダー*/
    #mobile_option {
        padding: 5px 0 30px;
    }

    .banner_slider2 {
        background: none;
    }

    .banner_slider_inner2 {
        padding: 0;
        background: none;
        border: none;
    }

    .banner_slider_inner2 .m_option_box {
        height: 310px;
        padding: 20px;
        border: 1px solid #333;
        border-radius: 10px;
        margin-right: 7px;
        margin-left: 7px;
        background-color: #fff;
    }

    .banner_slider_inner2 .m_option_box h4 {
        font-size: 16px;
        font-weight: normal;
        padding: 2px;
        width: 85px;
        height: auto;
        margin: 20px auto;
        background-color: #D95C66 !important;
        color: #fff;
        letter-spacing: 0.77px;
    }

    .banner_slider_inner2 .m_option_text h5 {
        font-size: 16px;
        letter-spacing: 0.77px;
    }

    .banner_slider_inner2 .m_option_box img {
        width: 50%;
    }

    .option-dots {
        width: 100%;
        text-align: center;
        left: 0;
    }

    .option-dots li.slick-active button:before {
        color: #D95C66;
    }

    /*quality*/
    #quality {
        max-width: 960px;
        margin: 35px auto 25px;
        padding: 0 5%;
        text-align: center;
    }

    #quality h2 {
        display: inline-block;
        text-align: center;
        color: #D95C66;
        font-weight: bold;
        position: relative;
    }

    #quality h2::before,
    #quality h2::after {
        position: absolute;
        display: inline-block;
        content: "";
        background: #D95C66;
        top: 0;
        content: "";
        width: 2px;
        height: 100%;
    }

    #quality h2::before {
        left: -20px;
        transform: rotate(-25deg);
    }

    #quality h2::after {
        right: -20px;
        transform: rotate(25deg);
    }
}