/* CSS追加用 */
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;
}

@media screen and (max-width: 600px) {
  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: 1.5em 1em 1.5em 4em;
    border-right: none;
  }

  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: 1em
  }

  table tr:nth-child(even) {
    background-color: #fff;
  }
}

/* 251125追加 */
.column_sec ._p75 {
  width: 75%;
  margin: 0 auto;
}

.column_sec ._p72 {
  width: 72%;
  margin: 0 auto;
}

._gray {
  background-color: #F7F6F4;
  padding: 20px;
  border-radius: 10px;
}

.column_sec .flex_profile {
  display: flex;
}

.column_sec .flex_profile .img {
  width: 20%;
}

.column_sec .flex_profile .img img {
  border-radius: 50%;
}

.column_sec .flex_profile .txt {
  width: 80%;
  padding-left: 2.5%;
}

.column_sec ._line_bottom_bk {
  border-bottom: 1px dashed black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.column_sec .note {
  padding-left: 16px;
  text-indent: -16px;
}

.column_sec .txt .red {
  color: #E60039;
  font-weight: bold;
}





@media screen and (max-width: 768px) {
  .s-mb20 {
    margin-bottom: 20px !important;
  }

  .column_sec .flex_profile {
    display: block;
  }

  .column_sec .flex_profile .img {
    width: 30%;
    margin: 0 auto 10px;
  }

  .column_sec .flex_profile .txt {
    width: 100%;
    padding-left: 0;
  }


  #column_contents section .grid_box._sp {
    display: block;
  }

  #column_contents section .grid_box._sp .img_block {
    margin: 23px 0 20px;
  }
}
