@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.numsrcoll {
	padding: 30px 0;
	clear: both;
	background: #EAEAEA;
}

.numsrcoll .sub {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.numsrcoll .sub .line {
	position: absolute;
	width: 100%;
	height: 3px;
	top: 45%;
	left: 0;
	margin-top: -12px;
	background: #EAEAEA;
}

.numsrcoll .num {
	width: 33.3333333%;
	float: left;
}

.numsrcoll .sub .js-counter {
	margin: 0;
	color: #e50f24;
    font-size: 86px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.numsrcoll .sub .text {
	margin: 15px 0 0;
	text-align: center;
	font-size: 16px;
	color: #e50f24;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.numsrcoll {
		padding: 0;
	}
	.numsrcoll .num {
		padding: 20px 0;
		width: 100%;
		float: left;
		border-bottom: 1px solid #eee;
	}
	
	.numsrcoll .sub .line {
		display: none;
	}
}

#main .product {
	padding: 70px 0 40px;
}

#main .product h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #595757;
	font-size: 2rem;
	position: relative;
}

#main .product h2:before {
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #595757;
}

#main .product h2 .en {
	display: block;
	color: #ff0000;
	font-size: 1.3rem;
	font-weight: normal;
}

#main .product h2 .slogan {
	position: absolute;
	right: 0;
	top: 10px;
	color: #ff0000;
	font-size: 1.3rem;
	font-weight: normal;
}

.proAll {
	margin-bottom: 50px;
	padding: 50px;
	overflow: hidden;
	background: #93CFD9;
}

.proAll .inner {
	margin-bottom: 80px;
}

.proAll .inner .photoBox {
	width: 48%;
	float: right;
}

.proAll .inner .photoBox img {
	width: 100%;
}

.proAll .inner .textBox {
	width: 48%;
	float: left;
}

.proAll .inner .textBox .en {
	margin-bottom: 30px;
	color: #006987;
	font-size: 1.7rem;
}

.proAll .inner .textBox .ttl {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #006987;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
}

.proAll .inner .textBox .ttl:before {
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #006987;
}

.proAll .inner .textBox .imgList li {
	margin-right: 30px;
	width: 100px;
	float: left;
	overflow: hidden;
	border-radius: 52px;
	border: 2px solid #fff;
}

.proAll .inner .textBox .imgList li img {
	width: 100%;
}

.proAll .linkList {
}
	
.proAll .linkList li {
	width: 33.333333333%;
	float: left;
	text-align: center;
}

.proAll .linkList li a {
	margin: 0 1px 1px;
	padding: 10px 0;
	display: block;
	color: #214044;
	font-size: 1.3rem;
	font-weight: bold;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proAll .linkList li a:hover {
	color: #fff;
	background: #214044;
}

.scroll {
	margin: 50px -10px 0;
	overflow: hidden;
	height: 600px;
	background: none !important;
}

#conts .scroll {
	margin-bottom: 50px;
	height: auto;
}

.scroll p {
	padding: 20px 0;
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.scroll li a:hover {
	color: #fff;
	background: #e50f24;
}

/*.scroll p:before {
	margin-left: -25px;
	width: 50px;
	height: 50px;
	left: 50%;
	bottom: -50px;
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	content: "+";
	position: absolute;
	background: #e50f24;
	border-radius: 25px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}*/

.scroll li a:hover p {
	color: #fff;
}

.scroll li a:hover p:before {
	color: #e50f24;
	background: #fff;
}

.scroll li {
	margin-bottom: 30px;
	padding: 10px;
	width: 33.333333333%;
	float: left;
	box-sizing: border-box;
}

.scroll li a {
	display: block;
	border-radius: 2px;
	box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.scroll li .photo {
	height: 250px;
	overflow: hidden;
}

.scroll li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#conts .scroll {
	margin: 0;
}

#conts .scroll {
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .product {
		padding: 50px 0;
	}
	
	#main .product h2 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
		
	#main .product h2 .en {
		font-size: 1.1rem;
	}
	
	#main .product h2 .slogan {
		top: 15px;
		font-size: 1rem;
	}
	
	.proAll {
		padding: 20px;
		background: #eee;
	}
	
	.proAll .inner {
		margin-bottom: 50px;
	}
	
	.proAll .inner .photoBox {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	
	.proAll .inner .textBox {
		width: auto;
		float: none;
	}
	
	.proAll .inner .textBox .en {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	
	.proAll .inner .textBox .ttl {
		font-size: 1.5rem;
	}
	
	.proAll .inner .textBox .imgList {
		text-align: center;
	}
	
	.proAll .inner .textBox .imgList li {
		margin: 0 3px;
		width: 88px;
		float: none;
		display: inline-block;
		overflow: hidden;
		border-radius: 47px;
		border: 2px solid #fff;
	}
		
	.proAll .linkList {
	}
	
	.proAll .linkList li a {
		margin: 0 1px 1px;
		padding: 10px 0;
		font-size: 1rem;
	}
	
	.proAll .linkList li a:hover {
		color: #fff;
		background: #214044;
	}
	
	.scroll {
		margin: 40px 0 0;
	}
	
	.scroll p {
		padding: 20px 0;
		font-size: 1rem;
	}
	
	.scroll p:before {
		margin-left: -15px;
		width: 30px;
		height: 30px;
		bottom: -30px;
		font-size: 1.3rem;
		line-height: 1.3;
		border-radius: 15px;
	}
	
	.scroll li {
		margin-bottom: 5px;
		padding: 10px;
		width: 50%;
	}
	
	.scroll li .photo {
		padding-bottom: 75%;
		height: auto;
		position: relative;
		overflow: hidden;
	}
	
	.scroll li .photo img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

.feature {
	padding: 0 20px;
	text-align: center;
	background: url(../img/index/fea_bg.jpg) no-repeat center center;
	background-size: cover;
}

.feature img {
	max-width: 100%;
}

.about {
	overflow: hidden;
	height: 600px;
	background: url(../img/index/abou_bg.jpg) no-repeat center center;
	background-size: cover;
}

.about .photoBox {
	height: 600px;
	width: 50%;
	float: right;
	background: url(../img/index/about_img.jpg) no-repeat center center;
	background-size: cover;
}

.about .textBox {
	height: 600px;
	width: 50%;
	float: left;
	overflow: hidden;
}

.about .textBox .sub {
	padding: 100px 50px 0 0;
	width: 550px;
	float: right;
}

.about02 .textBox .sub {
	padding: 100px 50px 0;
	width: auto;
	float: none;
}

.about .textBox h2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	font-weight: normal;
}

.about .textBox h2 .en {
	margin-left: 20px;
	font-size: 1.2rem;
}

.about .textBox h2:before {
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #fff;
}

.about .textBox ul {
	margin-bottom: 30px;
}

.about .textBox li {
	margin-right: 10px;
	float: left;
	text-decoration: none;
}

.about .textBox li a {
	padding: 10px;
	width: 120px;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 5px;
	text-decoration: none;
}

.about .textBox li a:hover {
	color: #e50f24;
	background: #fff;
	text-decoration: none !important;
}

.about .textBox p {
	color: #fff;
	font-size: 1.2rem;
}

.about .textBox .link {
	margin-top: 30px;
}

.about .textBox .link a {
	color: #fff;
}

.about .textBox .link a:hover {
	text-decoration: underline;
}

.about .photoBox img {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.about {
		height: auto;
	}
	
	.about .photoBox {
		height: auto;
		width: auto;
		float: none;
		background: none;
	}
	
	.about .textBox {
		height: auto;
		width: auto;
		float: none;
		overflow: hidden;
	}
	
	.about .textBox .sub {
		padding: 30px;
		width: auto;
		float: none;
	}
	
	.about .textBox h2 {
		font-size: 1.6rem;
	}
	
	.about .textBox h2 .en {
		font-size: 1.1rem;
	}
		
	.about .textBox ul {
		margin-bottom: 30px;
	}
	
	.about .textBox li {
		margin-right: 10px;
		float: left;
	}
	
	.about .textBox li a {
		padding: 5px;
		width: 80px;
		color: #fff;
		font-size: 0.9rem;
		border-width: 1px;
	}
		
	.about .textBox p {
		color: #fff;
		font-size: 1rem;
	}
	
	.about .textBox .link {
		margin-top: 20px;
	}
	
	.about .photoBox img {
		width: 100%;
		display: block;
	}

}

.case {
	padding: 100px 0;
}

.case h2 {
	margin-bottom: 50px;
	padding-bottom: 10px;
	color: #333;
	font-size: 2.5rem;
	font-weight: normal;
	position: relative;
	text-align: center;
}

.case h2:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: 0;
	content: "";
	position: absolute;
	background: #e50f24;
}

.case h2 span {
	display: block;
	color: #e50f24;
	font-size: 1.5rem;
	font-weight: normal;
}

.case li {
	margin-right: 20px;
	width: 350px;
	float: left;
}

.case li a {
	display: block;
	position: relative;
}

.case li a .photo {
	height: 300px;
}

.case li a img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.case li a p {
	padding: 15px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background: rgba(0,0,0,.7);
}

#main .newsBox {
	padding: 70px 0;
}

#main .newsBox h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #595757;
	font-size: 2rem;
	position: relative;
}

#main .newsBox h2:before {
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #595757;
}

#main .newsBox h2 .en {
	display: block;
	color: #ff0000;
	font-size: 1.3rem;
	font-weight: normal;
}

#main .newsBox h2 .slogan {
	position: absolute;
	right: 0;
	top: 10px;
	color: #ff0000;
	font-size: 1.3rem;
	font-weight: normal;
}

.newsBox .newsList {
	width: 70%;
	float: left;
	height: 610px;
	background: #fff;
}

.newsBox .newsList li {
	width: 50%;
	float: left;
}

.newsBox .newsList li a {
	padding: 30px;
	display: block;
	position: relative;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox .newsList li a:hover {
	background-color: #e50f24;
}

.newsBox .newsList li:nth-child(2n) a {
	border-right: none;
}

.newsBox .newsList li:nth-child(1) a,
.newsBox .newsList li:nth-child(2) a {
	border-top: none;
}

.newsBox .newsList li a:before {
	width: 20px;
	height: 20px;
	right: 30px;
	top: 30px;
	color: #333;
	font-size: 1.4rem;
	content: "→";
	position: absolute;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox .newsList li a:hover:before {
	color: #fff;
}

.newsBox .newsList li a p {
	color: #333;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox .newsList li a:hover p {
	color: #fff;
}

.newsBox .newsList li .date {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 1.2rem;
	font-family: fantasy, serif;
	line-height: 1.1;
	position: relative;
}

.newsBox .newsList li .date span {
	display: block;
	font-size: 2.5rem;
}

.newsBox .newsList li .date:before {
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: #595757;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.newsBox .newsList li a:hover .date:before {
	background: #fff;
}

.newsBox .newsList li .ttl {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}

.newsBox .newsList li .txt{
	font-size: 1rem;
}

.newsBox .photo {
	width: 30%;
	height: 610px;
	float: right;
	background: url(../img/index/news_img.jpg) no-repeat right center;
	background-size:cover;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .newsBox {
		padding: 30px 0;
	}
	
	#main .newsBox h2 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}
		
	#main .newsBox h2 .en {
		font-size: 1.1rem;
	}
	
	#main .newsBox h2 .slogan {
		top: 10px;
		font-size: 1rem;
	}

	.newsBox .newsList {
		width: auto;
		float: none;
		height: auto;
	}
	
	.newsBox .newsList li {
		width: auto;
		float: none;
	}
	
	.newsBox .newsList li a {
		padding: 20px;
		border-right: none;
		border-top: 1px solid #EAEAEA;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	.newsBox .newsList li a:hover {
		background-color: #e50f24;
	}
	
	.newsBox .newsList li:nth-child(2n) a {
		border-right: none;
	}
	
	.newsBox .newsList li:nth-child(1) a {
		border-top: none;
	}
	
	.newsBox .newsList li:nth-child(2) a {
		border-top: 1px solid #EAEAEA;
	}
	
	.newsBox .newsList li .ttl {
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	
	.newsBox .newsList li .txt{
		font-size: 0.9rem;
	}
	
	.newsBox .photo {
		margin-bottom: 30px;
		width: auto;
		height: 200px;
		float: none;
		background: url(../img/index/news_img.jpg) no-repeat right center;
		background-size:cover;
	}
	
}


#main .youshi {
	margin-bottom: 100px;
	padding: 50px 0 0;
}

#main .youshi .innerLeft {
	margin-bottom: 100px;
}

#main .youshi .innerLeft .photoBox {
	width: 750px;
	float: left;
}

#main .youshi .innerLeft .photoBox img {
	width: 100%;
}

#main .youshi .innerLeft .textBox {
	margin: 80px 0 0 -202px;
	padding: 60px 50px;
	width: 600px;
	float: right;
	position: relative;
	box-sizing: border-box;
	background: rgba(255,255,255,.7);
}

#main .youshi .innerRight .photoBox {
	width: 750px;
	float: right;
}

#main .youshi .innerRight .photoBox img {
	width: 100%;
}

#main .youshi .innerRight .textBox {
	margin: 80px -200px 0 0;
	padding: 60px 50px;
	width: 600px;
	float: left;
	box-sizing: border-box;
	background: rgba(255,255,255,.7);
}

#main .youshi .textBox {
	position: relative;
}

#main .youshi .textBox p {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
}

#main .youshi .textBox .ttl {
	margin-bottom: 30px;
	font-size: 1.2rem;
	color: #6e6d6d;
	position: relative;
}

#main .youshi .textBox .ttl .txt {
	margin-right: 5px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 1.5rem;
	color: #2f2f2f;
	font-weight: bold;
	border-bottom: 3px solid #D70718;
}

#main .youshi .textBox .num {
	width: 56px;
	height: 86px;
	display: inline-block;
	line-height: 86px;
	color: #242424;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top: -20px;
	text-align: center;
	border: 2px solid #D70718;
}

#main .aboutBox {
	margin-bottom: 50px;
	min-height: 700px;
	background: url(../img/index/abou_bg02.jpg) no-repeat center center fixed;
	background-size: cover;
}

#main .aboutBox .inner {
	margin: 0 auto;
	padding: 1px;
	max-width: 1200px;
}

#main .aboutBox .textBox {
	padding-top: 55px;
}

#main .aboutBox .textBox .sub {
	padding: 50px;
	background: #F2F2F3;
}

#main .aboutBox .textBox h3 {
	font-size: 30px;
	color: #e50f24;
	font-weight: bold;
}
 
#main .aboutBox .textBox p {
	margin-top: 20px;
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
	text-indent: 2em;
}

#main .aboutBox .textBox ul {
	margin-top: 50px;
}

#main .aboutBox .textBox li {
	margin-right: 20px;
	width: 225px;
	float: left;
}

#main .aboutBox .textBox li a {
	display: block;
	color: #fff;
	height: 64px;
	line-height: 64px;
	font-size: 1rem;
	text-align: center;
	background: #e50f24;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border-radius: 5px;
}

#main .aboutBox .textBox li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .youshi {
		margin-bottom: 50px;
		padding: 30px 0 0;
	}

	#main .youshi .section {
		padding: 0;
	}
	
	#main .youshi h2 {
		margin-bottom: 40px;
	}
	
	#main .youshi .innerLeft {
		margin-bottom: 50px;
	}
	
	#main .youshi .innerLeft .photoBox {
		width: auto;
		float: none;
	}
	
	#main .youshi .innerLeft .photoBox img {
		width: 100%;
	}
	
	#main .youshi .innerLeft .textBox {
		margin: 0;
		padding: 25px 10px;
		width: auto;
		float: none;
		background: rgba(255,255,255,.7);
	}
	
	#main .youshi .innerRight .photoBox {
		width: auto;
		float: none;
	}
	
	#main .youshi .innerRight .photoBox img {
		width: 100%;
	}
	
	#main .youshi .innerRight .textBox {
		margin: 0;
		padding: 25px;
		width: auto;
		float: none;
		box-sizing: border-box;
		background: rgba(255,255,255,.7);
	}
	
	#main .youshi .textBox {
		position: relative;
	}
	
	#main .youshi .textBox p {
		font-size: 1rem;
	}
	
	#main .youshi .textBox .ttl {
		margin-bottom: 20px;
		font-size: 1rem;
	}
	
	#main .youshi .textBox .ttl .txt {
		margin-right: 5px;
		padding-bottom: 2px;
		font-size: 1.5rem;
		border-bottom: 2px solid #036275;
	}
	
	#main .youshi .textBox .num {
		display: none;
	}
	
	#main .aboutBox {
		margin-bottom: 50px;
		min-height: inherit;
		background: url(../img/index/abou_bg02.jpg) no-repeat center center fixed;
		background-size: cover;
	}
	
	#main .aboutBox .inner {
		margin: 0 auto;
		padding: 1px;
		width: auto;
	}
	
	#main .aboutBox h2 {
		margin-top: -50px !important;
		position: relative;
		float: left;
	}
	
	#main .aboutBox .textBox {
		padding-top: 55px;
	}
	
	#main .aboutBox .textBox .sub {
		padding: 20px;
		background: none;
	}
	
	#main .aboutBox .textBox h3 {
		font-size: 1.5rem;
	}
	 
	#main .aboutBox .textBox p {
		margin-top: 20px;
		color: #333;
		font-size: 14px;
		line-height: 1.8em;
	}
	
	#main .aboutBox .textBox ul {
		margin-top: 20px;
	}
	
	#main .aboutBox .textBox li {
		margin-right: 2%;
		width: 45%;
		float: left;
	}
	
	#main .aboutBox .textBox li a {
		padding: 15px 0;
		height: auto;
		line-height: 1.5;
	}
	
}

#main .newsLink  {
	margin-bottom: 50px;
	border-top: 1px solid #eee;
}

#main .newsLink li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsLink li .sub {
	margin: 0 auto;
	max-width: 1200px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsLink li a:hover .sub {
	padding-right: 30px;
}

#main .newsLink li a {
	padding: 30px 0;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsLink li a:hover {
	background: #e50f24;
}

#main .newsLink li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsLink li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsLink li .textBox {
	padding-left: 240px;
}

#main .newsLink li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #333;
}

#main .newsLink li .textBox .txt {
	margin-bottom: 10px;
	font-size: 1rem;
	color: #999;
	line-height: 1.7;
}

#main .newsLink li .textBox .date {
	font-size: 1.1rem;
	color: #999;
}

#main .newsLink li a:hover .textBox .ttl,
#main .newsLink li a:hover .textBox .txt,
#main .newsLink li a:hover .textBox .date {
	color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .newsLink li a {
		padding: 15px;
	}
	
	#main .newsLink li .photo {
		width: 120px;
		height: 100px;
	}
	
	#main .newsLink li .textBox {
		padding-left: 140px;
	}
	
	#main .newsLink li .textBox .ttl {
		font-size: 1rem;
	}
	
	#main .newsLink li .textBox .txt {
		font-size: 0.9rem;
	}
	
	#main .newsLink li .textBox .date {
		font-size: 0.9rem;
	}
}


.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto !important;
	display: block;
}

.topContact {
	position: relative;
	z-index: 100;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
	border-top: 1px solid #ccc;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	max-width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 1.1rem;
	text-align: center;
	background: url(../images/arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 1.1rem;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 1.1rem;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #E4181F;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.conList {
		margin-bottom: 30px;
	}
	
	.conList li {
		padding: 25px 0;
		width: auto;
		float: none;
		font-size: 1rem;
		border-bottom: 1px solid #eee;
	}
	
	.conList li span {
		font-size: 1rem;
	}	
}
