@charset "utf-8";
/* foundation
======================================== */
html, body, div, span, object,
iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a,
abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, var,
u, i,
dl, dt, dd,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  background: transparent;
}

main, article, aside, section, details, figcaption,
figure, footer, header, menu, nav {
  display: block;
}

* {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 960px) {
  img {
    width: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

hr {
  height: 0;
  margin: 0;
  border: none;
}

:root {
  font-size: 62.5%;
}

@media only screen and (min-width: 414px) and (max-width: 666px) {
  :root {
    font-size: 69%;
  }
}

@media only screen and (min-width: 667px) and (max-width: 960px) {
  :root {
    font-size: 111%;
  }
}

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 1.2rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 961px) {
  .s-container.is-lower {
    padding-top: 7.4rem;
  }
}

@media only screen and (max-width: 960px) {
  .s-container {
    min-width: 320px;
  }
  .s-container.is-lower {
    padding-top: 6.3rem;
  }
  .s-container__morphing {
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  }
  .is-nav-show .s-container__morphing {
    pointer-events: none;
    -webkit-transition: -webkit-filter 0.2s ease-out;
    transition: -webkit-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

.s-detail__article > *:nth-child(n+2) {
  padding-top: 1em;
}

.s-detail__article figcaption {
  padding-top: 0.5em;
  font-size: 76.5%;
}

.s-detail__article a {
  display: inline;
  -webkit-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 -1px 0 transparent inset;
  color: #00a0dc;
  word-break: break-all;
}

.s-detail__article a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.4em;
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  border: 1px solid;
  border-top: 0.2em solid;
  box-shadow: -2px 2px 0 0 currentColor;
  outline: solid 1px #fff;
  vertical-align: baseline;
}

.s-detail__article a:hover {
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 -1px 0 currentColor inset;
}

.s-detail__article ol, .s-detail__article ul {
  margin-left: 1.5em;
}

.s-detail__article ol {
  list-style-type: decimal;
}

.s-detail__article ul {
  list-style-type: disc;
}

.s-detail__article strong {
  font-weight: bold;
}

.s-detail__article em {
  font-style: italic;
}

@media only screen and (max-width: 960px) {
  .s-detail__article > *:not(figure),
  .s-detail__article figcaption {
    padding-right: 5.333%;
    padding-left: 5.333%;
  }
}

/* layout
======================================== */
.l-contents::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #fff;
}

.l-contents + .l-contents::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f5f5f5;
}

.l-contents__wrapper {
  width: 100%;
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.l-contents__wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.l-contents__wrapper > * {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
}

.l-contents__article:only-child, .l-contents__aside:only-child {
  width: 100%;
}

@media only screen and (min-width: 961px) {
  .l-contents {
    min-height: calc(100vh - 24.2rem);
  }
  .l-contents::after {
    padding-bottom: 12rem;
  }
  .l-contents + .l-contents::before {
    padding-top: 10rem;
  }
  .l-contents__header {
    padding-top: 4rem;
  }
  .l-contents__article {
    width: 67.479%;
    padding-top: 1.5rem;
  }
  .l-contents__aside {
    width: 26.422%;
    padding-top: 1.5rem;
  }
  .l-contents__article:only-child, .l-contents__aside:only-child {
    padding-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .l-contents::after {
    padding-bottom: 6rem;
  }
  .l-contents + .l-contents::before {
    padding-top: 7.5rem;
  }
  .l-contents__breadcrumb {
    display: none;
  }
  .l-contents__header {
    padding-top: 1.5rem;
  }
  .l-contents__article, .l-contents__aside {
    width: 100%;
  }
}

@media only screen and (min-width: 961px) {
  .l-feature {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .l-feature__node {
    padding-top: 3.2rem;
  }
  .l-feature__node--near {
    padding-top: 2.6rem;
  }
  .l-feature__node--far {
    padding-top: 8.6rem;
  }
}

@media only screen and (max-width: 960px) {
  .l-feature {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-feature__node {
    padding-top: 2.4rem;
  }
  .l-feature__node--near {
    padding-top: 2rem;
  }
  .l-feature__node--far {
    padding-top: 3.5rem;
  }
}

@media only screen and (min-width: 961px) {
  .l-footer__main {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
  }
}

.l-frame {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-frame__gap {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 961px) {
  .l-frame--l {
    max-width: 1024px;
  }
  .l-frame--m {
    width: 96.093%;
    max-width: 984px;
  }
}

@media only screen and (max-width: 960px) {
  .l-frame__gap {
    padding-right: 5.333%;
    padding-left: 5.333%;
  }
}

@media only screen and (min-width: 961px) {
  .l-hamburger {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .l-hamburger {
    position: fixed;
    top: 1.9rem;
    left: 0;
    z-index: 11;
    width: 80%;
    height: 0;
  }
  .l-hamburger__frame {
    position: relative;
    z-index: auto;
    width: 86.666%;
    margin-left: 6.666%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.l-header__frame {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 961px) {
  .l-header__frame {
    max-width: 1024px;
  }
  .l-header__frame::after {
    content: "";
    clear: both;
    display: block;
  }
  .l-header__logo {
    float: left;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__nav {
    float: right;
  }
}

@media only screen and (max-width: 960px) {
  .l-header {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    min-height: 6rem;
    text-align: center;
  }
  .is-nav-show .l-header {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 80%;
  }
  .l-header__logo {
    display: inline-block;
  }
  .l-header__nav {
    position: fixed;
    top: 5.9rem;
    right: 100%;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 80%;
    border-top: 2px solid #666;
  }
  .is-nav-show .l-header__nav {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-header__background {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    height: 120%;
  }
  .is-nav-show .l-header__background {
    visibility: visible;
  }
}

@media only screen and (min-width: 961px) {
  .l-section {
    padding-top: 3.5rem;
  }
  .l-section--head {
    padding-top: 2.4rem;
  }
  .l-section--near {
    padding-top: 3rem;
  }
  .l-section--far {
    padding-top: 4.5rem;
  }
  .l-section--indent {
    padding-left: 2rem;
  }
  .l-section__node {
    padding-top: 1.2rem;
  }
  .l-section__node--near {
    padding-top: 0.8rem;
  }
  .l-section__node--far {
    padding-top: 1.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .l-section {
    padding-top: 2.5rem;
  }
  .l-section--head {
    padding-top: 1.5rem;
  }
  .l-section--near {
    padding-top: 1.6rem;
  }
  .l-section--far {
    padding-top: 2.5rem;
  }
  .l-section--indent {
    padding-left: 0.75rem;
  }
  .l-section__node {
    padding-top: 1.1rem;
  }
  .l-section__node--near {
    padding-top: 0.6rem;
  }
  .l-section__node--far {
    padding-top: 1.8rem;
  }
}

/* object
======================================== */
.p-anchor {
  display: inline;
  -webkit-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 -1px 0 transparent inset;
  color: #00a0dc;
  word-break: break-all;
}

.p-anchor[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.4em;
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  border: 1px solid;
  border-top: 0.2em solid;
  box-shadow: -2px 2px 0 0 currentColor;
  outline: solid 1px #fff;
  vertical-align: baseline;
}

.p-anchor:hover {
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 -1px 0 currentColor inset;
}

.p-breadcrumb {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 0;
}

.p-breadcrumb__item {
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline;
}

.p-breadcrumb__item:nth-child(n+2)::before {
  content: "\003E";
  margin-right: 0.5em;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}

.is-pc .p-breadcrumb__item a {
  display: inline;
  -webkit-transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 -1px 0 transparent inset;
}

.is-pc .p-breadcrumb__item a:hover {
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  box-shadow: 0 -1px 0 currentColor inset;
}

.p-button {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0.1rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.4);
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
  font-weight: bold;
  text-align: center;
}

.p-button:hover {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0.1rem 0.5rem 1.6rem -0.2rem rgba(0, 0, 0, 0.4);
}

.p-button--black {
  background-color: #000;
  color: #fff;
}

.p-button--submit {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #666;
  background: -webkit-linear-gradient(30deg, #000 0%, #111035 5%, #181756 14%, #05196d 19%, #1a3a8b 30%, #0d44b2 49%, #1a3a8b 70%, #05196d 80%, #181756 86%, #111035 95%, #000 100%);
  background: linear-gradient(60deg, #000 0%, #111035 5%, #181756 14%, #05196d 19%, #1a3a8b 30%, #0d44b2 49%, #1a3a8b 70%, #05196d 80%, #181756 86%, #111035 95%, #000 100%);
  color: #fff;
}

.p-button--submit:hover {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0.1rem 0.5rem 1.6rem -0.2rem rgba(0, 0, 0, 0.5);
}

.p-button[disabled], .p-button--submit[disabled] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ccc;
  box-shadow: none;
  color: #f5f5f5;
}

.p-button[disabled]:hover, .p-button--submit[disabled]:hover {
  box-shadow: none;
}

@media only screen and (min-width: 961px) {
  .p-button {
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    min-width: 32rem;
    padding: 1.3rem;
  }
  .p-button--small {
    font-size: 1.5rem;
    line-height: 1.6;
    min-width: 13.5rem;
    padding: 1rem 0;
  }
  .p-button--fluid {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

@media only screen and (max-width: 960px) {
  .p-button {
    font-size: 1.8rem;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    max-width: 32rem;
    padding: 1.15rem 1.2rem;
  }
  .p-button--small {
    max-width: 16.25rem;
  }
  .p-button--fluid {
    max-width: 100%;
  }
}

.p-footer {
  background-color: #fff;
}

.p-footer__logo a {
  display: block;
}

.is-pc .p-footer__logo a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.is-pc .p-footer__logo a:hover {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

@media only screen and (min-width: 961px) {
  .p-footer__logo {
    width: 13.4rem;
    margin-left: -1.2rem;
  }
  .p-footer__logo a {
    padding: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-footer__logo {
    width: 11.7rem;
    margin-left: -1.1rem;
  }
  .p-footer__logo a {
    padding: 1.1rem;
  }
}

@media only screen and (min-width: 961px) {
  .p-footer__information {
    width: 100%;
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-footer__information::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .p-footer__information > * {
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    vertical-align: middle;
  }
  .p-footer__sitemap::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-footer__sitemap__item {
    display: inline;
    -webkit-transition: box-shadow 0.3s ease-in;
    transition: box-shadow 0.3s ease-in;
    box-shadow: 0 -1px 0 transparent inset;
    font-size: 1.4rem;
    line-height: 1.5;
    float: left;
  }
  .p-footer__sitemap__item:hover {
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
    box-shadow: 0 -1px 0 currentColor inset;
  }
  .p-footer__sitemap__item:nth-child(n+2) {
    margin-left: 30px;
  }
  .p-footer__copyright {
    font-size: 1.1rem;
    line-height: 1.909;
  }
}

@media only screen and (max-width: 960px) {
  .p-footer__logo {
    display: none;
  }
  .p-footer__sitemap__item {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-footer__sitemap__item a {
    padding-right: 5.333%;
    padding-left: 5.333%;
    position: relative;
    display: block;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    color: #000;
    font-weight: bold;
  }
  .p-footer__sitemap__item a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: auto;
    content: "";
    display: block;
    right: 5.333%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    width: 1.3rem;
    height: 2.1rem;
    background: transparent url("/assets/images/kcf/common/arrow-right.png") left top no-repeat;
    background-size: contain;
  }
  .p-footer__sitemap__item a:hover::after {
    right: 4%;
  }
  .p-footer__copyright {
    font-size: 1.1rem;
    line-height: 1.909;
    padding-right: 5.333%;
    padding-left: 5.333%;
    padding-top: 2.9rem;
    padding-bottom: 3.8rem;
    text-align: center;
  }
}

.p-form__label {
  display: inline-block;
  width: 100%;
}

.p-form__label--required::before {
  content: "*";
  color: #d10000;
}

.p-form__wrapper {
  position: relative;
  font-size: 0;
}

.p-form__wrapper::after {
  content: '';
  display: inline-block;
  -webkit-transition: padding 0.3s, -webkit-transform 0.3s;
  transition: padding 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, padding 0.3s;
  transition: transform 0.3s, padding 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  color: #d10000;
}

.p-form__wrapper[class*="is-error-"]::after {
  display: inline-block;
  -webkit-transition: padding 0.3s, opacity 0.3s 0.2s, -webkit-transform 0.1s;
  transition: padding 0.3s, opacity 0.3s 0.2s, -webkit-transform 0.1s;
  transition: transform 0.1s, padding 0.3s, opacity 0.3s 0.2s;
  transition: transform 0.1s, padding 0.3s, opacity 0.3s 0.2s, -webkit-transform 0.1s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  opacity: 1;
  padding-top: 0.6em;
}

.p-form__wrapper[class*="is-error-null-"]::after, .p-form__wrapper[class*="is-error-null-last-name"][class*="is-error-null-first-name"]::after {
  content: attr(data-error-message-null);
}

.p-form__wrapper[class*="is-error-null-last-name"]::after {
  content: attr(data-error-message-null-last-name);
}

.p-form__wrapper[class*="is-error-null-first-name"]::after {
  content: attr(data-error-message-null-first-name);
}

.p-form__wrapper[class*="is-error-invalid-"]::after, .p-form__wrapper[class*="is-error-invalid-last-name"][class*="is-error-invalid-first-name"]::after {
  content: attr(data-error-message-invalid);
}

.p-form__wrapper[class*="is-error-null-category"]::after, .p-form__wrapper[class*="is-error-invalid-category"]::after, .p-form__wrapper[class*="is-error-null-message"]::after {
  content: none;
}

.p-form__item {
  position: relative;
}

.p-form__item:only-of-type {
  width: 100%;
}

.p-form__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-transition: border-radius 0.1s 0.4s;
  transition: border-radius 0.1s 0.4s;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
}

.p-form__input::-ms-expand {
  display: none;
}

.p-form__input::-ms-clear {
  visibility: hidden;
}

.p-form__input::-ms-reveal {
  visibility: hidden;
}

.p-form__input:focus {
  -webkit-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
  border-radius: 0;
  outline: none;
}

.p-form__input--select {
  border: 1px solid #ccc;
}

.p-form__input--select:focus {
  border-radius: 2px;
}

[class*="is-error-null-"] .p-form__input--select {
  color: #d10000;
}

[class*="is-error-null-"] .p-form__input--select:focus {
  color: #666;
}

.p-form__input--textarea {
  resize: none;
}

.p-form__placeholder {
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: auto;
  -webkit-transition: top 0.3s, font-size 0.3s, line-height 0.3s;
  transition: top 0.3s, font-size 0.3s, line-height 0.3s;
  width: 100%;
}

.p-form__input:focus + .p-form__placeholder {
  -webkit-transition: top 0.3s, font-size 0.3s, line-height 0.3s;
  transition: top 0.3s, font-size 0.3s, line-height 0.3s;
}

[class*="is-error-null-message"] .p-form__placeholder {
  color: #d10000;
}

[class*="is-error-null-message"] .p-form__placeholder:focus {
  color: #666;
}

.p-form__parts::before, .p-form__parts::after {
  content: "";
}

.p-form__parts--border {
  display: block;
  width: 100%;
  height: 100%;
}

.p-form__parts--border::before, .p-form__parts--border::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  color: #ccc;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  box-sizing: border-box;
}

.p-form__parts--border::before {
  border-right: 1px solid;
  border-left: 1px solid;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: border-radius 0.1s 0.4s, -webkit-transform 0.3s;
  transition: border-radius 0.1s 0.4s, -webkit-transform 0.3s;
  transition: border-radius 0.1s 0.4s, transform 0.3s;
  transition: border-radius 0.1s 0.4s, transform 0.3s, -webkit-transform 0.3s;
}

.p-form__input:focus ~ .p-form__parts--border::before {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: border-radius 0.1s, -webkit-transform 0.3s 0.1s;
  transition: border-radius 0.1s, -webkit-transform 0.3s 0.1s;
  transition: border-radius 0.1s, transform 0.3s 0.1s;
  transition: border-radius 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}

.p-form__parts--border::after {
  border-top: 1px solid;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: border-radius 0.1s 0.4s, -webkit-transform 0.1s 0.4s;
  transition: border-radius 0.1s 0.4s, -webkit-transform 0.1s 0.4s;
  transition: border-radius 0.1s 0.4s, transform 0.1s 0.4s;
  transition: border-radius 0.1s 0.4s, transform 0.1s 0.4s, -webkit-transform 0.1s 0.4s;
}

.p-form__input:focus ~ .p-form__parts--border::after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: border-radius 0.1s, -webkit-transform 0.1s;
  transition: border-radius 0.1s, -webkit-transform 0.1s;
  transition: border-radius 0.1s, transform 0.1s;
  transition: border-radius 0.1s, transform 0.1s, -webkit-transform 0.1s;
}

.p-form__parts--triangle::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0.6rem 0 0.6rem;
  border-color: #666 transparent transparent transparent;
}

.p-form__parts--ground::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  background: #faebeb;
}

[class*="is-error-null-category"] .p-form__parts--ground::after,
[class*="is-error-invalid-category"] .p-form__parts--ground::after,
[class*="is-error-null-last-name"] > *:nth-child(1) .p-form__parts--ground::after,
[class*="is-error-invalid-last-name"] > *:nth-child(1) .p-form__parts--ground::after,
[class*="is-error-null-first-name"] > *:nth-child(2) .p-form__parts--ground::after,
[class*="is-error-invalid-first-name"] > *:nth-child(2) .p-form__parts--ground::after,
[class*="is-error-null-mail"] .p-form__parts--ground::after,
[class*="is-error-invalid-mail"] .p-form__parts--ground::after,
[class*="is-error-null-message"] .p-form__parts--ground::after,
[class*="is-error-invalid-message"] .p-form__parts--ground::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}

.p-form__input:focus ~ .p-form__parts--ground::after {
  z-index: -1;
  -webkit-transform: scale(1, 0) !important;
  -ms-transform: scale(1, 0) !important;
  transform: scale(1, 0) !important;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-form__button-area {
  width: 100%;
  font-size: 0;
  text-align: center;
  text-align: center;
}

.p-form__button-area > * {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}

.p-form__button {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0.1rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.4);
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, MS-PGothic, sans-serif;
  font-weight: bold;
  text-align: center;
}

.p-form__button:hover {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0.1rem 0.5rem 1.6rem -0.2rem rgba(0, 0, 0, 0.4);
}

.p-form__button--submit {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #666;
  background: -webkit-linear-gradient(30deg, #000 0%, #111035 5%, #181756 14%, #05196d 19%, #1a3a8b 30%, #0d44b2 49%, #1a3a8b 70%, #05196d 80%, #181756 86%, #111035 95%, #000 100%);
  background: linear-gradient(60deg, #000 0%, #111035 5%, #181756 14%, #05196d 19%, #1a3a8b 30%, #0d44b2 49%, #1a3a8b 70%, #05196d 80%, #181756 86%, #111035 95%, #000 100%);
  color: #fff;
}

.p-form__button--submit:hover {
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  box-shadow: 0.1rem 0.5rem 1.6rem -0.2rem rgba(0, 0, 0, 0.5);
}

.p-form__button[disabled], .p-form__button--submit[disabled] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ccc;
  box-shadow: none;
  color: #f5f5f5;
}

.p-form__button[disabled]:hover, .p-form__button--submit[disabled]:hover {
  box-shadow: none;
}

@media only screen and (min-width: 961px) {
  .p-form__label {
    padding-top: 1.4rem;
  }
  .p-form__wrapper {
    width: 100%;
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 73.746%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .p-form__wrapper::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .p-form__wrapper > * {
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    vertical-align: middle;
  }
  .p-form__wrapper[class*="is-error"]::after {
    font-size: 1.5rem;
    line-height: 1.333;
    padding-left: 2rem;
  }
  .p-form__item {
    width: 48.4%;
  }
  .p-form__input {
    font-size: 1.6rem;
    line-height: 1.563;
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
    padding-left: 2rem;
  }
  .p-form__input--textarea {
    padding-right: 2rem;
    height: 17.5rem;
  }
  .p-form__placeholder {
    font-size: 1.6rem;
    line-height: 1.563;
    top: 1rem;
    padding-left: 2rem;
  }
  [class*="is-set-last-name"] .p-form__placeholder--last-name,
  [class*="is-set-first-name"] .p-form__placeholder--first-name,
  [class*="is-set-mail"] .p-form__placeholder--mail,
  [class*="is-set-message"] .p-form__placeholder--message,
  .p-form__input:focus + .p-form__placeholder {
    font-size: 1.2rem;
    line-height: 1.667;
    top: -2rem;
  }
  .p-form__button-area__block:nth-child(2n) {
    margin-left: 4rem;
  }
  .p-form__button-area__block:nth-child(n+3) {
    margin-top: 2rem;
  }
  .p-form__button {
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    min-width: 32rem;
    padding: 1.3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-form__wrapper {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .p-form__wrapper[class*="is-error"]::after {
    font-size: 1.3rem;
    line-height: 1.346;
    padding-left: 0.8rem;
  }
  .p-form__item {
    display: inline-block;
    width: 59.701%;
  }
  .p-form__item:nth-child(n+2) {
    margin-top: 2.2rem;
  }
  .p-form__input {
    font-size: 1.6rem;
    line-height: 1.25;
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    padding-left: 0.8rem;
  }
  .p-form__input--textarea {
    padding-right: 0.8rem;
    height: 13rem;
  }
  .p-form__placeholder {
    font-size: 1.6rem;
    line-height: 1.25;
    top: 1.4rem;
    padding-left: 0.8rem;
  }
  [class*="is-set-last-name"] .p-form__placeholder--last-name,
  [class*="is-set-first-name"] .p-form__placeholder--first-name,
  [class*="is-set-mail"] .p-form__placeholder--mail,
  [class*="is-set-message"] .p-form__placeholder--message,
  .p-form__input:focus + .p-form__placeholder {
    font-size: 1rem;
    line-height: 1.5;
    top: -1.8rem;
  }
  .p-form__button-area {
    margin-left: -1.25rem;
  }
  .p-form__button-area__block {
    width: 100%;
    max-width: 32rem;
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
  }
  .p-form__button {
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    padding: 1.3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: left  0.4s;
    transition: left  0.4s;
    width: 2.5rem;
    height: 2.2rem;
  }
  .is-nav-show .p-hamburger {
    left: 92.307%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
  }
  .p-hamburger img {
    width: 1px;
  }
  .p-hamburger__bars::before, .p-hamburger__bars::after, .p-hamburger__close::before, .p-hamburger__close::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .p-hamburger__bars::before, .p-hamburger__bars::after {
    width: 100%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: border-width 0.1s 0.3s, left 0.1s 0.3s, width 0.1s 0.3s, opacity 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
    transition: border-width 0.1s 0.3s, left 0.1s 0.3s, width 0.1s 0.3s, opacity 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
    transition: border-width 0.1s 0.3s, left 0.1s 0.3s, width 0.1s 0.3s, transform 0.1s 0.3s, opacity 0.1s 0.3s;
    transition: border-width 0.1s 0.3s, left 0.1s 0.3s, width 0.1s 0.3s, transform 0.1s 0.3s, opacity 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
  }
  .p-hamburger__bars::before {
    height: 1.8rem;
    border-top: 0.2rem solid;
    border-bottom: 0.2rem solid;
  }
  .p-hamburger__bars::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: auto;
    margin: auto;
    height: 0;
    border-bottom: 0.2rem solid;
  }
  .is-nav-show .p-hamburger__bars::before, .is-nav-show .p-hamburger__bars::after {
    opacity: 0;
    -webkit-transition: border-width 0.15s, left 0.15s, width 0.15s, opacity 0.15s, -webkit-transform 0.15s;
    transition: border-width 0.15s, left 0.15s, width 0.15s, opacity 0.15s, -webkit-transform 0.15s;
    transition: border-width 0.15s, left 0.15s, width 0.15s, transform 0.15s, opacity 0.15s;
    transition: border-width 0.15s, left 0.15s, width 0.15s, transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
  }
  .is-nav-show .p-hamburger__bars::before {
    -webkit-transform: scale(1.5, 1);
    -ms-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
    width: 120%;
    left: 0.5rem;
    border-width: 0;
  }
  .is-nav-show .p-hamburger__bars::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 200%;
    left: 2rem;
    border-width: 0;
  }
  .p-hamburger__close::before, .p-hamburger__close::after {
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    width: 115.999%;
    height: 0.2rem;
    background-color: currentColor;
  }
  .p-hamburger__close::before {
    top: 0;
    -webkit-transform: rotate(45deg) scale(0, 0);
    -ms-transform: rotate(45deg) scale(0, 0);
    transform: rotate(45deg) scale(0, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .p-hamburger__close::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .is-nav-show .p-hamburger__close::before, .is-nav-show .p-hamburger__close::after {
    -webkit-transition: -webkit-transform 0.1s 0.3s;
    transition: -webkit-transform 0.1s 0.3s;
    transition: transform 0.1s 0.3s;
    transition: transform 0.1s 0.3s, -webkit-transform 0.1s 0.3s;
  }
  .is-nav-show .p-hamburger__close::before {
    -webkit-transform: rotate(45deg) scale(1, 1);
    -ms-transform: rotate(45deg) scale(1, 1);
    transform: rotate(45deg) scale(1, 1);
  }
  .is-nav-show .p-hamburger__close::after {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
  }
}

.p-header__logo a {
  display: block;
}

.is-pc .p-header__logo a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.is-pc .p-header__logo a:hover {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

@media only screen and (min-width: 961px) {
  .p-header__logo {
    width: 13.4rem;
    margin-left: -1.2rem;
  }
  .p-header__logo a {
    padding: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-header__logo {
    width: 11.7rem;
    margin-left: -1.1rem;
  }
  .p-header__logo a {
    padding: 1.1rem;
  }
}

@media only screen and (min-width: 961px) {
  .p-header {
    position: relative;
    z-index: auto;
  }
  .p-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: background-color  0.2s 0.1s, box-shadow 0.1s, -webkit-transform 0.2s 0.1s;
    transition: background-color  0.2s 0.1s, box-shadow 0.1s, -webkit-transform 0.2s 0.1s;
    transition: background-color  0.2s 0.1s, box-shadow 0.1s, transform 0.2s 0.1s;
    transition: background-color  0.2s 0.1s, box-shadow 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0);
  }
  .is-header-on .p-header::before,
  .is-lower .p-header::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow 0.1s 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.1s 0.2s, -webkit-transform 0.2s;
    transition: box-shadow 0.1s 0.2s, transform 0.2s;
    transition: box-shadow 0.1s 0.2s, transform 0.2s, -webkit-transform 0.2s;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(38, 38, 38, 0.3);
  }
}

@media only screen and (max-width: 960px) {
  .p-header {
    position: relative;
    z-index: 10;
    min-height: 6rem;
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgba(38, 38, 38, 0.3);
  }
  .p-header__background {
    display: block;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    width: 100%;
    height: 120%;
    background-color: transparent;
  }
  .is-nav-show .p-header__background {
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.p-heading--primary {
  box-shadow: 0 -1px #06056d inset;
  color: #000;
}

.p-heading--secondary {
  box-shadow: 0 -1px #ccc inset;
  color: #000;
}

.p-heading--tertiary {
  color: #000;
}

.p-heading--quaternary {
  color: #666;
  font-weight: 600;
}

.p-heading--aside {
  box-shadow: 0 -1px #ccc inset;
  color: #000;
}

.p-heading--feature {
  color: #000;
}

.p-heading--feature-caption {
  position: relative;
  z-index: auto;
  font-weight: bold;
}

.p-heading--feature-caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #06056d;
}

@media only screen and (min-width: 961px) {
  .p-heading--primary {
    font-size: 3.6rem;
    line-height: 1.5;
    padding-bottom: 0.611em;
  }
  .p-heading--secondary {
    font-size: 3rem;
    line-height: 1.5;
    padding-bottom: 0.367em;
  }
  .p-heading--tertiary {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-heading--quaternary {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-heading--aside {
    font-size: 1.5rem;
    line-height: 1.333;
    padding-bottom: 0.933em;
  }
  .p-heading--feature {
    font-size: 3.2rem;
    line-height: 1.438;
    text-align: center;
  }
  .p-heading--feature-caption {
    font-size: 1.5rem;
    line-height: 1.667;
    padding-bottom: 1.067em;
    text-align: center;
  }
  .p-heading--feature-caption::after {
    right: 0;
    width: 10rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 960px) {
  .p-heading--primary {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-right: 5.333%;
    padding-left: 5.333%;
    padding-bottom: 0.792em;
  }
  .p-heading--secondary {
    font-size: 2.1rem;
    line-height: 1.5;
    padding-bottom: 0.476em;
  }
  .p-heading--tertiary {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .p-heading--quaternary {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-heading--aside {
    display: none;
    font-size: 1.4rem;
    line-height: 1.286;
    padding-bottom: 0.857em;
  }
  .p-heading--feature {
    font-size: 2.2rem;
    line-height: 1.409;
  }
  .p-heading--feature-caption {
    font-size: 1.2rem;
    line-height: 1.667;
    padding-bottom: 0.25em;
  }
  .p-heading--feature-caption::after {
    width: 6rem;
  }
}

@media only screen and (max-width: 374px) {
  .p-heading--feature {
    font-size: 2rem;
  }
}

.p-hero__first-view, .p-hero__parallax {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.p-hero__first-view {
  height: 100vh;
  z-index: -100;
}

.p-hero__first-view span {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

[class*="is-"] .p-hero__first-view span {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.p-hero__first-view--ground {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  width: 100%;
  height: 100%;
  background: transparent center top no-repeat;
  background-size: cover;
}

[class*="is-"] .p-hero__first-view--ground {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: opacity 0.8s 0.3s ease-out, -webkit-transform 0.8s 0.3s ease-out;
  transition: opacity 0.8s 0.3s ease-out, -webkit-transform 0.8s 0.3s ease-out;
  transition: transform 0.8s 0.3s ease-out, opacity 0.8s 0.3s ease-out;
  transition: transform 0.8s 0.3s ease-out, opacity 0.8s 0.3s ease-out, -webkit-transform 0.8s 0.3s ease-out;
}

.p-hero__parallax {
  height: 0;
}

.p-hero__parallax::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: 100% auto;
}

.p-hero__parallax--think-user-first {
  z-index: 1;
}

.p-hero__parallax--are-you-ready {
  z-index: 1;
}

.p-hero__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: auto;
  width: 100%;
  text-align: center;
}

.p-hero__cover {
  background-color: #fff;
}

@media only screen and (min-width: 961px) {
  .p-hero__first-view--ground {
    background-image: url("/assets/images/kcf/top/hero-ground-main.jpg");
  }
  .p-hero__parallax {
    padding-top: 41.406%;
  }
  .p-hero__parallax--think-user-first::before {
    background-image: url("/assets/images/kcf/top/hero-ground-01.jpg");
  }
  .p-hero__parallax--are-you-ready::before {
    background-image: url("/assets/images/kcf/top/hero-ground-02.jpg");
  }
}

@media only screen and (max-width: 960px) {
  .p-hero__first-view--ground {
    background-image: url("/assets/images/kcf/top/hero-ground-main-s.jpg");
  }
  .p-hero__parallax {
    padding-top: 64%;
  }
  .p-hero__parallax--think-user-first::before {
    background-image: url("/assets/images/kcf/top/hero-ground-01-s.jpg");
  }
  .p-hero__parallax--are-you-ready::before {
    background-image: url("/assets/images/kcf/top/hero-ground-02-s.jpg");
  }
}

.p-list--border {
  border-bottom: 1px solid #ccc;
}

.p-list__row {
  width: 100%;
  border-top: 1px solid #ccc;
}

.p-list__indent {
  padding-left: 1em;
  text-indent: -1em;
}

.p-list__indent > * {
  text-indent: 0;
}

@media only screen and (min-width: 961px) {
  .p-list__row {
    display: table;
  }
  .p-list__row__title, .p-list__row__description {
    display: table-cell;
    vertical-align: top;
  }
  .p-list__row__title {
    width: 19.879%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .p-list__row__description {
    padding: 1.5rem 0 1.5rem 2rem;
  }
  .p-list__item:nth-child(n+3) {
    padding-top: 0.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-list__row {
    padding-right: 5.333%;
    padding-left: 5.333%;
    padding-top: 1.35rem;
    padding-bottom: 1.1rem;
  }
  .is-lower .p-list__row:nth-child(1) {
    border-top: none;
  }
  .p-list__row__title {
    font-size: 1.1rem;
    line-height: 1.136;
  }
  .p-list__item {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #ccc;
  }
  .p-list__item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .p-list__item.is-current {
    border-top: none;
    background-color: #f5f5f5;
  }
  .p-list__item.is-current:last-child {
    border-bottom: none;
  }
  .p-list__item.is-current a {
    color: #666;
  }
  .p-list__item.is-current + .p-list__item {
    border-top: none;
  }
}

.p-matrix__record {
  width: 100%;
}

.p-matrix__record__title {
  background-color: #f5f5f5;
  font-weight: bold;
}

.p-matrix__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 56.25%;
}

.p-matrix__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 961px) {
  .p-matrix {
    border-top: 1px solid #ccc;
  }
  .p-matrix__record {
    display: table;
    border-bottom: 1px solid #ccc;
  }
  .p-matrix__record__title, .p-matrix__record__description {
    display: table-cell;
    vertical-align: top;
    padding: 2rem 2.5rem;
  }
  .p-matrix__record__title {
    width: 24rem;
  }
  .p-matrix__record__description + .p-matrix__record__description {
    padding-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .p-matrix__record {
    width: 100%;
  }
  .p-matrix__record__title {
    padding: 1.1rem 1.5rem 1.15rem;
  }
  .p-matrix__record__description {
    padding: 1.5rem 1.5rem;
  }
  .p-matrix__record__title--adjust, .p-matrix__record__description--adjust {
    padding-right: 5.333%;
    padding-left: 5.333%;
  }
  .p-matrix__record__description + .p-matrix__record__description {
    padding-top: 0;
  }
}

.p-media__apps {
  width: 100%;
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-media__apps::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.p-media__apps > * {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}

.is-pc .p-media__apps__item--ios, .is-pc .p-media__apps__item--android:not(.p-media__apps__item--site) {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.is-pc .p-media__apps__item--ios:hover, .is-pc .p-media__apps__item--android:not(.p-media__apps__item--site):hover {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

.is-android .p-media__apps__item--ios,
.is-ios .p-media__apps__item--android {
  display: none;
}

@media only screen and (min-width: 961px) {
  .p-media {
    width: 100%;
    font-size: 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .p-media::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .p-media > * {
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    vertical-align: top;
  }
  .p-media--services {
    position: relative;
    z-index: auto;
    padding-bottom: 7rem;
  }
  .p-media__block {
    width: 46.747%;
  }
  .p-media__title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .p-media__image {
    padding-top: 3.4rem;
  }
  .p-media__description {
    padding-top: 1.5rem;
  }
  .p-media__apps {
    position: absolute;
    bottom: 0;
    z-index: auto;
    width: 46.747%;
  }
  .is-android .p-media__apps,
  .is-ios .p-media__apps {
    text-align: right;
  }
  .p-media__apps__item--site {
    width: 29.347%;
  }
  .is-android .p-media__apps__item,
  .is-ios .p-media__apps__item {
    margin-left: 1.5rem;
  }
  .p-media__apps__item--ios, .p-media__apps__item--android {
    width: 32.173%;
  }
  .p-media__apps__item--android.p-media__apps__item--site {
    margin-left: 0;
  }
  .p-media__apps__item--android.p-media__apps__item--site span {
    font-size: 95%;
  }
}

@media only screen and (max-width: 960px) {
  .p-media__block:nth-child(n+2) {
    padding-top: 5.5rem;
  }
  .p-media__title {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .p-media__image {
    padding-top: 1.5rem;
  }
  .p-media__description {
    padding-top: 0.5rem;
  }
  .p-media__apps {
    padding-top: 2.3rem;
    vertical-align: top;
  }
  .p-media__apps__item, .p-media__apps__item--android.p-media__apps__item--site {
    width: 48.507%;
  }
  .p-media__apps__item--android.p-media__apps__item--site span {
    font-size: 90%;
  }
  .p-media__apps__item--site {
    width: 100%;
    padding-top: 1.8rem;
    text-align: center;
  }
  .p-media__apps__item--site a {
    max-width: 32rem;
  }
  .p-media__apps__item--android.p-media__apps__item--site,
  .is-android .p-media__apps__item--site,
  .is-ios .p-media__apps__item--site {
    position: relative;
    z-index: auto;
    width: 48.507%;
    height: 0;
    padding-top: 14.328%;
  }
  .p-media__apps__item--android.p-media__apps__item--site a,
  .is-android .p-media__apps__item--site a,
  .is-ios .p-media__apps__item--site a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    padding-top: 0;
    height: 100%;
  }
  .p-media__apps__item--android.p-media__apps__item--site span,
  .is-android .p-media__apps__item--site span,
  .is-ios .p-media__apps__item--site span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: auto;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 374px) {
  .p-media__apps__item--android.p-media__apps__item--site span,
  .is-android .p-media__apps__item--site span,
  .is-ios .p-media__apps__item--site span {
    font-size: 86%;
  }
}

.p-nav__logo a {
  display: block;
}

.is-pc .p-nav__logo a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.is-pc .p-nav__logo a:hover {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

@media only screen and (min-width: 961px) {
  .p-nav__logo {
    width: 13.4rem;
    margin-left: -1.2rem;
  }
  .p-nav__logo a {
    padding: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-nav__logo {
    width: 11.7rem;
    margin-left: -1.1rem;
  }
  .p-nav__logo a {
    padding: 1.1rem;
  }
}

.p-nav__share {
  font-size: 0;
}

.p-nav__share__service {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  vertical-align: top;
}

.p-nav__share__service svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: auto;
  display: block;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-nav__share__service svg path {
  fill: #000;
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.is-pc .p-nav__share .p-nav__share__facebook:hover path {
  fill: #3b579d;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.is-pc .p-nav__share .p-nav__share__twitter:hover path {
  fill: #1da1f2;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

@media only screen and (min-width: 961px) {
  .p-nav {
    padding-top: 2.2rem;
    padding-bottom: 2.1rem;
  }
  .p-nav::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-nav__header {
    display: none;
  }
  .p-nav__menu {
    float: left;
    vertical-align: middle;
  }
  .p-nav__menu__item {
    font-size: 1.7rem;
    line-height: 1.471;
    display: inline-block;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
  }
  .p-nav__menu__item:nth-child(n+2) {
    margin-left: 4rem;
  }
  .p-nav__menu__item a {
    display: block;
    position: relative;
    z-index: auto;
  }
  .p-nav__menu__item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid;
  }
  .is-pc .p-nav__menu__item a:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-nav__share {
    float: left;
    margin-left: 6rem;
  }
  .p-nav__share__service {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-nav__share__service:nth-child(n+2) {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-nav {
    width: 100%;
    background-color: #fff;
  }
  .p-nav__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .p-nav__menu {
    text-align: left;
  }
  .p-nav__menu__item {
    font-size: 1.8rem;
    line-height: 1.5;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .p-nav__menu__item a {
    padding-right: 5.333%;
    padding-left: 5.333%;
    position: relative;
    display: block;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    color: #000;
    font-weight: bold;
  }
  .p-nav__menu__item a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: auto;
    content: "";
    display: block;
    right: 6.666%;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    width: 1.3rem;
    height: 2.1rem;
    background: transparent url("/assets/images/kcf/common/arrow-right.png") left top no-repeat;
    background-size: contain;
  }
  .p-nav__menu__item a:hover::after {
    right: 4.666%;
  }
  .p-nav__share {
    padding-top: 2.5rem;
    padding-right: 6.666%;
    padding-bottom: 2.5rem;
    text-align: right;
  }
  .p-nav__share__service {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-nav__share__service:nth-child(n+2) {
    margin-left: 2.4rem;
  }
}

.p-rule {
  box-shadow: 0 -1px #ccc inset;
}

@media only screen and (min-width: 961px) {
  .p-rule {
    padding-top: 6.5rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-rule {
    padding-top: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-typography--caution {
  color: #999;
}

.p-typography--notice {
  color: #d10000;
}

@media only screen and (min-width: 961px) {
  .p-typography {
    font-size: 1.7rem;
    line-height: 1.471;
  }
  .p-typography--l {
    font-size: 1.9rem;
    line-height: 1.474;
  }
  .p-typography--m {
    font-size: 1.5rem;
    line-height: 1.667;
  }
  .p-typography--s {
    font-size: 1.5rem;
    line-height: 1.533;
  }
}

@media only screen and (max-width: 960px) {
  .p-typography {
    font-size: 1.3rem;
    line-height: 1.346;
  }
  .p-typography--l {
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .p-typography--m {
    font-size: 1.4rem;
    line-height: 1.429;
  }
  .p-typography--s {
    font-size: 1.1rem;
    line-height: 1.455;
  }
}

.p-widget {
  width: 100%;
  font-size: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  border-top: 1px solid #ccc;
}

.p-widget::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.p-widget > * {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}

.p-widget__share::after {
  content: "";
  clear: both;
  display: block;
}

.p-widget__share__service {
  float: left;
}

.p-widget__share__service:nth-child(n+2) {
  margin-left: 0.8rem;
}

.p-widget__share__hatena {
  display: inline-block;
  margin-right: -8px;
}

.p-widget__return {
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  z-index: auto;
  padding-right: 3rem;
  color: #000;
  font-weight: bold;
}

.p-widget__return a::before,
.p-widget__return a::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-widget__return a::before {
  top: 0;
  background-color: currentColor;
}

.p-widget__return a::after {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background: transparent url("/assets/images/kcf/common/arrow-top.png") left top no-repeat;
  background-size: contain;
}

.p-widget__return:hover a::after {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

@media only screen and (min-width: 961px) {
  .p-widget {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #ccc;
  }
  .p-widget__date {
    font-size: 1.5rem;
    line-height: 1.333;
  }
  .p-widget__return a::before {
    right: 0.1rem;
    width: 2.2rem;
    height: 0.2rem;
  }
  .p-widget__return a::after {
    top: 0.5rem;
    right: 0.4rem;
    width: 1.6rem;
    height: 1.8rem;
  }
  .p-widget__return:hover a::after {
    top: 0.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-widget {
    padding-top: 1.8rem;
    padding-bottom: 0.4rem;
  }
  .p-widget--footer {
    padding-right: 5.333%;
    padding-left: 5.333%;
    padding-bottom: 1.8rem;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .p-widget:not(.p-widget--footer) .p-widget__block--fluid {
    width: 100%;
  }
  .p-widget__date {
    font-size: 1.1rem;
    line-height: 1.136;
    padding-bottom: 1.3rem;
  }
  .p-widget__return {
    text-align: right;
  }
  .p-widget__return a::before {
    right: 0.1rem;
    width: 2.2rem;
    height: 0.2rem;
  }
  .p-widget__return a::after {
    top: 0.5rem;
    right: 0.4rem;
    width: 1.6rem;
    height: 1.8rem;
  }
  .p-widget__return:hover a::after {
    top: 0.2rem;
  }
}

@media only screen and (max-width: 413px) {
  .p-widget:not(.p-widget--footer) .p-widget__share {
    width: 260px;
  }
  .p-widget__share__service:nth-child(3) {
    margin-bottom: 1em;
  }
  .p-widget__share__service:nth-child(4) {
    margin-left: 0;
  }
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-center {
  text-align: center;
}

.u-align-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-align-text-top {
  vertical-align: text-top;
}

.u-align-text-bottom {
  vertical-align: text-bottom;
}

.u-align-super {
  vertical-align: super;
}

.u-align-sub {
  vertical-align: sub;
}

.u-background-reset {
  background: transparent;
}

.u-background-current {
  background-color: currentColor;
}

.u-background-black {
  background-color: black;
}

.u-background-silver {
  background-color: silver;
}

.u-background-gray {
  background-color: gray;
}

.u-background-white {
  background-color: white;
}

.u-background-maroon {
  background-color: maroon;
}

.u-background-red {
  background-color: red;
}

.u-background-purple {
  background-color: purple;
}

.u-background-fuchsia {
  background-color: fuchsia;
}

.u-background-green {
  background-color: green;
}

.u-background-lime {
  background-color: lime;
}

.u-background-olive {
  background-color: olive;
}

.u-background-yellow {
  background-color: yellow;
}

.u-background-navy {
  background-color: navy;
}

.u-background-blue {
  background-color: blue;
}

.u-background-teal {
  background-color: teal;
}

.u-background-aqua {
  background-color: aqua;
}

.u-background-orange {
  background-color: orange;
}

.u-background-aliceblue {
  background-color: aliceblue;
}

.u-background-antiquewhite {
  background-color: antiquewhite;
}

.u-background-aquamarine {
  background-color: aquamarine;
}

.u-background-azure {
  background-color: azure;
}

.u-background-beige {
  background-color: beige;
}

.u-background-bisque {
  background-color: bisque;
}

.u-background-blanchedalmond {
  background-color: blanchedalmond;
}

.u-background-blueviolet {
  background-color: blueviolet;
}

.u-background-brown {
  background-color: brown;
}

.u-background-burlywood {
  background-color: burlywood;
}

.u-background-cadetblue {
  background-color: cadetblue;
}

.u-background-chartreuse {
  background-color: chartreuse;
}

.u-background-chocolate {
  background-color: chocolate;
}

.u-background-coral {
  background-color: coral;
}

.u-background-cornflowerblue {
  background-color: cornflowerblue;
}

.u-background-cornsilk {
  background-color: cornsilk;
}

.u-background-crimson {
  background-color: crimson;
}

.u-background-darkblue {
  background-color: darkblue;
}

.u-background-darkcyan {
  background-color: darkcyan;
}

.u-background-darkgoldenrod {
  background-color: darkgoldenrod;
}

.u-background-darkgray {
  background-color: darkgray;
}

.u-background-darkgreen {
  background-color: darkgreen;
}

.u-background-darkgrey {
  background-color: darkgrey;
}

.u-background-darkkhaki {
  background-color: darkkhaki;
}

.u-background-darkmagenta {
  background-color: darkmagenta;
}

.u-background-darkolivegreen {
  background-color: darkolivegreen;
}

.u-background-darkorange {
  background-color: darkorange;
}

.u-background-darkorchid {
  background-color: darkorchid;
}

.u-background-darkred {
  background-color: darkred;
}

.u-background-darksalmon {
  background-color: darksalmon;
}

.u-background-darkseagreen {
  background-color: darkseagreen;
}

.u-background-darkslateblue {
  background-color: darkslateblue;
}

.u-background-darkslategray {
  background-color: darkslategray;
}

.u-background-darkslategrey {
  background-color: darkslategrey;
}

.u-background-darkturquoise {
  background-color: darkturquoise;
}

.u-background-darkviolet {
  background-color: darkviolet;
}

.u-background-deeppink {
  background-color: deeppink;
}

.u-background-deepskyblue {
  background-color: deepskyblue;
}

.u-background-dimgray {
  background-color: dimgray;
}

.u-background-dimgrey {
  background-color: dimgrey;
}

.u-background-dodgerblue {
  background-color: dodgerblue;
}

.u-background-firebrick {
  background-color: firebrick;
}

.u-background-floralwhite {
  background-color: floralwhite;
}

.u-background-forestgreen {
  background-color: forestgreen;
}

.u-background-gainsboro {
  background-color: gainsboro;
}

.u-background-ghostwhite {
  background-color: ghostwhite;
}

.u-background-gold {
  background-color: gold;
}

.u-background-goldenrod {
  background-color: goldenrod;
}

.u-background-greenyellow {
  background-color: greenyellow;
}

.u-background-grey {
  background-color: grey;
}

.u-background-honeydew {
  background-color: honeydew;
}

.u-background-hotpink {
  background-color: hotpink;
}

.u-background-indianred {
  background-color: indianred;
}

.u-background-indigo {
  background-color: indigo;
}

.u-background-ivory {
  background-color: ivory;
}

.u-background-khaki {
  background-color: khaki;
}

.u-background-lavender {
  background-color: lavender;
}

.u-background-lavenderblush {
  background-color: lavenderblush;
}

.u-background-lawngreen {
  background-color: lawngreen;
}

.u-background-lemonchiffon {
  background-color: lemonchiffon;
}

.u-background-lightblue {
  background-color: lightblue;
}

.u-background-lightcoral {
  background-color: lightcoral;
}

.u-background-lightcyan {
  background-color: lightcyan;
}

.u-background-lightgoldenrodyellow {
  background-color: lightgoldenrodyellow;
}

.u-background-lightgray {
  background-color: lightgray;
}

.u-background-lightgreen {
  background-color: lightgreen;
}

.u-background-lightgrey {
  background-color: lightgrey;
}

.u-background-lightpink {
  background-color: lightpink;
}

.u-background-lightsalmon {
  background-color: lightsalmon;
}

.u-background-lightseagreen {
  background-color: lightseagreen;
}

.u-background-lightskyblue {
  background-color: lightskyblue;
}

.u-background-lightslategray {
  background-color: lightslategray;
}

.u-background-lightslategrey {
  background-color: lightslategrey;
}

.u-background-lightsteelblue {
  background-color: lightsteelblue;
}

.u-background-lightyellow {
  background-color: lightyellow;
}

.u-background-limegreen {
  background-color: limegreen;
}

.u-background-linen {
  background-color: linen;
}

.u-background-mediumaquamarine {
  background-color: mediumaquamarine;
}

.u-background-mediumblue {
  background-color: mediumblue;
}

.u-background-mediumorchid {
  background-color: mediumorchid;
}

.u-background-mediumpurple {
  background-color: mediumpurple;
}

.u-background-mediumseagreen {
  background-color: mediumseagreen;
}

.u-background-mediumslateblue {
  background-color: mediumslateblue;
}

.u-background-mediumspringgreen {
  background-color: mediumspringgreen;
}

.u-background-mediumturquoise {
  background-color: mediumturquoise;
}

.u-background-mediumvioletred {
  background-color: mediumvioletred;
}

.u-background-midnightblue {
  background-color: midnightblue;
}

.u-background-mintcream {
  background-color: mintcream;
}

.u-background-mistyrose {
  background-color: mistyrose;
}

.u-background-moccasin {
  background-color: moccasin;
}

.u-background-navajowhite {
  background-color: navajowhite;
}

.u-background-oldlace {
  background-color: oldlace;
}

.u-background-olivedrab {
  background-color: olivedrab;
}

.u-background-orangered {
  background-color: orangered;
}

.u-background-orchid {
  background-color: orchid;
}

.u-background-palegoldenrod {
  background-color: palegoldenrod;
}

.u-background-palegreen {
  background-color: palegreen;
}

.u-background-paleturquoise {
  background-color: paleturquoise;
}

.u-background-palevioletred {
  background-color: palevioletred;
}

.u-background-papayawhip {
  background-color: papayawhip;
}

.u-background-peachpuff {
  background-color: peachpuff;
}

.u-background-peru {
  background-color: peru;
}

.u-background-pink {
  background-color: pink;
}

.u-background-plum {
  background-color: plum;
}

.u-background-powderblue {
  background-color: powderblue;
}

.u-background-rosybrown {
  background-color: rosybrown;
}

.u-background-royalblue {
  background-color: royalblue;
}

.u-background-saddlebrown {
  background-color: saddlebrown;
}

.u-background-salmon {
  background-color: salmon;
}

.u-background-sandybrown {
  background-color: sandybrown;
}

.u-background-seagreen {
  background-color: seagreen;
}

.u-background-seashell {
  background-color: seashell;
}

.u-background-sienna {
  background-color: sienna;
}

.u-background-skyblue {
  background-color: skyblue;
}

.u-background-slateblue {
  background-color: slateblue;
}

.u-background-slategray {
  background-color: slategray;
}

.u-background-slategrey {
  background-color: slategrey;
}

.u-background-snow {
  background-color: snow;
}

.u-background-springgreen {
  background-color: springgreen;
}

.u-background-steelblue {
  background-color: steelblue;
}

.u-background-tan {
  background-color: tan;
}

.u-background-thistle {
  background-color: thistle;
}

.u-background-tomato {
  background-color: tomato;
}

.u-background-turquoise {
  background-color: turquoise;
}

.u-background-violet {
  background-color: violet;
}

.u-background-wheat {
  background-color: wheat;
}

.u-background-whitesmoke {
  background-color: whitesmoke;
}

.u-background-yellowgreen {
  background-color: yellowgreen;
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-color-black {
  color: black;
}

.u-color-silver {
  color: silver;
}

.u-color-gray {
  color: gray;
}

.u-color-white {
  color: white;
}

.u-color-maroon {
  color: maroon;
}

.u-color-red {
  color: red;
}

.u-color-purple {
  color: purple;
}

.u-color-fuchsia {
  color: fuchsia;
}

.u-color-green {
  color: green;
}

.u-color-lime {
  color: lime;
}

.u-color-olive {
  color: olive;
}

.u-color-yellow {
  color: yellow;
}

.u-color-navy {
  color: navy;
}

.u-color-blue {
  color: blue;
}

.u-color-teal {
  color: teal;
}

.u-color-aqua {
  color: aqua;
}

.u-color-orange {
  color: orange;
}

.u-color-aliceblue {
  color: aliceblue;
}

.u-color-antiquewhite {
  color: antiquewhite;
}

.u-color-aquamarine {
  color: aquamarine;
}

.u-color-azure {
  color: azure;
}

.u-color-beige {
  color: beige;
}

.u-color-bisque {
  color: bisque;
}

.u-color-blanchedalmond {
  color: blanchedalmond;
}

.u-color-blueviolet {
  color: blueviolet;
}

.u-color-brown {
  color: brown;
}

.u-color-burlywood {
  color: burlywood;
}

.u-color-cadetblue {
  color: cadetblue;
}

.u-color-chartreuse {
  color: chartreuse;
}

.u-color-chocolate {
  color: chocolate;
}

.u-color-coral {
  color: coral;
}

.u-color-cornflowerblue {
  color: cornflowerblue;
}

.u-color-cornsilk {
  color: cornsilk;
}

.u-color-crimson {
  color: crimson;
}

.u-color-darkblue {
  color: darkblue;
}

.u-color-darkcyan {
  color: darkcyan;
}

.u-color-darkgoldenrod {
  color: darkgoldenrod;
}

.u-color-darkgray {
  color: darkgray;
}

.u-color-darkgreen {
  color: darkgreen;
}

.u-color-darkgrey {
  color: darkgrey;
}

.u-color-darkkhaki {
  color: darkkhaki;
}

.u-color-darkmagenta {
  color: darkmagenta;
}

.u-color-darkolivegreen {
  color: darkolivegreen;
}

.u-color-darkorange {
  color: darkorange;
}

.u-color-darkorchid {
  color: darkorchid;
}

.u-color-darkred {
  color: darkred;
}

.u-color-darksalmon {
  color: darksalmon;
}

.u-color-darkseagreen {
  color: darkseagreen;
}

.u-color-darkslateblue {
  color: darkslateblue;
}

.u-color-darkslategray {
  color: darkslategray;
}

.u-color-darkslategrey {
  color: darkslategrey;
}

.u-color-darkturquoise {
  color: darkturquoise;
}

.u-color-darkviolet {
  color: darkviolet;
}

.u-color-deeppink {
  color: deeppink;
}

.u-color-deepskyblue {
  color: deepskyblue;
}

.u-color-dimgray {
  color: dimgray;
}

.u-color-dimgrey {
  color: dimgrey;
}

.u-color-dodgerblue {
  color: dodgerblue;
}

.u-color-firebrick {
  color: firebrick;
}

.u-color-floralwhite {
  color: floralwhite;
}

.u-color-forestgreen {
  color: forestgreen;
}

.u-color-gainsboro {
  color: gainsboro;
}

.u-color-ghostwhite {
  color: ghostwhite;
}

.u-color-gold {
  color: gold;
}

.u-color-goldenrod {
  color: goldenrod;
}

.u-color-greenyellow {
  color: greenyellow;
}

.u-color-grey {
  color: grey;
}

.u-color-honeydew {
  color: honeydew;
}

.u-color-hotpink {
  color: hotpink;
}

.u-color-indianred {
  color: indianred;
}

.u-color-indigo {
  color: indigo;
}

.u-color-ivory {
  color: ivory;
}

.u-color-khaki {
  color: khaki;
}

.u-color-lavender {
  color: lavender;
}

.u-color-lavenderblush {
  color: lavenderblush;
}

.u-color-lawngreen {
  color: lawngreen;
}

.u-color-lemonchiffon {
  color: lemonchiffon;
}

.u-color-lightblue {
  color: lightblue;
}

.u-color-lightcoral {
  color: lightcoral;
}

.u-color-lightcyan {
  color: lightcyan;
}

.u-color-lightgoldenrodyellow {
  color: lightgoldenrodyellow;
}

.u-color-lightgray {
  color: lightgray;
}

.u-color-lightgreen {
  color: lightgreen;
}

.u-color-lightgrey {
  color: lightgrey;
}

.u-color-lightpink {
  color: lightpink;
}

.u-color-lightsalmon {
  color: lightsalmon;
}

.u-color-lightseagreen {
  color: lightseagreen;
}

.u-color-lightskyblue {
  color: lightskyblue;
}

.u-color-lightslategray {
  color: lightslategray;
}

.u-color-lightslategrey {
  color: lightslategrey;
}

.u-color-lightsteelblue {
  color: lightsteelblue;
}

.u-color-lightyellow {
  color: lightyellow;
}

.u-color-limegreen {
  color: limegreen;
}

.u-color-linen {
  color: linen;
}

.u-color-mediumaquamarine {
  color: mediumaquamarine;
}

.u-color-mediumblue {
  color: mediumblue;
}

.u-color-mediumorchid {
  color: mediumorchid;
}

.u-color-mediumpurple {
  color: mediumpurple;
}

.u-color-mediumseagreen {
  color: mediumseagreen;
}

.u-color-mediumslateblue {
  color: mediumslateblue;
}

.u-color-mediumspringgreen {
  color: mediumspringgreen;
}

.u-color-mediumturquoise {
  color: mediumturquoise;
}

.u-color-mediumvioletred {
  color: mediumvioletred;
}

.u-color-midnightblue {
  color: midnightblue;
}

.u-color-mintcream {
  color: mintcream;
}

.u-color-mistyrose {
  color: mistyrose;
}

.u-color-moccasin {
  color: moccasin;
}

.u-color-navajowhite {
  color: navajowhite;
}

.u-color-oldlace {
  color: oldlace;
}

.u-color-olivedrab {
  color: olivedrab;
}

.u-color-orangered {
  color: orangered;
}

.u-color-orchid {
  color: orchid;
}

.u-color-palegoldenrod {
  color: palegoldenrod;
}

.u-color-palegreen {
  color: palegreen;
}

.u-color-paleturquoise {
  color: paleturquoise;
}

.u-color-palevioletred {
  color: palevioletred;
}

.u-color-papayawhip {
  color: papayawhip;
}

.u-color-peachpuff {
  color: peachpuff;
}

.u-color-peru {
  color: peru;
}

.u-color-pink {
  color: pink;
}

.u-color-plum {
  color: plum;
}

.u-color-powderblue {
  color: powderblue;
}

.u-color-rosybrown {
  color: rosybrown;
}

.u-color-royalblue {
  color: royalblue;
}

.u-color-saddlebrown {
  color: saddlebrown;
}

.u-color-salmon {
  color: salmon;
}

.u-color-sandybrown {
  color: sandybrown;
}

.u-color-seagreen {
  color: seagreen;
}

.u-color-seashell {
  color: seashell;
}

.u-color-sienna {
  color: sienna;
}

.u-color-skyblue {
  color: skyblue;
}

.u-color-slateblue {
  color: slateblue;
}

.u-color-slategray {
  color: slategray;
}

.u-color-slategrey {
  color: slategrey;
}

.u-color-snow {
  color: snow;
}

.u-color-springgreen {
  color: springgreen;
}

.u-color-steelblue {
  color: steelblue;
}

.u-color-tan {
  color: tan;
}

.u-color-thistle {
  color: thistle;
}

.u-color-tomato {
  color: tomato;
}

.u-color-turquoise {
  color: turquoise;
}

.u-color-violet {
  color: violet;
}

.u-color-wheat {
  color: wheat;
}

.u-color-whitesmoke {
  color: whitesmoke;
}

.u-color-yellowgreen {
  color: yellowgreen;
}

.u-display-none {
  display: none;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

@media only screen and (min-width: 961px) {
  .u-display-smart-device {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .u-display-pc {
    display: none;
  }
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.u-flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.u-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.u-flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.u-flex-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.u-flex-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.u-flex-content-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.u-flex-content-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.u-flex-content-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.u-flex-content-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.u-flex-content-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.u-flex-content-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.u-flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.u-flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.u-flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.u-flex-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.u-flex-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.u-flex-order-normal {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.u-flex-order-head {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.u-flex-order-end {
  -webkit-box-ordinal-group: 1000;
  -webkit-order: 999;
  -ms-flex-order: 999;
  order: 999;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.u-flex-grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.u-flex-grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.u-flex-grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.u-flex-grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.u-flex-grow-normal {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.u-flex-shrink-1 {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.u-flex-shrink-2 {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.u-flex-shrink-3 {
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
}

.u-flex-shrink-4 {
  -webkit-flex-shrink: 4;
  -ms-flex-negative: 4;
  flex-shrink: 4;
}

.u-flex-shrink-5 {
  -webkit-flex-shrink: 5;
  -ms-flex-negative: 5;
  flex-shrink: 5;
}

.u-flex-shrink-normal {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.u-flex-basis-normal {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-float-none {
  float: none;
}

.u-grid {
  width: 100%;
}

.u-grid::after {
  content: "";
  clear: both;
  display: block;
}

.u-grid-inline-block {
  width: 100%;
  font-size: 0;
}

.u-grid-inline-block::after {
  content: none;
}

.u-grid-inline-block > * {
  display: inline-block;
  font-size: 1rem;
}

.u-grid-table {
  display: table;
  width: 100%;
}

.u-grid-table::after {
  content: none;
}

.u-grid-table > * {
  display: table-cell;
}

.u-grid-column-1 {
  width: 8.33333%;
}

.u-grid-column-2 {
  width: 16.66667%;
}

.u-grid-column-3 {
  width: 25%;
}

.u-grid-column-4 {
  width: 33.33333%;
}

.u-grid-column-5 {
  width: 41.66667%;
}

.u-grid-column-6 {
  width: 50%;
}

.u-grid-column-7 {
  width: 58.33333%;
}

.u-grid-column-8 {
  width: 66.66667%;
}

.u-grid-column-9 {
  width: 75%;
}

.u-grid-column-10 {
  width: 83.33333%;
}

.u-grid-column-11 {
  width: 91.66667%;
}

.u-grid-column-12 {
  width: 100%;
}

.u-hover-underline:hover {
  text-decoration: underline;
}

.u-hover-bright-1:hover {
  opacity: 0.1;
}

.u-hover-bright-2:hover {
  opacity: 0.2;
}

.u-hover-bright-3:hover {
  opacity: 0.3;
}

.u-hover-bright-4:hover {
  opacity: 0.4;
}

.u-hover-bright-5:hover {
  opacity: 0.5;
}

.u-hover-bright-6:hover {
  opacity: 0.6;
}

.u-hover-bright-7:hover {
  opacity: 0.7;
}

.u-hover-bright-8:hover {
  opacity: 0.8;
}

.u-hover-bright-9:hover {
  opacity: 0.9;
}

.u-hover-bright-10:hover {
  opacity: 1;
}

.u-image-fluid {
  width: 100%;
  height: auto;
}

.u-kerning {
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.u-kerning-auto {
  -webkit-font-kerning: auto;
  font-kerning: auto;
}

.u-kerning-none {
  -webkit-font-kerning: none;
  font-kerning: none;
}

.u-margin-reset {
  margin: 0 !important;
}

.u-margin-top-0 {
  margin-top: 0em !important;
}

.u-margin-top-1 {
  margin-top: 1em !important;
}

.u-margin-top-2 {
  margin-top: 2em !important;
}

.u-margin-top-3 {
  margin-top: 3em !important;
}

.u-margin-top-4 {
  margin-top: 4em !important;
}

.u-margin-top-5 {
  margin-top: 5em !important;
}

.u-margin-top-6 {
  margin-top: 6em !important;
}

.u-margin-top-7 {
  margin-top: 7em !important;
}

.u-margin-top-8 {
  margin-top: 8em !important;
}

.u-margin-top-9 {
  margin-top: 9em !important;
}

.u-margin-top-10 {
  margin-top: 10em !important;
}

.u-margin-right-0 {
  margin-right: 0em !important;
}

.u-margin-right-1 {
  margin-right: 1em !important;
}

.u-margin-right-2 {
  margin-right: 2em !important;
}

.u-margin-right-3 {
  margin-right: 3em !important;
}

.u-margin-right-4 {
  margin-right: 4em !important;
}

.u-margin-right-5 {
  margin-right: 5em !important;
}

.u-margin-right-6 {
  margin-right: 6em !important;
}

.u-margin-right-7 {
  margin-right: 7em !important;
}

.u-margin-right-8 {
  margin-right: 8em !important;
}

.u-margin-right-9 {
  margin-right: 9em !important;
}

.u-margin-right-10 {
  margin-right: 10em !important;
}

.u-margin-bottom-0 {
  margin-bottom: 0em !important;
}

.u-margin-bottom-1 {
  margin-bottom: 1em !important;
}

.u-margin-bottom-2 {
  margin-bottom: 2em !important;
}

.u-margin-bottom-3 {
  margin-bottom: 3em !important;
}

.u-margin-bottom-4 {
  margin-bottom: 4em !important;
}

.u-margin-bottom-5 {
  margin-bottom: 5em !important;
}

.u-margin-bottom-6 {
  margin-bottom: 6em !important;
}

.u-margin-bottom-7 {
  margin-bottom: 7em !important;
}

.u-margin-bottom-8 {
  margin-bottom: 8em !important;
}

.u-margin-bottom-9 {
  margin-bottom: 9em !important;
}

.u-margin-bottom-10 {
  margin-bottom: 10em !important;
}

.u-margin-left-0 {
  margin-left: 0em !important;
}

.u-margin-left-1 {
  margin-left: 1em !important;
}

.u-margin-left-2 {
  margin-left: 2em !important;
}

.u-margin-left-3 {
  margin-left: 3em !important;
}

.u-margin-left-4 {
  margin-left: 4em !important;
}

.u-margin-left-5 {
  margin-left: 5em !important;
}

.u-margin-left-6 {
  margin-left: 6em !important;
}

.u-margin-left-7 {
  margin-left: 7em !important;
}

.u-margin-left-8 {
  margin-left: 8em !important;
}

.u-margin-left-9 {
  margin-left: 9em !important;
}

.u-margin-left-10 {
  margin-left: 10em !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-scroll-x {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.u-padding-reset {
  padding: 0 !important;
}

.u-padding-top-0 {
  padding-top: 0em !important;
}

.u-padding-top-1 {
  padding-top: 1em !important;
}

.u-padding-top-2 {
  padding-top: 2em !important;
}

.u-padding-top-3 {
  padding-top: 3em !important;
}

.u-padding-top-4 {
  padding-top: 4em !important;
}

.u-padding-top-5 {
  padding-top: 5em !important;
}

.u-padding-top-6 {
  padding-top: 6em !important;
}

.u-padding-top-7 {
  padding-top: 7em !important;
}

.u-padding-top-8 {
  padding-top: 8em !important;
}

.u-padding-top-9 {
  padding-top: 9em !important;
}

.u-padding-top-10 {
  padding-top: 10em !important;
}

.u-padding-right-0 {
  padding-right: 0em !important;
}

.u-padding-right-1 {
  padding-right: 1em !important;
}

.u-padding-right-2 {
  padding-right: 2em !important;
}

.u-padding-right-3 {
  padding-right: 3em !important;
}

.u-padding-right-4 {
  padding-right: 4em !important;
}

.u-padding-right-5 {
  padding-right: 5em !important;
}

.u-padding-right-6 {
  padding-right: 6em !important;
}

.u-padding-right-7 {
  padding-right: 7em !important;
}

.u-padding-right-8 {
  padding-right: 8em !important;
}

.u-padding-right-9 {
  padding-right: 9em !important;
}

.u-padding-right-10 {
  padding-right: 10em !important;
}

.u-padding-bottom-0 {
  padding-bottom: 0em !important;
}

.u-padding-bottom-1 {
  padding-bottom: 1em !important;
}

.u-padding-bottom-2 {
  padding-bottom: 2em !important;
}

.u-padding-bottom-3 {
  padding-bottom: 3em !important;
}

.u-padding-bottom-4 {
  padding-bottom: 4em !important;
}

.u-padding-bottom-5 {
  padding-bottom: 5em !important;
}

.u-padding-bottom-6 {
  padding-bottom: 6em !important;
}

.u-padding-bottom-7 {
  padding-bottom: 7em !important;
}

.u-padding-bottom-8 {
  padding-bottom: 8em !important;
}

.u-padding-bottom-9 {
  padding-bottom: 9em !important;
}

.u-padding-bottom-10 {
  padding-bottom: 10em !important;
}

.u-padding-left-0 {
  padding-left: 0em !important;
}

.u-padding-left-1 {
  padding-left: 1em !important;
}

.u-padding-left-2 {
  padding-left: 2em !important;
}

.u-padding-left-3 {
  padding-left: 3em !important;
}

.u-padding-left-4 {
  padding-left: 4em !important;
}

.u-padding-left-5 {
  padding-left: 5em !important;
}

.u-padding-left-6 {
  padding-left: 6em !important;
}

.u-padding-left-7 {
  padding-left: 7em !important;
}

.u-padding-left-8 {
  padding-left: 8em !important;
}

.u-padding-left-9 {
  padding-left: 9em !important;
}

.u-padding-left-10 {
  padding-left: 10em !important;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-invisible {
  visibility: hidden;
}

.u-weight-100 {
  font-weight: 100;
}

.u-weight-200 {
  font-weight: 200;
}

.u-weight-300 {
  font-weight: 300;
}

.u-weight-400 {
  font-weight: 400;
}

.u-weight-500 {
  font-weight: 500;
}

.u-weight-600 {
  font-weight: 600;
}

.u-weight-700 {
  font-weight: 700;
}

.privacy-text{
  padding: 1.5rem 1.5rem;
  padding-top: 0.3rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  line-height: 1.346;
  font-size: 1.3rem;
}

.privacy-text span{
  color: #de5511;
}

.privacy-check__button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-check__button input p{
  font-size: 1.3rem;
}

.privacy-check__button p a{
  color: #de5511;
}

@media only screen and (min-width: 961px) {
  .privacy-text{
    width: 72%;
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }
  .privacy-check__button {
    margin-top: 4px;
  }

  .privacy-check__button input {
    transform: scale(1.5);
  }

  .privacy-check__button p{
    font-size: 1.5rem !important;
  }
}