@charset "UTF-8";
.p-news .ttl_area {
  width: 100%;
  color: #fff;
  background-size: cover;
}
.p-news .ttl_area.news {
  background: url(../img/news/news_ttl_pc.jpg) no-repeat center top;
  background-size: cover;
}
.p-news .ttl_area.news .ttl {
  margin: 0 auto;
  width: min(100%, 1100px);
  height: 390px;
}
@media screen and (max-width: 769px) {
  .p-news .ttl_area.news .ttl {
    height: 250px;
  }
}
.p-news .ttl_area.news .ttl .ttl_txt {
  padding: 208px 0 0 80px;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .p-news .ttl_area.news .ttl .ttl_txt {
    font-size: 30px;
    padding: 135px 0 0 0;
  }
}

.p-newsrelease .no-file {
  display: none !important;
}
.p-newsrelease .ttl_area {
  width: 100%;
  color: #fff;
  background-size: cover;
}
.p-newsrelease .ttl_area.newsrelease {
  background: rgba(99, 119, 128, 0.6);
}
.p-newsrelease .ttl_area.newsrelease .ttl {
  margin: 0 auto;
  width: min(100%, 1100px);
  height: 390px;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .ttl_area.newsrelease .ttl {
    height: 250px;
  }
}
.p-newsrelease .ttl_area.newsrelease .ttl .ttl_txt {
  padding: 208px 0 0 80px;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .ttl_area.newsrelease .ttl .ttl_txt {
    font-size: 30px;
    padding: 135px 0 0 0;
  }
}
.p-newsrelease .l-subIndex__breadcrumb {
  width: min(100%, 945px);
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  color: #677780;
  padding: 20px 0 50px;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .l-subIndex__breadcrumb {
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
}
.p-newsrelease .l-subIndex__breadcrumb li {
  position: relative;
  padding-right: 20px;
}
.p-newsrelease .l-subIndex__breadcrumb li:before {
  content: "〉";
  position: absolute;
  top: 0px;
  right: 0px;
}
.p-newsrelease .l-subIndex__breadcrumb li:last-child {
  padding-right: 0px;
}
.p-newsrelease .l-subIndex__breadcrumb li:last-child:before {
  content: none;
}
.p-newsrelease .l-subIndex__breadcrumb li a {
  color: #677780;
  text-decoration: underline;
}
.p-newsrelease .p-newsrelease__listwrap {
  width: min(100%, 804px);
  margin: 50px auto 0;
  padding: 0 20px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .p-newsrelease__listwrap {
    padding: 0px;
    margin: 40px auto 0;
  }
}
.p-newsrelease .p-newsrelease__listwrap li {
  border-bottom: 1px solid #E5E9EC;
}
.p-newsrelease .p-newsrelease__listwrap li:nth-child(1) {
  border-top: 1px solid #E5E9EC;
}
.p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link {
  width: 100%;
  text-decoration: none;
  color: #677780;
  display: inline-block;
  padding: 20px;
  transition: 0.3s all ease-in-out;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link {
    flex-flow: wrap;
  }
}

.p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link .p-newsrelease__list__date {
  font-size: 14px;
  margin-right: 20px;
  padding: 13px 20px 12px 0;
  border-right: 1px solid #E5E9EC;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link .p-newsrelease__list__date {
    width: 100%;
    margin-right: 0px;
    padding: 0;
    border-right: 0px solid #E5E9EC;
  }
}
.p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link .p-newsrelease__list__title {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link .p-newsrelease__list__title {
    width: 100%;
  }
}
.p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link:hover {
  background: #677780;
  color: #fff;
}
.p-newsrelease .p-newsrelease__listwrap li .p-newsrelease__list__link:hover .p-newsrelease__list__date {
  border-right: 1px solid #fff;
}

.p-news {
  /* スマートフォン表示時にプルダウンを表示する */
}
.p-news .ctg-select-mobile {
  display: none;
}
@media (max-width: 767px) {
  .p-news .c-news__index__ctg {
    position: relative;
    width: min(100%, 335px);
    margin: 0 auto 40px;
  }
  .p-news .c-news__index__ctg:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    z-index: 11;
    display: block;
    background: url(../img/news/arrow_down.svg) no-repeat;
    background-size: 100% 100%;
  }
  .p-news .c-news__index__ctg select {
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
  }
  .p-news .ctg-select-mobile {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    background: #677780;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    appearance: none;
  }
  .p-news .c-news__index__ctg__list {
    display: none; /* 元のリストを非表示にする */
  }
}
.p-news .vsp {
  display: none;
}
@media screen and (max-width: 769px) {
  .p-news .vsp {
    display: block;
  }
}
.p-news .l-subIndex__breadcrumb {
  width: min(100%, 945px);
  margin: 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  color: #677780;
  padding: 20px 0 50px;
}
@media screen and (max-width: 769px) {
  .p-news .l-subIndex__breadcrumb {
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
}
.p-news .l-subIndex__breadcrumb li {
  position: relative;
  padding-right: 20px;
}
.p-news .l-subIndex__breadcrumb li:before {
  content: "〉";
  position: absolute;
  top: 0px;
  right: 0px;
}
.p-news .l-subIndex__breadcrumb li:last-child {
  padding-right: 0px;
}
.p-news .l-subIndex__breadcrumb li:last-child:before {
  content: none;
}
.p-news .l-subIndex__breadcrumb li a {
  color: #677780;
  text-decoration: underline;
}
.p-news .c-news__index {
  width: min(100%, 764px);
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.p-news .c-news__index .c-news__index__insertcap {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.p-news .c-news__index .c-news__index__ctg__list {
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  margin-bottom: 30px;
}
.p-news .c-news__index .c-news__index__ctg__list li {
  width: 20%;
}
.p-news .c-news__index .c-news__index__ctg__list li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #6D7A7F;
  background: #F0F0F0;
  font-size: 18px;
  text-decoration: none;
  padding: 11px 0;
  transition: 0.2s all ease-in;
}
.p-news .c-news__index .c-news__index__ctg__list li a.is-active {
  color: #fff;
  background: #677780;
}
.p-news .c-news__index .c-news__index__ctg__list li:hover a {
  color: #fff;
  background: #677780;
}
.p-news .c-news__index__year {
  margin-bottom: 45px;
  padding: 0 20px;
}
.p-news .c-news__index__year .c-news__index__year__list__item {
  font-size: 16px;
  text-align: center;
}
.p-news .c-news__index__year .c-news__index__year__list__item .c-news__index__year__list__link {
  text-decoration: none;
  color: #323232;
}
.p-news .c-news__index__year .c-news__index__year__list__item .c-news__index__year__list__link.is-active {
  border-bottom: 1px solid #323232;
}
.p-news .c-news__index__year .c-news__index__year__list__item .c-news__index__year__list__link:hover {
  border-bottom: 1px solid #323232;
}
.p-news .c-news__index__year .c-news__index__year__arrow {
  position: absolute;
  width: 8px;
  height: 16px;
  border: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-news .c-news__index__year .c-news__index__year__arrow.__prev {
  left: -20px;
  background: url(../img/news/arrow_l.svg) no-repeat;
  background-size: 100% 100%;
}
.p-news .c-news__index__year .c-news__index__year__arrow.__next {
  right: -20px;
  background: url(../img/news/arrow_r.svg) no-repeat;
  background-size: 100% 100%;
}
.p-news .c-news__index__exhibition {
  border-top: 1px solid #E5E9EC;
  margin-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__exhibition {
    margin-bottom: 0px;
  }
}
.p-news .c-news__index__exhibition .c-news__index__list__item {
  padding: 30px 20px;
  border-bottom: 1px solid #E5E9EC;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__exhibition .c-news__index__list__item {
    padding: 20px 0px;
  }
}
.p-news .c-news__index__exhibition .c-news__index__list__link {
  text-decoration: none;
  color: #677780;
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  align-items: center;
}
.p-news .c-news__index__exhibition .c-news__index__list__link.__event {
  display: block;
}
.p-news .c-news__index__exhibition .c-news__index__list__link.__pdf {
  position: relative;
}
.p-news .c-news__index__exhibition .c-news__index__list__link.__pdf:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/news/news_pdf.png) no-repeat;
  background-size: 24px 24px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__exhibition .c-news__index__list__link.__pdf:before {
    top: 95%;
    right: 0px;
    transform: translateY(0%);
  }
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__link__event {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  align-items: center;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__date {
  font-size: 14px;
  margin-right: 20px;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg {
  width: min(100%, 70px);
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.__information, .p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.information {
  background: #3E87B3;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.__product, .p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.product {
  background: #749632;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.__updates, .p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.updates {
  background: #285941;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.__event, .p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ctg.event {
  background: #3A4474;
}
.p-news .c-news__index__exhibition .c-news__index__list__link .c-news__index__list__ttl {
  font-size: 16px;
  line-height: 1.8;
  width: min(100%, 500px);
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__ttl {
    padding-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
}
.p-news .c-news__index__list__link__event__imgday {
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  padding: 5px 0 0 10px;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday {
    padding: 5px 0 0 0px;
  }
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__img {
  width: min(100%, 150px);
  height: 100%;
  max-height: 90px;
  margin-right: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__img {
    width: min(100%, 300px);
    max-height: 140px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__img a {
    width: 100%;
    display: inline-block;
    max-height: 140px;
    text-align: center;
  }
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 140px;
  }
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day {
  font-size: 16px;
  line-height: 1.8;
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__kaisai {
  display: flex;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__kaisai {
    margin-bottom: 10px;
  }
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__area {
  display: flex;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__area {
    margin-bottom: 20px;
  }
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__ttl {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__ttl:before {
  content: ":";
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__link__event__imgday .c-news__index__list__link__event__imgday__day__subtxt {
    width: calc(100% - 65px);
  }
}
.p-news .p-news__maincontent__datecat {
  margin-bottom: 25px;
}
.p-news .c-news__index__list__date {
  font-size: 16px;
  margin-right: 20px;
  color: #323232;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .p-news .c-news__index__list__date {
    font-size: 14px;
  }
}
.p-news .c-news__single__ctg {
  width: min(100%, 70px);
  font-size: 14px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  display: inline-block;
}
.p-news .c-news__single__ctg.__information, .p-news .c-news__single__ctg.information {
  background: #3E87B3;
}
.p-news .c-news__single__ctg.__product, .p-news .c-news__single__ctg.product {
  background: #749632;
}
.p-news .c-news__single__ctg.__updates, .p-news .c-news__single__ctg.updates {
  background: #285941;
}
.p-news .c-news__single__ctg.__event, .p-news .c-news__single__ctg.event {
  background: #3A4474;
}
.p-news .p-news__maincontent__singlettl {
  font-size: 28px;
  line-height: 1.8;
  color: #323232;
  margin-bottom: 45px;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__singlettl {
    font-size: 19px;
  }
}
.p-news .p-news__maincontent__singletxtarea {
  font-size: 16px;
  line-height: 1.8;
  color: #6A777F;
  margin-bottom: 45px;
}
.p-news .p-news__maincontent__singletxtarea h2{
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news .p-news__maincontent__singletxtarea h3{
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news .p-news__maincontent__singletxtarea h4{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news .p-news__maincontent__singletxtarea h5{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-news .p-news__maincontent__singletxtarea a {
  text-decoration: none;
  color: #1365B1;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__singletxtarea h2{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8;
  }
  .p-news .p-news__maincontent__singletxtarea h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
  .p-news .p-news__maincontent__singletxtarea h4{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .p-news .p-news__maincontent__singletxtarea h5{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  .p-news .p-news__maincontent__singletxtarea img {
    max-width: 100%;
    height: auto !important;
  }
}
.p-news .p-news__maincontent__listprev {
  margin-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__listprev {
    margin-bottom: 50px;
  }
}
.p-news .p-news__maincontent__listprev .p-news__maincontent__listprev__link {
  text-decoration: none;
  font-size: 13px;
  color: #323232;
  padding: 0 28px 10px 0;
  border-bottom: 1px solid #808080;
  position: relative;
  transition: opacity 0.3s ease-in;
}
.p-news .p-news__maincontent__listprev .p-news__maincontent__listprev__link:hover {
  opacity: 0.7;
}
.p-news .p-news__maincontent__listprev .p-news__maincontent__listprev__link:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #323232;
}
.p-news .p-news__maincontent__listprev .p-news__maincontent__listprev__link:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  background: url(../img/news/icon_link_round_black_arrow_white.svg) no-repeat;
  background-size: 100% 100%;
}
.p-news .p-news__maincontent__eventimg {
  width: min(100%, 300px);
  height: auto;
  max-height: 140px;
  margin: -5px auto 30px;
}
.p-news .p-news__maincontent__eventimg img {
  width: 100%;
  height: auto;
}
.p-news .p-news__maincontent__eventspec {
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__eventspec {
    margin-bottom: 40px;
  }
}
.p-news .p-news__maincontent__eventspec .p-news__maincontent__eventspec__subcat {
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.p-news .p-news__maincontent__eventspec .p-news__maincontent__eventspec__subcat .p-news__maincontent__eventspec__subcat__name {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  background: #3A4474;
  text-align: center;
}
.p-news .p-news__maincontent__eventspec .p-news__maincontent__eventspec__subcat .p-news__maincontent__eventspec__subcat__name:not(:last-child) {
  margin-right: 10px;
}
.p-news .p-news__maincontent__eventspec__tbl {
  border-top: 1px solid #E5E9EC;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  font-size: 16px;
  color: #677780;
  line-height: 1.6;
}
.p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__ttl {
  width: 15%;
  border-bottom: 1px solid #E5E9EC;
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__ttl {
    width: 18%;
    padding: 25px 0 25px 0px;
    display: block;
  }
}
.p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__ttl:before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border-right: 1px solid #E5E9EC;
}
.p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__txt {
  width: 85%;
  border-bottom: 1px solid #E5E9EC;
  padding: 25px 0 25px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__txt {
    width: 82%;
  }
}
.p-news .p-news__maincontent__eventspec__tbl .p-news__maincontent__eventspec__tbl__txt a {
  text-decoration: none;
  color: #677780;
}
.p-news .p-news__maincontent__pdf {
  width: min(100%, 365px);
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__pdf {
    width: min(100%, 300px);
  }
}
.p-news .p-news__maincontent__pdf .p-news__maincontent__pdf__link {
  width: 100%;
  border: 1px solid #B3BABE;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #677780;
  padding: 25px 0;
  margin-bottom: 40px;
  transition: opacity ease-in 0.3s;
}
@media screen and (max-width: 769px) {
  .p-news .p-news__maincontent__pdf .p-news__maincontent__pdf__link {
    font-size: 16px;
  }
}
.p-news .p-news__maincontent__pdf .p-news__maincontent__pdf__link:hover {
  opacity: 0.7;
}
.p-news .p-news__maincontent__pdf .p-news__maincontent__pdf__link .p-news__maincontent__pdf__link__span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.p-news .p-news__maincontent__pdf .p-news__maincontent__pdf__link .p-news__maincontent__pdf__link__span::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  background: url(../img/news/news_pdf.png) no-repeat;
  background-size: 100% 100%;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.c-newsrelease__index {
  width: min(100%, 945px);
  margin: 0 auto;
}
.c-newsrelease__index form {
  padding: 0 20px;
  box-sizing: border-box;
}
.c-newsrelease__index .p-newsrelease__index__dayttl {
  width: min(100%, 765px);
  margin: 50px auto 0;
  color: #323232;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__dayttl {
    margin: 40px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__dayttl__day {
  font-size: 16px;
  margin-bottom: 35px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__dayttl__day {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__dayttl__ttl {
  font-size: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__dayttl__ttl {
    font-size: 19px;
    margin-bottom: 25px;
  }
}
.c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__pdf {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__pdf {
    margin-bottom: 15px;
  }
}
.c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__pdf:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__dayttl .p-newsrelease__index__pdf:last-child {
    margin-bottom: 30px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download__check__all__label {
  display: flex;
  justify-content: left;
  align-items: center;
}
.c-newsrelease__index .p-newsrelease__index__download__check__all__label span {
  display: inline-block;
}
.c-newsrelease__index .p-newsrelease__index__download__check__all__label span:nth-child(1) {
  padding-top: 10px;
  margin-right: 5px;
}
.c-newsrelease__index .p-newsrelease__index__download {
  background: #E9E9E9;
  margin-bottom: 100px;
  /*
  img{
  	max-width: min(100%,188px);
  	height: auto;
  	max-height: 130px;
  	@media screen and (max-width: 769px) {
  		max-width: 100%;
  		max-height: 178px;
  	}
  }*/
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download {
    margin-bottom: 0px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner {
  max-width: min(100%, 764px);
  margin: 0 auto;
  padding: 70px 0 80px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner {
    padding: 30px 20px 40px;
    box-sizing: border-box;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner input {
  width: 20px;
  height: 20px;
  appearance: none;
  background: #fff;
  border: 1px solid #8A8A8A;
  display: inline-block;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner input:checked {
  position: relative;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner input:checked:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 3px;
  background: url(../img/news/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 25px;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner input:checked:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 3px;
  background: url(../img/news/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 25px;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check__reset {
  width: min(100%, 140px);
  cursor: pointer;
  transition: 0.3s opacity ease-in;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check__reset:hover {
  opacity: 0.7;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check__reset button {
  cursor: pointer;
  width: 100%;
  appearance: none;
  background: #fff;
  border: 1px solid #B3BABE;
  padding: 4.5px 0;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check {
  margin-bottom: 20px;
  display: flex;
  justify-content: left;
  flex-flow: wrap;
  font-size: 18px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check {
    display: block;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check button {
  font-size: 18px;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__check button {
    margin-left: 0px;
    margin-top: 10px;
    width: 120px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .download_selected_images {
  width: 365px;
  margin: 50px auto 0;
  display: block;
  cursor: pointer;
  transition: 0.3s opacity ease-in;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .download_selected_images {
    width: 100%;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .download_selected_images:hover {
  opacity: 0.7;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .download_selected_images button {
  cursor: pointer;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  border: 1px solid #B3BABE;
  background: #fff;
  font-size: 18px;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .download_selected_images button span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__txt {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__download__txt {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea {
  display: flex;
  justify-content: left;
  flex-flow: wrap;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list {
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list label {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list label {
    padding: 20px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list:nth-child(3n+3) {
  margin-right: 0%;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list input {
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list input {
    margin-bottom: 10px;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list .p-newsrelease__index__imgarea__list__img {
  width: 100%;
  height: 130px;
  aspect-ratio: 94/65;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list .p-newsrelease__index__imgarea__list__img img {
  max-width: min(100%, 188px);
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list .p-newsrelease__index__imgarea__list__img img {
    max-width: 100%;
  }
}
.c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list .p-newsrelease__index__imgarea__list__ttl {
  padding-bottom: 35px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__download .p-newsrelease__index__download__inner .p-newsrelease__index__imgarea__list .p-newsrelease__index__imgarea__list__ttl {
    font-size: 16px;
    padding-bottom: 0px;
  }
}
.c-newsrelease__index .p-newsrelease__index__pdf {
  width: min(100%, 365px);
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__pdf {
    width: min(100%, 300px);
  }
}
.c-newsrelease__index .p-newsrelease__index__pdf .p-newsrelease__index__pdf__link {
  width: 100%;
  border: 1px solid #B3BABE;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #677780;
  padding: 25px 0;
  transition: opacity ease-in 0.3s;
}
@media screen and (max-width: 769px) {
  .c-newsrelease__index .p-newsrelease__index__pdf .p-newsrelease__index__pdf__link {
    font-size: 16px;
  }
}
.c-newsrelease__index .p-newsrelease__index__pdf .p-newsrelease__index__pdf__link:hover {
  opacity: 0.7;
}
.c-newsrelease__index .p-newsrelease__index__pdf .p-newsrelease__index__pdf__link .p-newsrelease__index__pdf__link__span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.c-newsrelease__index .p-newsrelease__index__pdf .p-newsrelease__index__pdf__link .p-newsrelease__index__pdf__link__span::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  background: url(../img/news/news_dl.svg) no-repeat;
  background-size: 100% 100%;
}

.head_newsrelease {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: baseline;
}
.head_newsrelease .head_newsrelease_txt {
  color: #fff;
  font-size: 14px;
  margin-left: 40px;
}
@media screen and (max-width: 769px) {
  .head_newsrelease .head_newsrelease_txt {
    font-size: 12px;
    margin-left: 15px;
  }
}

.head_white .head_newsrelease_txt {
  color: #333;
}

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.ttf") format("truetype"), url("../icons/icomoon.woff") format("woff"), url("../icons/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.u-visible-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-visible-sp {
    display: block;
  }
}
.c-error__main__ttl__inner {
  max-width: 1040px;
  margin: 112px auto 60px;
  padding-top: 50px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-error__main__ttl__inner {
    margin: 60px auto 30px;
    padding-top: 30px;
  }
}
.c-error__main__ttl {
  font-size: 120px;
  font-family: YakuHanMP, "Rajdhani", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-error__main__ttl {
    font-size: 70px;
  }
}
.c-error__sub__ttl {
  font-family: YakuHanMP, "Rajdhani", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo UI", Meiryo, "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-error__sub__ttl {
    font-size: 18px;
    margin-top: 5px;
  }
}
.c-error__txt__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
}

.c-error__main__txt {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-error__main__txt {
    font-size: 26px;
  }
}
span.c-error__main__txt {
  text-align: center;
}

.c-error__txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-error__txt {
    margin-top: 30px;
    line-height: 1.7;
  }
}
.c-top__link {
  color: #fff;
  text-align: center;
  background: #d80c24;
  border: 2px solid #d80c24;
  max-width: 360px;
  margin: 40px auto 0;
  padding: 20px 50px;
  position: relative;
  display: block;
  transition: color 0.4s ease, background 0.4s ease;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-top__link {
    margin: 30px auto 0;
    min-width: auto;
    padding: 12px 30px;
  }
}
.c-top__link:hover {
  color: #d80c24;
  background: #fff;
}

.c-top__link:after {
  content: "\e902";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.c-top__link__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.42em;
  position: relative;
}

footer.error {
  padding: 70px 0 0;
}
footer.error .copy {
  width: 100%;
  background: #8f99a3;
  margin: 32px 0 0;
  padding: 5px 30px;
}
footer.error .copy small {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}

.error_content iframe {
  display: none !important;
}
