/* =========================================================
   HQ Background: Style
   key: concept-paper-01
   name: 見出しと紙面風ボックス内の複数段落で構成するコンセプト（旧bar83rd）
   group: set
   type: Style
   layer: concept
   value:
   selector:
   ========================================================= */

section.home_sec {
  padding: 50px 0;
}

section#home_sec_concept .paper {
  background-size: 100%;
  padding: 10px;
}

section#home_sec_concept .paper .concept_txt {
  text-align: left;
  padding: 25px 25px 0;
}

section#home_sec_concept .paper p {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  section#home_sec_concept .paper .concept_txt {
    font-size: 14px;
    line-height: 180%;
    text-align: left;
    padding: 15px 15px 0;
  }
}
