/* CSS追加用 */
.pc{
  display: block;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
table tr {
  background-color: rgba(254,233,212,0.3);
  border: 1px solid #FCDBE0;
}
table tr:nth-child(even){
  background-color: #fff;
}
table th,
table td {
  padding: 30px 20px;
    border: 1px solid #FCDBE0;
}
table tbody th {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  width: 20%;
}
table tbody td {
  width: 80%;
}
.sec04txt{
   text-align: left;
   font-size: 16px;
}
.sec04price{
  text-align: right;
  color: #FF7043;
  font-weight: bold;
}
.video{
  text-align: center;
  padding: 30px;
  margin: 0 170px;
  background-color: #F7F6F4;
  border-radius: 30px;
}
.video p{
  font-size: 110%;
  margin-bottom: 16px;
}
.video p span{
  font-size: 110%;
  font-weight: bold;

}

.sec04_img{
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  justify-content: center;
  margin: -20px auto ;
}
.sec04_img img{
 width: 160px!important;
}

.sec03_box {
display: flex;
gap: 30px;
padding: 0 30px;
flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  .pc{
  display: none;
}
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
  table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 4%;
    border-right: none;
    width: 92%!important;

  }
  
  /* table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  } */
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
    padding: 0.5em 4%;
}
  table tr:nth-child(even){
  background-color: #fff;
}
.video{
  margin: 0 auto;
  max-width: 90%;
}
.video iframe{
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.sec04_img {
  width: 100%;
    margin: 20px auto;
}
.sec04_img img{
  width: 30%!important;
}
.sec03_box {
flex-wrap: wrap;
}
.sec03_box div{
  width: 100%;
}
}