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

h2.headLine01 {
    margin-bottom: 10px;
    color: #106EB6;
    font-size: 20px;
    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 {
	margin-bottom: 140px;
}

#main .sell_title {
    height: 60px;
	background-image: url(../about/images/h3_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
	font-weight: bold;
}

#main .copy {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

#main .copy2 {
	text-align: center;
	margin-bottom: 50px;
}

#main .copy2 img {
	width: 100%;
}

#main .copyM {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #13aacb;
}

#main .copyL {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 50px;
	color: #1569ab;
}

#main .copy3 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

#main  .reason_title {
	margin-bottom: 18px;
	padding: 11px 5px 10px;
	color: #106EB6;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
}

#main .linkList {
	margin: 10px 0 30px;
}

#main .linkList::after {
	clear: both;
	content: "";
	display: block;
}

#main .linkList li {
	margin: 0;
	float: left;
	width: 33%;
}

#main .linkList li a {
	display: block;
	padding: 10px;
	margin: 0 3px;
	background: #106EB6;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#main .linkList li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#main .linkList li a span {
	display: block;
	font-size: 11px;
	color: #FCEB00;
}








#main .point {
	margin-bottom: 50px;
	text-align: left;
}

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

#main .point span{
	color: #FCEB00;
	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: 20px;
	overflow: hidden;
}

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

#main .point .inner .subtitle{
	margin-bottom: 10px;
	padding: 5px 5px;
	color: #106EB6;
	font-size: 16px;
	font-weight: bold;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

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

#main table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
}

#main table th,
#main table td {
	padding: 17px 20px 16px;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	border: 2px solid #DBDFE0;
}

#main table th {
	background-color: #F0FAFC;
	width: 180px;
}

#main .mailForm {
	margin-bottom: 60px;
}

#main .mailForm .text {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

#main .mailForm span {
	margin: 0 0 0 4px;
	display: inline-block;
}

#main .mailForm li {
	margin-right: 20px;
}

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