body {
  width: 100%;
  background-image: url(../../../_image/products/ct_05/BG.jpg);
  font-size: 62.5%;
}

br.only_sp{
	display:none;
}
#expack {
  max-width: 1600px;
  display: flex;
  margin: 0px auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1.2;
  text-align: left;
}
.inner .box_banner {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.box_banner {
    margin-bottom: 0px;
}

.btn_acordion {
    background-color: #3289c6;
    font-size: 1.2rem;
    padding: .8em;
    color: #fff;
    text-align: center;
    margin-bottom: 2em;
    position:relative;
    border-radius:5px;
}
.btn_acordion:before {
    content: "▼";
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: .7em;
    color: #3289c6;
    z-index: 1;
}
.btn_acordion:after {
    content: "";
    display: block;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    background-color: #fff;
    right: 30px;
    top: 50%;
    font-size: .7rem;
    border-radius: 100px;
    transform: translate(50%, -50%);
}
figure{
	margin-bottom:2px;
}

@media screen and (max-width: 768px) {
  #expack {
    display: flex;
    flex-wrap: wrap;
  }
}
#expack img {
  max-width: 100%;
}
#expack p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #expack p {
    font-size: 1rem;
  }
}
#expack p span {
  color: red;
}
#expack .cardImg {
  width: 100%;
  margin: 1.5rem auto 3rem;
  background: linear-gradient(-45deg, #000 10%, #676767 50%, #000 90%);
  background-repeat: no-repeat;
}
#expack .cardImg img {
  width: 90%;
  margin: 0 5%;
}
#expack .cardImg.set1 img {
  width: 80%;
  margin: 2rem 10%;
}
#expack .cardImg.set3 img {
  width: 80%;
  margin: 2rem 10%;
}
#expack #expack_header {
  width: 45%;
  margin: 0 2.5%;
  position: sticky;
  top: 50px;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  #expack #expack_header {
    position: initial;
    width: 100%;
    margin: 0 0 1.5rem;
  }
}
#expack #expack_header .inner {
  width: 100%;
  text-align: center;
/*  padding-bottom: 3rem;*/
}
@media screen and (max-width: 768px) {
  #expack #expack_header .inner {
    padding-top: 1rem;
  }
}
#expack #expack_header .inner .name {
  margin-bottom: 2rem;
}
#expack #expack_header .inner .name span {
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.2rem 0.3rem;
}
@media screen and (max-width: 768px) {
  #expack #expack_header .inner .name span {
    font-size: 1rem;
  }
}
#expack #expack_main {
  width: 50%;
  padding: 0 2.5% 0;
}
@media screen and (max-width: 768px) {
  #expack #expack_main {
    width: 100%;
  }
}
#expack #expack_main #expack_nav {
  width: 100%;
  margin: 1.5rem auto;
  border: 1px solid #1f1d82;
  background: #fff;
}
#expack #expack_main #expack_nav div {
  background: #1f1d82;
  text-align: center;
  padding: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
#expack #expack_main #expack_nav ul {
  padding: 1rem;
}
#expack #expack_main #expack_nav ul li {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
#expack #expack_main #expack_nav ul li a {
  color: #1f1d82;
}
#expack #expack_main #info {
  font-size: 1.3rem;
  margin: 1rem 0 3rem;
}
#expack #expack_main #info li {
  margin: 1rem 0;
  padding: 1rem 0 0;
  border-top: 1px solid #999;
}
#expack #expack_main #info li:last-child {
  border-bottom: 1px solid #999;
  padding-bottom: 1rem;
}
#expack #expack_main #info .infoTitle {
  font-weight: 900;
  color: #241c7f;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #expack #expack_main #info .infoTitle {
    font-size: 1rem;
  }
}
#expack .ex_midashi {
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 900;
  display: inline-block;
  letter-spacing: -0.1rem;
  text-align: left;
  margin: 0 auto;
  background: linear-gradient(90deg, #0022b7 10%, #cd0221 50%, #270003 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#expack .ex_midashi span {
  font-size: 0.6em;
  line-height: 1.3;
  margin-top: 0rem;
  display: block;
}
#expack .b_midashi {
  font-size: clamp(24px, 2.8vw, 45px);
  font-weight: 900;
  letter-spacing: -0.1rem;
  padding: 0 0 0 1.5rem;
  position: relative;
  margin: 1rem auto 2rem;
  display: inline-block;
  background: linear-gradient(90deg, #0022b7 10%, #cd0221 50%, #270003 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#expack .b_midashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #241c7f;
}
#expack .b_midashi:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0022b7 10%, #cd0221 50%, #270003 80%);
}
#expack .midashi {
  font-size: clamp(24px, 2.2vw, 40px);
  font-weight: 800;
  color: #241c7f;
  position: relative;
  padding: 0 0 0 0.7rem;
  margin-bottom: 0.5rem;
}
#expack .midashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #241c7f;
}
#expack .mrPict {
  width: 50%;
  margin: 2rem auto;
}
#expack .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
#expack .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#expack .btn {
  display: block;
  width: 50%;
  background: #3389c6;
  margin: -24px auto 1em;
  padding: 10px 12px 9px;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #expack .btn {
    font-size: 1.2rem;
  }
}
#expack .btn:hover {
  background: #55a7e2;
}
#expack .btn.gray {
  background: #666;
  color: #ccc;
}
#expack div.name {
  max-width: 1066px;
  width: calc(100% + 50px);
  background-image: url("../../../_image/products/ct_05/newsH3BG.png.webp"), url("../../../_image/products/ct_05/newsH3BG_BtmL.svg"), url("../../../_image/products/ct_05/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 22px, left bottom, right bottom;
  background-size: 100% auto, 25px 22px, 25px 22px;
  margin: 0 0 0 -25px;
  padding: 4px 0 26px;
  font-size: 22px;
  color: #FFF;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
#expack .wrap_cardImg .cardImg .caption {
    margin: -1.5em auto 0;
    text-align: right;
    color: #ccc;
    padding-bottom: .5em;
}
#expack div.name strong {
  display: block;
  padding: 6px 0 9px;
  font-size: 22px;
  font-weight: 900;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
#expack #sec1, #expack #sec2, #expack #sec3, #expack #sec4, #expack #sec5, #expack #sec6, #expack #sec7,.ex_midashi,.b_midashi {
  scroll-margin-top: 50px;
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 768px) {
#expack .ex_midashi.new_1y {
    margin: 0 auto;
    text-align: center;
    display: block;
}
}

#expack .wrap_cardImg {
    margin-bottom: 5em;
}
#expack .wrap_cardImg .cardImg {
    margin-bottom: 5px;
}
#expack .wrap_cardImg .caption {
    padding: 0;
    margin: 0;
    font-size: .9rem;
    color: #999;
}

@media screen and (max-width: 600px) {
br.only_sp{
	display:inline;
}
}