@charset "utf-8";
/* index
-------------------------------------*/
.industry_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.industry_Box ul {
}
.industry_Box li {
	width: 235px;
	height: 80px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	background: #f5f1e9; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f1e9 0%, #f5f1e9 38%, #e3decc 38%, #e3decc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f1e9 0%,#f5f1e9 38%,#e3decc 38%,#e3decc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f1e9 0%,#f5f1e9 38%,#e3decc 38%,#e3decc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.industry_Box li:nth-child(4n) {
	margin-right: 0px;
}
.industry_Box li img {
	width: 32px;
	float: left;
}
.industry_Box li a {
	width: 235px;
	height: 80px;
	display: block;
	background-image: url(../images/sankaku.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.industry_Box p.icon1 {
	width: 200px;
	text-align: center;
	color: #16A6B6;
	font-size: 16px;
	padding-top: 40px;
	float: right;
}
.industry_Box p.icon2 {
	width: 200px;
	text-align: center;
	color: #16A6B6;
	font-size: 16px;
	padding-top: 35px;
	line-height: 1.25em;
	float: right;
}
@media (max-width: 700px) {
.industry_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
}
@media (max-width: 500px) {
.industry_Box li {
	width: 49%;
	margin-bottom: 10px;
	margin-right: 2%;
	background-position: right bottom;
}
.industry_Box li:nth-child(2n) {
	margin-right: 0px;
}
.industry_Box li a {
	width: 100%;
}
.industry_Box p.icon1,.industry_Box p.icon2 {
	width: 80%;
	font-size: 14px;
}
}

/* Header
-------------------------------------*/
.industry_header {
	border-top-width: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ee6557;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
} 
.industry_header h2 {
	font-size: 24px;
	text-align: center;
	background-color: #EE6557;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 50px;
	margin-bottom: 20px;
}
.industry_header h3 span {
	font-size: 24px;
	line-height: 80px;
	color: #16A6B6;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	display: inline-block;
	padding-left: 50px;
	background-position: left 0%;
}
@media (max-width: 700px) {
.industry_header {
	padding-bottom: 10px;
}
.industry_header h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.industry_header h3 span {
	padding-left: 35px;
	font-size: 18px;
}
}

/* industry_about
-------------------------------------*/
.industry_about {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.industry_about h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ee6557;
	font-size: 24px;
	color: #ee6557;
	text-align: center;
	margin-bottom: 30px;
}
.topimg {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}
p.industry_p {
	font-size: 16px;
}
@media (max-width: 700px) {
.industry_about {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.industry_about h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.industry_about img {
	max-width: 94%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
}
.topimg {
	float: none;
}
p.industry_p {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
}
/* industry_work
-------------------------------------*/
.industry_work {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.industry_work ul {
}
.industry_work li {
	background-color: #ADEDE6;
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-radius: 10px;
}
.industry_work li:nth-child(2n) {
	margin-right: 0px;
}
.industry_work li h4 {
	background-color: #FFFFFF;
	color: #16A6B6;
	font-size: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.industry_work li p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
@media (max-width: 700px) {
.industry_work {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.industry_work li {
	background-color: #ADEDE6;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	float: none;
	padding-bottom: 20px;
	border-radius: 10px;
}
.industry_work li h4 {
	font-size: 16px;
}
}
/* industry_recom
-------------------------------------*/
.industry_recom {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.premium {
	background-color: #fff;
	background-image: url(../images/sankaku.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 180px;
	width: 100%;
}
.premium img {
	float: left;
}
.premium h4 {
	background-color: #16A6B6;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 680px;
	float: right;
}
.premium .inBox {
	width: 680px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.premium .content {
	color: #ee6557;
}
.industry_recom ul {
display: flex;
flex-wrap: wrap;
}
.industry_recom li {
	width: 320px;
	margin-bottom: 20px;
	margin-right: 20px;
	display: block;
}
.industry_recom li:nth-child(3n) {
	margin-right: 0px;
}
.industry_recom li h4 {
	background-color: #16A6B6;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.industry_recom ul.standard li div {
	background-color: #fff;
	height: 80px;
	padding-right: 20px;
	background-image: url(../images/sankaku.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.industry_recom ul.standard li div img {
	float: left;
	margin-right: 15px;
}
.industry_recom ul.standard li div p {
	padding-top: 5px;
}
.industry_recom .content {
	color: #ee6557;
}
@media (max-width: 700px) {
.industry_recom {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.premium {
	height: auto;
	clear: none;
}
.premium img {
	height: auto;
	width: 40%;
}
.premium h4 {
	font-size: 14px;
	width: 100%;
	float: none;
}
.premium .inBox {
	width: 60%;
}
.industry_recom li {
	width: 48%;
	/*float: left;*/
	margin-right: 1%;
	display: block;
	margin-left: 1%;
}/*
.industry_recom li:nth-child(3n) {
	margin-right: 1%;
}*/
.industry_recom li h4 {
	font-size: 14px;
}
.industry_recom ul.standard li div {
	height: 60px;
	padding-right: 5px;
}
.industry_recom ul.standard li div img {
	float: left;
	margin-right: 5px;
	height: 60px;
	width: auto;
}
.industry_recom ul.standard li div p,.premium p {
	font-size: 12px;
}
}
