/* 各ページで使用する　sofhp_style2.css */

.main-wrap{
    max-width:1000px;
    margin:0 auto;
    padding:30px 20px 60px;
}

.hero{
    text-align:center;
    margin-bottom:40px;
}

.hero img{
    max-width:100%;
    height:auto;
}

.hero-title{
    font-size:28px;
    color:#0000cc;
    font-weight:bold;
    margin-top:5px;
    line-height:1.5;
}

.section{
    background:#fff;
    border-radius:14px;
    padding:10px;
    margin-bottom:14px;
}

.section-title{
    font-size:26px;
    font-weight:bold;
    color:#0000cc;
    border-left:7px solid #8ec6ff;
    border-bottom: solid 3px #8ec6ff; 
    padding-left:14px;
    margin-bottom:10px;
}

.section-body{
    font-size:17px;
    margin-bottom: 40px;
}

.red{
    color:#d90000;
    font-weight:bold;
}

.sub-link{
    margin-top:18px;
}

.blue-btn{
    display:inline-block;
    background:#0000cc;
    color:#fff !important;
    text-decoration:none;
    padding:12px 26px;
    border-radius:8px;
    font-weight:bold;
    transition:0.2s;
}

.blue-btn:hover{
    background:#0063b1;
}

.site-list{
    line-height:2.0;
    word-break:break-all;
}

.demo-box{
    text-align:center;
    margin-top:35px;
}

.demo-box img{
    max-width:100%;
    height:auto;
}


@media screen and (max-width:768px){

    .main-wrap{
        padding:0px;
    }

    .hero-title{
        font-size:26px;
    }

    .section{
        padding:0px;
    }

    .section-title{
        font-size:22px;
    }

    .section-body{
        font-size:15px;
    }

}
