@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */

.site_map a:link {
    text-decoration: none;

}

/* ==========================

============================= */
.site_map {
    max-width: 1024px;
    margin: auto;
    font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}
p.sm_top {
    border-bottom: solid 1px #ccc;
    padding: 0 0 40px 30px;
    font-weight: bold;
    font-size: 120%;
}
.sm_list {
    display: flex;
   flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-between;
    padding: 40px 0px;
    margin: auto;
}
.sm_list ul {
    margin-top: 40px;
    padding: 0 30px;
}
ul.m_t_0 {
    margin-top: -20px;
}


.sm_list li.second {
    margin: 40px 0 15px;
}
.sm_list li.third,.sm_list li.forth{
background: url("../img/text_bg.png")no-repeat center left;
}
.sm_list li.third {
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-indent: 1em;
}
.sm_list li.forth {
    margin-left: 60px;
    text-indent: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}



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

}
@media screen and ( max-width: 767px ){
.site_map {
    max-width: 85%;
}
.sm_list ul {
    margin-top: 0;
    padding-right: 0px; 
}
li.forth:last-child {
    margin-bottom: 0;
}
.sm_list li.second {
    font-weight: bold;
}
}
@media print {


}