
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 {
	text-align: left;
}

#main h3 img {
	width: 100%;
	margin-bottom: 20px;
}

#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 .copy {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 50px;
}

#main .answer {
	background-image: url(../owner/images/answer_bg.png);
	background-repeat: repeat;
	background-position: center center;
	margin-bottom: 50px;
	padding: 20px 10px;
}

#main .answer h4 {
	color: #1569ab;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

#main .answer li {
	text-align: left;
	background: url(../owner/images/answer_icon.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	margin-bottom: 5px;
}

#main .answer .inner {
	background: #1569ab;
	padding: 10px;
	margin-top: 10px;
}

#main .answer .title{
	text-align: center;
	color: #FFEA01;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .answer .txt{
	text-align: left;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}

#main .point {
margin-bottom: 20px;
}

#main .point .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
}

#main .point span{
color: #8AB8DC;
font-size: 26px;
font-family: 'Oswald-Bold';
margin-left: 15px;
margin-right: 15px;
}

#main .point .inner{
	box-sizing: border-box;
	border: 5px solid #D0E8F4;
	border-top: none;
	padding: 10px;
	overflow: hidden;
}

#main .point .inner ul{
}

#main .point .inner li{
	background-image: url(../owner/images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #106EB6;
	padding-left: 25px;
}

#main .point .blueBox {
	padding: 10px;
	background-color: #D0E8F4;
}

#main .point .inner p{
	font-size: 12px;
	line-height: 20px;
}

#main .arrow {
text-align: center;
margin-bottom: 20px;
}

#main .point_end{
margin-bottom: 50px;
}

#main .point_end .title{
	background-color: #106EB6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	margin-bottom: 30px;
}

#main .point_end img{
margin-bottom: 20px;
}

#main .point_end h4 {
	margin-bottom: 5px;
	padding: 0px 5px;
	color: #106EB6;
	font-size: 14px;
	border: none;
}

#main .point_end p{
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
}

#main .seminar {
	margin-bottom: 20px;
	overflow: hidden;
}

#main .seminar p{
	padding: 15px 5px 0;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}

#main .seminar li {
	float: left;
	box-sizing: border-box;
	padding: 5px;
	width: calc(100% / 2);
}

#main .seminar li img {
	width: 100%;
	height: auto;
}

#main .seminar li:last-child{
	margin-right: 0px;
}

#main .schedule {
margin-bottom: 50px;
overflow: hidden;
}

#main .schedule h5{
	background-color: #106EB6;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
	margin-bottom: 30px;
	padding-left: 10px;
}

#main .schedule dl{
	border: 2px dotted #676E78;
	border-left: none;
	border-right: none;
	background-image: url(../owner/images/answer_bg.png);
	background-repeat: repeat;
	background-position: center center;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px;
}

#main .schedule dl dt{
	font-size: 14px;
	margin-bottom: 10px;
	color: #106EB6;
}

#main .schedule dl dd{
	font-size: 12px;
}

#main .schedule dl dt img{
	display: block;
	vertical-align: middle;
}