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



.sub nav.alt {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 93px;
    box-sizing: content-box;
}

.sub nav.alt h1 {
    margin-left: 0;
    margin-top: 0;
}

.sub nav.alt h1 img {
    width: 125px;
}

.sub nav a.contact {
    position: absolute;
    right: 0;
    top: 0;
}

.sub footer.alt {
    padding-top: 75px;
}

@media screen and (max-width:768px) {
    .sub footer.alt {
        padding-top: 0px;
    }
}

section#s_menu.alt {
    justify-content: center;
}

div#contents1001789 div.contents,
div#contents1001789 div.contents div.details {
    width: 100% !important;
    max-width: 100% !important;
}

#lp_content {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 0;
    text-indent: 0px;
    margin: 0 auto;
}

.wysiwyg .section li {
    text-indent: 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.8;
    line-height: 1.8;
    font-size: 18px;
}

.wysiwyg img {
    margin: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.wysiwyg h1 {
    margin-bottom: 0;
}

.wysiwyg table {
    width: auto;
}

.wysiwyg table tr {
    display: table-row !important;
}

.wysiwyg table th,
.wysiwyg table td {
    display: table-cell !important;
}

@keyframes flash {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.section a:hover {
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}

.section a.none:hover {
    opacity: 1;
    -webkit-animation: flash 0;
    animation: flash 0;
}

.forPC {
    display: block;
}

.forSP {
    display: none;
}

@media screen and (max-width:768px) {
    .forPC {
        display: none;
    }

    .forSP {
        display: inline;
    }
}

/* KV */
#main_visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 550px;
    background-image: url(../img/lp/mipi-dsi_main_visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    max-width: none;
    margin-bottom: 50px
}

#main_visual .txt_box {
    padding: 140px 40px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

#main_visual .txt_box h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1.5;
}

#main_visual .txt_box h1 .attention {
    color: #FFF118;
}

#main_visual .txt_box h1+p {
    font-size: 20px;
    color: #fff;
}

@media screen and (max-width:1124px) {
    #main_visual {
        padding: 80px 0;
    }

    #main_visual .txt_box h1 {
        font-size: 4.5vw;
    }
}

@media screen and (max-width:768px) {
    #main_visual {
        height: 200px;
        margin-bottom: 5vw;
    }

    #main_visual .txt_box h1 {
        font-size: 4.85vw;
    }

    #main_visual .txt_box {
        width: 100%;
        padding: 0 2.5vw;
    }

    #main_visual {
        /* height: 350px; */
    }

    #main_visual .txt_box h1+p {
        margin-top: 10px;
        font-size: 3.4vw;
        line-height: 1.5;
    }
}

.section {
    width: 100%;
}

/* btn */
#section01 .link {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto 50px;
}

#section01 .link li {
    width: 530px;
}

#section01 .link li a {
    display: block;
    background: #006AB7;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: #8d969c 2px 2px 5px;
}

@media screen and (max-width:768px) {
    #section01 .link {
        flex-direction: column;
        width: 90%;
        margin: 0 auto 5vw;
        gap: 3vw;
    }

    #section01 .link li {
        width: 100%;
    }

    #section01 .link li a {
        padding: 1.7vw 2.5vw;
        font-size: 3.4vw;
    }
}

/* section01 */
#section01 .title {
    font-weight: 700;
    text-align: center;
    background: #034E85;
    color: #fff;
    border: none;
}

#section01 .title span {
    background: #fff;
    border-radius: 5px;
    color: #034E85;
}

#section01 .dspList li {
    position: relative;
    background: #E4EFF6;
    padding: 20px 20px 35px;
    border-radius: 10px;
    box-shadow: #8d969c 2px 2px 5px;
}

#section01 .dspList li dt {
    margin-bottom: 10px;
    text-align: center;
    color: #7C8891;
    font-weight: 700;
}

#section01 .dspList li dd h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #034E85;
    font-weight: bold;
    border-bottom: 1px solid #034E85;
}

#section01 .dspList li::after {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 600;
    position: absolute;
    font-size: 180px;
    bottom: 0;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: .65;
    color: #fff;
}

#section01 .dspList li:nth-child(1)::after {
    content: "1";
}

#section01 .dspList li:nth-child(2)::after {
    content: "2";
}

#section01 .dspList li:nth-child(3)::after {
    content: "3";
}

#section01 .dspList li dl {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
}

@media screen and (min-width:769px) {
    #section01 {
        width: 100%;
        margin: 0 auto;
        max-width: unset;
        padding: 0;
    }

    #section01 .title {
        padding: 15px 20px;
        max-width: 1320px;
        margin: 0 auto;
        font-size: 28px;
    }

    #section01 .title span {
        margin: 0 10px;
        padding: 5px 15px 5px 10px;
    }

    #section01 .dspList {
        display: flex;
        justify-content: space-between;
        max-width: 1120px;
        margin: 40px auto 0;
    }

    #section01 .dspList li {
        max-width: 340px;
    }

    #section01 .dspList li dd h3 {
        font-size: 28px;
        line-height: 1.6;
    }

    #section01 .dspList li dd p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}

@media screen and (max-width:768px) {
    #section01 {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #section01 .title {
        font-size: 4.5vw;
        padding: 10px 15px;
    }

    #section01 .title span {
        padding: 2px 10px 4px;
        margin: 0 3px;
    }

    #section01 .dspList {
        width: 100%;
    }

    #section01 .dspList li {
        margin: 20px auto 0;
        padding-top: 10px;
        width: 100%;
    }

    #section01 .dspList li dt {
        font-size: 4.5vw;
    }

    #section01 .dspList li dd h3 {
        font-size: 4.5vw;
    }
}

/* section02 */
#section02 {
    margin-top: 60px;
    max-width: unset;
    padding: 0;
}

#section02 .inner {
    position: relative;
    padding: 120px 0 30px;
    text-align: center;
    max-width: 1320px;
    margin: 0 auto 100px;
    background: #F3F3F3;
}

#section02 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    border-width: 50px 160px 0;
}

#section02 .inner h2 {
    color: #034E85;
    font-size: 28px;
    background-color: unset;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin-top: 0;
}

#section02 .inner dl {
    max-width: 1120px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 35px;
    text-align: left;
}

#section02 .inner dl dt {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 60px;
    border-radius: 8px;
    background: #006AB7;
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
}

#section02 .inner .image {
    max-width: 1120px;
    margin: 30px auto 0;
}

@media screen and (max-width:768px) {
    #section02 .inner {
        padding: 15vw 0 10vw;
        margin-bottom: 0;
    }

    #section02 .inner::before {
        border-width: 6vw 15vw 0;
    }

    #section02 .inner h2 {
        font-size: 4.5vw;
        padding: 0 4vw;
        margin-bottom: 5vw;
    }

    #section02 .inner dl {
        width: 90%;
        padding: 5vw;
    }

    #section02 .inner dl dt {
        padding: 1vw 8vw;
    }

    #section02 .inner dl dd li {
        text-indent: -1.0em;
        padding-left: 1.0em;
    }

    #section02 .inner .image {
        width: 90%;
        margin-top: 5vw;
    }
}

/* section03 */
#section03 {
    margin-top: 0;
    padding: 60px 40px;
    text-align: center;
    background: url("../img/lp/mipi-dsi_bg_apri.jpg") center/cover no-repeat;
    max-width: unset; 
}

#section03 h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 28px;
    background-color: unset;
    text-align: unset;
    padding: unset;
    margin-top: 0;
}

#section03 h3 {
    display: inline-block;
    margin-bottom: 40px;
    padding: 8px 20px;
    font-size: 28px;
    background: #fff;
    color: #034E85;
    font-weight: bold;
}

#section03 .needsList {
    display: grid;
    grid-template-columns: repeat(2, 535px);
    gap: 40px;
    justify-content: center;
}

#section03 .needsList .detail {
    width: 100%;
    aspect-ratio: 4 / 3;
    box-shadow: #031827 2px 2px 5px;
}

#section03 .needsList .detail:last-child {
    grid-column: 1 / 3;
    justify-self: center;
    width: 535px;
}

#section03 .needsList .detail .item {
    padding: 50px;
    min-height: 345px;
}

#section03 .needsList .detail .item01 {
    background: url("../img/lp/mipi-dsi_05.png") center/cover no-repeat;
}

#section03 .needsList .detail .item02 {
    background: url("../img/lp/mipi-dsi_06.png") center/cover no-repeat;
}

#section03 .needsList .detail .item03 {
    background: url("../img/lp/mipi-dsi_07.png") center/cover no-repeat;
}

#section03 .needsList .detail .item dt {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

#section03 .needsList .detail .item dd {
    font-size: 18px;
    color: #fff;
    /* line-height: 1.8 !important; */
}

#section03 .needsList .detail .text {
    display: table;
    width: 100%;
    padding: 15px 25px 15px 20px;
    background: #fff;
}

#section03 .needsList .detail .text dt {
    display: table-cell;
    vertical-align: middle;
    width: 65px;
}

#section03 .needsList .detail .text dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width:768px) {
    #section03 {
        padding: 10vw 4vw;
    }

    #section03 h2 {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    #section03 h3 {
        font-size: 4.2vw;
        padding: 3vw;
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
        line-height: 1.4;
    }

    #section03 .needsList {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    #section03 .needsList .detail {
        aspect-ratio: auto;
    }

    #section03 .needsList .detail:last-child {
        grid-column: auto;
        width: 100%;
    }

    #section03 .needsList .detail .item {
        padding: 15vw 4vw;
        min-height: auto;
        box-sizing: border-box;
    }

    #section03 .needsList .detail .item dt {
        font-size: 4.5vw;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }

    #section03 .needsList .detail .item dd {
        font-size: 3.8vw;
        line-height: 1.6;
    }

    #section03 .needsList .detail .text {
        display: flex;
        align-items: center;
        padding: 4vw;
        box-sizing: border-box;
    }

    #section03 .needsList .detail .text dt {
        width: 15vw;
        display: block;
    }

    #section03 .needsList .detail .text dd {
        width: 85%;
        display: block;
        padding-left: 3vw;
    }
}

/* section04 共通スタイル (Technical Specs) */
#section04 h2 {
    font-size: 32px;
    color: #034E85;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #034E85;
}

#section04 table {
    margin: 0 auto;
    border: none;
    box-shadow: #8d969c 2px 2px 5px;
}

#section04 table tr {
    border-top: 1px solid #fff;
}

#section04 table tr:first-child {
    border-top: none;
}

#section04 table th {
    text-align: center;
    background: #034E85;
}

#section04 table td {
    background: #F3F3F3;
}

@media screen and (min-width:769px) {
    #section04 {
        max-width: 1120px;
        margin: 0 auto;
    }

    #section04 h2 {
        margin: 80px 0 40px;
        padding-bottom: 10px;
    }

    #section04 table {
        width: 550px;
        margin-bottom: 80px;
    }

    #section04 table th {
        width: 120px;
        font-size: 16px;
        font-weight: normal;
        color: white;
    }

    #section04 table td {
        width: 430px;
        padding-left: 30px;
        font-size: 16px;
        border: none;
    }
}

@media screen and (max-width:768px) {
    #section04 {
        margin: 30px auto;
    }

    #section04 h2 {
        margin: 0 5vw 20px;
    }

    #section04 table {
        width: 90% !important;
        border: none !important;
    }

    #section04 table th {
        width: 20% !important;
        background: #034E85 !important;
    }

    #section04 table td {
        width: 80% !important;
        background: #F3F3F3 !important;
    }
}

/* 関連情報・関連商品 */

#related-information{
    max-width: unset;
    padding: 0;
}

#related-information h2 {
    padding: 10px 0 8px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(3, 78, 133, 1) 17%, rgba(3, 78, 133, 1) 50%, rgba(3, 78, 133, 1) 83%, rgba(255, 255, 255, 0) 100%);
    font-size: 28px;
    line-height: 1.6;
}

#related-information .connectionList li {
    background: #f3f3f3;
    border: 1px solid #7C8891;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ddd;
}

#related-information .connectionList li dl {
    display: table;
}

#related-information .connectionList li dt {
    display: table-cell;
    vertical-align: top;
}

#related-information .connectionList li dd {
    display: table-cell;
    vertical-align: top;
}

#related-information .connectionList li dt .shadow {
    box-shadow: 3px 3px 3px #ccc;
}

#related-information .connectionList li dd h3 {
    margin-bottom: 5px;
    font-weight: bold;
}

#related-information .connectionList.info li dd p {
    font-weight: 700;
    line-height: 1.5;
}

#related-information .connectionList .btnDetail a {
    display: block;
    padding: 5px 0;
    background: #006AB7;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #ddd;
}

@media screen and (min-width:769px) {
    #related-information .connectionList li {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto 30px auto;
        padding: 30px;
    }

    #related-information .connectionList li dl {
        width: 100%;
    }

    #related-information .connectionList li dt {
        width: 200px;
        padding: 0;
    }

    #related-information .connectionList li dd {
        position: relative;
        padding-left: 30px;
    }

    #related-information .connectionList.info li dd p {
        font-size: 22px;
    }

    #related-information .connectionList .btnDetail a {
        width: 240px;
        margin: 15px 0 0 auto;
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    #related-information .connectionList li {
        width: 90%;
        margin: 0 auto 5vw auto;
        padding: 4vw;
    }

    #related-information .connectionList li:last-child {
        margin-bottom: 0;
    }

    #related-information .connectionList li dl {
        width: 100%;
    }

    #related-information .connectionList li dt {
        width: 28%;
    }

    #related-information .connectionList li dd {
        width: 67%;
        padding-left: 5%;
    }

    #related-information .connectionList .btnDetail a {
        margin: 2.5vw 0 0 0;
        font-size: 3.4vw;
    }
}

/* お問い合わせ */
#inquily {
    background: url(../img/lp/mipi-dsi_bg_inquiry.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    max-width: unset;
    
}

#inquily .btnInquiry {
    display: block;
    margin: 0 auto;
    padding: 10px 0 14px 0;
    background: #fff118;
    color: #303D3F;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #444;
}

@media screen and (min-width:769px) {
    #inquily {
        margin-bottom: 0;
        padding: 100px 0;
    }

    #inquily .txt {
        margin: 0 2%;
        margin-bottom: 0;
        line-height: 1.7;
        color: #fff;
        font-weight: 800;
        font-size: 28px;
    }

    #inquily .btnInquiry {
        width: 650px;
        margin-top: 30px;
        font-size: 28px;
    }
}

@media screen and (max-width:768px) {
    #inquily {
        margin: 0;
        padding: 10vw 0;
    }

    #inquily .txt {
        width: 90%;
        margin: 0 auto 2.5vw auto;
        line-height: 1.7;
        color: #fff;
        font-size: 4vw;
    }

    #inquily .btnInquiry {
        width: 90%;
        margin-top: 5vw;
        font-size: 4vw;
    }
}