main {
  margin: 0;
}

.header__container {
  background: linear-gradient(-45deg, rgba(43, 141, 171, 0.9) 0%, rgba(35, 132, 190, 0.9) 47%, rgba(95, 68, 145, 0.9) 100%);
}

/* ----------------------------------------
	mv
---------------------------------------- */
.mv {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 68px 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv {
    padding: 88px 0 68px;
  }
}

/* ----------------------------------------
	terms
---------------------------------------- */
.terms {
  overflow-x: hidden;
}
.terms__wrapper {
  padding-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .terms__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 639px) {
  .terms__side {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .terms__side {
    max-width: 320px;
    width: 27%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
  }
}
.terms__main__mh {
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #D8EBED;
  padding-bottom: 10px;
  margin: 2em 0 16px;
}
@media screen and (min-width: 640px) {
  .terms__main__mh {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .terms__main__mh {
    font-size: 3rem;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
}
.terms__main__mh.mt0 {
  margin-top: 0;
}
.terms__main__sh {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px 0 16px;
}
@media screen and (min-width: 640px) {
  .terms__main__sh {
    font-size: 2rem;
    margin: 52px 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .terms__main__sh {
    font-size: 2.5rem;
  }
}
.terms__main__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .terms__main__txt {
    font-size: 1.6rem;
  }
}
.terms__main__txt.--right {
  text-align: right;
  margin-bottom: 2em;
}
.terms__main__txt.--indent {
  text-indent: -1em;
  margin-left: 1em;
}
.terms__main__list {
  margin: 24px 0 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .terms__main__list {
    font-size: 1.6rem;
  }
}
.terms__main__list li {
  text-indent: -1em;
  margin-left: 1em;
}
.terms__main__list li .note {
  font-size: 1.4rem;
}
.terms__main__note {
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (min-width: 640px) {
  .terms__main__note {
    font-size: 1.4rem;
  }
}
.terms__main a {
  color: #006793;
  word-break: break-all;
  text-decoration: underline;
}
.terms__nav__item {
  margin-bottom: 12px;
}
@media screen and (min-width: 640px) {
  .terms__nav__item {
    margin-bottom: 24px;
  }
}
.terms__nav__item a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .terms__nav__item a {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.terms .md_table {
  padding: 1em 0 1.5em;
}

.terms .md_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.terms .md_table th, .terms .md_table td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
}

.terms .md_table th {
  background-color: #666;
  color: #fff;
  border-right: 1px solid #fff;
}

.terms .md_table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.terms .md_table td:last-child {
  border-right: none;
}

.terms .md_table_bgColor_gray {
  color: #000 !important;
  background-color: #f3f3f3 !important;
  border-bottom: 1px solid #ccc;
}

.terms .md_table_borderBottomWhite {
  border-bottom: 1px solid #fff !important;
}

.terms .md_table_alignLeft {
  text-align: left !important;
}

.terms .md_table_borderTop {
  border-top: 1px solid #ccc;
}

.terms .md_table_borderRight {
  border-right: 1px solid #ccc !important;
}

.terms .mod_textAnnotation {
  font-size: 11px;
}

@media screen and (min-width: 640px) {
  .terms .mod_textAnnotation {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .terms .mod_textAnnotation {
    font-size: 13px;
  }
}
/*# sourceMappingURL=terms-of-use.css.map */