@charset "utf-8";
/* CSS Document */

main h1 {
    background-color: #ffeafb;
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
    letter-spacing: 5px;
}
@media screen and (max-width: 760px) {
	main h1 {
		padding: 5vw 0;
		font-size: 6vw;
		letter-spacing: 5px;
	}
}

h2:before {
    content: '';
    display: inline-block;
    background: #ff82b7;
    height: 22px;
    width: 6px;
    margin-right: 10px;
}
.h2_bg {
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
}
.sitemap_list ul {
	list-style: none;
}
.sitemap_list li {
	margin-bottom: 10px;
}
.sitemap_list li a{
	text-decoration: none;
	color: #333333;
}
.sitemap_list .fa {
	margin-right: 5px;
	color: #ff82b7;
}