#cnt .sp {
    display: none;
}

#cnt .pc {
    display: block;
}

#cnt .merit_area {
    background: #dcf2ff;
    ;
    padding: 10px;
    text-align: center;
}

#cnt .merit_area .ttl {
    color: #eb8545;
    font-size: 24px;
    font-weight: bold;
}

#cnt .merit_area ul {
    margin: 20px auto;
}

#cnt .list-notes li {
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 0 !important;
}

#cnt .ttl-unit-02 {
    margin: 20px 0 !important;
}

#cnt .font-size-18 {
    font-size: 18px !important;
}

#cnt .merit {
    text-align: center;
}

#cnt .merit li {
    list-style: none;
    display: inline-block;
}

#cnt .caution {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

#cnt .ttl2 {
    background: #0671b0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    width: 20%;
    text-align: center;
}

#cnt .white {
    background: #FFFFFF;
}

.pt20 {
    padding-top: 20px;
}

.ul_up{
    margin-top: 15px;
}
.cpn_btn li img {
    display: inline-block;
    width: 298px;
    height: auto;
}

.cpn_btn li {
    display: inline-block;
    
}

.blue_title {
    background: #093190;
    width: 910px;
    height: 40px;
    margin: 20px 0;
    text-align: center;
}

.blue_title p {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
}

.soccer_movie {
    text-align: center;
}

.soccer_movie p {
    font-size: 18px;
    font-weight: bold;
}

.soccer_movie p:after {
    content: url(../img/u_bar.jpg);
    display: block;
    margin-top: -13px;
    margin-bottom: 10px;
}

.soccer_movie iframe {
    width:350px;
    height:200px;
}
/* end */
#responsive_wrap .btn-unit-02{
    margin: 0 0px;
}
@media (max-width: 720px) {
    #cnt .pc {
        display: none;
    }
    #cnt .sp {
        display: block;
    }
    #cnt .sp img {
        height: auto !important;
    }
    #cnt .main img,
    #cnt .txt_img,
    #cnt .info img,
    #cnt .merit_area .link_btn img,
    #cnt .merit img {
        width: 100%;
        height: auto !important;
    }

    .cpn_btn {
        text-align: center;
    }
    .cpn_btn li {
        margin: 10px 0;
    }
    .soccer img {
        width: 100%;
    }
    .soccer p {
        text-align: center;
    }
    .info {
        width: 90%;
        margin: 0 auto;
    }
    
    .blue_title {
        width: 100%;
        height: auto;
    }
    
    .blue_title p {
        padding-bottom: 7px;
    }
    
    .soccer_movie p:after {
    content: url(../img/u_bar.jpg);
        -webkit-transform: scale(0.6); 
 -moz-transform: scale(0.6); 
    display: block;
    margin-top: -13px;
}
    .soccer_movie iframe {
    width:90%;
    height:200px;
}
    .ul_up{
        margin: 0;
    }
}