body {
  width: 100%;
  background-image: url(../../_image/products/ct_05/BG.jpg);
  font-size: 62.5%;
}
figure{
	margin-bottom:20px;
}
.t_strong{
	color:#d00;
}
#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;
}
#expack h5 {
    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 h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #241c7f;
}
#expack h6 {
    font-size: clamp(18px, 1.2vw, 30px);
    font-weight: 800;
    color: #fff;
    position: relative;
    padding: 0 0 0 0.7rem;
    margin-bottom: 0.5rem;
    padding:.3em 1em;
    background-color:#042c64;
}
#expack .caption{
	font-size:.9rem;
	color:#999;
}

#expack #expack_header img {
    margin: 0 auto;
    display: block;
}
#expack .cardImg {
    margin-bottom: 10px !important;
}
table{
	width:100%;
	font-size:1.1rem;
	border:1px solid #999;
	margin-bottom:1em;
    background: #fff;
}
table tr td{
	padding:1em;
	border:1px solid #999;
}
table tr th{
	padding:.5em 1em;
	background-color:#ddd;
	border:1px solid #999;
}
table tr td:first-child{
	width:40%;
}
table tr td:last-child{
	width:60%;
}


@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;
  line-height: 1.5em;
}
#expack p.annotation {
    font-size: 1rem;
    color: #d00;
}
#expack_main ul,#expack_main ol {
    font-size: 1.2rem;
    padding-left: 1.5em;
    line-height: 1.5em;
}
#expack_main ul {
    list-style: disc;
}
#expack_main ol {
    list-style: decimal;
}
#expack_main ul li,#expack_main ol li {
    margin-bottom:.5em;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  #expack {
    display: flex;
    flex-wrap: wrap;
  }
  #expack p {
    font-size: 1rem;
  }
}
#expack p span {
  color: red;
}
#expack .cardImg {
  width: 100%;
  margin: 0 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;
}
section{
    scroll-margin-top: 50px;
    padding-bottom:20px;
}

@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: 1.5rem;
}
@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.index {
  padding: 1rem;
  list-style: none;
}
#expack #expack_main #expack_nav ul.index li {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
#expack #expack_main #expack_nav ul.index 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 .5em;
  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: fit-content;
  width: 90%;
    background: #042c64;
    margin: 0 auto 20px;
    padding: 10px 2em 9px;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
}
blockquote{
	width:auto;
	margin-bottom:20px;
}


@media screen and (max-width: 768px) {
  #expack .btn {
    font-size: 1.2rem;
  }
#expack #expack_header {
    margin-bottom: 0;
}
    #expack #expack_header .inner {
	padding-bottom: 0;
    }
    #expack #expack_header .inner .name {
    margin-bottom: 0;
}
}
#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 div.name strong {
  display: block;
  padding: 6px 2em 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);
}
#howto, #annotation {
  scroll-margin-top: 50px;
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width:600px){
#expack #expack_header img {
    max-width: 100%;
}
#expack .btn {
    min-width: unset;
    width: 90%;
}

/*@media screen and (max-width: 768px) {
#expack #expack_header {
    margin-bottom: 0;
}
    #expack #expack_header .inner {
	padding-bottom: 0;
    }
    #expack #expack_header .inner .name {
    margin-bottom: 0;
}*/
}