@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:300|Source+Sans+Pro:400&display=swap&subset=chinese-simplified,cyrillic,vietnamese');
/*----------------------------------------

	#company group_company
	- mv
	- content
		+ gc_table
	- parts
		+ tab
		+ pageAnchor

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}
/*----------------------------------------
	lead
-----------------------------------------*/
#lead > div {
	margin: 0 0 60px;
}
#lead > div p {
	margin: 0 0 20px;
	line-height: 1.75;
}
#lead > div figure {
	margin: 0 60px -18px;
}
#lead > div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -3px;
}
#lead > div ul li {
	margin: 0 3px 5px;
	padding: 3px 10px;
	border-radius: 3px;
	background: #ddd;
	color: #fff;
}
#lead > div ul li:nth-child(1) {background-color: #a9cf52;}
#lead > div ul li:nth-child(2) {background-color: #1fb8df;}
#lead > div ul li:nth-child(3) {background-color: #f6ab00;}
#lead > div ul li:nth-child(4) {background-color: #ec6d81;}
@media screen and (max-width:767px) {
	#lead > div {
		margin-bottom: 35px;
	}
	#lead > div p {
		margin: 0 0 25px;
	}
	#lead > div figure {
		margin: 0 0 25px -2.69%;
	}
	#lead > div ul li {
		font-size: 1.0rem;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
/* commons */
.zh_cn {
	font-family: 'Tahoma', Verdana, Arial, 'roboto', '微软雅黑', sans-serif;
	font-weight: normal;
}
@supports (-ms-ime-align: auto) {
	.zh_cn {
		font-family: 'Source Sans Pro', 'Noto Sans SC', sans-serif;
	}
}
.sp {
	display: none;
}

#content>div+div>[id^="sec"] {
	padding: 10px 0 50px;
}
#content>div:last-child>[id^="sec"] {
	padding: 10px 0 40px;
}
[id^="sec"] .title {
	margin-bottom: 40px;
	padding: 4px 15px 6px;
	color: #000;
	border-left: 5px solid #00a0e9;
}
[id^="sec"] h2 {
	color: #000;
}
[id^="sec"] h2>span {
	color: #222;
}
[id^="sec"] a[href^="tel"] {
	display: inline-block;
	pointer-events: none;
}
[id^="sec02"] .title {
	/*margin-bottom: 34px;*/
}
@media screen and (max-width:767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#content>div+div>[id^="sec"] {
		padding: 10px 0 30px;
	}
	[id^="sec"] .title {
		margin-bottom: 30px;
		padding: 5px 11px 5px 14px;
	}
	[id^="sec"] a[href^="tel"] {
		pointer-events: auto;
	}
}

/* gc_table */
.gc_table + .gc_table {
	margin-top: 51px;
}
.gc_table>h2 {
	margin-bottom: 10px;
}
.gc_table dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
}
.gc_table dl:first-child,
.gc_table h2+dl {
	border-top: 1px solid #ddd;
}
.gc_table dl dt {
	width: 25%;
	max-width: 280px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 280px;
	        flex: 1 1 280px;
	padding: 13px 19px;
	background-color: #fafafa;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gc_table dl dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 75%;
	max-width: 840px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 840px;
	        flex: 1 1 840px;
	padding: 14px 0 14px 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gc_table dl dd>ul {
	width: calc(70% - 1em);
	max-width: 580px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 calc(70% - 1em);
	        flex: 1 1 calc(70% - 1em);
	margin-right: 1.0em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gc_table dl dd>figure {
	width: 30%;
	max-width: 240px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 30%;
	        flex: 1 1 30%;
	padding: 6px 0;
}
.gc_table dl dd>ul>li>span {
	display: inline-block;
	vertical-align: top;
}
.gc_table dl dd>ul>li.headTxt {
	margin: 0 0 8px;
}
.gc_table dl dd>ul>li.add span:first-child {
	margin-right: 1.0em;
}
.gc_table a.blank::after {
	width: 16px;
	height: 12px;
	margin: 0 0 -1px 9px;
}
.gc_table dl dd>ul>li.link {
	margin-top: 7px;
}
.gc_table a.blank {
	text-decoration: underline;
}
.gc_table a.blank:hover {
	text-decoration: none;
}
.gc_table a.blank+br+a.blank {
	margin-left: 22px;
}
@media screen and (max-width: 767px) {
	#content > div {
		overflow: hidden;
	}
	.gc_table {
		line-height: 1.5;
	}
	.gc_table dl dt {
		width: 35%;
		max-width: 35%;
		flex: 1 1 35%;
		padding: 12px 14px 14px;
	}
	.gc_table dl dd {
		width: 65%;
		max-width: 65%;
		flex: 1 1 65%;
		padding: 11px 15px 14px 17px;
	}
	.gc_table dl dd ul,
	.gc_table dl dd figure {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.gc_table dl dd ul {
		margin-right: 0;
		margin-bottom: 9px;
	}
	.gc_table dl dd>ul>li.link {
		margin-top: 0;
		line-height: 2.0;
	}
	.gc_table dl dd>ul>li.headTxt+li+li {
		white-space: nowrap;
	}
	.gc_table a.blank::after {
		width: 13px;
		height: 10px;
	}
	.gc_table dl dd>figure {
		padding: 0;
	}
	
	.gc_table a.blank+br+a.blank {
		margin-left: 0;
	}
}


/*----------------------------------------
	parts
-----------------------------------------*/
/* tab */
#tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 60px;
}
#tab>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tab>ul>li {
	width: calc(8.0em + 10px);
}
#tab>ul>li+li {
	margin-left: 20px;
}
#tab>ul>li>a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 5px 20px;
	color: #000;
	border-bottom: 2px solid #ddd;
	-webkit-transition: border 0.1s ease-out, color 0.1s ease-out;
	-o-transition: border 0.1s ease-out, color 0.1s ease-out;
	transition: border 0.1s ease-out, color 0.1s ease-out;
}
#tab>ul>li>a:hover,
#tab>ul>li.crnt>a {
	border-bottom-color: #00a0e9;
}
#tab>ul>li>a:hover {
	color: #666;
}
#tab>ul>li.crnt>a {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#tab {
		margin-bottom: 40px;
	}
	#tab>ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}
	#tab>ul>li {
		width: calc(50% - 0.5px);
		line-height: 1.6rem;
		border-right: 1px solid rgba(255,255,255,0.0);
	}
	#tab>ul>li+li {
		margin: 0;
	}
	#tab>ul>li:nth-child(2n) {
		border-right: none;
	}
	#tab>ul>li:nth-child(n + 3) {
		margin-top: 1px;
	}
	#tab>ul>li>a {
		padding: 15px 5px;
		font-weight: normal;
		border-bottom: none;
		background-color: #eee;
		color: #666;
	}
	#tab>ul>li>a:hover,
	#tab>ul>li.crnt>a {
		color: #fff;
		background-color: #62b1d9;
	}
}

/* pageAnchor */
#content>#pageAnchor {
	margin-bottom: 80px;
}
#pageAnchor>h2 {
	margin-bottom: 20px;
}
#pageAnchor>ul+h2 {
	margin-top: 30px;
}
#pageAnchor>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 0 0 -2px;
}
#pageAnchor>ul+ul {
	margin-top: 10px;
}
#pageAnchor>ul li>a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor>ul li {
	margin: 0 32px 10px 0;
}
#pageAnchor>ul li.tit {
	margin: 0 17px 10px 0;
}
#pageAnchor>ul li:last-child {
	margin-right: 0;
}
#pageAnchor>ul li>a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -2px;
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: top right;
	    -ms-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#pageAnchor>ul li>a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content>#pageAnchor {
		margin-bottom: 45px;
	}
	#pageAnchor>ul li {
		margin: 0 32px 15px 0;
	}
	#pageAnchor>ul li.tit {
		width: 100%;
	}
}