@charset "UTF-8";

.wrap {
  width: 940px;
  margin: 0 auto;
  display: flex;
}

.wrap .news {
  margin: 70px 0;
  height: auto;
}

.wrap .news a .title-h1 {
  display: flex;
  margin: 60px 0;
  flex-direction: column;
}

.wrap .news a .title-h1 p {
  margin-top: auto;
  margin-left: 20px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.wrap .news .box {
  width: 710px;
  height: auto;
  border: solid 1px #000;
}

.wrap .news .box .content-area {
  margin: 70px auto;
  width: 600px;
  height: auto;
}

.wrap .news .box .content-area h1 {
  font-size: 1.375rem;
}

.wrap .news .box .content-area .content-text {
  font-size: 1rem;
  line-height: 40px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.wrap .news .box .content-area p {
  font-size: 1rem;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: justify;
}

.wrap .news .box .content-area .roup {
  display: flex;
}

.wrap .news .box .content-area .roup .categ {
  margin: auto 15px;
  margin-left: 0;
  width: 110px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

.wrap .news .box .content-area .roup .date {
  margin: 15px auto;
  margin-left: 20px;
  font-size: 0.875rem;
}

.wrap .news .box .content-area .roup div img {
  width: 600px;
}

.wrap .box2 {
  width: 145px;
  height: auto;
  margin: 175px 0;
  margin-bottom: 0;
  margin-left: auto;
}

.wrap .box2 .category-list .category-title {
  margin-bottom: 30px;
}

.wrap .box2 .category-list .category-title h1 {
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.wrap .box2 .category-list .category-title p {
  font-size: 14px;
}

.wrap .box2 .category-list ul li {
  font-size: 1rem;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px;
}

.pager {
  width: 940px;
  height: auto;
  margin: 0 auto;
}

.pager .center {
  width: 100%;
  height: auto;
  margin: 40px 0 80px;
  margin-left: 270px;
}

.pager .center a img {
  vertical-align: baseline;
}

.pager .back-buttan {
  width: 110px;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0 10px;
}

.aligncenter {
  width: 600px;
  height: auto;
}

/*# sourceMappingURL=single.map */