/* 
    Created on : Jul 2, 2021, 2:21:34 PM
    Author     : Lizma
*/
.content-guide-detail li{
    font-size: 16px;
    color: #222222;
    line-height: 1.6;
    position: relative;
}
.bg-color-title{
    background-color: blue;
}
.border-bottom-grey-about-title {
    border-bottom: 2px solid #c8c8c8;
    width: 35px;
    margin: auto;
}
/*sidebar*/
.sidebar-guide-detail-PC{
    padding-right: 2.5em;
    padding-left: 0;
}
.guide-menu{
    margin-bottom: .7em;
}
.guide-title{
    background-color: #0f3587;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 2.5em 2em;
}
.guide-title .text-ttl{
    color: #fff; 
    margin: 0;
    font-size: 16px;
    padding-right: 1em;
}
.guide-title .guide-icon{
    width: 10%;
}
.guide-title .guide-icon.attendance{
    width: 12%;
}
.guide-content{
    border: 1px solid #0f3587;
    padding: 2em 1.5em 1.5em;
}
.guide-content .link-wrap:hover{
    transition: 500ms ease 0s;
}
.guide-content .link-wrap:hover .link p{
    opacity: .6;
    color: #0f3587;
}
.guide-content .link{
    display: flex;
    align-items: baseline;
    margin-bottom: 1em;
}
.guide-content .link p{
    margin: 0;
    padding-left: 1em;
    width: fit-content;
}
.guide-content .link:before {
    content: '';
    border-right: 2px solid #123a89;
    border-top: 2px solid #123a89;
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    display: inline-block;
}
.guide-detail-desc{
    padding: 0 0 1em;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #c8c8c8;
}
.guide-detail-desc:last-child{
    border-bottom: none;
}
.guide-detail-desc .subttl{
    border-left: 2px solid #c8c8c8;
    margin-bottom: 1.5em;
}
.guide-detail-desc .subttl h4{
    margin: .5em 0 1em 1.3em;
    padding-top: 3px;
    font-size: 16px;
}
.guide-detail-desc .detail-desc{
    display: flex;
    padding-top: .5em;
    margin-bottom: 1em;
}
.guide-detail-desc .detail-desc .step{
    background-color: #f5f5f5;
    padding: 0 .5em;
    height: fit-content;
}
.guide-detail-desc .detail-desc .desc-step{
    margin-left: 1em;
}
.guide-detail-desc .detail-desc .desc-step p{
    margin: 0;
}
.guide-detail-desc .detail-desc .desc-step .blue-txt{
    color: #1588e0;
}
.detail-desc .desc-step .image-wrap{
    position: relative;
    margin: 2em 0 1.5em;
}
.detail-desc .desc-step .image-wrap .topbar-img{
    width: 98%;
}
.detail-desc .desc-step .image-wrap .hand-icon{
    position: absolute;
    width: 6%;
    right: 1%;
    top: 45%;
}
.guide-detail-desc .link-contact{
    color:#0e498a;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.guide-detail-desc .link-contact:hover{
    opacity: .5;
    transition: 500ms ease 0s;
}
.guide-detail-desc .red-txt,
.guide-detail-desc .desc-step .red-txt{
    margin-top: 1.6em !important;
}
.guide-detail-desc .blue-link{
    margin: 1.6em 0 1em;
}
.guide-detail-desc .blue-link a{
    text-decoration: underline;
    color: #0f3587;
    text-underline-offset: 2px;
}
.guide-detail-desc .blue-link p{
    text-decoration: none !important;
    color: #222222;
    margin: 0;
}
.guide-detail-desc .detail-desc .desc-step ul{
    padding-left: 20px;
}
.guide-detail-desc .detail-desc .desc-step ul li{
    font-size: 13px;
    padding-left: 5px;
}
.guide-detail-desc .detail-desc .desc-step ul li::before{
    font-size: 10.5px;
}
.guide-detail-desc.list-guide ul {
    list-style-type: none;
}
.guide-detail-desc.list-guide ul li::before {
    content: '◆';
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 0px;
}
.guide-detail-desc.list-guide ul li::marker {
    content: '' !important;
}
.guide-detail-desc.list-guide ul {
    padding-inline-start: 24px;
}

.course-guide img{
    width: 9%;
}
#part-online ul {
    list-style: decimal;
    padding-left: 1em;
}
#part-online .down-arrow {
    padding-left: 2.5em;
    font-size: 20px;
}
.req-attendance2 {
    margin-top: 2em;
}
.content-guide-detail {
    padding-right: 0;
}
.sidebar-guide-detail-SM{
    display: none;
}
ul.number-type{
    list-style-type: decimal;
}
ul.number-type li{
    
}
p.no-marginbottom{
    margin-bottom: 0;
}

/*ipad pro*/
@media only screen and (max-width: 1024px) {

}

/*ipad*/
@media only screen and (max-width: 768px) {
    .guide-title{
        padding: 2em;
    }
    .guide-detail-page{
        display: flex;
        flex-direction: column;
    }
    .guide-detail-page .sidebar-guide-detail-PC {
        width: 100%;
        padding-right: 0;
    }
    .guide-title .guide-icon.attendance {
        width: 5.2%;
    }
    .guide-title .guide-icon {
        width: 4%;
    }
    .guide-detail-page .content-guide-detail {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 40.063em) {
    .guide-title .guide-icon.attendance {
        width: 36px;
        align-items: center;
        padding: 0em;
    }
    .guide-title-SM .guide-icon-SM{
        width: 12%;
    }
    .guide-title .guide-icon {
        align-items: center;
        padding: 0em;
        width: 26px;
        height: auto;
        margin: auto auto 7px;
        display: block;
    }
    .sidebar-guide-detail-PC {
        display: none;
    }
    .sidebar-guide-detail-SM{
        display: block;
    }
    .sidebar-guide-menu{
        display: flex;
    }
    .guide-title .text-ttl {
        color: #fff;
        margin: 0;
        font-size: 13px;
        padding-right: 0em; 
        text-align: center;
    }
    .guide-title {
        background-color: #0f3587;
        display: block; 
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: .5em .5em;
        height: 100%;
    }
    .guide-menu {
        margin-bottom: 0em;
        padding: .3em;
    }
    .guide-title-SM {
        background-color: #0f3587;
        display: flex; 
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 2.5em 2em;
    }
    .guide-title-SM .text-ttl {
        color: #fff;
        margin: 0;
        font-size: 16px;
        padding-right: 1em;
    }
}
