@charset "UTF-8";

/* -----------------------------------------------
コンパス
------------------------------------------------ */
body {
    background-image: url(/compass/images/cmps_background.jpeg);
    background-size: contain;
}

.cmps_pagebox a:hover {
    text-decoration: none;
}

.cmps_pagebox .pagelink {
    padding: 1em 0;
}

.cmps_pagebox .pagelink .pagelink_list {
    display: flex;
    justify-content: center;
}

.cmps_pagebox .pagelink .pagelink_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00A956;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0 3px;
    letter-spacing: 1px;
    width: 360px;
    line-height: normal;
    position: relative;
}

.cmps_pagebox .pagelink .pagelink_list.comp__linklist li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmps_pagebox .pagelink .pagelink_list li span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmps_pagebox .pagelink .pagelink_list .l_list {
    border-radius: 13px 0 0 13px;
}

.cmps_pagebox .pagelink .pagelink_list .r_list {
    border-radius: 0 13px 13px 0;
    background: #00ACD4;
}


.cmps_pagebox .pagelink .pagelink_list li img {
    display: block;
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.cmps_pagebox .banner_area {
    margin: 1em auto;
}

.cmps_pagebox .banner_area img {
    display: block;
    margin: 2em auto;
}

.cmps_pagebox .cmps_page__title {
    position: relative;
    text-align: center;
    background: #00A956;
    margin: 4em auto 1em auto;
    border-radius: 10px;
}

.cmps_pagebox .cmps_page__title:before,
.cmps_pagebox .cmps_page__title:after {
    position: absolute;
    content: '';
}

.cmps_pagebox .cmps_page__title:before {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00A956;
}

.cmps_pagebox .cmps_page__title:after {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #00A956;
}

.cmps_pagebox .cmps_page__title i {
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    z-index: 2;
    top: -40px;
    right: 50%;
    width: 80px;
    height: 60px;
    text-align: center;
    color: #fff;
    left: calc(50% - 40px);
}

.cmps_pagebox .cmps_page__title span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
}

.cmps_pagebox .cmps_page__title span:before,
.cmps_pagebox .cmps_page__title span:after {
    position: absolute;
    content: '';
}

.cmps_pagebox .cmps_page__title span:before {
    top: -34px;
    left: calc(50% - 34px);
    width: 68px;
    height: 40px;
    border-radius: 50vw 50vw 0 0;
}

.cmps_pagebox .shadow_box {
    padding: 1em;
    margin: 2em auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.cmps_pagebox .shadow_box h3 {
    display: flex;
    align-items: center;
    font-size: 140%;
    font-weight: bold;
}

.cmps_pagebox .shadow_box h3:before {
    font-size: 200%;
    font-weight: bold;
    margin-right: 0.4em;
    font-family: auto;
}

.cmps_pagebox .shadow_box.q_box h3:before {
    content: "Q";
    color: #05ACD4;
}

.cmps_pagebox .shadow_box.a_box h3:before {
    content: "A";
    color: #F8748E;
}

.cmps_pagebox .shadow_box h4 {
    color: #026e38;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.cmps_pagebox .shadow_box h5 {
    display: flex;
    align-items: center;
    font-size: 105%;
    font-weight: bold;
    margin: 1em auto 0.3em auto;
}

.cmps_pagebox .shadow_box h5:before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #00A956;
    border-left: 4px solid #00A956;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
    margin-right: 10px;
}

.cmps_pagebox .point_box {
    border: 4px dotted #026e38;
    padding: 2em;
    margin: 2em 1em;
    position: relative;
}

.cmps_pagebox .point_box h4 {
    position: absolute;
    display: inline-block;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0rem 1rem;
    background-color: white;
}

.cmps_pagebox .box-body {
    padding: 1rem;
    line-height: 2;
    letter-spacing: 1px;
}

.cmps_pagebox .blank_btn {
    display: block;
    color: #333;
    text-decoration: underline;
}

.cmps_pagebox .blank_btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-left: 5px;
    color: #05ACD4;
}

.shadow_box.lwide_box {
    border-top: 7px solid #00ACD4;
    border-bottom: 7px solid #00ACD4;
    max-width: none;
    box-shadow: none;
    border-radius: unset;
}

.shadow_box.lwide_box h3 {
    position: relative;
    display: block;
    text-align: center;
}

.shadow_box.lwide_box h3:before {
    content: attr(data-en);
    display: block;
    color: #e04272;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}

.cmps_pagebox .pagelink.qalist .pagelink_list li {
    background: #fff;
    color: unset;
    font-size: 90%;
    padding: 1em;
    justify-content: center;
    flex-direction: unset;
}

.cmps_pagebox .pagelink.qalist .pagelink_list li:before {
    font-family: auto;
    content: "Q";
    color: #00ACD4;
    font-size: 20px;
    margin-right: 10px;
}

.cmps_pagebox .clickjump {
    text-align: center;
    background: #00ACD4;
    color: #fff;
    max-width: 1110px;
    width: auto;
    margin: auto;
    padding: 0.5em 1em;
    font-weight: bold;
}

.cmps_pagebox .img_r {
    float: right;
    max-width: 240px;
    width: 100%;
    margin: 0 0 1em 1em;
}

.cmps_pagebox .acdbox-01 {
    margin: 1em 0;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
}

.cmps_pagebox .acdbox-01 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.cmps_pagebox .acdbox-01 summary::-webkit-details-marker {
    display: none;
}

.cmps_pagebox .acdbox-01 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.cmps_pagebox .acdbox-01[open] summary::after {
    transform: rotate(225deg);
}

.cmps_pagebox .acdbox-01 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.cmps_pagebox .acdbox-01[open] p {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 736px) {
    div#content-wrap.content-wrap_compass {
        padding: 0;
    }

    div#content-wrap.content-wrap_compass #breadcrumb {
        padding: 0 10px;
    }

    .cmps_pagebox {
        padding: 0 10px 10px 1em;
    }

    .cmps_pagebox .pagelink .pagelink_list {
        flex-direction: column;
        align-items: center;
    }

    .cmps_pagebox .pagelink .pagelink_list li {
        width: 90%;
        font-size: 100%;
    }

    .cmps_pagebox .pagelink .pagelink_list li span {
        align-items: center;
    }

    .cmps_pagebox .pagelink .pagelink_list li span br {
        display: none;
    }

    .cmps_pagebox .pagelink .pagelink_list .l_list,
    .cmps_pagebox .pagelink .pagelink_list .r_list {
        border-radius: unset;
    }

    .cmps_pagebox .pagelink .pagelink_list li img {
        width: 40px;
        height: 40px;
    }

    .cmps_pagebox .cmps_page__title span {
        font-size: 120%;
    }

    .cmps_pagebox .shadow_box h3 {
        font-size: 110%;
    }

    .cmps_pagebox .clickjump {
        padding: 0.2em 5px;
    }

    .cmps_pagebox .pagelink.qalist .pagelink_list li {
        width: 95%;
        justify-content: left;
        border-bottom: 1px dotted #999;
    }

    .cmps_pagebox .img_r {
        float: none;
        margin: auto;
        display: block;
    }

    .cmps_pagebox .box-body {
        padding: 1em 0;
    }

    .cmps_pagebox .shadow_box {
        padding: 10px;
    }

    .cmps_pagebox .point_box {
        margin: 2em 5px;
        padding: 10px;
    }

    .cmps_pagebox ul.disc {
        padding: 0;
    }

    .cmps_pagebox .point_box h4 {
        position: relative;
        padding: 0 5px;
        font-size: 100%;
        width: 90%;
        top: 5px;
    }

    .cmps_pagebox .acdbox-01 summary {
        padding: 1em;
    }
}

.greenpoint {
    display: contents;
    color: #00A956;
}

.grayback {
    background: #e3e3e3;
    padding: 0.5em;
}

/* -----------------------------------------------
スクロール表
------------------------------------------------ */

table.js-scrollable_dec td {
    border: 2px solid #d8d7d7;
    padding: 0.5em;
    width: auto;
    vertical-align: middle;
    min-width: 130px;
    font-size: 90%;
    padding: 10px;
}

table.js-scrollable_dec thead th {
    background-color: #6c96ca;
    color: #fff;
    border: 2px solid #6c96ca;
    border-right: 2px solid #d8d7d7;
    border-bottom: 2px solid #d8d7d7;
    width: auto;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

/* -----------------------------------------------
コンパス追加コンテンツ
------------------------------------------------ */
.cmps_pagebox {
    line-height: 2;
    letter-spacing: 1px;
}

.schedule__prof {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 1em auto;
}

.cmps_pagebox .shadow_box .schedule__prof h3 {
    font-size: 110%;
}

.schedule__prof img {
    max-width: 120px;
    margin-right: 1em;
}

.schedule__lbox {
    padding: 2em;
}

.schedule {
    position: relative;
}

.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}

.pattern02 .schedule::before {
    background: #ffefca;
}

.pattern03 .schedule::before {
    background: #d5fadd;
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.schedule li+li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #00ACD4;
    color: #fff;
    text-align: center;
}

.pattern02 .schedule_time {
    background: #ffc012;
}

.pattern03 .schedule_time {
    background: #009870;
}

.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #00ACD4;
    content: "";
}

.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #00ACD4;
    content: "";
}

.pattern02 .schedule_time::after {
    background: #ffc012;
}

.pattern03 .schedule_time::after {
    background: #009870;
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

.red_pointline {
    color: #F8748E;
    font-weight: bold;
}

.simple_list li {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 5px;
}

.schedule_content__li {
    margin: 1em;
    border-top: 2px dotted #b8b8b8;
    padding: 1em;
}


.cmps_pagebox a:hover {
    opacity: 0.6;
    transition: .3s;
}

.cmps_page__news {
    max-width: 750px;
    background: #fff;
    margin: 1em auto;
    padding: 1em;
    border-left: 4px solid #00A956;
}

.cmps_page__news h3 {
    color: #00A956;
    font-weight: bold;
    font-size: 110%;
}

.cmps_page__news li {
    margin: 5px;
    font-size: 95%;
}

.cmps_page__news li span {
    display: block;
    margin-right: 1em;
    min-width: 110px;
}

.cmps_page__news li a {
    display: flex;
    text-decoration: none;
    color: #333;
}

.cmps_page__cont {
    background: #fff;
    margin: 2em auto;
    max-width: 800px;
    position: relative;
    padding: 1em 2em;
}

.cmps_page__cont:after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #00ACD4;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cmps_page__cont .conimgbox {
    display: block;
    width: 30%;
}

.cmps_page__cont .conimgbox img {
    transition: 1s all;
}

.cmps_page__cont__txt {
    padding: 2em;
    width: 70%;
}

.cmps_page__cont h4 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.cmps_page__cont h4 a {
    color: #00ACD4;
}

.cmps_page__cont ul li {
    list-style: disc;
    margin: 3px 1em;
}

.cmps_page__cont ul li a {
    color: #333;
}

.schedule__prof_txt .txt_gb {
    background: #00ACD4;
    color: #fff;
    padding: 4px;
    margin-right: 8px;
    font-size: 95%;
}

.cmps__subpage_main .box-body h3 {
    margin: 0 0 0.5em 0;
    background: #026e38;
    color: #fff;
    padding: 0.5em;
}

.cmps__subpage_main .box-body .yellow_line {
    background: linear-gradient(transparent 60%, #ff9 0%);
}

.cmps_page__cont .cmps_page__cont__lbox {
    display: flex;
    align-items: center;
}

.point_box2 {
    border: 3px solid #026e38;
    padding: 1em;
    margin: 1em auto;
    max-width: 600px;
    width: auto;
}

.point_box2 h4 {
    border-bottom: 1px solid;
    margin-bottom: 1em;
}

.disc_auto {
    margin: 0 1em 1em;
    padding: 0 1em 0 2em;
    list-style: auto;
}

.cmps__subpage p {
    margin-bottom: 1em;
}

@media only screen and (max-width: 736px) {
    .cmps_page__news li a {
        flex-direction: column;
    }

    .cmps_page__cont .cmps_page__cont__lbox {
        flex-direction: column;
    }

    .cmps_page__cont .conimgbox {
        width: 200px;
        margin: 1em auto 0 auto;
    }

    .cmps_page__cont__txt {
        padding: 1em;
        width: 100%;
    }

    .schedule__lbox {
        padding: 1em 0em;
    }

    .schedule_time {
        font-size: 85%;
    }

    .schedule::before {
        left: 5.5em;
    }

    .schedule_time::after {
        left: 6em;
    }

    .schedule_content {
        width: calc(100% - 8em);
    }

    .schedule__prof {
        flex-direction: column;
        padding: 1em;
    }
}

.cmps_page__contmenu {
    display: flex;
    flex-wrap: wrap;
}

.cmps_page__cont {
    display: flex;
    background: #fff;
    margin: 1em auto;
    position: relative;
    padding: 2em 1.5em;
    flex: 0 0 43%;
    border-radius: 10px;
    position: relative;
    border: 3px solid #fff;
}

.cmps_page__cont a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cmps_page__cont:hover {
    border: 3px solid #00ACD4;
    border-radius: 10px;
    transition: 0.5s;
}

.cmps_page__cont .cmps_page__cont__lbox {
    display: flex;
    align-items: center;
}

.cmps_page__cont__txt {
    padding: 0;
    width: 100%;
}

.cmps_page__cont .conimgbox {
    width: 45%;
    background: #f7f7f7;
    margin-right: 1em;
}

.cmps_page__cont .conimgbox img {
    display: block;
    margin: auto;
}

.cmps_page__cont h4 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: left;
    color: #00ACD4;
    border-bottom: 2px solid;
}

.cmps_page__cont__txt h4 span {
    background: #00ACD4;
    font-size: 75%;
    color: #fff;
    padding: 5px;
}

.cmps_page__cont__txt p {
    font-size: 90%;
}

.cmps_page__cont:after {
    content: none;
}

.cmps_page__cont .nextpage_btn {
    text-align: end;
}

.fa-lightbulb:before {
    display: none;
}

.cmps_page__cont .nextpage_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-left: 5px;
    color: #00ACD4;
}

@media only screen and (max-width: 736px) {
    .cmps_page__cont {
        flex: auto;
    }

    .cmps_page__cont .conimgbox {
        width: 50%;
        margin: 1em auto;
    }
}

.cmps_pagebox .brbtn a {
    display: block;
    padding: 1em 2em;
    margin: 1em auto 2em auto;
    border-radius: 35px;
    color: #00ACD4;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    border: 2px solid #00ACD4;
    background: #fff;
    max-width: fit-content;
}

.disc {
    margin: 1em;
}

.disc li {
    list-style: disc;
}

.cmps_page__contmenu:after {
    content: "";
    width: 43%;
    margin: 1em auto;
}