@charset "utf-8";

/*----------------------------------
  appimg
------------------------------------*/

.appimg {
    background: #009CB3;
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #E50112;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
}

.note-k{
    font-size: 1.2rem;
    padding:2em;
    color: white;
    background-color: #009CB3;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
    
    .note-k{
        padding:2em !important;
        font-size: 1.4rem !important;
    }

}




/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

.appimg a {
    border: 4px solid #FFF !important;
    background-position: center right 28px !important;
    background-size: 28px auto !important;
}


    
}




/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){

    .note-k{
        padding:2em !important;
        font-size: 1.4rem !important;
    }
}