@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
common parts
************************************************************/
/* flex *****************/
.flex_bet {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap; }

.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex_stretch {
  display: flex;
  justify-content: stretch;
  flex-direction: row;
  flex-wrap: wrap; }

.flex_center {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.flex_right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap; }

.flex_rev_col {
  flex-direction: column-reverse; }

.flex_rev_row {
  flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .sp_flex_bet {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .sp_flex_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .sp_flex_stretch {
    display: flex;
    justify-content: stretch;
    flex-direction: row;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .sp_flex_center {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .sp_flex_right {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .sp_flex_rev_col {
    flex-direction: column-reverse; } }

@media screen and (max-width: 768px) {
  .sp_flex_rev_row {
    flex-direction: row-reverse; } }

.a_i_center {
  align-items: center; }

.a_i_end {
  align-items: flex-end; }

/* col *****************/
.col1 > * {
  width: 100%; }

.col2 > * {
  width: 50%; }

.col3 > * {
  width: 33.3%; }

.col4 > * {
  width: 25%; }

.col5 > * {
  width: 20%; }

.col.child_p1 > * {
  padding: 0 1%; }

.col.child_p2 > * {
  padding: 0 2%; }

.col.child_p3 > * {
  padding: 0 3%; }

.col.child_p4 > * {
  padding: 0 4%; }

.col.child_p5 > * {
  padding: 0 5%; }

/* indent ******************/
.indent1 {
  padding-left: 1em;
  text-indent: -1em; }

.indent2 {
  padding-left: 2em;
  text-indent: -2em; }

/* table ******************/
.tbl1 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #ccc; }
  .tbl1 tr {
    border-bottom: 1px solid #ccc; }
    .tbl1 tr th {
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
      color: #000;
      font-size: 15px;
      text-align: left;
      padding: 20px 13px;
      line-height: 1.3;
      width: 36%;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 1525px) {
        .tbl1 tr th {
          font-size: 0.9836065574vw;
          font-size: max(0.9836065574vw, 13px);
          padding: 1.3114754098vw 0.8524590164vw; } }
      @media screen and (max-width: 768px) {
        .tbl1 tr th {
          font-size: 3.2vw;
          width: 35%;
          padding: 4.6666666667vw 0 4.6666666667vw 2vw; } }
    .tbl1 tr td {
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
      font-weight: bold;
      line-height: 1.4;
      padding: 30px 10px;
      font-size: 18px;
      font-feature-settings: "palt";
      word-break: break-all; }
      .tbl1 tr td span {
        display: block; }
      .tbl1 tr td a {
        text-decoration: underline;
        color: #000; }
        .tbl1 tr td a:after {
          content: none !important; }
        .tbl1 tr td a:hover {
          text-decoration: none; }
      @media screen and (max-width: 1525px) {
        .tbl1 tr td {
          font-size: 1.1803278689vw;
          font-size: max(1.1803278689vw, 14px);
          padding: 1.9672131148vw 0.6557377049vw; } }
      @media screen and (max-width: 768px) {
        .tbl1 tr td {
          padding: 4.6666666667vw 0 4.6666666667vw 2vw;
          font-size: 4.1333333333vw; } }

.tbl2 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  .tbl2 tr {
    border-bottom: 1px solid #ccc; }
    .tbl2 tr th {
      color: #000;
      font-size: 16px;
      text-align: left;
      padding: 12px 5px 10px 0;
      line-height: 1.3;
      width: 45%;
      vertical-align: top; }
      @media screen and (max-width: 1525px) {
        .tbl2 tr th {
          font-size: 0.9836065574vw;
          font-size: 1.0491803279vw;
          font-size: max(0.9836065574vw, 13px);
          padding: 0.7868852459vw 0.3278688525vw 0.6557377049vw 0; } }
      @media screen and (max-width: 768px) {
        .tbl2 tr th {
          font-size: 3.2vw;
          width: 38%;
          padding: 2.6666666667vw 0 2.6666666667vw 0; } }
    .tbl2 tr td {
      line-height: 1.4;
      padding: 10px 10px 10px 0;
      font-size: 17px;
      word-break: break-all;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
      .tbl2 tr td span {
        display: block; }
        @media screen and (max-width: 768px) {
          .tbl2 tr td span {
            display: inline; } }
      .tbl2 tr td a {
        text-decoration: underline;
        color: #000; }
        .tbl2 tr td a:after {
          content: none !important; }
        .tbl2 tr td a:hover {
          text-decoration: none; }
      @media screen and (max-width: 1525px) {
        .tbl2 tr td {
          font-size: 1.1147540984vw;
          font-size: max(1.1803278689vw, 14px);
          padding: 0.6557377049vw 0.6557377049vw 0.6557377049vw 0.3278688525vw; } }
      @media screen and (max-width: 768px) {
        .tbl2 tr td {
          padding: 1.3333333333vw 0 1.3333333333vw 4.6666666667vw;
          font-size: 3.8666666667vw; } }

@media screen and (max-width: 768px) {
  .tbl3_wrap {
    width: 107.6%;
    overflow: auto; } }

.tbl3 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  .tbl3 thead tr th {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #00a8a9;
    border-top: 1px solid #00a8a9;
    border-bottom: 1px solid #00a8a9;
    padding: 30px 10px;
    line-height: 1.3; }
    @media screen and (max-width: 1525px) {
      .tbl3 thead tr th {
        font-size: max(1.0491803279vw, 13px);
        padding: 1.9672131148vw 0.6557377049vw; } }
    @media screen and (max-width: 768px) {
      .tbl3 thead tr th {
        padding: 3.3333333333vw 1.3333333333vw 3.3333333333vw;
        font-size: 3.6vw; } }
  .tbl3 tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 30px 10px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc; }
    .tbl3 tr td:nth-child(1) {
      width: 33%; }
      @media screen and (max-width: 768px) {
        .tbl3 tr td:nth-child(1) {
          width: 30%; } }
    .tbl3 tr td:nth-child(2) {
      width: 21%; }
      @media screen and (max-width: 768px) {
        .tbl3 tr td:nth-child(2) {
          width: 23%; } }
    .tbl3 tr td:nth-child(3) {
      width: 21%; }
      @media screen and (max-width: 768px) {
        .tbl3 tr td:nth-child(3) {
          width: 24%; } }
    .tbl3 tr td:nth-child(4) {
      width: 25%;
      font-size: 14px;
      line-height: 1.5;
      word-break: break-all; }
      @media screen and (max-width: 1525px) {
        .tbl3 tr td:nth-child(4) {
          font-size: max(0.9180327869vw, 12px); } }
      @media screen and (max-width: 768px) {
        .tbl3 tr td:nth-child(4) {
          width: 23%;
          font-size: 3.2vw; } }
    .tbl3 tr td a {
      text-decoration: underline;
      color: #000; }
      .tbl3 tr td a:after {
        content: none !important; }
      .tbl3 tr td a:hover {
        text-decoration: none; }
    @media screen and (max-width: 1525px) {
      .tbl3 tr td {
        font-size: max(1.0491803279vw, 12px);
        padding: 1.9672131148vw 0.6557377049vw; } }
    @media screen and (max-width: 768px) {
      .tbl3 tr td {
        padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw;
        font-size: 3.8666666667vw; } }
  @media screen and (max-width: 768px) {
    .tbl3 {
      width: 200%; } }

/************************************************************
clear fix & other parts
************************************************************/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  　height: 1px;
  /*¥*/
                /*/
height: auto;
overflow: hidden;
/**/ }

.h_alpha a img {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  @media screen and (max-width: 767px) {
    .h_alpha a img {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }
.h_alpha a:hover img {
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  @media screen and (max-width: 767px) {
    .h_alpha a:hover img {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      opacity: 1 !important; } }

.bg_white {
  background-color: #fff !important; }

.bg_none {
  background: none !important; }

.v_m {
  vertical-align: middle !important; }

.v_t {
  vertical-align: top !important; }

.t_r {
  text-align: right !important; }

.t_l {
  text-align: left !important; }

.t_c {
  text-align: center !important; }

.f_normal {
  font-style: normal !important; }

.f_wight_n {
  font-weight: normal !important; }

.f_left {
  float: left !important;
  _display: inline !important; }

.f_right {
  float: right !important;
  _display: inline !important; }

.f_white {
  color: #fff !important; }

.f_orange {
  color: #ffa336 !important; }

.f_blue {
  color: #0083c8 !important; }

.f_ls0 {
  letter-spacing: normal !important; }

.bold {
  font-weight: bold !important; }

.cursol {
  cursor: pointer; }

.d_b {
  display: block !important; }

.d_n {
  display: none !important; }

.caution {
  color: #eb0000 !important; }

.l_h_13 {
  line-height: 1.3 !important; }

.l_h_14 {
  line-height: 1.4 !important; }

.l_h_16 {
  line-height: 1.6 !important; }

.l_h_20 {
  line-height: 2.0 !important; }

.o_h {
  overflow: hidden !important; }

.f_eng {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

.f_gothic {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif; }

.txt_uchikeshi {
  text-decoration: line-through; }

.size26 {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.size24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.size22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.size20 {
  font-size: 20px !important;
  font-size: 2.0rem !important; }

.size18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.size16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.size15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.size14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.size13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.size12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.size11 {
  font-size: 11px !important;
  font-size: 1.1rem !important; }

/************************************************************
common width
************************************************************/
.w100 {
  width: 100%; }

.w90 {
  width: 90%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

.w60 {
  width: 60%; }

.w50 {
  width: 50%; }

.w40 {
  width: 40%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

.w10p {
  width: 10px !important; }

.w50p {
  width: 50px !important; }

.w100p {
  width: 100px !important; }

.w150p {
  width: 150px !important; }

.w200p {
  width: 200px !important; }

.w250p {
  width: 250px !important; }

.w300p {
  width: 300px !important; }

.w350p {
  width: 350px !important; }

.w400p {
  width: 400px !important; }

.w450p {
  width: 450px !important; }

.w500p {
  width: 500px !important; }

.w550p {
  width: 550px !important; }

.w600p {
  width: 600px !important; }

.w700p {
  width: 700px !important; }

.w800p {
  width: 800px !important; }

.w700p_a {
  max-width: 700px;
  width: 88%;
  margin-left: auto;
  margin-right: auto; }

.w1000p_a {
  max-width: 1000px;
  width: 91%;
  margin-left: auto;
  margin-right: auto; }

.w1100p_a {
  max-width: 1100px;
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.w1200p_a {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.w1300p_a {
  max-width: 1350px;
  min-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .w1300p_a {
      min-width: 0;
      width: 88%;
      padding: 0; } }
  .w1300p_a.pt2 {
    width: 94%; }

.m_w1220p {
  min-width: 1220px; }
  @media screen and (max-width: 768px) {
    .m_w1220p {
      min-width: 0; } }

/************************************************************
common height
***********************************************************/
.h30p {
  height: 30px !important; }

.h100p {
  height: 100px !important; }

.h150p {
  height: 150px !important; }

.h200p {
  height: 200px !important; }

/************************************************************
common margin
************************************************************/
.m_0 {
  margin: 0px !important; }

.m_5 {
  margin: 5px !important; }

.m_10 {
  margin: 10px !important; }

.m_15 {
  margin: 15px !important; }

.m_20 {
  margin: 20px !important; }

.m_25 {
  margin: 25px !important; }

.m_30 {
  margin: 30px !important; }

.m_35 {
  margin: 35px !important; }

.m_40 {
  margin: 40px !important; }

.m_45 {
  margin: 45px !important; }

.m_50 {
  margin: 50px !important; }

.m_100 {
  margin: 100px !important; }

.m_l_0 {
  margin-left: 0px !important; }

.m_l_5 {
  margin-left: 5px !important; }

.m_l_10 {
  margin-left: 10px !important; }

.m_l_15 {
  margin-left: 15px !important; }

.m_l_20 {
  margin-left: 20px !important; }

.m_l_25 {
  margin-left: 25px !important; }

.m_l_30 {
  margin-left: 30px !important; }

.m_l_35 {
  margin-left: 35px !important; }

.m_l_40 {
  margin-left: 40px !important; }

.m_l_45 {
  margin-left: 45px !important; }

.m_l_50 {
  margin-left: 50px !important; }

.m_l_100 {
  margin-left: 100px !important; }

.m_r_0 {
  margin-right: 0px !important; }

.m_r_5 {
  margin-right: 5px !important; }

.m_r_10 {
  margin-right: 10px !important; }

.m_r_15 {
  margin-right: 15px !important; }

.m_r_20 {
  margin-right: 20px !important; }

.m_r_25 {
  margin-right: 25px !important; }

.m_r_30 {
  margin-right: 30px !important; }

.m_r_30 {
  margin-right: 30px !important; }

.m_r_35 {
  margin-right: 35px !important; }

.m_r_40 {
  margin-right: 40px !important; }

.m_r_45 {
  margin-right: 45px !important; }

.m_r_50 {
  margin-right: 50px !important; }

.m_r_100 {
  margin-right: 100px !important; }

.m_t_0 {
  margin-top: 0px !important; }

.m_t_5 {
  margin-top: 5px !important; }

.m_t_10 {
  margin-top: 10px !important; }

.m_t_15 {
  margin-top: 15px !important; }

.m_t_20 {
  margin-top: 20px !important; }

.m_t_25 {
  margin-top: 25px !important; }

.m_t_30 {
  margin-top: 30px !important; }

.m_t_35 {
  margin-top: 35px !important; }

.m_t_40 {
  margin-top: 40px !important; }

.m_t_45 {
  margin-top: 45px !important; }

.m_t_50 {
  margin-top: 50px !important; }

.m_t_100 {
  margin-top: 100px !important; }

.m_b_0 {
  margin-bottom: 0px !important; }

.m_b_5 {
  margin-bottom: 5px !important; }

.m_b_10 {
  margin-bottom: 10px !important; }

.m_b_15 {
  margin-bottom: 15px !important; }

.m_b_20 {
  margin-bottom: 20px !important; }

.m_b_25 {
  margin-bottom: 25px !important; }

.m_b_30 {
  margin-bottom: 30px !important; }

.m_b_35 {
  margin-bottom: 35px !important; }

.m_b_40 {
  margin-bottom: 40px !important; }

.m_b_45 {
  margin-bottom: 45px !important; }

.m_b_50 {
  margin-bottom: 50px !important; }

.m_b_100 {
  margin-bottom: 100px !important; }

.m_a {
  margin: 0 auto; }

.m_1v {
  margin: 1vw; }

.m_2v {
  margin: 2vw; }

.m_3v {
  margin: 3vw; }

.m_4v {
  margin: 4vw; }

.m_5v {
  margin: 5vw; }

.m_6v {
  margin: 6vw; }

.m_7v {
  margin: 7vw; }

.m_8v {
  margin: 8vw; }

.m_9v {
  margin: 9vw; }

.m_10v {
  margin: 10vw; }

.m_t_1v {
  margin-top: 1%; }

.m_t_2v {
  margin-top: 2%; }

.m_t_3v {
  margin-top: 3%; }

.m_t_4v {
  margin-top: 4%; }

.m_t_5v {
  margin-top: 5%; }

.m_t_6v {
  margin-top: 6%; }

.m_t_7v {
  margin-top: 7%; }

.m_t_8v {
  margin-top: 8%; }

.m_t_9v {
  margin-top: 9%; }

.m_t_10v {
  margin-top: 10%; }

.m_b_1v {
  margin-bottom: 1%; }

.m_b_2v {
  margin-bottom: 2%; }

.m_b_3v {
  margin-bottom: 3%; }

.m_b_4v {
  margin-bottom: 4%; }

.m_b_5v {
  margin-bottom: 5%; }

.m_b_6v {
  margin-bottom: 6%; }

.m_b_7v {
  margin-bottom: 7%; }

.m_b_8v {
  margin-bottom: 8%; }

.m_b_9v {
  margin-bottom: 9%; }

.m_b_10v {
  margin-bottom: 10%; }

.m_l_1v {
  margin-left: 1vw; }

.m_l_2v {
  margin-left: 2vw; }

.m_l_3v {
  margin-left: 3vw; }

.m_l_4v {
  margin-left: 4vw; }

.m_l_5v {
  margin-left: 5vw; }

.m_l_6v {
  margin-left: 6vw; }

.m_l_7v {
  margin-left: 7vw; }

.m_l_8v {
  margin-left: 8vw; }

.m_l_9v {
  margin-left: 9vw; }

.m_l_10v {
  margin-left: 10vw; }

.m_r_1v {
  margin-right: 1vw; }

.m_r_2v {
  margin-right: 2vw; }

.m_r_3v {
  margin-right: 3vw; }

.m_r_4v {
  margin-right: 4vw; }

.m_r_5v {
  margin-right: 5vw; }

.m_r_6v {
  margin-right: 6vw; }

.m_r_7v {
  margin-right: 7vw; }

.m_r_8v {
  margin-right: 8vw; }

.m_r_9v {
  margin-right: 9vw; }

.m_r_10v {
  margin-right: 10vw; }

/************************************************************
common padding
************************************************************/
.p_0 {
  padding: 0px !important; }

.p_5 {
  padding: 5px !important; }

.p_10 {
  padding: 10px !important; }

.p_15 {
  padding: 15px !important; }

.p_20 {
  padding: 20px !important; }

.p_25 {
  padding: 25px !important; }

.p_30 {
  padding: 30px !important; }

.p_35 {
  padding: 35px !important; }

.p_40 {
  padding: 40px !important; }

.p_45 {
  padding: 45px !important; }

.p_50 {
  padding: 50px !important; }

.p_100 {
  padding: 100px !important; }

.p_l_0 {
  padding-left: 0px !important; }

.p_l_5 {
  padding-left: 5px !important; }

.p_l_10 {
  padding-left: 10px !important; }

.p_l_15 {
  padding-left: 15px !important; }

.p_l_20 {
  padding-left: 20px !important; }

.p_l_25 {
  padding-left: 25px !important; }

.p_l_30 {
  padding-left: 30px !important; }

.p_l_35 {
  padding-left: 35px !important; }

.p_l_40 {
  padding-left: 40px !important; }

.p_l_45 {
  padding-left: 45px !important; }

.p_l_50 {
  padding-left: 50px !important; }

.p_l_100 {
  padding-left: 100px !important; }

.p_r_0 {
  padding-right: 0px !important; }

.p_r_5 {
  padding-right: 5px !important; }

.p_r_10 {
  padding-right: 10px !important; }

.p_r_15 {
  padding-right: 15px !important; }

.p_r_20 {
  padding-right: 20px !important; }

.p_r_25 {
  padding-right: 25px !important; }

.p_r_30 {
  padding-right: 30px !important; }

.p_r_35 {
  padding-right: 35px !important; }

.p_r_40 {
  padding-right: 40px !important; }

.p_r_45 {
  padding-right: 45px !important; }

.p_r_50 {
  padding-right: 50px !important; }

.p_r_100 {
  padding-right: 100px !important; }

.p_t_0 {
  padding-top: 0px !important; }

.p_t_5 {
  padding-top: 5px !important; }

.p_t_10 {
  padding-top: 10px !important; }

.p_t_15 {
  padding-top: 15px !important; }

.p_t_20 {
  padding-top: 20px !important; }

.p_t_25 {
  padding-top: 25px !important; }

.p_t_30 {
  padding-top: 30px !important; }

.p_t_35 {
  padding-top: 35px !important; }

.p_t_40 {
  padding-top: 40px !important; }

.p_t_45 {
  padding-top: 45px !important; }

.p_t_50 {
  padding-top: 50px !important; }

.p_t_90 {
  padding-top: 90px !important; }

.p_t_100 {
  padding-top: 100px !important; }

.p_b_0 {
  padding-bottom: 0px !important; }

.p_b_5 {
  padding-bottom: 5px !important; }

.p_b_10 {
  padding-bottom: 10px !important; }

.p_b_15 {
  padding-bottom: 15px !important; }

.p_b_20 {
  padding-bottom: 20px !important; }

.p_b_25 {
  padding-bottom: 25px !important; }

.p_b_30 {
  padding-bottom: 30px !important; }

.p_b_35 {
  padding-bottom: 35px !important; }

.p_b_40 {
  padding-bottom: 40px !important; }

.p_b_45 {
  padding-bottom: 45px !important; }

.p_b_50 {
  padding-bottom: 50px !important; }

.p_b_100 {
  padding-bottom: 100px !important; }

.p_r_1v {
  padding-right: 1vw; }

.p_r_2v {
  padding-right: 2vw; }

.p_r_3v {
  padding-right: 3vw; }

.p_r_4v {
  padding-right: 4vw; }

.p_r_5v {
  padding-right: 5vw; }

.p_r_6v {
  padding-right: 6vw; }

.p_r_7v {
  padding-right: 7vw; }

.p_r_8v {
  padding-right: 8vw; }

.p_r_9v {
  padding-right: 9vw; }

.p_r_10v {
  padding-right: 10vw; }

.p_t_1v {
  padding-top: 1%; }

.p_t_2v {
  padding-top: 2%; }

.p_t_3v {
  padding-top: 3%; }

.p_t_4v {
  padding-top: 4%; }

.p_t_5v {
  padding-top: 5%; }

.p_t_6v {
  padding-top: 6%; }

.p_t_7v {
  padding-top: 7%; }

.p_t_8v {
  padding-top: 8%; }

.p_t_9v {
  padding-top: 9%; }

.p_t_10v {
  padding-top: 10%; }

.p_b_1v {
  padding-bottom: 1%; }

.p_b_2v {
  padding-bottom: 2%; }

.p_b_3v {
  padding-bottom: 3%; }

.p_b_4v {
  padding-bottom: 4%; }

.p_b_5v {
  padding-bottom: 5%; }

.p_b_6v {
  padding-bottom: 6%; }

.p_b_7v {
  padding-bottom: 7%; }

.p_b_8v {
  padding-bottom: 8%; }

.p_b_9v {
  padding-bottom: 9%; }

.p_b_10v {
  padding-bottom: 10%; }

.p_l_1v {
  padding-left: 1vw; }

.p_l_2v {
  padding-left: 2vw; }

.p_l_3v {
  padding-left: 3vw; }

.p_l_4v {
  padding-left: 4vw; }

.p_l_5v {
  padding-left: 5vw; }

.p_l_6v {
  padding-left: 6vw; }

.p_l_7v {
  padding-left: 7vw; }

.p_l_8v {
  padding-left: 8vw; }

.p_l_9v {
  padding-left: 9vw; }

.p_l_10v {
  padding-left: 10vw; }

/************************************************************
border
************************************************************/
.b_t_none {
  border-top: none !important; }

.b_r_none {
  border-right: none !important; }

.b_b_none {
  border-bottom: none !important; }

.b_l_none {
  border-left: none !important; }

.b_none {
  border: none !important; }

.b_1 {
  border: 1px solid #ccc !important; }

.b_t_1 {
  border-top: 1px solid #ccc !important; }

.pc_block {
  display: block !important; }

.pc_block_i_b {
  display: inline-block !important; }

.pc_block_i {
  display: inline !important; }

.sp_block {
  display: none !important; }

.sp_block_i_b {
  display: none !important; }

.sp_block_i {
  display: none !important; }

/************************************************************************************************************************
sp 768
************************************************************************************************************************/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none; }

  .sp_f_none {
    float: none !important; }

  .pc_block {
    display: none !important; }

  .pc_block_i_b {
    display: none !important; }

  .pc_block_i {
    display: none !important; }

  .sp_block {
    display: block !important; }

  .sp_block_only {
    display: block !important; }

  .sp_block_i_b {
    display: inline-block !important; }

  .sp_block_i {
    display: inline !important; }

  .mq_w92a {
    width: 92% !important;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .mq_w92a {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }

@media screen and (max-width: 767px) {
  .sp_t_l {
    text-align: left !important; }

  .sp_t_c {
    text-align: center !important; }

  .sp_t_r {
    text-align: right !important; }

  .sp_w100 {
    width: 100%; }

  .sp_w50 {
    width: 50%; }

  /************************************************************
  common margin
  ************************************************************/
  .sp_m_0 {
    margin: 0px !important; }

  .sp_m_5 {
    margin: 5px !important; }

  .sp_m_10 {
    margin: 10px !important; }

  .sp_m_15 {
    margin: 15px !important; }

  .sp_m_20 {
    margin: 20px !important; }

  .sp_m_25 {
    margin: 25px !important; }

  .sp_m_30 {
    margin: 30px !important; }

  .sp_m_35 {
    margin: 35px !important; }

  .sp_m_40 {
    margin: 40px !important; }

  .sp_m_45 {
    margin: 45px !important; }

  .sp_m_50 {
    margin: 50px !important; }

  .sp_m_100 {
    margin: 100px !important; }

  .sp_m_l_0 {
    margin-left: 0px !important; }

  .sp_m_l_5 {
    margin-left: 5px !important; }

  .sp_m_l_10 {
    margin-left: 10px !important; }

  .sp_m_l_15 {
    margin-left: 15px !important; }

  .sp_m_l_20 {
    margin-left: 20px !important; }

  .sp_m_l_25 {
    margin-left: 25px !important; }

  .sp_m_l_30 {
    margin-left: 30px !important; }

  .sp_m_l_35 {
    margin-left: 35px !important; }

  .sp_m_l_40 {
    margin-left: 40px !important; }

  .sp_m_l_45 {
    margin-left: 45px !important; }

  .sp_m_l_50 {
    margin-left: 50px !important; }

  .sp_m_l_100 {
    margin-left: 100px !important; }

  .sp_m_r_0 {
    margin-right: 0px !important; }

  .sp_m_r_5 {
    margin-right: 5px !important; }

  .sp_m_r_10 {
    margin-right: 10px !important; }

  .sp_m_r_15 {
    margin-right: 15px !important; }

  .sp_m_r_20 {
    margin-right: 20px !important; }

  .sp_m_r_25 {
    margin-right: 25px !important; }

  .sp_m_r_30 {
    margin-right: 30px !important; }

  .sp_m_r_30 {
    margin-right: 30px !important; }

  .sp_m_r_35 {
    margin-right: 35px !important; }

  .sp_m_r_40 {
    margin-right: 40px !important; }

  .sp_m_r_45 {
    margin-right: 45px !important; }

  .sp_m_r_50 {
    margin-right: 50px !important; }

  .sp_m_r_100 {
    margin-right: 100px !important; }

  .sp_m_t_0 {
    margin-top: 0px !important; }

  .sp_m_t_5 {
    margin-top: 5px !important; }

  .sp_m_t_10 {
    margin-top: 10px !important; }

  .sp_m_t_15 {
    margin-top: 15px !important; }

  .sp_m_t_20 {
    margin-top: 20px !important; }

  .sp_m_t_25 {
    margin-top: 25px !important; }

  .sp_m_t_30 {
    margin-top: 30px !important; }

  .sp_m_t_35 {
    margin-top: 35px !important; }

  .sp_m_t_40 {
    margin-top: 40px !important; }

  .sp_m_t_45 {
    margin-top: 45px !important; }

  .sp_m_t_50 {
    margin-top: 50px !important; }

  .sp_m_t_100 {
    margin-top: 100px !important; }

  .sp_m_b_0 {
    margin-bottom: 0px !important; }

  .sp_m_b_5 {
    margin-bottom: 5px !important; }

  .sp_m_b_10 {
    margin-bottom: 10px !important; }

  .sp_m_b_15 {
    margin-bottom: 15px !important; }

  .sp_m_b_20 {
    margin-bottom: 20px !important; }

  .sp_m_b_25 {
    margin-bottom: 25px !important; }

  .sp_m_b_30 {
    margin-bottom: 30px !important; }

  .sp_m_b_35 {
    margin-bottom: 35px !important; }

  .sp_m_b_40 {
    margin-bottom: 40px !important; }

  .sp_m_b_45 {
    margin-bottom: 45px !important; }

  .sp_m_b_50 {
    margin-bottom: 50px !important; }

  .sp_m_b_100 {
    margin-bottom: 100px !important; }

  .sp_m_a {
    margin: 0 auto; }

  /************************************************************
  common padding
  ************************************************************/
  .sp_p_0 {
    padding: 0px !important; }

  .sp_p_5 {
    padding: 5px !important; }

  .sp_p_10 {
    padding: 10px !important; }

  .sp_p_15 {
    padding: 15px !important; }

  .sp_p_20 {
    padding: 20px !important; }

  .sp_p_25 {
    padding: 25px !important; }

  .sp_p_30 {
    padding: 30px !important; }

  .sp_p_35 {
    padding: 35px !important; }

  .sp_p_40 {
    padding: 40px !important; }

  .sp_p_45 {
    padding: 45px !important; }

  .sp_p_50 {
    padding: 50px !important; }

  .sp_p_100 {
    padding: 100px !important; }

  .sp_p_l_0 {
    padding-left: 0px !important; }

  .sp_p_l_5 {
    padding-left: 5px !important; }

  .sp_p_l_10 {
    padding-left: 10px !important; }

  .sp_p_l_15 {
    padding-left: 15px !important; }

  .sp_p_l_20 {
    padding-left: 20px !important; }

  .sp_p_l_25 {
    padding-left: 25px !important; }

  .sp_p_l_30 {
    padding-left: 30px !important; }

  .sp_p_l_35 {
    padding-left: 35px !important; }

  .sp_p_l_40 {
    padding-left: 40px !important; }

  .sp_p_l_45 {
    padding-left: 45px !important; }

  .sp_p_l_50 {
    padding-left: 50px !important; }

  .sp_p_l_100 {
    padding-left: 100px !important; }

  .sp_p_r_0 {
    padding-right: 0px !important; }

  .sp_p_r_5 {
    padding-right: 5px !important; }

  .sp_p_r_10 {
    padding-right: 10px !important; }

  .sp_p_r_15 {
    padding-right: 15px !important; }

  .sp_p_r_20 {
    padding-right: 20px !important; }

  .sp_p_r_25 {
    padding-right: 25px !important; }

  .sp_p_r_30 {
    padding-right: 30px !important; }

  .sp_p_r_35 {
    padding-right: 35px !important; }

  .sp_p_r_40 {
    padding-right: 40px !important; }

  .sp_p_r_45 {
    padding-right: 45px !important; }

  .sp_p_r_50 {
    padding-right: 50px !important; }

  .sp_p_r_100 {
    padding-right: 100px !important; }

  .sp_p_t_0 {
    padding-top: 0px !important; }

  .sp_p_t_5 {
    padding-top: 5px !important; }

  .sp_p_t_10 {
    padding-top: 10px !important; }

  .sp_p_t_15 {
    padding-top: 15px !important; }

  .sp_p_t_20 {
    padding-top: 20px !important; }

  .sp_p_t_25 {
    padding-top: 25px !important; }

  .sp_p_t_30 {
    padding-top: 30px !important; }

  .sp_p_t_35 {
    padding-top: 35px !important; }

  .sp_p_t_40 {
    padding-top: 40px !important; }

  .sp_p_t_45 {
    padding-top: 45px !important; }

  .sp_p_t_50 {
    padding-top: 50px !important; }

  .sp_p_t_100 {
    padding-top: 100px !important; }

  .sp_p_b_0 {
    padding-bottom: 0px !important; }

  .sp_p_b_5 {
    padding-bottom: 5px !important; }

  .sp_p_b_10 {
    padding-bottom: 10px !important; }

  .sp_p_b_15 {
    padding-bottom: 15px !important; }

  .sp_p_b_20 {
    padding-bottom: 20px !important; }

  .sp_p_b_25 {
    padding-bottom: 25px !important; }

  .sp_p_b_30 {
    padding-bottom: 30px !important; }

  .sp_p_b_35 {
    padding-bottom: 35px !important; }

  .sp_p_b_40 {
    padding-bottom: 40px !important; }

  .sp_p_b_45 {
    padding-bottom: 45px !important; }

  .sp_p_b_50 {
    padding-bottom: 50px !important; }

  .sp_p_b_100 {
    padding-bottom: 100px !important; }

  .size26 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  .size24 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  .size22 {
    font-size: 17px !important;
    font-size: 1.7rem !important; }

  .size20 {
    font-size: 16px !important;
    font-size: 1.6rem !important; }

  .size18 {
    font-size: 15px !important;
    font-size: 1.5rem !important; }

  .size16 {
    font-size: 15px !important;
    font-size: 1.5rem !important; }

  .size15 {
    font-size: 14px !important;
    font-size: 1.4rem !important; }

  .size14 {
    font-size: 12px !important;
    font-size: 1.2rem !important; }

  .size13 {
    font-size: 12px !important;
    font-size: 1.2rem !important; }

  .size12 {
    font-size: 11px !important;
    font-size: 1.1rem !important; }

  .size11 {
    font-size: 11px !important;
    font-size: 1.1rem !important; }

  .sp_w100 {
    width: 100% !important; }

  .sp_w90 {
    width: 90% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w25 {
    width: 25% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w10 {
    width: 10% !important; }

  .sp_b_t_none {
    border-top: none !important; }

  .sp_b_r_none {
    border-right: none !important; }

  .sp_b_b_none {
    border-bottom: none !important; }

  .sp_b_l_none {
    border-left: none !important; }

  .sp_b_none {
    border: none !important; }

  .sp_b_1 {
    border: 1px solid #ccc !important; }

  .sp_b_t_1 {
    border-top: 1px solid #ccc !important; } }
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/************************************************************
common bt
************************************************************/
.dl_bt {
  text-align: center;
  line-height: 1; }
  .dl_bt a {
    width: 280px;
    display: block;
    padding: 14px 20px 14px 10px;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    background: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
    .dl_bt a span {
      position: absolute;
      top: 24%;
      right: 17px; }
      @media screen and (max-width: 1525px) {
        .dl_bt a span {
          right: 1.1147540984vw; } }
      @media screen and (max-width: 768px) {
        .dl_bt a span {
          right: 3.0666666667vw; } }
      .dl_bt a span img {
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        width: 19px; }
        @media screen and (max-width: 1525px) {
          .dl_bt a span img {
            width: 1.2459016393vw; } }
        @media screen and (max-width: 768px) {
          .dl_bt a span img {
            width: 3.4666666667vw; } }
      .dl_bt a span:after {
        content: none !important; }
    .dl_bt a:after {
      content: none !important; }
    .dl_bt a:focus {
      color: #000; }
    .dl_bt a:hover {
      background: #f0f0f0; }
      @media screen and (max-width: 768px) {
        .dl_bt a:hover {
          transition: none;
          background: #fff; } }
      .dl_bt a:hover span img {
        transform: translateY(3px); }
        @media screen and (max-width: 768px) {
          .dl_bt a:hover span img {
            transition: none;
            transform: translateY(0px); } }
    @media screen and (max-width: 1525px) {
      .dl_bt a {
        width: 18.3606557377vw;
        padding: 0.9180327869vw 1.3114754098vw 0.9180327869vw 0.6557377049vw;
        font-size: 1.0491803279vw; } }
    @media screen and (max-width: 768px) {
      .dl_bt a {
        transition: none;
        width: 42vw;
        font-size: 3.4666666667vw;
        padding: 2vw 4.5333333333vw 2vw 0; } }

.play_bt {
  margin-top: 25px; }
  .play_bt a {
    font-size: 19px;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.06em;
    cursor: pointer;
    height: 32px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
    .play_bt a:before {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      position: absolute;
      content: '';
      width: 32px;
      height: 32px;
      background: none;
      right: 0;
      top: 0;
      border-radius: 40px;
      border: 1px solid #fff; }
      @media screen and (max-width: 1525px) {
        .play_bt a:before {
          width: 2.0983606557vw;
          height: 2.0983606557vw; } }
      @media screen and (max-width: 768px) {
        .play_bt a:before {
          width: 6.6666666667vw;
          height: 6.6666666667vw;
          top: 0.5333333333vw; } }
    .play_bt a:after {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      position: absolute;
      right: 10px;
      top: calc(50% - 4px);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 10px;
      border-color: transparent transparent transparent #fff; }
      @media screen and (max-width: 1525px) {
        .play_bt a:after {
          right: 0.6557377049vw;
          top: calc(50% - 0.25vw);
          border-width: 0.262295082vw 0 0.262295082vw 0.6557377049vw; } }
      @media screen and (max-width: 768px) {
        .play_bt a:after {
          right: 2vw;
          top: calc(50% - 0.5vw);
          border-width: 1.0666666667vw 0 1.0666666667vw 2.4vw; } }
    .play_bt a:hover {
      text-decoration: none; }
      .play_bt a:hover span:after {
        right: 0;
        left: auto;
        width: 0;
        opacity: 1; }
        @media screen and (max-width: 768px) {
          .play_bt a:hover span:after {
            transition: none;
            left: 0;
            right: auto;
            width: 100%; } }
      .play_bt a:hover:after {
        animation-name: arrow;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        animation-duration: 0.5s; }
        @media screen and (max-width: 768px) {
          .play_bt a:hover:after {
            animation-name: arrow_sp;
            transition: none; } }
      @media screen and (max-width: 768px) {
        .play_bt a:hover {
          transition: none; } }
    .play_bt a:focus {
      color: #fff;
      text-decoration: underline; }
    .play_bt a span {
      position: relative; }
      .play_bt a span:after {
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        position: absolute;
        bottom: 0;
        left: 0;
        right: auto;
        width: 100%;
        height: 1px;
        background: #fff;
        content: ''; }
    @media screen and (max-width: 1525px) {
      .play_bt a {
        font-size: 1.2459016393vw;
        height: 2.0983606557vw;
        padding-right: 2.6229508197vw;
        padding-top: 0.5245901639vw;
        line-height: 1; } }
    @media screen and (max-width: 768px) {
      .play_bt a {
        font-size: 4.2vw;
        height: 6.6666666667vw;
        line-height: 1;
        padding-top: 1.7333333333vw;
        padding-right: 8vw; } }
  .play_bt.pt2 a {
    color: #000; }
    .play_bt.pt2 a:before {
      border-color: #333;
      background: #fff; }
    .play_bt.pt2 a:after {
      border-color: transparent transparent transparent #000; }
    .play_bt.pt2 a:hover {
      text-decoration: none; }
      .play_bt.pt2 a:hover:before {
        background: #f0f0f0; }
        @media screen and (max-width: 768px) {
          .play_bt.pt2 a:hover:before {
            transition: none;
            background: #fff; } }
    .play_bt.pt2 a:focus {
      color: #000;
      text-decoration: underline; }
    .play_bt.pt2 a span:after {
      background: #000; }
  @media screen and (max-width: 768px) {
    .play_bt {
      margin-top: 4.6666666667vw;
      margin-left: 0.4vw; } }

@keyframes arrow {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  51% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes arrow_sp {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/************************************************************
dl
************************************************************/
.dl1 dt {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.01em;
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  @media screen and (max-width: 1525px) {
    .dl1 dt {
      font-size: 1.1147540984vw; } }
  @media screen and (max-width: 768px) {
    .dl1 dt {
      font-size: 3.7866666667vw;
      margin-bottom: 0; } }
.dl1 dd {
  letter-spacing: 0.01em;
  font-size: 16px;
  padding-left: 0.7em;
  text-indent: -0.7em;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.03em; }
  .dl1 dd a {
    color: #008486; }
    .dl1 dd a span {
      text-decoration: underline; }
    .dl1 dd a:before {
      content: '- '; }
    .dl1 dd a:hover {
      text-decoration: none; }
      .dl1 dd a:hover span {
        text-decoration: none; }
    .dl1 dd a:after {
      content: none !important; }
  @media screen and (max-width: 1525px) {
    .dl1 dd {
      font-size: 1.0491803279vw; } }
  @media screen and (max-width: 768px) {
    .dl1 dd {
      font-size: 3.6vw; } }
.dl1.pt2 dd {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.7; }
.dl1.gothic dt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
  font-size: 15.5px; }
  @media screen and (max-width: 1525px) {
    .dl1.gothic dt {
      font-size: 1.0163934426vw; } }
  @media screen and (max-width: 768px) {
    .dl1.gothic dt {
      font-size: 3.4933333333vw;
      line-height: 1.4; } }
.dl1 + .tbl2 {
  margin-top: 15px; }
  @media screen and (max-width: 1525px) {
    .dl1 + .tbl2 {
      margin-top: 0.9836065574vw; } }
  @media screen and (max-width: 768px) {
    .dl1 + .tbl2 {
      margin-top: 4vw; } }

/************************************************************
add
************************************************************/
h2.sub_t {
  margin: 0;
  font-size: 50px;
  margin-top: 80px;
  line-height: 1.5;
  margin-bottom: 55px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  h2.sub_t span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    color: #00a8a9;
    margin-left: 20px;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1525px) {
      h2.sub_t span {
        font-size: 1.1803278689vw;
        margin-left: 1.3114754098vw;
        margin-bottom: 0.262295082vw; } }
    @media screen and (max-width: 768px) {
      h2.sub_t span {
        display: none;
        font-size: 4vw;
        margin-left: 3.4666666667vw;
        margin-bottom: 0.5333333333vw; } }
  h2.sub_t i {
    display: none; }
    @media screen and (max-width: 768px) {
      h2.sub_t i {
        display: block;
        font-style: normal;
        color: #00a8a9;
        font-size: 4vw;
        margin-bottom: 0;
        letter-spacing: 0.03em;
        line-height: 0.8; } }
  h2.sub_t strong {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    font-size: 18px;
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    line-height: 1; }
    @media screen and (max-width: 1525px) {
      h2.sub_t strong {
        font-size: 1.1803278689vw; } }
    @media screen and (max-width: 768px) {
      h2.sub_t strong {
        font-size: 3.7333333333vw; } }
  h2.sub_t.pt2 {
    margin-top: 115px; }
    @media screen and (max-width: 1525px) {
      h2.sub_t.pt2 {
        margin-top: 7.5409836066vw; } }
    @media screen and (max-width: 768px) {
      h2.sub_t.pt2 {
        margin-top: 18.6666666667vw;
        margin-bottom: 8.6666666667vw; } }
  h2.sub_t.l_h_13 strong {
    margin-top: 8px; }
  @media screen and (max-width: 1525px) {
    h2.sub_t {
      font-size: 3.2786885246vw;
      margin-top: 5.2459016393vw;
      margin-bottom: 3.606557377vw; } }
  @media screen and (max-width: 768px) {
    h2.sub_t {
      font-size: 8.8vw;
      margin-top: 13.3333333333vw;
      margin-bottom: 4.6666666667vw; } }

.column_box {
  border: 1px solid #999;
  border-radius: 20px;
  background: #fff;
  padding: 40px 50px 45px;
  margin-top: 120px; }
  .column_box h3 {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 35px; }
    @media screen and (max-width: 1525px) {
      .column_box h3 {
        font-size: 1.5737704918vw;
        padding-bottom: 1.9672131148vw;
        margin-bottom: 2.2950819672vw; } }
    @media screen and (max-width: 768px) {
      .column_box h3 {
        font-size: 4.5333333333vw;
        padding-bottom: 5.3333333333vw;
        margin-bottom: 6.6666666667vw; } }
  .column_box p {
    text-align: center;
    font-size: 16px; }
    @media screen and (max-width: 1525px) {
      .column_box p {
        font-size: 1.0491803279vw; } }
    @media screen and (max-width: 768px) {
      .column_box p {
        font-size: 3.7333333333vw;
        text-align: left; } }
  .column_box ul {
    margin: 50px 0 40px;
    padding: 0 40px; }
    .column_box ul li {
      width: 30%;
      border-bottom: 2px solid #cbcbcb; }
      .column_box ul li dl dt {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px; }
        @media screen and (max-width: 1525px) {
          .column_box ul li dl dt {
            font-size: 1.3114754098vw;
            margin-bottom: 0.3278688525vw; } }
        @media screen and (max-width: 768px) {
          .column_box ul li dl dt {
            font-size: 4.2666666667vw;
            margin-bottom: 1.3333333333vw; } }
      .column_box ul li dl dd {
        font-size: 16px;
        padding: 7px 15px;
        border-top: 2px solid #cbcbcb; }
        @media screen and (max-width: 1525px) {
          .column_box ul li dl dd {
            padding: 0.4590163934vw 0.9836065574vw;
            font-size: 1.0491803279vw; } }
        @media screen and (max-width: 768px) {
          .column_box ul li dl dd {
            padding: 2.6666666667vw 1.3333333333vw;
            font-size: 3.4666666667vw; } }
      .column_box ul li:nth-child(1) {
        border-bottom: 2px solid #9aca8b; }
        .column_box ul li:nth-child(1) dd {
          border-color: #9aca8b; }
      .column_box ul li:nth-child(2) {
        border-bottom: 2px solid #8bbfca; }
        .column_box ul li:nth-child(2) dd {
          border-color: #8bbfca; }
      @media screen and (max-width: 768px) {
        .column_box ul li {
          width: 100%;
          margin-bottom: 9.3333333333vw; } }
    @media screen and (max-width: 1525px) {
      .column_box ul {
        margin: 3.2786885246vw 0 2.6229508197vw; } }
    @media screen and (max-width: 768px) {
      .column_box ul {
        margin: 3.3333333333vw 0 0;
        padding: 0 2.6666666667vw; } }
  @media screen and (max-width: 1525px) {
    .column_box {
      border-radius: 1.3114754098vw;
      padding: 2.6229508197vw 3.2786885246vw 2.9508196721vw;
      margin-top: 7.868852459vw; } }
  @media screen and (max-width: 768px) {
    .column_box {
      border-radius: 2.6666666667vw;
      padding: 5.3333333333vw 5.3333333333vw 6vw;
      margin-top: 16vw; } }

.target1,
.target2,
.target3,
.target4,
.move1,
.move1_delay,
.move2,
.move3 {
  opacity: 0; }

.target0 {
  opacity: 0; }
  .target0.is-inview {
    opacity: 1; }

.target0_sp {
  opacity: 0; }
  .target0_sp.is-inview {
    opacity: 1; }

.target1_1 {
  transform: translateY(100%);
  -webkit-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -moz-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -ms-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -o-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1); }

.target1_1.is-inview {
  transform: translateY(0); }

.target1_2 {
  transform: translateY(100%);
  -webkit-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -moz-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -ms-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -o-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1); }

.target1_2.is-inview {
  transform: translateY(0);
  transition-delay: .3s; }

.target1_3 {
  transform: translateY(100%);
  -webkit-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -moz-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -ms-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -o-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1); }

.target1_3.is-inview {
  transform: translateY(0);
  transition-delay: .3s; }

.target1_4 {
  transform: translateY(105%);
  -webkit-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -moz-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -ms-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  -o-transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1);
  transition: all 1s cubic-bezier(0.45, 0.03, 0, 1.1); }

.target1_4.is-inview {
  transform: translateY(0);
  transition-delay: .35s; }

.target2_1 {
  transform: translateY(100%);
  -webkit-transition: all 0.9s cubic-bezier(0.66, 0.12, 0, 1.1);
  -moz-transition: all 0.9s cubic-bezier(0.66, 0.12, 0, 1.1);
  -ms-transition: all 0.9s cubic-bezier(0.66, 0.12, 0, 1.1);
  -o-transition: all 0.9s cubic-bezier(0.66, 0.12, 0, 1.1);
  transition: all 0.9s cubic-bezier(0.66, 0.12, 0, 1.1);
  display: block; }

.target2_1.is-inview {
  transform: translateY(0); }

.t2_pt4 img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0); }
.t2_pt4.change_clr img {
  filter: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transition-delay: 1.5s; }

.eh_category_anc_list ul {
  opacity: 0;
  transform: translateY(50px); }
.eh_category_anc_list.fiup ul {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transition-delay: 0.65s; }

.pc_delay {
  animation-delay: 0.35s; }
  @media screen and (max-width: 768px) {
    .pc_delay {
      animation-delay: 0; } }

body {
  color: #333; }
  body p {
    letter-spacing: 0.01em; }

#wrap {
  min-width: 0;
  min-width: initial; }

@media screen and (max-width: 998px) {
  #gHeader .gHeader-Top .site__Inner {
    min-width: 0;
    min-width: initial; }
  #gHeader .gHeader-Utility--pc li {
    font-size: calc(1em * 0.80); }
  #gHeader .gHeader-Utility--pc .btn_Language {
    padding-right: 30px; }
  #gHeader #gNav_Wrap--pc .gNav > li > a {
    padding: 12px 4px 10px 1px;
    font-size: calc(1em * 0.75); }
  #gHeader .hMenu_Content--pc {
    width: 102vw !important;
    left: -5vw !important; }
  #gHeader .hMenu_Content--pc li {
    margin-right: 60px; }
  #gHeader .hMenu_Toggle--pc span {
    padding-right: 17px; } }

@media screen and (max-width: 998px) {
  #gFooter .site__Inner {
    min-width: 0;
    min-width: initial; } }

.footer_Visual {
  display: none; }

.foot_img.view-smp {
  display: none; }

#eh_wrap figure {
  padding: 0;
  margin: 0; }
#eh_wrap .eh_inner_15 {
  margin: 0 auto;
  width: 100%;
  max-width: 1525px; }
  #eh_wrap .eh_inner_15 img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_inner_15 {
      padding: 0 4vw; } }
#eh_wrap .eh_inner_14 {
  margin: 0 auto;
  width: 100%;
  max-width: 1525px;
  padding: 0 42px; }
  #eh_wrap .eh_inner_14 img {
    max-width: 100%; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_inner_14 {
      padding: 0 2.7540983607vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_inner_14 {
      padding: 0 4vw; } }
#eh_wrap .eh_inner_13 {
  margin: 0 auto;
  width: 100%;
  max-width: 1525px;
  padding: 0 112px; }
  #eh_wrap .eh_inner_13 img {
    max-width: 100%; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_inner_13 {
      padding: 0 7.3442622951vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_inner_13 {
      padding: 0 6.6666666667vw; } }
#eh_wrap .lang_change_box {
  position: relative;
  z-index: 10; }
  #eh_wrap .lang_change_box ul {
    position: absolute;
    background: #000;
    padding: 2px 10px;
    border-radius: 40px;
    top: 20px;
    right: 0; }
    #eh_wrap .lang_change_box ul li {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      color: #ccc;
      padding: 0 5px;
      font-size: 16px; }
      #eh_wrap .lang_change_box ul li span {
        color: #555; }
      #eh_wrap .lang_change_box ul li a {
        color: #fff;
        font-weight: bold; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .lang_change_box ul li {
          padding: 0 0.3278688525vw;
          font-size: max(1.0491803279vw, 12px); } }
      @media screen and (max-width: 768px) {
        #eh_wrap .lang_change_box ul li {
          font-size: 3.4666666667vw;
          padding: 0 1.2vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .lang_change_box ul {
        padding: 0.131147541vw 0.6557377049vw;
        top: 1.3114754098vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .lang_change_box ul {
        padding: 0.6666666667vw 1.3333333333vw;
        top: 4vw; } }
#eh_wrap #eh_block1_2 {
  background: #cae3e6; }
  #eh_wrap #eh_block1_2 h1 {
    margin: 0;
    opacity: 0; }
    #eh_wrap #eh_block1_2 h1 img {
      width: 100%; }
    #eh_wrap #eh_block1_2 h1.active {
      opacity: 1;
      transition-delay: 0.1s;
      transition-duration: 1.5s; }
#eh_wrap #eh_block2_2 {
  background: #cae3e6;
  padding: 70px 0 130px; }
  #eh_wrap #eh_block2_2 p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 2.2; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block2_2 p {
        font-size: max(1.1803278689vw, 14px); } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block2_2 p {
        font-size: 3.8666666667vw;
        text-align: left; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block2_2 {
      padding: 4.5901639344vw 8.5245901639vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block2_2 {
      padding: 8vw 6.6666666667vw 13.3333333333vw; } }
#eh_wrap #eh_block3_2 {
  padding: 115px 0 0; }
  #eh_wrap #eh_block3_2 h2 {
    color: #00a8a9;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0; }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3_2 h2 span {
        font-size: 2.9333333333vw;
        color: #333;
        padding-left: 2.6666666667vw;
        font-weight: normal; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block3_2 h2 {
        font-size: max(1.4426229508vw, 16px);
        margin: 0 0 0.9836065574vw 0; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3_2 h2 {
        font-size: 4.8vw;
        margin: 0 0 2.6666666667vw 0; } }
  #eh_wrap #eh_block3_2 figure {
    margin-top: 115px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block3_2 figure {
        margin-top: 7.5409836066vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3_2 figure {
        margin-top: 12vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block3_2 {
      padding: 7.5409836066vw 0 0; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block3_2 {
      padding: 13.3333333333vw 0 0; } }
#eh_wrap #eh_block3 {
  padding: 125px 0 130px; }
  #eh_wrap #eh_block3 .eh_inner_14 {
    padding: 0 92px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block3 .eh_inner_14 {
        padding: 0 6.0327868852vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3 .eh_inner_14 {
        padding: 0 6.6666666667vw; } }
  #eh_wrap #eh_block3 .eh_block3_l {
    width: 617px; }
    #eh_wrap #eh_block3 .eh_block3_l h1 {
      margin: 0; }
    #eh_wrap #eh_block3 .eh_block3_l p {
      font-size: 16px;
      line-height: 2.2;
      font-feature-settings: "palt";
      margin-top: 55px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block3 .eh_block3_l p {
          font-size: 1.0491803279vw;
          margin-top: 3.606557377vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block3 .eh_block3_l p {
          font-size: 4vw;
          line-height: 2.1;
          margin-top: 8vw;
          padding-right: 0; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block3 .eh_block3_l {
        width: 40.4590163934vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3 .eh_block3_l {
        width: 100%;
        padding: 0 2vw;
        line-height: 1.9; } }
  #eh_wrap #eh_block3 .eh_block3_r {
    width: 610px; }
    #eh_wrap #eh_block3 .eh_block3_r h2 {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      margin: 0;
      margin-bottom: 30px;
      font-size: 32px;
      color: #000;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: 0.01em; }
      #eh_wrap #eh_block3 .eh_block3_r h2 strong {
        display: block;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
        font-size: 18px;
        margin-top: 6px; }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block3 .eh_block3_r h2 strong {
            font-size: 1.1803278689vw;
            margin-top: 0.393442623vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block3 .eh_block3_r h2 strong {
            font-size: 3.7333333333vw;
            margin-top: 1.3333333333vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block3 .eh_block3_r h2 {
          font-size: 2.0983606557vw;
          margin-bottom: 1.9672131148vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block3 .eh_block3_r h2 {
          font-size: 6.1333333333vw;
          margin-bottom: 4.6666666667vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block3 .eh_block3_r {
        width: 40vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block3 .eh_block3_r {
        width: 100%;
        margin-left: 0;
        margin-top: 14.6666666667vw;
        padding: 0 2vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block3 {
      padding: 8.1967213115vw 0 8.5245901639vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block3 {
      padding: 18vw 0 18vw; } }
#eh_wrap #eh_block4 .eh_inner_15 > div {
  background: #00a8a9;
  padding: 75px 80px 75px 90px; }
  #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div {
    width: 680px;
    color: #fff; }
    #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 {
      font-size: 45px;
      line-height: 1.25;
      margin: 0 0 50px 0;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
      #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 strong {
        display: block;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
        font-size: 19px;
        margin-top: 13px;
        letter-spacing: 0.03em;
        font-feature-settings: "palt"; }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 strong {
            font-size: 1.2459016393vw;
            margin-top: 0.8524590164vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 strong {
            font-size: 4vw;
            margin-top: 2vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 {
          font-size: 2.9508196721vw;
          margin-bottom: 3.2786885246vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div h2 {
          font-size: 7.2vw; } }
    #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div p {
      font-size: 18px;
      line-height: 1.9;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div p {
          font-size: 1.1803278689vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div p {
          font-size: 3.76vw; } }
    #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div > figure img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div > figure {
        width: 100%;
        margin: 2.6666666667vw 0 4vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div {
        width: 44.5901639344vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > div {
        width: 100%; } }
  #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > figure {
    width: 607px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block4 .eh_inner_15 > div .flex_bet > figure {
        width: 39.8032786885vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block4 .eh_inner_15 > div {
      padding: 4.9180327869vw 5.2459016393vw 4.9180327869vw 5.9016393443vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block4 .eh_inner_15 > div {
      padding: 9.3333333333vw 6.6666666667vw 10.6666666667vw; } }
@media screen and (max-width: 768px) {
  #eh_wrap #eh_block4 .eh_inner_15 {
    padding: 0; } }
#eh_wrap #eh_block5 .eh_inner_15 > div {
  background: #0079bb;
  padding: 75px 90px 75px 80px; }
  #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div {
    width: 680px;
    color: #fff; }
    #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 {
      font-size: 45px;
      line-height: 1.25;
      margin: 0 0 50px 0;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
      #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 strong {
        display: block;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
        font-size: 19px;
        margin-top: 13px;
        letter-spacing: 0.03em;
        font-feature-settings: "palt"; }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 strong {
            font-size: 1.2459016393vw;
            margin-top: 0.8524590164vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 strong {
            font-size: 4vw;
            margin-top: 2vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 {
          font-size: 2.9508196721vw;
          margin-bottom: 3.2786885246vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div h2 {
          font-size: 7.2vw; } }
    #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div p {
      font-size: 18px;
      line-height: 1.9;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div p {
          font-size: 1.1803278689vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div p {
          font-size: 3.76vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div > figure {
        margin: 2.6666666667vw 0 4vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div {
        width: 44.5901639344vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > div {
        width: 100%; } }
  #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > figure {
    width: 607px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block5 .eh_inner_15 > div .flex_bet > figure {
        width: 39.8032786885vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block5 .eh_inner_15 > div {
      padding: 4.9180327869vw 5.9016393443vw 4.9180327869vw 5.2459016393vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block5 .eh_inner_15 > div {
      padding: 9.3333333333vw 6.6666666667vw 10.6666666667vw; } }
@media screen and (max-width: 768px) {
  #eh_wrap #eh_block5 .eh_inner_15 {
    padding: 0; } }
#eh_wrap #eh_block6 {
  padding-bottom: 200px; }
  #eh_wrap #eh_block6 .eh_category_copy {
    font-size: 22px;
    margin-top: 25px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block6 .eh_category_copy img {
        width: 60vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block6 .eh_category_copy {
        font-size: 1.4426229508vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block6 .eh_category_copy {
        font-size: 4vw;
        letter-spacing: normal;
        margin-top: 3.3333333333vw; } }
  #eh_wrap #eh_block6 .eh_inner_13 {
    position: relative; }
    #eh_wrap #eh_block6 .eh_inner_13 h2 {
      margin: 0;
      				/*
                      img{
                          @include mq-pc1{
                              width: pxToVwPc(915);
                          }
      					@include mq-sp{
      						width: 100%;
      					}
                      }*/
      width: 1142px;
      /*
      .t2_pt5{
      	margin-top: 38px;
      	width: 42.4%;
      	@include mq-pc1{
      		margin-top: pxToVwPc(38);
      	}
      	@include mq-sp{
      		margin-top: pxToVw(30);
      	}
      }
      .t2_pt4{
      	margin-top: 50px;
      	width: 59.5%;
      	@include mq-pc1{
      		margin-top: pxToVwPc(50);
      	}
      	@include mq-sp{
      		margin-top: pxToVw(40);
      		//width: 80%;
      		width: 94%;
      	}
      }
      */ }
      #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt1 {
        width: 46%; }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt1 {
            width: 70%; } }
      #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt2 {
        margin-top: 30px;
        width: 60%; }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt2 {
            margin-top: 1.9672131148vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt2 {
            margin-top: 5.3333333333vw;
            width: 95%; } }
      #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt3 {
        margin-top: 20px;
        width: 43%; }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt3 {
            margin-top: 1.3114754098vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block6 .eh_inner_13 h2 .t2_pt3 {
            margin-top: 3.3333333333vw;
            width: 67%; } }
      #eh_wrap #eh_block6 .eh_inner_13 h2 > div {
        position: relative; }
        #eh_wrap #eh_block6 .eh_inner_13 h2 > div:after {
          position: absolute;
          content: '';
          width: 105%;
          bottom: -110%;
          left: 0;
          background: #f3f3f3;
          height: 110%; }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block6 .eh_inner_13 h2 {
          width: 74.8852459016vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block6 .eh_inner_13 h2 {
          width: 100%;
          line-height: 1; } }
    #eh_wrap #eh_block6 .eh_inner_13 h3 {
      position: relative;
      font-size: 40px;
      font-weight: bold;
      font-feature-settings: "palt";
      line-height: 1.3;
      margin: 0;
      margin-top: 45px;
      font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif; }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block6 .eh_inner_13 h3 {
          font-size: 2.6229508197vw;
          margin-top: 2.9508196721vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block6 .eh_inner_13 h3 {
          font-size: 6.1333333333vw;
          line-height: 1.5;
          margin-top: 6.6666666667vw; } }
  #eh_wrap #eh_block6 .eh_category_anc_list {
    position: absolute;
    /* 5piece*/
    top: 270px;
    right: 30px; }
    #eh_wrap #eh_block6 .eh_category_anc_list ul {
      position: relative;
      width: 640px;
      height: 414px; }
      #eh_wrap #eh_block6 .eh_category_anc_list ul li {
        position: absolute;
        width: 202px;
        height: 202px; }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(1) {
          top: 0;
          left: 0; }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(2) {
          top: 0;
          left: 34.2%; }
          @media screen and (max-width: 768px) {
            #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(2) {
              left: 33.8%; } }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(3) {
          top: 0;
          right: 0; }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(4) {
          bottom: 0;
          left: 16.5%; }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li:nth-child(5) {
          bottom: 0;
          left: 51%; }
        #eh_wrap #eh_block6 .eh_category_anc_list ul li a {
          border-radius: 120px;
          border: 1px solid #666;
          background: #fff;
          width: 100%;
          height: 100%;
          position: relative;
          display: block;
          text-align: center;
          font-size: 22px;
          color: #000;
          line-height: 1.3;
          font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -ms-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
          overflow: hidden; }
          #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div {
            position: absolute;
            top: 13%;
            left: 0;
            width: 100%; }
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div span {
              margin-top: 12px;
              font-weight: bold;
              display: block;
              text-align: center;
              line-height: 1.1; }
              @media screen and (max-width: 768px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div span {
                  margin-top: 1.7333333333vw; } }
              #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div span.pt2 {
                margin-top: 23px; }
                @media screen and (max-width: 1525px) {
                  #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div span.pt2 {
                    margin-top: 1.5081967213vw; } }
                @media screen and (max-width: 768px) {
                  #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div span.pt2 {
                    margin-top: 4vw; } }
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div strong {
              font-feature-settings: "palt";
              font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
              font-size: 14px;
              letter-spacing: 0.03em;
              display: block;
              margin-top: 5px; }
              @media screen and (max-width: 1525px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div strong {
                  font-size: 0.9180327869vw;
                  margin-top: 0.3278688525vw; } }
              @media screen and (max-width: 768px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div strong {
                  font-size: 3vw;
                  margin-top: 1.0666666667vw;
                  letter-spacing: normal; } }
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div img {
              -webkit-transition: all 0.25s ease-out;
              -moz-transition: all 0.25s ease-out;
              -ms-transition: all 0.25s ease-out;
              -o-transition: all 0.25s ease-out;
              transition: all 0.25s ease-out;
              height: 32px; }
              @media screen and (max-width: 1525px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div img {
                  height: 2.0983606557vw; } }
              @media screen and (max-width: 768px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div img {
                  height: 3.5vw; } }
            @media screen and (max-width: 768px) {
              #eh_wrap #eh_block6 .eh_category_anc_list ul li a > div {
                top: 8%; } }
          #eh_wrap #eh_block6 .eh_category_anc_list ul li a > span {
            position: absolute;
            width: 15px;
            bottom: 12px;
            left: 50%;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            -ms-transition: all 0.25s ease-out;
            -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            transform: translate(-50%, 0); }
            @media screen and (max-width: 1525px) {
              #eh_wrap #eh_block6 .eh_category_anc_list ul li a > span {
                width: 0.9836065574vw; } }
            @media screen and (max-width: 768px) {
              #eh_wrap #eh_block6 .eh_category_anc_list ul li a > span {
                width: 2.6666666667vw;
                bottom: 5px; } }
          #eh_wrap #eh_block6 .eh_category_anc_list ul li a:hover {
            background: #f0f0f0; }
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a:hover > span {
              bottom: 7px; }
              @media screen and (max-width: 768px) {
                #eh_wrap #eh_block6 .eh_category_anc_list ul li a:hover > span {
                  bottom: 12px; } }
            @media screen and (max-width: 768px) {
              #eh_wrap #eh_block6 .eh_category_anc_list ul li a:hover {
                background: #fff; } }
          @media screen and (max-width: 1525px) {
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a {
              font-size: 1.4426229508vw; } }
          @media screen and (max-width: 768px) {
            #eh_wrap #eh_block6 .eh_category_anc_list ul li a {
              font-size: 3vw; } }
        @media screen and (max-width: 1525px) {
          #eh_wrap #eh_block6 .eh_category_anc_list ul li {
            width: 13.2459016393vw;
            height: 13.2459016393vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap #eh_block6 .eh_category_anc_list ul li {
            width: 29.5vw;
            height: 29.5vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap #eh_block6 .eh_category_anc_list ul {
          width: 41.9672131148vw;
          height: 27.1475409836vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap #eh_block6 .eh_category_anc_list ul {
          width: 106%;
          margin: 0 0 0 -3%;
          /* 5piece*/
          height: 25vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap #eh_block6 .eh_category_anc_list {
        /* 5piece*/
        top: 17.7049180328vw;
        right: 1.9672131148vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block6 .eh_category_anc_list {
        width: 100%;
        position: static;
        margin-top: 5.0666666667vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap #eh_block6 .eh_category_anc_list {
        margin-top: 9.3333333333vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_block6 {
      padding-bottom: 13.1147540984vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_block6 {
      padding-bottom: 21.3333333333vw; } }
@media screen and (max-width: 768px) {
  #eh_wrap #eh_block9 .play_bt {
    width: 100%; } }
#eh_wrap .eh_cat_box > .eh_inner_13 > .flex_bet {
  margin-bottom: 80px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box > .eh_inner_13 > .flex_bet {
      margin-bottom: 5.2459016393vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box > .eh_inner_13 > .flex_bet {
      margin-bottom: 8vw; } }
#eh_wrap .eh_cat_box + .eh_cat_box {
  margin-top: 210px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box + .eh_cat_box {
      margin-top: 13.7704918033vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box + .eh_cat_box {
      margin-top: 22.6666666667vw; } }
#eh_wrap .eh_cat_box .eh_cat_t_box {
  width: 50%;
  padding-right: 4%; }
  #eh_wrap .eh_cat_box .eh_cat_t_box h3 {
    font-size: 70px;
    font-weight: normal;
    line-height: 1.15;
    color: #000;
    margin: 0;
    margin-bottom: 22px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold; }
    #eh_wrap .eh_cat_box .eh_cat_t_box h3 span {
      margin-bottom: 40px;
      display: block; }
      #eh_wrap .eh_cat_box .eh_cat_t_box h3 span img {
        height: 73px; }
        @media screen and (max-width: 1525px) {
          #eh_wrap .eh_cat_box .eh_cat_t_box h3 span img {
            height: 4.7868852459vw; } }
        @media screen and (max-width: 768px) {
          #eh_wrap .eh_cat_box .eh_cat_t_box h3 span img {
            height: 11.6vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_t_box h3 span {
          margin-bottom: 2.6229508197vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_t_box h3 span {
          margin-bottom: 5.3333333333vw; } }
    #eh_wrap .eh_cat_box .eh_cat_t_box h3 strong {
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
      font-weight: bold;
      font-size: 24px;
      display: block;
      font-feature-settings: "palt";
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_t_box h3 strong {
          font-size: 1.5737704918vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_t_box h3 strong {
          font-size: 4.5333333333vw;
          margin-bottom: 0.6666666667vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box h3 {
        padding-top: 2.6229508197vw;
        font-size: 4.5901639344vw;
        margin-bottom: 1.6393442623vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box h3 {
        font-size: 10.9333333333vw;
        margin-bottom: 5.3333333333vw; } }
  #eh_wrap .eh_cat_box .eh_cat_t_box dl dt {
    font-size: 24px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    color: #000;
    line-height: 1.55;
    font-feature-settings: "palt";
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box dl dt {
        font-size: 1.5737704918vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box dl dt {
        font-size: 5.4666666667vw; } }
  #eh_wrap .eh_cat_box .eh_cat_t_box dl dd {
    margin-top: 7px;
    line-height: 2;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 0.02em; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box dl dd {
        margin-top: 0.4590163934vw;
        font-size: 1.1803278689vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_t_box dl dd {
        font-size: 3.8666666667vw;
        margin-top: 1.8666666667vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_t_box {
      width: 100%;
      padding: 0; } }
#eh_wrap .eh_cat_box .eh_cat_fig {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_fig {
      width: 100%;
      margin-top: 6.6666666667vw; } }
#eh_wrap .eh_cat_box .eh_t_txt_box {
  margin-bottom: 55px; }
  #eh_wrap .eh_cat_box .eh_t_txt_box .sub_t {
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.3; }
    #eh_wrap .eh_cat_box .eh_t_txt_box .sub_t strong {
      margin-top: 8px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_t_txt_box .sub_t {
        margin-bottom: 2.2950819672vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_t_txt_box .sub_t {
        margin-bottom: 6.6666666667vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_t_txt_box {
      margin-bottom: 2.6229508197vw; } }
  #eh_wrap .eh_cat_box .eh_t_txt_box p {
    font-size: 18px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_t_txt_box p {
        font-size: 1.1803278689vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_t_txt_box p {
        font-size: 3.8666666667vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_t_txt_box {
      margin-bottom: 3.606557377vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_t_txt_box {
      margin-bottom: 8vw; } }
#eh_wrap .eh_cat_box .eh_cat_info_box {
  margin-bottom: 60px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl {
    width: 50%;
    padding: 15px 50px 15px 50px; }
    #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dt {
      color: #000;
      font-size: 28px;
      margin-bottom: 30px;
      line-height: 1.4;
      font-feature-settings: 'palt';
      letter-spacing: 0.02em; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dt {
          font-size: 1.8360655738vw;
          margin-bottom: 1.9672131148vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dt {
          font-size: 5.2vw;
          margin-bottom: 2.6666666667vw; } }
    #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl:nth-child(1) {
      border-right: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl:nth-child(1) {
          border-right: none; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl + dl {
        border-top: 1px solid #ccc; } }
    #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd {
      font-size: 18px;
      font-feature-settings: "palt";
      line-height: 2; }
      #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul {
        padding-left: 10px; }
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li {
          font-size: 16px;
          margin-bottom: 10px; }
          #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li img {
            width: 17px;
            margin-right: 10px;
            vertical-align: middle;
            margin-bottom: 2px; }
            @media screen and (max-width: 1525px) {
              #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li img {
                width: 1.1147540984vw;
                margin-right: 0.6557377049vw; } }
            @media screen and (max-width: 768px) {
              #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li img {
                width: 3.3333333333vw;
                margin-right: 1.3333333333vw; } }
          @media screen and (max-width: 1525px) {
            #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li {
              margin-bottom: 0.8524590164vw;
              font-size: 1.0491803279vw; } }
          @media screen and (max-width: 768px) {
            #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li {
              font-size: 3.7333333333vw;
              margin-bottom: 1.3333333333vw; } }
          @media screen and (max-width: 768px) {
            #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul li:last-child {
              margin-bottom: 0; } }
        @media screen and (max-width: 1525px) {
          #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd ul {
            padding-left: 0.6557377049vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd {
          font-size: 1.1803278689vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl dd {
          font-size: 3.7866666667vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl {
        padding: 0.9836065574vw 3.2786885246vw 0.9836065574vw 3.2786885246vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_info_box .flex_bet dl {
        width: 100%;
        padding: 6vw 1.3333333333vw; } }
  #eh_wrap .eh_cat_box .eh_cat_info_box.pt2 .flex_bet dl {
    width: 100%;
    border-right: none; }
    #eh_wrap .eh_cat_box .eh_cat_info_box.pt2 .flex_bet dl dt {
      margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_info_box.pt2 .flex_bet dl dt {
          margin-bottom: 0vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_info_box {
      margin-bottom: 3.9344262295vw;
      padding: 1.3114754098vw 0; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_info_box {
      font-size: 3.7333333333vw;
      margin: 6.6666666667vw 0 9.3333333333vw;
      padding: 0 0 1.3333333333vw; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box figure {
  margin-bottom: 18px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box figure {
      margin-bottom: 1.1803278689vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box figure {
      margin-bottom: 2.6666666667vw; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon {
  position: absolute;
  top: 0.4%;
  right: 0;
  width: 108px; }
  #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon img {
    width: 100%; }
  #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon span {
    position: absolute;
    top: -20%;
    left: 37%;
    line-height: 1;
    font-size: 30px;
    font-style: normal;
    color: #e90000; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon span {
        font-size: 1.9672131148vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon span {
        font-size: 8vw;
        top: -25%;
        left: 35%; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon {
      width: 7.0819672131vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon {
      width: 21.3333333333vw;
      top: -1.5%; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon.pt2 {
    top: 4%; }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box i.status_icon.pt3 {
      top: 2.5%; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li {
  width: 600px; }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li:nth-child(n + 3) {
    margin-top: 110px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li:nth-child(n + 3) {
        margin-top: 7.2131147541vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li:nth-child(n + 3) {
        margin-top: 0; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 {
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    width: 100%; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3.pt2 {
      width: 75%; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span {
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 6px;
      color: #00a8a9;
      margin-left: 15px;
      letter-spacing: 0.03em; }
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span.txt2 {
        color: #333;
        margin-left: 15px;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
        font-size: 15px; }
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span.txt2 small {
          font-size: 11px;
          display: block;
          line-height: 1.3;
          font-weight: normal; }
          @media screen and (max-width: 1525px) {
            #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span.txt2 small {
              font-size: 0.7213114754vw; } }
        @media screen and (max-width: 1525px) {
          #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span.txt2 {
            margin-left: 0.9836065574vw;
            font-size: 4vw; } }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span {
          font-size: 1.0491803279vw;
          margin-left: 0.9836065574vw;
          margin-bottom: 0.393442623vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 span {
          display: none;
          font-size: 3.7333333333vw;
          margin-left: 3.7333333333vw;
          margin-bottom: 0.8vw; } }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 i {
      display: none; }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 i {
          display: block;
          font-style: normal;
          color: #00a8a9;
          font-size: 3.7333333333vw;
          margin-bottom: 0;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 i.txt2 {
          color: #333;
          display: block;
          font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
          font-size: 3.7333333333vw;
          margin-top: 1.3333333333vw; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 i.txt2 small {
      display: block;
      line-height: 1.4;
      font-weight: normal;
      font-size: 2.9333333333vw; } }

    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 strong {
      display: block;
      font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      font-size: 15px;
      margin-top: 7px; }
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 strong.pt2 {
        line-height: 1.5; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 strong {
          font-size: 0.9836065574vw;
          margin-top: 0.4590163934vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 strong {
          font-size: 3.3333333333vw;
          margin-top: 1.0666666667vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 {
        font-size: 2.3606557377vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h3 {
        font-size: 7.4666666667vw;
        width: 100%; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 {
    font-size: 18px;
    margin: 0;
    margin-top: 32px;
    line-height: 1.4;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    color: #000; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 + .dl1 {
      margin-top: 8px !important; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 + .dl1 {
          margin-top: 0.5245901639vw !important; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 + .dl1 {
          margin-top: 2.6666666667vw !important; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 {
        font-size: 1.1803278689vw;
        margin-top: 2.0983606557vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li h4 {
        font-size: 4vw;
        margin-top: 5.6vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .play_bt {
    margin-top: 4px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .play_bt {
        margin-top: 0.131147541vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .play_bt {
        margin-top: 1.3333333333vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .play_bt.case3 {
        margin-top: 0.9333333333vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1 {
    margin-top: 27px; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1.gothic {
      margin-top: 32px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1.gothic {
          margin-top: 2.0983606557vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1.gothic {
          margin-top: 7.3333333333vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1 {
        margin-top: 1.7704918033vw;
        margin-top: 1.9672131148vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl1 {
        margin-top: 6.4vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li p {
    width: 50%;
    margin-top: 35px;
    font-size: 16px;
    line-height: 2;
    font-feature-settings: "palt";
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li p {
        margin-top: 2.2950819672vw;
        font-size: 1.0491803279vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li p {
        width: 100%;
        font-size: 3.7333333333vw;
        margin-top: 6.4vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt.case2 {
        margin-top: 7.2vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt {
        margin-top: 1.9672131148vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt {
        margin-top: 4.6666666667vw; } }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt + .dl_bt {
      margin-top: 15px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt + .dl_bt {
          margin-top: 0.9836065574vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .dl_bt + .dl_bt {
          margin-top: 2.6666666667vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info .cat_spec_txt {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    margin: 0 0 30px;
    line-height: 1.2; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info .cat_spec_txt span {
      color: #00a8a9; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info .cat_spec_txt {
        font-size: 1.3114754098vw;
        margin: 0 0 1.9672131148vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info .cat_spec_txt {
        font-size: 3.7333333333vw;
        margin: 0 0 5.3333333333vw; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info figure img {
    width: 100%; }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info figure a {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info figure a:hover {
      opacity: 0.7; }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info figure a:hover {
          opacity: 1; } }
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info.b_t_1 {
    padding-top: 20px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info.b_t_1 {
        padding-top: 1.3114754098vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li .eh_cat_movie_info.b_t_1 {
        padding-top: 4vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li {
      width: 39.3442622951vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li {
      width: 100%;
      margin-bottom: 21.3333333333vw; }
      #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet > li:last-child {
        margin-bottom: 0; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt2 li:nth-child(1) {
  width: 100%; }
#eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt2 li:nth-child(n + 2) {
  margin-top: 90px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt2 li:nth-child(n + 2) {
      margin-top: 5.9016393443vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt2 li:nth-child(n + 2) {
      margin-top: 0; } }
@media screen and (max-width: 768px) {
  #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt2 li:nth-child(1) {
    margin-top: 6.6666666667vw; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt3 li:nth-child(n + 3) {
  margin-top: 90px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt3 li:nth-child(n + 3) {
      margin-top: 5.9016393443vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box ul.flex_bet.pt3 li:nth-child(n + 3) {
      margin-top: 0; } }
#eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex {
  margin-bottom: 50px; }
  #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex ul li {
    width: 32% !important;
    margin-top: 0 !important; }
    #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex ul li figcaption {
      font-size: 15px;
      padding-top: 12px;
      text-align: center;
      font-weight: bold;
      line-height: 1.2; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex ul li figcaption {
          font-size: 0.9836065574vw;
          padding-top: 0.7868852459vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex ul li figcaption {
          font-size: 3.3333333333vw;
          padding-top: 2.6666666667vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex ul li {
        width: 100% !important;
        margin-bottom: 6.6666666667vw; } }
  @media screen and (max-width: 1525px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex {
      margin-bottom: 3.2786885246vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .eh_cat_box .eh_cat_movie_box .product_list_flex {
      margin-bottom: 6.6666666667vw; } }
#eh_wrap .aside_dl_box {
  margin-top: 15px; }
  #eh_wrap .aside_dl_box.pt2 {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 25px; }
    @media screen and (max-width: 1525px) {
      #eh_wrap .aside_dl_box.pt2 {
        margin-top: 3.9344262295vw;
        padding-top: 1.6393442623vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .aside_dl_box.pt2 {
        margin-top: 10.6666666667vw;
        padding-left: 0 !important;
        padding-top: 4vw; } }
    #eh_wrap .aside_dl_box.pt2 .eh_inner_15 {
      padding: 0; }
    #eh_wrap .aside_dl_box.pt2 + .flex_bet.pt2 {
      margin-top: 118px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .aside_dl_box.pt2 + .flex_bet.pt2 {
          margin-top: 7.737704918vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .aside_dl_box.pt2 + .flex_bet.pt2 {
          margin-top: 18.6666666667vw; } }
    #eh_wrap .aside_dl_box.pt2.pt2_2 {
      margin-top: 100px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .aside_dl_box.pt2.pt2_2 {
          margin-top: 6.5573770492vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .aside_dl_box.pt2.pt2_2 {
          margin-top: 16vw; } }
#eh_wrap .aside_dl_box2 {
  border-top: 1px solid #ccc;
  margin-top: 80px;
  padding-top: 25px; }
  @media screen and (max-width: 1525px) {
    #eh_wrap .aside_dl_box2 {
      margin-top: 5.2459016393vw;
      padding-top: 1.6393442623vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .aside_dl_box2 {
      margin-top: 10.6666666667vw;
      padding-left: 0 !important;
      padding-top: 4vw; } }
  #eh_wrap .aside_dl_box2 .eh_inner_15 {
    padding: 0; }
  #eh_wrap .aside_dl_box2 dl dt {
    font-weight: bold;
    line-height: 1.2;
    font-size: 17px; }
    #eh_wrap .aside_dl_box2 dl dt span {
      font-weight: normal;
      color: #e90000;
      font-size: 30px; }
      @media screen and (max-width: 1525px) {
        #eh_wrap .aside_dl_box2 dl dt span {
          font-size: 1.9672131148vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .aside_dl_box2 dl dt span {
          font-size: 8vw; } }
    @media screen and (max-width: 1525px) {
      #eh_wrap .aside_dl_box2 dl dt {
        font-size: 1.1147540984vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .aside_dl_box2 dl dt {
        font-size: 3.8666666667vw; } }
  #eh_wrap .aside_dl_box2 dl dd a {
    display: block;
    width: 280px;
    border-radius: 5px;
    border: 1px solid #008486;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    #eh_wrap .aside_dl_box2 dl dd a span {
      width: 24px;
      position: absolute;
      top: 50%;
      right: 5%;
      line-height: 1;
      transform: translate(0, -50%); }
      @media screen and (max-width: 1525px) {
        #eh_wrap .aside_dl_box2 dl dd a span {
          width: 1.5737704918vw; } }
      @media screen and (max-width: 768px) {
        #eh_wrap .aside_dl_box2 dl dd a span {
          width: 4.2666666667vw; } }
    #eh_wrap .aside_dl_box2 dl dd a:after {
      content: none; }
    #eh_wrap .aside_dl_box2 dl dd a:visited {
      color: #008486; }
    #eh_wrap .aside_dl_box2 dl dd a:hover {
      background: #008486;
      text-decoration: none;
      color: #fff; }
      #eh_wrap .aside_dl_box2 dl dd a:hover span img {
        filter: brightness(0) invert(1); }
    @media screen and (max-width: 1525px) {
      #eh_wrap .aside_dl_box2 dl dd a {
        font-size: 1.0491803279vw;
        width: 18.3606557377vw;
        padding: 0.9836065574vw 0.6557377049vw; } }
    @media screen and (max-width: 768px) {
      #eh_wrap .aside_dl_box2 dl dd a {
        transition: none;
        width: 42vw;
        font-size: 3.4666666667vw;
        padding: 2vw 4.5333333333vw 2vw 0; } }
  @media screen and (max-width: 768px) {
    #eh_wrap .aside_dl_box2 dl dd {
      margin-top: 2.6666666667vw; } }
#eh_wrap main > .aside_dl_box .eh_inner_15 {
  padding-left: 0; }
  @media screen and (max-width: 1525px) {
    #eh_wrap main > .aside_dl_box .eh_inner_15 {
      padding-left: 5.3770491803vw; } }
  @media screen and (max-width: 768px) {
    #eh_wrap main > .aside_dl_box .eh_inner_15 {
      padding-left: 6.6666666667vw; } }
#eh_wrap #eh_category_wrap {
  background: #f3f3f3;
  margin-top: 160px;
  padding: 140px 0; }
  @media screen and (max-width: 1525px) {
    #eh_wrap #eh_category_wrap {
      margin-top: 10.4918032787vw;
      padding: 9.1803278689vw 0; } }
  @media screen and (max-width: 768px) {
    #eh_wrap #eh_category_wrap {
      margin-top: 17.3333333333vw;
      padding: 16vw 0; } }

.remodal {
  padding: 0 !important;
  background: #000 !important; }

.remodal-close {
  top: -60px !important;
  color: #fff !important;
  font-family: Arial, Helvetica, "sans-serif";
  z-index: 10 !important; }
  .remodal-close:before {
    font-size: 100px !important;
    content: url("../img/close_bt.svg") !important;
    width: 36px !important;
    height: 36px !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button {
  background-color: #00a8a9 !important; }

.bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover, .bc-player-default_default .vjs-big-play-button:active, .bc-player-default_default .vjs-big-play-button:focus, .bc-player-default_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected, .bc-player-default_default .vjs-play-progress, .bc-player-default_default .vjs-volume-level, .bc-player-default_default:active .vjs-big-play-button, .bc-player-default_default:hover .vjs-big-play-button {
  background-color: #00a8a9 !important; }

.video-js .vjs-dock-title {
  text-align: left; }

#bc-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
