@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/news-images/page-bg.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.anchor {
  background-color: #f6f6f6;
  padding: 50px 0;
}
.article__tit {
  font-size: clamp(1.6rem,2.25vw,2rem);
  border-bottom: solid 2px var(--color02);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.article__date {
  font-size: 80%;
  text-align: right;
}
.pager a {
  color: var(--color01);
}
.article .tit-cmn02 {
  margin-bottom: 10px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.voice {
  width: 90%;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

}
