@charset "UTF-8";
/* CSS Document */

.lower_main_vi1{
	background: url(/company/asset/img/lower/main_vi/news_bg.jpg);
	background-size: cover;
	background-position: center;
}

.emergency {
  margin-bottom: 84px;
}
.emergency a {
  display: block;
  padding: 16px 30px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 6px;
}
.emergency a dl {
  display: flex;
}
.emergency a dl dt {
  width: 13%;
  color: #B0B0B0;
  font-family: Roboto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.28px;
}
.emergency a dl dd {
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 186.667% */
  letter-spacing: 0.3px;
  color: #E20100;
}

.news_list .category_btn {
  margin-bottom: 45px;
  /* display: flex; */
  gap: 20px;
  justify-content: center;
}
.news_list .category_btn a {
  display: inline-block;
  margin: 0 10px 10px;
  border: solid 1px #557EC0;
  border-radius: 50px;
  padding: 5px 14px;
  transition: 0.3s;
}
.news_list .category_btn a.active {
  background: #557EC0;
}
.news_list .category_btn a:hover {
  background: #557EC0;
  opacity: 1;
}
.news_list .category_btn a p {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: 0.65px;
  color: #557EC0;
}
.news_list .category_btn a.active p, .news_list .category_btn a:hover p {
  color: #fff;
}
.news_list .year_btn {
  border-bottom: solid 1px #666;
  margin-bottom: 46px;
}
.news_list .year_btn .btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.news_list .year_btn .btn a {
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.news_list .year_btn .btn a:hover {
  opacity: 1;
}
.news_list .year_btn .btn a::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.news_list .year_btn .btn a:hover::before, .news_list .year_btn .btn a.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #557EC0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_list .year_btn .btn a p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
  letter-spacing: 0.75px;
  text-align: center;
  transition: 0.3s;
}
.news_list .year_btn .btn a.active p, .news_list .year_btn .btn a:hover p {
  color: #557EC0;
}
.news_list .news a {
  margin-bottom: 26px;
  display: block;
}
.news_list .news a dl {
  display: flex;
}
.news_list .news a dl dt {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.28px;
  color: #878FCE;
  width: 10%;
}
.news_list .news a dl dd {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 186.667% */
  letter-spacing: 0.3px;
}

/*記事テンプレート*/
.back_btn {
  padding: 0px 16vw;
}
.back_btn .btn {
  padding-bottom: 37px;
  border-bottom: solid 1px #CCCCCC;
}
.back_btn .btn a {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.back_btn .btn a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/arrow_icon2.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.back_btn .btn a p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.7px;
  padding-left: 30px;
}

.contents {
  padding: 50px 16vw 160px;
}
.contents .cnt {
  padding-bottom: 70px;
  border-bottom: solid 1px #CCCCCC;
}

.ttl_area {
  border-bottom: solid 1px #557DBE;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.ttl_area .category {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.ttl_area .category p {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 169.231% */
  letter-spacing: 0.65px;
  color: #557EC0;
  border: solid 1px #557EC0;
  border-radius: 50px;
  padding: 3px 10px;
}
.ttl_area p.ttl {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
  letter-spacing: 1.68px;
  margin-bottom: 36px;
}
.ttl_area p.day {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.32px;
}

.cnt_area .area {
  margin-bottom: 48px;
}
.cnt_area .area p {
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.cnt_area .area h3 {
  margin-bottom: 16px;
}
.cnt_area .area a {
  color: #557DBE;
}
.cnt_area .area a p {
  color: #557DBE;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.8px;
}
.cnt_area .area .column {
  gap: 40px;
  flex-wrap: wrap;
  /* 折り返し許可 */
  justify-content: space-between;
  margin-bottom: 48px;
}
.cnt_area .area .column .img {
  flex: 0 0 23%;
  min-width: 270px;
  /* 必要に応じて調整 */
}
.cnt_area .area .column .img img {
  width: 100%;
}
.cnt_area .area .column .txt {
  flex: 1;
  min-width: 250px;
  /* 必要に応じて調整 */
}

.prev_next {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}
.prev_next a {
  position: relative;
}
.prev_next a.prev {
  padding-left: 25px;
}
.prev_next a.next {
  padding-right: 25px;
}
.prev_next a.prev::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/arrow_icon2.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.prev_next a.next::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/common/arrow_icon2.svg");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.prev_next a p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 157.143% */
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 1024px) {
  .back_btn {
    padding: 0px 20px;
  }
  .contents {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 820px) {
  .emergency a dl dt {
    width: 20%;
  }
  .news_list .category_btn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  p.ttl::before {
    top: 15px;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .contents {
    padding: 32px 20px 120px;
		word-break: break-word;
  }
  .emergency {
    margin-bottom: 64px;
  }
  .emergency a {
    padding: 11px 20px;
  }
  .emergency a dl {
    display: block;
  }
  .emergency a dl dt {
    font-size: 1.3rem;
  }
  .emergency a dl dd {
    font-size: 1.4rem;
  }
  .news_list .category_btn {
    gap: 5px;
    margin-bottom: 43px;
  }
  .news_list .category_btn a {
    padding: 3px 14px;
    margin: 0 2px 6px;
  }
  .news_list .category_btn a p {
    font-size: 1.2rem;
    line-height: 22px;
    /* 183.333% */
  }
  .news_list .year_btn {
    margin-bottom: 36px;
  }
  .news_list .year_btn .btn {
    gap: 25px;
  }
  .news_list .year_btn .btn a p {
    font-size: 1.3rem;
  }
  .news_list .news a {
    margin-bottom: 24px;
  }
  .news_list .news a dl {
    display: block;
  }
  .news_list .news a dl dt {
    font-size: 1.3rem;
		width: 100%;
  }
  .news_list .news a dl dd {
    font-size: 1.4rem;
  }
  .lower_main_vi3 {
    padding: 40px 20px;
  }
  .lower_main_vi3 h1 {
    padding-left: 0px;
  }
  .lower_main_vi3 h1::before {
    display: none;
  }
  .back_btn .btn {
    padding-bottom: 24px;
  }
  .back_btn .btn a p {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
    letter-spacing: 0.65px;
  }
  .back_btn .btn a::before {
    top: 0;
    transform: translate(0, 0);
  }
  .ttl_area {
    margin-bottom: 31px;
  }
  .ttl_area .category {
    margin-bottom: 15px;
  }
  .ttl_area .category p {
    font-size: 1.2rem;
  }
  .ttl_area p.ttl {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 1.08px;
    margin-bottom: 12px;
    padding-left: 0px;
  }
  .ttl_area p.ttl::before {
    display: none;
  }
  .ttl_area p.day {
    font-size: 1.4rem;
  }
  .contents .cnt {
    padding-bottom: 50px;
  }
  .cnt_area .area {
    margin-bottom: 40px;
  }
  .cnt_area .area:last-child {
    margin-bottom: 0px;
  }
  .cnt_area .area p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.7px;
  }
  .cnt_area .area h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .cnt_area .area .column {
    justify-content: center;
    gap: 16px;
  }
  .cnt_area .area .column .img {
    min-width: 210px;
  }
  .cnt_area .area a p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.7px;
    word-break: break-all;
  }
  .prev_next a p {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
    letter-spacing: 0.65px;
  }
}
@media only screen and (max-width: 390px) {
  .news_list .year_btn .btn {
    gap: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .news_list .year_btn .btn {
    gap: 15px;
  }
  .cnt_area .area a p {
    letter-spacing: 0;
  }
}
.table-news2 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  font-size: 1.4rem;
}
.table-news2 td {
  padding: 0.5em;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.table-news2 tr:nth-of-type(1) {
  background-color: #999999;
  color: #FFFFFF;
}
.table-news2 tr:nth-of-type(1) td {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.table-news2 tr:nth-of-type(1) td:last-of-type {
  border-right: none;
}/*# sourceMappingURL=news.css.map */