.Column{
    max-width: 1200px;
    margin: 0 auto;

    margin-top: 10rem;
}
@media screen and (max-width:768px) {
    .Column{
        margin-top: 9rem;
        margin-bottom: 6rem;
    }
}
.Column h1{
    font-size: 3rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .Column h1{
        padding-left: 2rem;
        font-size: 2rem;
    }

}
.Column__flex{
    display: flex;
}
@media screen and (max-width:768px) {
    .Column__flex{
        flex-direction: column;
        padding: 0 2rem;
    }      
}

.Column__flex__main{
    width: 70%;


}
.Column__flex__main__inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;

}
@media screen and (max-width:768px) {
    .Column__flex__main{
        width: 100%;
    }
    .Column__flex__main__inner{
        width: 100%;
        margin: 0;
        margin-bottom: 6rem;
    }


}
.Column__flex__sidebar{
    width: 30%;
    padding-left: 5%;
    box-sizing: border-box;

}

@media screen and (max-width:768px) {
    .Column__flex__sidebar{
        width: 100%;
        padding-left: 0;
    }

    
}
.Post__column{
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3rem;

}
@media screen and (max-width:768px) {
    .Post__column{
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
    
}
.Post__column__img{
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.Post__column__img img{
    width: 100%;

}
.Post__column .category_post{
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 2rem;
    background: #C3B266;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 1.6rem;
    font-weight: bold;
    
}
.Post__column__title{
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;

}
.Post__column p{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #000;

}
.Post__column p time{
    font-size: 1.4rem;
    line-height: 1.8rem;
    position: relative;
    padding-left: 3rem;

}

.Post__column p time::before{
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    /* background-color: red; */
    background: url(../img/post-c_icon.png) no-repeat center/contain;
    

}
@media screen and (max-width:768px) {
    .Post__column__title{
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }
    .Post__column p{
        font-size: 1.2rem;
    }
}
.Post__column p time{
    font-size: 1rem;
    line-height: 1.8rem;

}
    

.Sidebar__ttl{
    background-color: #C3B266;
    font-size: 1.8rem;
    color: #fff;
    padding: 1rem 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;

}
@media screen and (max-width:768px) {
    
}

.Ranking{

}

.Ranking__post{
    /* margin-bottom: 3rem; */
    /* padding-bottom: 3rem; */
    margin-bottom: 4rem;
    position: relative;
    display: block;


}
@media screen and (max-width:768px) {
    .Ranking__post{
        margin-bottom: 2rem;
    }
}
.Ranking__post__img{
    margin-bottom: 1rem;


}
.Ranking__post__title{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: bold;

}
.column-categories li a{
    line-height: 2rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;

}


.Ranking__post::before{
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    /* top: 50%; */
    top: 1rem;
    /* left: 10px; */
    left: 1rem;
    /* transform: translateY(-50%); */
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;

    /* background-color: red; */

}
.Ranking__post:nth-of-type(1)::before{
    content: "1";
    background-color: #FCDD3E;

}
.Ranking__post:nth-of-type(2)::before{
    content: "2";
    background-color: #A5A5A5;


}
.Ranking__post:nth-of-type(3)::before{
    content: "3";
    background-color: #BB722B;


}
.Ranking__post:nth-of-type(4)::before{
    content: "4";
    background-color: #3D3D3D;


}
.Ranking__post:nth-of-type(5)::before{
    content: "5";
    background-color: #3D3D3D;


}


/* 詳細ページ */
.Column__flex__main__content{

}
.Column__flex__main__content__h1{
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
    .Column__flex__main__content__h1{
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1rem;
    }
}
.Column__flex__main__content__info{
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-between;

}
@media screen and (max-width:768px) {
    .Column__flex__main__content__info{
        margin-bottom: 1rem;
    }
}
.Column__flex__main__content__info time{
    padding-left: 4rem;
    position: relative;
    
}
@media screen and (max-width:768px) {
    .Column__flex__main__content__info time{
        padding-left: 3rem;
    }
}

.Column__flex__main__content__info time::before{
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    /* background-color: red; */
    background: url(../img/post-c_icon.png) no-repeat center/contain;
    

}
.Column__flex__main__content__info .category_post{
    background-color: #C3B266;
    padding: 0.2rem 1.5rem;
    text-align: center;
    border-radius: 2rem;
    color: #fff;

}

.Column__flex__main__content__img{
    margin-bottom: 4rem;

}
.Column__flex__main__content__img img{
    width: 100%;
}
@media screen and (max-width:768px) {
    .Column__flex__main__content__img{
        margin-bottom: 3rem;
    }
}

/* テキスト */
.Column__flex__main__content__text p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 0 !important;

}
.Column__flex__main__content__text p mark{
    background: linear-gradient(transparent 50%, #ff9  50%);
    font-style: normal;



}
.Column__flex__main__content__text p strong{
    font-weight: bold;
 

}
.Column__flex__main__content__text ul li{
    list-style-type: disc !important; 
    list-style: inside;



}
.Column__flex__main__content__text ol li{
    list-style-type: decimal !important; 

    /* list-style: disc !important;  */
    list-style: inside;

}
.Column__flex__main__content__text ul,
.Column__flex__main__content__text ol{
    /* list-style-type: disc !important; 
    list-style: disc !important; 
    list-style: inside; */

}
.Column__flex__main__content__text h1{
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 25px;


}
.Column__flex__main__content__text h2{
    font-size: 30px;
    line-height: 40px;
    /* margin-bottom: 15px; */
    /* margin-top: 25px; */
    font-weight: bold;


}

.Column__flex__main__content__text h3{
    font-size: 26px;
    line-height: 35px;
    /* margin-bottom: 15px; */
    /* margin-top: 25px; */
    font-weight: bold;


}
.Column__flex__main__content__text h4{
    font-size: 22px;
    line-height: 28px;
    /* margin-bottom: 15px; */
    /* margin-top: 25px; */

    font-weight: 500;


}

.Column__flex__main__content__text li{
    font-size: 18px;
    line-height: 32px;
}
.Column__flex__main__content__text a{
    text-decoration: underline;
    color: #0030EE;

}

.Column__flex__main__content__text h2 strong,
.Column__flex__main__content__text h3 strong,
.Column__flex__main__content__text h4 strong{
    font-weight: bold;
}

.Column__flex__main__content__text h2,
.Column__flex__main__content__text h3,
.Column__flex__main__content__text h4{
    /* font-weight: bold; */
    margin-top: 50px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    
.Column__flex__main__content__text h2,
.Column__flex__main__content__text h3,
.Column__flex__main__content__text h4{
    /* font-weight: bold; */
    margin-top: 30px;
    margin-bottom: 15px;
}
}

@media screen and (max-width:768px) {
    /* テキスト */
.Column__flex__main__content__text p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;

}
.Column__flex__main__content__text h1{
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 15px;

}
.Column__flex__main__content__text h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;

}

.Column__flex__main__content__text h3{
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 15px;

}
.Column__flex__main__content__text h4{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;

}

.Column__flex__main__content__text li{
    font-size: 15px;
    line-height: 24px;
}


}

.Column__flex__main__content__banner{

}

#toc_container.no_bullets ul li{
    list-style-type: none !important;


}
#toc_container a{
    color: #000;
}

.toc_list>li>a{
    font-weight: bold;
}


.Supervisor{

}
.Supervisor__head{


}
.Supervisor__head{
    font-size: 2rem !important;
    line-height: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 !important;
    /* margin: 0 !important; */
    background-color: #C3B267;
    padding: 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
    max-width: fit-content;
    margin-top: 0rem;
    display: block;
    margin-top: 5rem !important;



}
.Supervisor__content__text a{
    color: #C3B267;


}

.Supervisor__content__text .sns{
  position: static;
}

.Supervisor__content__text .sns ul{
  justify-content: start;
}

.Supervisor__content__text .sns li{
  list-style: none !important;
}

@media screen and (max-width:768px) {
    .Supervisor__head p{
        font-size: 1.6rem !important;
        line-height: 2rem;
    }

}
.Supervisor__content{
    border: 2px solid #C3B267;
    display: flex;
    padding: 3rem;
    border-radius: 0 1rem 1rem 1rem;

}
@media screen and (max-width:768px) {
    .Supervisor__content{
        flex-direction: column;
        padding: 2rem;
    }
}
.Supervisor__content__img{
    width: 20%;
    
}
@media screen and (max-width:768px) {
    .Supervisor__content__img{
        margin-bottom: 2rem;
        width: 100%;
    }
}
.Supervisor__content__img img{
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    display: block;

}
@media screen and (max-width:768px) {
    .Supervisor__content__img img{
        margin: 0 auto;
    }
}
.Supervisor__content__text{
    width: 80%;
    padding-left: 5%;

}
@media screen and (max-width:768px) {
    .Supervisor__content__text{
        width: 100%;
        padding-left: 0;
    }
}

.Supervisor__content__text .ttl{
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 0;
}
.Supervisor__content__text .text{
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 0;
}

.Supervisor__content__text a{
    font-size: 1.6rem;
}

@media screen and (max-width:768px) {
    .Supervisor__content__text .ttl{
        font-size: 1.8rem;
    }
    .Supervisor__content__text .text{
        font-size: 1.5rem;
    }
    .Supervisor__content__text a{
        font-size: 1.5rem;

    }

}


.nav-links{
    display: flex;
    justify-content: center;
    margin-bottom: 6rem;
}

.nav-links .page,
.nav-links .page-numbers{
    font-size: 2rem;
    color: #C3B266;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid #C3B266;
    margin: 0 1rem;
    text-align: center;
    line-height: 5rem;

}
@media screen and (max-width:768px) {
    .nav-links .page,
    .nav-links .page-numbers{
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.5rem;
        margin: 0 0.5rem;

    }


}
.nav-links .current{
    color: #fff;
    background-color: #C3B266;
}
.nav-links .page-numbers:hover{
    opacity: 0.7;

}

.next,.prev{
    border: none !important;
    width: auto;
}



iframe{
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    height: auto !important;
}




