
@charset "UTF-8";

/*-入会費内の内訳-*/
.s-title-box {
    margin: 1em 0;
    padding: 1em;
    position: relative;
    border: 1px solid #555
}
.s-title-box-title {
    position: absolute;
    top: -.8em;
    left: 20px;
    font-weight: 700;
    font-size: 1.2em;
    background: #fff;
    padding: 0 .5em
}
.s-title-box p {
    margin: 0;
    padding: 0
}
.s-title-box dl {
    margin-top: 20px;
}
.s-title-box dt {
    font-weight: 600;
}
.uk-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;

}
/*ーテキストー*/
.arrow-text {
    z-index: 1;
    font-weight: bold;
    text-shadow: 1px 0px 4px #222;
    color: #f0f8ff;
    display:none;
}
@media screen and (max-width: 768px){
    .arrow-text {
         display:block;
    }
}
/*-各コースのサービス内容一覧-*/
*+.uk-table {
    margin-top: 20px;
}
.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
    .inner_item_txt{
        overflow-x: scroll;
    }
    .uk-table{
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
     }
}
.uk-table-middle {
    vertical-align: middle!important;
}
.uk-text-center {
    text-align: center!important;
}
.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    /*font-size: .875rem;*/
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}
.uk-table-striped tbody tr{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.uk-table-striped tbody tr:nth-of-type(odd){
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    
}
.uk-table-middle td {
    vertical-align: middle!important;
}
.uk-table td {
    padding: 16px 12px;
}
.thd {
    background: var(--i_btn_color);
    color: #fff !important;
}