@charset "utf-8";

body article {
    margin-top: 0;
}

section.first_view {
    height: 320px;
    background-image: url("/images/recording/session-replay/fv_bg_session_replay.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

section.first_view >h1, section.first_view >p {
    position: relative;
    top: 160px;
    line-height: 1em;
}
section.first_view >h1.first_title {
    margin-bottom: 8px;
}
section.first_view >p.first_subtitle {
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}


section.first_view >p.first_subtitle >br {
    display: none;
}
section.first_view >p.breadcrumb {
    position: absolute;
    left: calc(50% - 480px);
    top: 90px;
}
section.first_view >p.breadcrumb >a {
    text-decoration: none;
}
section.first_view >p.breadcrumb >a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    section.first_view >p.breadcrumb {
        left: 40px;
    }
}
@media screen and (max-width: 720px) {
    section.first_view {
        height: 256px;
    }
    section.first_view >h1, section.first_view >p {
        top: 100px;
    }
    section.first_view >p.first_subtitle {
        bottom: 36px;
        line-height: 1.5em;
        width: 90%;
    }
    section.first_view >p.first_subtitle >br {
        display: inline;
    }
    section.first_view >p.breadcrumb {
        display: none;
    }
}
@media screen and (max-width: 480px) {
  section.first_view >h1, section.first_view >p {
        top: 112px;
    }
}

.chunk.bb {
    border-bottom: solid 1px #cfd8dc;
}

.chunk .sp { display: none; }
.chunk .pc { display: inline; }

.chunk .common_title-center,
.chunk .common_title-left {
    margin-top: 64px;
    margin-bottom: 32px;
    color: #566d77;
}
.chunk .common_title-center.mt00,
.chunk .common_title-left.mt00 {
    margin-top: 0px;
}

.chunk .gr_lead {
    margin: 32px auto 8px;
    color: #00a59a;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


.chunk .contents {
    margin: 0 auto 32px;
    max-width: 1280px;
}

.chunk .contents .content {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 80px;
}
.chunk .contents .content .text {
    max-width: 468px;
    margin: auto;
    margin-bottom: 40px;
}
.chunk .contents .content .text p {
    margin-bottom: 1em;
}


.chunk .contents .content .illust {
    max-width: 906px;
    margin: 32px auto 8px;
}
.chunk .contents .content .illust img {
    width: 100%;
}

.chunk .contents .content .illust.video {
    margin-top: 0;
    max-width: 800px;
    display: block;
    text-align: center;
}
.chunk .contents .content .illust video {
    width: calc(100% - 12px);
    border: solid 6px #cfd8dc;
    margin-bottom: 0;
}
.chunk .contents .content .illust .common_caption {
    text-align: center;
}


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

    .chunk .sp { display: inline; }
    .chunk .pc { display: none; }

    .chunk h2,
    .chunk h3 {
        margin: auto;
        width: 80%;
    }
    .chunk .contents .content h2,
    .chunk .contents .content h3 {
        width: 100%;
    }
    .chunk .common_title-center,
    .chunk .common_title-left {
        margin: 40px auto 20px;
    }
    .chunk .common_title-center.mt00,
    .chunk .common_title-left.mt00 {
        margin-top: 0px;
    }
    .chunk .gr_lead {
        margin: 32px auto 8px;
        color: #00a59a;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
    .chunk .gr_lead.sp16 {
        font-size: 16px;
    }

    .chunk .contents .content {
        width: 80%;
        max-width: 512px;
        margin: 0 auto 40px;
    }
    .chunk .contents .content div p:last-of-type {
        margin-bottom: 0 !important;
    }
    .chunk .contents .content .text {
        max-width: none;
    }
    .chunk .contents .content .illust {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
