@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;
}
a.topics_card{
  width: calc(25% - (60px / 4))
}
.inner_flex--ex{
  gap:30px 20px;
}
.border_box{
  border: 1px solid #E8E8E8;
  width: 100%;
  padding: 25px 5%;
}
.mov_box {
  max-width: 691px;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  iframe{
    width: 100%;
    height: auto;
    min-height: 382px;
  }
}
.detail_table{
  font-size: 1.4rem;
  th{
    padding:10px;
  }
  td{
    padding: 10px;
  }
}
.inner_table{
  max-width: 674px;
  width: 100%;
  margin: auto;
}
.border_flex{
  border: 1px solid #E8E8E8;
  width: 100%;
  padding: 25px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px;
  max-width: 400px;
  align-items: center;
  > div{
    max-width: 220px;
    width: 100%;
    > a.btn_more{
      max-height: 50px;
    }
  }
}
.detail_color--gray{
  a.btn_more{
    max-width: 464px;
  }
  a.btn_more.btn_more--blank {
    &::after {
      background: url("../../img/icon_blank.svg") no-repeat center;
      background-size: contain;
      width: 17px;
      height: 17px;
    }
  }
}
.half_list {
  display: flex;
  flex-wrap: wrap;
  gap:0 10px;
  max-width: 430px;
  > p{
    width: calc(50% - 5px)
  }
}
.sp_fig{
  display: none;
}
@media screen and (max-width: 767px) {
.detail_fig.double{
  max-width: 100%;
}
a.topics_card {
  width: calc(50% - 5px);
}
.half_list {
  gap:0;
  > p{
    font-size: 1.2rem;
    width: 50%;
  }
}
  .topics_plate{
    padding: 2px 5px;
    font-size: 1.4rem;
  }
.sp_fig{
  display: flex;
}
.pc_fig{
  display: none;
}
}
@media print {

}