@charset "UTF-8";

.table01 {
/* width: 1000px; */
max-width: 1000px;/* 230529 追加 */
margin: 0 auto 120px;
border-top: 1px solid #ddd;
}
.table01 table th,
.table01 table td {
border-bottom: 1px solid #ddd;
padding: 30px 10px;
}
.table01 table th {
font-size: 16px;
color: #c76ecc;
width: 20%;
vertical-align: top;
}

.table01 table td {
width: 80%;
font-size: 16px;
line-height: 1.3;
}

.table01 table td a {
font-weight: normal;
}

.table01 table td a:hover {
text-decoration: underline;
}

@media only screen and (max-width: 1430px) {
#inrMv .overR img,
#inrMv .overL img{
width: 14vw;
}
}

@media only screen and (max-width: 1275px) {
#inrMv .overR{
bottom: -40px;
}
}

.table01 table td dl {
margin-bottom: 30px;
}

.table01 table td dt {
font-weight: bold;
margin-bottom: 20px;
border-left: 3px solid #c76ecc;
padding-left: 10px;
}


/* 230526 追加 */
#inrMv {
  overflow: hidden;
}

#contents {
  margin-top: -110px;
}

@media only screen and (max-width: 900px) {
  #contents {
    margin-top: 0;
  }
}

#inrMv .imBox {
  padding: 120px 0 180px;
}

#inrMv .imBox .overR {
  bottom: 0;
}

@media only screen and (max-width: 1430px) {
  #inrMv .imBox .overR {
    bottom: 110px;
  }
}
