@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- タグ
- メインコンテンツ：概要
- カラム
- 動画
- 画像
- html埋め込み
- リンクテキスト/PDFボタン
- 組み立て手順
- インフォメーションボタン
- 確認事項
-------------------------*/
main .cmn_ttl02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main .cmn_ttl02 {
    margin-bottom: 20px;
  }
}

.product .main_contents {
  /*=======================================
  　common
  =======================================*/
  /*=======================================
  　タグ
  =======================================*/
  /*=======================================
  　メインコンテンツ：概要
  =======================================*/
  /*=======================================
  　カラム
  =======================================*/
  /*=======================================
  　動画
  =======================================*/
  /*=======================================
  　画像
  =======================================*/
  /*=======================================
  　html埋め込み
  =======================================*/
  /*=======================================
  　リンクテキスト/PDFボタン
  =======================================*/
  /*=======================================
  　組み立て手順
  =======================================*/
  /*=======================================
  　インフォメーションボタン
  =======================================*/
  /*=======================================
  　確認事項
  =======================================*/
  /*=======================================
  　確認事項
  =======================================*/
}
.product .main_contents section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .product .main_contents section {
    margin-bottom: 90px;
  }
}
.product .main_contents section:last-of-type {
  margin-bottom: 0;
}
.product .main_contents span.b {
  font-weight: 700;
}
.product .main_contents .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .product .main_contents .flex_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .product .main_contents .cmn_ttl01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product .main_contents .cmn_ttl04 {
    font-size: 25px;
    letter-spacing: 0.03em;
    line-height: 1.24;
  }
}
@media screen and (max-width: 768px) {
  .product .main_contents .cmn_ttl04__border {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.product .main_contents .product_tag_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .product_tag_area {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.product .main_contents .product_tag_area .product_tag {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  height: 37px;
  border-radius: 2px;
  background: #ec6d3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .product_tag_area .product_tag {
    padding: 0 10px;
    height: 34px;
    font-size: 14px;
  }
}
.product .main_contents .overview {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .overview {
    margin-bottom: 90px;
  }
}
.product .main_contents .overview .flex_area {
  gap: 20px 7.84%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .overview .flex_area {
    gap: 30px 0;
  }
}
.product .main_contents .overview .flex_area .img_area {
  width: 46.08%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .overview .flex_area .img_area {
    width: 100%;
  }
}
.product .main_contents .overview .flex_area .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product .main_contents .clm_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  row-gap: 50px;
  /* 1カラム */
  /* 2カラム */
  /* 3カラム */
}
@media screen and (max-width: 768px) {
  .product .main_contents .clm_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.product .main_contents .clm_content__1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.product .main_contents .clm_content__1 .clm_box {
  width: 46.08%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .clm_content__1 .clm_box {
    width: 100%;
  }
}
.product .main_contents .clm_content__2 {
  -webkit-column-gap: 7.84%;
     -moz-column-gap: 7.84%;
          column-gap: 7.84%;
}
.product .main_contents .clm_content__2 .clm_box {
  width: 46.08%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .clm_content__2 .clm_box {
    width: 100%;
  }
}
.product .main_contents .clm_content__3 {
  -webkit-column-gap: 2.645%;
     -moz-column-gap: 2.645%;
          column-gap: 2.645%;
}
.product .main_contents .clm_content__3 .clm_box {
  width: 31.57%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .clm_content__3 .clm_box {
    width: 100%;
  }
}
.product .main_contents .movie iframe {
  width: 100%;
  aspect-ratio: 394/235;
}
.product .main_contents .img {
  text-align: center;
  /* 下余白あり */
}
.product .main_contents .img__mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .img__mb {
    margin-bottom: 15px;
  }
}
.product .main_contents .html_box {
  /* h3 {
  	font-weight: 700;
  	font-size: 20px;
  	letter-spacing: 0.08em;
  	line-height: 1.7;
  	color: var(--main_orange);
  	background: #fff2ed;
  	padding: 10px 24px;
  	margin-bottom: 30px;
  	@include mq-down(md) {
  		font-size: 18px;
  		padding: 6px 20px 8px;
  		margin-bottom: 20px;
  	}
  } */
}
.product .main_contents .html_box img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .html_box img {
    margin-bottom: 25px;
  }
}
.product .main_contents .html_box p {
  font-size: 15px;
  line-height: 2.133;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .html_box p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.142;
    margin-bottom: 25px;
  }
}
.product .main_contents .html_box ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* gap: 15px 0; */
}
.product .main_contents .html_box ul li {
  font-size: 15px;
  padding-left: 15px;
  position: relative;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .product .main_contents .html_box ul li {
    font-size: 14px;
    padding-left: 16px;
    line-height: 2.142;
  }
}
.product .main_contents .html_box ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--main_orange);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.95em;
}
.product .main_contents .link_text_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}
.product .main_contents .link_text_list dl:first-child {
  border-top: 1px solid #c6c6c6;
}
.product .main_contents .link_text_list dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .product .main_contents .link_text_list dl dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.142;
  }
}
.product .main_contents .link_text_list dl dd {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .link_text_list dl dd {
    width: 90px;
  }
}
.product .main_contents .pdf_url {
  height: 39px;
}
.product .main_contents .pdf_url a {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: var(--main_orange);
  border: 1px solid var(--main_orange);
}
@media screen and (max-width: 768px) {
  .product .main_contents .pdf_url a {
    font-size: 14px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .product .main_contents .pdf_url a:hover {
    background: #fff;
    color: var(--main_orange);
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .product .main_contents .pdf_url a:hover {
    background: #fff;
    color: var(--main_orange);
    opacity: 1;
  }
}
.product .main_contents .method_list {
  counter-reset: number 0;
}
.product .main_contents .method_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px;
  border-bottom: 1px solid #c6c6c6;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .method_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 20px 0;
  }
}
.product .main_contents .method_list li:first-child {
  border-top: 1px solid #c6c6c6;
}
.product .main_contents .method_list li .img_area {
  width: 24.22%;
}
@media screen and (max-width: 768px) {
  .product .main_contents .method_list li .img_area {
    width: 55.52%;
    margin: 0 auto;
  }
}
.product .main_contents .method_list li .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product .main_contents .method_list li .txt_area .sttl {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.681;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .method_list li .txt_area .sttl {
    font-size: 18px;
    line-height: 1.555;
    margin-bottom: 10px;
  }
}
.product .main_contents .method_list li .txt_area .sttl::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: var(--main_orange);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.454;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .method_list li .txt_area .sttl::before {
    font-size: 18px;
  }
}
.product .main_contents .info_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 30px 28px;
}
@media screen and (max-width: 1024px) {
  .product .main_contents .info_btn_area {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product .main_contents .info_btn_area .cmn_btn01 {
  width: 266px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .info_btn_area .cmn_btn01 {
    width: 84.32%;
    max-width: 283px;
    height: 48px;
  }
}
.product .main_contents .check_point {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .check_point {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product .main_contents .check_point .cmn_txt03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .check_point .cmn_txt03 {
    margin-bottom: 20px;
  }
}
.product .main_contents .check_point .img {
  max-width: 686px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .product .main_contents .check_point .img {
    margin-bottom: 20px;
  }
}
.product .main_contents .netis_txt_box {
  border: 1px solid var(--main_orange);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.866;
  color: var(--main_orange);
  padding: 8px 12px;
  margin: -25px 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .product .main_contents .netis_txt_box {
    font-size: 14px;
    line-height: 2;
    padding: 7px 10px;
    margin: -15px 0 30px;
  }
}/*# sourceMappingURL=product_detail.css.map */