@charset "utf-8";
/* CSS Document */

/*
* NEWS
******************************************************/

iframe{
	max-width: 640px!important;
	width: 100%!important;
}

.newsdetail-heading__wraapper h2 {
	text-align: left;
}
.newsdetail-heading {
	margin-bottom: 40px;
}
.news-date {
	display: inline-block;
	vertical-align: middle;
	width:136px;
	font-size:1.4rem;
	padding-left: 15px;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:400;
}
.news-category {
	display: inline-block;
	vertical-align: middle;
	background:#50657A;
	color:#fff;
	text-align:center;
	width:139px;
	line-height:22px;
	border-radius: 2px;
	font-size:1.2rem;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:400;
}
.newsdetail__content {
	width: 100%;
	margin:auto;
}
.newsdetail__content p {
	line-height: 2.4rem;
	margin-bottom: 1.6rem;
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:400;
}
.newsdetail__content strong{
    font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
    font-weight:700;
}
.newsdetail__content a:link,.newsdetail__content a:visited{
	text-decoration: underline;
	color:#1f00f1;
}
.newsdetail__content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.6rem;
}
.newsdetail-button__wrapper {
	max-width:320px;
	padding: 15px 0 20px 0;
}
.newsdetail-button a {
	line-height: 60px;
	height: 60px;
}
@media screen and (max-width:768px) {
	.newsdetail-heading__wraapper h2 {
		text-align: left;
	}
	.newsdetail-heading {
		margin: 15px 0;
	}
	.news-category {
		width:90px;
		line-height:17px;
	}
	.newsdetail-button__wrapper {
		margin:auto;
	}
	.newsdetail-button {
		max-width:inherit;
	}
}

/* PREV NEXT */
.prev-next-post__wrapper {
  margin: 60px 0;
  font-family:'Noto Serif JP', -apple-system,BlinkMacSystemFont,'Times New Roman',serif;
  font-weight:400;
}
.prev-next-post {
  display: table;
  width:100%;
}
.prev-post {
  display: table-cell;
  width: 49%;
}
.prev-post a {
  display: block;
}
.next-post {
  display: table-cell;
  width: 49%;
  text-align: right;
}
.next-post a {
  display: block;
}
@media screen and (max-width:768px) {
  .prev-next-post__wrapper {
    padding-right: 0;
  }
}
