.content {
  width: 70%;
  margin: 60px auto 0;
}

@media (max-width: 1024px) {
  .content {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .content {
    padding: 0 10px;
  }
}

.content p {
  font-size: 1.4rem;
}

.content p span {
  font-size: 1.5rem;
  font-weight: 600;
}

.content .box {
  margin-top: 30px;
  height: 400px;
  overflow-y: auto;
  border: 1px solid #707070;
  padding-bottom: 10px;
}

.content .box.guide {
  margin-top: 30px;
  height: auto;
  overflow-y: auto;
  border: 1px solid #707070;
  padding-bottom: 10px;
}

.content .box h2 ,
.content .box h2 span {
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 40px;
  background-color: #D1D1D1;
  padding-left: 20px;
  letter-spacing: 0.1em;
}

.content .box.guide h2 {
  margin-top: 30px !important;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 40px;
  background-color: #D1D1D1;
  padding-left: 20px;
  letter-spacing: 0.1em;
}

.content .box h2 span{
  padding-left: 0;
}
.content .box h2:first-of-type {
  margin-top: 0;
}

.content .box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}

.content .box h3::before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #121212;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.content .box p {
  margin-top: 6px;
  font-size: 1.2rem;
  padding: 0 17px;
}

.content .box p a{
  font-size: 1.2rem;
}

.content .box ul {
  margin-top: 4px;
  padding: 0 17px;
}

.content .box ul li {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.content .box dl {
  margin-top: 4px;
  padding: 0 17px;
}

.content .box.guide dt{
  font-size: 1.2rem ;
  line-height: 1.5em ;
}

.content .box.guide dd{
  margin: 0 0 17px;
  font-size: 1.2rem;
  line-height: 1.5em ;
}

.content .box.guide .indent{
  padding: 0 0 17px 17px;
}

.content .box.guide .indent .disc li{
  margin-left:30px;
  list-style-type: disc;
}

.content .linkwapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 599px) {
  .content .linkwapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content .linkwapper a {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  width: 40%;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 599px) {
  .content .linkwapper a {
    width: 48%;
  }
}

.content .linkwapper .no {
  background-color: #D1D1D1;
}

.content .linkwapper .yes {
  background-color: #121212;
}
/*# sourceMappingURL=style_agreement.css.map */