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

header { border-color: #FFF; }
h2,h3 { border-color: #ae2017; }

.kitei aside #SideNav dd:nth-child(5),.privacy aside #SideNav dd:nth-child(6),
.saiyou aside #SideNav dd:nth-child(4),.sitemap aside #SideNav dd:nth-child(7) { background: #dcdcdc; font-weight: bold; }
.kitei aside #SideNav dd:nth-child(5) > a,.privacy aside #SideNav dd:nth-child(6) > a,
.saiyou aside #SideNav dd:nth-child(4) > a,.sitemap aside #SideNav dd:nth-child(7) > a { letter-spacing: -0.05em; }
.kitei aside #SideNav dd:nth-child(5) ul,.privacy aside #SideNav dd:nth-child(6) ul { display: block; }

hr { width: 100%; height: 2px; border: none; background: url(../../members/images/bg_line.png) no-repeat center; margin-top: 40px; background-size: 100% auto; }

ol { list-style: decimal; margin-left: 1.8em; font-size: 0.875em; line-height: 1.5em; margin-top: 5px; }

.box { background: #f5f3f0; padding: 20px; margin-top: 20px; }
.kitei { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.kitei .box .img { width: 60px; }
.kitei .box ol { width: calc(100% - 100px); }

.privacy ol { list-style: none; margin-left: 0; margin-top: 20px; }
.privacy ol li { text-indent: -2.7em; margin-left: 2.7em; }
.privacy p + ul { margin-top: 5px; }
.privacy ul + p { margin-top: 30px; }
.privacy .disc { list-style: disc; margin-left: 1.2em; }
.privacy .box h4 { margin-top: 0; }
.privacy li a { color: #000; text-decoration: none; font-weight: bold; }
.privacy li a:hover { text-decoration: underline; }
.privacy p.box { width: auto; display: inline-block; }
.privacy p.indent { text-indent: -1em; margin-left: 1em; }

.saiyou table { border-collapse: collapse; border: 1px solid #CCC; margin-top: 20px; font-size: 0.875em; line-height: 1.3em; }
.saiyou table th { background: #f5f3f0; border: 1px solid #CCC; padding: 10px; text-align: left; }
.saiyou table td { border: 1px solid #CCC; padding: 10px; }


main h3 a,.sitemap main ul a,.sitemap main dt a { color: #000; text-decoration: none; }
main h3 a:hover,.sitemap main ul a:hover,.sitemap main dt a:hover { text-decoration: underline; }

.sitemap main ul { list-style: circle; margin-left: 1.5em; }
.flex { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-content: flex-start; align-content: flex-start; }
.flex dl { width: 48%; margin-top: 20px; }
.flex dl ul { margin-top: 10px; }


@media screen and (max-width:767px) {

	
}



@media screen and (max-width:414px) {
	.saiyou table { }
	.saiyou table th { display: block; border: none; width: 100%; box-sizing: border-box; }
	.saiyou table td { display: block; border: none; padding: 10px; }
	.saiyou table th br { content: ""; }
	.saiyou table th br:before { content: ""; margin-left: -0.3em; }
	
	.flex { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
	.flex dl { width: 100%; }
}
