@charset "utf-8";
/* CSS Document */


/*common
////////////////////////////////////////////////////////////////*/

#sitepolicy article h2,
#link article h2{
	margin: 45px 0 15px;
	padding: 10px 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	background: #009fe8;
}
#sitepolicy article h3 {
	margin: 30px 0 5px;
	font-size: 16px;
	font-weight: bold;
}
#sitepolicy article h3::before {
	content: "○";
	margin-right: 5px;
	color: #009fe8;
	font-size:20px;
	vertical-align: top;
	line-height: 1;
}

/*sitepolicy・privacy
////////////////////////////////////////////////////////////////*/

/*privacy
////////////////////////////////////////////////////////////////*/
#privacy article ol li{
	margin-bottom:20px;
}

/*link
////////////////////////////////////////////////////////////////*/
#link article p.outline{
	margin-left:2em;
}
@media screen and (max-width:767px){
	#link article p.outline{
		margin-left:1em;
	}
}
/*sitemap
////////////////////////////////////////////////////////////////*/
#sitemap article  .sitemap_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#sitemap article .sitemap_list ul {
	width: 30%;
}
#sitemap article .sitemap_list ul li{
	list-style:none;
}
#sitemap article .sitemap_list ul li a{
	line-height:1.8;
	list-style:none;
}
#sitemap article .sitemap_list ul ul{
	width:100%;
}
#sitemap .sitemap_list ul li .c-btn {
	width: 100%;
	margin: 0 0 15px;
	padding-left: 15px;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
@media (min-width: 901px) {
	.l-main a {
		-webkit-transition: opacity .25s ease 0s;
		transition: opacity .25s ease 0s;
		opacity: 1;
	}
}
.c-btn {
	width: 100%;
	max-width:280px;
	height: 50px;
	display: flex;
	margin: 0 auto 20px;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ccc;
	transition:all 0.3s linear;
}
.c-btn::before {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	background: #ccc;
	margin: 0 15px 0 -15px;
}
.c-btn:hover{
	color:#fff;
	text-decoration:none
	border: 1px solid orange;
	background-color:orange;
}
.c-btn:hover::before {
	background: #fff;
}