@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%;
    }
  }
}
.detail_card{
  max-width: 220px;
  width: calc(50% - 10px);
}
.card_num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7001c;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 10px 0;
}
.inner_child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  width: calc(50% - 10px);
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.child_head{
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.detail_asset{
  max-width: 465px;
  width: 100%;
}
@media screen and (max-width: 767px) {
.detail_fig.double{
  max-width: 100%;
}
.detail_card{
  > p:last-child{
    font-size: 1.4rem;
  }
}
  .sp_40{
    margin-top: 40px;
  }
}
@media print {

}