@charset "UTF-8";
/* CSS Document */

.main-section .background {
    background-image: url(../../images/top-main-background.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-section .content {
    position: relative;
    display: table;
    width: 1080px;
    margin: 0 auto;
    padding: 95px 40px;
}

.main-section .inner {
    display: table-cell;
}

.main-section .title h1 {
    width: 440px;
}

.main-section .title .denso-logo {
    width: 182px;
    margin-top: 20px;
}

.main-section .lead {
    margin-top: 30px;
    color: #ff3942;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5em;
}

.main-section .image {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 457px;
    margin-top: -235px;
}

.main-section .c-badge-box {
    margin-top: 55px;
}

.section-title {
    padding: 35px 0;
    background-color: #ff3942;
}

.section-title h2 {
    width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.25em;
}

.feat-section .section-title small {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.25em;
}

.feat-section .background {
    background: #f7f7f7;
}

.feat-section .content {
    height: 425px;
    width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
}

.feat-section .left-colum {
    float: left;
    display: table;
    height: 100%;
    width: 50%;
}

.feat-section .txt {
    display: table-cell;
    vertical-align: middle;
}

.feat-section .txt>* {
    display: inline-block;
}

.feat-section .txt h3 {
    color: #ff3942;
    font-size: 2.8rem;
    line-height: 1.35em;
}

.feat-section .txt h3 small {
    display: inline-block;
    width: 100%;
    font-size: 1.8rem;
}

.feat-section .txt h3 small strong {
    font-size: 1.5em;
}

.feat-section .txt p {
    margin-top: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
}

.feat-section .txt .cmn-btn-link {
    margin-top: 23px;
}

.feat-section .right-colum {
    float: right;
    display: table;
    height: 100%;
    width: 50%;
}

.feat-section .image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.feat-section .image span {
    display: inline-block;
}

.feat-section .section-welcome .background {
    background-color: #fff;
}

.feat-section .section-welcome .image {
    vertical-align: bottom;
}

.feat-section .section-welcome .image span {
    width: 295px;
}

.function-section {
    background-color: #ff3942;
    padding-bottom: 75px;
}

.function-section .content {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.function-section .list {
    margin: 0 -10px;
    padding: 0 40px;
    font-size: 0;
}

.function-section .card {
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
    vertical-align: top;
}

.function-section .inner {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
}

.function-section .inner figure {
    min-height: 312px;
    background-color: #fff;
    text-align: center;
}

.function-section .inner figure img {
    width: 210px;
    padding: 37px 0;
}

.function-section .inner figure figcaption {
    padding: 0 25px 25px;
}

.function-section .inner figure figcaption h3 {
    color: #ff3942;
    font-size: 2.2rem;
}

.function-section .inner figure figcaption p {
    padding-top: 22px;
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: left;
}

.function-section .inner-list {
    padding: 0 25px 25px;
}

.function-section .inner-list ul {
    display: inline-block;
    min-height: 300px;
    padding-left: 16px;
}

.function-section .inner-list ul li {
    display: list-item;
    list-style-type: disc;
    width: 100%;
    padding-top: 1em;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #fff;
}

.function-section .inner-list ul li:first-of-type {
    padding-top: 25px;
}

.contact-section {
    background-color: #f7f7f7;
    margin: 0 auto;
    padding: 7.5em 40px;
}

.contact-section .txt h3 {
    text-align: center;
    color: #383838;
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 2.5em;
}

.download-section .background {
    background-image: url(../../images/top-section-download-background.gif);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.download-section .content {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 87px 40px 95px;
}

.download-section .txt {
    position: relative;
    padding-left: 100px;
}

.download-section .txt img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 83px;
    margin-top: -41px;
}

.download-section .txt h3 {
    color: #ff3942;
    font-size: 3.4rem;
    line-height: 1.25em;
}

.download-section .txt h3 small {
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    line-height: 1.25em;
}

.download-section .c-badge-box {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -30px;
}

.download-section .c-badge-box__btn {
    width: 190px;
}

.download-section .c-badge-box__qrcode {
    width: 70px;
}

footer {
    min-width: 1080px;
}

@media screen and (max-width: 1080px) {
    .main-section .content {
        position: static;
        width: 100%;
        padding: 50px 0;
    }

    .main-section .title {
        text-align: center;
    }

    .main-section .title h1 {
        width: 400px;
        margin: 0 auto;
    }

    .main-section .title .denso-logo {
        width: 150px;
        margin: 20px auto 0;
    }

    .main-section .lead {
        margin: 1em 0 0;
        text-align: center;
    }

    .main-section .image {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }

    .main-section .c-badge-box {
        width: 100%;
        max-width: 400px;
        padding: 0 20px;
        margin: 20px auto 0;
        text-align: center;
    }

    .section-title h2 {
        width: 100%;
        padding: 0 20px;
    }

    .feat-section .content {
        height: 380px;
        width: 100%;
    }

    .feat-section .txt h3 br {
        display: none;
    }

    .feat-section .txt p br {
        display: none;
    }

    .feat-section .section-welcome .content {
        height: 310px;
    }

    .feat-section .section-wifi .image span {
        max-width: 460px;
    }

    .feat-section .section-welcome .image span {
        width: 100%;
        max-width: 225px;
    }

    .feat-section .section-channel .image span {
        max-width: 460px;
    }

    .function-section {
        padding-bottom: 50px;
    }

    .function-section .content {
        width: 100%;
        padding: 0 40px;
        font-size: 0;
    }

    .function-section .list {
        display: block;
        padding: 0;
    }

    .function-section .card {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
        padding: 0 10px;
    }

    .function-section .card:last-of-type {
        margin: 0 auto;
    }

    .function-section .inner figure {
        min-height: auto;
    }

    .function-section .inner figure img {
        width: 80%;
        max-width: 250px;
        padding: 37px 20px;
    }

    .function-section .inner figure figcaption {
        padding: 0 20px 20px;
    }

    .function-section .inner figure figcaption p {
        text-align: center;
    }

    .function-section .inner figure figcaption p br {
        display: none;
    }

    .function-section .inner-list {
        padding: 0 20px 20px;
    }

    .function-section .inner-list ul {
        min-height: auto;
    }

    .function-section .inner-list ul li br {
        display: none;
    }

    .download-section .content {
        position: static;
        width: 100%;
        padding: 50px 40px;
    }

    .download-section .txt {
        position: static;
        padding-left: 0;
        text-align: center;
    }

    .download-section .txt img {
        position: static;
        top: auto;
        left: auto;
        margin-top: 0;
        width: 15%;
        max-width: 83px;
        min-width: 50px;
    }

    .download-section .txt figcaption {
        margin-top: 10px;
    }

    .download-section .c-badge-box {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0;
        text-align: center;
    }

    .download-section .c-badge-box__btn {
        width: 50%;
        max-width: 190px;
    }
}

@media screen and (max-width: 768px) {
    .main-section .title h1 {
        width: 100%;
        max-width: 400px;
        padding: 0 40px;
    }

    .main-section .title .denso-logo {
        width: 30%;
        max-width: 150px;
        min-width: 100px;
        margin: 20px auto 0;
    }

    .main-section .lead {
        max-width: 400px;
        margin: 1em auto 0;
        padding: 0 20px;
    }

    .main-section .image {
        padding: 0 40px;
    }

    .function-section .content {
        padding: 0 20px;
    }

    .feat-section .content {
        height: auto;
        padding: 40px 20px;
    }

    .feat-section .left-colum {
        float: none;
        display: block;
        height: auto;
        width: 100%;
    }

    .feat-section .right-colum {
        float: none;
        display: block;
        height: auto;
        width: 100%;
    }

    .feat-section .section-welcome .content {
        height: auto;
        padding-bottom: 0;
    }

    .feat-section .image {
        display: block;
        margin-top: 40px;
    }

    .feat-section .section-welcome .image span {
        width: 50%;
        max-width: 225px;
    }

    .feat-section .image span {
        width: 90%;
    }

    .download-section .content {
        padding: 50px 20px;
    }

    .download-section .c-badge-box__qrcode {
        width: 100%;
    }
}

.footer {
    font-size: 14px;
    background-color: #333;
    display: block;
    padding-bottom: 1px;
}

.footer .container {
    width: 1000px;
    margin: 0 auto;
}

.footer .container .change-view-mode-btn-area {
    display: none;
    padding-top: 14px;
}

.footer .container .change-view-mode-btn-area__pc-view-btn {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    width: 100%;
}

.footer .container .change-view-mode-btn-area__pc-view-btn::before {
    background: url(/assets/images/channel/svg/ic_pc_view.svg);
    content: "";
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    width: 42px;
}

.footer .footer-navs {
    border-bottom: 1px solid #555;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer .footer-navs li {
    display: inline-block;
    margin: 0 10px;
}

.footer .footer-navs li a {
    display: block;
    color: #ddd;
    padding: 20px 15px;
    text-decoration: none;
}

.footer p {
    color: #777;
    font-size: 12px;
    text-align: center;
}

.footer .footer-logo {
    text-align: center;
    padding: 20px 0;
    flex: 0 0 auto;
}

.footer .footer-logo img {
    height: 26px; 
    width: auto;
}
