@charset "euc-jp";
.m-detail-01 {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 2%;
}

.m-detail-01-mainPhoto {
  width: 50%;
}

.m-detail-01-mainPhoto img {
  max-width: 100%;
}

.m-detail-01-inner {
  width: 48%;
}

.m-detail-01-inner .ttl_h2 {
  margin-top: 0;
}

.m-detail-01-explain {
  margin-bottom: 4rem;
  font-size: .82rem;
}

.m-table-01 {
  width: 100%;
}

.m-table-01 th {
  width: 20%;
  padding: .5rem 0;
}

.m-table-01 td {
  width: 80%;
  padding: .5rem 0;
}

.m-detail-01-button {
  background: #F2F2F2;
  color: #1a1a1a;
  padding: 1em 3.6em;
  line-height: 1;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1rem;
}

.m-otherImage-list {
  display: flex;
  flex-wrap: wrap;
}

.m-otherImage-list-item {
  width: 50%;
}

.m-otherImage-list-photo {
  max-width: 100%;
}

@media screen and (max-width:768px) {
  .m-detail-01 {
    display: block;
    margin-bottom: 2rem;
  }
  .m-detail-01-mainPhoto {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .m-detail-01-inner {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .m-otherImage-list {
    display: block;
  }
  .m-otherImage-list-item {
    width: 100%;
  }
}
