/*.contents_sayu{width: 100%; padding-top: 0px;
	display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}*/
.contents_right {
    padding: 0;
}

.contents_left {
    padding: 0;
}
@media screen and (max-width: 960px) {
    .s-tuuchi-info{
    padding-left: 5em;
}
    
}
.contentstitle_left, .contentstitle_right {
    display: block;
    width: 100%;
    margin: 20px 0 5px 0;
    padding: 5px 0 5px 40px;
    background-image: url("../img/logo.png");
    background-position: 5px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #dce3dc;
    color: hsla(0, 0%, 34%, 1);
    font-size: 16px;
}

.normal_right dd {
    padding: 1vw;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}

.normal2_right {
    width: 95vw;
    margin: 0 1vw;
    padding: 1vw;
    font-size: 14px;
    line-height: 2em;
}

.normal2_right dt {
    font-size: 14px;
    text-align: left;
}

.normal2_right dd {
    padding-left: 1vw;
}

.normal_left, .normal2_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.normal_left ul {
    margin: 0;
    line-height: 2em;
}

.normal_left ul a {
    text-decoration: none;
}

.normal2_left {
    width: 92vw;
    margin: 0 10px;
    padding: 1vw 0;
    line-height: 2em;
}

.normal2_left dd {
    padding-left: 1vw;
}

.topics {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0;
    font-size: 13px;
    line-height: 2em;
    border-collapse: collapse;
}

.topics th {
    width: 70px;
    padding: 10px 2px;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

.topics td {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
    line-height: 16px;
}

.topics td a {
    color: #0366d6;
}

.top_contents {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

.top_contents a {
    text-decoration: none;
}

.top_c {
    display: inline-block;
    width: 30vw;
    margin-bottom: 5px;
    border: 1px solid #93ab93;
    border-radius: 3px;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .3);
    vertical-align: middle;
}

.top_c img {
    width: 95px;
    max-width: 28vw;
}

.top_c:hover {
    background-color: #dce3dc;
}

#invisi {
    box-shadow: 0 0 0 0;
}

#invisi:hover {
    background-color: #ffffff;
}

.subcontents_title {
    display: table-cell;
    width: 100vw;
    padding: .5vw 0 .5vw 2vw;
    border-bottom: 1px solid #b9b8b8;
    border-radius: 1.5vw;
    background-color: #efeded;
    color: #1c48a1;
    font-weight: bold;
    font-size: 13px;
    line-height: 2em;
    text-align: left;
}

.subcontents_titles {
    display: none;
}

.subm_1_1_2 {
    margin: 1vw;
    color: #000000;
    font-size: 2.5vw;
    border-collapse: collapse;
}

.subm_1_1_3 {
    padding-left: 1vw;
    color: #000000;
    font-size: 2.5vw;
}

.subm_t1 {
    width: 12vw;
    padding: 1vw 2.5vw 1vw 0;
    border-bottom: 1px solid #cccccc;
    font-size: 2.5vw;
}

.subm_t2 {
    width: 45vw;
    padding-top: 1vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #cccccc;
}

.subm_t2 a {
    color: #0000ff;
    text-decoration: none;
}

.subm_t2 a:hover {
    color: #0099ff;
    text-decoration: underline;
}

.subm_t3 {
    width: 33vw;
    padding-top: 1vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #cccccc;
    font-size: 2.2vw;
}

.course_table_row {
    display: contents;
}

.course_table_head {
    display: none;
}

.course_unit {
    display: none;
}

.course_method {
    display: none;
}

.course_place {
    display: none;
}

.course_table {
    display: block;
    clear: both;
    width: 97vw;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
}

.course_table a {
    text-decoration: none;
}

.course_date {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 70px;
    padding: 10px 2px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.subm_dataS {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 20vw;
    min-height: 9vw;
    max-height: 40vw;
    padding: 1vw .5vw;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.course_title {
    width: calc(100% -20vw);
    padding: 5px 5px 0 5px;
    font-size: 14px;
    line-height: 1.2;
}

.course_etc {
    display: block;
    width: calc(100% -20vw);
    padding: 0 5px 5px 5px;
    color: rgb(122, 122, 122);
    font-size: 12px;
    text-align: end;
    vertical-align: middle;
}

.subm_t2small {
    color: #424242;
    font-size: 12px;
}

.pc_none {
    display: inline-block;
    width: 20vw;
    font-size: 2.5vw;
    text-align: center;
}

.sp-display {
    display: block;
}

.box_submain {
    text-align: center;
}

.box_submain a {
    text-decoration: none;
}

.box_submain a:hover {
    text-decoration: underline;
}

.box_submain img {
    width: 95%;
    max-width: 280px;
    margin-bottom: 2px;
    border: 2px solid #cdd4ce;
}

.resizeimage_right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 -8px 0 !important;
    text-align: center;
}

.resizeimage_right img {
    width: 95%;
    max-width: 280px !important;
    margin: 1vw auto;
    text-align: center;
}

.event_box {
    margin-bottom: 60px;
}

.event_boxpast {
    margin-bottom: 30px;
}

.kyoiku_boxes {
    position: relative;
}

.k_nendo {
    position: absolute;
    top: 85px;
    left: 220px;
    color: hsla(148, 69%, 21%, 1);
    font-weight: bold;
    font-size: 28px;
}

.kyoiku_boxes a {
    color: hsla(0, 0%, 20%, 1);
    text-decoration: none;
}

.kyoiku_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1px;
    padding: 1px 0;
    border-bottom: 1px solid #ead9c6;
}

.kyoiku_box:hover {
    background-color: hsla(0, 0%, 94%, 1);
}

.kyoiku_box div {
    display: flex;
    align-items: center;
}

.kyoiku_box h5 {
    margin: 0 10px 0 5px;
    font-size: 10px;
}

.kyoiku_box h5 span {
    font-size: 18px;
}

.kyoiku_box p {
    font-size: 13px;
}

.link_01 {
    font-size: 10px;
}

.link_01 i {
    margin-left: 2px;
    color: hsla(134, 34%, 45%, 1);
    font-size: 14px;
}

.link_01 span {
    display: none;
}

/*機関認定*/
#nintei_par_con p, #nintei_par_con a {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

.kikan_p {
    width: 100%;
    padding: 5px 0 5px 0;
    background-color: #2f5d9a;
}

.kikan_no {
    padding: 1px 10px;
    border-radius: 3px;
    background-color: #f8eaa8;
    color: #2f5d9a;
    font-weight: bold !important;
}

.kikan_date {
    margin-left: 5px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 19px;
    text-align: end;
}

/*オンライン講演会*/
#os_semi {
    position: relative;
}

#os_semi a {
    text-decoration: none;
}

.os_semi_no {
    top: 50%;
    left: 10px;
}

.os_semi_no p {
    padding: 0 5px;
    background-color: hsla(213, 49%, 53%, 1);
    color: #ffffff;
    font-size: 15px;
}

.os_semi_no span {
    color: #f57017;
    font-weight: bold;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff, 0-1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}

.os_semi_year {
    top: 50%;
    left: 10px;
    text-align: center;
}

.os_semi_year p {
    padding: 0 5px;
    background-color: #e1d870;
    color: #a75c00;
    font-size: 18px;
}

.os_semi_year span {
    color: #f57017;
    font-weight: bold;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0 1px 0 #ffffff, 0-1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
}

/*試験サイトログイン*/
.shiken_login p {
    font-weight: bold;
    font-size: 16px !important;
}

.shiken_kai {
    margin-bottom: 5px !important;
    color: #002570 !important;
    line-height: 22px !important;
    text-decoration: none !important;
}

.shiken_title {
    margin-top: 10px !important;
    color: hsla(359, 71%, 52%, 1) !important;
    line-height: 22px !important;
}

.shiken_date {
    line-height: 25px !important;
}

/*スライダーNo.2*/

.slider_02 {
    position: relative;
    width: 100%;
    height: calc(100% * 1.61);
    margin: 0 auto;
    overflow: hidden;
}

.slider__content {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    min-width: 100%;
}

.slider__content:nth-child(1) {
    z-index: 6;
    animation: sliderAnime 6s ease-in-out infinite;
}

.slider__content:nth-child(2) {
    z-index: -1;
    animation: sliderAnime2 6s ease-in-out 1s infinite;
}

.slider__content:nth-child(3) {
    z-index: -1;
    animation: sliderAnime2 6s ease-in-out 3s infinite;
}

@keyframes sliderAnime {
    0% {
        z-index: 5;
        transform: translateX(0);
    }

    16.6% {
        transform: translateX(0);
    }

    33.3% {
        transform: translateX(-100%);
    }

    50% {
        z-index: -1;
        transform: translateX(-100%);
    }

    66.6% {
        transform: translateX(100%);
    }

    83.2% {
        z-index: 5;
        transform: translateX(100%);
    }

    100% {
        z-index: 5;
        transform: translateX(0);
    }
}

@keyframes sliderAnime2 {
    0% {
        z-index: 5;
        transform: translateX(100%);
    }

    16.6% {
        transform: translateX(0);
    }

    33.3% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    66.6% {
        z-index: -1;
        transform: translateX(-100%);
    }

    83.2% {
        transform: translateX(100%);
    }

    100% {
        z-index: 5;
        transform: translateX(100%);
    }
}

.slider__img {
    min-width: 100%;
    max-width: 100%;
}

.about_mail01 {
    width: 95%;
    margin-left: 5px;
    padding: 5px 1px;
    border: 2px solid hsla(0, 0%, 48%, 1);
    background-color: #ffffff;
}

.about_mail {
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 8px 5px;
    border: 2px solid hsla(0, 0%, 48%, 1);
    background-color: #ffffff;
}

.about_mail p {
    font-size: 12px;
    line-height: 17px;
    text-align: start;
}

.about_mail h3 {
    margin: 5px auto 10px auto;
}
