/*
 * filename: news.css
 * version: 1.1
 */
#main[class^=news_] {
  margin: 0 auto;
  max-width: 48rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] {
    max-width: 100rem;
  }
}
#main[class^=news_] > .sec1 {
  height: auto;
  width: 100%;
}
#main[class^=news_] > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 4rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner {
    padding: 0 8rem;
  }
}
#main[class^=news_] > .sec1 > .inner > .box9 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  padding: 2rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 {
    padding: 4rem;
  }
}
#main[class^=news_] > .sec1 > .inner > .box9 > .lst {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm] {
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  padding: 0 2.25rem;
  position: relative;
  text-align: center;
  width: 9rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm] {
    font-size: 1.35rem;
    padding: 0 2rem;
    width: 11rem;
  }
}
#main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].nolnk {
  opacity: 0.5;
}
#main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:after {
  background: url("../images/ico_arrow_left_02.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:after {
    height: 4rem;
    width: 2rem;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk) {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk)::after {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk):hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk):hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:after {
    height: 4rem;
    width: 2rem;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk) {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk)::after {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk):hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk):hover::after {
    transform: translate(0.5rem, -50%);
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm3 {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm3:hover {
    opacity: 0.5;
  }
}
#main[class^=news_] > .sec1 > .inner > .box0 {
  height: auto;
  width: 100%;
}
#main[class^=news_] > .sec1 > .inner > .box0 > .par {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 739px) {
  #main[class^=news_] > .sec1 > .inner > .box0 > .par {
    font-size: 2.25rem;
  }
}

#main.news_lst > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 739px) {
  #main.news_lst > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
    padding: 4rem;
  }
}
#main.news_lst > .sec1 > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
}
#main.news_lst > .sec1 > .inner > .box1 > .lst > .itm {
  height: auto;
  width: 100%;
  border-top: 0.1rem solid #b39782;
}
#main.news_lst > .sec1 > .inner > .box1 > .lst > .itm:last-of-type {
  border-bottom: 0.1rem solid #b39782;
}
#main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  display: block;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk {
    padding: 1.5rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk:hover {
    opacity: 0.5;
  }
}
#main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk > .txt1 {
  height: auto;
  width: 100%;
  color: #a38a77;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk > .txt1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk > .txt2 {
  height: auto;
  width: 100%;
  color: #a38a77;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 739px) {
  #main.news_lst > .sec1 > .inner > .box1 > .lst > .itm > .lnk > .txt2 {
    font-size: 1.8rem;
  }
}

#main.news_itm > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
    padding: 4rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  border-bottom: 0.2rem solid #b39782;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box1 > .shd {
  height: auto;
  width: 100%;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box1 > .shd {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box1 > .phd {
  height: auto;
  width: 100%;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box1 > .phd {
    font-size: 1.8rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2:after {
  clear: both;
  content: '';
  display: block;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h1 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h1 {
    font-size: 3.75rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h2 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h2 {
    font-size: 3rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h3 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h3 {
    font-size: 2.625rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h4 {
  height: auto;
  width: 100%;
  clear: both;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h4 {
    font-size: 2.25rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h5 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h5 {
    font-size: 2.025rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 h6 {
  height: auto;
  width: 100%;
  clear: both;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 h6 {
    font-size: 1.8rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 p {
  height: auto;
  width: 100%;
  color: #a38a77;
  clear: both;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem auto;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 p {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 ul {
  clear: both;
  height: auto;
  margin: 1.5rem 0 1.5rem 1.5rem;
  list-style: disc;
  width: calc(100% - 1.5rem);
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 ol {
  clear: both;
  height: auto;
  margin: 1.5rem 0 1.5rem 1.5rem;
  list-style: decimal;
  width: calc(100% - 1.5rem);
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 li {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 li {
    font-size: 1.35rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 blockquote {
  height: auto;
  width: 100%;
  clear: both;
  background-color: #fff6e9;
  border: 0.1rem solid #e6c2a8;
  margin: 1.5rem 0;
  padding: 1.5rem;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 strong {
  font-weight: 700;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 em {
  font-style: italic;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 ins {
  text-decoration: underline;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 del {
  text-decoration: line-through;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 a {
  color: #f8c484;
  text-decoration: underline;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 a {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box2 a:hover {
    opacity: 0.5;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 code {
  font-style: italic;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 hr {
  border: 0.1rem solid #b39782;
  clear: both;
  margin: 3rem 0;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .aligncenter {
  display: block;
  margin: 1.5rem auto;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .alignright {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .alignnone {
  margin: 1.5rem auto;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .wp-caption {
  max-width: 100%;
}
#main.news_itm > .sec1 > .inner > .box1 > .box2 .wp-caption-text {
  text-align: center;
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
  border-top: 0.2rem solid #b39782;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box3 {
    margin-top: 4rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 > .par {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk {
  height: auto;
  width: auto;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk {
    font-size: 1.35rem;
    transition: 0.35s;
    line-height: 2;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk:hover {
  opacity: 0.5;
}
#main.news_itm > .sec1 > .inner > .box1 > .box3 > .par > .lnk > .ico {
  color: #f8c484;
  margin-right: .5em;
}
