@charset "utf-8";
/* ======================================== */
/* #press　ニュースリリース
=========================================== */

li {
	list-style: none;
}

/* #pressList
=========================================== */
/* article
------------------------------ */
#pressList article a {
	padding: 8px 13px 7px;
	border-bottom: solid 1px #989898;
	overflow: hidden;
}
#pressList article a time {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
#pressList article a .cat {
	float: left;
	width: 80px;
	padding: 2px 0 1px;
	border-radius: 2px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
#pressList article.topics a .cat { background-color: #989898; }
#pressList article.release a .cat { background-color: #3fa8f4; }
#pressList article a .tit {
	clear: left;
	padding: 3px 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#pressList article a .tit.pdf span {
	padding-right: 20px;
	background: url(https://www.snk-corp.co.jp/wp/wp-content/themes/snk-corp/img/common/ico_pdf01.png) no-repeat 100% 50%;
	background-size: 14px auto;
}
#pressList article a .txt {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	#pressList article a {
		padding: 2px 0;
		border-bottom: none;
	}
	#pressList article a time {
		width: 80px;
		margin: 0;
		padding: 2px 0 0;
	}
	#pressList article a .cat {
		position: relative;
		top: 2px;
		width: 75px;
	}
	#pressList article a .tit {
		clear: none;
		padding: 0 0 0 175px;
	}
	#pressList article a .txt {
		padding: 0 0 0 175px;
	}
}

/* #pressSingle
=========================================== */
#pressSingle {
	padding: 0 13px;
}
@media screen and (min-width: 601px) {
	#pressSingle {
		padding: 43px 69px 69px;
		border: solid 1px #0096e0;
		border-radius: 8px;
	}
}

/* .head
------------------------------ */
#pressSingle .head {
	margin: 0 0 5px;
}
#pressSingle .head .meta {
	margin: 0 0 5px;
	font-size: 12px;
	text-align: center;
}
#pressSingle .head .meta time,
#pressSingle .head .meta p {
	display: inline;
}
#pressSingle .head .tit {
	color: #0096e0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}
#pressSingle .head .tit span {
	position: relative;
	top: -8px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
@media screen and (min-width: 601px) {
	#pressSingle .head {
		margin: 0 0 38px;
		overflow: hidden;
	}
	#pressSingle .head .meta {
		float: right;
		margin: 0;
		font-size: 18px;
	}
	#pressSingle .head .meta time,
	#pressSingle .head .meta p {
		display: block;
		text-align: right;
	}
	#pressSingle .head .tit {
		float: left;
		font-size: 40px;
		text-align: left;
	}
	#pressSingle .head .tit span {
		top: -20px;
		font-size: 20px;
	}
}

/* .intro
------------------------------ */
#pressSingle .intro {
	margin: 0 0 15px;
}
#pressSingle .intro .pic {
	margin: 0 0 10px;
}
#pressSingle .intro .pic img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
#pressSingle .intro h1 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#pressSingle .intro .txt {
	font-size: 12px;
}
@media screen and (min-width: 601px) {
	#pressSingle .intro {
		margin: 0 0 60px;
	}
	#pressSingle .intro .pic {
		margin: 0 0 10px;
	}
	#pressSingle .intro .pic img {
		width: auto;
		max-width: 620px;
	}
	#pressSingle .intro h1 {
		font-size: 20px;
	}
	#pressSingle .intro .txt {
		font-size: 16px;
	}
}

/* .detail
------------------------------ */
#pressSingle .detail {
	margin: 0 0 25px;
	overflow: hidden;
}
#pressSingle .detail h2 {
	margin: 0 0 10px;
	padding: 10px 0 9px;
	border-radius: 3px;
	background: #0096e0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
#pressSingle .detail .txt {
	margin: 0 0 10px;
	font-size: 12px;
}
#pressSingle .detail .pics {
	margin: 0 -5px;
	text-align: center;
	letter-spacing: -.5em;
}
#pressSingle .detail .pics li {
	display: inline-block;
	width: 50%;
	padding: 0 5px 10px;
	letter-spacing: normal;
	box-sizing: border-box;
}
#pressSingle .detail .pics li span {
	display: block;
}
@media screen and (min-width: 601px) {
	#pressSingle .detail {
		margin: 0 0 20px;
	}
	#pressSingle .detail h2 {
		margin: 0 0 20px;
		padding: 8px 0 7px;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.6;
	}
	#pressSingle .detail h2 br {
		display: none;
	}
	#pressSingle .detail .txt {
		margin: 0 0 20px;
		font-size: 16px;
	}
	#pressSingle .detail .pics {
		margin: 0 -12px 20px;
	}
	#pressSingle .detail .pics li {
		width: 398px;
		padding: 0 12px 20px;
	}
}

/* .movie
------------------------------ */
#pressSingle .movie {
	margin: 0 0 15px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
#pressSingle .movie h2 {
	font-weight: bold;
}
#pressSingle .movie p a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 601px) {
	#pressSingle .movie {
		margin: 0 0 40px;
	}
	#pressSingle .movie h2 {
		font-size: 22px;
	}
	#pressSingle .movie h2 br {
		display: none;
	}
	#pressSingle .movie p a {
		font-size: 20px;
	}
	#pressSingle .movie p a:hover {
		opacity: 1;
		text-decoration: none;
	}
}

/* .link
------------------------------ */
#pressSingle .link {
	margin: 0 0 15px;
	padding: 10px 0 9px;
	border: solid 1px #999;
	border-width: 1px 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
#pressSingle .link h2 {
	font-weight: bold;
}
#pressSingle .link h2 span {
	position: relative;
	padding: 0 15px 0 0;
}
#pressSingle .link h2 span::after {
	position: absolute;
	top: 3px;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #000;
}
#pressSingle .link p a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 601px) {
	#pressSingle .link {
		margin: 0 0 20px;
		padding: 21px 0 20px;
	}
	#pressSingle .link + .link {
		margin: 0 0 80px;
	}
	#pressSingle .link h2 {
		display: inline-block;
		padding: 0 18px 0 0;
		font-size: 22px;
	}
	#pressSingle .link h2 span {
		padding: 0 22px 0 0;
	}
	#pressSingle .link h2 span::after {
		top: 8px;
		border-width: 8px 0 8px 15px;
	}
	#pressSingle .link p {
		display: inline-block;
	}
	#pressSingle .link p a {
		font-size: 20px;
	}
	#pressSingle .link p a:hover {
		opacity: 1;
		text-decoration: none;
	}
}

/* .outline
------------------------------ */
#pressSingle .outline {
	margin: 0 0 40px;
}
#pressSingle .outline h2 {
	margin: 0 0 10px;
	padding: 6px 0 3px;
	border: solid 1px #0096e0;
	border-radius: 3px;
	color: #0096e0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#pressSingle .outline .table {
	margin: 0 0 15px;
}
#pressSingle .outline .table table {
	width: 100%;
}
#pressSingle .outline .table th,
#pressSingle .outline .table td {
	padding: 5px 0 4px;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.7;
}
#pressSingle .outline .table th {
	width: 30%;
}
#pressSingle .outline .table + p {
	font-size: 13px;
}
@media screen and (min-width: 601px) {
	#pressSingle .outline h2 {
		margin: 0 0 20px;
		padding: 6px 0 5px;
		font-size: 18px;
	}
	#pressSingle .outline .table {
		margin: 0 0 40px;
	}
	#pressSingle .outline .table th,
	#pressSingle .outline .table td {
		font-size: 17px;
	}
	#pressSingle .outline .table th {
		width: 145px;
	}
}

/* .sns
------------------------------ */
#pressSingle .sns h3 {
	margin: 0 0 5px;
	color: #0096e0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}
#pressSingle .sns ul {
	overflow: hidden;
}
#pressSingle .sns ul li {
	float: left;
	width: 48%;
}
#pressSingle .sns ul li + li {
	float: right;
}
@media screen and (min-width: 601px) {
	#pressSingle .sns {
		padding: 8px;
		border: solid 1px #0096e0;
		border-radius: 5px;
		overflow: hidden;
	}
	#pressSingle .sns h3 {
		float: left;
		margin: 0;
		padding: 3px 0 0 5px;
	}
	#pressSingle .sns ul {
		float: right;
		overflow: hidden;
	}
	#pressSingle .sns ul li {
		width: 179px;
	}
	#pressSingle .sns ul li + li {
		margin: 0 0 0 8px;
	}
}
