@charset "UTF-8";
/* Scss Document */
/*--#806ec0*/
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-feature-settings: "palt" 1 !important;
  font-weight: bold; }

.kvArea kv img {
  width: 100%;
  height: auto; }
.kvArea .copyBlk {
  background-image: url(/sp/kokoro/img/copy_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 20% 3% 20px; }
  .kvArea .copyBlk .copy {
    text-align: center;
    line-height: 1.8;
    font-size: 14px; }

.phArea {
  background-image: url(/sp/index/img/kokoro_bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto; }
  .phArea h3 {
    text-align: center;
    letter-spacing: 0.1em;
    padding: 8px 0;
    margin-bottom: 5px; }
    .phArea h3 em {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: -webkit- center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: -webkit- center;
      justify-content: center;
      vertical-align: middle;
      margin: 0 auto;
      font-size: 20px;
      color: #451312;
      font-weight: bold; }
      .phArea h3 em:before {
        content: "";
        display: inline-block;
        background-image: url(/sp/kokoro/img/ttl_deco.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width: 30px;
        height: 20px;
        margin-right: 8px; }
      .phArea h3 em:after {
        content: "";
        display: inline-block;
        background-image: url(/sp/kokoro/img/ttl_deco.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width: 30px;
        height: 20px;
        margin-left: 8px; }
  .phArea .phList {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .phArea .phList > li {
      width: 100%;
      border-bottom: #ffffff 1px solid; }
      .phArea .phList > li.hf {
        width: 50%;
        border-right: #666666 1px solid; }
        .phArea .phList > li.hf.bdR {
          border-right: #ffffff 1px solid; }
