@charset "UTF-8";
/*
 * sitemap.css
 */
/* ==========================================================
!Sitemap Common
========================================================== */
/* 横貫きカラムリンク
------------------------------------ */
.txtlink_basic03 {
	display: block;
	margin: 2% 0 0 0;
}

.txtlink_basic03 p {
	margin: -2px 0 0 0;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #008cd5;
}

.txtlink_basic03 p a {
	display: block;
	position: relative;
	width: 100%;
	padding: 2% 2% 2% 20px;
	color: #008cd5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.txtlink_basic03 p a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -0.5em 0 0 0;
	font: normal 100%/1 FontAwesome;
	font-size: 1.2em;
	content: "\f105";
}

.txtlink_basic03 p a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
}

.txtlink_basic03 p a:hover {
	background: #f0fcff none;
}

.txtlink_basic03 .link_list01 ul {
	margin: 0 0 0 4%;
}

.txtlink_basic03 .link_list01 ul li {
	border-width: 0;
}

.txtlink_basic03 .link_list01 ul li a {
	display: block;
	position: relative;
	padding: 1% 0 1% 20px;
	text-decoration: none;
}

.txtlink_basic03 .link_list01 ul li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -0.5em 0 0 0;
	font: normal 100%/1 FontAwesome;
	content: "\f105";
}

.txtlink_basic03 .link_list01 ul li a:hover {
	background: #f0fcff none;
}

.txtlink_basic03 .link_list01 ul li a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
}

.txtlink_basic03 .link_list01 ul li ul li a {
	display: block;
	position: relative;
	padding: 1% 0 1% 20px;
	text-decoration: none;
}

.txtlink_basic03 .link_list01 ul li ul li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -0.5em 0 0 0;
	content: "-";
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px) {
	/* 横貫きカラムリンク
	------------------------------------ */
	.txtlink_basic03 p a {
		padding: 1.5% 2% 1.5% 2.2%;
	}
	.txtlink_basic03 .link_list01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 1.5% 0 0 0;
	}
	.txtlink_basic03 .link_list01 ul {
		width: calc(45% - 10px);
		margin: 0 0 0 30px;
	}
	.txtlink_basic03 .link_list01 ul li ul {
		width: calc(100% - 20px);
	}
}

/*# sourceMappingURL=../../../map/sitemap.css.map */
