@charset "utf-8";
/*main*/
h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #e42e33;
}
dl {
  clear: both;
  width: 340px;
  margin: 0 auto 90px;
  font-size: 1.4rem;
}
@media screen and (min-width:961px) {
  dl {
    width: 380px;
    font-size: 1rem;
  }
}
dt {
  float: left;
  margin-right: 36px;
}
dt, dd {
  margin-bottom: 25px;
}
#warning {
  font-size: 1.3rem;
  margin: 0 auto 90px;
  width: 92.2%;
  max-width: 508px;
}
#warning li {
  margin-bottom: 18px;
  line-height: 1.8rem;
}
@media screen and (min-width:961px) {
  #warning {
    max-width: 815px;
  }
}
#aco {
  margin: 0 auto 90px;
  width: 92.2%;
  height: 200px;
  overflow: hidden;
  padding: 10px;
  background: #c3b1a3;
  border-radius: 5px;
}
.acd-check {
  display: none;
}
.acd-label {
  background: #fefefe;
  color: #505050;
  display: block;
  margin-bottom: 1px;
  padding: 0.5rem;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #505050;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
}
.acd-content {
  height: 200px;
  padding: 0 10px;
  transition: .5s;
  overflow: hidden;
}
.acd-content ul {
  background: rgba(195, 177, 163, 0.5);
  border-radius: 5px;
  padding: 10px;
  list-style: circle;
  line-height: 2rem;
  font-size: 1.4rem;
}
.acd-content ul li {
  margin-bottom: 20px;
  list-style-position: outside;
  margin-left: 2em;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}
.accordion-box {
  position: relative;
}
.aco_main {
  margin-bottom: 105px;
}
@media screen and (min-width:961px) {
  .acd-label {
    bottom: -25px;
  }
  .acd-content ul {
    margin: auto;
    max-width: 1585px;
    font-size: 1rem;
  }
}
.mb_text {
  font-size: 1.4rem;
  line-height: 2rem;
}
.mb_text span {
  display: block;
}
@media screen and (min-width:961px) {
  .mb_text {
    font-size: 1rem;
  }
  .mb_text span {
    display: inline;
  }
}
#info .main:last-of-type {
  margin-bottom: 90px;
}
#info .main:last-of-type p {
  text-align: center;
  margin-bottom: 16px;
}
#info .main:last-of-type p:nth-of-type(n+2) {
  font-size: 1.6rem;
}
/*/main*/