@charset "UTF-8";
picture {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
  display: block;
}

picture img {
  width: 100%;
  margin: 0 auto;
}

#news section .backnumber {
  border-radius: 5px;
  margin: 0 auto 50px;
  padding: 15px 0;
  font-size: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  justify-content: center;
  align-content: stretch;
}

#news section .backnumber a,
#news section .backnumber span {
  min-width: 40%;
  padding: 20px;
  position: relative;
  font-size: 24px !important;
}

#news section .backnumber a small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #666;
}

h6 {
  margin: 50px auto 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

h6 br {
  display: none;
}

strong.event_ttl span {
  color: #3a3a3c !important;
  font-size: 20px;
}

dl.demo {
  margin-bottom: 100px !important;
  margin: 0 auto;
}

.demo dd b {
  color: #3a3a3c !important;
  text-decoration: none !important;
}

.demo small {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: #3a3a3c;
  font-weight: normal;
}

.demo div {
  margin: 5px 0;
  font-size: 14px;
  background: #f9f8f5;
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
}

.demo div strong {
  font-size: 15px;
  text-decoration: none !important;
  color: rgb(43, 91, 136);
  display: block;
  padding-bottom: 7px !important;
  width: 100%;
  box-sizing: border-box;
}

.demo .cc_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 5px 0;
}
.demo .cc_list li {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin: 10px 0 15px;
  box-sizing: border-box;
  justify-content: flex-start;
  letter-spacing: -0.1px;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .demo .cc_list li {
    width: 100%;
    margin: 10px auto 15px;
  }
}
.demo .cc_list li strong {
  font-size: 15px !important;
  background: rgb(62, 100, 134);
  color: white;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 0 10px;
}
.demo .cc_list li span {
  font-size: 14px !important;
  color: rgb(62, 100, 134);
  letter-spacing: -0.1px;
  line-height: 1.6;
  padding-top: 5px !important;
}
.demo .cc_list li span b {
  background: rgb(171, 174, 177);
  color: white !important;
  font-weight: normal !important;
  padding: 0 7px 2px;
  margin-right: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  picture {
    width: 100%;
  }
  #news section .backnumber {
    border-radius: 5px;
    margin: 0 auto 50px;
    padding: 15px 0;
    font-size: 26px;
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  #news section .backnumber div {
    width: 100%;
    min-width: none;
  }
  #news section .backnumber div a,
  #news section .backnumber div span {
    width: 100%;
    padding: 20px;
  }
  #news section .backnumber a,
  #news section .backnumber span {
    width: 90%;
    padding: 20px 0px;
    min-width: 90%;
  }
  h6 br {
    display: block;
  }
}
.report-article__content {
  margin: 0 auto 30px;
  color: #161616;
}
.report-article__content-img picture {
  width: auto;
}
.report-article__content-img .img-left {
  float: left;
  padding-right: 25px;
  padding-bottom: 15px;
  width: 50%;
  max-width: 420px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .report-article__content-img .img-left {
    float: none;
    padding-right: 0;
    padding-bottom: 25px;
    max-width: initial;
    width: 100%;
  }
}
.report-article__content-img .img-right {
  float: right;
  padding-left: 25px;
  padding-bottom: 15px;
  width: 50%;
  max-width: 420px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .report-article__content-img .img-right {
    float: none;
    padding-left: 0;
    padding-bottom: 25px;
    max-width: initial;
    width: 100%;
  }
}
.report-article__content-img-2col {
  /*2枚並び*/
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 30px;
}
.report-article__content-img-2col img {
  width: 48%;
}
@media only screen and (max-width: 520px) {
  .report-article__content-img-2col {
    flex-direction: column;
    row-gap: 25px;
  }
  .report-article__content-img-2col img {
    width: 100%;
  }
}
.report-article__content-txt p {
  font-size: 17px;
  line-height: 1.8;
  color: #161616;
  padding-bottom: 15px;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  word-break: break-all;
}
.report-article__content-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.report-article__content-ttl small {
  font-size: 0.9em;
  display: block;
  line-height: 1.4;
  padding-bottom: 5px;
}
.report-article__content-ttl .blue_bk {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  background: #2dafd6;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  margin-bottom: 10px;
  color: white;
  display: block;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .report-article__content-ttl .blue_bk {
    font-size: 1.6rem;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
}
.report-article__content-ttl .ttl-small {
  font-size: 1.7rem;
  display: block;
  line-height: 1.6;
  padding: 5px 0;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .report-article__content-ttl .ttl-small {
    padding: 10px 0;
  }
}
.report-article__content-ttl span {
  font-size: 0.9em;
  display: block;
}
.report-article .mb25 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 567px) {
  ul.company_list li dl dd:first-of-type br {
    display: none;
  }
}

.NEWS__img-area picture {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
}
.NEWS__img-area picture img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .NEWS__img-area picture {
    width: 100%;
  }
}/*# sourceMappingURL=demo.css.map */