@charset "UTF-8";

.c-txt {
  color: #363581;
}

.pro_detail .cont_spec {
  max-width: 1024px;
}
.cont_com.cont_sub {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.pro_detail .catch_bg{
  background: linear-gradient(135deg, #0a5b2e, #26B968 30%, #024922);
  &::before{
    content: '';
    display: block;
    background: url("../../../../common/img/bg_cell_blank.png") repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pro_detail .spec_imgs {
  justify-content: space-around;
  align-items: center;
}

.pro_detail .spec_block {
  max-width: 850px;
  margin: 30px auto 0;
}

.pro_detail .opt_table {
  max-width: 850px;
  margin: auto;
}

.opt_table th:first-child {
  min-width: 320px;
}

.product_nav:last-of-type {
  margin-top: 60px;
}

.product_nav:nth-child(2) {
  margin-top: 60px;
}
.pnav_item.last {
    display: none;
}
th.left,
td.left{
  text-align: left;
}
th.short,
td.short{
  width: 100px;
}
.pro_detail .opt_table th,
.pro_detail .opt_table td{
  border: none;
}
.video {
  display: flex;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto 120px;
  justify-content: center;
}

.spec_table--type03 {
  width: 100%;
  border-top: 3px solid #009844;
  text-align: center;
}

.spec_table--type03 th {
  padding: 20px 8px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  min-width: 195px;
}

.spec_table--type03 td {
  padding: 20px 8px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  min-width: 85px;
}

.spec_table--type03 th:last-child, .spec_table--type03 td:last-child {
  border-right: none;
}

.spec_table--cellgrn {
  background: rgba(126, 203, 160, .5)
}
.pro_detail .feat_card.opt {
    display: flex;
  justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 60px 0 30px;
}
.opt .feat_bot {
    max-width: 693px;
}
.opt .feat_bot a {
  color: #fff;text-decoration: none;
}
.right{
  text-align: right;
}
/* 250428　デザイン変更 */
.pro_detail .cont_title {
  color: #000000;
  background: none;
  border-top: none;
  min-height: 0;  
  font-size: 3.2rem;
  letter-spacing: 6.4px;
  margin-bottom: 40px;
}
.bg_gray{
  padding: 40px 0;
  background: #eee;
}
.pro_detail .feat_card {
  background: #fff;
  box-shadow: 0px 7px 7px #00000029;
}
.pro_detail .feat_bot {
  color: #000;
}
.pro_detail .feat_com {
  min-height: 72px;
  padding: 0 10px 0;
  &.left{
    text-align: left;
  }
}
.wide{
  position: relative;
}
.wide_bg{
  width: 100%;
  & img{
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.wide_inner {
  position: absolute;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  line-height: 1.5;
  text-shadow: 0px 0px 15px #00000090;
  font-family: 'Noto Sans JP', "sans-serif", Meiryo;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
.sea_item--una{
  opacity: .3;
  pointer-events: none;
}
.pro_detail .cont_inner.mt_40{
  margin-top: 40px;
}
.pro_detail .cont_document {
  max-width: 1024px;
  margin: 0px auto 0;
}
.pro_detail .opt_table {
  background: #fff;
}
.pro_detail .opt_table td{
  border-bottom: none;
}
.pro_detail .opt_img{
  border: none;
}
.opt_card {
  background: #fff;
  box-shadow: 0px 7px 7px #00000029;
}
.bg_gray .opt_card {
  box-shadow: none;
}
.pro_detail .opt_name{
  margin-top: 0;
  margin-bottom: 15px;
}
.pro_detail .opt_btn {
  justify-content: center;
}
.pro_detail .cont_features{
  gap:40px 20px;
}
.pro_detail .opt_midashi{
  font-weight: normal;
}
.feat_tabs {
  display: flex;
  gap: 7px;
  margin: 30px auto 0;
  align-items: flex-end;
}
.feat_tab {
  max-width: 251px;
  width: 100%;
  background: #707070;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 1.6rem;
  cursor: pointer;
}
.feat_tab.act {
  background: #000;
  height: 60px;
}
.pro_detail .cont_features.feat_toggle {
  display: none;
}
.pro_detail .cont_features.feat_toggle.act {
  display: flex;
}
.pro_detail .feat_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_detail .feat_btn {
  position: absolute;
  bottom: 3.5%;
  height: 47px;
  right: auto;
  max-width: 241px;
  width: 70%;
  padding: 0;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  background: #E50012;
  border: none;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
}
.pro_detail .feat_btn::after{
  filter: none;
}
.opt .feat_bot {
  max-width: 572px;
  padding: 20px;
}
.opt.video_wrapper {
  margin: auto;
}
.pro_detail .feat_btn_img {
  position: absolute;
  right: 3.5%;
  top: 3.5%;
  bottom: auto;
}
.spec_table--type03 th, .spec_table--type03 td {
  width: 33%;
}
.pro_detail .catch_inner {
    gap: 80px;
}
.spec_table--cap {
  max-width: 850px;
  margin: 5px auto 0;
  text-align: right;
}

.spec_table--type03 th, .spec_table--type03 td {
  width: 25%;
}

.right_txt {
  text-align: right;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {

.pro_detail .feat_card.opt {
    flex-direction: column;
    align-items: center;
    max-width: 328px;
    margin: 30px auto;
}
  .spec_block.scroll {
    overflow: scroll;
  }

.right{
  text-align: left;
}

  .wide_inner {
    font-size: min(3.2rem, 4vw);
  }
  .pro_detail .cont_features {
    gap: 10px;
  }
.feat_tabs {
  flex-direction: column;
  align-items: center;
}
.pro_detail .feat_btn_img {
  position: absolute;
  opacity: .85;
}
.pro_detail .catch_inner {
    gap: 20px;
}
}
@media print {

}
@media screen and (max-width: 767px) {
.pro_detail .spec_imgs {
  flex-wrap: wrap;
  gap: 45px 10px;
}
  .video{
    flex-direction: column;
    width: 90%;
    margin: 60px auto;
  }
  .pro_detail .video_inner {
    margin-top: 0;
  }
.pro_detail .feat_card.opt {
    flex-direction: column;
    align-items: center;
    max-width: 328px;
    margin: 30px auto;
}
  .spec_block.scroll {
    overflow: scroll;
  }

.right{
  text-align: left;
}

  .wide_inner {
    font-size: min(3.2rem, 4vw);
  }
  .pro_detail .cont_features {
    gap: 10px;
  }
.feat_tabs {
  flex-direction: column;
  align-items: center;
}
.pro_detail .feat_btn_img {
  position: absolute;
  opacity: .85;
}
.pro_detail .catch_inner {
    gap: 20px;
}
}
@media print {

}