@charset "UTF-8";
/* News */
.news section.news_head,
.news section.news_group {
  padding: 0em 30px 4em;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news section.news_head,
  .news section.news_group {
    padding: 0 2em 4em;
  }
}
.news section.news_head.ttl ul.box-flex,
.news section.news_group.ttl ul.box-flex {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  margin: 36px auto 0;
  padding: 24px 0;
  flex-wrap: wrap;
  gap: 16px;
}
.news section.news_head.ttl ul.box-flex li:nth-child(1),
.news section.news_group.ttl ul.box-flex li:nth-child(1) {
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news section.news_head.ttl ul.box-flex li:nth-child(1),
  .news section.news_group.ttl ul.box-flex li:nth-child(1) {
    max-width: none;
    width: 100%;
  }
}
.news section.news_head.ttl ul.box-flex li:nth-child(2),
.news section.news_group.ttl ul.box-flex li:nth-child(2) {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news section.news_head.ttl ul.box-flex li:nth-child(2),
  .news section.news_group.ttl ul.box-flex li:nth-child(2) {
    width: 100%;
  }
}
.news section.news_head.ttl ul.box-flex li a,
.news section.news_group.ttl ul.box-flex li a {
  border: solid 1px #056dfd;
  border-radius: 3px;
  padding: 7px 15px;
  margin: 1em auto;
  display: flex;
  justify-content: center;
}
.news section.news_head.ttl ul.box-flex li a:hover,
.news section.news_group.ttl ul.box-flex li a:hover {
  color: #fff;
  background: #056dfd;
  opacity: 1;
}
.news section.news_head.ttl ul.box-flex.udr,
.news section.news_group.ttl ul.box-flex.udr {
  border-top: none;
  margin: 0 auto;
}
.news section.news_head.ttl ul.box-flex.txtNewsOnly h2,
.news section.news_group.ttl ul.box-flex.txtNewsOnly h2 {
  padding: 0;
  margin: 0;
}
.news section.news_head.ttl ul.box-flex.txtNewsOnly p.date,
.news section.news_group.ttl ul.box-flex.txtNewsOnly p.date {
  margin-bottom: 0.8em;
}
.news section.news_head.ttl ul.box-flex.txtNewsOnly p.txt,
.news section.news_group.ttl ul.box-flex.txtNewsOnly p.txt {
  letter-spacing: 0.05em;
}
.news section.news_head.ttl.index ul.box-flex li:nth-child(1),
.news section.news_group.ttl.index ul.box-flex li:nth-child(1) {
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news section.news_head.ttl.index ul.box-flex li:nth-child(1),
  .news section.news_group.ttl.index ul.box-flex li:nth-child(1) {
    max-width: none;
    width: 100%;
  }
}
.news section.news_head.ttl.index ul.box-flex li:nth-child(2),
.news section.news_group.ttl.index ul.box-flex li:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .news section.news_head.ttl.index ul.box-flex li:nth-child(2),
  .news section.news_group.ttl.index ul.box-flex li:nth-child(2) {
    width: 100%;
  }
}
.news section.news_head.ttl.index ul.box-flex li:nth-child(3),
.news section.news_group.ttl.index ul.box-flex li:nth-child(3) {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .news section.news_head.ttl.index ul.box-flex li:nth-child(3),
  .news section.news_group.ttl.index ul.box-flex li:nth-child(3) {
    width: 100%;
  }
}
.news section.news_head.ttl a:hover,
.news section.news_group.ttl a:hover {
  color: #004098;
}
.news section.news_head h2,
.news section.news_group h2 {
  font-size: 1.25em;
  color: #4d4d4d;
  margin-top: 0;
  padding: 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news section.news_head h2,
  .news section.news_group h2 {
    padding: 0;
    margin: 0.5em 0 0;
    line-height: inherit;
    letter-spacing: 0.05em;
  }
}
.news section.news_head p,
.news section.news_group p {
  letter-spacing: 0.12em;
  line-height: 1.8em;
}
.news section.news_head p.txt,
.news section.news_group p.txt {
  font-size: 16px;
  line-height: 1.5;
}
.news section.news_head p span,
.news section.news_group p span {
  font-size: 90%;
  color: #c00;
  border: solid;
  padding: 0.15em 0.25em;
  margin: 0 0.5em 0 0;
}
.news section.news_head h3,
.news section.news_group h3 {
  font-size: 1.25em;
  font-weight: 600;
}
.news section.news_head .box-grid,
.news section.news_group .box-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 33.33%);
}
.news section.news_head .box-grid a.on_up,
.news section.news_group .box-grid a.on_up {
  color: #575757;
  display: inline-block;
  pointer-events: none;
  position: relative;
  padding: 0 0 0 1em;
}
.news section.news_head .box-grid a.on_up::before,
.news section.news_group .box-grid a.on_up::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border: 6px solid transparent;
  border-bottom: 7px solid #555;
}
.news section.news_head .box-grid a.on_dw,
.news section.news_group .box-grid a.on_dw {
  color: #575757;
  display: inline-block;
  pointer-events: none;
  position: relative;
  padding: 0 0 0 1em;
}
.news section.news_head .box-grid a.on_dw::before,
.news section.news_group .box-grid a.on_dw::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  border: 6px solid transparent;
  border-top: 7px solid #555;
}
.news section.news_caps {
  padding: 0 2em 4em;
  max-width: 1200px;
  margin: auto;
}
.news section.news_caps ul.box-flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
.news section.news_caps ul.box-flex li {
  max-width: 45%;
}
.news section.news_caps ul.box-flex li img {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news section.news_caps ul.box-flex li {
    max-width: 100%;
  }
}
.news section.news_caps ul.box-flex li dl dt {
  color: #074396;
  font-weight: bold;
}
.news section.news_caps ul.box-flex li dl dd::before {
  content: "■";
  color: #074396;
  margin: 0 5px 0 0;
}
.news section.news_caps ul.list {
  margin: 0 auto 0 2em;
}
.news section.news_caps ul.list li {
  list-style-type: auto;
}
.news section.news_caps h2 {
  color: #004098;
  margin: 0 0 48px;
}
.news section.news_caps h2 p {
  color: #444;
}
@media screen and (max-width: 768px) {
  .news section.news_caps h2 p {
    display: block;
    margin: 0 auto;
  }
}
.news section.news_caps h2 p span {
  font-size: 90%;
  color: #c00;
  border: solid;
  padding: 0.15em 0.25em;
  margin: 0 0.5em 0 0;
}
.news section.news_caps h3 {
  font-weight: bold;
}
.news section.news_caps div.box-flex {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news section.news_caps div.box-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news section.news_caps div.box-flex div.mr2em {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.news section.news_caps div.box-flex.flex-st {
  align-items: flex-start;
}
.news section.news_caps div.box-flex.flex-st ul.features li {
  text-indent: -0.8em;
  padding: 0 0 0 0.8em;
  margin: 0.8em auto;
}
.news section.news_caps div.box-flex.center {
  justify-content: center;
  margin: 60px auto 0;
}
.news section.news_caps div.box-flex.center a {
  border: solid 1px #056dfd;
  border-radius: 3px;
  padding: 7px 15px;
  display: flex;
  justify-content: center;
}
.news section.news_caps div.box-flex.center a:hover {
  color: #fff;
  background: #056dfd;
  opacity: 1;
}
.news section.news_caps div.box-flex div.mr2em {
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .news section.news_caps div.box-flex div.mr2em {
    margin-right: 0;
  }
}
.news section.news_caps div.box-flex.capsnav a {
  width: 20%;
  text-align: center;
  color: #222;
  font-weight: 600;
}
.news section.news_caps div.box-flex.capsnav a + a {
  border-left: 1px solid #999;
}
.news section.news_caps div.mb4em {
  margin-bottom: 4em;
}
.news section.news_caps div.mb2em {
  margin-bottom: 2em;
}
.news section.news_caps div.mb2em p {
  margin: 0 0 0.6em 0.8em;
}
@media screen and (max-width: 768px) {
  .news section.news_caps div.mb2em p {
    margin: 0 0 0.6em 0;
  }
}
.news section.news_caps div.mb2em p.mb1em {
  margin-bottom: 1em;
}
.news section.news_caps div.mb2em small {
  display: block;
  font-size: small;
  text-align: center;
}
.news section.news_caps div.mb2em small.left {
  text-align: left;
}
.news section.news_caps div.mb2em small sup {
  color: #004098;
}
.news section.news_caps div.mb2em small a {
  font-size: small;
  color: #444444;
  text-decoration: underline;
}
.news section.news_caps div.mb2em small a:hover {
  color: #004098;
}
.news section.news_caps div.mb2em h3 {
  margin: 0;
}
.news section.news_caps div.mb1em {
  margin-bottom: 1em;
}
.news section.news_caps div.mb1em p {
  margin: 0 0 0 0.8em;
}
.news section.news_caps div.mb1em h3 {
  margin: 0;
}
.news section.news_caps div p.caps {
  font-size: 90%;
  margin: 0.5em auto 0;
}
.news section.news_caps .column-imgbox {
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .news section.news_caps .column-imgbox {
    min-width: 100%;
  }
}
.news section.news_caps.news_copy div.mb2em h3,
.news section.news_caps.news_copy div.mb4em h3 {
  margin-bottom: 1em;
}
.news section.news_caps.news_copy div.mb2em ul,
.news section.news_caps.news_copy div.mb4em ul {
  margin: 0 0 1.6em 2.4em;
}
.news section.news_caps.news_copy div.mb2em ul li,
.news section.news_caps.news_copy div.mb4em ul li {
  list-style: disc;
}
.news section.news_caps.news_copy div.mb2em ul li.num,
.news section.news_caps.news_copy div.mb4em ul li.num {
  list-style: auto;
}
.news section.news_caps.news_copy div.mb2em ul li.none,
.news section.news_caps.news_copy div.mb4em ul li.none {
  list-style: none;
}
.news section.news_caps.news_copy div.mb2em p,
.news section.news_caps.news_copy div.mb4em p {
  margin: 0 0 0.6em 0.8em;
  line-height: 1.5;
}
.news section.news_caps.news_copy div.mb2em img,
.news section.news_caps.news_copy div.mb4em img {
  margin-bottom: 32px;
}
.news main {
  margin-bottom: 3em;
}
.news div.news-contents {
  margin: 0 auto;
}
.news div.w_area {
  background: #fff;
  padding: 2em 0 3em;
}
.news div.lb_area {
  background: #c7d2e5;
}
.news section {
  margin-bottom: 0;
}
.news section.re-post {
  margin: 72px 0;
  padding: 0;
  max-width: 1200px;
}
.news section.re-post .box-flex {
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 1200px) {
  .news section.re-post .box-flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .news section.re-post .box-flex {
    justify-content: center;
  }
}
.news section.re-post .box-flex div {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .news section.re-post .box-flex div {
    margin: 0 5px 10px;
  }
}
.news section.re-post .box-flex div img {
  max-width: 270px;
}
@media screen and (max-width: 768px) {
  .news section.re-post .box-flex div img {
    max-width: none;
  }
}
.news section.re-post .box-flex div p {
  text-align: center;
  font-size: 14px;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .news section.re-post .box-flex div p {
    width: auto;
    margin: 0.5em auto;
    font-size: 1em;
  }
}
.news section.news_copy.news_25 dl {
  list-style: square;
  filter: drop-shadow(1px 1px 1px #fff);
  font-size: larger;
}
.news section.news_copy.news_25 dl dt {
  font-weight: bold;
}
.news section.news_copy.news_25 dl dd {
  display: list-item;
  font-size: large;
}
.news section.news_copy.news_25 dl dd dl {
  list-style: circle;
}
.news section.news_copy.news_25 div.mb2em h3,
.news section.news_copy.news_25 div.mb4em h3 {
  margin-bottom: 1em;
}
.news section.news_copy.news_25 div.mb2em ul,
.news section.news_copy.news_25 div.mb4em ul {
  margin: 0 0 1.6em 0;
}
.news section.news_copy.news_25 div.mb2em ul li,
.news section.news_copy.news_25 div.mb4em ul li {
  list-style: disc;
}
.news section.news_copy.news_25 div.mb2em ul li.num,
.news section.news_copy.news_25 div.mb4em ul li.num {
  list-style: auto;
}
.news section.news_copy.news_25 div.mb2em ul li.none,
.news section.news_copy.news_25 div.mb4em ul li.none {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news section.news_copy.news_25 div.mb2em ul li.none img,
  .news section.news_copy.news_25 div.mb4em ul li.none img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .news section.news_copy.news_25 div.mb2em ul li.none p,
  .news section.news_copy.news_25 div.mb4em ul li.none p {
    margin-bottom: 16px;
  }
}
.news section.news_copy.news_25 div.mb2em p,
.news section.news_copy.news_25 div.mb4em p {
  margin: 0 0 0.5em 0;
  line-height: 1.5;
}
.news section.news_copy.news_25 div.mb2em p.strong,
.news section.news_copy.news_25 div.mb4em p.strong {
  font-weight: bold;
}
.news section.news_copy.news_25 div.mb2em p.note,
.news section.news_copy.news_25 div.mb4em p.note {
  font-size: 1rem;
}
.news section.news_copy.news_25 div.mb2em img,
.news section.news_copy.news_25 div.mb4em img {
  margin-bottom: 16px;
}
.news section.news_copy.news_25 div.mb2em table,
.news section.news_copy.news_25 div.mb4em table {
  width: 100%;
  margin-bottom: 1em;
}
.news section.news_copy.news_25 div.mb2em table tr:nth-child(odd),
.news section.news_copy.news_25 div.mb4em table tr:nth-child(odd) {
  background-color: #c7d2e5;
}
.news section.news_copy.news_25 div.mb2em table tr td,
.news section.news_copy.news_25 div.mb4em table tr td {
  border-right: 1px solid #e1e1e1;
}
.news section.news_copy.news_25 div.mb2em table tr td:nth-child(1),
.news section.news_copy.news_25 div.mb4em table tr td:nth-child(1) {
  text-align: center;
}
.news section.news_copy.news_25 div.mb2em table tr td:nth-child(n+2),
.news section.news_copy.news_25 div.mb4em table tr td:nth-child(n+2) {
  padding-left: 1em;
}
.news section.news_copy.news_25 div.mb2em table tr td:nth-child(3),
.news section.news_copy.news_25 div.mb4em table tr td:nth-child(3) {
  border: none;
}
.news section.news_copy.news_25 div.mb2em table thead tr:nth-child(odd),
.news section.news_copy.news_25 div.mb4em table thead tr:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  　 .news div.b_area ul li img {
    width: 100%;
  }
  .news div.bk_area {
    margin-bottom: -14em;
  }
}
/* accordion */
.toggle {
  display: none;
}

.Label { /*タイトル*/
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  padding: 1em 0.2em;
  display: block;
  color: #444;
  background: #fff;
  cursor: pointer;
  height: auto;
  background: aliceblue;
}
.Label span {
  font-weight: 400;
  margin-left: 0.5em;
}
.Label.mb-64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .Label {
    padding-left: 1em;
    padding-right: 10%;
  }
}

.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  width: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 1em;
  padding: 0 1em;
  overflow: hidden;
}
.content span {
  font-weight: bold;
  margin-right: 0.5em;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label.mb-64 {
  margin-bottom: 0;
}

.toggle:checked + .Label.mb-64 + .content {
  margin-bottom: 64px;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}/*# sourceMappingURL=news.css.map */