.wrapper {
	padding: 0 40px;
}

.description1 {
	margin-bottom: 27px;
	font-family:KozGoPr6N-Regular;
}
.top-content p {
	margin-bottom: 14px;
	font-size: 14px;
}

.main-content {
	display: block;
	margin: 0 auto;
	width: 770px;
	background: #d3dbe8;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 6px 6px 6px #314463;	
}

.header-content {
	border-top-left-radius: 20px !important;
	padding-top: 30px;	
	/*padding: 50px 37px 57px 37px;*/
	border-top-left-radius: 20px;
	width: 100%;
	background: #d3dbe8;
}

.title-wrap p, .title-line{
	font-family:KozGoPr6N-Regular;
	color: #5070a3;
	font-size: 16px;
}

.title-line {
	margin-top: 8.5px;
	margin-bottom: 22px;	
	width: 100%;
	border-top: 1px solid #5070a3;;
}

.description1 p {
	line-height: 26px;
	font-size: 13px;
	font-family:KozGoPr6N-Regular;
}


.footer-content {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	background: #edf1f6;
	border-bottom-right-radius: 30px;
	font-family:KozGoPr6N-Regular;
}

p.blue-caption {
	margin-bottom: 27px;
	padding: 7.5px 15px;
	background: #5070a3;
	color: #fff;
}

.f-13{
	font-size: 13px;
}
.f-12{
	font-size: 12px;
}

.f-11{
	font-size: 11px;
}

.f-15{
	font-size: 14.5px;
}

.fw-b {
	font-weight: bold;
}

.sm-blue-rect {
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	background: #5070a3;
}

table {
	margin-top: 3px;
	margin-bottom: 8.5px;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	background: #fff;
	font-family:KozGoPr6N-Regular;
	
}

table td,th{
	padding: 7px 0;
	border: 1px solid #000;
}
table tr th.last{
	border-bottom: 2px solid #000;
}
.bold-border-left{
	border-left:2px solid #000;
}
table td[rowspan='2']:first-child {
	width: 23px;
}
table td[rowspan='2']:nth-child(2) {
	width: 265px;
}

.warnning-tip {
	margin-bottom: 40px;
	letter-spacing:-1px;
}
.spacing-1{
	letter-spacing:-1px;
}
.warnning-tip p {
	font-size: 11px;
}

.bottom-description {
	margin: 0 auto;
	margin-top: 16px;
	width:410px;
}

.m-b-9 p{
	margin-bottom: 9px;
}

.warn .f-11{
	margin-left: -15px;
}
.pc-div{
	display:block;
}
.blue-caption{
	font-size:16px;
}
.sp-div{
	display:none;
}
.complex-tbl{
	font-size:11px;
}
.complex-tbl tr td{
		padding:0 4px;
}
.warnning-tip div{display:inline-table;}
.warnning-tip .tip-left,.warnning-tip .tip-right{
	display:block;float:left;
}
.tip-left{
	width:10%;
}
.tip-right{
	width:90%;
}
.clearfix{clear:both;}

@media screen and (max-width:768px){
	.top-content p:last-child { 
		margin-bottom: 40px !important;
	}
	
	.complex-tbl tr td {
		vertical-align: top;
	}
	
	.wrapper {
		padding: 0px 30px;
	}
	.main-content{
		width:90%;
	}
	.sp-div{
		display:block;
		line-height: 1.6;
	}
	.pc-div{
		display:none;
	}
	.complex-tbl{
		font-size:10px;
	}
	.bottom-description div{display:inline-table;}
	.description1 p {
		line-height: 26px;
		font-size: 12px;
		font-family: KozGoPr6N-Regular;
	}
	.blue-caption {
		font-size: 14px;
	}
}
@media screen and (max-width:500px){
	.bottom-description div {
		display: block;
	}
	.bottom-description {
		margin: 0 auto;
		margin-top: 16px;
		width: 100%;
	}
}