.l-utility_privacy .l-top_visual__cont > .jp ._text {
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .l-utility_privacy .l-headline__secondary > .cont {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .l-utility_privacy .l-headline__secondary > .cont ._ttl {
    font-size: calc( 1.154vw + 9.615px );
    line-height: 1.471;
  }
}
@media screen and (max-width: 640px) {
  .l-utility_privacy .l-headline__secondary > .cont ._ttl {
    font-size: 17px;
  }
}
.l-utility_privacy .l-headline__secondary > .cont ._ttl .__ib {
  display: inline-block;
}

.p-privacy {
  width: 100%;
}
.p-privacy__catch {
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-privacy__catch {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-privacy__catch {
    margin-bottom: 40px;
  }
}
.p-privacy__text {
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-privacy__text {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-privacy__text {
    margin-bottom: 40px;
  }
}
.p-privacy__text .link {
  color: #234b9b;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.p-privacy__text .link:hover {
  color: #eb2e3b;
}
.p-privacy__text .link:hover::before {
  background: #eb2e3b;
}
.p-privacy__text .link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #234b9b;
  transition: background 0.3s ease-in-out;
}
.p-privacy__text2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .p-privacy__text2 {
    margin-bottom: calc( 1.379vw + 19.586px );
  }
}
@media screen and (max-width: 320px) {
  .p-privacy__text2 {
    margin-bottom: 24px;
  }
}
.p-privacy__list {
  counter-reset: section;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-privacy__list {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-privacy__list {
    margin-bottom: 40px;
  }
}
.p-privacy__list > li {
  position: relative;
  /*max-height: 100%;*/
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.5;
  padding-left: 1.2em;
}
@media screen and (max-width: 900px) {
  .p-privacy__list > li {
    /*max-height: 100%;*/
    margin-top: -4.264px;
    margin-bottom: -4.264px;
    line-height: 1.533;
  }
}
.p-privacy__list > li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-privacy__list > li:not(:first-child) {
    margin-top: 14.64px;
  }
}
.p-privacy__list > li::before {
  content: counter(section) ".";
  left: 2px;
  counter-increment: section;
  position: absolute;
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 900px) {
  .is-ua_android .p-privacy__list > li::before {
    top: 1px;
  }
}

.l-utility_terms .l-top_visual__cont > .jp ._text {
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .l-utility_terms .l-headline__secondary > .cont {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .l-utility_terms .l-headline__secondary > .cont ._ttl {
    font-size: calc( 1.154vw + 9.615px );
    line-height: 1.471;
  }
}
@media screen and (max-width: 640px) {
  .l-utility_terms .l-headline__secondary > .cont ._ttl {
    font-size: 17px;
  }
}
.l-utility_terms .l-headline__secondary > .cont ._ttl .__ib {
  display: inline-block;
}

.p-terms {
  width: 100%;
}
.p-terms__catch {
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-terms__catch {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-terms__catch {
    margin-bottom: 40px;
  }
}
.p-terms__text {
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-terms__text {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-terms__text {
    margin-bottom: 40px;
  }
}
.p-terms__text .link {
  color: #234b9b;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.p-terms__text .link:hover {
  color: #eb2e3b;
}
.p-terms__text .link:hover::before {
  background: #eb2e3b;
}
.p-terms__text .link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #234b9b;
  transition: background 0.3s ease-in-out;
}

.l-utility_sitemap .l-top_visual__cont > .jp ._text {
  letter-spacing: 0;
}

.p-sitemap {
  width: 100%;
}
.p-sitemap__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sitemap__list > li {
  width: 100%;
}
.p-sitemap__list > li:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-sitemap__list > li:nth-child(n+2) {
    margin-top: calc( 3.448vw + 18.966px );
  }
}
@media screen and (max-width: 320px) {
  .p-sitemap__list > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-sitemap__list > li.half {
  width: 580px;
}
@media screen and (max-width: 900px) {
  .p-sitemap__list > li.half {
    width: 100%;
  }
}
.p-sitemap__link {
  width: 100%;
  display: block;
  padding: 17px 20px 19px 40px;
  line-height: 1.4;
  border: 1px solid #d5deee;
  border-top: 3px solid #d5deee;
  background: #f8fbfb;
  font-size: 18px;
  font-weight: 500;
  color: #26346e;
  position: relative;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .p-sitemap__link {
    font-size: 16px;
  }
}
.p-sitemap__link:hover {
  color: #eb2e3b;
  background: #f1f3f8;
}
.p-sitemap__link::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ed1b29;
}
@media screen and (max-width: 900px) {
  .p-sitemap__link::before {
    top: 21px;
  }
}
.p-sitemap__link::after {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 26px;
  left: 20px;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-sitemap__link::after {
    top: 23px;
  }
}
.p-sitemap__link .pack {
  margin-left: -3px;
}
.p-sitemap__child_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sitemap__child_list > li {
  width: 100%;
  margin-top: 12px;
}
.p-sitemap__child_list > li.half {
  width: 580px;
}
@media screen and (max-width: 900px) {
  .p-sitemap__child_list > li.half {
    width: 100%;
  }
}
.p-sitemap__child_list > li.one_third {
  width: 373px;
}
@media screen and (max-width: 900px) {
  .p-sitemap__child_list > li.one_third {
    width: 100%;
  }
}
.p-sitemap__child_link {
  width: 100%;
  display: block;
  padding: 17px 20px 19px 38px;
  line-height: 1.3125;
  border-bottom: 1px solid #d5deee;
  box-shadow: 0px 2px 0px 0px #f8fbfb;
  color: #26346e;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .p-sitemap__child_link {
    font-size: 15px;
  }
}
.p-sitemap__child_link:hover {
  color: #eb2e3b;
  background: #f8fbfb;
}
.p-sitemap__child_link::before {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 21px;
  left: 20px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  color: #ed1b29;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-sitemap__child_link::before {
    top: 20px;
  }
}
.p-sitemap__child_link .ib {
  display: inline-block;
}
.p-sitemap__grand_child_list {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sitemap__grand_child_list.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .p-sitemap__grand_child_list.mb10 {
    margin-bottom: 5px;
  }
}
.p-sitemap__grand_child_list > li {
  width: 100%;
  margin-top: 12px;
}
.p-sitemap__grand_child_list > li.one_third {
  width: 386px;
}
.p-sitemap__grand_child_list > li.one_third:nth-child(n+4) {
  margin-top: 12px;
}
.p-sitemap__grand_child_list > li.one_third:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: calc(50% - 386px * 1.5);
}
@media screen and (max-width: 900px) {
  .p-sitemap__grand_child_list > li.one_third {
    width: 32%;
  }
  .p-sitemap__grand_child_list > li.one_third:nth-child(n+4) {
    margin-top: 10px;
  }
  .p-sitemap__grand_child_list > li.one_third:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 900px) {
  .p-sitemap__grand_child_list > li.one_third {
    width: 48.5%;
  }
  .p-sitemap__grand_child_list > li.one_third:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-sitemap__grand_child_list > li.one_third:nth-child(3n+2):last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-sitemap__grand_child_list > li.one_third {
    width: 100%;
  }
  .p-sitemap__grand_child_list > li.one_third:not(:first-child) {
    margin-top: 10px;
  }
}
.p-sitemap__grand_child_link {
  width: 100%;
  display: block;
  padding: 10px 20px 12px 38px;
  line-height: 1.5625;
  border-bottom: 1px dotted #d5deee;
  color: #26346e;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .p-sitemap__grand_child_link {
    font-size: 15px;
  }
}
.p-sitemap__grand_child_link:hover {
  color: #eb2e3b;
  background: #f8fbfb;
}
.p-sitemap__grand_child_link::before {
  content: '\f0da';
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 23px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 900;
  color: #ed1b29;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-sitemap__grand_child_link::before {
    top: 16px;
  }
}
.p-sitemap__grand_child_link.row2 {
  height: 100%;
}
.p-sitemap__great_grand_child_list {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sitemap__great_grand_child_list > li {
  margin-top: 12px;
  width: 386px;
}
.p-sitemap__great_grand_child_list > li:nth-child(n+4) {
  margin-top: 12px;
}
.p-sitemap__great_grand_child_list > li:nth-child(3n+2):last-child {
  margin-right: auto;
  margin-left: calc(50% - 386px * 1.5);
}
@media screen and (max-width: 900px) {
  .p-sitemap__great_grand_child_list > li {
    width: 32%;
  }
  .p-sitemap__great_grand_child_list > li:nth-child(n+4) {
    margin-top: 10px;
  }
  .p-sitemap__great_grand_child_list > li:nth-child(3n+2):last-child {
    margin-right: auto;
    margin-left: calc(50% - 32% * 1.5);
  }
}
@media screen and (max-width: 900px) {
  .p-sitemap__great_grand_child_list > li {
    width: 48.5%;
  }
  .p-sitemap__great_grand_child_list > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-sitemap__great_grand_child_list > li:nth-child(3n+2):last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-sitemap__great_grand_child_list > li {
    width: 100%;
  }
  .p-sitemap__great_grand_child_list > li:not(:first-child) {
    margin-top: 10px;
  }
}
.p-sitemap__great_grand_child_link {
  width: 100%;
  display: block;
  padding: 6px 20px 8px 38px;
  line-height: 1.7857;
  border-bottom: 1px dotted #d5deee;
  color: #26346e;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.p-sitemap__great_grand_child_link:hover {
  color: #eb2e3b;
  background: #f8fbfb;
}
.p-sitemap__great_grand_child_link::before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 23px;
  font-size: 14px;
  font-weight: 500;
  color: #ed1b29;
  line-height: 1;
}

.l-utility_error .l-top_visual__cont > .jp ._text {
  letter-spacing: 0;
}

.p-notfound__headline {
  width: 100%;
  margin-bottom: 40px;
}
.p-notfound__headline .cont {
  width: 100%;
}
.p-notfound__headline .cont ._en {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}
.p-notfound__headline .cont ._jp {
  font-size: 18px;
  display: block;
  line-height: 1.4;
}

/*# sourceMappingURL=common_utility.css.map */
