@charset "UTF-8";

.table01 {
width: 1000px;
margin: 0 auto;
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%;
}

.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;
}
}

.newsHead {
  position: relative;
  padding: 20px;
  background: #c76ecc;
  color: white;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
}

.newsHead::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #97379c;
}

.articleBox {
width: 1000px;
margin:0 auto 60px;
}

p.date {
text-align: right;
color: #c76ecc;
font-size: 16px;
margin-bottom: 30px;
}

.backBtn {
background: #f8f8f8;
padding: 80px 0;
text-align: center;
}

.backBtn a {
background: #c76ecc;
color: #fff;
border-radius: 50px;
padding: 20px 120px;
font-size: 16px;
font-weight: bold;
}

.backBtn a:hover {
text-decoration: none;
background: #97379c;
}