br.sp {
	display: none;
}


nav ul li.info a {
	pointer-events: none;
	color: #B2B2B2;
}


article {
	max-width: 680px;
}
section p {
	line-height: 1.75em;
	text-align: justify;
	letter-spacing: .05em;
}


section.people p {
	margin-bottom: 2em;
}
section.people p a {
	color: #7DB3D7;
}
section.people p a:hover {
	color: #F978DB;
}


section.pinterest h2 {
	margin: 0;
	font-family: "kiro", sans-serif;
	font-style: italic;
	color: #7DB3D7;
}
section.pinterest h2 a {
	display: inline-block;
	width: 100%;
}
section.pinterest p {
	text-align: center;
}
section.pinterest p a {
	color: #7DB3D7;
}
section.pinterest a:hover {
	color: #F978DB;
}
section.pinterest a.hover {
	color: #F978DB;
	opacity: .5;
}


section.contact h2 {
	margin: 0;
	color: #7DB3D7;
}
section.contact h2 a {
	display: inline-block;
	width: 100%;
}
section.contact p {
	text-align: center;
}
section.contact p a {
	color: #7DB3D7;
}
section.contact a:hover {
	color: #F978DB;
}
section.contact a.hover {
	color: #F978DB;
	opacity: .5;
}
/*section.contact .links {
	display: flex;
	justify-content: center;
	margin: 70px 0 0;
}
section.contact .links .wrap_link {
	width: 202px;
}
section.contact .links .wrap_link ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	margin: auto;
}
section.contact .links .wrap_link ul li {
	width: 40px;
}
section.contact .links .wrap_link ul li:first-child {
	width: 45px;
}*/


section.site_policy h3 {
	margin: 1.5em 0 .1em;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
section.site_policy p {
	font-size: 14px;
	line-height: 2em;
}
section.site_policy ol {
	margin: 0;
	padding-left: 3em;
	font-size: 14px;
}
section.site_policy ol li {
    padding: .5em 0;
}


section.company h2 {
	margin: 0;
	text-align: left;
	font-family: "kiro", sans-serif;
	font-style: italic;
	font-size: 50px;
}
section.company dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding-left: 1.5em;
	font-size: 14px;
	line-height: 1.8;
}
section.company dl dt {
	width: 5em;
	padding: .25em 0;
}
section.company dl dd {
	width: calc(100% - 5em);
	margin: 0;
	padding: .25em 0;
}
section.company .list_title {
	margin-top: 2em;
	padding: .25em 0 .25em 1.5em;
	font-size: 14px;
	line-height: 1.8;
}
section.company ul {
	padding-left: 1.5em;
	font-size: 14px;
	line-height: 1.8;
}
section.company ul li {
    padding: .25em 0;
}
section.company ul li::before {
	content: "○";
}


@media(max-width: 500px) {
	article {
		/*width: 70%;*/
	}
	br.sp {
		display: block;
	}
}
