@charset "UTF-8";

.pro_detail--b .catch_bg {
  background: url(../../../../common/img/bg_cell_blank.png) repeat, linear-gradient(135deg, #252453, #6A7ECE 30%, #1c1c41);
}
.pro_detail .anc_inner {
}

.c-txt {
  color: #363581;
}
.pro_detail .catch_title--main {
    letter-spacing: 4px;
}
.pro_detail .cont_spec {
  max-width: 1024px;
}

.pro_detail .spec_imgs {
  justify-content: space-around;
  align-items: center;
}

.pro_detail .spec_block {
  max-width: 850px;
  margin: 30px auto 0;
}
.usage {
    padding: 0;
    width: 100%;
}
.pro_detail .video_inner{
  margin-top: 60px;
}
.cont_usage {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.usage_card {
    max-width: 241px;
    width: 100%;
    height: 241px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #eee;
    color: #000;
    font-weight: bold;
}
.usage_name {
    color: #000;
    font-weight: bold;
}
.usage_img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin-top: 30px;
}
.cont_situation {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
}
.situ_card {
    max-width: 502px;
    width: 100%;
}
.situ_name {
    text-align: center;
    background: #009844;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
}

.lightbox_table {
  text-align: center;
  margin: auto;
}

.lightbox_table tr:nth-child(odd) {
  background: #FF0000;
  color: #fff;
}

.lightbox_table td, .lightbox_table th {
  padding: 10px 15px;
  border-right: 1px solid #fff;
}

.lightbox_table tr:nth-child(even) {
  background: #FFCCCC;
  border-bottom: 10px solid #fff;
}

.lightbox_table td.null {
  background: #fff;
}
.opt_card {
    max-width: 241px;
}
.pro_detail .opt_table {
    max-width: 850px;
    margin: auto;
}
.pro_detail .opt_table th,
.pro_detail .opt_table td {
    border-bottom: none;
    border-right: none;
}

.spec_bnr {
    display: flex;
    max-width: 730px;
  width: 90%;
  margin: auto;
  text-align: center;
}
.spec_link {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.spec_bnr--box {
    width: auto;
    background: #363581;
    padding: 20px;
    color: #fff;
  display: flex;
  align-items: center;
}
.spec_bnr--name {
    display: flex;
    font-weight: bold;
}
.spec_bnr--img {
    max-width: 348px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.opt_card.opt_card--double {
    max-width: 502px;
    width: 100%;
}
.opt_card.opt_card--wide.usage {
    width: 100%;
    max-width: 100%;
  font-size: 1.2rem;
}
.right{
  text-align: right;
}
.usage .usage_table--flat th {
    padding: 2.5px 0;
    width: 200px;
    font-weight: normal;
}
.usage .usage_table--flat th.bold {
    font-weight: bold;
}

.video_inner{
  max-width: 730px;
  width: 90%;
  margin: auto;
}
.video_inner iframe{
  width: 100%;
}

.pro_detail .feat_com{
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}
.pro_detail .feat_com .left{
  text-align: left;
}
th.left,
td.left{
  text-align: left;
}
th.short,
td.short{
  width: 200px;
}

/* 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;
  table{
    background: #fff;
  }
}
.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;
}
.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;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  text-align: center;
  justify-content: center;
}
.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_btn {
  position: absolute;
  right: 15%;
  bottom: 3.5%;
  height: 47px;
  max-width: 100%;
  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: 512px;
  padding: 20px;
}
.pro_detail .feat_btn_img {
  position: absolute;
  right: 3.5%;
  top: 3.5%;
  bottom: auto;
}
.pro_detail .spec_table--type01{
  border-top: none;
  font-size: 1.4rem;
  tr{
    background: none;
    &:nth-child(odd){
      background: rgba(126, 203, 160, .5);
    }
  }
  th{
    background: none;
    border-bottom: none;
  }
  td{
    border-bottom: none;
  }
}
.usage .usage_table{
  font-size: 1.4rem;
    border: none;
  * {
    border: none!important;
  }
  th {
    background: #363581;
  }
  tr:nth-child(even) {
    background:rgba(54, 53, 129, .25);
  }
}
.pro_detail .cont_option {
  margin-left: auto;
  margin-right: auto;
}
.pro_detail .opt_midashi.p0{
  padding: 0;
}
.cont_inner.mt_60{
  margin-top: 60px;
}
.pro_detail .pnav_title {
  border-bottom: 3px solid #363581;
}
.pro_detail .pnav_name {
  background: #363581;
}
.opt_large {
  max-width: 374px;
}
.featherlight .featherlight-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.featherlight .feat_lb-txt {
  width: 100%;
}
.pro_detail .spec_block--flex{
  max-width: 100%;
  display: flex;
  gap:20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.pro_detail .catch_title--main {
    letter-spacing: 0px;
}
.pro_detail .spec_imgs {
  flex-wrap: wrap;
  gap: 45px 10px;
}
.pro_detail .opt_list {
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.pro_detail .feat_card.feat_card--wide {
    width: 100%;
    max-width: 512px;
}
.spec_bnr {
    flex-direction: column;
    align-items: center;
}
.spec_bnr--img {
    padding: 0px;
}
.spec_bnr--box {
    max-width: 348px;
    width: auto;
    background: #363581;
    padding: 20px 5%;
    color: #fff;
}
.wide_inner {
  font-size: min(3.2rem, 6.5vw);
}
}
@media print {

}