/* EXPRESSの打ち消し */
body {
  background: inherit;
}
#mainContent {
  max-width: none;
}
.contentsSec {
  /* margin-bottom: 80px; */
  /* background: #fff; */
  /* padding: 40px; */
  /* box-sizing: border-box; */
  margin-bottom: inherit;
  background: inherit;
  padding: inherit;
}
.topGotoAcceaSite {
  background-color: #b7183f;
  display: block;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.topGotoAcceaSite__img {
  width: 60%;
  height: auto;
  max-width: 460px;
}
