@charset "utf-8";

/*-------------------- mv --------------------*/
.sub_mv {
    align-items: end;
}

.mv_bg::before,
.mv_bg:after {
    display: none;
}

.led_mv {
    width: 100%;
}

.led_mv_tit {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0 20px 0;
    margin-bottom: 5px;
    background: url(../img/led_mv_tit_bg.png) no-repeat left center;
    text-shadow: 0 0 10px #467add, 0 0 10px #467add, 0 0 10px #467add;
}

.led_mv_tit h1 {
    font-size: 6rem;
}

.led_mv_txt {
    font-size: 2.8rem;
}

.led_mv_img {
    display: block;
    margin-bottom: 25px;
}

/*-------------------- led_top --------------------*/
.led_block {
    padding: 90px 0;
}

.led_top {
    padding-top: 0 !important;
}

.led_top_img {
    display: block;
    margin: 0 auto 40px auto;
}

.led_top_txt {
    font-size: 2.6rem;
    line-height: 1.85;
    font-weight: bold;
    text-align: center;
}

.led_top_txt span {
    color: #2571e0;
}

.led_btn_list {
    width: 100%;
    max-width: 860px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.led_btn_list>li {
    width: 48%;
}

.led_btn_tit {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.common_btn_box01 a {
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #2571e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_btn_list>li:last-of-type .common_btn_box01 a {
    color: #2571e0;
    background-color: #ffffff;
    background-image: url(../img/common_arrow04.png);
}

.common_btn_box01:not(.led_btn_list .common_btn_box01) {
    margin-top: 50px;
}

/*-------------------- led_about --------------------*/
.led_about {
    background-color: #f7f7f7;
}

.led_about_list {
    width: 100%;
    margin-top: 50px;
}

.led_about_list>li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.led_about_list>li:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}

.led_about_list>li:last-of-type {
    margin-bottom: 0;
}

.led_about_img {
    width: 50%;
}

.led_about_img img {
    display: block;
}

.led_about_txt {
    width: 46.5%;
    font-size: 1.4rem;
    line-height: 2;
}

/*-------------------- led_features --------------------*/
.led_features_list {
    width: 100%;
    max-width: 806px;
    margin: 0 auto;
    padding: 25px 50px;
    background-color: #f7f7f7;
    border: 1px solid #d7d6d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_features_list>li {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 9px;
    padding-left: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_features_list>li:last-of-type {
    margin-bottom: 0;
}

.led_features_list>li::before {
    content: "•";
    color: #2571e0;
    position: absolute;
    top: 0;
    left: 0;
}

.led_features .ttl_h3 {
    text-align: center;
    font-size: 3.2rem;
    color: #2571e0;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.led_product_features {
    width: 100%;
}

.led_product_features>li {
    margin-bottom: 16px;
}

.led_product_features>:last-of-type {
    margin-bottom: 0;
}

.led_product_block,
.led_features_content.on {
    background-color: #f7f7f7;
    border: 2px solid #d8e5f9;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_product_block {
    width: calc(100% - 80px);
    max-width: 763px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 10px 35px 10px 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.led_product_block.on {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.led_product_block_content {
    width: calc(100% - 97px);
    display: flex;
    align-items: center;
}

.led_product_img {
    width: 97px;
}

.led_product_img img {
    display: block;
    margin: 0 auto;
}

.led_product_tit {
    width: calc(100% - 97px);
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

.led_product_name {
    font-size: 3.6rem;
    color: #2571e0;
}

.led_product_detail {
    font-size: 2rem;
}

.led_product_click {
    width: 97px;
    background-color: #d8e5f9;
    border-radius: 10px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_product_click_txt {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.led_product_click img {
    display: block;
    margin: 5px auto 0 auto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.led_product_click img.on {
    transform: rotate(-180deg);
}

.led_features_content {
    height: 0;
    overflow: hidden;
    border-color: transparent;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.led_features_content.on {
    height: auto;
    margin-top: -2px;
    padding: 50px 0 70px 0;
}

.led_features_content_inner {
    width: calc(100% - 80px);
    max-width: 763px;
    margin: 0 auto;
}

.led_features_content_tit {
    color: #2571e0;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.led_features_content_txt {
    font-size: 1.4rem;
    line-height: 1.85;
    margin: 15px auto 20px auto;
}

.led_point_block {
    width: 100%;
    display: flex;
    font-size: 1.4rem;
    padding: 35px;
    background-color: #e9f1fc;
    border: 1px solid #d7d6d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 13px;
}

.led_point_num {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    background-color: #2872e0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 5px;
}

.led_point_content {
    width: calc(100% - 69px);
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_point_tit {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.led_point_txt {
    font-size: 1.4rem;
}

.led_product_use {
    width: 100%;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 100px;
}

.led_product_use_img {
    width: 443px;
    position: absolute;
    top: -34px;
    left: 50%;
}

.led_product_use_img img {
    display: block;
}

.led_product_use_content {
    width: calc(50% + 95px);
    color: #ffffff;
    background: url(../img/led_img16.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 120px 70px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_led_product_use_tit {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.led_led_product_use_txt {
    font-size: 1.4rem;
    line-height: 1.85;
}

/*-------------------- led_use --------------------*/
.led_use {
    background-color: #f7f7f7;
}

.led_use_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -26px;
}

.led_use_list>li {
    width: 48.2%;
    margin-right: 3.6%;
    margin-bottom: 26px;
    background-color: #ffffff;
    position: relative;
    padding: 26px 27px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_use_list>li:nth-of-type(2n) {
    margin-right: 0;
}

.led_use_tag {
    width: auto;
    height: 34px;
    display: flex;
    align-items: center;
    background-color: #2571e0;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0 26px;
}

.led_use_tag::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 17px solid #2571e0;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #2571e0;
    border-right: 10px solid transparent;
}

.led_use_img {
    margin-bottom: 18px;
}

.led_use_img img {
    display: block;
    margin: 0 auto;
}

.led_use_cate {
    font-size: 0;
    margin-bottom: -10px;
}

.led_use_cate span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #d8e5f9;
    border-radius: 14px;
    padding: 0 19px;
    margin: 0 10px 10px 0;
}

.led_use_txt {
    font-size: 1.4rem;
    line-height: 1.58;
    margin: 12px auto 20px auto;
}

.led_use_btn .product_btn {
    margin: 0 auto;
}

/*-------------------- led_voice --------------------*/
.led_voice_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
}

.led_voice_list>li {
    margin-right: 40px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border: 1px solid #d7d6d4;
    width: calc((100% - 80px)/3);
    padding: 28px 15px 25px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_voice_list>li:nth-of-type(3n) {
    margin-right: 0;
}

.led_voice_intro {
    width: 100%;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 17px;
}

.led_voice_intro::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 3px;
    background-color: #2571e0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.led_voice_tit {
    text-align: center;
    color: #2571e0;
    font-size: 1.6rem;
    font-weight: bold;
}

.led_voice_img {
    margin: 15px auto 20px auto;
}

.led_voice_img img {
    display: block;
    margin: 0 auto;
}

.led_voice_txt {
    width: 100%;
    padding: 0 18px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-------------------- led_news --------------------*/
.led_news {
    padding: 0 !important;
}

.led_news a{
    display: block;
    text-decoration: none;
}
.led_news a:hover{
    opacity: 0.8;
}

.led_news_content {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    background: url(../img/led_img12.png) no-repeat right center, linear-gradient(to right, #2571e0 0%, #11c2fc 100%);
    border-radius: 40px;
    padding: 80px 40% 80px 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.led_news_tit {
    font-size: 4.5rem;
}

.led_news_txt {
    font-size: 1.4rem;
    line-height: 1.85;
    margin-top: 20px;
}

/*-------------------- led_faq --------------------*/
.led_faq {
    padding-bottom: 0 !important;
}
.qa_link01 {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 1025px) {
    .qa_link01:hover {
        color: #2571e0;
        border-bottom: 1px solid #2571e0;
    }
}
@media only screen and (max-width: 1366px) {
    .led_mv_tit {
        background-position: right center;
    }
}

@media only screen and (max-width: 1100px) {
    .led_mv_tit {
        background-position: right center;
    }

    /*-------------------- led_features --------------------*/

    .led_product_use_img {
        width: calc(50% - 60px);
    }

}

@media only screen and (max-width: 1024px) {
    .sub_mv {
        align-items: center;
    }

    .led_mv_img {
        margin-bottom: 0;
    }

    /*-------------------- led_voice --------------------*/

    .led_voice_list>li {
        margin-right: 20px;
        width: calc((100% - 40px)/3);
    }

}

@media only screen and (max-width: 1023px) {

    .led_mv_tit h1 {
        font-size: 4.5rem;
    }

    .led_mv_txt {
        font-size: 2.2rem;
    }

    .led_mv_img {
        max-width: 75%;
    }

    /*-------------------- led_top --------------------*/
    .led_block {
        padding: 70px 0;
    }

    .led_top_img {
        margin-bottom: 30px;
    }

    .led_top_txt {
        font-size: 2rem;
    }

    .led_top_txt span {
        color: #2571e0;
    }

    .led_btn_list {
        margin-top: 40px;
    }


    .led_btn_tit {
        font-size: 1.6rem;
    }

    .common_btn_box01 a {
        font-size: 1.6rem;
    }

    .common_btn_box01:not(.led_btn_list .common_btn_box01) {
        margin-top: 40px;
    }

    /*-------------------- led_about --------------------*/

    .led_about_list {
        margin-top: 40px;
    }

    .led_about_list>li {
        margin-bottom: 40px;
    }

    /*-------------------- led_features --------------------*/
    .led_features_list {
        padding: 25px 40px;
    }

    .led_features .ttl_h3 {
        font-size: 2.4rem;
    }

    .led_product_block {
        padding: 10px 35px;
    }

    .led_product_name {
        font-size: 3rem;
    }

    .led_product_detail {
        font-size: 1.8rem;
    }

    .led_features_content.on {
        padding: 40px 0 60px 0;
    }

    .led_features_content_tit {
        font-size: 2.2rem;
    }


    .led_point_content {
        padding-left: 20px;
    }

    .led_point_tit {
        font-size: 1.8rem;
    }

    .led_point_txt {
        font-size: 1.4rem;
    }

    .led_product_use {
        padding: 0 40px;
        margin-top: 60px;
    }

    .led_product_use_img {
        width: 85%;
        max-width: 443px;
        position: static;
        top: auto;
        left: auto;
        margin: 0 auto;
    }

    .led_product_use_content {
        width: 100%;
        margin-top: -40px;
        padding: 90px 40px 70px 40px;
    }

    .led_led_product_use_tit {
        font-size: 2rem;
    }

    /*-------------------- led_use --------------------*/

    .led_use_tag {
        font-size: 1.4rem;
        padding: 0 20px;
    }

    /*-------------------- led_voice --------------------*/
    .led_voice_list>li {
        margin-right: 26px;
        width: calc((100% - 26px)/2);
    }

    .led_voice_list>li:nth-of-type(3n) {
        margin-right: 26px;
    }

    .led_voice_list>li:nth-of-type(2n) {
        margin-right: 0;
    }

    /*-------------------- led_news --------------------*/

    .led_news_content {
        background-size: 50%, auto;
        border-radius: 30px;
        padding: 60px 42% 60px 40px;
    }

    .led_news_tit {
        font-size: 3.2rem;
    }

}

@media only screen and (max-width: 767px) {

    .led_mv_tit h1 {
        font-size: 3rem;
    }

    .led_mv_txt {
        font-size: 1.8rem;
    }

    /*-------------------- led_top --------------------*/
    .led_block {
        padding: 60px 0;
    }

    .led_top_txt {
        font-size: 2rem;
    }

    .led_btn_list {
        max-width: 340px;
        margin: 30px auto -20px auto;
        display: block;
    }

    .led_btn_list>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .common_btn_box01 a {
        font-size: 1.4rem;
    }

    /*-------------------- led_about --------------------*/

    .led_about_list {
        width: 100%;
        margin-top: 30px;
    }

    .led_about_list>li {
        display: block;
        margin-bottom: 30px;
    }

    .led_about_list>li:last-of-type {
        margin-bottom: 0;
    }

    .led_about_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .led_about_img img {
        margin: 0 auto;
    }

    .led_about_txt {
        width: 100%;
    }

    /*-------------------- led_features --------------------*/
    .led_features_list {
        padding: 20px;
    }

    .led_features_list>li {
        font-size: 1.4rem;
        padding-left: 14px;
    }

    .led_features .ttl_h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }


    .led_product_block {
        width: calc(100% - 50px);
        /* flex-direction: column; */
        /* align-items: end; */
        padding: 10px 25px;
    }

    .led_product_block_content {
        width: calc(100% - 80px);
        flex-direction: column;
        align-items: center;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .led_product_img {
        width: 80px;
    }

    .led_product_img img {
        display: block;
        margin: 0 auto;
    }

    .led_product_tit {
        width: 100%;
        padding: 0;
    }

    .led_product_name {
        font-size: 2.4rem;
    }

    .led_product_detail {
        font-size: 1.8rem;
    }

    .led_product_click {
        width: 120px;
        border-radius: 5px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .led_product_click_txt {
        font-size: 1.2rem;
    }

    .led_product_click img {
        width: 12px;
        margin: 0 0 0 8px;
    }

    .led_features_content.on {
        padding: 30px 0 50px 0;
    }

    .led_features_content_inner {
        width: calc(100% - 50px);
    }

    .led_features_content_tit {
        font-size: 2rem;
    }

    .led_point_block {
        padding: 25px;
    }

    .led_point_tit {
        font-size: 1.6rem;
    }

    .led_product_use {
        padding: 0 25px;
        margin-top: 40px;
    }

    .led_product_use_content {
        padding: 70px 30px 50px 30px;
    }

    .led_led_product_use_tit {
        font-size: 2rem;
    }

    /*-------------------- led_use --------------------*/
    .led_use {
        background-color: #f7f7f7;
    }

    .led_use_list {
        max-width: 482px;
        margin: 0 auto -26px auto;
    }

    .led_use_list>li {
        width: 100%;
        margin-right: 0;
        padding: 26px 27px 35px;
    }

    .led_use_tag {
        height: 30px;
        top: 40px;
        padding: 0 20px;
    }

    .led_use_tag::after {
        border-top-width: 15px;
        border-bottom-width: 15px;
    }

    .led_use_cate span {
        font-size: 1.4rem;
    }

    /*-------------------- led_voice --------------------*/
    .led_voice_list {
        max-width: 307px;
        margin: 0 auto;
    }

    .led_voice_list>li {
        margin-right: 0;
        width: 100%;
    }

    .led_voice_list>li:nth-of-type(3n) {
        margin-right: 0;
    }

    /*-------------------- led_news --------------------*/
    .led_news_content {
        padding: 50px 40% 50px 40px;
    }

    .led_news_tit {
        font-size: 2.8rem;
    }

}
@media only screen and (max-width: 640px) {

    /*-------------------- led_news --------------------*/
    .led_news_content {
        padding-left: 20px;
    }

    .led_news_tit {
        font-size: 2.4rem;
    }

}
@media only screen and (max-width: 540px) {

    /*-------------------- led_news --------------------*/

    .led_news_txt {
        margin-top: 15px;
    }

}
@media only screen and (max-width: 480px) {

    /*-------------------- mv --------------------*/

    .led_mv_tit h1 {
        font-size: 2.2rem;
    }

    .led_mv_txt {
        font-size: 1.6rem;
    }

    /*-------------------- led_top --------------------*/

    .led_top_txt {
        font-size: 1.8rem;
    }

    /*-------------------- led_features --------------------*/
    .led_product_block {
        width: calc(100% - 30px);
        padding: 10px 20px;
    }

    .led_product_block_content {
        width: calc(100% - 70px);
    }

    .led_product_img {
        width: 70px;
    }

    .led_product_name {
        font-size: 2rem;
    }

    .led_product_detail {
        font-size: 1.6rem;
    }

    .led_features_content_inner {
        width: calc(100% - 30px);
    }

    .led_features_content_tit {
        font-size: 1.8rem;
    }

    .led_point_block {
        display: block;
        padding: 20px;
    }

    .led_point_num {
        width: 69px;
        height: 69px;
        margin-top: 0;
        margin: 0 auto 15px auto;
    }

    .led_point_content {
        width: 100%;
        padding-left: 0;
    }

    .led_point_tit {
        font-size: 1.6rem;
        text-align: center;
    }

    .led_point_txt {
        font-size: 1.4rem;
    }

    .led_product_use {
        padding: 0 15px;
    }

    .led_product_use_content {
        margin-top: -25px;
        padding: 50px 20px 30px 20px;
    }

    .led_led_product_use_tit {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    /*-------------------- led_use --------------------*/

    .led_use_list>li {
        padding: 15px 15px 25px 15px;
    }

    .led_use_tag {
        top: 25px;
    }

    /*-------------------- led_voice --------------------*/

    .led_voice_txt {
        padding: 0 10px;
    }

    /*-------------------- led_news --------------------*/

    .led_news_content {
        background: url(../img/led_img12_sp.png) no-repeat center bottom, linear-gradient(to right, #2571e0 0%, #1b98ed 100%);
        background-size: 100%,auto;
        border-radius: 20px;
        padding: 40px 20px 65% 20px;
    }

    .led_news_tit {
        font-size: 2rem;
        text-align: center;
    }
}