@charset "UTF-8";
/*========================================
独自CSS
========================================*/
body {
	font-family: "Noto Serif JP","Noto Serif", serif;
}

a{
	text-decoration: none;
	letter-spacing: 0.11em;
  color: #5C5C5C;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
  font-weight: normal;
}

p{
	color: #5C5C5C;
	letter-spacing: 0.11em;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p{
    font-size: 1.4rem;
  }
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  margin: 0;
  font-weight: normal;
}

li{
  font-size: 1.6rem;
  font-weight: normal;
  color: #5C5C5C;
}
@media (max-width: 600px) {
  li{
    font-size: 1.4rem;
  }
}

time{
	font-size: 1.6rem;
}
@media (max-width: 600px) {
  time{
	font-size: 1.4rem;
}
}

/*========================================
お知らせ_詳細
========================================*/
.article-news{
	max-width: 110rem;
	width: 100%;
	margin: 0 auto;
	padding: 0 2vw;
}

/*タグ*/
.article-news__category-item{
	display: inline-block;
	padding: .2rem .8rem;
	border-radius: 8px;
	margin-bottom: 8px;
}
/*プレスリリース press-release*/
.article-news__category-item.cat--press-release {
  background: #FDD000;
  color: #ffffff;
}

/*お知らせ news*/
.article-news__category-item.cat--news {
  background: #379FDB;
  color: #ffffff;
}


/*時間関連*/
.article-news-date{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 3.2rem;
}
@media (max-width: 600px) {
	.article-news-date{
	flex-direction: column;
	align-items: flex-start;
	}
}

.article-news-date__text__space{
	display: none;
}
@media (max-width: 600px) {
	.article-news-date__text__space{
		display: inline-block;
	}
}

.article-news-date__return{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1.6rem;
}

@media (max-width: 600px) {
	.article-news-date__return{
		margin-top: .4rem;
		margin-left: 0rem;
	}
}

.article-news-date__img{
	display: inline-block;
	width: 18px;
	margin-right: .8rem;
}
@media (max-width: 600px) {
	.article-news-date__img{
		display: none;
	}
}

.article-news__title{
	font-size: 1.8rem;
	margin-bottom: 4.8rem;
	letter-spacing: .1em;
	position: relative;
}
@media (max-width: 600px) {
	.article-news__title{
		font-size: 1.6rem;
	}
}

.article-news__title::before{
	content: "";
	position: absolute;
	bottom: -1.4rem;
	left: 0;
	height: 4px;
	width: 30%;
	background: linear-gradient(88.1deg, #2587C8 0.55%, #3BA5DF 100%);
}

/*========================================
記事ナビゲーション
========================================*/
.article-news__nav{
  max-width: 110rem;
  width: 100%;
  margin: 80px auto;
  padding: 0 2vw;
}
@media (max-width: 600px) {
  .article-news__nav{
    padding: 0 4vw;
    margin: 64px auto;
  }
}

.article-news__top-cell{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.article-news__top-cell__back,
.article-news__top-cell__prev,
.article-news__top-cell__archive{
  display: inline-block;
  width: 100%;
  max-width: 100%;
  flex: 1;
  text-align: center;
  background-color: #F8FAFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  padding: 3.2rem 1.6rem;
  font-size: 1.6rem;
  letter-spacing: .1em;
  transition: background-color .3s, color .3s, box-shadow .3s;
}

.article-news__bottom-cell{
  margin-top: 2.4rem;
}

/* 無効状態（前/次が存在しないとき） */
.article-news__top-cell__back.is-disabled,
.article-news__top-cell__prev.is-disabled {
  background-color: transparent;   /* 背景なし */
  box-shadow: none;                /* シャドウなし */
  color: #9aa3af;                  /* グレー文字 */
  pointer-events: none;            /* クリック不可 */
  cursor: default;
}

/* 無効時に hover で変化しないように */
.article-news__top-cell__back.is-disabled:hover,
.article-news__top-cell__prev.is-disabled:hover {
  background-color: transparent;
  box-shadow: none;
  color: #9aa3af;
}

/*========================================
エディター(調整用)
========================================*/
h1.wp-block-heading {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}

h2.wp-block-heading {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

h3.wp-block-heading {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

h4.wp-block-heading {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

h5.wp-block-heading {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

h6.wp-block-heading {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 600px) {
  h1.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  h2.wp-block-heading {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  h3.wp-block-heading {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }

  h4.wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }

  h5.wp-block-heading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  h6.wp-block-heading {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
}


.single-news__contents p {
	line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 600px) {
  .single-news__contents p {
    font-size: 1.4rem;
    margin-bottom: 2em;
    line-height: 2.4;
  }
}

.single-news__contents a {
  font-size: 1.4rem;
	text-decoration: underline;
	font-style: normal;
}

figure.wp-block-embed{
  font-size: 1.4rem;
  text-decoration: underline;
	font-style: normal;
  color: #5c5c5c;
}

.wp-block-embed__wrapper{
  font-size: 1.4rem;
  text-decoration: underline;
  font-style: normal;
  color: #5c5c5c;
}

.wp-block-quote{
	margin: 1.6rem 0;
}

.single-news__contents blockquote p {
  font-size: 1.6rem;
  font-style: normal;
	background-color: #f5f5f5;
	padding: 1.6rem;
	position: relative;
}
@media (max-width: 600px) {
	.single-news__contents blockquote p {
		font-size: 1.4rem;
	}
}


.single-news__contents blockquote p:before{
	content: "“";
	position: absolute;
	top: 0;
	left: .4rem;
	font-size: 2.4rem;
	color: #7C5E4B;
}	

.single-news__contents blockquote p:after{
	content: "”";
	position: absolute;
	bottom: -1.2rem;
	right: .4rem;
	font-size: 2.4rem;	
	color: #7C5E4B;
}

.single-news__contents br{
	content: "";
	display: block;
	height: 1em;
}

/*======================================*/




