@charset "UTF-8";

.cf {
	content:"";
	display:block;
	clear:both;
}
#usefulNavTop li {
	float: left;
	margin-left: 10px;
	width: 188px;
}
#usefulNavTop li:first-child {
	margin-left: 0;
}
#usefulNavTop li a {
	display: block;
	text-decoration: none;
	width: 188px;
}
#usefulNavTop li a:hover {
	transition: all 0.3s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#usefulNavTop li i {
	display: block;
	background: #eaf7ff;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	text-align: center;
}
#usefulNavTop li div {
	color: #fff;
	display: block;
	background: #2da6e0;
	border-radius: 0 0 4px 4px;
	font-size: 20px;
	font-style: normal;
	padding: 6px 0 8px;
	text-align: center;
	position:relative;
}
#usefulNavTop li div:after {
	border:8px solid transparent;
	border-top-color:#2da6e0;
	border-bottom-width:0;
	bottom:-8px;
	content:"";
	display:block;
	left:85px;
	position:absolute;
	width:0;
}
#usefulNavTop li div span {
	display: block;
	font-size: 12px;
}
.usefulSection {
	padding: 50px 0 40px;
}
.usefulSection .titleBox {
	margin: 0 auto;
	width: 980px;
}
.usefulSection .titleBox h2 {
	font-size: 34px;
	text-align: center;
	padding: 22px 0 15px;
	position: relative;
}
.usefulSection .titleBox h2::before,
.usefulSection .titleBox h2::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
}
.usefulSection .titleBox h2::before {
	top: 0;
	left: 0;
	border-top: 2px solid #2da6e0;
	border-left: 2px solid #2da6e0;
}
.usefulSection .titleBox h2::after {
	top: 0;
	right: 0;
	border-top: 2px solid #2da6e0;
	border-right: 2px solid #2da6e0;
}
.usefulSection .titleBox p {
	text-align: center;
	padding: 0 0 28px;
}
.usefulSection .cardBox {
	background: #ededed;
	padding: 50px 0 0;
}
.usefulSection .cardWrap {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
}
.usefulSection .cardBox ul li {
	float: left;
	margin: 0 34px 40px 0;
	width: 300px;
}
.usefulSection .cardBox ul li:nth-child(3n) {
	margin: 0 0 40px;
}
.usefulSection .cardBox ul li a {
	transition: box-shadow .3s;
	display: block;
	color: #333;
	text-decoration: none;
	box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
	background: #fff;
	padding-bottom: 20px;
}
.usefulSection .cardBox ul li a:hover {
	box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.25);
}
.usefulSection .cardBox ul li .vpic {
}
.usefulSection .cardBox ul li .vname {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	padding: 15px 20px;
}
.usefulSection .cardBox ul li .vname span {
	display: block;
	font-size: 16px;
}
.usefulSection .cardBox ul li .vname::after {
	position: absolute;
	bottom: -15px;
	left: 143px;
	content: '';
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #d7d7d7;
}
.usefulSection .cardBox ul li .vtxt {
	font-size: 14px;
	padding: 30px 20px 18px;
	line-height: 1.57;
}
.usefulSection .cardBox ul li .vbtn {
	position: relative;
	border: 1px solid #2da6e0;
	border-radius: 20px;
	color: #2da6e0;
	font-size: 18px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	width: 258px;
}
.usefulSection .cardBox ul li .vbtn::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #2ea6e0;
	border-right: solid 2px #2ea6e0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.usefulSection .cardBox ul li a:hover .vbtn {
	background: #2da6e0;
	color: #fff;
}
.usefulSection .cardBox ul li a:hover .vbtn::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.member {
	padding-bottom: 0;
}
.member .cardBox {
	background: #2da6e0;
}
.member .cardBox ul li {
	box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 4px 7.76px 0.24px rgba(0,0,0,0.1);
}
.member .cardBox ul li a:hover {
	box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 4px 16px 0.6px rgba(0,0,0,0.3);
}
#mmagArea {
	color: #fff;
	margin: 10px 0 40px;
}
#mmagArea h2 {
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 56px;
	margin: 0 0 24px;
}
#mmagArea p.txt {
	font-size: 18px;
}
#mmagArea ul li.con01 {
	float: left;
}
#mmagArea ul li.con02 {
	float: right;
}
#mmagArea ul li {
	background: none;
	width: 466px;
	height: 287px;
	margin: 0;
	padding:30px 20px 0;
	position:relative;
	border: 2px solid #fff;
	border-radius: 12px;
	box-sizing: border-box;
}
#mmagArea ul li h3{
	display:block;
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
#mmagArea ul li p{
	color: #fff;
	margin-top:20px;
	font-size:16px;
	line-height: 1.625;
}
#mmagArea ul li .btn{
	width:418px;
	position:absolute;
	bottom:20px;
	left:20px;
}
#mmagArea ul li .btn a{
	transition: none;
	position: relative;
	background: #fff;
	height:70px;
	line-height:70px;
	border-radius:12px;
	display:block;
	color:#2da6e0;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding-left: 25px;
	padding-bottom: 0;
	box-shadow: 0px 7px 0px 0px #515354;
}

#mmagArea ul li .btn a:after{
	position: absolute;
	top: 24px;
	right: 30px;
	content:"";
	background:url(../../images/useful/top/arrow_mail.png) center top no-repeat;
	width:22px;
	height:22px;
}

#mmagArea ul li .btn a:hover{
	transform: translate3d(0, 7px, 0);
	box-shadow: none;
}


#mmagArea ul li.con01 h3:before{
	content:"";
	background:url(../../images/useful/top/icon_mmag01.png) center top no-repeat;
	width:64px;
	height:46px;
	margin-right:15px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}
#mmagArea ul li.con02 h3:before{
	content:"";
	background:url(../../images/useful/top/icon_mmag02.png) center top no-repeat;
	width:52px;
	height:41px;
	margin-right:15px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
}

