@charset 'UTF-8';

/* header */
header {
	background: url("images/top/title_bg.png") center top no-repeat;
	padding: 0 0 36px;
}
header .logo {
	padding: 40px 0 0 34px;
}
header .catchcopy {
	padding-top: 27px;
	padding-left: 80px;
	margin-bottom: 50px;
}
header .about {
/*	background: url("images/top/about.png") center top no-repeat;   */
	background: url("images/top/about2.png") center top no-repeat; 
	width: 437px;
	height: 98px;
	margin-bottom: 30px;
}
header .about img {
	display: none;
}
header h2 img {
	display: block;
	margin: 0;
}
header p {
	font-size: 16px;
	line-height: 1.625;
}

/* top contents */
#contents .bnr-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents .bnr-links li {
	margin-bottom: 21px;
}
#contents .bnr-links li a img {
	display: none;
}
#contents .bnr-links li:nth-child(1) a {
	background: url("images/top/stgx_r_bnr.png") center center no-repeat;
	width: 480px;
	height: 90px;
	display: block;
}
#contents .bnr-links li:nth-child(2) a {
	background: url("images/top/stgx_bnr.png") center center no-repeat;
	width: 480px;
	height: 90px;
	display: block;
}
#contents .bnr-links li:nth-child(3) a {
	background: url("images/top/collaboration_bnr.png") center center no-repeat;
	width: 280px;
	height: 72px;
	display: block;
}
#contents .bnr-links li:nth-child(4) a {
	background: url("images/top/st_plus_bnr.png") center center no-repeat;
	width: 280px;
	height: 72px;
	display: block;
}
#contents .bnr-links li:nth-child(5) a {
	background: url("images/top/option_bnr.png") center center no-repeat;
	width: 206px;
	height: 72px;
	display: block;
}
#contents .bnr-links li:nth-child(6) a {
	background: url("images/top/support_bnr.png") center center no-repeat;
	width: 206px;
	height: 72px;
	display: block;
}
#contents .bnr-links li a:hover {
	opacity: 0.8;
}
#contents .about-service {
	padding-bottom: 80px;
}
#contents .about-service ul {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}
#contents .about-service ul li {
	width: 320px;
	box-sizing: border-box;
	background: url("images/top/service_intro_bg.png") center center;
	padding: 0 25px;
	font-size: 16px;
	line-height: 1.625;
}
#contents .about-service ul li:nth-child(1) {
	border-top: 4px solid #21a3ed;
	border-bottom: 2px solid #21a3ed;
}
#contents .about-service ul li:nth-child(2) {
	border-top: 4px solid #f55472;
	border-bottom: 2px solid #f55472;
}
#contents .about-service ul li:nth-child(3) {
	border-top: 4px solid #4fa73e;
	border-bottom: 2px solid #4fa73e;
}
#contents .about-service ul li dl dt {
	width: 116px;
	height: 57px;
	margin: -4px auto 10px;
	border-bottom-right-radius: 58px;
	border-bottom-left-radius: 58px;
}
#contents .about-service ul li dl dt img {
	display: none;
}
#contents .about-service ul li:nth-child(1) dl dt {
	background: #fff url("images/top/retail.png") center 9px no-repeat;
}
#contents .about-service ul li:nth-child(2) dl dt {
	background: #fff url("images/top/wholesale.png") center 9px no-repeat;
}
#contents .about-service ul li:nth-child(3) dl dt {
	background: #fff url("images/top/maker.png") center 9px no-repeat;
}
#contents .about-service ul li dl dd {
	padding-bottom: 52px;
	box-sizing: border-box;
	position: relative;
	min-height: 416px;
}
#contents .about-service ul li dl dd a {
	position: absolute;
	bottom: 10px;
	right: -10px;
	width: 144px;
	height: 33px;
	overflow: hidden;
}
#contents .about-service ul li dl dd a img {
	display: none;
}
#contents .about-service ul li:nth-child(1) dl dd a {
	background: url("images/top/retail_recommend_btn.png") center top no-repeat;
}
#contents .about-service ul li:nth-child(2) dl dd a {
	background: url("images/top/wholesale_recommend_btn.png") center top no-repeat;
}
#contents .about-service ul li:nth-child(3) dl dd a {
	background: url("images/top/maker_recommend_btn.png") center top no-repeat;
}
#contents .about-service ul li dl dd a:hover {
	background-position: center bottom;
}
#contents .about-service > a {
	border: 4px solid #e78419;
	display: block;
	margin: 0 auto;
	width: 320px;
	text-align: center;
	text-decoration: none;
	color: #e78419;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 0;
	border-radius: 30px;
	background-color: #fff;
}
#contents .about-service > a:hover {
	color: #fff;
	background-color: #e78419;
}
#contents .topics {
	display: flex;
	overflow: hidden;
	margin-bottom: 40px;
}
#contents .topics section h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
	border-bottom: 3px solid #fff;
	padding-left: 40px;
	margin-bottom: 16px;
}
#contents .topics section h3 a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 26px;
	background: url("images/top/link_arrow.png") left center no-repeat;
	background-size: 18px;
	text-decoration: underline;
}
#contents .topics section h3 a:hover {
	text-decoration: none;
}

/* article-list */
#contents .topics .article-list {
	margin-bottom: 40px;
}
#contents .topics .article-list li {
	margin-bottom: 20px;
}
#contents .topics .article-list li div.info {
	margin-bottom: 4px;
	line-height: 1;
}
#contents .topics .article-list li .date {
	font-size: 14px;
	margin-right: 8px;
}
#contents .topics .article-list li .finished {
	color: #f00;
	background-color: #ffb3ce;
	display: inline-block;
	padding: 0 10px;
}
#contents .topics .article-list li .category,
#contents .topics .article-list li .city {
	font-size: 12px;
	padding: 4px 10px;
	background-color: #333;
	color: #fff;
	display: inline-block;
	margin-right: 4px;
}
#contents .topics .article-list li span.finished {
	background-color: #ffb3ce;
	color: #f00;
	padding: 4px 16px;
}
#contents .topics .article-list li .title {
	font-size: 14px;
	line-height: 1.625;
	padding-left: 10px;
	color: #333;
}
#contents .topics .article-list li .title a {
	color: #333;
	text-decoration: underline;
}
#contents .topics .article-list li .title a:hover {
	text-decoration: none;
}


/*
#contents .topics section ul {
	padding-bottom: 20px;
}
#contents .topics section ul li {
	margin-bottom: 17px;
}
#contents .topics section ul li .date {
	font-size: 14px;
	line-height: 1.857;
}
#contents .topics section ul li .date span span {
	color: #fff;
	background-color: #333;
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	margin-left: 10px;
	box-sizing: border-box;
}
#contents .topics section ul li .date span.finished {
	color: #f00;
	background-color: #ffb3ce;
	display: inline-block;
	padding: 0 16px;
}
#contents .topics section ul li a {
	color: #000;
	font-size: 16px;
	line-height: 1.625;
	text-decoration: underline;
}
#contents .topics section ul li a:hover {
	text-decoration: none;
}
*/
#contents .topics .news {
	width: 50%;
	padding: 30px 0 0;
	margin: 0;
	background: url("images/top/news_bg.png") center center;
}
#contents .topics .news section {
	width: 500px;
	box-sizing: border-box;
	padding-right: 40px;
	float: right;
}
#contents .topics .news section h3 {
	background: url("images/top/news_icon.png") left center no-repeat;
	background-size: 28px;
}
#contents .topics .seminar-info {
	width: 50%;
	padding: 30px 0 0;
	background: url("images/top/seminar_info_bg.png") center center;
}
#contents .topics .seminar-info section {
	width: 500px;
	box-sizing: border-box;
	padding-left: 40px;
	float: left;
}
#contents .topics .seminar-info section h3 {
	background: url("images/top/seminar_info_icon.png") left center no-repeat;
	background-size: 28px;
}


@media only screen and ( max-width: 768px ){

	/* header */
	header {
		background: url("images/responsive/top/title_bg.jpg") center -9% no-repeat;
		background-size: 100% auto;
		padding: 0 0 36px;
	}
	header .logo {
		padding: 50px 0 0 0;
	}
	header .logo img {
		width: 77.7333%;
		margin: 0 auto;
	}
	header .catchcopy {
		padding-top: 19px;
		padding-left: 0;
		margin-bottom: 13.333333%;
	}
	header .catchcopy img {
		display: block;
		width: 47.3333%;
		margin: 0 auto;
	}
	header .about {
		background: none;
		width: auto;
		height: auto;
		margin-bottom: 33px;
	}
	header .about img {
		display: block;
		width: 94.9333%;
		margin-left: 2.666%;
	}
	header img {
		display: block;
	}
	header p {
		font-size: 1.3rem;
		line-height: 1.384;
		padding: 0 2.666%;
	}
	
	
	/* top article */
	#contents .bnr-links {
		padding: 0 2.666%;
	}
	#contents .bnr-links li {
		width: 48.591%;
	}
	#contents .bnr-links li a img {
		display: block;
		width: 100%;
	}
	#contents .bnr-links li:nth-child(1) a,
	#contents .bnr-links li:nth-child(2) a,
	#contents .bnr-links li:nth-child(3) a,
	#contents .bnr-links li:nth-child(4) a,
	#contents .bnr-links li:nth-child(5) a,
	#contents .bnr-links li:nth-child(6) a{
		background: none;
		width: initial;
		height: initial;
	}
	#contents .bnr-links li a:hover {
		opacity: 1.0;
	}
	#contents .about-service {
		padding-bottom: 50px;
	}
	#contents .about-service ul {
		display: block;
		margin-bottom: 40px;
	}
	#contents .about-service ul li {
		width: 94.8%;
		margin: 0 auto 30px;
		box-sizing: border-box;
		background: #f5f5f5;
		padding: 0 5.563%;
		font-size: 1.3rem;
		line-height: 1.384;
	}
	#contents .about-service ul li dl dt {
		width: 26.197%;
		height: 34px;
		padding-top: 8px;
		margin: -4px auto 10px;
		border-bottom-right-radius: 58px;
		border-bottom-left-radius: 58px;
	}
	#contents .about-service ul li dl dt img {
		display: block;
		margin: 0 auto;
	}
	#contents .about-service ul li:nth-child(1) dl dt img {
		width: 68.817%;
	}
	#contents .about-service ul li:nth-child(2) dl dt img {
		width: 43.548%;
	}
	#contents .about-service ul li:nth-child(3) dl dt img {
		width: 77.419%;
	}
	#contents .about-service ul li:nth-child(1) dl dt,
	#contents .about-service ul li:nth-child(2) dl dt,
	#contents .about-service ul li:nth-child(3) dl dt {
		background: #fff;
	}
	#contents .about-service ul li dl dd {
		padding-bottom: 60px;
		min-height: auto;
	}
	#contents .about-service ul li dl dd a {
		position: absolute;
		width: 38.4%;
		bottom: 20px;
		right: 0;
		height: auto;
	}
	#contents .about-service ul li dl dd a img {
		display: block;
		width: 100%;
	}
	#contents .about-service ul li:nth-child(1) dl dd a,
	#contents .about-service ul li:nth-child(2) dl dd a,
	#contents .about-service ul li:nth-child(3) dl dd a {
		background: none;
	}
	#contents .about-service ul li dl dd a:hover {
		background-position: center bottom;
	}
	#contents .about-service > a {
		width: 66.666%;
		font-size: 1.6rem;
		font-weight: normal;
		padding: 14px 0;
	}
	#contents .topics {
		display: block;
	}
	#contents .topics section h3 {
		font-size: 2.0rem;
		border-bottom: 2px solid #fff;
		padding-left: 28px;
		margin-bottom: 15px;
	}
	#contents .topics section h3 a {
		position: absolute;
		font-size: 1.2rem;
		padding-left: 19px;
		background-size: 14px;
	}
	#contents .topics section h3 a:hover {
		text-decoration: underline;
	}
	#contents .topics section ul {
		padding-bottom: 20px;
	}
	#contents .topics section ul li {
		margin-bottom: 14px;
	}
	#contents .topics section ul li .date {
		font-size: 1.2rem;
		line-height: 1.083;
	}
	#contents .topics section ul li .date span {
		font-size: 1.0rem;
		min-width: 30px;
		padding: 3px 2px;
		margin-left: 10px;
	}
	#contents .topics section ul li a {
		color: #000;
		font-size: 1.3rem;
		line-height: 1.384;
	}
	#contents .topics section ul li a:hover {
		text-decoration: underline;
	}
	#contents .topics .news {
		width: 100%;
		padding: 15px 0 0;
		background: #e9e9e9;
	}
	#contents .topics .news section {
		width: 94.666%;
		margin: 0 auto;
		box-sizing: border-box;
		padding-right: 0;
		float: none;
	}
	#contents .topics .news section h3 {
		background-size: 19px;
	}
	#contents .topics .seminar-info {
		width: 100%;
		padding: 30px 0 0;
		background: #ffefdc;
	}
	#contents .topics .seminar-info section {
		width: 94.666%;
		margin: 0 auto;
		box-sizing: border-box;
		padding-left: 0;
		float: none;
	}
	#contents .topics .seminar-info section h3 {
		background-size: 19px;
	}
	#contents .topics .seminar-info section ul li .info span.finished {
		display: block;
		text-align: center;
		margin: 6px 0;
	}
}