.viewerApp_maincut{
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    color: #3067b7;
    /*background-color: #3067b7;*/
    line-height: 2em;
    border-radius: 5px;
    border-bottom: 6px solid  #3067b7; 
    margin-bottom: 10px;
}
/*.viewerApp_maincut i{
    font-weight: normal;
    font-size: 1.2em;
    
}*/

.viewerApp_content {
    width: 310px;
    margin: 0 auto 20px;
    padding: 0 5px;
}

.viewerApp_title {
    margin: 10px 0;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.3em;
}
.viewerApp_lead {
    margin: 40px 0 5px;
    font-size: 1.1em;
    text-align: center;
}
.viewerApp_lead-notice {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.85em;
}
.viewerApp_screen {
    margin-bottom: 30px;
    text-align: center;
}
.viewerApp_screen-img {
    width: 45%;
}
.viewerApp_description {
    margin: 0 auto 3px;
    text-align: center;
    font-size: 0.9em;
}

/*Storeへのリンク*/
.viewerApp_install {
    margin-bottom: 20px;
}
.viewerApp_install_icon {
    margin-bottom: 5px;
    text-align: center;
}
.viewerApp_install_badge {
    margin-bottom: 10px;
    text-align: center;
}
.viewerApp_install_badge-link {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.viewerApp_install_badge-description {
    margin: 0 auto 3px;
    font-size: 0.85em;
    line-height: 1.2em;
    color: #333;
}
.viewerApp_install_badge-link_img {
    width: 60%;
}

.viewerApp_howto {
    width: 80%;
    text-align: center;
}
.viewerApp_howto_list {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0 auto;
}
.viewerApp_howto_list-item {
    margin-bottom: 2px;
    text-align: left;
}
.viewerApp_howto_list-item .far {
    padding-right: 5px;
}
.viewerApp_howto_list-item-link,
.viewerApp_howto_list-item-link:hover,
.viewerApp_howto_list-item-link:active,
.viewerApp_howto_list-item-link:visited {
    text-decoration: none;
    color: #2e419d;
}
.update_notice{
    text-align:left;
    padding:10px 5px 30px 5px;

}
.update_list{

    line-height: 1.5em;
}
@media print, screen and (min-width: 768px) {
    .viewerApp_maincut{
        font-size: 3.2em;
        line-height: 2em;

    }
    .viewerApp_content {
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 5px;
    }
    .viewerApp_top {
        display: table;
        margin: 20px auto 60px;
    }
    .viewerApp_icon-img {
        width: 100px;
        display: table-cell;
        vertical-align:middle;
    }
    .viewerApp_title {
        display: table-cell;
        padding-left: 70px;
        font-size: 3em;
        line-height: normal;
        vertical-align:middle;
    }
    .viewerApp_lead {
        margin: 40px 0 5px;
        font-size: 1.6em;
        text-align: center;
    }
    .viewerApp_screen {
        margin-bottom: 60px;
    }
    .viewerApp_screen-img {
        width: 23%;
    }
    .viewerApp_screen-img--image1 {
        width: 70%;
    }
    .viewerApp_screen_lead {
        margin: 0 auto 20px;
        font-size: 1.8em;
    }
    .viewerApp_screen_lead-notice {
        display: inline-block;
        width: 92%;
        text-align: left;
        font-size: 0.6em;
    }
    .viewerApp_install {
        margin-bottom: 20px;
    }
    .viewerApp_install_badge {
        text-align: center;
    }
    .viewerApp_install_badge-description {
        width: 100%;
    }
    .viewerApp_install_badge-link_img {
        width: auto;
        max-height: 60px;
    }
    .viewerApp_install_badge-link {
        display: inline-block;
        width: auto;
    }
    .viewerApp_install_badge-qr_img {
        max-width: 145px;
    }
    .viewerApp_install_badge-description {
        margin-bottom: 5px;
        font-size: 1em;
    }

    .viewerApp_description {
        font-size: 1.8em;
    }

    .viewerApp_howto {
        width: 100%;
    }
    .viewerApp_howto_list {
        padding: 0;
    }
    .viewerApp_howto_list-item {
        margin-bottom: 10px;
        font-size: 1.5em;
    }
    .viewerApp_howto_list-item .far {
        padding-right: 10px;
    }
}