/* ====================
		mainArea
==================== */
@media screen and (min-width: 768px) {
  #mainArea #subMenuArea {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #mainArea #subMenuArea .title {
    padding-left: 8%;
  }
}

#mainArea .agreementBox {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox {
    padding-bottom: 60px;
  }
}

#mainArea .agreementBox .inner01 {
  margin: 0 auto;
  width: 992px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .inner01 {
    width: 100%;
    padding: 0 8%;
    display: block;
  }
}

#mainArea .agreementBox .leftBox {
  width: 290px;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .leftBox {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

#mainArea .agreementBox .centerBox {
  width: 290px;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .centerBox {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

#mainArea .agreementBox .rightBox {
  width: 290px;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .rightBox {
    width: 100%;
  }
}


#mainArea .agreementBox .listagreement01 li {
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 28px;
  border-bottom: 1px solid #CDD6DD;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .listagreement01 li {
    margin-bottom: 0;
    font-size: 18px;
    width: calc(50% - 10px);
  }
  #mainArea .agreementBox .listagreement01 li:nth-child(odd) {
    margin-right: 10px;
  }
  #mainArea .agreementBox .listagreement01 li:nth-child(even) {
    margin-left: 10px;
  }
  #mainArea .agreementBox .listagreement01 li:nth-child(n+3) {
    margin-top: 20px;
  }
}

#mainArea .agreementBox .listagreement01 li:last-child {
  margin-bottom: 0;
}

#mainArea .agreementBox .listagreement01 li a {
  color: #008DAB;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #mainArea .agreementBox .listagreement01 li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

#mainArea .agreementBox .listagreement02 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .listagreement02 {
    margin-bottom: 35px;
  }
}

#mainArea .agreementBox .listagreement02:last-child {
  margin-bottom: 0;
}

#mainArea .agreementBox .listagreement02 dt {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: normal;
  color: #404040;
  border-bottom: 1px solid #CDD6DD;
}

#mainArea .agreementBox .listagreement02 li {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #mainArea .agreementBox .listagreement02 li {
    font-size: 14px;
    margin-left: 12%;
  }
}

#mainArea .agreementBox .listagreement02 li li {
  margin-left: 1rem;
}

#mainArea .agreementBox .listagreement02 li a {
  color: #008DAB;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  #mainArea .agreementBox .listagreement02 li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}

#mainArea #supportArea {
  display: none;
}

#footerArea .footerWrapper01 {
  display: none;
}

#footerArea .newsBox {
  display: none;
}

#footerArea .rightBox01 {
  display: none;
}
