@charset "utf-8";

/* ------------------------------
    kaijo
------------------------------ */

#page_kaijo .ttl_24{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: calc(36/24);
    margin: 0 0 0.5em;
}

#page_kaijo .btn_entry{
    position: fixed;
    right: calc(2rem + 70px);
    z-index: 18;
    bottom: 7rem;
    width: 220px;
    height: 50px;
}

#page_kaijo .btn_entry a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    background-color: #009DE1;
}

#sec_intro .box{
    background: #F1F1F1;
    padding: 4rem;
    margin-top: 3.3rem;
}
#sec_intro .list_dot li + li {
    margin-top: 0.1em;
}
#sec_intro .btn_pdf{
    margin: 4rem auto 0;
}
#sec_intro .btn_pdf a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #01245D;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    width: 30rem;
    height: 6rem;
}
#sec_intro .btn_pdf a::before {
    content: '';
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2em;
    height: 0.9em;
    background: url(../images/kaijo/ico_download.svg) no-repeat center center / contain;
}

#sec_table{
    margin-top: 7.5rem;
}
#sec_table .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:2rem 0;
    width: 68%;
    margin: 0 auto 5rem;
}
#sec_table .nav .item {
    font-size: 1.5rem;
    border-right: 1px solid #ccc;
}
#sec_table .nav .item a {
    display: block;
    padding:  0 2.5em 0 1.5em;
    position: relative;
}
#sec_table .nav .item a::before {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-60%)rotate(45deg);
    border-right: 2px solid #01245D;
    border-bottom: 2px solid #01245D;
    width: .4em;
    height: .4em;
}
#sec_table .course + .course{
    margin-top: 3.5rem;
}
#sec_table .table_wrap {
    margin-top: 2rem;
}
#sec_table .table_wrap table {
    width: 100%;
    border-collapse: collapse;
}
#sec_table .table_wrap table th,
#sec_table .table_wrap table td {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.4em 0;
    border: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
#sec_table .table_wrap table .head_th01{
    width: 70px;
}
#sec_table .table_wrap table .head_th02{
    width: 50px;
}
#sec_table .table_wrap table tbody td:nth-child(2) {
    width: 50px;
}
#sec_table .table_wrap table tbody td:nth-child(9),
#sec_table .table_wrap table tbody td:nth-child(10),
#sec_table .table_wrap table tbody td:nth-child(11) {
    width: 90px;
}
#sec_table .table_wrap table thead th,
#sec_table .table_wrap table thead td {
    background: #01245D;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0.6em 0;
}
#sec_table .table_wrap table tbody tr.blue{
    background: #EEFAFF;
}
#sec_table .table_wrap table tbody th {
    text-align: left;
    position: relative;
    padding-left: 1.5em;
}
#sec_table .table_wrap table tbody .circle,
#sec_table .table_wrap table tbody .line{
    position: relative;
}
#sec_table .table_wrap table tbody .circle::before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100vh;
    border: 2px solid #3C3C3C;
}
#sec_table .table_wrap table tbody .line::before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 1.4rem;
    height: 1px;
    border-top: 2px solid #3C3C3C;
}
#sec_table .table_wrap table tbody .line{
    font-weight: normal;
    color: #3C3C3C;
}
#sec_table .note{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0.5em 0 0;
    text-align: right;
    font-family: メイリオ,Meiryo,sans-serif;
}
#sec_table .note + .txt{
    margin-top: 2.5rem;
}
#sec_table .link{
    text-align: right;
    margin: 0.5rem 1.5rem 0 0;
    font-weight: bold;
}

#sec_venue{
    margin-top: 7.5rem;
}
#sec_venue .box{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:3rem 8rem;
}
#sec_venue .box .item{
    width: 30rem;
}
#sec_venue .box .item dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.6em;
}
#sec_venue .box .item dd a{
    font-weight: bold;
}
.symbol::before{
	content: '';
    display: inline-block;
    background: #E70000;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100%;
    margin-right: 0.5em;
    flex: 0 0 auto;
}
.blue::before {
    background-color: #009DE1;
    border-radius: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.yellow::before {
    background-color: #FF9C00;
    border-radius: 0;
}
@media screen and (min-width: 769px){
    #page-top{
        bottom:8rem!important;
    }
}

@media screen and (max-width: 768px){

    #page_kaijo .btn_entry{
        position: fixed;
        right: calc(1rem + 40px);
        bottom: 7rem;
        width: 152px;
        height: 30px;
    }
    #page_kaijo .btn_entry a {
        font-size: 1.2rem;
    }

}

@media screen and (max-width : 1200px) {

    #page_kaijo .ttl_24{
        font-size: 1.8rem;
        margin: 0 0 5vw;
    }

    #sec_intro .wrap._1000{
        width: 100%;
    }
    #sec_intro .box{
        padding: 11vw 5%;
        margin-top: 9vw;
    }
    #sec_intro .list_dot li + li {
        margin-top: 2.3vw;
    }
    #sec_intro .btn_pdf{
        margin: 8vw auto 0;
    }
    #sec_intro .btn_pdf a{
        font-size: 1.4rem;
        width: 23em;
        height: 4.5em;
    }

    #sec_table{
        margin-top: 10vw;
    }
    #sec_table .nav{
        justify-content: flex-start;
        gap:2vw 0;
        width: 100%;
        margin: 0 auto 10vw;
        align-items: inherit;
    }
    #sec_table .nav .item {
        font-size: 1.4rem;
        margin: .5em 0;
        width: 50%;
        min-height: 8vw;
        display: flex;
        align-items: center;
    }
    #sec_table .nav .item a {
        padding:  0 2em 0 1em;
        width: 100%;
    }
    #sec_table .table_wrap {
        margin-top: 5vw;
        overflow-x: auto;
    }
    #sec_table .table_wrap table {
        width: 1040px;
        margin: 0 auto;
    }
    #sec_table .table_wrap table th,
    #sec_table .table_wrap table td {
        font-size: 1.4rem;
        padding: 0.5em 0.3em;
    }
    #sec_table .table_wrap table tbody th{
        padding-left: 0.5em;
    }

    #sec_table .table_wrap table tbody .line{
        font-weight: normal;
        color: #C8C8C8;
    }
    #sec_table .note{
        font-size: 1.4rem;
        margin: 2vw 0 0;
    }
    #sec_table .note + .txt {
        margin-top: 5vw;
    }
    #sec_table .link {
        margin: 1vw 2vw 0 0;
    }
    #sec_table .course + .course {
        margin-top: 7vw;
    }

    #sec_venue{
        margin-top: 10vw;
    }
    #sec_venue .box{
        margin: 3vw auto 0;
        display: block;
        width: 80%;
    }
    #sec_venue .box .item{
        width: 100%;
    }
    #sec_venue .box .item:nth-child(n+2){
        margin-top: 5vw;
    }
    #sec_venue .box .item dt{
        font-size: 1.6rem;
        margin-bottom: 3vw;
    }
    #sec_venue .box .item dd{
        font-size: 1.4rem;
        line-height: calc(21/14);
    }
    #sec_venue .box .item dd li + li{
        margin-top: 2vw;
    }
}
