<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===============================================

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのCSSセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「#cts_CR_企業番号_商品番号」
を指定してください。
例）
#cts_CR_99999999_1 p { width:100%;margin: 0 auto; }

テンプレートVer：20230116
===============================================*/

/*=============================================*\

$PC/SP_デフォルトスタイル（ここはいじらない）

\*=============================================*/

#cts_CR_00000142_1 {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  width: 718px;
}

#cts_CR_00000142_1 .sp {
  display: none;
}

#cts_CR_00000142_1 h1,
#cts_CR_00000142_1 h2,
#cts_CR_00000142_1 h3,
#cts_CR_00000142_1 h4,
#cts_CR_00000142_1 h5,
#cts_CR_00000142_1 p,
#cts_CR_00000142_1 img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#cts_CR_00000142_1 img {
  margin: 0 auto;
}

#cts_CR_00000142_1 ul,
#cts_CR_00000142_1 ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cts_CR_00000142_1 p {
  font-size: 1em;
}

#cts_CR_00000142_1 .mb5 {
  margin-bottom: 5px !important;
}

#cts_CR_00000142_1 .mb10 {
  margin-bottom: 10px !important;
}

#cts_CR_00000142_1 .mb15 {
  margin-bottom: 15px !important;
}

#cts_CR_00000142_1 .mb20 {
  margin-bottom: 20px !important;
}

#cts_CR_00000142_1 .mb25 {
  margin-bottom: 25px !important;
}

#cts_CR_00000142_1 .mb30 {
  margin-bottom: 30px !important;
}

#cts_CR_00000142_1 .box {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#cts_CR_00000142_1 .box img {
  display: inline-block;
}
#cts_CR_00000142_1 .box.box02 p,
#cts_CR_00000142_1 .box02.btn__group li {
  width: 48.5%;
}

#cts_CR_00000142_1 .box.box03 p,
#cts_CR_00000142_1 .box03.btn__group li {
  width: 31.5%;
}

#cts_CR_00000142_1 .box.box04 p,
#cts_CR_00000142_1 .box04.btn__group li {
  width: 23.5%;
}

#cts_CR_00000142_1 .btn a,
#cts_CR_00000142_1 .btn__group a {
  background: #da6182;
  border-radius: 300px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}

#cts_CR_00000142_1 .btn a:after,
#cts_CR_00000142_1 .btn__group a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

#cts_CR_00000142_1 .box.box02 p:nth-child(n + 3),
#cts_CR_00000142_1 .box.box03 p:nth-child(n + 4),
#cts_CR_00000142_1 .box.box04 p:nth-child(n + 5),
#cts_CR_00000142_1 .box02.btn__group li:nth-child(n + 3),
#cts_CR_00000142_1 .box03.btn__group li:nth-child(n + 4),
#cts_CR_00000142_1 .box04.btn__group li:nth-child(n + 5) {
  margin-top: 2rem;
}

#cts_CR_00000142_1 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #cts_CR_00000142_1 {
    position: relative;
    -webkit-text-size-adjust: 100%;
    width: 100% !important;
  }

  #cts_CR_00000142_1 .pc {
    display: none !important;
  }

  #cts_CR_00000142_1 .sp {
    display: block !important;
  }

  #cts_CR_00000142_1 img {
    max-width: 100%;
    width: 100%;
  }

  #cts_CR_00000142_1 .wide {
    height: auto;
    width: 100% !important;
  }

  #cts_CR_00000142_1 .box {
    display: block;
    height: auto;
    width: 100% !important;
  }

  #cts_CR_00000142_1 .box.half {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  #cts_CR_00000142_1 .box.half.box02 p,
  #cts_CR_00000142_1 .box.half.box03 p,
  #cts_CR_00000142_1 .box.half.box04 p,
  #cts_CR_00000142_1 .box.half.box02 li,
  #cts_CR_00000142_1 .box.half.box03 li,
  #cts_CR_00000142_1 .box.half.box04 li,
  #cts_CR_00000142_1 .half.btn__group li,
  #cts_CR_00000142_1 .box03.half.btn__group li,
  #cts_CR_00000142_1 .box04.half.btn__group li {
    width: 48.5% !important;
  }

  #cts_CR_00000142_1 .box.half.box02 p::after,
  #cts_CR_00000142_1 .box.half.box03 p::after,
  #cts_CR_00000142_1 .box.half.box04 p::after,
  #cts_CR_00000142_1 .box.half.box02 li,
  #cts_CR_00000142_1 .box.half.box03 li,
  #cts_CR_00000142_1 .box.half.box04 li,
  #cts_CR_00000142_1 .box02.half.btn__group li::after,
  #cts_CR_00000142_1 .box03.half.btn__group li::after,
  #cts_CR_00000142_1 .box04.half.btn__group li::after {
    content: "";
    display: block;
    width: 48.5% !important;
  }

  #cts_CR_00000142_1 .box.box02 p,
  #cts_CR_00000142_1 .box.box03 p,
  #cts_CR_00000142_1 .box.box04 p,
  #cts_CR_00000142_1 .box02.btn__group li,
  #cts_CR_00000142_1 .box03.btn__group li,
  #cts_CR_00000142_1 .box04.btn__group li {
    margin-bottom: 10px;
    width: 100% !important;
  }

  #cts_CR_00000142_1 .box.box02 p:nth-child(n + 2),
  #cts_CR_00000142_1 .box.box03 p:nth-child(n + 2),
  #cts_CR_00000142_1 .box.box04 p:nth-child(n + 2),
  #cts_CR_00000142_1 .box02.btn__group li:nth-child(n + 2),
  #cts_CR_00000142_1 .box03.btn__group li:nth-child(n + 2),
  #cts_CR_00000142_1 .box04.btn__group li:nth-child(n + 2) {
    margin-bottom: 10px;
  }

  #cts_CR_00000142_1 .box.half.box02 p:nth-child(n + 3),
  #cts_CR_00000142_1 .box.half.box03 p:nth-child(n + 4),
  #cts_CR_00000142_1 .box.half.box04 p:nth-child(n + 5),
  #cts_CR_00000142_1 .box02.half.btn__group li:nth-child(n + 3),
  #cts_CR_00000142_1 .box03.half.btn__group li:nth-child(n + 4),
  #cts_CR_00000142_1 .box04.half.btn__group li:nth-child(n + 5) {
    margin-bottom: 10px;
  }

  #cts_CR_00000142_1 .box a,
  #cts_CR_00000142_1 .btn__group a {
    font-size: 0.875em;
  }

  #cts_CR_00000142_1 p {
    font-size: 0.875em;
  }
}

/*=============================================*\

▼▼$PC/SP個別スタイル▼▼

\*=============================================*/

#cts_CR_00000142_1 .mainBox,
#cts_CR_00000142_1 .photobox {
  display: flex;
  flex-wrap: wrap;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  justify-content: space-between;
  text-align: left;
}

#cts_CR_00000142_1 .mainBox {
  margin-bottom: 50px;
}

#cts_CR_00000142_1 .mainBox .mainBoxInner,
#cts_CR_00000142_1 .photobox li {
  margin: 0;
  padding: 0;
  width: 50%;
}

#cts_CR_00000142_1 h1 {
  margin: 0 0 30px 0;
  text-align: left;
  width: 50%;
}

#cts_CR_00000142_1 h2 {
  font-size: 2.000em;
  margin: 0 0 30px 0;
}
#cts_CR_00000142_1 h3 {
  font-size: 1.250em;
  margin: 0 0 30px 0;
}

#cts_CR_00000142_1 .text {
  font-size: .9em;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

#cts_CR_00000142_1 .btn__group li {
  line-height: 1;
}

#cts_CR_00000142_1 .btn__group a {
  background: #004277;
  border-radius: 0;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: .9em;
  line-height: 1;
  padding: 20px 0 ;
}


/*=============================================*\

▼▼$767px以下の表示　SP_個別スタイル▼▼

\*=============================================*/
@media screen and (max-width:767px) {
  #cts_CR_00000142_1 .mainBox {
    display: block;
    margin-bottom: 0;
  }

  #cts_CR_00000142_1 .mainBox .mainBoxInner {
    margin-bottom: 30px;
    width: 100%;
  }

  #cts_CR_00000142_1 h1 {
    margin: 0 0 30px 0;
    text-align: left;
    width: 70%;
  }

  #cts_CR_00000142_1 h2 {
    font-size: 1.625em;
    margin: 0 0 20px 0;
  }
  #cts_CR_00000142_1 h3 {
    font-size: 1.125em;
    margin: 0 0 20px 0;
  }

  #cts_CR_00000142_1 .text {
    font-size: .9em;
    line-height: 1.8;
    margin: 0 0 10px 0;
  }
}

/*=============================================*\

$動画用_共通スタイル（ここはいじらない）

\*=============================================*/

#cts_CR_00000142_1.movie h1 {
  border-left: solid 11px #0da5b2;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 40px;
  padding: 10px 29px 10px 12px;
  text-align: left;
}

#cts_CR_00000142_1.movie .movie_wrapper {
  height: 404px;
  margin: 0 auto 30px auto;
  width: 718px;
}

#cts_CR_00000142_1.movie .movie_wrapper iframe {
  height: 404px;
  position: static !important;
  width: 718px;
}

#cts_CR_00000142_1.movie p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

#cts_CR_00000142_1.movie .btn a {
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  margin: 30px auto 0 auto;
  padding: 25px 40px;
  position: relative;
  text-align: center;
  width: 300px;
}

#cts_CR_00000142_1.movie .btn a:hover {
  opacity: 0.8;
}

#cts_CR_00000142_1.movie .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

@media screen and (max-width: 767px) {
  #cts_CR_00000142_1.movie .movie_wrapper {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
  }

  #cts_CR_00000142_1.movie .movie_wrapper iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    width: 100% !important;
  }

  #cts_CR_00000142_1.movie p {
    font-size: 0.875em;
  }

  #cts_CR_00000142_1.movie .btn a {
    padding: 20px 10px;
    width: 80%;
  }
}

/*=============================================*\

$動画用_個別スタイル

\*=============================================*/

#cts_CR_00000142_1.movie .btn a {
  background: rgb(242, 40, 35);
  background: -moz-linear-gradient(
    90deg,
    rgba(242, 40, 35, 1) 0%,
    rgba(252, 156, 6, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(242, 40, 35, 1) 0%,
    rgba(252, 156, 6, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(242, 40, 35, 1) 0%,
    rgba(252, 156, 6, 1) 100%
  );
  border-radius: 100px;
  color: #ffffff;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f22823",endColorstr="#fc9c06",GradientType=1);
  font-weight: 900;
  line-height: 1;
  margin: 30px auto 0 auto;
  padding: 25px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  width: 300px;
}
</pre></body></html>