.bold {
    font-weight: bold;
}

#top #top-img {
    padding: 0;
    overflow: hidden;
    background: url("/images/funeral-top-pc.jpg") no-repeat center center;
    height: 190px;
    width: 100%;
}

#top #top-label {
    width: 1200px;
    margin: 0 auto;
    padding: 57px 0 0 20px;
}

#top #top-label .top-label-l {
    font-size: 35px;
    letter-spacing: -1px;
}

#top #top-label .top-label-s {
    font-size: 15px;
    color: #666;
    letter-spacing: -1px;
}

.title {
    position: relative;
    margin: 110px 0 60px;
    text-align: center;
}

.title .title-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.title .title-label-wrap {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.title .title-label-wrap .title-label {
    display: inline-block;
    background-color: white;
    padding: 0 25px;
}

.title .title-label .title-label-l {
    font-size: 35px;
    letter-spacing: -1px;
}

.title .title-label .title-label-s {
    font-size: 15px;
    color: #999;
    letter-spacing: -1px;
}

#what {
    margin-bottom: 20px;
}

#what #what-wrap {
    width: 1200px;
    overflow: hidden;
    height: 850px;
    margin: 0 auto;
    position: relative;
}

#what #what-wrap #what-image {
    position: absolute;
    bottom: 0;
    background: url("/images/what-funeral.jpg") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 1000px;
}

#what #what-image #what-label-top {
    position: absolute;
    color: white;
    letter-spacing: -1px;
    display: inline-block;
    top: 250px;
    left: 80px;
}

#what #what-image #what-label-top #what-label-top-highlight {
    background-color: #4a4a4a;
    display: inline-block;
    font-size: 35px;
    padding: 0 10px;

}

#what #what-image #what-label-top #what-label-top-s {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

#what #what-image #what-label-left {
    position: absolute;
    color: white;
    letter-spacing: -1px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    top: 477px;
    left: 140px;
}

#what #what-image .what-label-balloon1 {
    background: url("/images/balloon-pc1.png") no-repeat center center;
    background-size: contain;
    height: 140px;
    width: 400px;
    position: absolute;
    top: 440px;
    right: 65px;
    padding: 30px 0 0 70px;
}

#what #what-image .what-label-balloon2 {
    background: url("/images/balloon-pc2.png") no-repeat center center;
    background-size: contain;
    height: 140px;
    width: 400px;
    position: absolute;
    top: 600px;
    right: 65px;
    padding: 30px 0 0 70px;
}

#what #what-image .what-label-balloon-l {
    font-size: 25px;
    color: #1d1d1d;
    font-weight: bold;
}

#what #what-image .what-label-balloon-s {
    margin-top: 7px;
    font-size: 15px;
    color: #999;
}

#different #different-wrap {
    width: 1200px;
    margin: 0 auto;
}

#different #different-title {
    letter-spacing: -1px;
    margin-bottom: 40px;
    padding-left: 10px;
}

#different #different-title #different-title-l {
    font-size: 30px;
    color: #515151;
}

#different #different-title #different-title-s {
    font-size: 17px;
    color: #999;
    margin-top: 8px;
}

#different .different-wrap {
    margin: 0 -23px;
}

#different .different {
    float: left;
    padding: 0 23px;
    width: 415px;
    letter-spacing: -1px;
}

#different .different img {
    width: 100%;
}

#different .different .different-label-l {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

#different .different .different-label-s {
    font-size: 16px;
    color: #616161;
    margin-top: 8px;
}

#product #product-wrap {
    width: 1200px;
    margin: 0 auto;
}

#product #product-banner-wrap {
    margin: 0 -15px;
}

#product #product-banner-wrap img {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.funeral-product .modal-dialog {
    width: 1000px;
}

.funeral-product .modal-body {
    padding: 15px 10px;
}

.funeral-product .modal-body .funeral-product-image {
    width: 100%;
}
.funeral-product .modal-body .funeral-product-image img {
    width: 100%;
}
.funeral-product .accordion .panel-heading {
    cursor: pointer;
}

.funeral-product table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

.funeral-product table .product-label {
    background-color: #fafafa;
}

.funeral-product table .highlight {
    color: #67bfb7;
}

.funeral-product table td {
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
    padding: 8px 5px;
}

#service-guide #service-guide-wrap {
    width: 1200px;
    margin: 0 auto;
}

#service-guide #service-guide-wrap img {
    width: 100%;
}

#funeral-guide {
    margin-bottom: 60px;
}

#funeral-guide #funeral-guide-wrap {
    width: 1200px;
    margin: 0 auto;
}

#funeral-guide #funeral-guide-wrap img {
    width: 100%;
}

@media (max-width: 991px) {
    #top #top-img {
        width: 100%;
        height: auto;
        background: url("/images/funeral-top-mobile.jpg") no-repeat center center;
        background-size: cover;
    }

    #top #top-label {
        width: 100%;
        padding: 27px 0 27px 20px;
    }

    #top #top-label .top-label-l {
        font-size: 20px;
    }

    #top #top-label .top-label-s {
        font-size: 12px;
    }

    .title {
        position: relative;
        margin: 50px 0 40px;
        text-align: center;
    }

    .title .title-label-wrap {
        top: -25px;
    }

    .title .title-label-wrap .title-label {
        display: inline-block;
        background-color: white;
        padding: 0 25px;
    }

    .title .title-label .title-label-l {
        font-size: 20px;
    }

    .title .title-label .title-label-s {
        font-size: 12px;
    }

    #what {
        margin-bottom: 20px;
    }

    #what #what-wrap {
        width: 100%;
        height: 300px;
    }

    #what #what-wrap #what-image {
        background-size: cover;
        height: 300px;
    }

    #what #what-image #what-label-top {
        top: 15px;
        left: 15px;
    }

    #what #what-image #what-label-top #what-label-top-highlight {
        font-size: 20px;
        padding: 0 6px;

    }

    #what #what-image #what-label-top #what-label-top-s {
        font-size: 12px;
        margin-top: 6px;
        width: 270px;
    }

    #what #what-image #what-label-left {
        font-size: 13px;
        top: 138px;
        left: 25px;
    }

    #what #what-image .what-label-balloon1 {
        background: url("/images/balloon-mobile1.png") no-repeat center center;
        background-size: cover;
        height: 80px;
        width: 155px;
        top: 120px;
        right: 10px;
        padding: 9px 0 0 20px;
    }

    #what #what-image .what-label-balloon2 {
        background: url("/images/balloon-mobile2.png") no-repeat center center;
        background-size: cover;
        height: 80px;
        width: 155px;
        top: 205px;
        right: 10px;
        padding: 9px 0 0 20px;
    }

    #what #what-image .what-label-balloon-l {
        font-size: 11px;
    }

    #what #what-image .what-label-balloon-s {
        margin-top: 3px;
        font-size: 10px;
        letter-spacing: -1px;
    }

    #different-wrap {
        width: 100% !important;
    }

    #different #different-title {
        margin-bottom: 5px;
        padding-left: 15px;
    }

    #different #different-title #different-title-l {
        font-size: 16px;
    }

    #different #different-title #different-title-s {
        font-size: 12px;
        margin-top: 5px;
    }

    #different .different-wrap {
        margin: 0;
    }

    #different .different {
        float: none;
        display: inline-block;
        width: 100%;
        clear: both;
        padding: 0;
        margin: 12px 0;
    }

    #different .different-image {
        padding-left: 15px;
        float: left;
        width: 50%;
    }

    #different .different-label-wrap {
        float: left;
        width: 50%;
        padding: 10px 15px;
    }

    #different .different .different-label-l {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0;
    }

    #different .different .different-label-s {
        font-size: 12px;
        margin-top: 5px;
    }
    .funeral-product .modal-dialog {
        width: auto;
    }
    #product #product-wrap {
        width: 100%;
    }

    #product #product-banner-wrap {
        margin: 0;
    }

    #product #product-banner-wrap img {
        margin-bottom: 15px;
    }

    #service-guide #service-guide-wrap {
        width: 100%;
        padding: 0 15px;
    }

    #funeral-guide {
        margin-bottom: 60px;
    }

    #funeral-guide #funeral-guide-wrap {
        width: 100%;
        padding: 0 15px;
    }
}
