@charset "utf-8";

header .sec {
    height: 95px
}

#h_logo {
    width: 360px
}

#h_tel {
    width: 274px
}

#mi {
    background: url(../img/mi/bg.jpg) no-repeat center top;
    background-size: cover
}

#mi .box {
    height: 590px
}

#mi_screen {
    height: 54px
}

#mi_screen_ttl {
    border-radius: 30px;
    background: #fff;
    color: #ff783c;
    padding: 3px 20px;
    margin: 0 10px 0 0
}

#mi_screen_txt {
    overflow: hidden;
    width: 720px
}

#mi_screen_txt p {
    animation: mi_screen 15s linear infinite
}

@keyframes mi_screen {
    0% {
        transform: translate(100%)
    }

    100% {
        transform: translate(-100%)
    }
}

#mi_txt {
    width: 482px;
    margin: 0 0 12px 0
}

#mi_ttl {
    width: 539px;
    margin: 0 0 0 -28px
}

#mi_box {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #ff5a78;
    padding: 3px;
    border-radius: 9px
}

#mi_box li:nth-child(1) {
    padding: 0 15px
}

#mi_box li:nth-child(2) {
    background: #fff;
    padding: 8px 15px;
    border-radius: 0 6px 6px 0
}

#mi_img {
    position: absolute;
    top: 103px;
    left: 486px;
    width: 127px;
    height: 160px
}

.mi_img {
    width: 127px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    animation: mi_img 6s infinite
}

.mi_img02 {
    animation-delay: 3s
}

@keyframes mi_img {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

#campaign_price {
    width: 394px
}

#campaign_ttl {
    background: #0f1e3c;
    padding: 5px 20px;
    margin: 0 0 0 5px;
    border-radius: 6px
}

#campaign_box {
    width: 369px
}

#campaign_box li {
    width: 369px;
    margin-bottom: 10px;
    position: relative;
    padding: 5px 0 5px 27px;
    height: 54px
}

#campaign_box li:last-child {
    margin: 0
}

#campaign_box li::before {
    content: "";
    width: 4px;
    height: 34px;
    position: absolute;
    left: 12px;
    top: 10px;
    background: #2ec4eb
}

#campaign_box li:nth-child(2):before {
    background: #ff5a78
}

#campaign_box li:nth-child(3):before {
    background: #ffb44b
}

.lead {
    background: linear-gradient(135deg,  #2d5ab4 0%,#1e3c96 100%);
}

#conversion {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: -webkit-linear-gradient(top, #ffffff00 0, #fff 100%)
}

#modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100
}

.modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute
}

#banner_box {
    position: relative;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100
}

#modal_close {
    width: 50px;
    position: absolute;
    top: -25px;
    right: -25px
}

@media screen and (max-width:480px) {
    #banner_box {
        width: 80%
    }

    #mi_screen_ttl {
        width: 24%;
        text-align: center
    }

    #mi_screen_txt {
        width: 76%
    }

    #mi_screen_txt p {
        width: 120%
    }

    #mi_box {
        bottom: 0;
        display: block
    }

    #mi_box li:nth-child(2) {
        border-radius: 0 0 6px 6px
    }
}