@charset "UTF-8";

pre {
    font-family: "Noto Sans JP", sans-serif;
    white-space: initial;
    font-weight: 500;
    line-height: 2;
}

.page_key {
    margin-bottom: 12rem;
}

.voicesp_col .item {
    display: flex;
    align-items: center;
    column-gap: 5.6rem;
}

.voicesp_col .thumb {
    width: 28rem;
    min-width: 28rem;
    height: 20rem;
    overflow: hidden;
}

.voicesp_col .thumb img {
    transition: .3s;
    height: 100%;
    object-fit: cover;
}

.voicesp_col .info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.3rem;
    row-gap: .8rem;
    align-items: center;
}

.voicesp_col .date {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8e8e8e;
}

.voicesp_col .ttl {
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    transition: color .2s;
    margin-bottom: 2rem;
}

.voicesp_col .cat {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: .4rem 2rem;
    border-radius: 100px;
    background-color: #1f2774;
}

.voicesp_col .ex {
    width: 100%;
}

.voicesp_col .more {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2774;
    padding: .3rem;
    width: 12.2rem;
    border-bottom: 1px solid #1f2774;
    position: relative;
}

.voicesp_col .more:after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
}

@media (min-width:768px) {
    .voicesp_col .item:hover .thumb img {
        transform: scale(1.03);
    }

    .voicesp_col .item:hover .ttl {
        color: #ac1d28;
    }
}

@media (max-width:767px) {
    .page_key {
        margin-bottom: 8rem;
    }

    .voicesp_col .item {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 3rem;
    }

    .voicesp_col .thumb {
        height: auto;
        max-height: 61vw;
        margin: 0 auto;
    }

    .voicesp_col .ttl {
        font-size: 1.8rem;
    }

    .voicesp_col .more {
        margin-left: auto;
    }
}



.single-voicesp .breadcrumb {
    margin-bottom: 8rem;
}

.voicesp_single {
    display: flex;
    flex-wrap: wrap;
    column-gap: 9rem;
}

.single-voicesp .voicesp_content {
    margin: 0 auto;
    width: 80rem;
    max-width: 100%;
}

.voicesp_single .post_title {
    margin-bottom: 10rem;
    width: 100%;
}

.voicesp_single .post_title .desc {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 3rem;
}

.voicesp_single .post_title .ttl {
    width: 100%;
    font-size: 3.5rem;
}

.voicesp_single .voicesp_main {
    width: 100%;
}

.voicesp_single .voicesp_main > *:not(:last-child) {
    margin-bottom: 3.4rem;
}

.voicesp_single .voicesp_main p strong {
    color: #326fcb;
    font-weight: 700;
}

.voicesp_single .voicesp_main p a {
    font-weight: 700;
    color: #326fcb;
    text-decoration: underline;
    display: inline;
}

.voicesp_single .voicesp_main .thumb {
    margin-bottom: 4rem;
}

.voicesp_single .voicesp_main > h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    padding: 1.8rem 2rem;
    border-radius: 5px;
    background-color: #1f2774;
}

.voicesp_single .voicesp_main > h2:not(:first-child) {
    margin-top: 6rem;
}

.voicesp_single .voicesp_main h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2774;
    padding: 1.6rem 2rem 1.8rem;
    background-color: #f3f4ff;
    border-bottom: 3px solid #1f2774;
}

.voicesp_single .voicesp_main > h3:not(:first-child) {
    margin-top: 6rem;
}

.voicesp_single .voicesp_main h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2774;
    padding-left: 1em;
    line-height: 1.4;
    border-left: 3px solid #1f2774;
}

.voicesp_single .voicesp_main h5 {
    font-size: 1.8rem;
    font-weight: 600;
}

.voicesp_single .voicesp_main img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.voicesp_single .voicesp_main img:not(:last-child) {
    margin-bottom: 3rem;
}

.voicesp_single .voicesp_main .thumb img {
    width: 100%;
}

.voicesp_single .voicesp_video iframe {
    width: 100%;
    height: 46rem;
}

.voicesp_single .voice_repeat:not(:last-child) {
    margin-bottom: 6rem;
}

.voicesp_single .col3:not(:first-child) {
    margin-top: 3rem;
}

.voicesp_single .voicesp_frontcol {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 6rem;
}

.voicesp_single .voicesp_frontcol .side_L {
    width: 33rem;
}

.voicesp_single .voicesp_frontcol .side_R {
    width: calc(100% - 36rem);
}

.voicesp_single .voicesp_frontcol .lead_name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #1f2774;
}

.voicesp_single .voicesp_frontcol .lead {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 1.8rem;
}



@media (max-width:767px) {
    .voicesp_single .post_title,
    .voicesp_single .voicesp_main,
    .voicesp_single .sidebar {
        width: 100%;
    }

    .voicesp_single .post_title .ttl {
        font-size: 2.4rem;
    }

    .voicesp_single .voicesp_main > h2 {
        font-size: 2rem;
    }

    .voicesp_single .voicesp_main h3 {
        font-size: 1.8rem;
    }

    .voicesp_single .sidebar {
        margin-top: 6rem;
    }

    .voicesp_single .sidebar .side_category a {
        font-size: 1.6rem;
    }

    .single-guide .breadcrumb {
        margin-bottom: 2rem;
    }

    .voicesp_single .voicesp_frontcol .side_L {
        width: 100%;
    }

    .voicesp_single .voicesp_frontcol .side_R {
        width: 100%;
    }

    .voicesp_single .voicesp_frontcol .lead_name {
        font-size: 1.6rem;
    }

    .voicesp_single .voicesp_frontcol .lead {
        font-size: 1.8rem;
        margin-top: 1rem;
    }

    .voicesp_single .voicesp_video iframe {
        height: 70vw
    }

    .voicesp_single .col3 img {
        margin: 0 auto;
    }

    .voicesp_single .col3 p {
        text-align: center;
    }

    .single-voicesp .breadcrumb {
        margin-bottom: 5rem;
    }

    .voicesp_single .post_title h1 {
        font-size: 2.6rem;
    }

    .voicesp_single .post_title .desc {
        font-size: 1.6rem;
    }
}