@charset "UTF-8";

.list-tit{
	font-size: 24px;
	color: #5f738e;
	font-weight: bold;
	text-align: center;
}
.main {
	max-height: 470px;
	overflow: hidden;
	position: relative;
	margin: 0px 30px;
}
.main .slide img {
	width: 100vw;
	height: auto;
}
.main-tit img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.info.inner {
	max-width: 920px;
	margin-top: 65px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.info ul {
	margin-top: 33px;
}
.info li a {
	color: #333;
	display: block;
	padding: 19px 30px 19px;
	overflow: hidden;
}
.info li a:hover .info-txt {
	color: #1b9b4c;
}
.info li {
	border-top: 1px solid #d3d6dd;
	font-size: 14px;
}
.info li:last-child {
	border-bottom: 1px solid #d3d6dd;
}
.info li time {
	float: left;
}
.info li .info-txt {
	float: right;
	width: 87.5%;
}
.info .list-btn {
	width: 268px;
	height: 60px;
	line-height: 60px;
	margin: 30px auto 0;
	transition: 0.5s ease-in-out;
}
.info .list-btn a {
	/*background: #1b9b4c;*/
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.info .list-btn *, 
.info .list-btn *:before, 
.info .list-btn *:after {
	transition: 0.3s ease-in-out;
}
.info .list-btn *:before, 
.info .list-btn *:after {
	 z-index: -1; 
}
.info .list-btn a:before,
.info .list-btn a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.info .list-btn a:before {
	background-color: #e7d32c;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.info .list-btn a:after {
	background-color: #1b9b4c;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.info .list-btn a:hover:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.info .list-btn a:hover:after {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.cont-box.inner {
	max-width: 980px;
	margin-top: 100px;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.cont-box ul {
	overflow: hidden;
}
.cont-box li {
	width: 29.5%;
	float: left;
	padding-bottom: 8px;
}
.cont-box li a {
	display: block;
}
.cont-box .cont-img {
	position: relative;
}
.cont-box .cont-img:before {
	content: "";
	width: 1px;
	height: 56px;
	background: #767d94; 
	position: absolute;
	left: 8px;
	bottom: -36px;
}
.cont-box li + li {
	margin-left: 5.6%;
}
.cont-box li dl {
	margin: 15px 12px 13px 20px;
}
.cont-box li dt {
	font-size: 16px;
	color: #5a6481;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.cont-box li a:hover dt {
	color: #1b9b4c;
}
.cont-box li dt:after {
	content: "";
	width: 5px;
	height: 5px;
	background: #767d94; 
	position: absolute;
	left: -14px;
	bottom: 11px;
}
.cont-box li dd {
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
.cont-box .cont-img img {
	width: 100%;
	height: auto;
}
.cont-box .detail {
	font-size: 13px;
	float: right;
	color: #000;
	position: relative;
	padding: 0px 10px 6px;
	display: inline-block;
}
.cont-box .detail:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #1b9b4c; 
	position: absolute;
	bottom: 0;
	left: 0;
}
.diagnosis .inner {
	padding: 0 20px;
}
#diagnosis {
	margin-top: -200px;
	padding-top: 200px;
}
.diagnosis {
	background: #e7d32c;
	margin-top: 97px;
	position: relative;
	padding: 48px 0;
}
.diagnosis:before {
	content: "";
	width: 53px;
	height: 53px;
	background: url(../images/diagnosis_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -27px;
	right: 0;
	left: 0;
	margin: auto; 
}
.diagnosis .table-box {
	background: #fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 16px 30px;
	margin-top: 18px;
}
.diagnosis table {
	color: #5f738e;
	text-align: center;
	width: 100%;
}
.diagnosis th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.diagnosis td {
	font-size: 14px;	
}
.diagnosis * + td {
	border-left: 1px solid #d3d6dd;
}
.diagnosis tbody th {
	width: 74px;
}
.diagnosis td,.diagnosis th {
	border-right: 1px solid #d3d6dd;
	height: 29px;
}
.diagnosis td:last-child,
.diagnosis th:last-child {
	border-right: none;
}
.diagnosis tr.bor-top {
	border-top: 1px solid #d3d6dd;
}
.diagnosis tr.bor-top td {
	position: relative;
}
.diagnosis tr.bor-top td:after {
	content: "";
	height: 1px;
	width: 80%;
	border-top: 1px dotted #d3d6dd;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto; 
}
.diagnosis tr.bor-top td[rowspan]::after {
	content: none;
}
.diagnosis .table-comments {
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;
}
.in-charge-of {
	overflow: hidden;
	margin-top: 21px;
}
.in-charge-of .charge-tit {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #fff;
	width: 109px;
	height: 117px;
	line-height: 117px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
}
.in-charge-of .charge-tit:after {
	content: "";
	display: block;
	background: #e7d32c; 
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	right: -8px;
	margin: auto; 
}
.in-charge-of ul {
	width: 85.5%;
	float: right;
	margin-top: 2px;
}
.in-charge-of li {
	font-size: 14px;
}
.in-charge-of li + li {
	margin-top: 8px;
}
.in-charge-of li span.name {
	background: #fff;
	font-weight: bold;
	width: 105px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	text-align: center;
	margin-right: 16px;
}
.plans {
	background: #f5eb98;
	margin-top: 26px;
	font-size: 14px;
	padding: 23px 18px 16px;
	overflow: hidden;
}
.plans ul {
	width: 48%;
}
.plans .left {
	float: left;
}
.plans .right {
	float: right;
}
.plans li + li {
	margin-top: 11px;
}
.plans li dt {
	font-weight: bold;
}
.plans li dt span {
	color: #e7d32c;
	font-size: 15px;
	margin-right: 3px;
}
.plans li dd {
	padding-left: 18px;
	line-height: 24px;
}

.access.inner {
	max-width: 980px;
	padding: 122px 20px 0;
	margin-top: -60px;
}
.access-cont {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 98px;
}
.access iframe {
	width: 50.2%;
	height: 415px;
	float: left;
}
.access-detail {
	background: url(../images/access_map.gif) no-repeat bottom right #1b9b4c;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 49.5%;
	height: 415px;
	background-size: 210px;
}
.access-detail ul {
	padding: 20px 23px; 
}
.access-detail li + li {
	margin-top: 28px;
}
.access-detail dt {
	color: #f9e432;
	font-weight: bold;
}
.access-detail dd {
	letter-spacing: 1px;
}
.map-txt a {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	display: inline-block;
}

@media (max-width:980px) { 
	.access-detail {
		font-size: 13px;
	}
}
@media (max-width:1360px) { 
	.main-tit img {
		width: 56%;
	}
}

@media screen and (max-width:900px){
	.main {
		margin: 0;
		max-height: inherit;
		height: 47.6vw;
	}
	.main .slide img {
		width: 141%;
		height: auto;
		margin-left: -30%;
	}
	.main-tit img {
		width: 67.4vw;
	}
	.list-tit {
		font-size: 15px;
	}
	.info.inner {
		margin-top: 18px;
		padding: 0px 10px;
	}
	.info ul {
		margin-top: 8px;
	}
	.info li {
		font-size: 12px;
		line-height: 20px;
	}
	.info li a {
		padding: 9.5px 0;
	}
	.info li time {
		display: block;
	}
	.info li .info-txt {
		margin-left: 0;
		width: 100%;
	}
	.info .list-btn {
		width: 140px;
		height: 44px;
		line-height: 44px;
		margin: 20px auto 0;
	}
	.info .list-btn a {
		font-size: 13px;
	}
	.cont-box.inner {
		margin-top: 40px;
	}
	.cont-box.inner {
		padding: 0 15px;
	}
	.cont-box li {
		width:100%;
		float: none;
		padding-bottom: 8px;
	}
	.cont-box li + li {
		margin-left: 0;
		margin-top: 37px;
	}
	.cont-box li dt {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.cont-box li dd,
	.cont-box .detail {
		font-size: 12px;
		line-height: 20px;
	}
	.cont-box .detail {
		padding: 0px 14px 6px;
	}
	.diagnosis:before {
		width: 38px;
		height: 38px;
		top: -19px
	}
	.diagnosis {
		margin-top: 47px;
		padding: 37px 0 24px;
	}
	.diagnosis th,
	.diagnosis td {
		font-size: 10px;
		height: 23px;
	}
	.diagnosis .table-box {
		padding: 7px 5px;
	}
	.diagnosis tbody th {
		width: 35px;
	}
	.diagnosis .table-box {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-top: 9px;
	}
	.diagnosis .inner {
		padding: 14px 10px 0;
	}
	.diagnosis .table-comments li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.diagnosis .table-comments {
		margin-top: 7px;
		line-height: 17px;
	}
	#diagnosis {
		margin-top: -120px;
		padding-top: 120px;
	}
	.in-charge-of {
		margin-top: 30px;
	}
	.in-charge-of .charge-tit {
		border: 2px solid #fff;
		font-size: 14px;
		width: 100%;
		height: 38px;
		line-height: 38px;
	}
	.in-charge-of ul {
		width: 100%;
		float: none;
		margin-top: 24px;
		display: inline-block;
		padding: 0px 5px;
	}
	.in-charge-of .charge-tit:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		bottom: -7px;
		top: inherit;
		right: 0;
		left: 0;
		transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.in-charge-of li {
		font-size: 12px;
		line-height: 32px;
		position: relative;
		padding-left: 116px;
	}
	.in-charge-of li:first-child {
		margin-bottom: -9px;
	}
	.in-charge-of li span.version {
		display: inline-block;
		vertical-align: middle;
		line-height: 20px;
	}
	.in-charge-of li span.name {
		font-size: 13px;
		position: absolute;
		left: 0;
		width: 98px;
		height: 30px;
		line-height: 30px;
	}
	.in-charge-of li + li {
		margin-top: 10px;
	}
	.plans {
		margin-top: 15px;
		padding: 15px 9px 26px;
		font-size: 12px;
	}
	.plans li dd {
		line-height: 18px;
	}
	.plans ul {
		width: 100%;
	}
	.plans li + li {
		margin-top: 22px;
	}
	.access.inner {
		padding: 50px 15px 0;
		margin-top: -25px;
	}
	.access-cont {
		margin-top: 14px;
		margin-bottom: 31px;
		background: #1b9b4c;
	}
	.access iframe,
	.access-detail {
		width: 100%;
	}
	.access iframe {
		height: 78vw;
		float: none;
	}
	.map-txt a {
		color: #fff;
		margin: 3px 0 0 20px;
	}
	.access-detail {
		font-size: 12px;
		background: url(../images/access_map.gif) no-repeat bottom center #1b9b4c;
		color: #fff;
		display: inline-block;
		height: auto;
		background-size: 237px;
		padding-bottom: 150px;
	}
	.access-detail ul {
		padding: 30px 0px 20px 20px;
	}
	.access-detail li + li {
		margin-top: 12px;
	}
	.access-detail dd {
		line-height: 15px;
	}
	.access-detail dt {
		margin-bottom: 3px;
	}
	.access-detail dd span {
		line-height: 18px;
	}
	.cont-box li dl {
		margin: 18px 12px 17px 20px;
	}
	.plans li dt span {
		font-size: 14px;
		margin-right: 1px;
	}
	.plans .right {
		float: none;
		margin-top: 24px;
		display: inline-block;
	}
}

