@charset "Shift_JIS";
/* ------------------------------------------------- *
/*        Typography
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        MediaQuery
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        typography
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        color
/* ------------------------------------------------- */
.common-Section-library-Pressrelease {
  padding-bottom: 0;
}

.common-Section-library-Pressrelease .common-Section_Bg {
  padding-bottom: 0 0 47px;
}

.library-KV_Image {
  background-image: url(../img/library/bg_kv_pc.jpg);
}

@media screen and (max-width: 767px) {
  .library-KV_Image {
    background-image: url(../img/library/bg_kv_sp.jpg);
  }
}

.library-Pressrelease_MoreBtn.library-Pressrelease_MoreBtn-close {
  display: none;
}

.library-Pressrelease_MoreBtn.library-Pressrelease_MoreBtn-close::after {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.library-Pressrelease .notice-List_Wrapper {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .library-Pressrelease .notice-List_Wrapper {
    padding: 0 0 33px;
  }
}

.library-Pressrelease .notice-List_Title {
  min-width: 15%;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-Pressrelease .notice-List_Title {
    min-width: unset;
    width: initial;
    margin-right: 24px;
    font-size: 16px;
  }
}

.library-Pressrelease .notice-List_label {
  font-size: 1.4rem;
  line-height: 2.28571;
  font-weight: 300;
  min-width: 15%;
  width: 15%;
  text-align: center;
  position: relative;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .library-Pressrelease .notice-List_label {
    min-width: unset;
    font-size: 14px;
    width: 39%;
  }
}

.library-Pressrelease .notice-List_label::after {
  content: "";
  background-color: #F7F7F7;
  position: absolute;
  height: 25px;
  width: 100%;
  z-index: -1;
  top: 4px;
  right: 0;
}

.library-Pressrelease .notice-List_Link {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-Pressrelease .notice-List_Link {
    font-size: 16px;
  }
}

.library-Pressrelease .notice-List_LinkWrapper {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .library-Pressrelease .notice-List_LinkWrapper {
    width: 100%;
    margin-top: 10px;
  }
}

.library-Media_List {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 37px;
}

.library-Media_List .media-List_Item {
  width: 31%;
  margin-right: 3.5%;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Item {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Item:nth-of-type(1) {
    margin-top: 0;
  }
}

.library-Media_List .media-List_Item:nth-of-type(3n) {
  margin-right: 0;
}

.library-Media_List .media-List_Item:nth-of-type(n + 4) {
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.library-Media_List .media-List_Link {
  text-decoration: none;
}

.library-Media_List .media-List_Link .media-List_Thumb {
  transition: all .3s ease;
}

.library-Media_List .media-List_Link .media-List_DateArea {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.library-Media_List .media-List_Link .media-List_Date {
  color: #595a5a;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Link .media-List_Date {
    font-size: 16px;
  }
}

.library-Media_List .media-List_Link .media-List_PdfLink {
  position: relative;
  color: #666;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
  padding-right: 21px;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Link .media-List_PdfLink {
    font-size: 12px;
  }
}

.library-Media_List .media-List_Link .media-List_PdfLink::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../assets/img/icon_pdf.png);
  width: 16px;
  height: 16px;
  right: 0;
  content: "";
}

.library-Media_List .media-List_Link .media-List_Title {
  color: #333333;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-top: 5px;
  line-height: 1.8;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Link .media-List_Title {
    font-size: 18px;
  }
}

.library-Media_List .media-List_Link .media-List_Title-normalTitle {
  text-decoration: none;
}

.library-Media_List .media-List_Link:hover .media-List_Thumb {
  opacity: .6;
}

.library-Media_List .media-List_Link:hover .media-List_Title {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Link:hover .media-List_Title {
    text-decoration: underline;
  }
}

.library-Media_List .media-List_Link:hover .media-List_Title-normalTitle {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .library-Media_List .media-List_Link:hover .media-List_Title-normalTitle {
    text-decoration: none;
  }
}

.library-Media_MoreBtn.library-Media_MoreBtn-close {
  display: none;
}

.library-Media_MoreBtn.library-Media_MoreBtn-close::after {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.library-Column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 0 61px;
}

@media screen and (max-width: 767px) {
  .library-Column {
    flex-wrap: wrap;
    padding: 27px 0 54px;
  }
}

.library-Column_Item {
  display: flex;
  width: 31%;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .library-Column_Item {
    width: 100%;
  }
}

.library-Column_Item::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 21px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.library-Column_Item.library-Column_Item-red {
  background-color: #E60200;
  border: 1px solid #fff;
}

.library-Column_Item.library-Column_Item-red::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.library-Column_Item.library-Column_Item-red .library-Column_Text {
  color: #fff;
}

.library-Column_Item.library-Column_Item-white {
  background-color: #fff;
  border: 1px solid #E60200;
}

.library-Column_Item.library-Column_Item-white::after {
  border-top: solid 2px #E60200;
  border-right: solid 2px #E60200;
}

.library-Column_Item.library-Column_Item-white .library-Column_Text {
  color: #E60200;
}

.library-Column_Item + .library-Column_Item {
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .library-Column_Item + .library-Column_Item {
    margin-left: 0;
    margin-top: 25px;
  }
}

.library-Column_Item:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .library-Column_Item:hover {
    opacity: 1;
  }
}

.library-Column_Img {
  width: 25.2%;
}

.library-Column_Text {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 30px 0 15px;
  width: 74.8%;
}

@media screen and (max-width: 767px) {
  .library-Column_Text {
    font-size: 14px;
  }
}

.library-ColumnNotice_MoreBtn.library-ColumnNotice_MoreBtn-close {
  display: none;
}

.library-ColumnNotice_MoreBtn.library-ColumnNotice_MoreBtn-close::after {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.library-ColumnNotice .notice-List_Wrapper {
  padding-bottom: 35px;
}

.library-ColumnNotice .notice-List_Title {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-ColumnNotice .notice-List_Title {
    width: initial;
    margin-right: 24px;
    font-size: 16px;
  }
}

.library-ColumnNotice .notice-List_Link {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-ColumnNotice .notice-List_Link {
    font-size: 16px;
  }
}

.library-Modal .library-Sustainable_List {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_List {
    padding: 10px 15px;
  }
}

.library-Modal .library-Sustainable_Item + .library-Sustainable_Item {
  margin-top: 30px;
}

.library-Modal .library-Sustainable_Head {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_Head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.library-Modal .library-Sustainable_Title {
  font-size: 2.0rem;
  font-weight: 600;
  text-decoration: underline;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_Title {
    font-size: 20px;
  }
}

.library-Modal .library-Sustainable_Title:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_Title:hover {
    text-decoration: underline;
  }
}

.library-Modal .library-Sustainable_PdfLink {
  font-family: "Arial", sans-serif;
  font-size: 1.2rem;
  color: #666;
  text-decoration: none;
  position: relative;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_PdfLink {
    margin-left: 0;
    margin-top: 15px;
    font-size: 12px;
  }
}

.library-Modal .library-Sustainable_PdfLink::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../assets/img/icon_pdf.png);
  width: 16px;
  height: 16px;
  right: -20px;
}

.library-Modal .library-Sustainable_PdfLink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_PdfLink:hover {
    text-decoration: none;
  }
}

.library-Modal .library-Sustainable_Text {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .library-Modal .library-Sustainable_Text {
    margin-top: 20px;
    line-height: 2;
    font-size: 16px;
  }
}
