@charset "utf-8";
/*------------------------------------------------------------
	/sitemap
------------------------------------------------------------*/
#conts ul {
    width: 378px;
}
#conts ul > li {
	padding: 16px 15px 13px;
    border-radius: 5px;
    border: 1px solid #AA8560;
    box-shadow: 0 2px 0 #AA8560;
}
#conts ul > li:not(:last-child) {
    margin-bottom: 18px;
}
#conts li a {
    padding-left: 18px;
	display: block;
	font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.71;
	background: url(../../img/common/icon71.png) no-repeat left top 4px / 14px auto;
}
#conts li a small {
    margin-top: 8px;
	display: block;
	font-size: 1.4rem;
    font-weight: normal;
}
#conts li a:hover {
	opacity: 0.7;
}
#conts .subList {
    width: auto;
    margin: 5px 0 0 20px;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
}
#conts .subList li {
    margin: 0 !important;
	padding: 0;
    position: relative;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
#conts .subList li::before {
    margin-top: -2px;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px dashed #FE7A00;
    content: "";
}
#conts .subList li:last-child::after {
    width: 1px;
    height: 9999px;
    position: absolute;
    left: 0;
    bottom: calc(100% - 11px);
    border-left: 1px dashed #FE7A00;
    content: "";
}
#conts .subList li a {
    padding-left: 25px;
	display: inline-block;
    color: #1492E6;
	font-size: 1.4rem;
    font-weight: normal;
	line-height: 1.71;
    text-decoration: underline;
	background: none !important;
}
#conts ul > li.cor01 {
    border-color: #FE7A00;
    box-shadow: 0 2px 0 #FE7A00;
}
#conts ul > li.cor02 {
    border-color: #1F8BB9;
    box-shadow: 0 2px 0 #1F8BB9;
}
#conts ul > li.cor02 a {
    background-image: url(../../img/common/icon75.png);
}
#conts ul > li.cor02 .subList li::before {
    border-top-color: #1F8BB9;
}
#conts ul > li.cor02 .subList li::after {
    border-left-color: #1F8BB9;
}
#conts ul > li.cor03 {
    border-color: #36A638;
    box-shadow: 0 2px 0 #36A638;
}
#conts ul > li.cor03 a {
    background-image: url(../../img/common/icon73.png);
}
#conts ul > li.cor03 .subList li::before {
    border-top-color: #36A638;
}
#conts ul > li.cor03 .subList li::after {
    border-left-color: #36A638;
}
#conts ul > li.cor04 {
    border-color: #DEAB14;
    box-shadow: 0 2px 0 #DEAB14;
}
#conts ul > li.cor04 a {
    background-image: url(../../img/common/icon74.png);
}
#conts ul > li.cor04 .subList li::before {
    border-top-color: #DEAB14;
}
#conts ul > li.cor04 .subList li::after {
    border-left-color: #DEAB14;
}
#conts ul > li.cor05 {
    border-color: #E76357;
    box-shadow: 0 2px 0 #E76357;
}
#conts ul > li.cor05 a {
    background-image: url(../../img/common/icon72.png);
}
#conts ul > li.cor05 .subList li::before {
    border-top-color: #E76357;
}
#conts ul > li.cor05 .subList li::after {
    border-left-color: #E76357;
}
@media all and (max-width: 897px) {
    #conts {
        margin: 16px 0 54px;
    }
    #conts .flexB {
        display: block;
    }
    #conts ul {
        width: auto;
    }
    #conts ul:not(:last-child) {
        margin-bottom: 18px;
    }
    #conts li a small {
        margin: 0 0 0 -20px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    #conts .subList {
        padding-left: 7px;
    }
    #conts .subList li::before {
        margin-top: 0;
        width: 15px;
        left: -7px;
        top: 11px;
    }
    #conts .subList li:last-child::after {
        left: -7px;
    }
    #conts .subList li a {
        padding-left: 18px;
    }
}
@media all and (max-width: 374px) {
    #conts .subList li a {
        padding-left: 12px;
        font-size: 1.2rem;
    }
}

