@charset "UTF-8";
/*  =====================
  イッタラ カステヘルミ特集用
  ======================= */
/** -------------------- コンテンツ -------------------- **/

.title_txt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 3.2rem !important;
  letter-spacing: 0.2rem;
  margin: 0 !important;
  padding: 2% !important;
  box-sizing: border-box;
  text-align: center;
}

p {
  line-height: 2.2 !important;
}

.ep_p {
  text-align: center !important;
  margin-bottom: 4rem;
}

.midashi {
  font-family: "Shippori Mincho", serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 3.2rem !important;
  letter-spacing: 0.25rem;
  line-height: 2.0;
  position: relative;
  margin-bottom: 2em;
  margin-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.midashi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 490px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 4px;
}


/* スマホのみ
------------------------ */
@media (max-width: 767px) {
  .ep_p {
    padding: 0 2%;
    text-align: left !important;
    margin-bottom: 56px;
  }

  p {
    font-size: .95rem;
    line-height: 2.0 !important;
    letter-spacing: 0.08rem;
  }
}