@charset "UTF-8";
/* CSS Document */

section#cont_01 .anker_wrap:after {
	content: '';
	clear: both;
	display: block;
}

section#cont_01 .anker_wrap .box {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	margin-bottom: 15px !important;
	
	padding: 0 5px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section#cont_01 .anker_wrap {
		width: 500px;
		margin-left: auto;
		margin-right: auto;	
	}
	
	section#cont_01 .anker_wrap .box {
		width: 250px;	
	}
	
	section#cont_01 .anker_wrap .box:nth-child(3) {
		margin-left: 125px;
	}
}

@media screen and (max-width: 619px) {
	section#cont_01 .anker_wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	section#cont_01 .anker_wrap .box {
		width: 100%;
	}
	
	section#cont_01 .anker_wrap .box:nth-child(3) {
		margin-left: auto;
		margin-right: auto;
	}
}


section#cont_01 .anker_wrap .box a {
	text-decoration: none;
}

section#cont_01 .anker_wrap .box .photo {
	min-height: 245px;
	width: 100%;
	position: relative;
}

section#cont_01 .anker_wrap .box .photo img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


section#cont_01 .anker_wrap .box .btn_wrap {
	border: 1px solid #ebebeb;
	display: inline-block;
	border-radius: 8px;
	padding: 4px 12px 24px;
	box-sizing: border-box;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#cont_01 .anker_wrap .box .btn_wrap:hover {
	background: #2bbbe6;
	border: 1px solid #2bbbe6;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#cont_01 .anker_wrap .box .btn_wrap p {
	margin-bottom: 0;
	line-height: 1.6em;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}

section#cont_01 .anker_wrap .box .btn_wrap:hover p {
	color: #fff;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}

section#cont_01 .anker_wrap .box .btn_wrap .arr {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -9.9px;
}

section#cont_01 .anker_wrap .box .btn_wrap .arr:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border-left: 1px solid #2bbbe6;
	border-bottom: 1px solid #2bbbe6;
	transform: rotate(-45deg);
	
	-webkit-transition: all .3s;
	transition: all .3s;	
}

section#cont_01 .anker_wrap .box .btn_wrap:hover .arr:before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	-webkit-transition: all .3s;
	transition: all .3s;	
}


section#cont_02 .tbl_wrap {
	border: 1px solid #d9d9d9;
	margin-bottom: 25px;
}

@media screen and (max-width: 899px) {
	section#cont_02 .tbl_wrap { 
		width: 100%;
		overflow: auto;
	}
}

section#cont_02 .tbl_wrap .sub_title_h4 {
	width: 100%;
	background: #2bbbe6;
	padding: 16px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 899px) {
	section#cont_02 .tbl_wrap .sub_title_h4 {
		width: 880px;
	}
}

section#cont_02 .tbl_wrap .sub_title_h4 h4 {
	color: #fff;
	font-size: 16px;
}


section#cont_02 .tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
}

@media screen and (max-width: 899px) {
	section#cont_02 .tbl_wrap table {
		width: 880px;
	}
}

section#cont_02 .tbl_wrap table th {
	background: #eefafd;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	width: 25.6%;
	padding: 12px 12px;
	box-sizing: border-box;
	text-align: left;
}

section#cont_02 .tbl_wrap table tr:last-child th {
	border-bottom: 0;
}

section#cont_02 .tbl_wrap table td {
	padding: 12px 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	text-align: left;
}

section#cont_02 .tbl_wrap table td:nth-child(2) {
	width: 14.2%;
}

section#cont_02 .tbl_wrap table td:nth-child(3) {
	width: 40%;
}

section#cont_02 .tbl_wrap table td:nth-child(4) {
	width: calc(100% - 25.6% - 14.2% - 40%);
	text-align: center;
}

section#cont_02 .tbl_wrap table td:last-child {
	border-right: 0;
}

section#cont_02 .tbl_wrap table tr:last-child td {
	border-bottom: 0;
}



section#cont_02 .tbl_wrap table td:nth-child(4) img {
	width: 100px;
}


@media screen and (max-width: 599px) {
	
}

