@charset "UTF-8";
@media screen and (max-width : 1024px) {
	.pc { display: none; }
	.is-animation #gNav { top: 0 !important; }
}
@media screen and (min-width : 1025px) {
	.sp { display: none; }
}

a {
	color: #E24015;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display:table;
}
/* header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	z-index: 20;
	transition: .3s;
	box-shadow: 0 0 5px #0003;
}
#header #headerLogo {
	position: relative;
	z-index: 9999;
	width: auto;
	height: auto;
	float: left;
	padding: 15px 0 0 30px;
	transition: .3s;
}

#header #headerLogo img {
	max-width: 100%;
	max-height: 100%;
}
#header #headerLogo span {
	color: #646464;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 15px;
	left: 80px;
}



#header p {
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#header p a {
	color: #000;
	margin: 0 0 0 20px ;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}
#header p a:hover {
	color: #646464;
}

#header ul {
	float: right;
	border-right: solid 1px #D6D6D6;
}

#header li {
	float: left;
	border-left: solid 1px #D6D6D6;
}
#header li a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #323232;
}
#header li a i {
	font-size: 25px;
	line-height: 30px;
	padding: 15px 0 0;
	color: #E24015;
	width: 30px;
	text-align: center;
}
#header li a span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 0 0;
}
#header li a:hover {
	background: #F0FAFF;
}


#header .inner {
	width: 100%;
}
#header p,
#header ul {
	transition: .3s;
	box-sizing: border-box;
}

/* navi */
#header #menu{
	display: block;
	background: #E24015;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	top: 0;
	right: 0;
	z-index: 9999;
}
#header #menu p{
	width: 100%;
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-top: 50px;
}
.menu1,
.menu1 span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu1 {
	position: relative;
	width: 80px;
	height: 80px;
}
.menu1 span {
	position: absolute;
	left: 0;
	width: 40%;
	height: 2px;
	left:30%;
	background-color: #fff;
}
.menu1 span:nth-of-type(1) {
	top: 20px;
}
.menu1 span:nth-of-type(2) {
	top: 29px;
}
.menu1 span:nth-of-type(3) {
	bottom: 40px;
}
.menu1.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu1.active span:nth-of-type(2) {
	opacity: 0;
}
.menu1.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

#gnav{
	float:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;	
	padding-top:60px;
	z-index: 9998;

	opacity: 0;
	transition: all 0.25s;
	transform: translate(100%,-100%);
	background: #FFFE;
}
#gnav.open {
	opacity: 1;
	transition: all 0.25s;
	transform: translate(0);
}

#gnav ul.list {
  	display: block;
	text-align: left;
	padding:0 40px;
	clear: both;
	float: none;
	border: none;
	max-width: 600px;
	margin: 40px auto;
}

#gnav.open ul.list {
	transform: translateX(-10%);
	opacity: 0;
	animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
	50% {
		opacity: 0;
		transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

#gnav.close {
	opacity: 1;
	animation: fade-out 0.25s ease-out forwards;
}
@keyframes fade-out {
	100% {
		opacity: 0;
	}
}


#gnav ul.list li {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	border:none !important;
	float: none;
}
#gnav ul.list li a {
	display: block;
	width: 100%;
	height: auto;
	padding:10px 20px;
	font-size:1em;
	border:none;
	border-bottom:solid 1px #EDEDED;
	box-sizing: border-box;
	text-align: left;
}
#gnav ul.btn {
  	display: block;
	text-align: left;
	padding: 15px 25px 0;
	float: left;
	border: none;

}
#gnav ul.btn li {
	border: none;
	margin: 0 10px 0 0;
}
#gnav ul.btn li a {
	border: solid 1px #EDEDED;
}

/* #global-search */
#global-search {
}

#global-search label.checked {
	background: #FFF9E5;
}

#global-search p label{
	display: block;
	font-size: 16px;
	padding: 4px;
	border-radius: 4px;
	box-sizing: border-box;
}


#global-search ul {
}
#global-search li {
	display: flex;
	flex-wrap: wrap;
}
#global-search li label {
	display: block;
	font-size: 14px;
	padding: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	width: 25%;
}

#global-search .areatabs li label {
	width: 20%;
}
#global-search li input[type=text] {
	width: 1120px;
	font-size: 16px;
	padding: 8px;
	border: solid 2px #D6D6D6;
	border-radius: 4px;
	box-sizing: border-box;
}
#global-search .btn {
	width: 100%;
	border-top: solid 1px #EDEDED;
	margin: 0;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
#global-search .btn input {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #F97B0B;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}
#global-search .btn .clearForm {
	display: block;
	width: 120px;
	height: 30px;
	border: solid 1px #646464;
	color: #646464;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
	top: 20px;
	left: 20px;
}

/* modal */
.js-modal-open {}
.modal__content .js-modal-close {}
.modal__content .js-modal-close:hover { opacity: 0.8; }

.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;
}
.modal__bg{
	background: #02092ECC;
	height: 100vh;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}
.modal__content{
	z-index: 1000;
	background: #FFF;
	top: 80px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: calc(100% - 20px);
	max-width: 1160px;
	height: calc(100vh - 160px);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0 0 5px #0003;
}

.modal__content p, .modal__content ol {
	line-height: 2em;
	padding: 0 0 20px;
}


/* tab areatab conditiontab */
/*ラジオボタンを全て消す*/
input[name="tab_item"],
input[name="areatab_item"],
input[name="conditiontab_item"]  {
	display: none;
}

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}
.tabs .js-modal-close {
	display: block;
	width: 120px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #E24015;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/4);
	border: solid 1px #FFF;
	box-sizing: border-box;
	height: 50px;
	background-color: #EDEDED;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #666;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 20px 0 0;
	clear: both;
	height: calc(100vh - 340px);
	overflow-y: auto;
}


/*選択されているタブのコンテンツのみを表示*/
#category_check:checked ~ #category_content,
#area_check:checked ~ #area_content,
#condition_check:checked ~ #condition_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #FFF;
	border-top: solid 4px #E24015;
	color: #000;
	font-weight: bold;
}

/* areatab */
.areatabs {
	margin-top: 50px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*タブのスタイル*/
.areatab_item {
	width: 160px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	height: 40px;
	background-color: #EDEDED;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #666;
	display: block;
	text-align: center;
	transition: all 0.2s ease;
}
.areatab_item:hover {
	opacity: 0.75;
}

/*タブ切り替えの中身のスタイル*/
.areatab_content {
	display: none;
	width: calc(100% - 180px);
	margin: 0;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#chiba_check:checked ~ #chiba_content,
#tochigi_check:checked ~ #tochigi_content,
#gunma_check:checked ~ #gunma_content,
#ibaraki_check:checked ~ #ibaraki_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.areatabs input:checked + .areatab_item {
	background-color: #FFF;
	border-top: solid 4px #E24015;
	color: #000;
	font-weight: bold;
}



/* conditiontab */
.conditiontabs {
	margin-top: 50px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*タブのスタイル*/
.conditiontab_item {
	width: 160px;
	border: solid 1px #FFF;
	box-sizing: border-box;
	height: 40px;
	background-color: #EDEDED;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #666;
	display: block;
	text-align: center;4
	transition: all 0.2s ease;
}
.conditiontab_item:hover {
	opacity: 0.75;
}

/*タブ切り替えの中身のスタイル*/
.conditiontab_content {
	display: none;
	width: calc(100% - 180px);
	margin: 0;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#facility_check:checked ~ #facility_content,
#license_check:checked ~ #license_content,
#employ_check:checked ~ #employ_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.conditiontabs input:checked + .conditiontab_item {
	background-color: #FFF;
	border-top: solid 4px #E24015;
	color: #000;
	font-weight: bold;

}


/* main */
.main {
	width: 1200px;
	margin:0 auto;
	padding-top: 80px;
}

.bread {
	padding: 10px 0;
	font-size: 12px;
	line-height: 20px;
}
/* footer */

#foot {
	width:100%;
	float: left;
}

.footSearch {
	clear: both;
	padding: 80px 0 60px;
	background: #F97B0B11;
}
.footSearch h4 {
	width: 150px;
	margin: 0;
	font-size:15px;
	float: left;
	clear: both;
}
.footSearch h5 {
	width: 1050px;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 15px;

	float: right;
}

.footSearch ul {
	width: 1050px;
	margin: 0 0 20px;
	float: right;
	display: flex;
	flex-wrap: wrap;
}


.footSearch li {
	font-size: 13px;
	line-height: 15px;
	margin: 0 20px 10px 0;
}
.footSearch li a {
	color: #000;
}

.footNavi {
	clear: both;
	padding: 80px 0 40px;
	background: #E24015;
}

.footNavi a {
	color: #FFF;
}

.footerLogo {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	transition: .3s;
}

.footerLogo img {
	max-width: 100%;
	max-height: 100%;
}
.footerLogo span {
	color: #EDEDED;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 55px;
}
.footNavi ul {
	width: 640px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}
.footNavi li {
	margin: 0 0 10px 20px;
	font-size: 15px;
	line-height: 20px;
}

 
#copyright {
	padding: 40px 0; text-align: center; clear: both; background: #E24015; color: #FFF; font-size: 15px; line-height: 20px;
}
#copyright a {
	color: #FFF;
}



/* //////////////////////////////////////// SMARTPHONE  //////////////////////////////////////// */
@media only screen and (max-width: 1024px) {
	#header {
		height: 55px;
	}
	#header ul {
	}
	#header #headerLogo {
		width: calc(100% - 115px);
		padding: 10px  0 0 15px;
		box-sizing: border-box;
	}
	#header #headerLogo img {
		max-width: 100%;
		max-height: 39px;
	}

	#header p,
	#header ul {
		margin: 0;
		transition: .0s;
	}
	#header li a {
		width: 50px;
		height: 55px;
	}
	#header li a i {
		font-size: 24px;
		line-height: 30px;
		padding: 5px 0 0;
		width: 30px;
		text-align: center;
	}
	#header li a span {
		font-size: 11px;
		line-height: 20px;
		padding: 0;
	}


	.inner {
		width: 100%;
	}

	/* navi */
	#header #menu{
		display: block;
		background: #E24015;
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	#header #menu p {
		display: none;
	}

	.menu1,
	.menu1 span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu1 {
		position: relative;
		width: 50px;
		height: 55px;
	}
	.menu1 span {
		position: absolute;
		left: 0;
		width: 50%;
		height: 2px;
		left:25%;
		background-color: #fff;
	}
	.menu1 span:nth-of-type(1) {
		top: 18px;
	}
	.menu1 span:nth-of-type(2) {
		top: 26px;
	}
	.menu1 span:nth-of-type(3) {
		bottom: 18px;
	}
	.menu1.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.menu1.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu1.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	/* #global-search */
	#global-search .areatabs label {
		font-size: 13px;
	}
	#global-search .areatabs li label {
		width: auto;
		min-width: 50%;
		float: left;
		font-size: 12px;
	}

	#global-search ul {
		display: block;
		margin: 0;
		padding: 0;
	}
	#global-search li {
		display: block;
	}
	#global-search li label {
		width: 100%;
	}
	#global-search li select {
		width: 100%;
		font-size: 16px;
		margin: 20px 0 0;
		padding: 8px;
		border: solid 2px #D6D6D6;
		border-radius: 4px;
		box-sizing: border-box;
	}
	#global-search li input[type=text] {
		width: 100%;
		font-size: 16px;
		margin: 20px 0 0;
		padding: 8px;
		border: solid 2px #D6D6D6;
		border-radius: 4px;
		box-sizing: border-box;
	}
	#global-search .btn {
		position: fixed;
		bottom: 0;
		background: #FFF;
	}
	#global-search .btn input {
		width: calc(100% - 80px);
		float: right;
	}
	#global-search .btn .clearForm {
		width: 60px;
		font-size: 11px;
	}


	/* modal */
	.modal {
		height: -webkit-fill-available;
	}
	.modal__bg {
		height: -webkit-fill-available;
	}
	.modal__content{
		top: 0;
		left: 0;
		height: 100vh;
		height: -webkit-fill-available;
		transform: none;
		width: 100%;
		overflow-y: auto;
		border-radius: 0;
	}


	/* tab areatab conditiontab */
	.tabs {
		height: auto;
		padding-bottom: 90px;
	}
	.tab_item {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.tab_content {
		height: auto;
		display: none;
		padding: 10px 0 0;
		clear: both;
		overflow: hidden;
	}
	.tabs .js-modal-close {
		width: 60px;
		height: 30px;
		font-size: 10px;
	}


	/* areatab */
	.areatabs {
		margin-top: 50px;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	/*タブのスタイル*/
	.areatab_item {
		width: 60px;
		border: solid 1px #FFF;
		box-sizing: border-box;
		height: 40px;
		background-color: #EDEDED;
		line-height: 40px;
		font-size: 12px;
		text-align: center;
		display: block;
		text-align: center;
		transition: all 0.2s ease;
		position: absolute;
		left: 0;
	}
	.gunma_check {
		top: 40px;
	}
	.ibaraki_check {
		top: 80px;
	}
	.chiba_check {
		top: 120px;
	}
	/*タブ切り替えの中身のスタイル*/
	.areatab_content {
		display: none;
		width: calc(100% - 70px);
		margin: 0;
		padding: 0;
		clear: both;
		position: relative;
		float: right;
	}

	/* conditiontab */
	.conditiontabs{
		margin-top: 50px;
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	/*タブのスタイル*/
	.conditiontab_item {
		width: 60px;
		border: solid 1px #FFF;
		box-sizing: border-box;
		height: 40px;
		background-color: #EDEDED;
		line-height: 40px;
		font-size: 12px;
		text-align: center;
		display: block;
		text-align: center;
		transition: all 0.2s ease;
		position: absolute;
		left: 0;
	}
	.license_check {
		top: 40px;
	}
	.employ_check {
		top: 80px;
	}
	/*タブ切り替えの中身のスタイル*/
	.conditiontab_content {
		display: none;
		width: calc(100% - 70px);
		margin: 0;
		padding: 0;
		clear: both;
		position: relative;
		float: right;
	}

	/* main */
	.main {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin-top: 55px !important;
		float: left;
	}

	/* footer */
	.footSearch {
		clear: both;
		padding: 30px 0;
		background: #F97B0B11;
	}
	.footSearch h4 {
		width: 100%;
		margin: 0;
		padding: 0 15px 5px;
		font-size:14px;
		line-height: 20px;
		float: none;
		clear: both;
		box-sizing: border-box;
	}
	.footSearch h5 {
		width: 100%;
		margin: 0;
		padding: 0 15px 5px;
		font-size: 12px;
		line-height: 15px;
		float: none;
		box-sizing: border-box;
	}

	.footSearch ul {
		width: 100%;
		margin: 0;
		padding: 0 15px 15px;
		float: none;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.footSearch li {
		font-size: 12px;
		line-height: 15px;
		margin: 0 15px 5px 0;
	}
	.footSearch li a {
		color: #000;
	}


	.footNavi {
		clear: both;
		padding: 30px 0 15px;
		background: #E24015;
	}

	.footNavi a {
		color: #FFF;
	}

	.footerLogo {
		width: 242px;
		float: none;
		text-align: center;
		margin: 0 auto 30px;
	}

	.footerLogo img {
	}
	.footNavi ul {
		width: 100%;
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footNavi li {
		margin: 0 0 10px 15px;
		font-size: 12px;
		line-height: 15px;
	}

	 
	#copyright {
		padding: 15px 0; text-align: center; clear: both; background: #E24015; color: #FFF; font-size: 12px; line-height: 15px;
	}
	#copyright a {
		color: #FFF;
	}

}

/* bottomSupport */
.bottomSupport {
	width: 100%;
	float: left;
	padding: 0;
	background: #F97B0B11;
}
.bottomSupport h2 {
	width: 1160px;
	margin: 0 auto;
	background: #E24015;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	position: relative;
	border-radius: 5px;
}
.bottomSupport h3 {
	margin: 40px 0 0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.bottomSupport h3 b {
	background: linear-gradient(transparent 60%, #FDC70199 60%, #FDC70199 90%, transparent 90%);
}
.bottomSupport ol {
	display: flex;
	justify-content: center;
}
.bottomSupport li {
	width: 360px;
	margin: 40px 20px;
	padding: 0;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
}
.bottomSupport li figure {
	max-height: 202px;
	overflow: hidden;
}
.bottomSupport li figure img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.bottomSupport li .point {
	display: block;
	padding: 0 20px;
	background: #E24015cc;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	border-radius: 0 4px 0 0;
	position: absolute;
	top: 178px;
	left: 0;
}
.bottomSupport li .point b {
	font-size: 15px;
	margin: 0 0 0 4px;
}
.bottomSupport li h4 {
	padding: 20px 20px 10px;
	font-size: 15px;
	line-height: 20px;
}
.bottomSupport li p {
	padding: 0 20px 20px;
	font-size: 13px;
}
.bottomSupport .btn a {
	display: block;
	width: 360px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #E24015;
	border: 0;
	border-radius: 5px;
	color: #FFF;
}
.bottomSupport .btn a b {
	display: inline-block;
	background: #FFF;
	height: 24px;
	color: #E24015;
	line-height: 28px;
	padding: 0 12px;
	font-size: 16px;
	border-radius: 4px;
	margin: 0px 12px 0px 0px;
}

@media screen and (max-width : 1024px) {
	.bottomSupport {
		padding: 15px 0;
	}
	.bottomSupport .main {
		margin: 0 !important;
		padding: 15px !important;
	}
	.bottomSupport h2 {
		width: 100%;
		line-height: 40px;
		font-size: 13px;
	}
	.bottomSupport h3 {
		margin: 20px 0 0;
		font-size: 15px;
		line-height: 30px;
	}
	.bottomSupport ol {
		display: block;
		margin: 0 0 20px;
	}
	.bottomSupport li {
		width: 100%;
		margin: 10px 0 0;
	}
	.bottomSupport li figure {
		width: 100px;
		margin: 10px;
		display: flex;
		justify-content: center;
		float: right;
		overflow: hidden;
		border-radius: 5px;
	}
	.bottomSupport li figure img {
		width: auto;
		height: 100px;
	}

	.bottomSupport li .point {
		display: inline-block;
		margin: 10px;
		padding: 0 10px;
		background: #E24015;
		font-size: 10px;
		line-height: 20px;
		border-radius: 4px;
		position: static;
	}
	.bottomSupport li .point b {
		font-size: 12px;
		margin: 0 0 0 4px;
	}
	.bottomSupport li h4 {
		padding: 0 10px;
		font-size: 15px;
		line-height: 20px;
	}
	.bottomSupport li p {
		padding: 10px;
		font-size: 13px;
	}
	.bottomSupport .btn a {
		display: block;
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.bottomSupport .btn a b {
		display: inline-block;
		background: #FFF;
		height: 16px;
		color: #E24015;
		line-height: 18px;
		padding: 0 12px;
		font-size: 12px;
		margin: 0 6px 0 0;
	}
}


/* bottomShine */
.bottomShine {
	width: 100%;
	float: left;
	padding: 0 0 80px;
	background: #F97B0B11;
}
.bottomShine h3 {
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}
.bottomShine section {
	margin: 40px 0 0;
	padding: 40px 20px 0;
	background: #E24015;
	border-radius: 20px;
	box-sizing: border-box;
}
.bottomShine h4 {
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}
.bottomShine ul {
	display: flex;
	justify-content: center;
}
.bottomShine li {
	width: 360px;
	margin: 40px 20px;
	padding: 0;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottomShine li a {
	padding: 20px;
}
.bottomShine li a img {
	width: 100%;
}

@media screen and (max-width : 1024px) {
	.bottomShine {
		padding: 15px 0;
	}
	.bottomShine .main {
		margin: 0 !important;
		padding: 15px !important;
	}
	.bottomShine h3 {
		width: 100%;
		line-height: 30px;
		font-size: 18px;
	}
	.bottomShine section {
		margin: 20px 0 0;
		padding: 15px;
		background: #E24015;
		border-radius: 15px;
		box-sizing: border-box;
	}

	.bottomShine h4 {
		font-size: 18px;
		line-height: 30px;
	}
	.bottomShine ul {
		display: block;
	}
	.bottomShine li {
		width: 100%;
		margin: 10px 0 0;
	}
	.bottomShine li a {
		width: 100%;
		display: flex;
		justify-content: center;
		float: right;
		overflow: hidden;
		border-radius: 5px;
	}
	.bottomShine li a img {
		width: auto;
		max-width: 100%;
		max-height: 100px;
	}
}
