.product_ttsc main {
  padding-bottom: 40px;
}

.product_ttsc main .hx_base small {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
}

.product_ttsc main .hx_subtitle {
  margin-top: 100px;
  margin-bottom: 20px;
  color: #106AB0;
  font-weight: bold;
  font-size: 24px;
}

.product_ttsc main .lead_area figure {
  width: 100%;
  margin: 0 auto 20px;
}

.product_ttsc main .lead_area figure img {
  width: 100%;
  height: auto;
}

.product_ttsc main .lead_area p {
  line-height: 2;
}

.product_ttsc main .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.product_ttsc main .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  gap: 12px;
}

.product_ttsc main .slick-dots .slick-active button {
  background-color: #106ab0;
}

.product_ttsc main .slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 20px;
  background-color: rgba(16, 106, 176, 0.5);
  font-size: 0;
  line-height: 1;
}

.product_ttsc main .img_area {
  width: 40%;
}

.product_ttsc main .img_area figure {
  display: block;
}

.product_ttsc main .img_area img {
  width: 100%;
  height: auto;
}

.product_ttsc main .img_area.order_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product_ttsc main .txt_area {
  width: 56%;
  line-height: 2;
}

.product_ttsc main .txt_area.order_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product_ttsc main .txt_area.width-full {
  width: 100%;
}

.product_ttsc main .link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 120px;
  gap: 40px;
}

.product_ttsc main .link_area .link_btn {
  width: 100%;
}

.product_ttsc main .link_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 104px;
  padding: 24px 50px 24px 24px;
  border: 1px solid #106AB0;
  color: #106AB0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_ttsc main .link_area a:hover {
  background-color: rgba(16, 106, 176, 0.1);
}

.product_ttsc main .link_area a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto 0 auto 18px;
  background-image: url(../img/arrow_blue.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.product_ttsc main .movie {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}

.product_ttsc main .movie > div {
  aspect-ratio: 16 / 9;
  margin: 0 auto 8px;
}

.product_ttsc main .movie > div iframe {
  width: 100%;
  height: 100%;
}

.product_ttsc main .movie p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product_ttsc main .hx_subtitle {
    margin-top: 80px;
    font-size: 20px;
  }
  .product_ttsc main .lead_area figure {
    width: 100%;
  }
  .product_ttsc main .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
  .product_ttsc main .img_area {
    width: 100%;
  }
  .product_ttsc main .img_area.order_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_ttsc main .txt_area {
    width: 100%;
  }
  .product_ttsc main .txt_area.order_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .product_ttsc main .link_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px auto 80px;
    gap: 12px;
  }
  .product_ttsc main .link_area a {
    width: 100%;
    min-height: 80px;
    padding: 11px 50px 11px 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .product_ttsc main .link_area a::after {
    right: 12px;
    margin: auto;
  }
  .product_ttsc main .movie p {
    line-height: 1.6;
    text-align: left;
  }
  .product_ttsc main .movie {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

/*# sourceMappingURL=maps/product_ttsc.css.map */
