@charset "UTF-8";
.news_box_wrapper {
  font-size: 1.4rem;
  width: 1000px;
  max-width: 100%;
  margin: 4rem auto;
  word-break: break-all;
}

.news_date {
  font-size: 1.4rem;
}

.news_box {
  background: #eee;
  padding: 1.8rem 1rem;
}

.news_box .inner_box {
  background: #f5f5f5;
  padding: 1.8rem 2rem;
}

@media (min-width: 768px) {
  .news_box {
    background: #eee;
    padding: 1.8rem;
  }
}

.news_box h2 {
  font-size: 1.2em;
  margin-top: 5em;
  margin-bottom: 2rem;
  font-weight: bold;
}

.news_box p {
  margin-bottom: 2rem;
}

.news_title {
  color: #0055cc;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.news_title a {
  color: #0055cc;
}

.news_flex_box {
  word-break: break-all;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .news_flex_box {
    display: flex;
    flex-wrap: wrap;
  }
}

.news_flex_box.flow_img {
  align-items: flex-start;
}

.news_flex_box.flow_img img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .news_flex_box {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 0;
  }
  .news_flex_box.flow_img {
    flex-wrap: wrap;
  }
  .news_flex_box.flow_img img {
    max-width: 33%;
    margin-bottom: 10px;
  }
  .news_item {
    width: 65%;
    flex-grow: 1;
  }
  .news_item:nth-of-type(even) {
    width: 35%;
    text-align: center;
  }
  .news_item.quarter {
    width: 25%;
  }
  .news_item:first-child {
    padding-right: 2rem;
  }
  .news_item:nth-of-type(2) {
    flex-grow: 4;
  }
  .news_item:nth-of-type(2).quarter {
    flex-grow: 1;
  }
}

.news_box.news_members {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}
.news_box.news_members h2 {
  margin-top: 2rem;
}

.news_members_logo {
  max-width: 200px;
  margin-bottom: 5px;
}

.news_img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .news_img_fit {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px;
  }
}
.time_icon::before {
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 400;
  margin-right: 3px;
}

.dl_list {
  overflow: hidden;
  margin-bottom: 3rem;
}

.dl_list dt {
  float: left;
  clear: both;
}

.pdf_list {
  position: relative;
}

.pdf_list dt {
  position: relative;
  font-weight: bold;
}

.pdf_list dd {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .pdf_list dt {
    float: left;
    width: 70%;
  }
  .pdf_list dd {
    position: relative;
    right: 0;
    top: -15px;
    margin-bottom: 1.5rem;
  }
}

.plan_list dt {
  font-weight: bold;
}

.plan_list dd {
  margin-left: 6rem;
  margin-bottom: 2rem;
}

.donwloadBtn {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  background-color: #30bbe2;
  padding: 1rem;
  width: 150px;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.list_kana {
  list-style-type: katakana;
}

.list_kana > li {
  margin-bottom: 1rem;
}

small {
  font-size: 0.8em;
}

.box-blue {
  padding: 1em;
  border: solid 1px #30bbe2;
  display: inline-block;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .img__two {
    display: flex;
    gap: 10px;
  }
  .img__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px 10px;
    align-items: top;
  }
  .img__gallery figure:nth-of-type(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
  }
}
.img__three {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .img__three {
    flex-basis: 33%;
  }
}

.img__four {
  display: flex;
  flex-flow: wrap;
}

.img__four img {
  max-width: 50%;
}
.grid-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .grid-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.item-three {
  width: 100%;
}
@media (min-width: 768px) {
  .item-three {
    width: calc(100% / 4);
    padding: 0 5px;
  }
}
.gallery-wrapper {
  padding: 20px;
  border: solid 3px #0055cc;
}
.gallery-title {
  background: #0055cc;
  color: #fff;
  display: inline-block;
  padding: 0.5em 2em;
  text-align: center;
}
.gallery-title > span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery li {
  width: calc(33.33% - 1px);
  max-width: 150px;
  margin: 0 0 1px 1px;
}

.gallery li figure {
  position: relative;
  padding-top: 100%;
}

.gallery li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.list-type-1 {
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.list-type-1 li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .custom-grid-428 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-auto-rows: auto;
    align-self: end;
  }
  .custom-grid-428 p {
    grid-area: 1 / 1 / 2 / 6;
  }
  .custom-grid-428 div:nth-of-type(1) {
    grid-area: 2 / 1 / 3 / 6;
    display: grid;
    align-items: end;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
  }
  .custom-grid-428 div:nth-of-type(2) {
    grid-area: 1 / 6 / 3 / 7;
    line-height: 0;
  }
  .custom-grid-428 .u-figcaption {
    grid-area: 3 / 1 / 4 / 6;
    text-align: center;
    margin-top: 10px;
  }
  .custom-grid-428 img {
  }
  .img__two.--0428 {
    display: grid;
    grid-template-columns: 467px 350px;
  }
  .img__two.--0428-1 {
    display: grid;
    grid-template-columns: 500px 1fr;
    align-items: center;
  }
  .list-type-1 {
    margin-left: 2em;
  }
}
