/* ----------------------------------------------
 施行事例
------------------------------------------------*/
article.inner {
    padding-top: 72px;
    max-width: 1100px;
    padding-bottom: 96px;
}
.sekou-area {
    margin-bottom: 60px;
    overflow: hidden;
}
.sekou-sec {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 24px;
    position: relative;
}
.sekou-sec:nth-of-type(3n) {
    margin-right: 0;
}
figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
}
figure img {
    max-width: 370px;
}
.sekou-sec-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(1,156,212,.9);
    height: 200px;
    padding: 120px 0 0 20px;
    transition: all  0.35s ease-in-out;
    opacity: 0;
}
.sekou-sec-in h3 {
    font-size: 14px;
    line-height: 1.7;
    color: #bbedff;
}
.sekou-koment {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}
.sekou-sec-in:hover {
    opacity: 1;
}
/* /////////////////////////////////////////////
　スマホサイト
///////////////////////////////////////////// */
@media only screen and (max-width: 767px){
/*共通*/
    html {
        font-size: 62.5%;
    }
    article.inner {
        padding: 48px 3%;
    }
    .lead h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .sekou-area {
        margin-right: 0;
    }
    .sekou-sec {
        float: none;
        max-width: 420px;
        height:240px;
        width: 100%;
        margin: 0 auto 24px;
        overflow: hidden;
    }
    .sekou-sec:nth-of-type(3n) {
        margin: 0 auto 24px;
    }
    figure {
        width: 100%;
        height: 240px;
    }
    figure img {
        max-width: 450px;
        height: auto;
    }
    .sekou-sec-in {
        height: 240px;
}