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

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


#jigyou_syokei h1,
#jigyou_syokei h2,
#jigyou_syokei h3,
#jigyou_syokei h4 {
    text-align: center;
}

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

#jigyou_syokei h2 {
    margin: 10px auto;
    color: #825520;
}

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

#jigyou_syokei h3 {
    margin: 0 auto;
}

#jigyou_syokei section {
    margin: auto;
    padding: 20px 0;
}

#jigyou_syokei table {
    margin: auto;
    background: #fff;
}

#jigyou_syokei span {
    display: inline-block;
}

#jigyou_syokei .jigyou_syokei_seminar_lead {
    padding-bottom: 20px;
    color: #825520;
    text-align: justify;
}

#jigyou_syokei .seminar_places tr:nth-child(even) {
    background: #fbf8f1;
}

#jigyou_syokei .seminar_places th,
#jigyou_syokei .seminar_places td {
    text-align: left;
    padding: 5px;
}

#jigyou_syokei .image_wrap {
    display: grid;
    gap: 30px;
    margin: 30px auto;
}

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

#jigyou_syokei .form_link {
    width: 70%;
    margin: 20px auto;
    border-radius: 50px;
    padding: 20px;
    background-color: #d93454;
    text-align: center;
}

#jigyou_syokei .form_link a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#jigyou_syokei .form_link:hover {
    opacity: 70%;
}

#jigyou_syokei .contact {
    color: #825520;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid #825520;
}

#jigyou_syokei .contact_tel a,
#jigyou_syokei .contact_mail a {
    color: #0672e5;
    font-weight: bold;
}



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


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

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

#jigyou_syokei .past_seminar {
    position: relative;
    background-color: #fbf8f1;
}

#jigyou_syokei .past_seminar::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    background-color: #fbf8f1;
    z-index: -1;
}

@media print,
screen and (min-width:765px) {

    #jigyou_syokei .seminar_places th,
    #jigyou_syokei .seminar_places td {
        padding: 5px 20px;
    }

    #jigyou_syokei .image_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    #jigyou_syokei .past_seminar::before {
        display: none;
    }
}
