@charset "UTF-8";
.content_main_list {
    width: 1000px;
    margin: auto;
}
@media screen and (max-width:1000px) {
    .content_main_list {
        width: 100%;
    }        
}
.content_title{
    display: none;
}
.pg-title{
    font-size: 1.75rem;
    font-weight: bold;
    margin: 1.8rem auto;
    border-bottom:3px solid #5c3735;
    color: #5c3735!important;
}
@media screen and (max-width:480px) {
    .pg-title{
        font-size: 1rem;
    }
}
ul.pg-listbox{
    position: relative;
    padding: 1rem 1.5rem;
    background: #fffbe6;
    margin: 2rem 0;
    border: solid 3px #5c3735;
    border-radius: 0.5rem;
}
@media screen and (max-width:480px) {
    ul.pg-listbox{
        padding: .5rem;
    }
}
ul.pg-listbox::after{
    position: absolute;
    content: "";
    right: -3px;
    top: -3px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #5c3735 #FFF #5c3735;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
}
ul.pg-listbox li{
    font-size: 1rem;
    line-height: 3rem;
    font-weight: bold;
    position: relative;
}
@media screen and (max-width:480px) {
    ul.pg-listbox li{
        font-size: .875rem;
        line-height: 2rem;
    }
}
ul.pg-listbox li.li-ttl{
    border-bottom: 3px solid #5c3735;
    color: #5c3735;
    font-size: 1.25rem;
}
ul.pg-listbox li.li-ttl:not(:first-child){
margin-top: 20px;
}
@media screen and (max-width:480px) {
    ul.pg-listbox li.li-ttl{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
ul.pg-listbox li.li-item{
    padding-left: 20px;
}
@media screen and (max-width:480px) {
    ul.pg-listbox li.li-item{
        padding-left: 15px;
    }
}

ul.pg-listbox li.li-item::before{
    content: "\f0a4";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    left: 0;
    color: #5c3735;
}
span.li-subitem{
    margin: auto 0 auto 10px;
    padding:2px 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1.5rem;
    color: #fff;
    font-size: .75rem;
    font-weight: normal;
    line-height: normal;
    background-color: #5c3735;
}
@media screen and (max-width:480px) {
    span.li-subitem{
        position: relative;
        display: block;
        letter-spacing: 0;
    }
}
.pg-listbox a{
    color: #5c3735!important;
    cursor: pointer;
}
.pg-listbox a:hover{
    color: #ddd189!important;
}
#tl-label-01,#tl-label-02,#tl-label-03{
    position: relative;
    padding-left: 2.7rem;
}
#tl-label-01::before,#tl-label-02::before,#tl-label-03::before{
    content: "\f0a4";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    left: 10px;
    line-height: 2rem;
}
@media screen and (max-width:480px) {
    #tl-label-01::before,#tl-label-02::before,#tl-label-03::before{
        line-height: 1.4rem;
    }
}
.tl-label {
    padding:10px 20px;
    font-size: 1.375rem;
    color: #efefef;
    background-color: #5c3735;
    background: linear-gradient(90deg,#5c3735 0%,#96802d 100%);
}
@media screen and (max-width:480px) {
    .tl-label {
        font-size: 1rem;
    }
}
.tl {
    margin: 1rem 0 -1rem;
    counter-reset: item;
}
.tl-item {
    padding: 0 0 1.5em 1.8em;
    position: relative;
}
.tl-item:before {
    background: #ddd189;
    bottom: 0;
    content: "";
    display: block;
    left: 6px;
    position: absolute;
    top: 24px;
    width: 3px;
}
.tl-item:last-of-type:before {
    display: none;
}
.tl-item__label,
.tl-item__label--default {
    color: #96802d;
    /*font-size: 14px;*/
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    /*padding-top: 5px;*/
}
.tl-item__label--default:before {
    content: "";
    content: "STEP." counter(item);
    counter-increment: item;
}
.tl-item__title {
    padding-left: 1.1rem;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 5px;
    color: #5c3735;
}
@media screen and (max-width:480px) {
    .tl-item__title {
        padding-left: 0rem;
        font-size: 1em;
    }
}
.tl-item__main {
    border-bottom: 1px dashed #ddd189;
    font-size: .9em;
    line-height: 1.6;
    margin-top: 0.5em;
    padding: 0 0 1.5em 1.5em;
}
@media screen and (max-width:480px) {
    .tl-item__main {
        padding: 0 0 1.5em 0;
    }
}
.tl-item__img,
.tl-item__img2 {
    margin:1em 0;
}
.tl-item__img img,
.tl-item__img2 img {
    padding: 10px;
    border: 1px solid #5c3735;
    border-radius: 4px;
}
.tl-item__img img{
    max-width: 600px;
}
.tl-item__img2 img{
    max-width: 100%;
}
.main-bdr {
    border-color: #5c3735!important;
}
.tl-item__marker {
    border: 3px solid;
    border-radius: 50%;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 14px;
    background: #5c3735;
}
.tl-item:not(:first-of-type):not(:last-of-type) .tl-item__marker {
    background: transparent;
}

dl.user_guide_event_info {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #003366;
    border-bottom: none;
    margin-top: 20px;
}
dl.user_guide_event_info dt {
    flex-basis: 30%;
    max-width: 30%;
    margin: 0 auto;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    background: rgba(0, 30, 70, 0.3);
    padding: 10px;
    position: relative;
}
dl.user_guide_event_info dd {
    flex-basis: 70%;
    max-width: 70%;
    padding: 10px;
    border-bottom: 1px solid #003366;
}
.schedule_icon {
    font-size: .75rem;
    padding: 3px 6px;
    color: white;
    background: #bb0000;
    border-radius: 4px;
}