/*========================================================================
   news layout
========================================================================*/
#news #mainVisual {
  background: url(../img/news/mainimg.jpg) no-repeat center/cover;
}
#news .deco_ttl {
  max-width: 319px;
  width: clamp(160px, 50%, 319px);
  position: absolute;
  top: 0;
  left: 1.25em;
  z-index: 1;
}
#news .deco_ttl img {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.bgtxt {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .bgtxt {
    left: 50%;
  }
}

.btn_admin {
  text-align: right;
  font-size: 0.75em;
}

.container {
  max-width: 1000px;
}

/* news #n-list
***************************************************/
#news_wrap {
  padding-top: clamp(1.125em, 0.685em + 1.957vw, 2.25em);
  padding-bottom: clamp(3.125em, 1.629em + 4.213vw, 5em);
}
#news_wrap h2 {
  text-align: center;
  margin-block: 1.2em;
}
#news_wrap h2 .eng {
  color: #dc5a1e;
}

.pager {
  text-align: right;
  padding: 1em 0.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pager a {
  color: #692;
  font-size: 0.93em;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.84em;
  border-radius: 1em;
  padding: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.4em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pager a.current {
  background: #692;
  color: #fff;
}
.pager a:hover {
  color: #fff;
  background: rgba(102, 153, 34, 0.5);
}

.newsList {
  padding: 0px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.newsList #newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsList #newsList > * {
  width: 100%;
}
.newsList li {
  padding: 0.8em;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: dotted 1px;
}
.newsList .newMark {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3px 1px;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  background-color: #d53;
  border-radius: 3px;
}
.newsList .cont > * {
  display: inline-block;
  line-height: 1.4;
}
.newsList .cont .title {
  display: block;
}
@media screen and (min-width: 670px) {
  .newsList .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsList .cont .title {
    margin-left: 0.5em;
  }
}
.newsList .up_ymd, .newsList .catName, .newsList .newMark {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.newsList .catName {
  padding: 1px 5px 2px;
  margin: 0 0.25em;
  font-size: 0.85em;
  font-weight: bold;
  color: #fdfdfd;
  background-color: #bc4;
  border-radius: 9px;
}
.newsList .title {
  font-size: 1.06em;
}
.newsList .thumbNailWrap {
  display: block;
  margin-top: 0.4em;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  float: left;
}
.newsList .comment {
  display: block;
  margin-top: 0.6em;
}

/* news_detail #single
***************************************************/
#single {
  padding: 70px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
}
#single.container {
  max-width: 1000px;
}
#single .pNav {
  font-size: 1em;
  margin-bottom: 4em;
}
#single h3 {
  font-size: 2em;
  line-height: 1.3;
  padding: 5px 0;
  margin-bottom: 0.4em;
  border-bottom: 1px dotted #cba;
}
#single #up_ymd {
  text-align: right;
  font-size: 1em;
  margin: 0em 0 1em;
}
#single .detailText {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 100px;
}
#single .detailUpfile {
  text-align: center;
  margin: 30px 0;
}
#single .detailUpfile img {
  max-width: 100%;
  height: auto;
}
#single .backORcloseBtn {
  text-align: center;
  line-height: 100%;
  padding-top: 30px;
}
#single .backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}