@charset "UTF-8";

@media only screen and (max-width:768px){
h2{
    margin: 0;                 /* デフォルトCSS打ち消し */
    position: relative;        /* 位置調整 */
    font-weight: bold;       /* 文字の太さ調整 */
    font-size: 26px;           /* 文字サイズ指定 */
    text-align: center;        /* 文字位置指定 */
    padding: 20px 0 15px;       /* 余白指定 */
    border-top: solid 1px #104D87;      /* 線指定 */
    border-bottom: solid 1px #104D87;  /* 線指定 */
    width: 320px;              /* 幅指定 */
    margin: 0 auto 35px;        /* 周りの余白指定 */
    color: #104D87;
    margin-top: 20px;
    top: 50px;
	margin-bottom: 100px;
}
.sub_article_1 {
    padding-top: 10px;
}	

}

