#jigyou_syokei {
    color: #333;
    font-size: 17px;
    line-height: 28px;
    padding: 0 5px 50px;
}

#jigyou_syokei .hombun {
    text-align: justify;
    text-justify: inter-ideograph;
}


#jigyou_syokei h2 {
    text-align: center;
}

#jigyou_syokei h2 img {
    max-width: 100%;
}

#jigyou_syokei .lead {
    margin-top: 30px;
}

#jigyou_syokei .introduction {
    margin-top: 30px;
    padding: 10px 10px;
    background-color: #ffffdb;
    border-radius: 20px;
}

@media print,
screen and (min-width:745px) {
    #jigyou_syokei .introduction {
        padding: 30px 30px;
    }

}



#jigyou_syokei .introduction_image_wrap {
    display: flex;
    gap: 30px;
}

#jigyou_syokei .introduction_image img {
    max-width: 100%;
}

#jigyou_syokei .introduction_hombun {
    margin-top: 50px;
}

#jigyou_syokei .introduction_subtitle {
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
}

#jigyou_syokei .explanation {
    margin-top: 50px;
}

#jigyou_syokei .explanation_top {
    text-align: center;
    display: flex;
    align-items: center;
}

#jigyou_syokei .explanation_top:before,
#jigyou_syokei .explanation_top:after {
    content: '';
    flex: 1;
    border-bottom: 1px dotted #000;
    margin: 0 10px;
}

#jigyou_syokei .explanation_top:before {
    margin-right: .4em;
}

#jigyou_syokei .explanation_top:after {
    margin-left: .4em;
}

#jigyou_syokei .explanation_hombun {
    margin-top: 30px;
}

#jigyou_syokei .explanation_graph_wrap {
    text-align: center;
    margin: 10px 0;
}

#jigyou_syokei .explanation_graph_wrap img {
    max-width: 100%;
}

@media print,
screen and (min-width:745px) {
    #jigyou_syokei .explanation_graph_wrap img {
        max-width: 50%;
    }

}

#jigyou_syokei .interview {
    margin-top: 80px;
}

#jigyou_syokei .interview_title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#jigyou_syokei .interview_person_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 25px;
    margin-top: 10px;
}

#jigyou_syokei .interview_lead {
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #7b7b7b;
    background-color: #f5f4f4;
}

#jigyou_syokei .interview_hombun {
    margin-top: 20px;

}

#jigyou_syokei .interview_hombun figure {
    float: right;
    width: 40%;
    margin: 0 0px 10px 20px;
}

@media print,
screen and (min-width:745px) {
    #jigyou_syokei .interview_hombun figure {
        width: 30%;
    }
}

#jigyou_syokei .interview_hombun figure img {
    max-width: 100%;
}

#jigyou_syokei .interview_contact {
    margin-top: 30px;
    padding: 30px 30px;
    border: 1px solid #979595;
}

#jigyou_syokei .interview_contact_tel a {
    color: #0672e5;
    font-weight: bold;
}

#jigyou_syokei .interview_contact_link {
    margin-top: 10px;
    text-align: center;
}

#jigyou_syokei .interview_contact_link a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 35px;
    background-color: white;
    color: #333;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #333;
}



#jigyou_syokei .apply {
    margin-top: 70px;
}

#jigyou_syokei .apply_image {
    display: block;
    text-align: center;
}

#jigyou_syokei .apply_image img {
    max-width: 90%;
}

@media print,
screen and (min-width:745px) {
    #jigyou_syokei .apply_image img {
        max-width: 80%;
    }

}


#jigyou_syokei .apply_link {
    margin-top: 40px;
    text-align: center;
}

#jigyou_syokei .apply_link a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 45px;
    background-color: #d66d65;
    color: white;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
}


.jigyou_syokei_seminar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px dotted #333;
}

#jigyou_syokei .jigyou_syokei_maincut {
    text-align: center;
}

#jigyou_syokei .jigyou_syokei_maincut img {
    max-width: 100%;
}

#jigyou_syokei .jigyou_syokei_seminar_lead {
    background-color: #4d4d4d;
    margin-top: 10px;
    padding: 20px;
    color: white;
    text-align: justify;
}

.jigyou_syokei_seminar_speaker {
    margin-top: 30px;
}

.jigyou_syokei_seminar_speaker-name {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
}

.jigyou_syokei_seminar_speaker-video {
    margin-top: 10px;
    text-align: center;
}

.jigyou_syokei_seminar_speaker-video iframe {
    width: 385px;
    height: 218px;
    max-width: 100%;
}

.jigyou_syokei_etc {
    margin-top: 30px;
}

.jigyou_syokei_etc .jigyou_syokei_maincut img {}

.jigyou_syokei_etc_lead {
    text-align: justify;
}

.jigyou_syokei_etc_guest_wrap {
    margin-top: 15px;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

@media print,
screen and (min-width:745px) {
    .jigyou_syokei_etc_guest_wrap {
        flex-wrap: nowrap;
    }

    .jigyou_syokei_seminar_speaker-name {
        font-size: 1.9rem;
    }
}


.jigyou_syokei_etc_guest-person img {
    width: 100%;
}

.jigyou_syokei_etc_guest-person {
    width: 80%;
    margin: 0 auto;
}

@media print,
screen and (min-width:745px) {
    .jigyou_syokei_etc_guest-person {
        width: 100%;
    }

}

.jigyou_syokei_etc_guest-person-post {
    font-size: 13px;
}

.jigyou_syokei_etc_guest-person-name {
    margin-top: -9px;
    font-size: 16px;
    text-align: right;
}

.jigyou_syokei_seminar_pdf {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}

.jigyou_syokei_seminar_pdf img {
    width: 80%;

}
