@charset "UTF-8";
.detail_fig.double{
  max-width: calc(50% - 15px);
  width: 100%;
}
.detail_fig.single{
  max-width: 672px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.border_box{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  width: 100%;
  max-width: 405px;
  padding: 25px 5%;
  &:last-child{
    max-width: calc(100% - 435px);
    @media screen and (max-width: 767px) {
      max-width:100%;
    }
  }
}
.inner_flex--ex{
  gap:10px;
}
.detail_color--gray{
  a.btn_more{
    text-align: center;
    max-width: 512px;
  }
  a.btn_more.btn_more--blank {
    &::after {
      background: url("../../img/icon_blank.svg") no-repeat center;
      background-size: contain;
      width: 17px;
      height: 17px;
    }
  }
}
.contact_data{
  max-width: 512px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.detail_table_wrap{
  max-width: 660px;
  width: 100%;
}
.detail_table{
  font-size: 1.4rem;
  th{
    padding: 10px;
    p{
      line-height: 1;
    }
  }
  td{
    padding: 10px;
    line-height: 1.5;
  }
}
.spec_table{
  width: 100%;
  border-top: 1px solid #707070;
  th{
    border-bottom: 1px solid #707070;
    text-align: left;
    font-weight: normal;
    background: #E8E8E8;
    padding: 15px;
  }
  td{
    padding: 15px;
    border-bottom: 1px solid #707070;
  }
}
.right_caption{
  width: 100%;
  text-align: right;
  height: 0;
  transform: translateY(-2em)
}
@media screen and (max-width: 767px) {
.detail_fig.double{
  max-width: 100%;
}
.detail_table{
  th{
    font-size: 1.2rem;
  }
  td{
    font-size: 1rem;
    padding: 5px;
  }
}
.spec_table{
  font-size: 1.2rem;
  th{
    padding: 10px;
  }
  td{
    padding: 10px;
  }
}
.right_caption{
  height: auto;
  transform: translateY(0);
  text-align: left;
}
.sp_30{
  margin-top: 30px;
}
}
@media print {

}