<style type="text/css">
#main li {
    list-style: none;
   background-color:#fff;
}
@media screen and (min-width: 768px) {
#main h2.p01 {
    font-family: 'NotoSansCJK Sub';
   color:#333;
    margin-bottom: 15px;
    width: 90%;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
    padding-left: 1rem;
    border-bottom: 3px solid #003399;
}
#main ul.news-list {
    width: 90%;
    height: 200px;
    overflow-y: scroll;
}
#main ul.news-list li {
    padding: 6px 22px 6px 6px;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

#main ul.news-list li span.article {
    display: block;
    color:#333!important;
    padding-left: 20px;
    font-size: 1.0rem;
    line-height: 2.4rem;
    background: url(images2/marker.png) no-repeat;
    background-position: 6px 50%;
    background-size: 6px 9px;
}
}

@media screen and (max-width: 767px) {
#main h2.p01 {
    font-family: 'NotoSansCJK Sub';
   color:#333;
    margin-bottom: 15px;
    width: 90%;
    height: 32px;
    font-size: 1.1rem;
    line-height: 32px;
    padding-left: 1rem;
    border-bottom: 3px solid #003399;
}
#main ul.news-list {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}
#main ul.news-list li {
    padding: 3px 22px 3px 6px;
    width: 90%;
    border-bottom: 1px solid #ccc;
}

#main ul.news-list li span.article {
    display: block;
    color:#333!important;
    padding-left: 20px;
    font-size: 1.0rem;
    line-height: 2.4rem;
    background: url(images2/marker.png) no-repeat;
    background-position: 6px 50%;
    background-size: 6px 9px;
}
}

.btn1,.btn2 {
/*    display: block; */
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 140px;
    margin: auto;
    padding: 0.5rem 2rem;
    font-weight: bold;
/*    border: 2px solid #27acd9; */
    color: #27acd9;
    border-radius: 75vh;
    transition: 0.5s;
}


</style>