@charset 'utf-8';
/*
 * name:news.css
 * author:Sovanda
*/

/* news
------------------------------------------------ */

#page--title { padding-bottom: 0; border: none; margin-bottom: 75px; }

/* newsList */
#newsList { position: relative; max-width: 778px; margin: 0 auto; }
#newsList .wrap { max-width: 710px; }

.newsList--links { margin-bottom: 32px; }
.newsList--links ul li a { display: block; padding: 0 19px; }
.newsList--links ul li.current a { color: #011e41; }

.newsList__block { position: relative; max-width: 830px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.newsList__block ul li { background: #fff; border-bottom: 1px solid #989898; }
.newsList__block ul li:first-child { border-top: 1px solid #989898; }
.newsList__block ul li a { display: block; padding: 24px 16px; }
.newsList__block ul li a span { display: inline-block; vertical-align: top; }
.newsList__block--tag { width: 103px; font-size: 12px; font-size: 1.2rem; line-height: 35px; font-weight: bold; line-height: 35px; letter-spacing: 0.04em; background: #011e41; color: #fff; text-align: center; -webkit-border-radius: 5px; border-radius: 5px; }
.newsList__block--date { padding-left: 36px; width: 134px; font-size: 16px; font-size: 1.6rem; line-height: 35px; letter-spacing: 0.06em; }
.newsList__block--title { width: calc( 100% - 273px ); font-size: 16px; font-size: 1.6rem; line-height: 35px; letter-spacing: 0.048em; height: 35px; overflow: hidden; }
.newsList__block--more { text-align: center; font-size: 16px; font-size: 1.6rem; letter-spacing: 0.1em; line-height: 36px; margin-top: 23px; }
.newsList__block--more a { display: inline-block; border-bottom: 1px solid #000; }

/* Detail */
#newsDetail { max-width: 1000px; margin: 0 auto; }


.detail__head { padding-top: 23px; border-top:1px solid #989898; }
.detail__head span { display: inline-block; vertical-align: middle; }
.detail__head--date { margin-left: 18px; width: 96px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.03em; line-height: 2.14; margin-right: 18px; }
.detail__head--tag { padding: 2.5px 0; width: 103px; font-size: 12px; font-size: 1.2rem; letter-spacing: 0.048em; line-height: 2.5; color: #fff; background: #011e41; text-align: center; border-radius: 5px; }
.detail__head--title { margin-top: 10px; font-size: 24px; font-size: 2.4rem; line-height: 1.5; }

.detail__desc { margin-top: 70px; padding:0 0 73px; border-bottom: 1px solid #989898; }
.detail__desc p{ font-size: 1.6rem; letter-spacing: 0.024em; line-height: 1.875; }
.detail__desc p+p{ margin-top: 28px; }
.detail__desc p img{ display: table; margin: 0 auto; }
.detail__desc a{ transition: .2s ease; text-decoration: underline; }
.detail__desc a[target="_blank"]{ display: table; padding:10px 50px 10px; font-size: 1.4rem; text-align: center; background-color: #efefef; background-image: url(../../img/share/icon_target-blank.png); background-position: calc(100% - 20px) center; background-size: 20px auto; background-repeat: no-repeat; border-radius: 6px; text-decoration: none; border:2px solid #efefef; }



/* responsive style
------------------------------------------------ */
@media screen and (min-width: 769px){
	.newsList--links--head{ display: none; }
	.newsList--links ul { display: block !important; }
	.newsList--links ul li { font-size: 16px; font-size: 1.6rem; line-height: 1; letter-spacing: 0.048em; border-left: 1px solid #A3A3A3; float: left; }
	.newsList--links ul li:last-child { border-right: 1px solid #A3A3A3; }

	.detail__desc .page-content{ margin: 0 auto; max-width: 740px; }
	.detail__desc a:hover{ text-decoration: none; }
	.detail__desc a[target="_blank"]:hover{ background-color: transparent; }
}

@media screen and (max-width: 768px) {
	#page--title{ margin-bottom: 20px; }

	.newsList--links{ border:1px solid #D8D8D8; }
	.newsList--links--head{ padding:0 4.181%; font-size: 14px; font-size: 1.4rem; line-height: 2.5; background:url(../../img/share/arrow_down.png) no-repeat calc(100% - 13px) center / 13px auto; }
	.newsList--links ul{ display: none; padding:1% 0; border-top:1px solid #D8D8D8; }
	.newsList--links ul li{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 2.5; }
	.newsList--links ul li a{ padding:0 4.181%; }

	.newsList__block ul li { line-height: inherit; }
	.newsList__block ul li a { display: block; padding:10px 5px; }
	.newsList__block ul li a span{ vertical-align: middle; }
	.newsList__block--tag {  padding:5px 0; width: 60px; font-size: 1rem; line-height: 1; margin-right: 8px; -webkit-border-radius: 3px; border-radius: 3px; }
	.newsList__block--date { padding: 0; margin: 0; width: calc(100% - 68px); font-size: 1rem; letter-spacing: 0.032em; line-height: 168%; }
	.newsList__block--title { display: block !important; font-size:1.3rem; width: 100%; line-height: 1.9230; letter-spacing: 0.032em; height: auto; margin-top: 2px; }
	.newsList__block--more { font-size: 4.0625vw; letter-spacing: 0.032em; line-height: 2.15; margin-top: 5%; }

	.detail__desc { margin-top: 13px; padding:0 0 10px; border-bottom: 1px solid #989898; }
	.detail__head{ padding:18px 0; }
	.detail__head--tag{ padding: 5px 0; width: 60px; font-size: 1rem; letter-spacing: 0.04em; line-height: 1; border-radius: 3px; }
	.detail__head--date{ margin-left: 8px; font-size: 1.2rem; }
	.detail__head--title{ margin-top: 5px; font-size: 1.3rem; letter-spacing: 0.032em; line-height: 1.92; }
	.detail__desc p{ font-size: 1.3rem; line-height: 1.92; letter-spacing: 0.032em; }
	.detail__desc p+p{ margin-top: 10px; }

}
