@charset "UTF-8";
/**
 * #premium_watch
 */
#premium_watch {
  padding-top: 20px;
}

#premium_watch .premium_ttl {
  position: relative;
  padding: 50px 30px 50px 30px;
  margin-bottom: 30px;
  background: #f1f5f6;
  text-align: center;
  color: #07275d;
  font-size: 3rem;
}

#premium_watch .premium_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/line_dashed.png) repeat-x left top;
  background-size: 8px 2px;
  content: '';
}

#premium_watch .premium_ttl::after {
  display: none;
}

#premium_watch .premium_inner {
  position: relative;
  max-width: 900px;
  padding: 0;
}

#premium_watch h4 {
  margin: 40px 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
  color: #002f82;
}

#premium_watch h4::before {
  display: block;
  color: #ffb609;
  font-size: 6rem;
  font-family: brandon-grotesque, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#premium_watch .step_caption {
  font-size: 16px;
  font-size: 1.6rem;
}

#premium_watch h5 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

#premium_watch .step1_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.6rem;
}

#premium_watch .step1_list li:before {
  content: '・';
}

/* #premium_watch0 */
#premium_watch0 h3::after {
  background-image: url("../images/icon_doc.png");
}

#premium_watch0 .premium_txt {
  padding: 60px 0 70px 0;
}

#premium_watch0 .premium_txt p {
  width: 60%;
  margin-bottom: 2em;
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 500;
}

#premium_watch0 .premium_txt p em {
  color: #004097;
}

#premium_watch0 .premium_txt figure img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#premium_watch0 .premium_txt .premium_inner {
  position: relative;
}

/* #premium_watch1 */
#premium_watch1 .premium_ttl::after {
  background-image: url("../images/icon_mov.png");
}

@media screen and (max-width: 560px) {
  /**
	 * #premium_watch
	 */
  #premium_watch {
    padding-top: 35px;
  }
  #premium_watch h1 {
    margin: 0 0 32px 0;
    font-size: 2rem;
  }
  #premium_watch h4 {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-size: 4.57143vw;
  }
  #premium_watch h4::before {
    font-size: 4rem;
  }
  #premium_watch .premium_ttl {
    padding: 30px 15px 30px 15px;
    font-size: 1.6rem;
  }
  #premium_watch .premium_ttl::before {
    height: 1px;
    background-size: 4px 1px;
  }
  #premium_watch .premium_ttl::after {
    top: 30px;
    width: 45px;
    height: 45px;
    background-size: 20px;
  }
  #premium_watch .premium_inner {
    width: 90%;
    margin: 0 auto;
  }
  #premium_watch .step_caption {
    font-size: 12px;
    font-size: 3.42857vw;
  }
  #premium_watch h5 {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-size: 4vw;
  }
  #premium_watch .step1_list li {
    font-size: 12px;
    font-size: 3.42857vw;
  }
  /* #premium_watch0 */
  #premium_watch0 .premium_ttl::after {
    background-image: url("../images/icon_doc.png");
  }
  #premium_watch0 .premium_txt {
    padding: 20px 0 30px 0;
  }
  #premium_watch0 .premium_txt p {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  #premium_watch0 .premium_txt figure {
    margin-top: 2em;
    text-align: center;
  }
  #premium_watch0 .premium_txt figure img {
    position: static;
    top: auto;
    right: auto;
    width: 80%;
  }
  #premium_watch0 .premium_btns {
    text-align: center;
  }
  /* #premium_watch1 */
  #premium_watch1 {
    margin-top: 0;
  }
}
