@charset "utf-8";
/* == underPage ============================================== */
/* ======
page-name #お知らせ
======*/
/* --- p-news-contents -------------------- */
.p-news-contents {
  padding: 120px 0 150px;
}
.p-news-contents .l-inner {
  max-width: 1024px;
}
.p-news-contents .c-heading {
  margin-bottom: 100px;
}

/* ======
page-name #お知らせ - 詳細
======*/
/* --- p-newsDetail-contents -------------------- */
.p-newsDetail-contents {
  padding: 0 0 150px;
  margin: 120px 0 0;
}
.p-newsDetail-contents .l-inner {
  max-width: 1024px;
}
.p-newsDetail-contents .entry {
  border-bottom: 1px solid #333;
  padding: 0 0 80px;
  margin: 0 0 80px;
}
.p-newsDetail-contents .entry__header {
  border-bottom: 1px solid #333;
  padding: 0 0 80px;
  margin: 0 0 80px;
}
.p-newsDetail-contents .entry__title {
  font-size: 4rem;
  line-height: 1.8;
  font-weight: 500;
  color: #262626;
}
.p-newsDetail-contents .entry__meta {
  display: flex;
  margin: 40px 0 0;
}
.p-newsDetail-contents .entry__date {
  display: block;
  width: 100px;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 5px 0 0;
}
.p-newsDetail-contents .entry__cat {
  flex: 1;
  font-size: 0;
}
.p-newsDetail-contents .entry__catItem {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 0 12px 12px 0;
}
.p-newsDetail-contents .postLink {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.p-newsDetail-contents .postLink__item {
  width: 46%;
  max-width: 200px;
}
.p-newsDetail-contents .postLink__itemBtn {
  width: 100%;
}
.p-newsDetail-contents .postLink__itemBtn__item {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0e879f;
  text-align: right;
  padding: 4px;
  border-bottom: 1px solid #0e879f;
  position: relative;
}
.p-newsDetail-contents .postLink__itemBtn__item::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_arrow02.svg) no-repeat center #0e879f;
  background-size: contain;
  border-radius: 8px;
  transform: rotate(180deg);
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.p-newsDetail-contents .postLink__item--next .postLink__itemBtn__item {
  text-align: left;
}
.p-newsDetail-contents .postLink__item--next .postLink__itemBtn__item::before {
  transform: rotate(0deg);
  left: auto;
  right: 4px;
}
.p-newsDetail-contents .postLinkBack {
  text-align: center;
}
.p-newsDetail-contents .postLinkBack__item {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0e879f;
  font-weight: 700;
  padding: 4px 10px;
  border-bottom: 1px solid #0e879f;
}
@media screen and (max-width: 767px) {
  .p-newsDetail-contents {
    padding: 0 0 80px;
  }
  .p-newsDetail-contents .entry__title {
    font-size: 3.2rem;
  }
}

/* ======
page-name #お問い合わせ
======*/
/* --- p-contact-contents -------------------- */
.p-contact-contents {
  margin: 110px 0 120px;
}
.p-contact-contents .l-inner {
  max-width: 1024px;
}
.p-contact-contents .leadBox .info {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 24px 0 0;
}
.p-contact-contents .leadBox .info__telNum {
  font-size: 4rem;
}
.p-contact-contents .leadBox .info__telTime {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-contents .leadBox .info__telTime {
    font-size: 1.6rem;
  }
}