/* ------------------------------------------------------------------------
    SAMPLE
------------------------------------------------------------------------  */
.SAMPLE {
    font-weight: 500;
    font-size: .875em;
    color: red;
    margin-top: 5px;
    line-height: 1.5em;
}

/* ------------------------------------------------------------------------
    PAGE TITLE
------------------------------------------------------------------------  */
/* BG */
#PAGE_TITLE:before {
    background-image: url("./images/page_title_sp.jpg");
}
@media screen and (min-width:769px){
    #PAGE_TITLE:before {
        background-image: url("./images/page_title_pc.jpg");
    }
}

/* ------------------------------------------------------------------------
    ABOUT SITE
------------------------------------------------------------------------  */
#ABOUT_SITE{}
/* ol */
#ABOUT_SITE ol.Num > li:before {
	content: counter(count) "） ";
	counter-increment: count 1;
}
/* ul */
#ABOUT_SITE ul {
    margin: 1em 0;
}
#ABOUT_SITE ul li:not(:last-child){
	margin-bottom: .35em;
    counter-reset: count 0;
}
#ABOUT_SITE ul > li {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#ABOUT_SITE ul > li:before {
	content: "・";
}

/* Contact */
.Contact_Title {
    font-weight: 500;
    margin-top: 1em;
}
.Contact {
    padding-left: 1em;
}