/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _news.scss 
-------------------------------------------------------*/
#newsdetail * + * {
  margin-top: 16px;
}
#newsdetail h1 {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 64px 0 40px;
  line-height: 1.5;
}
#newsdetail h2 {
  font-size: 2.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 64px 0 40px;
  color: var(--color-main);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #newsdetail h2 {
    width: calc(100% - 20px);
    font-size: 1.5rem;
  }
}
#newsdetail h3 {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 64px 0 40px;
  color: var(--color-main);
  position: relative;
}
#newsdetail h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-bg);
  margin-bottom: 32px;
}
#newsdetail h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: var(--color-main);
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #newsdetail h3 {
    font-size: 1.375rem;
    margin: 48px 0 25px;
  }
  #newsdetail h3::before {
    margin-bottom: 24px;
  }
  #newsdetail h3::after {
    width: 40px;
  }
}
#newsdetail h4 {
  font-size: 1.75rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 56px 0 40px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 1rem;
  -webkit-text-decoration-color: var(--color-main);
          text-decoration-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  #newsdetail h4 {
    font-size: 1.25rem;
    margin: 40px 0 30px;
  }
}
#newsdetail h5 {
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 48px 0 27px;
  padding-left: 17px;
  position: relative;
}
#newsdetail h5::before {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 14px);
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #newsdetail h5 {
    font-size: 1.25rem;
    margin: 32px 0 20px;
    padding-left: 12px;
    letter-spacing: 2px;
  }
  #newsdetail h5::before {
    width: 4px;
    height: calc(100% - 10px);
  }
}
#newsdetail strong {
  font-weight: 700;
}
#newsdetail em {
  font-style: italic;
}
#newsdetail ol,
#newsdetail ul {
  margin-top: 10px;
}
#newsdetail ul > li {
  position: relative;
  padding-left: 16px;
  font-size: 1.25rem;
  line-height: 1.5;
}
#newsdetail ul > li + li {
  margin-top: 10px;
}
#newsdetail ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-main);
  left: 0;
  top: 7px;
  position: absolute;
}
#newsdetail ol {
  counter-reset: listNum;
}
#newsdetail ol > li {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.25rem;
  line-height: 1.6;
  counter-increment: listNum;
}
#newsdetail ol > li + li {
  margin-top: 10px;
}
#newsdetail ol > li::before {
  content: counter(listNum) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--color-main);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#newsdetail p {
  font-size: 1rem;
  line-height: 2;
}
#newsdetail a {
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
  font-weight: 700;
  display: inline;
  text-decoration: underline;
}
#newsdetail a[href^=http]::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon_blank-bl.svg) center/contain no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
#newsdetail a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/icon_pdf-bl.svg) center/contain no-repeat;
  width: 33px;
  height: 15px;
  margin: 0 8px;
}
#newsdetail a:hover {
  text-decoration: none;
}
#newsdetail table {
  width: 100%;
}
#newsdetail caption {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-caption);
}
#newsdetail table th {
  background-color: var(--color-main);
  color: var(--color-wh);
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: var(--color-wh) solid 1px;
  padding: 16px;
  border-right: var(--color-wh) solid 1px;
}
#newsdetail table td {
  vertical-align: middle;
  line-height: 1.5;
  border-bottom: var(--color-wh) solid 1px;
  border-right: var(--color-wh) solid 1px;
  background-color: var(--color-bg2);
  padding: 16px 25px;
}
#newsdetail table td:first-child {
  border-left: var(--color-wh) solid 1px;
}/*# sourceMappingURL=news.css.map */