@charset 'UTF-8';

/*  TOP
================================================ */


/* this-site is PC-first : until 600px
================================================== */
#home #main {
	margin-top: 0;
	padding-bottom: 0;
}

/*! .mainImg メイン画像
---------------------------------------- */

#mainSlider {
	position: relative;
}
@media print {
	#mainSlider {
		width: 1040px;
		margin: 0 auto;
	}
}
#mainSlider .mainImg {
	background: no-repeat top center;
	background-size: cover;
}
#mainSlider .mainImg > img {
	width: 100%;
}
#mainSlider .mainImg .viewSp {
	display: none;
}
#mainSlider .mainImg .viewPc {
	display: block;
}
#mainSlider .mainImg .areaTxt {
	position: absolute;
	width: 1040px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -520px;
}
#mainSlider .mainImg .txt {
	position: absolute;
	top: 50%;
}
#mainSlider .mainImg:nth-child(1) .areaTxt .txt {
	left: 0;
	margin-top: -125px;
}
#mainSlider .mainImg:nth-child(2) .areaTxt .txt {
	left: 50%;
	margin-top: -120px;
	margin-left: -403px;
}
#mainSlider .mainImg:nth-child(3) .areaTxt .txt {
	left: 0;
	margin-top: -100px;
}
#mainSlider .slick-dots {
	display: inline-block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 20px;
	overflow: hidden;
	text-align: center;
}
#mainSlider .slick-dots li {
	display: inline-block;
	width: 27px;
	height: 5px;
	margin: 0 3px;
}
#mainSlider .slick-dots .slick-active button {
	background-color: #fff;
}
#mainSlider .slick-dots li button {
	background-color: rgba(255, 255, 255, .3);
	display: block;
	overflow: hidden;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 200%;
	white-space: nowrap;
}
@media screen and (max-width: 599px) {
	#mainSlider .mainImg .viewSp {
		display: block;
	}
	#mainSlider .mainImg .viewPc {
		display: none;
	}
	#mainSlider .mainImg .areaTxt {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#mainSlider .mainImg:nth-child(1) .areaTxt .txt {
		left: 50%;
		width: 82%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#mainSlider .mainImg:nth-child(2) .areaTxt .txt {
		width: 83%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#mainSlider .mainImg:nth-child(3) .areaTxt .txt {
		width: 83%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#mainSlider .mainImg.sliderItem .areaTxt .txt {
		margin: 0;
	}
	#mainSlider .slick-dots {
		bottom: 15px;
	}
	#mainSlider .slick-dots li {
		width: 16px;
		height: 3px;
	}
	#mainSlider .slick-dots li button {
		height: 3px;
	}
}
/* ------------------------------------- */
/* Banner Slicer */

#bannerSlider {
        position: relative;
}
@media print {
        #bannerSlider {
                width: 1040px;
                margin: 0 auto;
        }
}
#bannerSlider .mainImg {
        background: no-repeat top center;
        background-size: cover;
}
#bannerSlider .mainImg > img {
        width: 100%;
}
#bannerSlider .mainImg .viewSp {
        display: none;
}
#bannerSlider .mainImg .viewPc {
        display: block;
}
#bannerSlider .slick-dots {
        display: inline-block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 8px;
        overflow: hidden;
        text-align: center;
}
#bannerSlider .slick-dots li {
        display: inline-block;
        width: 12px;
        height: 5px;
        margin: 0 2px;
}
#bannerSlider .slick-dots .slick-active button {
        background-color: #fff;
}
#bannerSlider .slick-dots li button {
        background-color: rgba(255, 255, 255, .3);
        display: block;
        overflow: hidden;
        width: 100%;
        height: 5px;
        margin: 0;
        padding: 0;
        border: 0;
        text-indent: 200%;
        white-space: nowrap;
}
@media screen and (max-width: 599px) {
        #bannerSlider .mainImg .viewSp {
                display: block;
        }
        #bannerSlider .mainImg .viewPc {
                display: none;
        }
        #bannerSlider .slick-dots {
                bottom: 15px;
        }
        #bannerSlider .slick-dots li {
                width: 16px;
                height: 3px;
        }
        #bannerSlider .slick-dots li button {
                height: 3px;
        }
}



/*! #guide
---------------------------------------- */

#guide {
	padding: 44px 0 44px;
	text-align: center;
}
#guide .tit {
	line-height: 1;
	margin-bottom: 42px;
	font-weight: 400;
	font-size: 32px;
}
#guide .list::after {
	content: "";
	display: block;
	clear: both;
}
#guide .link {
	float: left;
	box-sizing: border-box;
	width: 495px;
	font-weight: 700;
	border: 3px solid;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 3px 2.8px 1.2px rgba(102, 102, 102, 0.3);
}

#guide .intro {
        font-size: 16px;
        text-align: left;
}
#guide .sign {
        font-size: 18px;
        text-align: left;
        margin-top: 20px;
}
#guide .float {
        float: right;
        margin-left: 10px;
}

#guide .floatclear {
        clear: both;
}
/* 色設定 */
#guide .corporation {
	border-color: #009bd4;
}
#guide .individual {
	border-color: #fd4633;
}
#guide .link + .link {
	float: right;
}
#guide .link a {
	display: block;
	padding: 88px 0 0;
}
/* 色設定 */
#guide .corporation a {
	color: #009bd4;
	background-color: #e5f5fb;
}
#guide .individual a {
	color: #fd4633;
	background-color: #ffecea;
}

#guide .link .catch {
	display: inline-block;
	position: relative;
	padding: 0 0 12px 0;
	font-size: 36px;
	line-height: 1;
	border-bottom: 2px solid;
}
/* 色設定 */
#guide .corporation .catch a {
	border-color: #e5f5fb;
}
#guide .individual .catch a {
	border-color: #ffecea;
}
#guide .link .catch:before {
	position: absolute;
	left: 50%;
	content: '';
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#guide .corporation .catch::before {
	width: 84px;
	height: 46px;
	top: -64px;
	margin-left: -42px;
	background-image: url(../img/home/ico_guide01.png);
}

#guide .individual .catch::before {
	width: 66px;
	height: 54px;
	top: -70px;
	margin-left: -34px;
	background-image: url(../img/home/ico_guide02.png);
}
#guide .link .purpose {
	line-height: 1.45;
	font-weight: bold;
	margin-top: 25px;
	font-size: 22px;
}
#guide .link .btn {
	position: relative;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	padding: 25px 0 23px;
	margin: 27px -2px 0;
}
#guide .corporation .btn {
	background-color: #009bd4;
}
#guide .individual .btn {
	background-color: #fd4633;
}



@media screen and (max-width: 599px) {
	#guide {
		overflow: hidden;
		padding: 20px 0;
		text-align: center;
	}
	#guide .tit {
		line-height: 1.7;
		margin-bottom: 18px;
		font-size: 24px;
	}
	#guide .link {
		width: 100%;
	}
	#guide .link .catch {
		position: relative;
		margin-bottom: 10px;
		padding: 0 0 4px;
		font-size: 16px;
	}
	#guide .link .purpose {
		line-height: 1.2;
		font-size: 20px;
		margin-top: 0;
	}
	#guide .link .btn {
		margin-top: 10px;
		font-size: 15px;
	}
	#guide .link.corporation {
		margin-bottom: 25px;
		background: #e5f5fb;
		color: #009bd4;
	}
	#guide .link.corporation .catch {
		background: none;
	}
	#guide .link.corporation .catch span {
		display: block;
		position: relative;
	}

}

/*! #strength
---------------------------------------- */

#strength {
	position: relative;
	padding: 53px 0 60px;
	background: url(../img/home/bg_strength01.jpg) no-repeat 50% 100%;
	background-size: cover;
	text-align: center;
}
#strength .tit {
	padding-top: 32px;
	background: url(../img/home/ico_strength01.png) no-repeat 50% 0;
	font-weight: 400;
	font-size: 38px;
}
#strength .intro {
	line-height: 1.6;
	margin: 16px 0 45px;
	font-size: 20px;
}
#strength .pointList {
	margin-bottom: 15px;
	font-size: 0;
}
#strength .pointList li {
	display: inline-block;
	font-size: 0;
	width: 320px;
	padding-bottom: 26px;
	height: 235px;
	margin: 0 0 35px 39px;
	border-top: #ff9000 5px solid;
	background: #fff;
}
#strength .pointList li:nth-child(3n+1) {
	margin-left: 0;
}
#strength .pointList li .point {
	padding-top: 82px;
	color: #ff9000;
	font-size: 36px;
}
#strength .pointList li .point.specialty {
	background: url(../img/home/ico_point02.png) no-repeat 50% 38px;
}
#strength .pointList li .point.analysis {
	background: url(../img/home/ico_point04.png) no-repeat 50% 35px;
}
#strength .pointList li .point.negotiation {
	background: url(../img/home/ico_point03.png) no-repeat 50% 32px;
}
#strength .pointList li .point.solution {
	background: url(../img/home/ico_point01.png) no-repeat 50% 35px;
}
#strength .pointList li .point.support {
	background: url(../img/home/ico_point05.png) no-repeat 50% 35px;
}
#strength .pointList li .txt {
	line-height: 1.5;
	font-size: 18px;
	margin-top: 9px;
}
#strength .btn {
	display: inline-block;
	width: 680px;
}
@media screen and (max-width: 599px) {
	#strength {
		position: relative;
		padding: 35px 0 40px;
		background: url(../img/home/bg_strength01.jpg) no-repeat 50% 100%;
		background-size: auto 100%;
		text-align: center;
	}
	#strength .tit {
		padding-top: 35px;
		background: url(../img/home/ico_strength01.png) no-repeat 50% 0;
		background-size: 16px;
		font-weight: 400;
		font-size: 24px;
	}
	#strength .intro {
		line-height: 1.6;
		margin: 12px 0 18px;
		padding: 0 3.9%;
		font-size: 15px;
		text-align: left;
	}
	#strength .pointList {
		margin-bottom: 15px;
		font-size: 0;
	}
	#strength .pointList li {
		display: inline-block;
		width: 47%;
		height: 157px;
		margin: 0 0 10px 0;
		padding: 0 1em;
		border-top: #ff9000 3px solid;
		background: #fff;
		font-size: 0;
	}
	#strength .pointList li:nth-child(even) {
		margin-left: 4%;
	}
	#strength .pointList li:nth-child(5) {
		margin-left: 0;
	}
	#strength .pointList li .point {
		padding-top: 50px;
		color: #ff9000;
		font-size: 22px;
	}
	#strength .pointList li .point.specialty {
		background: url(../img/home/ico_point01.png) no-repeat 50% 17px;
		background-size: 19px;
	}
	#strength .pointList li .point.solution {
		background: url(../img/home/ico_point02.png) no-repeat 50% 17px;
		background-size: 28px;
	}
	#strength .pointList li .point.negotiation {
		background: url(../img/home/ico_point03.png) no-repeat 50% 20px;
		background-size: 22px;
	}
	#strength .pointList li .point.analysis {
		background: url(../img/home/ico_point04.png) no-repeat 50% 22px;
		background-size: 20px;
	}
	#strength .pointList li .point.support {
		background: url(../img/home/ico_point05.png) no-repeat 50% 18px;
		background-size: 30px;
	}
	#strength .pointList li .txt {
		line-height: 1.4;
		margin-top: 5px;
		font-size: 12px;
	}
	#strength .btn {
		display: inline-block;
		width: 92.2%;
	}
	#strength .btn a {
		padding: 20px 0;
	}
}

/*! #service
---------------------------------------- */

#service {
	position: relative;
	padding: 41px 0 60px;
	border-bottom: #fff 2px solid;
	background: url(../img/common/bg_ptn01.gif) repeat 50% 100%;
	text-align: center;
}

#service .tit {
	padding-top: 40px;
	background: url(../img/home/ico_service01.png) no-repeat 50% 15px;
	font-weight: 400;
	font-size: 38px;
}
#service .intro {
	line-height: 1.6;
	margin: 18px 0 35px;
	font-size: 20px;
}
#service .titList {
	background: url(../img/home/bg_service_tit01.png) no-repeat 50% 50%;
	font-weight: 400;
	font-size: 26px;
}
#service .serviceList {
	padding: 22px 0 50px;
	font-size: 26px;
	line-height: 1;
}
#service .serviceList .item {
	float: left;
	width: 330px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px 1px rgba(102,102,102,.3);
	box-shadow: 0 3px 3px 1px rgba(102,102,102,.3);
}
#service .serviceList .item + .item {
	margin-left: 25px;
}
#service .serviceList .item a {
	display: block;
	backface-visibility: hidden; /* IEなど  transitionのちらつき防止 */
}
#service .serviceList .item a .pic {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#service .serviceList .item a .more {
	position: relative;
	padding: 15px 0 14px;
	border-radius: 0 0 5px 5px;
	background: #ff9000;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
}
#service .serviceList .item a .more::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 14px;
	content: '';
	margin-top: -7px;
	background: url(../img/common/ico_arrow06.png) no-repeat;
}
#service .btn {
	display: inline-block;
	width: 680px;
}
#service .info {
	margin-bottom: 20px;
	font-size: 18px;
}
@media screen and (max-width: 599px) {
	#service {
		position: relative;
		padding: 35px 0 40px;
		border-bottom: none;
		background: url(../img/common/bg_ptn01.gif) repeat 50% 100%;
		background-size: 15px;
		text-align: center;
	}
	#service .tit {
		padding-top: 24px;
		background: url(../img/home/ico_service01.png) no-repeat 50% 0;
		background-size: 20px;
		font-weight: 400;
		font-size: 24px;
	}
	#service .intro {
		line-height: 1.6;
		margin: 12px 0 18px;
		padding: 0 3.9%;
		font-size: 15px;
		text-align: left;
	}
	#service .titList {
		margin: 0 3.9%;
		background: url(../img/home/bg_service_tit01.png) no-repeat 50% 50%;
		background-size: 690px;
		font-size: 18px;
	}
	#service .serviceList {
		padding-bottom: 30px;
	}
	#service .serviceList .item {
		float: none;
		width: auto;
		border-radius: 0;
		-webkit-box-shadow: 0 2px 1px 1px rgba(102,102,102,.3);
		box-shadow: 0 2px 1px 1px rgba(102,102,102,.3);
	}
	#service .serviceList .item + .item {
		margin: 15px 0 0;
	}
	#service .serviceList .item a {
		display: table;
		overflow: hidden;
	}
	#service .serviceList .item a .pic {
		display: table-cell;
		width: 40%;
		border-radius: 0;
	}
	#service .serviceList .item a .more {
		display: table-cell;
		float: 60%;
		padding-left: 17px;
		border-radius: 0;
		font-size: 16px;
		text-align: left;
		vertical-align: middle;
	}
	#service .serviceList .item a .more::after {
		right: 10px;
	}
	#service .btn {
		display: inline-block;
		width: 92.2%;
		font-size: 16px;
	}
	#service .btn a {
		padding: 20px 0;
	}
	#service .info {
		margin-bottom: 25px;
		font-size: 18px;
	}
}

/*! #case
---------------------------------------- */

#case {
	position: relative;
	padding: 38px 0 100px;
	background: url(../img/home/bg_case01.jpg) no-repeat 100% 100% #fff9ef;
	text-align: center;
}
#case .tit {
	padding-top: 45px;
	background: url(../img/home/ico_case01.png) no-repeat 50% 0;
	font-weight: 400;
	font-size: 38px;
}
#case .intro {
	line-height: 1.6;
	margin: 12px 0 8px;
	font-size: 20px;
}
#case .caseList {
	padding: 25px 0 40px;
	font-size: 26px;
}
#case .caseList .item {
	float: left;
	width: 510px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px 1px rgba(102,102,102,.3);
	box-shadow: 0 3px 3px 1px rgba(102,102,102,.3);
}
#case .caseList .item + .item {
	margin-left: 20px;
}
#case .caseList .item a {
	position: relative;
	display: block;
	padding: 8px 0 50px;
	border: 2px solid;
	border-radius: 5px;
}
#case .caseList .item a .for {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: #ccc 2px solid;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
#case .caseList .item a .worry {
	line-height: 1.5;
	padding: 20px 0 25px;
	color: #333;
	font-weight: 700;
	font-size: 24px;
}
#case .caseList .item a .more {
	position: absolute;
	left: -2px;
	width: 510px;
	padding: 14px 0 14px;
	color: #fff;
	font-size: 16px;
	border-radius: 0 0 5px 5px;
	background: #00664b;
}
#case .caseList .item a .more:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 9px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background: url(../img/common/ico_arrow06.png) no-repeat;
}
/* .corporation */
#case .caseList .item.corporation a {
	border-color: #009bd4;
}
#case .caseList .item.corporation a .for {
	border-color: #009bd4;
	color: #009bd4;
}
#case .caseList .item.corporation a .more {
	background-color: #009bd4;
}
/* .individual */
#case .caseList .item.individual a {
	border-color: #fd4633;
}
#case .caseList .item.individual a .for {
	border-color: #fd4633;
	color: #fd4633;
}
#case .caseList .item.individual a .more {
	background-color: #fd4633;
}
#case .btn {
	display: inline-block;
	width: 680px;
}
#case .info {
	margin-bottom: 25px;
	font-size: 18px;
}
@media screen and (max-width: 599px) {
	#case {
		position: relative;
		padding: 35px 0 30px;
		background: url(../img/home/bg_case01.jpg) no-repeat 100% 100% #fff9ef;
		background-size: 100% auto;
		text-align: center;
	}
	#case .tit {
		padding-top: 35px;
		background: url(../img/home/ico_strength01.png) no-repeat 50% 0;
		background-size: 16px;
		font-weight: 400;
		font-size: 24px;
	}
	#case .intro {
		line-height: 1.6;
		margin: 12px 0 18px;
		padding: 0 3.9%;
		font-size: 15px;
		text-align: left;
	}
	#case .titList {
		background: url(../img/home/bg_service_tit01.png) no-repeat 50% 50%;
	}
	#case .caseList {
		padding: 15px 0 30px;
	}
	#case .caseList .item {
		float: none;
		width: auto;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 1px 1px rgba(102,102,102,.3);
		box-shadow: 0 1px 1px 1px rgba(102,102,102,.3);
	}
	#case .caseList .item + .item {
		margin: 8px 0 0;
	}
	#case .caseList .item a {
		padding: 12px 0 30px;
		border-radius: 2px;
	}
	#case .caseList .item a .for {
		padding-bottom: 5px;
		font-size: 14px;
	}
	#case .caseList .item a .worry {
		padding: 12px 0 27px;
		font-size: 16px;
	}
	#case .caseList .item a .more {
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 7px 0 8px;
		font-size: 13px;
		border-radius: 0;
	}
	#case .btn {
		display: inline-block;
		width: 92.2%;
	}
	#case .btn a {
		padding: 20px 0;
	}
}

/*! #information
---------------------------------------- */

#information {
	background: url('../img/home/bg_ptn_stripe01.png');
	padding: 45px 0 38px;
}
#information .inner::after {
	content: "";
	display: block;
	clear: both;
}
#information .blog {
	float: left;
	width: 501px;
}
#information .news {
    box-sizing: border-box;
	float: right;
	width: 495px;
	padding: 25px 30px 10px;
	box-sizing: border-box;
	background-color: #fff;
	border : 3px #696969 solid;
}
#information .news .areaTit {
	overflow: hidden;
}
#information .news .areaTit .tit {
	float: left;
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding: 0 0 0 26px;
}
#information .news .areaTit .tit::before {
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 16px;
	background: url('../img/home/ico_news01.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	content: "";
	display: block;
}
#information .news .areaTit .rss {
	float: right;
	padding-right: 10px;
}
#information .news .areaTit .rss a {
	position: relative;
	display: block;
	padding-top: 1px;
	padding-left: 22px;
	font-size: 11px;
	color: #666;
	line-height: 1.64;
	letter-spacing: 0;
}
#information .news .areaTit .rss a:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 1px;
	content: '';
	background: url(../img/common/ico_rss01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#information .news .areaTit .rss a:hover {
	text-decoration: underline;
}
#information .news .areaTit .link {
	position: relative;
	float: right;
	padding-left: 10px;
}
#information .news .areaTit .link:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 12px;
	content: '';
	background: #f0eeeb;
}
#information .news .areaTit .link a {
	display: block;
	padding-top: 1px;
	color: #666;
	font-size: 11px;
	line-height: 1.64;
	letter-spacing: 0;
}
#information .news .areaTit .link a:hover {
	text-decoration: underline;
}
#information .news .newsList {
	margin-top: 26px;
}
#information .news .newsList li {
	border-top: 1px solid #dfdad3;
}
#information .news .newsList li a {
	display: block;
	padding: 16px 0 13px;
}
#information .news .newsList .detail {
	overflow: hidden;
}
#information .news .newsList .time {
	float: left;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
    line-height: 1;
}
#information .news .newsList .articleTit {
	float: left;
	width: 325px;
	font-size: 14px;
	line-height: 1.57;
}
#information .news .newsList .articleTit:hover {
	text-decoration: underline;
}
@media screen and (max-width: 599px) {
	#information {
		position: relative;
		padding: 32px 0;
	}
	#information .blog {
		width: 100%;
		float: none;
	}
	#information .news {
		width: 100%;
		margin-top: 15px;
		padding: 15px 15px 10px;
	}
	#information .news .areaTit .tit {
		padding-left: 20px;
		font-size: 15px;
	}
	#information .news .areaTit .tit:before {
		top: 2px;
		width: 14px;
		height: 12px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#information .news .areaTit .rss {
		padding-right: 5px;
	}
	#information .news .areaTit .rss a {
		padding-top: 2px;
		padding-left: 15px;
		font-size: 10px;
		line-height: 1.5;
	}
	#information .news .areaTit .rss a:before {
		top: 2px;
		width: 12px;
		height: 12px;
	}
	#information .news .areaTit .link {
		padding-left: 5px;
	}
	#information .news .areaTit .link:before {
		top: 3px;
		width: 1px;
		height: 11px;
	}
	#information .news .areaTit .link a {
		padding-top: 2px;
		font-size: 10px;
		line-height: 1.5;
	}
	#information .news .newsList {
		margin-top: 10px;
	}
	#information .btn {
		width: 100%;
	}
	#information .btn a {
		padding: 20px 0;
	}
}
