@charset "utf-8";
#top-img {width: 1025px;
}
h3 {
	height: 52px;
	width: 724px;
}
.coporate_table {
	margin-top: 25px;
	border-collapse: collapse;
	background-color: #FFF;
}
.coporate_table td {
	margin-top: 25px;
	padding: 15px;
	border: 1px solid #1E41B2;
}
.td_blue {
	background-color: #D1EAFF;
	text-align: center;
	width: 30%;
}
.box_in {
	box-sizing: border-box;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.faq-dot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 30px;
}
.faq-dot-last {
	margin-bottom: 30px;
}
.faq_box {
	width: 724px;
	border: 3px solid #1E41B2;
	margin-top: 25px;
	margin-bottom: 40px;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.faq_img{
	width: 527px;
	height: 744px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.question {
	width: 100%;
	font-weight: bold;
	color: #1E41B2;
	overflow:hidden
}
.question-img {
	width: 27px;
	float: left;
	height: 27px;
	vertical-align:middle
}
.question-txt {
	width: 570px;
	margin-left: 25px;
	padding-left: 25px;
}
.answer-img {
	width: 27px;
	float: left;
	height: 27px;
}
.answer {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.answer-txt {
	width: 570px;
	margin-left: 25px;
	padding-left: 25px;
}