
div.copy {
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
}

h2.headLine01 {
    margin-bottom: 10px;
    color: #106EB6;
    font-size: 24px;
    position: relative;
    text-align: center;
	margin-top: 50px;
}

h2.headLine01::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(16deg);
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	position: absolute;
	top: -20px;
	left: calc(50% - 2px);
}

h2.headLine01::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
	position: absolute;
	top: -20px;
	right: calc(50% - 2px);
}

#sec01 h3 {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}


#main h4 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 18px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

#main .privacy{
}

#main .privacy p {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 5px;
}

#main .privacy ul{
	padding-left: 20px;
	margin-bottom:50px;
}

#main .privacy li{
	list-style-type: decimal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
}