@charset "utf-8";

/* ============================================================*
* 画像のモーダル表示
*============================================================ */
.newWinModalImg_off {
  cursor: default;
}
.smallImageWrapper .newWinModalImg .bn_ico {
  display: none !important;
}

@media (max-width: 640px) {
  .newWinModalImg .bn_ico {
    display: none !important;
  }
  .newWinModalImg.banner_mn {
    border: none;
    margin-bottom: 8px;
  }
}

.newWinModalYoutube_iframe {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.newWinModalYoutube_iframe iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* ============================================================*
* テキストと画像の左右レイアウト
*============================================================ */
.hTc {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.hTc-cell {
  display: table-cell;
}
.hTc-cell_img {
  vertical-align: middle;
  width: 30%;
}
.hTc-cell_img_l {
  text-align: left;
  padding-right: 32px;
}
.hTc-cell_img_r {
  text-align: right;
  padding-left: 32px;
}
.hTc-cell_txt {
  vertical-align: top;
}

@media (max-width: 640px) {
  .hTc-cell {
    display: block;
  }
  .hTc-cell_img {
    width: 100%;
    margin-bottom: 8px;
  }
  .hTc-cell_img_l {
    text-align: left;
    padding-right: 0px;
  }
  .hTc-cell_img_r {
    text-align: left;
    padding-left: 0px;
  }
  .hTc-cell_img img {
    max-width: 100%;
  }
}
