@charset "UTF-8";

/*------------------------------------------------------------------------------
clearfix設定
------------------------------------------------------------------------------*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0; 
    visibility: hidden;
}

/*------------------------------------------------------------------------------
基本設定
------------------------------------------------------------------------------*/
a{ text-decoration: none}
a:link {
	color: #1a0dab;
  text-decoration: none;
}
a:visited {
	color: #1a0dab;
  text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration:none;
}
a:active {
	color: #1a0dab;
	text-decoration:none;
}
a[href^="tel:"] {
	cursor: default;
}




/*------------------------------------------------------------------------------
sitemap設定
------------------------------------------------------------------------------*/
#sitemap {
	margin: 30px 0 0;
}

#sitemap .link01 {
	font-size: 14px;
}
#sitemap .link01 a::before {
    width: 17px;
    height: 17px;
}
#sitemap .link01 a::after {
    left: 4px;
    width: 5px;
    height: 5px;
}
#sitemap ul li.link01:last-child {
	margin-bottom: 0!important
}


#sitemap h1 {
	margin-bottom: 20px!important;
}
#sitemap .box {
	width: 100%;
	margin-top: 20px!important;
}

#sitemap .box h3 {
	box-sizing: border-box;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    padding: 9px 10px 8px;
    display: table;
    background: #f2f6fb;
	position: relative;

}
#sitemap .box h3 a {
    box-sizing: border-box;
    display: table-cell;
    color: #333;
    text-decoration: none;
    width: 100%;
    vertical-align: middle;
}

#sitemap .box h3 a::after {
	content: "";
	display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #014aac;
    border-right: 2px solid #014aac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 38%;
	right: 10px;
}

#sitemap .box .f_box,
#sitemap .box .fs_box {
	float: left;
	width: 48.7%;
}
#sitemap .box .f_box:nth-child(2n) {
	float: right;
}
#sitemap .box .f_box:nth-child(2n+1) {
	clear: both;
}

#sitemap .box .f_box li a {
	text-indent: 0;
	text-decoration: none;
}