@charset "UTF-8";

.contents {
	margin-top: 106px;
}
.contents h1 {
	font-size: 24px;
	border-bottom: 3px solid #0373B6;
	padding-bottom: 2px;
}
.contents table {
	width: 100%;
	border: 1px solid #0373B6;
	margin: 15px 0px 30px;
}
.contents table th {
	border: 1px solid #0373B6;
	width: 24%;
	padding: 3%;
	background: #DEF2FE;
	vertical-align: middle;
	text-align: center;
}
.contents table td {
	border: 1px solid #0373B6;
	width: 64%;
	padding: 3%;
	line-height: 1.25em;
}

.contents h2 {
	font-size: 24px;
	border-bottom: 3px solid #0373B6;
	padding-bottom: 2px;
}
.contents > p {
	text-align: center;
	margin: 15px 0px 30px;
}
#privacy {
	margin-bottom: 50px;
}
#privacy > p {
	line-height: 1.25em;
	text-align: left;
	border-bottom: 1px solid #0373B6;
	padding-bottom: 10px;
}
#privacy ul {
	padding-left: 1.5em;
}
#privacy ul li {
	margin-bottom: 20px;
	list-style: decimal;
	border-bottom: 1px dotted #0373B6;
	padding-bottom: 10px;
}
#privacy ul li h2 {
	font-size: 16px;
	border: none;
	margin-bottom: 5px;
}
#privacy ul li p {
	line-height: 1.25em;
	margin-bottom: 5px;
}
#privacy ul li dl {
}
#privacy ul li dl dt {
	line-height: 1.25em;

}
#privacy ul li dl dd {
	line-height: 1.25em;
	margin-bottom: 5px;
}

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

.contents {
	margin-top: 76px;
}
.contents h1 {
	font-size: 16px;
}
.contents h2 {
	font-size: 16px;
}
.contents table th {
	font-size: 12px;
	text-align: left;
	line-height: 1.25em;
}
.contents table th span {
	font-size: 10px;
}
.contents table td {
	font-size: 12px;
}
.contents > p img {
	width: 100%;
	height: auto;
}
}