@charset "utf-8";

/* CSS Document */

a.seki{
    color: #ffe400!important;
    text-decoration: underline!important;
}

.boxfl {
    display: -webkit-flex;
    display: flex;
}

.boxfl img {
    width: 50%;
    margin-left: 100%;
}


/* tab */

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #325A8C;
    display: block;
    order: -1;
}

.tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-switch:checked+.tab-label {
    background: #325A8C;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tab-switch {
    display: none;
}

#inspect .ins div>div {
    width: 92%!important;
}

#inspect .ins div>figure {
    float: none!important;
    width: 160px;
    margin: 10px auto 0 auto;
}

.tab-switch:checked+.tab-label:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #325a8c;
    border-width: 14px;
    margin-left: -14px;
}

.tab-switch:checked+.tab-label {
    background: #325A8C;
    position: relative;
}


.header {
    position: relative;
}
.kiki {
    display: none;
}
.kyu {
    display: none;
}
.recruit {
    float: left;
    position: relative;
    top: -90px;
    left: 450px;
    xmargin: 10px 0 0 10%;
    width: 30%;
    xmin-height: 108px;
}
.kai a {
    position: absolute!important;
    top: -100px!important;
    left: 0px;
    display: block!important;
    width: 30%!important;
}
.otoi a {
    position: absolute!important;
    top: -100px!important;
    left: 80px;
    display: block!important;
    width: 40%!important;
}
.second header .sub {
    margin: 30px 0 0 0;
    xposition: absolute!important;
    xtop: 40px!important;
    xright: 0;
}
@media (min-width:770px) and (max-width:992px) {
    .recruit {
        position: absolute!important;
        top: 0px!important;
        left: 26%;
        width: 30vw;
    }
    
    .second header .sub {
        position: absolute!important;
        top: 0px!important;
        right: 20px;
    }
}
@media (min-width:545px) and (max-width:769px) {
    .recruit {
        position: absolute!important;
        top: 0px!important;
        left: 26%;
        width: 55%;
    }
}
@media (max-width:545px) {
    .recruit {
        position: absolute!important;
        top: 50px!important;
        left: 6%;
        width: 80%;
    }
    
    #contents {
        margin-top: 10%;
    }
}
.ins li span {
    font-size: 1.4rem;
}