@charset "shift-jis";
/* --------------------------------------------------
/school/css/nisa.css
-------------------------------------------------- */

/* ------------------------------
entry_inner
------------------------------ */
.entry .entry_inner {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 50px;
    background: #fff;
}
.entry .entry_body {
    max-width: 800px;
    margin: 0 auto;
}
.entry .ico_free {
    position: absolute;
    top: 50%;
    left: calc(50% + 280px);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    padding-top: 0.6em;
    background: #d1b41c;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.72);
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.06em;
}
.entry .ico_free .txt_s {
    font-size: 14px;
}
.entry h3 {
    margin-bottom: 40px;
    padding-left: calc(125px + 4.5%);
    text-indent: calc(-125px - 4.5%);
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: normal;
}
.entry h3 span {
    display: inline-block;
    width: 125px;
    margin-right: 4.5%;
    padding: 0.5em;
    text-indent: initial;
    background: #8a9f55;
    border-radius: 9999px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
.entry .step_arrow {
    position: relative;
    width: 60px;
    height: 30px;
    margin: 0 auto 30px;
}
.entry .step_arrow::after {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 40px;
    height: 40px;
    border-right: 2px solid #2b4198;
    border-bottom: 2px solid #2b4198;
    content: '';
}
.entry .seminar_type_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.entry .seminar_type_list li {
    width: 48%;
    border: 1px solid #8a9f55;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
}
.entry .seminar_type_list li .seminar_type_ttl {
    position: relative;
    padding: 0.5em 0.3em 0.7em 35px;
    border-bottom: 1px solid #8a9f55;
    color: #8a9f55;
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
}
.entry .seminar_type_list li .seminar_type_ttl::before {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #8a9f55;
    border-radius: 50%;
    content: '';
}
.entry .seminar_type_list li .seminar_type_ttl::after {
    left: 13px;
}
.entry .seminar_type_list li:hover .seminar_type_ttl {
    background: rgba(138, 159, 85, .1);
}
.entry .seminar_type_list li.active .seminar_type_ttl {
    color: #fff;
}
.entry .seminar_type_list li.active .seminar_type_ttl,
.entry .seminar_type_list li.active .seminar_type_ttl::after {
    background: #8a9f55;
}
.entry .seminar_type_list li .seminar_type_ttl span {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 12px;
}
.entry .seminar_type_list li .seminar_type_ttl span.txt_sp {
    margin-bottom: 0;
    font-size: 10px;
}
.entry .seminar_place {
    margin-top: 15px;
    border: 1px solid #8a9f55;
}
.entry .seminar_place dt {
    padding: 0.5em 2em;
    background: rgba(138, 159, 85, .1);
    font-size: 16px;
    text-align: center;
}
.entry .seminar_place dd {
    padding: 0.5em 2em;
    font-size: 16px;
    text-align: left;
}
.entry .seminar_place dd a {
    color: #000099;
}
.entry .zoom_seminar_img {
    max-width: 560px;
    margin: 0 auto;
}
.entry .seminar_detail_table {
    width: 100%;
    max-width: 560px;
    margin: 30px auto 0;
    border-collapse: collapse;
}
/* .entry .seminar_detail_table th,
.entry .seminar_detail_table td {
    padding: 0.8em 1em;
    border: 1px solid #1c2569;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: middle;
}
.entry .seminar_detail_table th {
    width: 30%;
    background: rgba(98, 118, 164, 0.1);
    text-align: center;
} */
.entry .seminar_detail_table .txt_free {
    color: #ea5413;
}
.entry .btn_area {
    margin: 20px 0 30px;
    text-align: center;
}
.entry .entry_btn_txt {
    display: inline-block;
    position: relative;
    padding: 0.5em 3em 0.1em;
    color: #e16f4e;
    font-size: 14px;
    line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
    position: absolute;
    bottom: 10px;
    width: 25px;
    border-top: 1px dashed #1c236d;
    content: '';
}
.entry .entry_btn_txt::before {
    left: 0;
    transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
    right: 0;
    transform: rotate(-45deg);
}
.entry .btn_entry {
    display: block;
    position: relative;
    width: 100%;
    max-width: 324px;
    margin: 10px auto 0;
    padding: 1em 25px 1em 1em;
    background-color: #f77a4c;
    background-repeat: no-repeat;
    background-position: 20px 19px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #d7d7d7;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.entry .btn_entry::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}
.entry .btn_entry:hover {
    opacity: 0.8;
    text-decoration: none;
}
.entry .btn_entry_movie {
    display: block;
    position: relative;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 1em;
    background: #f77a4c;
    border-radius: 9999px;
    box-shadow: 0 3px 0 #b95834;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.entry .btn_entry_movie::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}
.entry .room_seminar,
.entry .zoom_seminar,
.entry .movie_seminar {
    display: none;
}
.entry .room_seminar.active,
.entry .zoom_seminar.active,
.entry .movie_seminar.active {
    display: block;
}
@media screen and (min-width: 600px) {
    .entry .seminar_place {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .entry .movie_seminar .seminar_place {
        max-width: 550px;
    }
    .entry .seminar_place dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
        padding: 0.5em;
    }
}
@media screen and (max-width: 899px) {
    .entry .entry_inner {
        padding: 60px 4% 50px;
    }
}
@media screen and (max-width: 799px) {
    .entry .ico_free {
        left: auto;
        right: 10px;
    }
}
@media screen and (min-width: 600px) and (max-width: 649px) {
    .entry .seminar_type_list li .seminar_type_ttl span.txt_shorten {
        letter-spacing: -0.02em;
    }
}
@media screen and (max-width: 599px) {
    .entry .entry_inner {
        padding: 40px 3% 20px;
    }
    .entry .ico_free {
        top: -40px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .entry h3 {
        padding-left: 0;
        text-indent: 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
    }
    .entry h3 span {
        display: block;
        width: 94px;
        margin: 0 auto 20px;
        font-size: 18px;
        text-align: center;
        line-height: 1;
    }
    .entry .step_arrow {
        margin-bottom: 45px;
    }
    .entry .seminar_type_list {
        margin-bottom: 35px;
    }
    .entry .seminar_type_list li .seminar_type_ttl {
        padding: 38px 0.2em 0.5em;
        font-size: 18px;
    }
    .entry .seminar_type_list li .seminar_type_ttl::before {
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
    }
    .entry .seminar_type_list li .seminar_type_ttl::after {
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
    }
    .entry .seminar_type_list li .seminar_type_ttl span {
        font-size: 10px;
    }
    .entry .seminar_type_list li .seminar_type_ttl span.txt_sp {
        font-size: 8px;
    }
    .entry .seminar_place {
        margin-top: 30px;
    }
    .entry .seminar_place dd {
        font-size: 14px;
    }
    .entry .seminar_detail_table th,
    .entry .seminar_detail_table td {
        font-size: 15px;
    }
    .entry .btn_entry {
        max-width: none;
        font-size: 17px;
    }
}

/* ------------------------------
  seminar_apply
  ------------------------------ */
.seminar_apply {
    margin-top: 20px;
}
.seminar_apply .date_list li a:hover {
    background: rgba(138, 159, 85, .1);
    opacity: 1;
}

/* ------------------------------
  textbook
  ------------------------------ */
.entry .textbook {
    background-color: #fff;
    border: 1px solid #1c2569;
    border-radius: 5px;
    letter-spacing: .05em;
    padding: 1.5em;
    margin: 30px auto;
}
.entry .textbook .ttl {
    width: fit-content;
    border-bottom: 1px dashed #1c2569;
    font-size: 16px;
    font-weight: normal;
    margin: auto;
}
.entry .textbook p {
    font-size: 14px;
}
@media screen and (min-width: 600px) {
    .entry .textbook {
        display: grid;
        gap: 2.3em 1.5em;
        padding: 1.5em 2.3em;
    }
    .entry .textbook .ttl {
        grid-column: 1/3;
    }
    .entry .textbook .img {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .entry .textbook p {
        grid-column: 2/3;
        grid-row: 2/3;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 599px) {
    .entry .textbook {
        font-size: 15px;
        letter-spacing: 0;
        padding: 1.5em 12px;
        margin-bottom: 1.5em;
    }
    .entry .textbook .ttl {
        text-align: left;
    }
    .entry .textbook p {
        text-align: center;
        margin: 26px 0;
    }
}

/* ------------------------------
  webseminar_note_box
  ------------------------------ */
.entry .webseminar_note_box {
    border: 1px solid #1c2569;
    border-radius: 5px;
    padding: 1.5em 3%;
    margin: 40px auto;
}
.entry .webseminar_note_box .ttl {
    width: fit-content;
    margin: 0 auto 1.2em;
    padding-bottom: 0.2em;
    border-bottom: 1px dashed #1c2569;
    font-size: 16px;
    font-weight: normal;
}
.entry .webseminar_note_box .img img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry .webseminar_note_box p {
    font-size: 16px;
}
@media screen and (min-width: 600px) {
    .entry .webseminar_note_box .note_box_body {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .entry .webseminar_note_box .img {
        width: 27%;
        max-width: 200px;
    }
    .entry .webseminar_note_box p {
        width: 70%;
    }
}
@media screen and (max-width: 599px) {
    .entry .webseminar_note_box {
        padding: 1.5em 4%;
    }
    .entry .webseminar_note_box .ttl {
        font-size: 14px;
    }
    .entry .webseminar_note_box .img {
        text-align: center;
    }
    .entry .webseminar_note_box p {
        margin-bottom: 1em;
        font-size: 14px;
    }
}

/* ------------------------------
juko_kiyaku
------------------------------ */
.entry_inner+.juko_kiyaku_area {
    margin-top: 40px;
    padding: 0 25px 0 0;
    background: #fff;
    border: 25px solid #fff;
    border-right: none;
    height: 230px;
    overflow-y: scroll;
}
@media screen and (max-width: 599px) {
    .entry .juko_kiyaku_area {
        width: 96%;
        margin: 35px auto 0;
        padding: 0 20px 0 0;
        border: 15px solid #fff;
        border-right: none;
        height: 245px;
    }
}

/* ------------------------------
  web_movie_thumbnail
  ------------------------------ */
.web_movie_thumbnail{ text-align: center;}
