/* セクションタイトル個別設定 */

.contents_article{
    padding: 20vw 4vw 10vw;
}
@media (min-width: 769px){
    .contents_article{
        padding: 140px 0 80px;
    }
}
.contents_article .inner {
    width:100%;
    max-width: 840px;
    margin:0 auto;
    overflow:hidden;
}
.contents_article h2{
    font-size: 5.6vw;
    line-height: 140%;
    padding-bottom: 30px;
}
@media (min-width: 769px){
    .contents_article h2{
        padding-bottom: 40px;
        font-size: 42px;
        line-height: 130%;
    }
}

.contents_article a:link{
    color: #d29a37;
    text-decoration: underline;
}
.contents_article a:hover{
    color: inherit;
    text-decoration: none;
}
.contents_article p{
    font-size: 14px;
    line-height: 160%;
    padding-bottom: 20px;
}
@media (min-width: 769px){
    .contents_article p{
        padding-bottom: 30px;
        font-size: 16px;
        line-height: 180%;
    }
}
.contents_article p.pb-0{
    padding-bottom: 0;
}

.contents_article strong{
    font-weight: bold;
}

.contents_article .box_border{
    border: 2px solid #e1e1e1;
    padding: 1.5em;
}

.contents_article .box_bg{
    background: #FBF9F2;
    padding: 1.5em;
}

.contents_article .mb30{
    margin-bottom: 30px;
}

footer {
    border-top: #eee 1px solid;
}