@charset "utf-8";
/*pagetitle*/
.contents .pagetitle {
    background-image: url(../images/title_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*sitemap__page*/
.sitemap__page{
	padding: 0 4vw; 
}
.sitemap__page h3 {
    text-align: left;
    margin-bottom: 1em;
    background-color: #f2f2f2;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.sitemap__page h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 5em;
    border-bottom: 2px solid #0150B5;
    left: 0;
    bottom: 0;
    margin-bottom: -2px;
}
/*.sitemap__page h3::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 18px;
    height: 4px;
    background-color: #0150B5;
}*/
.sitemap__page h3 a{
	text-decoration:none;
	color: #272727;
	display:block;
	padding: 15px 0 15px 15px;
}
.sitemap__page h4 {
	color: #0150B5;
	font-weight:bold;
	padding-left:32px;
	margin-bottom:1em;
	position:relative;
}
.sitemap__page h4::after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    width: 12px;
    height: 3px;
    background-color: #0150B5;
}
.sitemap__page h5{
    font-weight: bold;
    margin: 0 0 1em 35px;
}
.sitemap__page .block{
	margin-bottom:4vw;
}
.sitemap__page .block ul{
	overflow:hidden;
	padding-left:35px;
	margin-bottom:2vw;
}
.sitemap__page .block ul li{
	float:left;
	margin-bottom:15px;
	margin-right:20px;
}
.sitemap__page .block ul li a{
	text-decoration:none;
	color: #272727;
	word-break: break-all;
	word-wrap: break-word;
	white-space:nowrap;
}
.sitemap__page .block ul li a:hover{
	text-decoration: underline;
	color: #0150B5;
}
.sitemap__page .block ul li a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: #666 2px solid;
        border-top-color: rgb(102, 102, 102);
        border-top-width: 2px;
    border-right: #666 2px solid;
        border-right-color: rgb(102, 102, 102);
        border-right-width: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 8px 0 0;
    vertical-align: middle;
}

/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.sitemap__page h3 a {
    text-decoration: none;
    color: #272727;
    display: block;
    padding: 10px 0 10px 10px;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media screen and (min-width:768px) {
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media screen and (min-width: 960px) {
.sitemap__page {
    padding: 0 2vw;
    margin: 0 auto;
	max-width:1028px;
}
.sitemap__page .block{
	margin-bottom:2vw;
	
}
.sitemap__page h3 {
	font-size:119%;
}
.sitemap__page h4 {
	font-size:113%;
}
.sitemap__page .block ul li{
	width:25%;
	margin-right:0;
}
}
@media screen and (min-width: 1280px) {

}

