@charset "UTF-8";
#page {
  padding-top: 100px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  #page {
    padding-top: 64px;
  }
}
.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

#page.terms-of-service .header-btm {
  background-color: unset;
}
#page.terms-of-service .header-btm .header-flex {
  display: block;
}
#page.terms-of-service .header-btm .header-btm-info {
  display: none;
}
#page.terms-of-service .header-btm .header-btm-tel {
  display: none;
}
#page.terms-of-service .header-btm .header-btm-link {
  display: block;
}
#page.terms-of-service .header-btm .header-btm-line {
  height: 70px;
  max-width: 145px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #page.terms-of-service .header-btm {
    display: none;
  }
}
#page.terms-of-service {
  background-image: url(../../../../../../common/img/parts-common/dots-bg.png);
  background-size: 50px 44px;
  background-repeat: repeat;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  #page.terms-of-service {
    background-image: url(../../../../../../common/img/parts-common/dots-bg-sp.png);
    background-size: 35px 42px;
  }
}
#page.terms-of-service .c-mainvisual {
  background-image: url(../../../../../../common/img/two-column-layout/archive-title-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 223px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
}
#page.terms-of-service .c-mainvisual .c-mainvisual-inner {
  margin-top: 0;
}
#page.terms-of-service .c-mainvisual p {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  color: #053864;
  letter-spacing: 0.08em;
}
#page.terms-of-service .c-mainvisual h1 {
  font-size: 29px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #page.terms-of-service .c-mainvisual {
    height: 160px;
    background-image: url(../../../../../../common/img/two-column-layout/archive-title-bg-sp.png);
    background-size: 100% 100%;
    margin-bottom: 15px;
  }
  #page.terms-of-service .c-mainvisual p {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin: 0 auto 10px auto;
  }
  #page.terms-of-service .c-mainvisual h1 {
    font-size: 27px;
    letter-spacing: 0.03em;
  }
}
#page.terms-of-service .c-breadcrumb {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
  background-color: unset;
}
#page.terms-of-service .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page.terms-of-service .c-breadcrumb li {
  position: relative;
  font-weight: 400;
}
#page.terms-of-service .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  color: #053864;
}
#page.terms-of-service .c-breadcrumb a {
  color: #053864;
  font-weight: 400;
}
#page.terms-of-service .c-breadcrumb span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #page.terms-of-service .c-breadcrumb {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #page.terms-of-service .c-breadcrumb ul {
    gap: 15px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #page.terms-of-service .c-breadcrumb li {
    font-size: 11px;
  }
  #page.terms-of-service .c-breadcrumb li:not(:last-child)::after {
    font-size: 10px;
    right: -13px;
  }
}
#page.terms-of-service .terms-of-service-contant {
  padding: 0 0 140px 0;
}
#page.terms-of-service .terms-of-service-contant .wrap2 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
#page.terms-of-service .terms-of-service-contant .privacy-first {
  margin-bottom: 70px;
}
#page.terms-of-service .terms-of-service-contant p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #053864;
  text-align: justify;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec {
  margin-bottom: 68px;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec.last {
  margin-bottom: 0;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec-ttl {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #053864;
  margin-bottom: 23px;
  padding-left: 21px;
  position: relative;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec-ttl::before {
  content: "";
  background-color: #ff4d32;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec-list {
  margin: 21px 0 0 0;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec-list-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
  color: #053864;
  padding-left: 12px;
  position: relative;
}
#page.terms-of-service .terms-of-service-contant .privacy-sec-list-text::before {
  content: "";
  background-color: #053864;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #page.terms-of-service .privacy-contant .wrap2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #page.terms-of-service .terms-of-service-contant {
    padding-bottom: 85px;
  }
  #page.terms-of-service .terms-of-service-contant .wrap2 {
    padding: 0 15px;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-first {
    margin-bottom: 58px;
  }
  #page.terms-of-service .terms-of-service-contant p {
    font-size: 15px;
    line-height: 1.867;
    font-weight: 500;
    text-align: justify;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec {
    margin-bottom: 45px;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec-ttl {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.421;
    margin-bottom: 18px;
    padding-left: 21px;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec-ttl::before {
    top: 13px;
    bottom: unset;
    left: 0;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec-list {
    margin: 21px 0 0 0;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec-list-text {
    font-size: 15px;
    line-height: 1.867;
    font-weight: 500;
    padding-left: 12px;
    text-align: justify;
  }
  #page.terms-of-service .terms-of-service-contant .privacy-sec-list-text::before {
    width: 4px;
    height: 4px;
    top: 14px;
    left: 2px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: -23px;
  }
}