@charset "UTF-8";
#news {
  margin-right: auto;
  margin-left: auto;
}
#news>* {
  font-size: 1.6rem;
}

#news article a {
  color: #009;
  text-decoration: underline;
}
#news article a.no_underL {
  text-decoration: none;
}
#news article a.icon_nwd {
  background: url(/common/img/icon_nw.svg) no-repeat right bottom 4px;
  background-size: 12px 12px;
  padding: 0 20px 0 0;
}
#news article p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
#news article p.txt {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.3;
  margin-bottom: 2em;
}
#news article p.hd_txt {
  margin-bottom: 3rem;
  text-indent: 0 !important;
}
#news article section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
#news article section>h2 {
  line-height: 1.5;
}
#news article section#date>p {
  text-align: right;
}

#news article section p:last-of-type {
  margin-bottom: 3rem;
}
#news article section .no-indent {
  text-indent: 0;
}
#news article section sup {
  position: relative;
  top: 0.18em;
  left: 0.05em;
  margin-right: 0.25em;
  font-size: 0.8em;
}
#news article section .subT01 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

#news article section dl {
  margin-left: 1.5em;
}
#news article section dl.flex {
  display: flex;
  margin-left: 1em;
}
#news article section dl.flex>dt,
#news article section dl.flex dd {
  margin: 0 0 0.2em;
}
#news article section dl>dt {
  margin: 0.4em 0;
  line-height: 1.5;
}
#news article section dl>dd {
  margin: 0.4em 0;
  line-height: 1.5;
}
#news article section dl>dd>img {
  max-width: 100%;
}
#news article section ul li {
  margin: 0.4em 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
}
#news article section .scrollwrap {
  max-width: 97vw !important;
}
#news article section table {
  margin-top: 2em;
}
#news article section table.txt_left tbody th,
#news article section table.txt_left tbody td {
  text-align: left;
}
#news article section table caption {
  margin: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
#news article section table caption>span {
  display: block;
}
#news article section table tr>th,
#news article section table tr td {
  border: #ccc solid 1px;
  padding: 8px 12px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
#news article section table tr>th.center,
#news article section table tr td.center {
  text-align: center;
}
#news article section table tr>th.left,
#news article section table tr td.left {
  text-align: left;
}
#news article section table tr>th.right,
#news article section table tr td.right {
  text-align: right;
}
#news article section small {
  font-size: 0.9em;
}
#news article section small.caps {
  position: relative;
  bottom: 0.5em;
  font-size: 0.7em;
}
#news article section .iframe_wrap {
  margin: 0 auto;
}
#news article section .iframe_wrap__content {
  position: relative;
  padding-bottom: 34.5%;
  aspect-ratio: 16/9;
  width: auto;
  max-width: 680px;
  height: 0;
  overflow: hidden;
}
#news article section .iframe_wrap__content>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news article section address {
  margin-top: 50px;
  border: #ccc solid 1px;
  padding: 20px 30px 0;
}
#news article section address>h4 {
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1em;
  text-indent: -0.5em;
}
#news article section address>P {
  line-height: 1.6;
  text-indent: 0;
}
#news article section address .address {
  margin: 0;
  text-indent: 0;
}
#news article section address .address+.address {
  margin-top: 20px;
}
#news article section .notes {
  font-size: 0.9em;
}
#news article section .notes>li {
  margin: 0.4em;
  padding-left: 1.8em;
  line-height: 1.4;
  text-indent: -1.4em;
}
#news article section#recommend_list {
  margin-top: 0;
}
#news article section#recommend_list h2 {
  display: inline-block;
  position: static;
  left: 0;
  margin: 0;
  margin-bottom: 0;
  background: none;
  background-color: #000099;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
#news article section#recommend_list ul {
  border: #000099 solid 1px;
  padding: 20px;
}
#news article section#recommend_list ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
#news article section#recommend_list ul li a {
  color: #333;
  font-size: 1.45rem;
  line-height: 1.6;
  text-decoration: none;
}
#news article section#recommend_list ul li a:hover {
  color: #009;
  text-decoration: underline;
}
#news article section#recommend_list ul li:last-child {
  margin-bottom: 0;
}
#news article section#recommend_list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "・";
}
#news article section .gray {
  background-color: #f5f5f5 !important;
}
#news article section .Red {
  color: #d1090c;
  font-weight: bold !important;
}
#news article section .blue1 {
  background-color: #0468b7 !important;
  color: #ffffff;
}
#news article section .blue2 {
  background-color: #d4fbff !important;
}
#news article section .bg_f0 {
  background: #f0f0f0;
}
#news article section .bg_blue {
  background-color: #0468b7;
  color: #fcfcfc;
}
#news article section .bg_sky {
  border-bottom: 1px solid #c3dbe3;
  border-left: 1px solid #c3dbe3;
  background-color: #dce9f9;
}
#news article section .bg_ylwgrn {
  border-bottom: 1px solid #b7ccb7;
  border-left: 1px solid #b7ccb7;
  background-color: #cde5cd;
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  #news {
    min-width: inherit;
    overflow: auto;
  }
  #news article section {
    padding: 0 3em 85px;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #news>* {
    font-size: 3.6vw;
  }
  #news article p {
    font-size: 4.2vw;
  }
  #news article section ul li {
    font-size: 4.2vw;
  }
  #news article section address>h4 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  #news article section .indet1em {
    text-indent: 1em;
  }
  #news article section .indet2em {
    padding-left: 2em;
    text-indent: 0em;
  }
  #news article section .indet102em {
    padding-left: 1.2em;
    text-indent: 0;
  }
}
@media screen and (max-width: 768px) {
  #news article section h4 {
    font-size: 1.5rem;
  }
  #news article section h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  #news article section .scrollwrap {
    width: auto;
    max-width: none;
    overflow-x: scroll;
  }
  #news article section .scrollwrap>* {
    width: auto;
    min-width: 100%;
    white-space: nowrap;
  }
  #news article section .iframe_wrap__content {
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=newstyle.css.map */
