@charset "UTF-8";
.sub_contents_wrapper {
    margin-top: 4rem;
    font-size: 1.4rem;
    border-bottom: dashed 2px #666;
    padding-bottom: 4rem;
}

.sub_contents_wrapper :last-child {
    border-bottom: none;
}

.sub_contents_wrapper h2 {
    margin: 2rem 0;
}

.sub_contents_wrapper h2+p {
    font-size: 1.8rem;
}

.sub_contents_wrapper h2 a {
    color: #0000aa;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.sub_contents_wrapper h2 span {
    color: #666;
    display: block;
}

.sub_contents_wrapper .indent {
    color: #32A9E9;
    padding: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
}

.sub_contents_wrapper .sub_box {
    font-size: 1.2rem;
    padding: 2rem;
    border: solid 1px #999;
    margin-bottom: 4rem;
}

.sub_contents_wrapper .dl_list {
    overflow: hidden;
}

.sub_contents_wrapper .dl_list dt {
    float: left;
    clear: both;
}

.sub_contents_wrapper .dl_list dt::after {
    content: "："
}

.sub_contents_wrapper .dl_list dd {
    float: left;
}

@media (min-width:768px) {
    .sub_contents_wrapper h2 a {
        color: #0000aa;
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .sub_contents_wrapper .flex_box {
        display: flex;
        justify-content: space-between;
    }
    .sub_contents_wrapper .flex_box div:nth-child(1) {
        flex-basis: 67%;
        margin-right: 3.6rem;
        word-break: break-all;
    }
    .sub_contents_wrapper .flex_box.fb {
        border: dashed 1px #666;
        padding: 2rem 1.5rem;
        justify-content: flex-start;
        align-items: center;
        width: 55%;
    }
    .sub_contents_wrapper .flex_box.fb div:nth-child(1) {
        flex-basis: 8%;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .sub_contents_wrapper .sub_box {
        font-size: 1.2rem;
        padding: 2rem;
        border: solid 1px #999;
        width: 70%;
        margin-bottom: 4rem;
    }
}

.sub_contents_wrapper p {
    margin-bottom: 2rem;
}

.sub_contents_wrapper .fb a {
    color: #0099cc;
}

.sub_contents_wrapper .list {
    list-style-position: inside;
    list-style-type: disc;
    font-size: 1.5rem;
    text-indent: -1.4em;
    padding-left: 1em;
    margin: 0 4rem 4rem 2rem;
}

.sub_contents_wrapper .list li {
    margin-bottom: 1rem;
}

.sub_contents_wrapper div:nth-child(2)>a img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sub_contents_wrapper figure a {
    text-align: center;
}

.sub_contents_wrapper figure a>img {
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
}

@media (min-width:768px) {
    .sub_contents_wrapper figure a>img {
        max-width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        margin-top: 0;
    }
}

.sub_contents_wrapper figure {
    margin-bottom: 4rem;
}

.sub_contents_wrapper figcaption {
    margin-bottom: 0;
}

.sub_contents_wrapper .flex_right {
    margin-top: 30px;
}

@media (min-width:768px) {
    .sub_contents_wrapper .flex_right {
        flex-basis: 33%;
        margin-top: 0;
    }
}

.program {
    margin-top: 2rem;
}

.program>li {
    margin-bottom: 2rem;
}

.program li ol {
    list-style-type: disc;
    list-style-position: inside;
}

.program.adj-ind {
    text-indent: -1.8em;
    padding-left: 1.8em;
}


}
.dl_program {
    overflow: hidden;
}
.dl_program::after {
    content: "";
    display: block;
    clear: both;
}
.dl_program dd {
    margin-bottom: 4rem;
}
@media (min-width:768px) {
    .program li ol {
        list-style-type: disc;
        margin-left: 2em;
    }
    
    .dl_program dt {
        float: left;
        clear: both;
    }
    
    .dl_program dd {
        float: left;
        margin-left: 1rem;
        margin-bottom: 4rem;
    }
    
    .dl_program dd+dd {
        margin-left: 5rem;
    }
    
    .dl_program dd:nth-child(8) {
        width: 80%;
    }
}
.dl_program dd li {
    margin-left: 1rem;
    list-style: disc;
    list-style-position: inside;
    width: 100%;
}
@media (min-width:768px) {
    .dl_program .u-abs {
        top: 0;
        right: 0;
    }
    
    .dl_program dd li {
        margin-left: 2rem;
        width: auto;
    }
}
.serif {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.5;
}
.img-r {
    top: 0;
    right: 0;
}
.link {
    color: #0055cc;
}