@charset "utf-8";

/* -----------------------------------------------------
  sec
----------------------------------------------------- */

#jf26t.pb24-top-sec {
  padding-right: 0;
}

.jf26t-sec {
  border: solid #1D2088;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}
.jf26t-sec.is-pc {
  padding: 14px;
  border-width: 6px;
  border-radius: 7px;
  background-image: url("jf26t_bg_pc.png");
}
.jf26t-sec.is-sp {
  padding: 4.1025vw 0 4.1025vw 4.1025vw;
  border-width: 1.0256vw 0 1.0256vw 1.0256vw;
  border-radius: 1.5384615385vw 0 0 1.5384615385vw;
  background-image: url("jf26t_bg_sp.png");
}
.jf26t-sec.is-sp .pb24-top-sec__body {
  width: 100%;
}

.jf26t-sec h2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.jf26t-sec.is-pc h2 {
  margin-bottom: 15px;
  width: 549px;
}
.jf26t-sec.is-sp h2 {
  margin-bottom: 3.8461vw;
  width: 82.0512vw;
}
