@charset "UTF-8";
/* CSS Document */

body {
    padding: 210px 0 0;
}

section.heading {
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}
section.heading h1 {
    display: inline-block;
    background: url(/images/jisseki/heading.png) right top no-repeat;
    height: 105px;
    font-size: 35px;
    line-height: 105px;
    padding: 0 70px 0 10px;
    margin-right: 80px;
    vertical-align: middle;
}
section.heading p {
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    vertical-align: middle;
}

section#sec_01 {
    background: #88b7c9 url(/images/jisseki/01_bg.jpg) center top no-repeat;
    padding: 50px 0;
}
section#sec_01 ul {
    width: 1060px;
    margin: auto;
}
section#sec_01 ul::after {
    content: '';
    display: block;
    clear: both;
}
section#sec_01 li {
    width: 245px;
    height: 420px;
    background: #fff;
    float: left;
    margin: 10px;
    display: block;
    padding: 30px;
    font-size: 13px;
    line-height: 160%;
    position: relative;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
section#sec_01 li .capture {
    padding-bottom:10px;
}
section#sec_01 li .image {
    width: 185px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}
section#sec_01 li .name {
    font-weight: bold;
    margin-bottom: 10px;
}
section#sec_01 li a.link {
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
    display: inline-block;
}
section#sec_01 li a.link:hover {
    text-decoration: none;
}
section#sec_01 li a.btn {
    position: absolute;
    bottom: 30px;
    width: 185px;
}
section#sec_01 li a img {
    max-width:100%;
}
section#sec_01 li.heading {
    display: table;
}
section#sec_01 li.heading span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    font-size: 16px;
    line-height: 200%;
    font-weight: bold;
}
section#sec_01 p.caution {
    text-align: center;
    font-size:10px;
    padding-top:10px;
}

@media screen and (max-width:640px) {
    
    body {
        padding: 24vw 0 0;
    }

    section.heading {
        width: auto;
        margin: auto;
        padding-bottom: 8vw;
    }
    section.heading h1 {
        display: inline-block;
        background: url(/images/jisseki/heading.png) right top/auto 14vw no-repeat;
        height: 14vw;
        font-size: 18px;/*sp_heading*/
        line-height: 14vw;
        padding: 0 10vw 0 4vw;
        margin-right: 0;
        vertical-align: middle;
    }
    section.heading p {
        display: block;
        font-size: 12px;
        line-height: 150%;
        font-weight: bold;
        vertical-align: middle;
        margin: 4vw;
    }

    section#sec_01 {
        background: #88b7c9 url(/images/jisseki/01_bg.jpg) center top/140% no-repeat;
        padding: 10vw 2vw;
    }
    section#sec_01 ul {
        width: auto;
        margin: auto;
    }
    section#sec_01 ul::after {
        content: '';
        display: block;
        clear: both;
    }
    section#sec_01 li {
        width: 48%;
        height: auto;
        background: #fff;
        float: left;
        margin: 0 1% 10px;
        display: block;
        padding: 20px 4vw;
        font-size: 11px;
        line-height: 160%;
        position: relative;
        box-shadow: 0 0 6px rgba(0,0,0,0.1);
    }
    section#sec_01 li .image {
        width: auto;
        height: 60px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    section#sec_01 li .image img {
        width: 100%;
    }
    section#sec_01 li img.capture {
        width: 100%;
    }
    section#sec_01 li .name {
        font-weight: bold;
        margin-bottom: 10px;
    }
    section#sec_01 li a.link {
        font-weight: bold;
        margin-bottom: 5px;
        text-decoration: underline;
        display: inline-block;
    }
    section#sec_01 li a.link:hover {
        text-decoration: none;
    }
    section#sec_01 li a.btn {
        position: static;
        bottom: inherit;
        width: 100%;
    }
    section#sec_01 li.heading {
        display: block;
        position: relative;
    }
    section#sec_01 li.heading span {
        display: block;
        text-align: center;
        vertical-align: middle;
        height: auto;
        font-size: 16px;
        line-height: 200%;
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
    }
}/*640*/



section#sec_01,
section#contact {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width:640px) {
    section#sec_01,
    section#contact {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s, transform 0.5s;
    }
}
section.show {
    opacity: 1!important;
    transform: translateY(0)!important;
}





