@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/sitemap/img_db/pagevisual.jpg)no-repeat center bottom;
    background-size: cover;
}
/* 
------------------------------------------------------*/
.sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
    gap:10px 1%;
}
.sitemap:last-child {
  margin: 50px auto;
}
.sitemap a{
    transition: all .15s ease-out;
}
.sitemap a:hover {
    color: #8ecdce;
}
.sm_top {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.m_t_0 {
    width: 35%;
}
.m_t_0:last-of-type{
    width: 27%;
}
.link-second {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-weight: bold;
}
.sm_top::before , .link-second::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent linear-gradient(150deg, #83CCCE 0%, #B3D360 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    margin-right: 12px;
    flex: none;
}
.sm_top::after , .link-second::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 9.5px;
    margin-top: -5px;
}
.link-second {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.link-third {
    margin-left: 3.5em;
    margin-bottom: 10px;
}
.link-forth {
    margin-left: 6.5em;
    margin-bottom: 10px;
    margin-top: -5px;
    z-index: 1;
    position: relative;
}
li.link-forth::before {
    content: "¨N";
    display: inline-block;
    margin: 0 5px 0 10px;
    color: #05626D;
}
li.m-chapter {
    margin-bottom: 50px;
}
li.link_blank a::after {
    content: "";
    display: inline-block;
    background: url("/edu/common/img_db/icon_blank.png")no-repeat;
    background-size: contain;
    width: 18px;
    height: 16px;
    margin: 0px 0px -1px 12px;
}

/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
.sitemap {
    max-width: 90%;
}
.m_t_0 {
    width: 48%;
}
}
@media screen and ( max-width: 767px ){
.sitemap {
    flex-direction: column;
    max-width: 90%;
}
.m_t_0 , .m_t_0:last-of-type {
    width: 100%;
    margin-bottom: 0px;
}
.sitemap:last-child {
    margin-top: 0;
}
.sm_top , li.m-chapter {
    margin-bottom: 20px;
}
.link-second {
    font-size: 1.6rem;
}
}
