/* CSS Document */
#contents h2 {
  padding: 30px 10px;
}
#contents h2 img {
  width: auto;
}

.page_head {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page_head dt {
  margin-bottom: 20px;
}
.page_head dt img {
  display: inline-block;
  margin-bottom: 20px;
}

.main__contents {
  line-height: 1.6;
}
.main__contents * {
  box-sizing: border-box;
}
.main__contents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main__contents .ac {
  text-align: center;
}
.main__contents .bg_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 44px 20px 50px;
}
.main__contents .ft_pink {
  color: #EB6DA5;
}
.main__contents .ohover {
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.main__contents .ohover:hover {
  opacity: 0.7;
}
.main__contents .bg_wrap dl {
  border: 1px solid black;
  max-width: 796px;
  margin: 0 auto;
  text-align: center;
}
.main__contents .bg_wrap dl + dl {
  margin-top: 30px;
}
.main__contents .bg_wrap dl dt {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  background: url(images/bg.jpg) center;
}
.main__contents .bg_wrap dl dd {
  padding: 15px 10px;
  background: white;
  border-top: 1px solid black;
}
.main__contents .bg_wrap dl dd p + p {
  margin-top: 10px;
}
.main__contents .bg_wrap p {
  max-width: 796px;
  margin: 0 auto;
}
.main__contents .bg_wrap table {
  border-collapse: collapse;
  max-width: 796px;
  margin: 0 auto;
}
.main__contents .bg_wrap table tr td {
  vertical-align: middle;
  border: 1px solid black;
}
.main__contents .bg_wrap table tr td:first-child {
  background: url(images/bg.jpg) center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
  width: 230px;
}
.main__contents .bg_wrap table tr td:last-child {
  background: white;
  padding: 15px 30px;
}

@media only screen and (max-width: 640px) {
  .main__contents .bg_wrap table {
    display: block;
    border-bottom: 1px solid black;
  }
  .main__contents .bg_wrap table tbody, .main__contents .bg_wrap table tr, .main__contents .bg_wrap table td {
    display: block;
    width: 100% !important;
  }

  .main__contents .bg_wrap table tr td:first-child {
    border-bottom: none;
  }

  .main__contents .bg_wrap table tr td:last-child {
    border-top: none;
    border-bottom: none;
  }
}
