/* clearfix */

#headerCatch {
    height: 150px;
    margin-bottom: 28px;
    background: url("../img/bg_top.jpg") center center repeat;
}

#content .ttlSearch {
    padding: 0 0 20px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 125%;
    line-height: 22px;
    background: url("../img/bg_line.png") 0 bottom no-repeat;
}

.boxMerits {
    padding: 14px 0 0 0;
}

.boxMerits .boxMerit {
    position: relative;
    width: 95.5%;
    margin: 0 auto 90px;
    padding: 5px;
    background: url("../img/merit/bg_border.png") 0 0 repeat;
}

.boxMerits .boxMerit .boxInner {
    padding: 22px 2.8%;
    background-color: #fff;
}

.boxMerits .boxMerit .meta .point {
    position: absolute;
    right: 74%;
    top: -12px;
    z-index: 20;
    padding: 32px 0 0 0;
    width: 104px;
    height: 104px;
    text-align: center;
    color: #FFFFCC;
    font-weight: bold;
    font-size: 40px;
    background: url("../img/merit/bg_point.png") 0 0 no-repeat;
}

.boxMerits .boxMerit .meta h3 {
    float: right;
    width: 74%;
    padding: 0 0 12px 20px;
    margin-bottom: 20px;
    font-size: 150%;
    line-height: 1.4;
    font-weight: bold;
    color: #0099CC;
    background: url("../img/merit/line.png") center bottom no-repeat;
}

.boxMerits .boxMerit .meta h3 span {
    display: block;
    padding: 0 0 0 36px;
    margin-left: -20px;
    background: url("../img/merit/icon_gift.png") 0 0 no-repeat;
}

.boxMerits .boxMerit:nth-child(even) .meta .point {
    left: 84%;
}

.boxMerits .boxMerit:nth-child(even) .meta h3 {
    float: none;
}

.boxMerits .boxMerit .body {
    display: table;
    width: 100%;
}

.boxMerits .boxMerit .body .picture {
    position: relative;
    display: table-cell;
    width: 45%;
    vertical-align: top;
}

.boxMerits .boxMerit .body .picture img {
    width: 100%;
    margin-top: -32px;
}

.boxMerits .boxMerit .body .text {
    display: table-cell;
    width: 55%;
    padding: 0 0 0 1em;
    vertical-align: top;
    line-height: 1.6;
}

.boxMerits .boxMerit:nth-child(even) .body .text {
    padding: 0 1em 0 0;
}

.boxMerits .boxMerit.merit01:after {
    position: absolute;
    left: 68%;
    bottom: -84px;
    content: url("../img/merit/next02.png");
}

.boxMerits .boxMerit.merit02:after {
    position: absolute;
    left: 46%;
    bottom: -84px;
    content: url("../img/merit/next01.png");
}

.boxMerits .boxMerit.merit03:after {
    position: absolute;
    left: 68%;
    bottom: -84px;
    content: url("../img/merit/next02.png");
}
.boxMerits .boxMerit.merit04:after {
    position: absolute;
    left: 46%;
    bottom: -84px;
    content: url("../img/merit/next01.png");
}
.boxMerits .boxMerit.merit05:after {
    position: absolute;
    left: 68%;
    bottom: -84px;
    content: url("../img/merit/next02.png");
}

.boxGallery {
    width: 95.5%;
    margin: 0 auto;
}

.boxGallery h2.ttlGallery {
    padding: 0 0 5px;
    margin: 0 0 32px;
    background: url("../img/merit/bg_border.png") repeat;
}

.boxGallery h2.ttlGallery span {
    display: block;
    padding: 0 0 18px;
    text-align: center;
    background-color: #FFF;
}

.boxGallery .gallery {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 10%;
    margin-bottom: 60px;
    background-color: #efefef;
    overflow: hidden;
}

.boxGallery .gallery .thumb {
    max-width: 100%;
    width: 100%;
    margin: 3.6% auto 0;
}

.boxGallery .gallery .thumb li {
    padding: 0 6px;
}

.boxGallery .gallery .thumb li img {
    width: 100%;
}

.boxGallery .gallery .slick-prev {
    top: 50%;
    left: -6.5%;
    width: 21px;
    height: 68px;
    margin-top: -40px;
    background: url("../img/merit/icon_prev.png") no-repeat;
}

.boxGallery .gallery .slick-prev:hover {
    background: url("../img/merit/icon_prev.png") no-repeat;
}

.boxGallery .gallery .slick-next {
    top: 50%;
    right: -6.5%;
    width: 21px;
    height: 68px;
    margin-top: -40px;
    background: url("../img/merit/icon_next.png") no-repeat;
}

.boxGallery .gallery .slick-next:hover {
    background: url("../img/merit/icon_next.png") no-repeat;
}

.boxGallery .thumb .slick-track {
    transform: unset !important;
}

@media (max-width: 640px) {
    #headerCatch {
        /*追加2016.01.18*/
        display: none;
    }
    .boxMerits {
        padding: 14px 0 0 0;
    }
    .boxMerits .boxMerit {
        position: relative;
        width: 95.5%;
        margin: 0 auto 90px;
        padding: 5px;
        background: url("../img/merit/bg_border.png") 0 0 repeat;
    }
    .boxMerits .boxMerit .boxInner {
        padding: 22px 2.8%;
        background-color: #fff;
    }
    .boxMerits .boxMerit .meta .point {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        z-index: 20;
        padding: 32px 0 0 0;
        margin: 0 auto 12px;
        width: 104px;
        height: 104px;
        text-align: center;
        color: #FFFFCC;
        font-weight: bold;
        font-size: 40px;
        background: url("../img/merit/bg_point.png") 0 0 no-repeat;
    }
    .boxMerits .boxMerit .meta h3 {
        float: none;
        width: 100%;
        padding: 0 0 12px 20px;
        margin-bottom: 20px;
        font-size: 112.5%;
        line-height: 1.4;
        font-weight: bold;
        color: #0099CC;
        background: url("../img/merit/line.png") center bottom no-repeat;
    }
    .boxMerits .boxMerit .meta h3 span {
        display: block;
        padding: 0 0 0 28px;
        margin-left: -20px;
        background: url("../img/merit/icon_gift.png") 0 0 no-repeat;
        -webkit-background-size: 22px;
        -o-background-size: 22px;
        background-size: 22px;
    }
    .boxMerits .boxMerit:nth-child(even) .meta .point {
        left: 0;
    }
    .boxMerits .boxMerit .body {
        display: block;
    }
    .boxMerits .boxMerit .body .picture {
        position: relative;
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }
    .boxMerits .boxMerit .body .picture img {
        width: auto;
        margin-top: 0;
    }
    .boxMerits .boxMerit .body .text {
        display: block;
        width: 100%;
        padding: 1.4em 0;
        vertical-align: top;
        line-height: 1.6;
    }
    .boxMerits .boxMerit:nth-child(even) .body .text {
        padding: 0 0 1.4em;
    }
    .boxMerits .boxMerit.merit01:after {
        position: absolute;
        left: 50%;
        margin-left: -32px;
        bottom: -70px;
        content: url("../img/merit/next02.png");
    }
    .boxMerits .boxMerit.merit02:after {
        position: absolute;
        left: 50%;
        margin-left: -32px;
        bottom: -70px;
        content: url("../img/merit/next01.png");
    }
    .boxMerits .boxMerit.merit03:after {
        position: absolute;
        left: 50%;
        margin-left: -32px;
        bottom: -70px;
        content: url("../img/merit/next02.png");
    }
    .boxGallery .gallery {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
        background-color: #efefef;
    }
    .boxGallery .gallery .thumb {
        display: table;
        margin: 3.6% auto 0;
    }
    .boxGallery .gallery .thumb li {
        display: table-cell;
        padding: 0 6px;
    }
    .boxGallery .gallery .bx-prev {
        display: none;
    }
    .boxGallery .gallery .bx-next {
        display: none;
    }
}
