@charset "UTF-8";

/* #main {
  padding-top: 0;
} */

.newsContentWrap {
  background-color: #f9f8f2;
}

.newsMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.newsMenuList__item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #3e3a39;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsMenuList__item.is__current {
  background-color: #3e3a39;
}

.newsMenuList__item.is__current a {
  color: #fff;
}

.newsMenuList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
}

.nowPageTerm {
  text-align: center;
  padding: 30px 0 0 0;
}

.newsPageTitle {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}

.categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}

.categoryList__item {
  background-color: #739fa3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3px 0px;
  margin-left: 10px;
  width: 160px;
}

.categoryList__item:first-child {
  margin-left: 0;
}

.categoryList__item.news {
  background-color: #b57c71;
}

.categoryList__item.staffblog {
  background-color: #739fa3;
}

.categoryList__item.column {
  background-color: #dd7f3e;
}

.newsList {
  margin-top: 70px;
}

.newsList__item {
  background-color: #fff;
  position: relative;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsList__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.newsList__item .cursor {
  position: absolute;
  right: 0;
  bottom: 0;
}

.newsList__item .cursor span {
  background-color: #e55e00;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.newsList__item .cursor span:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsList__item .cursor span:after {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.newsList__item__thumbnail {
  position: relative;
  overflow: hidden;
  height: 180px;
  background-color: #fff;
}

.newsList__item__thumbnail .photo {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsList__item__contents {
  padding: 10px 20px 25px 20px;
}

.newsList__item__date {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.newsList__item__title {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.singlePageTagListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.singlePageTagListWrap span {
  position: relative;
  top: 10px;
  width: 56px;
}

.tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px;
  margin-left: -3px;
}

.tagList__item {
  background-color: #dcdcdc;
  font-size: 12px;
  letter-spacing: 0;
  margin: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tagList__item a {
  display: block;
  padding: 3px 10px;
  position: relative;
  z-index: 11;
}

.moreBtn {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagenationWrap {
  padding-top: 80px;
}

.pagenationWrap ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenationWrap ul.page-numbers li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenationWrap ul.page-numbers .page-numbers {
  padding: 0 10px;
  margin: 0 4px;
}

.pagenationWrap ul.page-numbers a.page-numbers,
.pagenationWrap ul.page-numbers span.current {
  border: 1px solid #3e3a39;
  background-color: #fff;
  height: 32px;
  display: block;
}

.pagenationWrap ul.page-numbers span.current {
  color: #fff;
  background-color: #3e3a39;
}

.pagenationWrap ul.page-numbers .prev.page-numbers {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.pagenationWrap ul.page-numbers .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5f4b46;
  border-right: 1px solid #5f4b46;
  position: absolute;
  top: 11px;
  left: -100px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagenationWrap ul.page-numbers .next.page-numbers {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.pagenationWrap ul.page-numbers .next.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #5f4b46;
  border-right: 1px solid #5f4b46;
  position: absolute;
  top: 11px;
  right: -100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagenationWrap ul.page-numbers .current {
  font-weight: 700;
}

.link_wrap {
  background-color: #fff;
  margin-top: 0;
}

.singlePageTitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #3e3a39;
}

.singlePageHeader__categoryList__item {
  background-color: #739fa3;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.singlePageHeader__categoryList__item.news {
  background-color: #b57c71;
}

.singlePageHeader__categoryList__item.staffblog {
  background-color: #739fa3;
}

.singlePageHeader__categoryList__item.column {
  background-color: #dd7f3e;
}

.singlePageHeader__description {
  margin-top: -10px;
}

.singlePageHeader__description .articleData {
  font-size: 18px;
  line-height: 1.666;
  margin-top: 5px;
}

.singlePageHeader__description .articleData__name {
  width: 100px;
}

.singlePageHeader__description .articleData__text {
  padding-left: 100px;
}

.singlePageHeader__description .data__01.articleData {
  color: #e55e00;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.singlePageHeader__description .data__01 .articleData__text {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  top: 4px;
}

.otherContents {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 105px;
}

.otherContentsInner {
  margin-left: auto;
  margin-right: auto;
}

.otherContentsTitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.otherContentsList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.otherContentsList__item {
  position: relative;
  margin-top: 50px;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.otherContentsList__item:first-child,
.otherContentsList__item:nth-child(2) {
  margin-top: 0;
}

.otherContentsList__item:first-child,
.otherContentsList__item:nth-child(2n+1) {
  margin-left: 0;
}

.otherContentsList__item > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.otherContentsList__item__thumbnail {
  position: relative;
  overflow: hidden;
}

.otherContentsList__item__thumbnail .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 272px;
}

.otherContentsList__item__category {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2px 20px;
  min-width: 106px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #739fa3;
  color: #fff;
}

.otherContentsList__item__category.news {
  background-color: #b57c71;
}

.otherContentsList__item__category.staffblog {
  background-color: #739fa3;
}

.otherContentsList__item__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.otherContentsList__item__data {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
}

.otherContentsList__item__data:first-child {
  margin-top: 0;
}

.otherContentsList__item__data__name {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.otherContentsList__item__data__name:after {
  content: "／";
}

.otherContentsList__item__data__text {
  padding-left: 60px;
}

.mainImage {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.singleContents {
  padding-bottom: 65px;
}

.singleContents > * {
  margin-top: 45px;
}

.singleContents .text {
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.singleContents .text a {
  color: #ad2b2b;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.singleContents .text h1,
.singleContents .text h2,
.singleContents .text h2,
.singleContents .text h3,
.singleContents .text h4,
.singleContents .text h5,
.singleContents .text h6 {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid;
}

.singleContents .text p,
.singleContents .text div {
  margin: 0 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.singleContents .text em {
  font-style: italic;
}

.singleContents .text strong {
  margin: 0 0 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

.singleContents .text img {
  width: auto;
  max-width: 100%;
  margin: 0 0 2rem;
}

.singleContents .text pre {
  white-space: pre-wrap;
  display: block;
  margin: 0 0 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.singleContents .text table {
  margin: 1em 0;
  width: 100%;
  font-size: 14px !important;
}

.singleContents .text table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.singleContents .text p {
  font-size: 16px;
  line-height: 2.375;
}

.figureArea .photoList:after {
  content: "";
  display: table;
  clear: both;
}

.figureArea .photoList .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.figureArea .photoList .item .photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.figureArea .figCaption {
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.figureArea .bnr {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.figureArea .bnr a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.btnList {
  margin-top: 70px;
}

.btnList > * {
  margin-top: 50px;
}

.newsContents {
  padding-bottom: 85px;
}

.singlePageHeader__description {
  margin-top: 0;
}

.singlePageDate {
  line-height: 1;
}

.singlePageTitle {
  margin-top: 5px;
}

.singleContents {
  padding-bottom: 0;
}

.singlePagePagenation {
  font-size: 14px;
  position: relative;
  margin-top: 95px;
}

.singlePagePagenation .prev {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.singlePagePagenation .prev a {
  padding-left: 20px;
}

.singlePagePagenation .prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.singlePagePagenation .prev a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.singlePagePagenation .next {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.singlePagePagenation .next a {
  padding-right: 20px;
}

.singlePagePagenation .next a:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.singlePagePagenation .next a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #3e3a39;
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto;
  right: 0px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.returnPageBtn {
  border: 1px solid #3e3a39;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}

.returnPageBtn a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 680px) {
  .newsContentWrap {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .newsContentWrap > .inner {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .singleInner {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsMenuList__item:hover {
    background-color: #3e3a39;
    color: #fff;
  }

  .newsMenuList__item:hover a {
    color: #fff;
  }

  .newsMenuList__item {
    width: 200px;
    margin-left: 30px;
  }

  .newsMenuList__item:first-child {
    margin-left: 0;
  }

  .newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newsList.type__01 .newsList__item:first-child {
    margin-top: 0;
  }

  .newsList.type__01 .newsList__item:nth-child(2) {
    margin-top: 35px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child {
    width: 604px;
    margin-left: 0;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .newsList__item__thumbnail {
    height: 486px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .newsList__item__thumbnail .photo {
    height: 486px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .newsList__item__contents {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    height: 267px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .newsList__item__date {
    font-size: 16px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .newsList__item__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .tagList {
    margin-top: 20px;
  }

  .newsList.type__01 .newsList__left .newsList__item:first-child .tagList__item {
    font-size: 16px;
  }

  .newsList.type__01 .newsList__right .newsList__item .newsList__item__contents {
    height: 179px;
  }

  .newsList.type__02 {
    margin-top: 50px;
  }

  .newsList.type__02 .newsList__item:first-child,
  .newsList.type__02 .newsList__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .newsList.type__02 .newsList__item:first-child,
  .newsList.type__02 .newsList__item:nth-child(2),
  .newsList.type__02 .newsList__item:nth-child(3) {
    margin-top: 0;
  }

  .newsList__item:hover {
    background-color: #e55e00;
  }

  .newsList__item:hover .cursor span {
    background-color: #8a1d00;
  }

  .newsList__item:hover .newsList__item__date {
    color: #fff;
  }

  .newsList__item:hover .newsList__item__title {
    color: #fff;
  }

  .newsList__item:hover .tagList__item {
    background-color: #fff;
  }

  .newsList__item:hover .newsList__item__thumbnail .photo {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }

  .newsList__item {
    width: 290px;
    margin-left: 25px;
  }

  .newsList__item__thumbnail .photo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .singlePageTagListWrap .tagList__item {
    font-size: 14px;
  }

  .singlePageTagListWrap .tagList__item a {
    padding-left: 17px;
    padding-right: 17px;
  }

  .tagList__item:hover a {
    background-color: #dcdcdc;
  }

  .pagenationWrap ul.page-numbers li:hover a {
    background-color: #f6f3e6;
  }

  .pagenationWrap ul.page-numbers a {
    position: relative;
  }

  .link_wrap {
    padding-top: 80px;
  }

  .singlePageHeaderWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .singlePageHeader__categoryList {
    width: 120px;
    height: 120px;
  }

  .singlePageHeader__categoryList__item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .singlePageHeader__description {
    margin-left: 30px;
    width: 543px;
  }

  .singlePageHeader__description .articleDataWrap {
    margin-top: 2px;
  }

  .singlePageHeader__description .data__01 .articleData__name {
    top: 10px;
  }

  .otherContentsInner {
    width: 720px;
  }

  .otherContentsTitle {
    letter-spacing: 0.25em;
  }

  .otherContentsList__item:hover .otherContentsList__item__thumbnail .photo {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
  }

  .otherContentsList__item:hover .w_arrow1 .in::before {
    width: 20px;
  }

  .otherContentsList__item {
    width: 340px;
  }

  .otherContentsList__item__thumbnail {
    width: 340px;
    height: 272px;
  }

  .otherContentsList__item__thumbnail .photo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .singleContents .mainImage + .text,
  .singleContents .figureArea + .text {
    margin-top: 30px;
  }

  .singleContents .text {
    width: 685px;
    margin-left: auto;
    margin-right: auto;
  }

  .singleContents .text a:hover {
    opacity: 0.8;
  }

  .figureArea .photoList .item .photo {
    height: 240px;
  }

  .figureArea .photoList .item {
    width: 360px;
    float: left;
    margin-left: 27px;
    margin-top: 25px;
  }

  .figureArea .photoList .item:first-child,
  .figureArea .photoList .item:nth-child(3n+1) {
    margin-left: 0;
  }

  .figureArea .photoList .item:first-child,
  .figureArea .photoList .item:nth-child(2),
  .figureArea .photoList .item:nth-child(3) {
    margin-top: 0;
  }

  .figureArea .photoList.portrait .item .photo {
    height: 500px;
  }

  .figureArea .photoList.typeOne .item {
    width: 750px;
  }

  .figureArea .photoList.typeOne .item .photo {
    height: 500px;
  }

  .figureArea .photoList.typeThree .item {
    width: 233px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
  }

  .figureArea .photoList.typeThree .item:first-child,
  .figureArea .photoList.typeThree .item:nth-child(3n+1) {
    margin-left: 0;
  }

  .figureArea .photoList.typeThree .item:first-child,
  .figureArea .photoList.typeThree .item:nth-child(2),
  .figureArea .photoList.typeThree .item:nth-child(3) {
    margin-top: 0;
  }

  .figureArea .photoList.typeThree .item .photo {
    height: 206px;
  }

  .figureArea .bnr:hover {
    opacity: 0.8;
  }

  .singlePagePagenation .prev:hover a:before,
  .singlePagePagenation .prev:hover a:after {
    left: -6px;
  }

  .singlePagePagenation .prev {
    left: 100px;
  }

  .singlePagePagenation .prev a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .singlePagePagenation .prev a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .singlePagePagenation .next:hover a:before,
  .singlePagePagenation .next:hover a:after {
    right: -6px;
  }

  .singlePagePagenation .next {
    right: 100px;
  }

  .singlePagePagenation .next a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .singlePagePagenation .next a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .returnPageBtn:hover {
    background-color: #3e3a39;
    color: #fff;
  }

  .returnPageBtn:hover a {
    color: #fff;
  }

  .returnPageBtn {
    width: 254px;
  }
}

@media screen and (max-width: 679px) {
  .newsContentWrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .newsContentWrap > .inner {
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .singleInner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .newsMenuList {
    margin-top: 30px;
    flex-flow: wrap;
  }

  .newsMenuList__item {
    letter-spacing: 0;
    width: 50%;
  }

  .newsMenuList__item:nth-of-type(even) {
    border-left: 0;
  }
  .newsMenuList__item:nth-of-type(1n + 3) {
    border-top: 0;
  }

  .newsMenuList__item a {
    font-size: 13px;
    height: 36px;
  }

  .nowPageTerm {
    font-size: 13px;
  }

  .newsPageTitle {
    font-size: 16px;
  }

  .categoryList__item {
    font-size: 12px;
    padding: 2px 22px;
  }

  .newsList {
    margin-top: 30px;
  }

  .newsList__item .cursor span {
    width: 20px;
    height: 20px;
  }

  .newsList__item .cursor span:before {
    width: 4px;
    top: -3px;
  }

  .newsList__item .cursor span:after {
    width: 4px;
    bottom: -3px;
  }

  .singlePageTagListWrap span {
    font-size: 13px;
    top: 13px;
  }

  .pagenationWrap {
    padding-top: 40px;
  }

  .pagenationWrap ul.page-numbers {
    position: relative;
  }

  .pagenationWrap ul.page-numbers .prev.page-numbers:before {
    left: 10px;
  }

  .pagenationWrap ul.page-numbers .next.page-numbers:before {
    right: 10px;
  }

  .link_wrap {
    padding-top: 40px;
  }

  .singlePageTitle {
    font-size: 18px;
  }

  .singlePageHeader__categoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .singlePageHeader__categoryList__item {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .singlePageHeader__description {
    margin-top: 10px;
  }

  .singlePageHeader__description .articleDataWrap {
    margin-top: 10px;
  }

  .singlePageHeader__description .articleData {
    font-size: 14px;
  }

  .singlePageHeader__description .articleData__name {
    width: 80px;
  }

  .singlePageHeader__description .articleData__text {
    padding-left: 80px;
  }

  .singlePageHeader__description .data__01 .articleData__text {
    font-size: 20px;
    top: -5px;
  }

  .otherContents {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .otherContentsTitle {
    font-size: 16px;
  }

  .otherContentsList {
    margin-top: 20px;
    padding: 0 10px;
  }

  .otherContentsList__item {
    width: 48.5%;
    margin-left: 3%;
  }

  .otherContentsList__item__thumbnail .photo {
    height: 40vw;
  }

  .otherContentsList__item__category {
    font-size: 11px;
    min-width: 90px;
  }

  .otherContentsList__item__title {
    font-size: 13px;
  }

  .otherContentsList__item__data {
    font-size: 12px;
    line-height: 1.5;
    display: none;
  }

  .otherContentsList__item__data__name {
    width: 36px;
  }

  .otherContentsList__item__data__text {
    padding-left: 36px;
  }

  .mainImage {
    margin-top: 30px;
  }

  .singleContents {
    padding-bottom: 40px;
  }

  .singleContents > * {
    margin-top: 20px;
  }

  .singleContents .text table {
    font-size: 13px !important;
  }

  .singleContents .text p {
    font-size: 14px;
  }

  .figureArea .photoList .item:first-child .figCaption {
    margin-bottom: 20px;
  }

  .figureArea .photoList .item .photo {
    height: 56vw;
  }

  .figureArea .photoList.typeThree .item {
    margin-top: 5px;
  }

  .figureArea .photoList.typeThree .item:first-child {
    margin-top: 0;
  }

  .figureArea .figCaption {
    font-size: 12px;
  }

  .btnList {
    margin-top: 30px;
  }

  .btnList > * {
    margin-top: 15px;
  }

  .newsContents {
    padding-bottom: 40px;
  }

  .singlePagePagenation {
    margin-top: 40px;
    font-size: 12px;
  }

  .singlePagePagenation .prev {
    left: -10px;
    height: 40px;
  }

  .singlePagePagenation .prev a {
    padding-left: 10px;
  }

  .singlePagePagenation .prev a:before {
    width: 7px;
    top: -3px;
  }

  .singlePagePagenation .prev a:after {
    width: 7px;
    top: 5px;
  }

  .singlePagePagenation .next {
    right: -10px;
    height: 40px;
  }

  .singlePagePagenation .next a {
    padding-right: 10px;
  }

  .singlePagePagenation .next a:before {
    width: 7px;
    top: -3px;
  }

  .singlePagePagenation .next a:after {
    width: 7px;
    top: 5px;
  }

  .returnPageBtn {
    width: 50%;
  }

  .returnPageBtn a {
    height: 40px;
  }
}

@media screen and (max-width: 370px) {
  .newsMenuList__item a {
    font-size: 12px;
    height: 32px;
  }

  .singlePageTitle {
    font-size: 16px;
  }

  .singlePageHeader__description .data__01 .articleData__text {
    font-size: 18px;
    top: -4px;
  }

  .otherContentsList__item__data {
    font-size: 11px;
  }

  .otherContentsList__item__data__name {
    width: 36px;
  }

  .otherContentsList__item__data__text {
    padding-left: 36px;
  }

  .singleContents .text p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) and (min-width: 481px) {
  .newsContentWrap {
    padding-top: 140px;
  }
}

@media (max-width: 1340px) and (min-width: 481px) {
  .newsContentWrap {
    padding-top: 140px;
  }
}
