@charset "UTF-8";

.sp_only {
    display: none!important;
}

img{
    width: auto;
}

h2 {
    text-align: center;
}

h2 img{
    width: 175px;
    margin-bottom: 30px;
}
section.mv {
    background-color: #c0bfc4;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/app/bg_grade.png);
}

.mv_inner{
    width: 980px;
    height: 350px;
    margin: 0 auto;
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/app/mv_iphone.png);
}

.mv_inner .mv_txt_area{
    padding-top: 70px;
    padding-left: 450px;
}

.mv_inner .mv_txt_area .icon_new {
    margin-bottom: 10px;
    display: block;
}

.mv_inner .mv_txt_area p {
    margin-bottom: 15px;
}

.mv_inner .mv_txt_area p img {
        margin-left: -3px;
    }

section.app_contents {
    width: 980px;
    margin: 100px auto 60px;
    display: flex;
    justify-content: center;
}

.left{
    width: 310px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}


.left h3 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-right: -15px;
}

.left h3 .icon_app {
    width: 52px;
    margin-right: 10px;
}

.left a {
    width: 180px;
    margin-bottom: 10px;
}

.left a img {
    width: 100%;
}

.iphone {
    margin: 0 50px 0 60px;
}

.iphone img{
    width: 240px;
}

.right{
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

.right h4{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.right p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.right dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.right dd {
    font-size: 13px;
    margin-bottom: 15px;
}

.right dd:last-child{
    margin-bottom: none;
}
    


@media only screen and (max-width:768px){
    .sp_only {
        display: block!important;
    }
    .pc_only {
        display: none!important;
    }
    
    h2 img {
        width: 153px;
        margin-bottom: 20px;
    }
    
    .mv_inner {
    width: 100%;
        height: auto;
        background-position: 0 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/app/mv_iphone_sp.png);
    }
    
    .mv_inner .mv_txt_area {
        padding-left: 43vw;
        padding-top: 5.3vw;
        padding-bottom: 9.5vw;
    }
    
    .mv_inner .mv_txt_area .icon_new {
        margin-bottom: 0;
    }
    
    .mv_inner .mv_txt_area .icon_new img {
        width: 10.5vw;
    }
    
    .mv_inner .mv_txt_area p {
        margin-bottom: 1.3vw;
    }
    
    .mv_inner .mv_txt_area p img {
        width: 36.5vw;
        margin-left: -1vw;
    }
    
    .mv_inner .mv_txt_area h3 img {
        width: 54vw;
    }
    
    section.app_contents {
        width: calc(100% - 20px);
        margin: 20px auto;
        flex-wrap: wrap;
    }
    
    .left {
        width: 50%;
        align-items: center;
        justify-content: flex-start;
    }
    
    .left h3 {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    
    .left h3 .icon_app {
        margin: 0;
        width: 24vw;
    }
    
    .left h3 .sp_only {
        margin: 6vw;
        width: 35vw;
    }
    
    .left a {
        width: calc(100% - 20px);
    }
    
    .iphone {
        width: 50%;
        margin: 0;
        text-align: center;
    }
    
    .iphone img {
        width: calc(100% - 20px);
    }
    
    .right {
        width: calc(100% - 20px);
    }
    
    .right h4 {
        font-size: 5.34vw;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    .right p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .right dt, 
    .right dd{
        font-size: 11px;
    }
}