@charset "UTF-8";
.newsDetail #pressTitle {
  text-align: left;
}
#newsroom .tiemcate .no {
  margin-top: 0;
  margin-left: 10px;
}
#newsroom .tiemcate .no span {
  background-color: #e0e0e0;
  padding: 0 10px;
  font-size: 12px;
}
.newsDetail #pressBodyFooter {
  border: 1px solid #ccc;
  padding: 32px;
  margin-top: 32px;
}

.newsDetail #pressBodyFooter .enclosure.flex {
  width: 100%;
  justify-content: space-between;
}
.newsDetail #pressBodyFooter .enclosure.flex .item-asc {
  width: 48%;
  text-align: center;
}
.newsDetail #pressBodyFooter .enclosure.flex .item-asc .item-ascttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsDetail #pressBodyFooter a.mail {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.newsDetail #pressBodyFooter a.mail::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/mail02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 63%;
  width: 23px;
  height: 16px;
  left: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

@media screen and (max-width: 559px) {
  .newsDetail #pressBodyFooter {
    padding: 25px 20px;
  }
  .newsDetail #pressBodyFooter .enclosure.flex {
    flex-direction: column;
  }
  .newsDetail #pressBodyFooter .enclosure.flex .item-asc {
    width: 100%;
    margin-bottom: 20px;
  }
  .newsDetail #pressBodyFooter .enclosure.flex .item-asc .item-ascttl {
    margin-top: 20px;
  }
  #newsroom #newsroomMain.newsDetail #pressBodyFooter .button01 {
    margin-top: 10px;
  }
  .newsDetail #pressBodyFooter a.mail {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .newsDetail #pressBodyFooter a.mail {
    font-size: 20px;
  }
}