@charset "UTF-8";
/*　*/
/**************************************************
		Foundation
**************************************************/
/* ===== Reset ===== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

main, article, aside, dialog, figure, header, footer, hgroup, nav, section {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

ul, ol {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
}

sub, sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.5em;
}

input, textarea, select, button {
  border-radius: 0;
  font: inherit;
  color: inherit;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* ===== Setting ===== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 600;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 800;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 900;
}
html {
  font-size: 62.5%;
}

body {
  background: #fff url(../img/common/bg_01.png) 50% 0 repeat;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Noto Sans JP", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #404040;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  body {
    background-size: 2rem auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
  img {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  a, a::before, a::after, a *::before, a *::after, button, input[type=submit] {
    transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  html {
    font-size: 0.769vw;
  }
}
/**************************************************
		Libs
**************************************************/
/* ===== Tab ===== */
.js-tab-conts {
  position: relative;
}

.js-tab-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.js-tab-cont.is-active {
  position: relative;
}

/**************************************************
		Layout
**************************************************/
/* ===== Header ===== */
.l-header {
  position: relative;
  background: #fff;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    padding-top: 7rem;
  }
}
.l-header_logo01 {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .l-header_logo01 {
    padding: 1.2rem 0 0.6rem 0;
    border-bottom: 1px solid #dadada;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_logo01 {
    position: absolute;
    top: 2.5rem;
    left: 2rem;
    width: 24rem;
  }
}
.l-header_logo01 img {
  width: 17rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo01 img {
    width: 100%;
  }
}
.l-header_logo02 {
  position: relative;
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-header_logo02 {
    padding: 2rem 0;
  }
}
.l-header_logo02 a {
  display: inline-block;
}
.l-header_logo02_copy {
  display: block;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo02_copy {
    margin-bottom: 2rem;
  }
}
.l-header_logo02_copy img {
  width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo02_copy img {
    width: 41rem;
  }
}
.l-header_logo02_img {
  display: block;
}
.l-header_logo02_img img {
  width: 33rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_logo02_img img {
    width: 56rem;
  }
}
.l-header_menu {
  background: #fef6f7;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu {
    margin-top: 2.5rem;
  }
}
.l-header_menu ul {
  display: flex;
  line-height: 0;
  justify-content: center;
}
.l-header_menu li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header_menu li {
    width: 25%;
  }
  .l-header_menu li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 4rem;
    background: #f88f96;
    content: "";
  }
}
.l-header_menu a {
  display: block;
  padding: 2.1rem 0;
  text-align: center;
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu a {
    padding: 2.5rem 3.5rem;
  }
}
.l-header_menu_inner {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_inner {
    display: flex;
    align-items: center;
  }
}
.l-header_menu_inner::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6rem;
  border-radius: 1rem;
  width: 0;
  background: #f88f96;
  content: "";
}
@media only screen and (max-width: 767px) {
  .l-header_menu_inner::before {
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_inner::before {
    width: 0;
    bottom: -1rem;
    height: 3px;
    transition: width 0.3s;
  }
}
.l-header_menu_txt {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_txt {
    margin-top: 0.2rem;
  }
}
.l-header_menu_txt img {
  width: 3rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_txt img {
    width: 4.2rem;
  }
}
.l-header_menu_num {
  display: block;
}
@media only screen and (max-width: 767px) {
  .l-header_menu_num {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_num {
    margin-left: 1rem;
  }
}
.l-header_menu_num img {
  width: 3.3rem;
}
@media print, screen and (min-width: 768px) {
  .l-header_menu_num img {
    width: 3.8rem;
  }
}
#p-guide01 .l-header_menu .is-guide01 a, #p-guide02 .l-header_menu .is-guide02 a, #p-guide03 .l-header_menu .is-guide03 a, #p-guide04 .l-header_menu .is-guide04 a {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #p-guide01 .l-header_menu .is-guide01 a, #p-guide02 .l-header_menu .is-guide02 a, #p-guide03 .l-header_menu .is-guide03 a, #p-guide04 .l-header_menu .is-guide04 a {
    background-color: #feeeef;
  }
}
@media only screen and (max-width: 767px) {
  #p-guide01 .l-header_menu .is-guide01 a .l-header_menu_inner, #p-guide02 .l-header_menu .is-guide02 a .l-header_menu_inner, #p-guide03 .l-header_menu .is-guide03 a .l-header_menu_inner, #p-guide04 .l-header_menu .is-guide04 a .l-header_menu_inner {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
#p-guide01 .l-header_menu .is-guide01 a .l-header_menu_inner::before, #p-guide02 .l-header_menu .is-guide02 a .l-header_menu_inner::before, #p-guide03 .l-header_menu .is-guide03 a .l-header_menu_inner::before, #p-guide04 .l-header_menu .is-guide04 a .l-header_menu_inner::before {
  width: 110%;
}
@media print, screen and (min-width: 768px) {
  #p-guide01 .l-header_menu .is-guide01 a .l-header_menu_num, #p-guide02 .l-header_menu .is-guide02 a .l-header_menu_num, #p-guide03 .l-header_menu .is-guide03 a .l-header_menu_num, #p-guide04 .l-header_menu .is-guide04 a .l-header_menu_num {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .l-header_menu a:hover {
    opacity: 1;
  }
  .l-header_menu a:hover .l-header_menu_inner::before {
    width: 100%;
  }
}

/* ===== Main ===== */
.l-main {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.l-main_container {
  padding: 2.5rem 0 2rem 0;
}
@media print, screen and (min-width: 768px) {
  .l-main_container {
    padding: 5rem 0 3.5rem 0;
  }
}

/* ===== Footer ===== */
.l-footer {
  position: relative;
  z-index: 10;
}
.l-footer_menu_container {
  padding: 0 1.5rem 3.5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_container {
    margin: 0 auto;
    padding: 0 1.5rem 5rem 1.5rem;
    max-width: 130rem;
  }
}
.l-footer_menu_list {
  display: flex;
  margin: -0.7rem 0.3rem;
  line-height: 0;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list {
    margin: -1.5rem -1rem;
  }
}
.l-footer_menu_list li {
  margin: 0.7rem;
  width: calc(50% - 1.4rem - 0.1px);
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list li {
    margin: 1.5rem 1rem;
    width: calc(25% - 2rem - 0.1px);
  }
}
.l-footer_menu_list a {
  display: flex;
  position: relative;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  height: 16rem;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list a {
    border-width: 2px;
    border-radius: 1rem;
    height: 25rem;
  }
  .l-footer_menu_list a:hover::before {
    border-color: #f88f96;
    background-color: #FEF4F4;
  }
}
.l-footer_menu_list a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list a::before {
    top: -2px;
    left: -2px;
    border-width: 0.4rem;
    border-radius: 1rem;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
}
.l-footer_menu_list a::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list a::after {
    top: 0.7rem;
    left: 0.7rem;
    border-radius: 1rem;
  }
}
.l-footer_menu_list span {
  display: block;
  position: relative;
  padding-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list span {
    padding-bottom: 5.5rem;
  }
}
.l-footer_menu_list span::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background: #f88f96 url(../img/common/icon_arrow_01_white.svg) 50% 50% no-repeat;
  background-size: 1rem auto;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list span::before {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 1.4rem auto;
  }
}
.l-footer_menu_list img {
  width: 12rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_menu_list img {
    width: 20rem;
  }
}
#p-guide01 .l-footer_menu_list .is-guide01 a::before, #p-guide02 .l-footer_menu_list .is-guide02 a::before, #p-guide03 .l-footer_menu_list .is-guide03 a::before, #p-guide04 .l-footer_menu_list .is-guide04 a::before {
  border-color: #ffde00;
  background-color: #fff;
}
#p-guide01 .l-footer_menu_list .is-guide01 a::after, #p-guide02 .l-footer_menu_list .is-guide02 a::after, #p-guide03 .l-footer_menu_list .is-guide03 a::after, #p-guide04 .l-footer_menu_list .is-guide04 a::after {
  display: none;
}
.l-footer_dept_container {
  padding: 3.5rem 1.5rem 5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_container {
    margin: 0 auto;
    padding: 5rem 3.5rem 10rem 3.5rem;
    max-width: 130rem;
  }
}
.l-footer_dept_ttl {
  margin-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_ttl {
    margin-bottom: 4.5rem;
    font-size: 3.5rem;
  }
}
.l-footer_dept_ttl span {
  color: #f88f96;
}
.l-footer_dept_list {
  display: flex;
  margin: -0.7rem 0.3rem;
  font-size: 1.3rem;
  flex-wrap: wrap;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list {
    margin: -1.3rem -2rem;
    font-size: 1.8rem;
  }
}
.l-footer_dept_list li {
  margin: 0.7rem;
  width: calc(50% - 1.4rem - 0.1px);
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list li {
    margin: 1.3rem 2rem;
    width: calc(25% - 4rem - 0.1px);
  }
}
.l-footer_dept_list a {
  display: flex;
  position: relative;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  height: 7rem;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list a {
    border-width: 2px;
    border-radius: 1rem;
    height: 9rem;
  }
}
.l-footer_dept_list a span {
  display: block;
  margin-top: 0.3rem;
  font-size: 1rem;
  font-weight: 200;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list a span {
    font-size: 1.4rem;
  }
}
.l-footer_dept_list a::before {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border-top: 0.7rem solid #f88f96;
  border-right: 0.7rem solid transparent;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list a::before {
    top: 0.5rem;
    left: 0.5rem;
    border-width: 1.2rem;
  }
}
.l-footer_dept_list a::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list a::after {
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 1rem;
  }
}
.l-footer_dept_list .is-english a,
.l-footer_dept_list .is-english a::after {
  border-color: #e46022;
}
.l-footer_dept_list .is-english a::before {
  border-top-color: #e46022;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-english a:hover {
    background-color: #FCEFE8;
  }
}
.l-footer_dept_list .is-multiculture a,
.l-footer_dept_list .is-multiculture a::after {
  border-color: #008ccf;
}
.l-footer_dept_list .is-multiculture a::before {
  border-top-color: #008ccf;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-multiculture a:hover {
    background-color: #E5F3FA;
  }
}
.l-footer_dept_list .is-japanese a,
.l-footer_dept_list .is-japanese a::after {
  border-color: #924994;
}
.l-footer_dept_list .is-japanese a::before {
  border-top-color: #924994;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-japanese a:hover {
    background-color: #F4ECF4;
  }
}
.l-footer_dept_list .is-media a,
.l-footer_dept_list .is-media a::after {
  border-color: #e13831;
}
.l-footer_dept_list .is-media a::before {
  border-top-color: #e13831;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-media a:hover {
    background-color: #FCEBEA;
  }
}
.l-footer_dept_list .is-psychology a,
.l-footer_dept_list .is-psychology a::after {
  border-color: #80ba41;
}
.l-footer_dept_list .is-psychology a::before {
  border-top-color: #80ba41;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-psychology a:hover {
    background-color: #F2F8EC;
  }
}
.l-footer_dept_list .is-childhood a,
.l-footer_dept_list .is-childhood a::after {
  border-color: #e77722;
}
.l-footer_dept_list .is-childhood a::before {
  border-top-color: #e77722;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-childhood a:hover {
    background-color: #FDF1E8;
  }
}
.l-footer_dept_list .is-sociology a,
.l-footer_dept_list .is-sociology a::after {
  border-color: #df593c;
}
.l-footer_dept_list .is-sociology a::before {
  border-top-color: #df593c;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-sociology a:hover {
    background-color: #FCEEEB;
  }
}
.l-footer_dept_list .is-environments a,
.l-footer_dept_list .is-environments a::after {
  border-color: #e05f76;
}
.l-footer_dept_list .is-environments a::before {
  border-top-color: #e05f76;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-environments a:hover {
    background-color: #FCEFF1;
  }
}
.l-footer_dept_list .is-nursing a,
.l-footer_dept_list .is-nursing a::after {
  border-color: #df6b8e;
}
.l-footer_dept_list .is-nursing a::before {
  border-top-color: #df6b8e;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-nursing a:hover {
    background-color: #FCF0F3;
  }
}
.l-footer_dept_list .is-pt a,
.l-footer_dept_list .is-pt a::after {
  border-color: #00a78d;
}
.l-footer_dept_list .is-pt a::before {
  border-top-color: #00a78d;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-pt a:hover {
    background-color: #E5F6F3;
  }
}
.l-footer_dept_list .is-cnad a,
.l-footer_dept_list .is-cnad a::after {
  border-color: #00aecc;
}
.l-footer_dept_list .is-cnad a::before {
  border-top-color: #00aecc;
}
@media print, screen and (min-width: 768px) {
  .l-footer_dept_list .is-cnad a:hover {
    background-color: #E5F7FA;
  }
}
.l-footer_more {
  background: #fff url(../img/common/bg_02.png) 50% 0 repeat;
}
@media only screen and (max-width: 767px) {
  .l-footer_more {
    background-size: 0.6rem auto;
  }
}
.l-footer_more_container {
  padding: 3.5rem 1.5rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_container {
    margin: 0 auto;
    padding: 8rem 1.5rem 1.5rem 1.5rem;
    max-width: 120rem;
  }
}
.l-footer_more_ttl {
  margin-bottom: 3rem;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_ttl {
    margin-bottom: 5rem;
  }
}
.l-footer_more_ttl img {
  width: 28rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_ttl img {
    width: 66rem;
  }
}
.l-footer_more_list {
  display: flex;
  margin: -1rem -0.7rem;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 0;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list {
    margin: -2rem -2.5rem;
  }
}
.l-footer_more_list > li {
  margin: 1rem 0.7rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list > li {
    margin: 2rem 2.5rem;
  }
}
.l-footer_more_list dt {
  margin-bottom: 0.7rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list dt {
    margin-bottom: 1.5rem;
  }
}
.l-footer_more_list dt img {
  width: 15rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list dt img {
    width: 26rem;
  }
}
.l-footer_more_list ul {
  display: flex;
  margin: 0 -0.7rem;
  justify-content: center;
}
.l-footer_more_list ul li {
  position: relative;
  margin: 0 0.7rem;
  z-index: 0;
}
.l-footer_more_list a {
  display: flex;
  position: relative;
  padding: 0 0.5rem 0 2rem;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  width: 15.5rem;
  height: 5rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list a {
    border-width: 2px;
    border-radius: 1rem;
    width: 31rem;
    height: 7.5rem;
  }
  .l-footer_more_list a:hover {
    background-color: #FEF4F4;
    border-color: #f88f96;
  }
}
.l-footer_more_list a img {
  width: 11.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list a img {
    width: 19rem;
  }
}
.l-footer_more_list a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.9rem;
  width: 0.9rem;
  height: 1.2rem;
  background: transparent url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list a::before {
    left: 1.5rem;
    width: 1.7rem;
    height: 2.4rem;
  }
}
.l-footer_more_list a::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_list a::after {
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 1rem;
  }
}
.l-footer_more_notes {
  margin-top: 3rem;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_more_notes {
    margin-top: 5rem;
    font-size: 1.4rem;
  }
}
.l-footer_more_notes li {
  margin-left: 1.5em;
}
.l-footer_more_notes li::before {
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  content: "※";
}
.l-footer_contact {
  background: #fff;
}
.l-footer_contact_container {
  padding: 4.5rem 1.5rem 3.5rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_container {
    margin: 0 auto;
    padding: 5.5rem 1.5rem 4rem 1.5rem;
    max-width: 120rem;
  }
}
.l-footer_contact_ttl {
  margin-bottom: 1.5rem;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_ttl {
    margin-bottom: 3rem;
  }
}
.l-footer_contact_ttl img {
  width: 31.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_ttl img {
    width: 66.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_list {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list {
    display: flex;
    justify-content: center;
  }
}
.l-footer_contact_list > li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_list > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list > li {
    margin: 0 5rem;
    padding-left: 6rem;
  }
}
.l-footer_contact_list > li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: transparent none 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_list .is-tel dt::after {
    width: 2.8rem;
    height: 3.2rem;
    background-image: url(../img/common/icon_tel.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list .is-tel::before {
    width: 4.7rem;
    height: 5.8rem;
    background-image: url(../img/common/icon_tel.svg);
  }
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_list .is-mail dt::after {
    width: 3.2rem;
    height: 2.6rem;
    background-image: url(../img/common/icon_mail.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list .is-mail::before {
    width: 4.9rem;
    height: 4.1rem;
    background-image: url(../img/common/icon_mail.svg);
  }
}
.l-footer_contact_list dt {
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_list dt {
    display: inline-block;
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list dt {
    font-size: 1.4rem;
  }
}
.l-footer_contact_list dt::before {
  padding-right: 0.3em;
  content: "●";
}
.l-footer_contact_list dt::after {
  position: absolute;
  bottom: 0;
  left: -4rem;
  background: transparent none 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
.l-footer_contact_list dd {
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list dd {
    font-size: 1.8rem;
  }
}
.l-footer_contact_list .num {
  display: block;
}
.l-footer_contact_list .date {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.1rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list .date {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_contact_list a:hover {
    color: #f88f96;
  }
}
.l-footer_others {
  border-top: 2px solid #f88f96;
  background: #fff url(../img/common/bg_03.png) 50% 0 repeat;
}
@media only screen and (max-width: 767px) {
  .l-footer_others {
    background-size: 62rem auto;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_others {
    border-width: 3px;
  }
}
.l-footer_others_container {
  padding: 2rem 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_others_container {
    margin: 0 auto;
    padding: 7rem 1.5rem;
    max-width: 120rem;
  }
}
.l-footer_sns {
  display: flex;
  margin-bottom: 2rem;
  line-height: 0;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_sns {
    margin-bottom: 5rem;
  }
}
.l-footer_sns li {
  margin: 0 0.7rem;
}
.l-footer_sns a {
  display: block;
  width: 4rem;
  height: 4rem;
  background: transparent none 50% 50% no-repeat;
  background-size: contain;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .l-footer_sns a {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer_sns a:hover {
    opacity: 0.7;
  }
}
.l-footer_sns .is-ln a {
  background-image: url(../img/common/icon_ln.png);
}
.l-footer_sns .is-yt a {
  background-image: url(../img/common/icon_yt.png);
}
.l-footer_address {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-style: normal;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_address {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.l-footer_copyright {
  font-size: 0.9rem;
  font-family: "Century Gothic", Futura, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #f88f96;
}
@media print, screen and (min-width: 768px) {
  .l-footer_copyright {
    font-size: 1.3rem;
  }
}

/**************************************************
		Object
**************************************************/
/* ===== section ===== */
.m-sec01 {
  position: relative;
}
.m-sec01_container {
  position: relative;
  padding: 0 1.5rem;
}
.is-full .m-sec01_container {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .m-sec01_container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 120rem;
  }
  .is-narrow .m-sec01_container {
    max-width: 110rem;
  }
  .is-wide .m-sec01_container {
    max-width: 130rem;
  }
  .is-max .m-sec01_container {
    max-width: 160rem;
  }
  .is-min .m-sec01_container {
    max-width: 100rem;
  }
  .is-full .m-sec01_container {
    max-width: 100%;
  }
}

.m-sec02 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .m-sec02 {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 130rem;
  }
}
.m-sec02_containter {
  position: relative;
  padding: 5.5rem 2rem;
  border: 1px solid #a9a9a9;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .m-sec02_containter {
    margin: 0 -1px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-sec02_containter {
    padding: 8.9rem 12.4rem 10.9rem 12.4rem;
  }
  .m-sec02_containter::before, .m-sec02_containter::after {
    position: absolute;
    border: 1px solid #a9a9a9;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .m-sec02_containter::before, .m-sec02_containter::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .m-sec02_containter::before {
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1;
  }
  .m-sec02_containter::after {
    top: 1rem;
    left: 1rem;
    z-index: -2;
  }
}

.m-sec03 {
  position: relative;
  margin: 0 0.5rem 5rem 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-sec03 {
    margin: 0 3rem 7rem 3rem;
  }
}
.m-sec03:last-child {
  margin-bottom: 0;
}

.m-sec04 {
  position: relative;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
  .m-sec04 {
    margin-bottom: 3rem;
  }
}
.m-sec04:last-child {
  margin-bottom: 0;
}

/* ===== Title ===== */
.m-ttlMain {
  margin-bottom: 3rem;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-ttlMain {
    margin-bottom: 3.5rem;
  }
}

.m-ttl01 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01 {
    margin-bottom: 4.5rem;
    font-size: 3.2rem;
  }
}
.m-ttl01_01 {
  font-weight: 500;
  color: #f88f96;
}
.m-ttl01_02 {
  position: relative;
}
.m-ttl01_02::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.3em;
  border-radius: 100%;
  width: 0.3rem;
  height: 0.3rem;
  background: #ffde00;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-ttl01_02::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.m-ttl01_03 {
  font-weight: 500;
  color: #f88f96;
}
@media print, screen and (min-width: 768px) {
  .m-ttl01_03 {
    font-size: 4rem;
  }
}

.m-ttl02 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-ttl02 {
    margin-bottom: 5rem;
    font-size: 2.6rem;
  }
}
.m-ttl02_01 {
  position: relative;
}
.m-ttl02_01::before {
  position: absolute;
  bottom: -0.3em;
  left: 0;
  border-radius: 1rem;
  width: 100%;
  height: 3px;
  background: #f88f96;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-ttl02_01::before {
    bottom: -0.2em;
  }
}
.m-ttl02_02 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #f88f96;
}
@media print, screen and (min-width: 768px) {
  .m-ttl02_02 {
    font-size: 3rem;
  }
}
.m-ttl02_03 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .m-ttl02_03 {
    font-size: 1.8rem;
  }
}

.m-ttl03 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .m-ttl03 {
    font-size: 2.2rem;
  }
}
.m-ttl03::before {
  display: inline-block;
  position: absolute;
  left: 0;
  color: #f88f96;
  content: "◇";
}

/* ===== Text ===== */
.m-txt01 {
  font-size: 1.4rem;
  line-height: 1.7;
}
.m-txt01.is-xxs {
  font-size: 0.8rem;
}
.m-txt01.is-xs {
  font-size: 1rem;
}
.m-txt01.is-sm {
  font-size: 1.2rem;
}
.m-txt01.is-lg {
  font-size: 1.6rem;
}
.m-txt01.is-xl {
  font-size: 1.8rem;
}
.m-txt01.is-xxl {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .m-txt01 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .m-txt01.is-xxs {
    font-size: 1.2rem;
  }
  .m-txt01.is-xs {
    font-size: 1.4rem;
  }
  .m-txt01.is-sm {
    font-size: 1.6rem;
  }
  .m-txt01.is-lg {
    font-size: 2rem;
  }
  .m-txt01.is-xl {
    font-size: 2.2rem;
  }
  .m-txt01.is-xxl {
    font-size: 2.4rem;
  }
}
.m-txt01.is-center {
  text-align: center;
}

.m-txt02 {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-txt02 {
    font-size: 1.9rem;
    line-height: 1.9;
  }
}

.m-txtLink01 {
  color: #ff8296;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .m-txtLink01:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.m-txtLink02 {
  color: #ff8296;
}
@media print, screen and (min-width: 768px) {
  .m-txtLink02:hover {
    opacity: 0.7;
  }
}

.m-txtLink03 {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .m-txtLink03:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txtLink04:hover {
    opacity: 0.7;
  }
}

.m-txtLink05 {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .m-txtLink05:hover {
    color: #ff8296;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .m-txtLink06:hover {
    color: #ff8296;
  }
}

/* ===== Icon ===== */
.m-iconArrow01 {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow01 {
    padding-right: 3.5rem;
  }
}
.m-iconArrow01::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9rem;
  height: 1.2rem;
  background: transparent url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow01::before {
    width: 1.7rem;
    height: 2.4rem;
  }
}
.m-iconArrow01.is-before {
  padding-right: 0;
  padding-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow01.is-before {
    padding-left: 3.5rem;
  }
}
.m-iconArrow01.is-before::before {
  right: auto;
  left: 0;
}

.m-iconArrow02 {
  display: inline-block;
  position: relative;
  padding-right: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow02 {
    padding-right: 3.5rem;
  }
}
.m-iconArrow02::before {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  width: 1.8rem;
  height: 1.8rem;
  background: #f88f96 url(../img/common/icon_arrow_01_white.svg) 50% 50% no-repeat;
  background-size: 0.5rem auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow02::before {
    width: 2.6rem;
    height: 2.6rem;
    background-size: 0.7rem auto;
  }
}
.m-iconArrow02.is-before {
  padding-right: 0;
  padding-left: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-iconArrow02.is-before {
    padding-left: 3.5rem;
  }
}
.m-iconArrow02.is-before::before {
  right: auto;
  left: 0;
}

/* ===== Button ===== */
.m-btn01 {
  display: inline-block;
  position: relative;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .m-btn01 {
    padding: 2.5rem;
    font-size: 1.8rem;
  }
  .m-btn01:hover::before {
    border-color: #f88f96;
    background-color: #FEF4F4;
  }
}
.m-btn01::before, .m-btn01::after {
  position: absolute;
  border: 1px solid #a9a9a9;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-btn01::before, .m-btn01::after {
    border-radius: 1rem;
  }
}
.m-btn01::before {
  top: 0;
  left: 0;
  border-width: 2px;
  z-index: -1;
}
.m-btn01::after {
  top: 0.3rem;
  left: 0.3rem;
  z-index: -2;
}
@media print, screen and (min-width: 768px) {
  .m-btn01::after {
    top: 0.5rem;
    left: 0.5rem;
  }
}

.m-btn02 {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  border-radius: 5rem;
  min-width: 14rem;
  background: #f88f96;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-btn02:hover {
    opacity: 0.7;
  }
}

/* ===== List ===== */
.m-listNumParentheses, .m-listDecimal, .m-listNotes, .m-listDot, .m-listSquare, .m-listCircle, .m-listDisc {
  font-size: 1.4rem;
  line-height: 1.7;
}
.is-xxs.m-listNumParentheses, .is-xxs.m-listDecimal, .is-xxs.m-listNotes, .is-xxs.m-listDot, .is-xxs.m-listSquare, .is-xxs.m-listCircle, .is-xxs.m-listDisc {
  font-size: 0.8rem;
}
.is-xs.m-listNumParentheses, .is-xs.m-listDecimal, .is-xs.m-listNotes, .is-xs.m-listDot, .is-xs.m-listSquare, .is-xs.m-listCircle, .is-xs.m-listDisc {
  font-size: 1rem;
}
.is-sm.m-listNumParentheses, .is-sm.m-listDecimal, .is-sm.m-listNotes, .is-sm.m-listDot, .is-sm.m-listSquare, .is-sm.m-listCircle, .is-sm.m-listDisc {
  font-size: 1.2rem;
}
.is-lg.m-listNumParentheses, .is-lg.m-listDecimal, .is-lg.m-listNotes, .is-lg.m-listDot, .is-lg.m-listSquare, .is-lg.m-listCircle, .is-lg.m-listDisc {
  font-size: 1.6rem;
}
.is-xl.m-listNumParentheses, .is-xl.m-listDecimal, .is-xl.m-listNotes, .is-xl.m-listDot, .is-xl.m-listSquare, .is-xl.m-listCircle, .is-xl.m-listDisc {
  font-size: 1.8rem;
}
.is-xxl.m-listNumParentheses, .is-xxl.m-listDecimal, .is-xxl.m-listNotes, .is-xxl.m-listDot, .is-xxl.m-listSquare, .is-xxl.m-listCircle, .is-xxl.m-listDisc {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .m-listNumParentheses, .m-listDecimal, .m-listNotes, .m-listDot, .m-listSquare, .m-listCircle, .m-listDisc {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .is-xxs.m-listNumParentheses, .is-xxs.m-listDecimal, .is-xxs.m-listNotes, .is-xxs.m-listDot, .is-xxs.m-listSquare, .is-xxs.m-listCircle, .is-xxs.m-listDisc {
    font-size: 1.2rem;
  }
  .is-xs.m-listNumParentheses, .is-xs.m-listDecimal, .is-xs.m-listNotes, .is-xs.m-listDot, .is-xs.m-listSquare, .is-xs.m-listCircle, .is-xs.m-listDisc {
    font-size: 1.4rem;
  }
  .is-sm.m-listNumParentheses, .is-sm.m-listDecimal, .is-sm.m-listNotes, .is-sm.m-listDot, .is-sm.m-listSquare, .is-sm.m-listCircle, .is-sm.m-listDisc {
    font-size: 1.6rem;
  }
  .is-lg.m-listNumParentheses, .is-lg.m-listDecimal, .is-lg.m-listNotes, .is-lg.m-listDot, .is-lg.m-listSquare, .is-lg.m-listCircle, .is-lg.m-listDisc {
    font-size: 2rem;
  }
  .is-xl.m-listNumParentheses, .is-xl.m-listDecimal, .is-xl.m-listNotes, .is-xl.m-listDot, .is-xl.m-listSquare, .is-xl.m-listCircle, .is-xl.m-listDisc {
    font-size: 2.2rem;
  }
  .is-xxl.m-listNumParentheses, .is-xxl.m-listDecimal, .is-xxl.m-listNotes, .is-xxl.m-listDot, .is-xxl.m-listSquare, .is-xxl.m-listCircle, .is-xxl.m-listDisc {
    font-size: 2.4rem;
  }
}
.m-listNumParentheses > li, .m-listDecimal > li, .m-listNotes > li, .m-listDot > li, .m-listSquare > li, .m-listCircle > li, .m-listDisc > li {
  margin-left: 1.5em;
}
.m-listNumParentheses > li::before, .m-listDecimal > li::before, .m-listNotes > li::before, .m-listDot > li::before, .m-listSquare > li::before, .m-listCircle > li::before, .m-listDisc > li::before {
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}

.m-listNormal {
  font-size: 1.4rem;
  line-height: 1.7;
}
.m-listNormal.is-xxs {
  font-size: 0.8rem;
}
.m-listNormal.is-xs {
  font-size: 1rem;
}
.m-listNormal.is-sm {
  font-size: 1.2rem;
}
.m-listNormal.is-lg {
  font-size: 1.6rem;
}
.m-listNormal.is-xl {
  font-size: 1.8rem;
}
.m-listNormal.is-xxl {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .m-listNormal {
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .m-listNormal.is-xxs {
    font-size: 1.2rem;
  }
  .m-listNormal.is-xs {
    font-size: 1.4rem;
  }
  .m-listNormal.is-sm {
    font-size: 1.6rem;
  }
  .m-listNormal.is-lg {
    font-size: 2rem;
  }
  .m-listNormal.is-xl {
    font-size: 2.2rem;
  }
  .m-listNormal.is-xxl {
    font-size: 2.4rem;
  }
}

.m-listDisc > li::before {
  content: "●";
}

.m-listCircle > li::before {
  content: "○";
}

.m-listSquare > li::before {
  content: "■";
}

.m-listDot > li::before {
  content: "・";
}

.m-listNotes > li::before {
  content: "※";
}

.m-listDecimal {
  counter-reset: decimal-cnt;
}
.m-listDecimal > li {
  counter-increment: decimal-cnt;
}
.m-listDecimal > li::before {
  content: counter(decimal-cnt) ".";
}

.m-listNumParentheses {
  counter-reset: parentheses-cnt;
}
.m-listNumParentheses > li {
  counter-increment: parentheses-cnt;
}
.m-listNumParentheses > li::before {
  content: "(" counter(parentheses-cnt) ")";
}

.m-listIndent01,
.m-listIndent02 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.m-listIndent01.is-xxs,
.m-listIndent02.is-xxs {
  font-size: 1rem;
}
.m-listIndent01.is-xs,
.m-listIndent02.is-xs {
  font-size: 1.2rem;
}
.m-listIndent01.is-sm,
.m-listIndent02.is-sm {
  font-size: 1.4rem;
}
.m-listIndent01.is-lg,
.m-listIndent02.is-lg {
  font-size: 1.8rem;
}
.m-listIndent01.is-xl,
.m-listIndent02.is-xl {
  font-size: 2rem;
}
.m-listIndent01.is-xxl,
.m-listIndent02.is-xxl {
  font-size: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .m-listIndent01,
  .m-listIndent02 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .m-listIndent01.is-xxs,
  .m-listIndent02.is-xxs {
    font-size: 1.2rem;
  }
  .m-listIndent01.is-xs,
  .m-listIndent02.is-xs {
    font-size: 1.4rem;
  }
  .m-listIndent01.is-sm,
  .m-listIndent02.is-sm {
    font-size: 1.6rem;
  }
  .m-listIndent01.is-lg,
  .m-listIndent02.is-lg {
    font-size: 2rem;
  }
  .m-listIndent01.is-xl,
  .m-listIndent02.is-xl {
    font-size: 2.2rem;
  }
  .m-listIndent01.is-xxl,
  .m-listIndent02.is-xxl {
    font-size: 2.4rem;
  }
}
.m-listIndent01 dd,
.m-listIndent02 dd {
  margin-top: -1.8em;
}

.m-listIndent01 > dt {
  width: 1.5em;
}
.m-listIndent01 > dd {
  margin-left: 1.5em;
}

.m-listIndent02 > dt {
  width: 2.5em;
}
.m-listIndent02 > dd {
  margin-left: 2.5em;
}

/* ===== menu ===== */
.m-listMenu {
  display: flex;
  margin: 0 -1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .m-listMenu {
    margin: 0 -3rem;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
  }
}
.m-listMenu li {
  margin: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-listMenu li {
    margin: 0 3rem;
  }
}
.m-listMenu a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .m-listMenu a {
    padding-left: 3rem;
  }
}
.m-listMenu a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  border-top: 1px solid #f88f96;
  border-right: 1px solid #f88f96;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .m-listMenu a::before {
    margin-top: -2px;
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .m-listMenu a:hover {
    color: #f88f96;
  }
}
.m-listMenu span {
  font-weight: 600;
  color: #f88f96;
}

/* ===== table ===== */
.m-tbl01 {
  width: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .m-tbl01 {
    line-height: 1.8;
  }
}
.m-tbl01 th,
.m-tbl01 td {
  padding: 0.9rem 1rem;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .m-tbl01 th,
  .m-tbl01 td {
    padding: 0.9rem 3.5rem;
  }
}
.m-tbl01 th {
  background: #fafafa url(../img/common/bg_02.png) 50% 0 repeat;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .m-tbl01 th {
    width: 22rem;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}
.m-tbl01 td {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .m-tbl01 td {
    font-size: 1.6rem;
  }
}

/* ===== Form ===== */
/* ===== Box ===== */
.m-box01 {
  position: relative;
  padding: 2.5rem 1.5rem;
  background: #fbf9fb url(../img/common/bg_04.png) 50% 0 repeat;
}
@media print, screen and (min-width: 768px) {
  .m-box01 {
    padding: 4rem 5rem 5rem 5rem;
  }
}

.m-box02 {
  position: relative;
  padding: 0.6rem;
  background: #fff url(../img/common/bg_05.png) 50% 0 repeat;
}
@media only screen and (max-width: 767px) {
  .m-box02 {
    background-size: 0.6rem auto;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box02 {
    padding: 1rem;
  }
}
.m-box02_inner {
  padding: 1.9rem;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .m-box02_inner {
    padding: 4rem;
  }
}

.m-box03 {
  position: relative;
  padding: 2rem;
  background: #fff url(../img/common/bg_02.png) 50% 0 repeat;
}
@media only screen and (max-width: 767px) {
  .m-box03 {
    background-size: 0.6rem auto;
  }
}
@media print, screen and (min-width: 768px) {
  .m-box03 {
    padding: 3rem;
  }
}

/* ===== others ===== */
.m-img01 {
  display: block;
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
  width: 100%;
  height: 0;
  overflow: hidden;
}
.m-img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-img01.is-size01 {
  padding-bottom: calc(9 / 16 * 100%);
}
.m-img01.is-size02 {
  padding-bottom: calc(3 / 4 * 100%);
}
.m-img01.is-size03 {
  padding-bottom: 100%;
}
.m-img01.is-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.m-img02 {
  display: block;
  position: relative;
  padding-bottom: 100%;
  border-radius: 100%;
  width: 100%;
  height: 0;
  background: #fbf9fb;
  overflow: hidden;
}
.m-img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-img02.is-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.m-vid01 {
  display: block;
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
  width: 100%;
  height: 0;
  max-width: 100%;
  background: #404040;
  overflow: hidden;
}
.m-vid01 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.m-vid01.is-size01 {
  padding-bottom: calc(9 / 16 * 100%);
}
.m-vid01.is-size02 {
  padding-bottom: calc(3 / 4 * 100%);
}

.m-figure01 {
  display: block;
}
.m-figure01_img {
  display: block;
}
.m-figure01 figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 80%;
}

.m-hr01 {
  display: block;
  border: 0;
  width: 100%;
  height: 4px;
  border-top: 2px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media print, screen and (min-width: 768px) {
  .m-hr01 {
    height: 6px;
  }
}

.m-hr02 {
  display: block;
  border: 0;
  width: 100%;
  height: 4px;
  background: transparent url(../img/common/bg_06.png) 0 0 repeat-x;
  background-size: auto 100%;
}
@media print, screen and (min-width: 768px) {
  .m-hr02 {
    height: 5px;
  }
}

.m-marker01 {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-weight: 500;
}
.m-marker01::before {
  position: absolute;
  left: 0;
  bottom: 0.3em;
  border-radius: 1rem;
  width: 100%;
  height: 2px;
  background: #ffde00;
  content: "";
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .m-marker01::before {
    height: 3px;
  }
}

/**************************************************
		Utility
**************************************************/
/* ===== Animation ===== */
.anime01 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.anime01.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
@media print {
  .anime01 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.anime02 {
  opacity: 0;
}
.anime02.is-animated {
  opacity: 1;
  transition: opacity 2s;
}
@media print {
  .anime02 {
    opacity: 1;
  }
}

.anime03 {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
.anime03.is-animated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
@media print {
  .anime03 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .u-mAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0_sp {
    margin-top: 0 !important;
  }
  .u-mt1_sp {
    margin-top: 0.1rem !important;
  }
  .u-mt2_sp {
    margin-top: 0.2rem !important;
  }
  .u-mt3_sp {
    margin-top: 0.3rem !important;
  }
  .u-mt4_sp {
    margin-top: 0.4rem !important;
  }
  .u-mt5_sp {
    margin-top: 0.5rem !important;
  }
  .u-mt6_sp {
    margin-top: 0.6rem !important;
  }
  .u-mt7_sp {
    margin-top: 0.7rem !important;
  }
  .u-mt8_sp {
    margin-top: 0.8rem !important;
  }
  .u-mt9_sp {
    margin-top: 0.9rem !important;
  }
  .u-mt10_sp {
    margin-top: 1rem !important;
  }
  .u-mt11_sp {
    margin-top: 1.1rem !important;
  }
  .u-mt12_sp {
    margin-top: 1.2rem !important;
  }
  .u-mt13_sp {
    margin-top: 1.3rem !important;
  }
  .u-mt14_sp {
    margin-top: 1.4rem !important;
  }
  .u-mt15_sp {
    margin-top: 1.5rem !important;
  }
  .u-mt16_sp {
    margin-top: 1.6rem !important;
  }
  .u-mt17_sp {
    margin-top: 1.7rem !important;
  }
  .u-mt18_sp {
    margin-top: 1.8rem !important;
  }
  .u-mt19_sp {
    margin-top: 1.9rem !important;
  }
  .u-mt20_sp {
    margin-top: 2rem !important;
  }
  .u-mt25_sp {
    margin-top: 2.5rem !important;
  }
  .u-mt30_sp {
    margin-top: 3rem !important;
  }
  .u-mt35_sp {
    margin-top: 3.5rem !important;
  }
  .u-mt40_sp {
    margin-top: 4rem !important;
  }
  .u-mt45_sp {
    margin-top: 4.5rem !important;
  }
  .u-mt50_sp {
    margin-top: 5rem !important;
  }
  .u-mt55_sp {
    margin-top: 5.5rem !important;
  }
  .u-mt60_sp {
    margin-top: 6rem !important;
  }
  .u-mt65_sp {
    margin-top: 6.5rem !important;
  }
  .u-mt70_sp {
    margin-top: 7rem !important;
  }
  .u-mt75_sp {
    margin-top: 7.5rem !important;
  }
  .u-mt80_sp {
    margin-top: 8rem !important;
  }
  .u-mt85_sp {
    margin-top: 8.5rem !important;
  }
  .u-mt90_sp {
    margin-top: 9rem !important;
  }
  .u-mt95_sp {
    margin-top: 9.5rem !important;
  }
  .u-mt100_sp {
    margin-top: 10rem !important;
  }
  .u-mt-1_sp {
    margin-top: -0.1rem !important;
  }
  .u-mt-2_sp {
    margin-top: -0.2rem !important;
  }
  .u-mt-3_sp {
    margin-top: -0.3rem !important;
  }
  .u-mt-4_sp {
    margin-top: -0.4rem !important;
  }
  .u-mt-5_sp {
    margin-top: -0.5rem !important;
  }
  .u-mt-6_sp {
    margin-top: -0.6rem !important;
  }
  .u-mt-7_sp {
    margin-top: -0.7rem !important;
  }
  .u-mt-8_sp {
    margin-top: -0.8rem !important;
  }
  .u-mt-9_sp {
    margin-top: -0.9rem !important;
  }
  .u-mt-10_sp {
    margin-top: -1rem !important;
  }
  .u-mt-11_sp {
    margin-top: -1.1rem !important;
  }
  .u-mt-12_sp {
    margin-top: -1.2rem !important;
  }
  .u-mt-13_sp {
    margin-top: -1.3rem !important;
  }
  .u-mt-14_sp {
    margin-top: -1.4rem !important;
  }
  .u-mt-15_sp {
    margin-top: -1.5rem !important;
  }
  .u-mt-16_sp {
    margin-top: -1.6rem !important;
  }
  .u-mt-17_sp {
    margin-top: -1.7rem !important;
  }
  .u-mt-18_sp {
    margin-top: -1.8rem !important;
  }
  .u-mt-19_sp {
    margin-top: -1.9rem !important;
  }
  .u-mt-20_sp {
    margin-top: -2rem !important;
  }
  .u-mt-25_sp {
    margin-top: -2.5rem !important;
  }
  .u-mt-30_sp {
    margin-top: -3rem !important;
  }
  .u-mt-35_sp {
    margin-top: -3.5rem !important;
  }
  .u-mt-40_sp {
    margin-top: -4rem !important;
  }
  .u-mt-45_sp {
    margin-top: -4.5rem !important;
  }
  .u-mt-50_sp {
    margin-top: -5rem !important;
  }
  .u-mt-55_sp {
    margin-top: -5.5rem !important;
  }
  .u-mt-60_sp {
    margin-top: -6rem !important;
  }
  .u-mt-65_sp {
    margin-top: -6.5rem !important;
  }
  .u-mt-70_sp {
    margin-top: -7rem !important;
  }
  .u-mt-75_sp {
    margin-top: -7.5rem !important;
  }
  .u-mt-80_sp {
    margin-top: -8rem !important;
  }
  .u-mt-85_sp {
    margin-top: -8.5rem !important;
  }
  .u-mt-90_sp {
    margin-top: -9rem !important;
  }
  .u-mt-95_sp {
    margin-top: -9.5rem !important;
  }
  .u-mt-100_sp {
    margin-top: -10rem !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb1_sp {
    margin-bottom: 0.1rem !important;
  }
  .u-mb2_sp {
    margin-bottom: 0.2rem !important;
  }
  .u-mb3_sp {
    margin-bottom: 0.3rem !important;
  }
  .u-mb4_sp {
    margin-bottom: 0.4rem !important;
  }
  .u-mb5_sp {
    margin-bottom: 0.5rem !important;
  }
  .u-mb6_sp {
    margin-bottom: 0.6rem !important;
  }
  .u-mb7_sp {
    margin-bottom: 0.7rem !important;
  }
  .u-mb8_sp {
    margin-bottom: 0.8rem !important;
  }
  .u-mb9_sp {
    margin-bottom: 0.9rem !important;
  }
  .u-mb10_sp {
    margin-bottom: 1rem !important;
  }
  .u-mb11_sp {
    margin-bottom: 1.1rem !important;
  }
  .u-mb12_sp {
    margin-bottom: 1.2rem !important;
  }
  .u-mb13_sp {
    margin-bottom: 1.3rem !important;
  }
  .u-mb14_sp {
    margin-bottom: 1.4rem !important;
  }
  .u-mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .u-mb16_sp {
    margin-bottom: 1.6rem !important;
  }
  .u-mb17_sp {
    margin-bottom: 1.7rem !important;
  }
  .u-mb18_sp {
    margin-bottom: 1.8rem !important;
  }
  .u-mb19_sp {
    margin-bottom: 1.9rem !important;
  }
  .u-mb20_sp {
    margin-bottom: 2rem !important;
  }
  .u-mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .u-mb30_sp {
    margin-bottom: 3rem !important;
  }
  .u-mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .u-mb40_sp {
    margin-bottom: 4rem !important;
  }
  .u-mb45_sp {
    margin-bottom: 4.5rem !important;
  }
  .u-mb50_sp {
    margin-bottom: 5rem !important;
  }
  .u-mb55_sp {
    margin-bottom: 5.5rem !important;
  }
  .u-mb60_sp {
    margin-bottom: 6rem !important;
  }
  .u-mb65_sp {
    margin-bottom: 6.5rem !important;
  }
  .u-mb70_sp {
    margin-bottom: 7rem !important;
  }
  .u-mb75_sp {
    margin-bottom: 7.5rem !important;
  }
  .u-mb80_sp {
    margin-bottom: 8rem !important;
  }
  .u-mb85_sp {
    margin-bottom: 8.5rem !important;
  }
  .u-mb90_sp {
    margin-bottom: 9rem !important;
  }
  .u-mb95_sp {
    margin-bottom: 9.5rem !important;
  }
  .u-mb100_sp {
    margin-bottom: 10rem !important;
  }
  .u-mb-1_sp {
    margin-bottom: -0.1rem !important;
  }
  .u-mb-2_sp {
    margin-bottom: -0.2rem !important;
  }
  .u-mb-3_sp {
    margin-bottom: -0.3rem !important;
  }
  .u-mb-4_sp {
    margin-bottom: -0.4rem !important;
  }
  .u-mb-5_sp {
    margin-bottom: -0.5rem !important;
  }
  .u-mb-6_sp {
    margin-bottom: -0.6rem !important;
  }
  .u-mb-7_sp {
    margin-bottom: -0.7rem !important;
  }
  .u-mb-8_sp {
    margin-bottom: -0.8rem !important;
  }
  .u-mb-9_sp {
    margin-bottom: -0.9rem !important;
  }
  .u-mb-10_sp {
    margin-bottom: -1rem !important;
  }
  .u-mb-11_sp {
    margin-bottom: -1.1rem !important;
  }
  .u-mb-12_sp {
    margin-bottom: -1.2rem !important;
  }
  .u-mb-13_sp {
    margin-bottom: -1.3rem !important;
  }
  .u-mb-14_sp {
    margin-bottom: -1.4rem !important;
  }
  .u-mb-15_sp {
    margin-bottom: -1.5rem !important;
  }
  .u-mb-16_sp {
    margin-bottom: -1.6rem !important;
  }
  .u-mb-17_sp {
    margin-bottom: -1.7rem !important;
  }
  .u-mb-18_sp {
    margin-bottom: -1.8rem !important;
  }
  .u-mb-19_sp {
    margin-bottom: -1.9rem !important;
  }
  .u-mb-20_sp {
    margin-bottom: -2rem !important;
  }
  .u-mb-25_sp {
    margin-bottom: -2.5rem !important;
  }
  .u-mb-30_sp {
    margin-bottom: -3rem !important;
  }
  .u-mb-35_sp {
    margin-bottom: -3.5rem !important;
  }
  .u-mb-40_sp {
    margin-bottom: -4rem !important;
  }
  .u-mb-45_sp {
    margin-bottom: -4.5rem !important;
  }
  .u-mb-50_sp {
    margin-bottom: -5rem !important;
  }
  .u-mb-55_sp {
    margin-bottom: -5.5rem !important;
  }
  .u-mb-60_sp {
    margin-bottom: -6rem !important;
  }
  .u-mb-65_sp {
    margin-bottom: -6.5rem !important;
  }
  .u-mb-70_sp {
    margin-bottom: -7rem !important;
  }
  .u-mb-75_sp {
    margin-bottom: -7.5rem !important;
  }
  .u-mb-80_sp {
    margin-bottom: -8rem !important;
  }
  .u-mb-85_sp {
    margin-bottom: -8.5rem !important;
  }
  .u-mb-90_sp {
    margin-bottom: -9rem !important;
  }
  .u-mb-95_sp {
    margin-bottom: -9.5rem !important;
  }
  .u-mb-100_sp {
    margin-bottom: -10rem !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml1_sp {
    margin-left: 0.1rem !important;
  }
  .u-ml2_sp {
    margin-left: 0.2rem !important;
  }
  .u-ml3_sp {
    margin-left: 0.3rem !important;
  }
  .u-ml4_sp {
    margin-left: 0.4rem !important;
  }
  .u-ml5_sp {
    margin-left: 0.5rem !important;
  }
  .u-ml6_sp {
    margin-left: 0.6rem !important;
  }
  .u-ml7_sp {
    margin-left: 0.7rem !important;
  }
  .u-ml8_sp {
    margin-left: 0.8rem !important;
  }
  .u-ml9_sp {
    margin-left: 0.9rem !important;
  }
  .u-ml10_sp {
    margin-left: 1rem !important;
  }
  .u-ml11_sp {
    margin-left: 1.1rem !important;
  }
  .u-ml12_sp {
    margin-left: 1.2rem !important;
  }
  .u-ml13_sp {
    margin-left: 1.3rem !important;
  }
  .u-ml14_sp {
    margin-left: 1.4rem !important;
  }
  .u-ml15_sp {
    margin-left: 1.5rem !important;
  }
  .u-ml16_sp {
    margin-left: 1.6rem !important;
  }
  .u-ml17_sp {
    margin-left: 1.7rem !important;
  }
  .u-ml18_sp {
    margin-left: 1.8rem !important;
  }
  .u-ml19_sp {
    margin-left: 1.9rem !important;
  }
  .u-ml20_sp {
    margin-left: 2rem !important;
  }
  .u-ml25_sp {
    margin-left: 2.5rem !important;
  }
  .u-ml30_sp {
    margin-left: 3rem !important;
  }
  .u-ml35_sp {
    margin-left: 3.5rem !important;
  }
  .u-ml40_sp {
    margin-left: 4rem !important;
  }
  .u-ml45_sp {
    margin-left: 4.5rem !important;
  }
  .u-ml50_sp {
    margin-left: 5rem !important;
  }
  .u-ml55_sp {
    margin-left: 5.5rem !important;
  }
  .u-ml60_sp {
    margin-left: 6rem !important;
  }
  .u-ml65_sp {
    margin-left: 6.5rem !important;
  }
  .u-ml70_sp {
    margin-left: 7rem !important;
  }
  .u-ml75_sp {
    margin-left: 7.5rem !important;
  }
  .u-ml80_sp {
    margin-left: 8rem !important;
  }
  .u-ml85_sp {
    margin-left: 8.5rem !important;
  }
  .u-ml90_sp {
    margin-left: 9rem !important;
  }
  .u-ml95_sp {
    margin-left: 9.5rem !important;
  }
  .u-ml100_sp {
    margin-left: 10rem !important;
  }
  .u-ml-1_sp {
    margin-left: -0.1rem !important;
  }
  .u-ml-2_sp {
    margin-left: -0.2rem !important;
  }
  .u-ml-3_sp {
    margin-left: -0.3rem !important;
  }
  .u-ml-4_sp {
    margin-left: -0.4rem !important;
  }
  .u-ml-5_sp {
    margin-left: -0.5rem !important;
  }
  .u-ml-6_sp {
    margin-left: -0.6rem !important;
  }
  .u-ml-7_sp {
    margin-left: -0.7rem !important;
  }
  .u-ml-8_sp {
    margin-left: -0.8rem !important;
  }
  .u-ml-9_sp {
    margin-left: -0.9rem !important;
  }
  .u-ml-10_sp {
    margin-left: -1rem !important;
  }
  .u-ml-11_sp {
    margin-left: -1.1rem !important;
  }
  .u-ml-12_sp {
    margin-left: -1.2rem !important;
  }
  .u-ml-13_sp {
    margin-left: -1.3rem !important;
  }
  .u-ml-14_sp {
    margin-left: -1.4rem !important;
  }
  .u-ml-15_sp {
    margin-left: -1.5rem !important;
  }
  .u-ml-16_sp {
    margin-left: -1.6rem !important;
  }
  .u-ml-17_sp {
    margin-left: -1.7rem !important;
  }
  .u-ml-18_sp {
    margin-left: -1.8rem !important;
  }
  .u-ml-19_sp {
    margin-left: -1.9rem !important;
  }
  .u-ml-20_sp {
    margin-left: -2rem !important;
  }
  .u-ml-25_sp {
    margin-left: -2.5rem !important;
  }
  .u-ml-30_sp {
    margin-left: -3rem !important;
  }
  .u-ml-35_sp {
    margin-left: -3.5rem !important;
  }
  .u-ml-40_sp {
    margin-left: -4rem !important;
  }
  .u-ml-45_sp {
    margin-left: -4.5rem !important;
  }
  .u-ml-50_sp {
    margin-left: -5rem !important;
  }
  .u-ml-55_sp {
    margin-left: -5.5rem !important;
  }
  .u-ml-60_sp {
    margin-left: -6rem !important;
  }
  .u-ml-65_sp {
    margin-left: -6.5rem !important;
  }
  .u-ml-70_sp {
    margin-left: -7rem !important;
  }
  .u-ml-75_sp {
    margin-left: -7.5rem !important;
  }
  .u-ml-80_sp {
    margin-left: -8rem !important;
  }
  .u-ml-85_sp {
    margin-left: -8.5rem !important;
  }
  .u-ml-90_sp {
    margin-left: -9rem !important;
  }
  .u-ml-95_sp {
    margin-left: -9.5rem !important;
  }
  .u-ml-100_sp {
    margin-left: -10rem !important;
  }
  .u-mr0_sp {
    margin-right: 0 !important;
  }
  .u-mr1_sp {
    margin-right: 0.1rem !important;
  }
  .u-mr2_sp {
    margin-right: 0.2rem !important;
  }
  .u-mr3_sp {
    margin-right: 0.3rem !important;
  }
  .u-mr4_sp {
    margin-right: 0.4rem !important;
  }
  .u-mr5_sp {
    margin-right: 0.5rem !important;
  }
  .u-mr6_sp {
    margin-right: 0.6rem !important;
  }
  .u-mr7_sp {
    margin-right: 0.7rem !important;
  }
  .u-mr8_sp {
    margin-right: 0.8rem !important;
  }
  .u-mr9_sp {
    margin-right: 0.9rem !important;
  }
  .u-mr10_sp {
    margin-right: 1rem !important;
  }
  .u-mr11_sp {
    margin-right: 1.1rem !important;
  }
  .u-mr12_sp {
    margin-right: 1.2rem !important;
  }
  .u-mr13_sp {
    margin-right: 1.3rem !important;
  }
  .u-mr14_sp {
    margin-right: 1.4rem !important;
  }
  .u-mr15_sp {
    margin-right: 1.5rem !important;
  }
  .u-mr16_sp {
    margin-right: 1.6rem !important;
  }
  .u-mr17_sp {
    margin-right: 1.7rem !important;
  }
  .u-mr18_sp {
    margin-right: 1.8rem !important;
  }
  .u-mr19_sp {
    margin-right: 1.9rem !important;
  }
  .u-mr20_sp {
    margin-right: 2rem !important;
  }
  .u-mr25_sp {
    margin-right: 2.5rem !important;
  }
  .u-mr30_sp {
    margin-right: 3rem !important;
  }
  .u-mr35_sp {
    margin-right: 3.5rem !important;
  }
  .u-mr40_sp {
    margin-right: 4rem !important;
  }
  .u-mr45_sp {
    margin-right: 4.5rem !important;
  }
  .u-mr50_sp {
    margin-right: 5rem !important;
  }
  .u-mr55_sp {
    margin-right: 5.5rem !important;
  }
  .u-mr60_sp {
    margin-right: 6rem !important;
  }
  .u-mr65_sp {
    margin-right: 6.5rem !important;
  }
  .u-mr70_sp {
    margin-right: 7rem !important;
  }
  .u-mr75_sp {
    margin-right: 7.5rem !important;
  }
  .u-mr80_sp {
    margin-right: 8rem !important;
  }
  .u-mr85_sp {
    margin-right: 8.5rem !important;
  }
  .u-mr90_sp {
    margin-right: 9rem !important;
  }
  .u-mr95_sp {
    margin-right: 9.5rem !important;
  }
  .u-mr100_sp {
    margin-right: 10rem !important;
  }
  .u-mr-1_sp {
    margin-right: -0.1rem !important;
  }
  .u-mr-2_sp {
    margin-right: -0.2rem !important;
  }
  .u-mr-3_sp {
    margin-right: -0.3rem !important;
  }
  .u-mr-4_sp {
    margin-right: -0.4rem !important;
  }
  .u-mr-5_sp {
    margin-right: -0.5rem !important;
  }
  .u-mr-6_sp {
    margin-right: -0.6rem !important;
  }
  .u-mr-7_sp {
    margin-right: -0.7rem !important;
  }
  .u-mr-8_sp {
    margin-right: -0.8rem !important;
  }
  .u-mr-9_sp {
    margin-right: -0.9rem !important;
  }
  .u-mr-10_sp {
    margin-right: -1rem !important;
  }
  .u-mr-11_sp {
    margin-right: -1.1rem !important;
  }
  .u-mr-12_sp {
    margin-right: -1.2rem !important;
  }
  .u-mr-13_sp {
    margin-right: -1.3rem !important;
  }
  .u-mr-14_sp {
    margin-right: -1.4rem !important;
  }
  .u-mr-15_sp {
    margin-right: -1.5rem !important;
  }
  .u-mr-16_sp {
    margin-right: -1.6rem !important;
  }
  .u-mr-17_sp {
    margin-right: -1.7rem !important;
  }
  .u-mr-18_sp {
    margin-right: -1.8rem !important;
  }
  .u-mr-19_sp {
    margin-right: -1.9rem !important;
  }
  .u-mr-20_sp {
    margin-right: -2rem !important;
  }
  .u-mr-25_sp {
    margin-right: -2.5rem !important;
  }
  .u-mr-30_sp {
    margin-right: -3rem !important;
  }
  .u-mr-35_sp {
    margin-right: -3.5rem !important;
  }
  .u-mr-40_sp {
    margin-right: -4rem !important;
  }
  .u-mr-45_sp {
    margin-right: -4.5rem !important;
  }
  .u-mr-50_sp {
    margin-right: -5rem !important;
  }
  .u-mr-55_sp {
    margin-right: -5.5rem !important;
  }
  .u-mr-60_sp {
    margin-right: -6rem !important;
  }
  .u-mr-65_sp {
    margin-right: -6.5rem !important;
  }
  .u-mr-70_sp {
    margin-right: -7rem !important;
  }
  .u-mr-75_sp {
    margin-right: -7.5rem !important;
  }
  .u-mr-80_sp {
    margin-right: -8rem !important;
  }
  .u-mr-85_sp {
    margin-right: -8.5rem !important;
  }
  .u-mr-90_sp {
    margin-right: -9rem !important;
  }
  .u-mr-95_sp {
    margin-right: -9.5rem !important;
  }
  .u-mr-100_sp {
    margin-right: -10rem !important;
  }
  .u-pt0_sp {
    padding-top: 0 !important;
  }
  .u-pt1_sp {
    padding-top: 0.1rem !important;
  }
  .u-pt2_sp {
    padding-top: 0.2rem !important;
  }
  .u-pt3_sp {
    padding-top: 0.3rem !important;
  }
  .u-pt4_sp {
    padding-top: 0.4rem !important;
  }
  .u-pt5_sp {
    padding-top: 0.5rem !important;
  }
  .u-pt6_sp {
    padding-top: 0.6rem !important;
  }
  .u-pt7_sp {
    padding-top: 0.7rem !important;
  }
  .u-pt8_sp {
    padding-top: 0.8rem !important;
  }
  .u-pt9_sp {
    padding-top: 0.9rem !important;
  }
  .u-pt10_sp {
    padding-top: 1rem !important;
  }
  .u-pt11_sp {
    padding-top: 1.1rem !important;
  }
  .u-pt12_sp {
    padding-top: 1.2rem !important;
  }
  .u-pt13_sp {
    padding-top: 1.3rem !important;
  }
  .u-pt14_sp {
    padding-top: 1.4rem !important;
  }
  .u-pt15_sp {
    padding-top: 1.5rem !important;
  }
  .u-pt16_sp {
    padding-top: 1.6rem !important;
  }
  .u-pt17_sp {
    padding-top: 1.7rem !important;
  }
  .u-pt18_sp {
    padding-top: 1.8rem !important;
  }
  .u-pt19_sp {
    padding-top: 1.9rem !important;
  }
  .u-pt20_sp {
    padding-top: 2rem !important;
  }
  .u-pt25_sp {
    padding-top: 2.5rem !important;
  }
  .u-pt30_sp {
    padding-top: 3rem !important;
  }
  .u-pt35_sp {
    padding-top: 3.5rem !important;
  }
  .u-pt40_sp {
    padding-top: 4rem !important;
  }
  .u-pt45_sp {
    padding-top: 4.5rem !important;
  }
  .u-pt50_sp {
    padding-top: 5rem !important;
  }
  .u-pt55_sp {
    padding-top: 5.5rem !important;
  }
  .u-pt60_sp {
    padding-top: 6rem !important;
  }
  .u-pt65_sp {
    padding-top: 6.5rem !important;
  }
  .u-pt70_sp {
    padding-top: 7rem !important;
  }
  .u-pt75_sp {
    padding-top: 7.5rem !important;
  }
  .u-pt80_sp {
    padding-top: 8rem !important;
  }
  .u-pt85_sp {
    padding-top: 8.5rem !important;
  }
  .u-pt90_sp {
    padding-top: 9rem !important;
  }
  .u-pt95_sp {
    padding-top: 9.5rem !important;
  }
  .u-pt100_sp {
    padding-top: 10rem !important;
  }
  .u-pb0_sp {
    padding-bottom: 0 !important;
  }
  .u-pb1_sp {
    padding-bottom: 0.1rem !important;
  }
  .u-pb2_sp {
    padding-bottom: 0.2rem !important;
  }
  .u-pb3_sp {
    padding-bottom: 0.3rem !important;
  }
  .u-pb4_sp {
    padding-bottom: 0.4rem !important;
  }
  .u-pb5_sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pb6_sp {
    padding-bottom: 0.6rem !important;
  }
  .u-pb7_sp {
    padding-bottom: 0.7rem !important;
  }
  .u-pb8_sp {
    padding-bottom: 0.8rem !important;
  }
  .u-pb9_sp {
    padding-bottom: 0.9rem !important;
  }
  .u-pb10_sp {
    padding-bottom: 1rem !important;
  }
  .u-pb11_sp {
    padding-bottom: 1.1rem !important;
  }
  .u-pb12_sp {
    padding-bottom: 1.2rem !important;
  }
  .u-pb13_sp {
    padding-bottom: 1.3rem !important;
  }
  .u-pb14_sp {
    padding-bottom: 1.4rem !important;
  }
  .u-pb15_sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pb16_sp {
    padding-bottom: 1.6rem !important;
  }
  .u-pb17_sp {
    padding-bottom: 1.7rem !important;
  }
  .u-pb18_sp {
    padding-bottom: 1.8rem !important;
  }
  .u-pb19_sp {
    padding-bottom: 1.9rem !important;
  }
  .u-pb20_sp {
    padding-bottom: 2rem !important;
  }
  .u-pb25_sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pb30_sp {
    padding-bottom: 3rem !important;
  }
  .u-pb35_sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pb40_sp {
    padding-bottom: 4rem !important;
  }
  .u-pb45_sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pb50_sp {
    padding-bottom: 5rem !important;
  }
  .u-pb55_sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pb60_sp {
    padding-bottom: 6rem !important;
  }
  .u-pb65_sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pb70_sp {
    padding-bottom: 7rem !important;
  }
  .u-pb75_sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pb80_sp {
    padding-bottom: 8rem !important;
  }
  .u-pb85_sp {
    padding-bottom: 8.5rem !important;
  }
  .u-pb90_sp {
    padding-bottom: 9rem !important;
  }
  .u-pb95_sp {
    padding-bottom: 9.5rem !important;
  }
  .u-pb100_sp {
    padding-bottom: 10rem !important;
  }
  .u-pl0_sp {
    padding-left: 0 !important;
  }
  .u-pl1_sp {
    padding-left: 0.1rem !important;
  }
  .u-pl2_sp {
    padding-left: 0.2rem !important;
  }
  .u-pl3_sp {
    padding-left: 0.3rem !important;
  }
  .u-pl4_sp {
    padding-left: 0.4rem !important;
  }
  .u-pl5_sp {
    padding-left: 0.5rem !important;
  }
  .u-pl6_sp {
    padding-left: 0.6rem !important;
  }
  .u-pl7_sp {
    padding-left: 0.7rem !important;
  }
  .u-pl8_sp {
    padding-left: 0.8rem !important;
  }
  .u-pl9_sp {
    padding-left: 0.9rem !important;
  }
  .u-pl10_sp {
    padding-left: 1rem !important;
  }
  .u-pl11_sp {
    padding-left: 1.1rem !important;
  }
  .u-pl12_sp {
    padding-left: 1.2rem !important;
  }
  .u-pl13_sp {
    padding-left: 1.3rem !important;
  }
  .u-pl14_sp {
    padding-left: 1.4rem !important;
  }
  .u-pl15_sp {
    padding-left: 1.5rem !important;
  }
  .u-pl16_sp {
    padding-left: 1.6rem !important;
  }
  .u-pl17_sp {
    padding-left: 1.7rem !important;
  }
  .u-pl18_sp {
    padding-left: 1.8rem !important;
  }
  .u-pl19_sp {
    padding-left: 1.9rem !important;
  }
  .u-pl20_sp {
    padding-left: 2rem !important;
  }
  .u-pl25_sp {
    padding-left: 2.5rem !important;
  }
  .u-pl30_sp {
    padding-left: 3rem !important;
  }
  .u-pl35_sp {
    padding-left: 3.5rem !important;
  }
  .u-pl40_sp {
    padding-left: 4rem !important;
  }
  .u-pl45_sp {
    padding-left: 4.5rem !important;
  }
  .u-pl50_sp {
    padding-left: 5rem !important;
  }
  .u-pl55_sp {
    padding-left: 5.5rem !important;
  }
  .u-pl60_sp {
    padding-left: 6rem !important;
  }
  .u-pl65_sp {
    padding-left: 6.5rem !important;
  }
  .u-pl70_sp {
    padding-left: 7rem !important;
  }
  .u-pl75_sp {
    padding-left: 7.5rem !important;
  }
  .u-pl80_sp {
    padding-left: 8rem !important;
  }
  .u-pl85_sp {
    padding-left: 8.5rem !important;
  }
  .u-pl90_sp {
    padding-left: 9rem !important;
  }
  .u-pl95_sp {
    padding-left: 9.5rem !important;
  }
  .u-pl100_sp {
    padding-left: 10rem !important;
  }
  .u-pr0_sp {
    padding-right: 0 !important;
  }
  .u-pr1_sp {
    padding-right: 0.1rem !important;
  }
  .u-pr2_sp {
    padding-right: 0.2rem !important;
  }
  .u-pr3_sp {
    padding-right: 0.3rem !important;
  }
  .u-pr4_sp {
    padding-right: 0.4rem !important;
  }
  .u-pr5_sp {
    padding-right: 0.5rem !important;
  }
  .u-pr6_sp {
    padding-right: 0.6rem !important;
  }
  .u-pr7_sp {
    padding-right: 0.7rem !important;
  }
  .u-pr8_sp {
    padding-right: 0.8rem !important;
  }
  .u-pr9_sp {
    padding-right: 0.9rem !important;
  }
  .u-pr10_sp {
    padding-right: 1rem !important;
  }
  .u-pr11_sp {
    padding-right: 1.1rem !important;
  }
  .u-pr12_sp {
    padding-right: 1.2rem !important;
  }
  .u-pr13_sp {
    padding-right: 1.3rem !important;
  }
  .u-pr14_sp {
    padding-right: 1.4rem !important;
  }
  .u-pr15_sp {
    padding-right: 1.5rem !important;
  }
  .u-pr16_sp {
    padding-right: 1.6rem !important;
  }
  .u-pr17_sp {
    padding-right: 1.7rem !important;
  }
  .u-pr18_sp {
    padding-right: 1.8rem !important;
  }
  .u-pr19_sp {
    padding-right: 1.9rem !important;
  }
  .u-pr20_sp {
    padding-right: 2rem !important;
  }
  .u-pr25_sp {
    padding-right: 2.5rem !important;
  }
  .u-pr30_sp {
    padding-right: 3rem !important;
  }
  .u-pr35_sp {
    padding-right: 3.5rem !important;
  }
  .u-pr40_sp {
    padding-right: 4rem !important;
  }
  .u-pr45_sp {
    padding-right: 4.5rem !important;
  }
  .u-pr50_sp {
    padding-right: 5rem !important;
  }
  .u-pr55_sp {
    padding-right: 5.5rem !important;
  }
  .u-pr60_sp {
    padding-right: 6rem !important;
  }
  .u-pr65_sp {
    padding-right: 6.5rem !important;
  }
  .u-pr70_sp {
    padding-right: 7rem !important;
  }
  .u-pr75_sp {
    padding-right: 7.5rem !important;
  }
  .u-pr80_sp {
    padding-right: 8rem !important;
  }
  .u-pr85_sp {
    padding-right: 8.5rem !important;
  }
  .u-pr90_sp {
    padding-right: 9rem !important;
  }
  .u-pr95_sp {
    padding-right: 9.5rem !important;
  }
  .u-pr100_sp {
    padding-right: 10rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-mAuto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt1 {
    margin-top: 0.1rem !important;
  }
  .u-mt2 {
    margin-top: 0.2rem !important;
  }
  .u-mt3 {
    margin-top: 0.3rem !important;
  }
  .u-mt4 {
    margin-top: 0.4rem !important;
  }
  .u-mt5 {
    margin-top: 0.5rem !important;
  }
  .u-mt6 {
    margin-top: 0.6rem !important;
  }
  .u-mt7 {
    margin-top: 0.7rem !important;
  }
  .u-mt8 {
    margin-top: 0.8rem !important;
  }
  .u-mt9 {
    margin-top: 0.9rem !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt11 {
    margin-top: 1.1rem !important;
  }
  .u-mt12 {
    margin-top: 1.2rem !important;
  }
  .u-mt13 {
    margin-top: 1.3rem !important;
  }
  .u-mt14 {
    margin-top: 1.4rem !important;
  }
  .u-mt15 {
    margin-top: 1.5rem !important;
  }
  .u-mt16 {
    margin-top: 1.6rem !important;
  }
  .u-mt17 {
    margin-top: 1.7rem !important;
  }
  .u-mt18 {
    margin-top: 1.8rem !important;
  }
  .u-mt19 {
    margin-top: 1.9rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt25 {
    margin-top: 2.5rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt35 {
    margin-top: 3.5rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt45 {
    margin-top: 4.5rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt55 {
    margin-top: 5.5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt65 {
    margin-top: 6.5rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt75 {
    margin-top: 7.5rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt85 {
    margin-top: 8.5rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt95 {
    margin-top: 9.5rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mt-1 {
    margin-top: -0.1rem !important;
  }
  .u-mt-2 {
    margin-top: -0.2rem !important;
  }
  .u-mt-3 {
    margin-top: -0.3rem !important;
  }
  .u-mt-4 {
    margin-top: -0.4rem !important;
  }
  .u-mt-5 {
    margin-top: -0.5rem !important;
  }
  .u-mt-6 {
    margin-top: -0.6rem !important;
  }
  .u-mt-7 {
    margin-top: -0.7rem !important;
  }
  .u-mt-8 {
    margin-top: -0.8rem !important;
  }
  .u-mt-9 {
    margin-top: -0.9rem !important;
  }
  .u-mt-10 {
    margin-top: -1rem !important;
  }
  .u-mt-11 {
    margin-top: -1.1rem !important;
  }
  .u-mt-12 {
    margin-top: -1.2rem !important;
  }
  .u-mt-13 {
    margin-top: -1.3rem !important;
  }
  .u-mt-14 {
    margin-top: -1.4rem !important;
  }
  .u-mt-15 {
    margin-top: -1.5rem !important;
  }
  .u-mt-16 {
    margin-top: -1.6rem !important;
  }
  .u-mt-17 {
    margin-top: -1.7rem !important;
  }
  .u-mt-18 {
    margin-top: -1.8rem !important;
  }
  .u-mt-19 {
    margin-top: -1.9rem !important;
  }
  .u-mt-20 {
    margin-top: -2rem !important;
  }
  .u-mt-25 {
    margin-top: -2.5rem !important;
  }
  .u-mt-30 {
    margin-top: -3rem !important;
  }
  .u-mt-35 {
    margin-top: -3.5rem !important;
  }
  .u-mt-40 {
    margin-top: -4rem !important;
  }
  .u-mt-45 {
    margin-top: -4.5rem !important;
  }
  .u-mt-50 {
    margin-top: -5rem !important;
  }
  .u-mt-55 {
    margin-top: -5.5rem !important;
  }
  .u-mt-60 {
    margin-top: -6rem !important;
  }
  .u-mt-65 {
    margin-top: -6.5rem !important;
  }
  .u-mt-70 {
    margin-top: -7rem !important;
  }
  .u-mt-75 {
    margin-top: -7.5rem !important;
  }
  .u-mt-80 {
    margin-top: -8rem !important;
  }
  .u-mt-85 {
    margin-top: -8.5rem !important;
  }
  .u-mt-90 {
    margin-top: -9rem !important;
  }
  .u-mt-95 {
    margin-top: -9.5rem !important;
  }
  .u-mt-100 {
    margin-top: -10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb1 {
    margin-bottom: 0.1rem !important;
  }
  .u-mb2 {
    margin-bottom: 0.2rem !important;
  }
  .u-mb3 {
    margin-bottom: 0.3rem !important;
  }
  .u-mb4 {
    margin-bottom: 0.4rem !important;
  }
  .u-mb5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb6 {
    margin-bottom: 0.6rem !important;
  }
  .u-mb7 {
    margin-bottom: 0.7rem !important;
  }
  .u-mb8 {
    margin-bottom: 0.8rem !important;
  }
  .u-mb9 {
    margin-bottom: 0.9rem !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mb12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mb13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mb14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mb15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mb17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mb18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mb19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-1 {
    margin-bottom: -0.1rem !important;
  }
  .u-mb-2 {
    margin-bottom: -0.2rem !important;
  }
  .u-mb-3 {
    margin-bottom: -0.3rem !important;
  }
  .u-mb-4 {
    margin-bottom: -0.4rem !important;
  }
  .u-mb-5 {
    margin-bottom: -0.5rem !important;
  }
  .u-mb-6 {
    margin-bottom: -0.6rem !important;
  }
  .u-mb-7 {
    margin-bottom: -0.7rem !important;
  }
  .u-mb-8 {
    margin-bottom: -0.8rem !important;
  }
  .u-mb-9 {
    margin-bottom: -0.9rem !important;
  }
  .u-mb-10 {
    margin-bottom: -1rem !important;
  }
  .u-mb-11 {
    margin-bottom: -1.1rem !important;
  }
  .u-mb-12 {
    margin-bottom: -1.2rem !important;
  }
  .u-mb-13 {
    margin-bottom: -1.3rem !important;
  }
  .u-mb-14 {
    margin-bottom: -1.4rem !important;
  }
  .u-mb-15 {
    margin-bottom: -1.5rem !important;
  }
  .u-mb-16 {
    margin-bottom: -1.6rem !important;
  }
  .u-mb-17 {
    margin-bottom: -1.7rem !important;
  }
  .u-mb-18 {
    margin-bottom: -1.8rem !important;
  }
  .u-mb-19 {
    margin-bottom: -1.9rem !important;
  }
  .u-mb-20 {
    margin-bottom: -2rem !important;
  }
  .u-mb-25 {
    margin-bottom: -2.5rem !important;
  }
  .u-mb-30 {
    margin-bottom: -3rem !important;
  }
  .u-mb-35 {
    margin-bottom: -3.5rem !important;
  }
  .u-mb-40 {
    margin-bottom: -4rem !important;
  }
  .u-mb-45 {
    margin-bottom: -4.5rem !important;
  }
  .u-mb-50 {
    margin-bottom: -5rem !important;
  }
  .u-mb-55 {
    margin-bottom: -5.5rem !important;
  }
  .u-mb-60 {
    margin-bottom: -6rem !important;
  }
  .u-mb-65 {
    margin-bottom: -6.5rem !important;
  }
  .u-mb-70 {
    margin-bottom: -7rem !important;
  }
  .u-mb-75 {
    margin-bottom: -7.5rem !important;
  }
  .u-mb-80 {
    margin-bottom: -8rem !important;
  }
  .u-mb-85 {
    margin-bottom: -8.5rem !important;
  }
  .u-mb-90 {
    margin-bottom: -9rem !important;
  }
  .u-mb-95 {
    margin-bottom: -9.5rem !important;
  }
  .u-mb-100 {
    margin-bottom: -10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml1 {
    margin-left: 0.1rem !important;
  }
  .u-ml2 {
    margin-left: 0.2rem !important;
  }
  .u-ml3 {
    margin-left: 0.3rem !important;
  }
  .u-ml4 {
    margin-left: 0.4rem !important;
  }
  .u-ml5 {
    margin-left: 0.5rem !important;
  }
  .u-ml6 {
    margin-left: 0.6rem !important;
  }
  .u-ml7 {
    margin-left: 0.7rem !important;
  }
  .u-ml8 {
    margin-left: 0.8rem !important;
  }
  .u-ml9 {
    margin-left: 0.9rem !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml11 {
    margin-left: 1.1rem !important;
  }
  .u-ml12 {
    margin-left: 1.2rem !important;
  }
  .u-ml13 {
    margin-left: 1.3rem !important;
  }
  .u-ml14 {
    margin-left: 1.4rem !important;
  }
  .u-ml15 {
    margin-left: 1.5rem !important;
  }
  .u-ml16 {
    margin-left: 1.6rem !important;
  }
  .u-ml17 {
    margin-left: 1.7rem !important;
  }
  .u-ml18 {
    margin-left: 1.8rem !important;
  }
  .u-ml19 {
    margin-left: 1.9rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml25 {
    margin-left: 2.5rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml35 {
    margin-left: 3.5rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml45 {
    margin-left: 4.5rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml55 {
    margin-left: 5.5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml65 {
    margin-left: 6.5rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml75 {
    margin-left: 7.5rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml85 {
    margin-left: 8.5rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml95 {
    margin-left: 9.5rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
  .u-ml-1 {
    margin-left: -0.1rem !important;
  }
  .u-ml-2 {
    margin-left: -0.2rem !important;
  }
  .u-ml-3 {
    margin-left: -0.3rem !important;
  }
  .u-ml-4 {
    margin-left: -0.4rem !important;
  }
  .u-ml-5 {
    margin-left: -0.5rem !important;
  }
  .u-ml-6 {
    margin-left: -0.6rem !important;
  }
  .u-ml-7 {
    margin-left: -0.7rem !important;
  }
  .u-ml-8 {
    margin-left: -0.8rem !important;
  }
  .u-ml-9 {
    margin-left: -0.9rem !important;
  }
  .u-ml-10 {
    margin-left: -1rem !important;
  }
  .u-ml-11 {
    margin-left: -1.1rem !important;
  }
  .u-ml-12 {
    margin-left: -1.2rem !important;
  }
  .u-ml-13 {
    margin-left: -1.3rem !important;
  }
  .u-ml-14 {
    margin-left: -1.4rem !important;
  }
  .u-ml-15 {
    margin-left: -1.5rem !important;
  }
  .u-ml-16 {
    margin-left: -1.6rem !important;
  }
  .u-ml-17 {
    margin-left: -1.7rem !important;
  }
  .u-ml-18 {
    margin-left: -1.8rem !important;
  }
  .u-ml-19 {
    margin-left: -1.9rem !important;
  }
  .u-ml-20 {
    margin-left: -2rem !important;
  }
  .u-ml-25 {
    margin-left: -2.5rem !important;
  }
  .u-ml-30 {
    margin-left: -3rem !important;
  }
  .u-ml-35 {
    margin-left: -3.5rem !important;
  }
  .u-ml-40 {
    margin-left: -4rem !important;
  }
  .u-ml-45 {
    margin-left: -4.5rem !important;
  }
  .u-ml-50 {
    margin-left: -5rem !important;
  }
  .u-ml-55 {
    margin-left: -5.5rem !important;
  }
  .u-ml-60 {
    margin-left: -6rem !important;
  }
  .u-ml-65 {
    margin-left: -6.5rem !important;
  }
  .u-ml-70 {
    margin-left: -7rem !important;
  }
  .u-ml-75 {
    margin-left: -7.5rem !important;
  }
  .u-ml-80 {
    margin-left: -8rem !important;
  }
  .u-ml-85 {
    margin-left: -8.5rem !important;
  }
  .u-ml-90 {
    margin-left: -9rem !important;
  }
  .u-ml-95 {
    margin-left: -9.5rem !important;
  }
  .u-ml-100 {
    margin-left: -10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr1 {
    margin-right: 0.1rem !important;
  }
  .u-mr2 {
    margin-right: 0.2rem !important;
  }
  .u-mr3 {
    margin-right: 0.3rem !important;
  }
  .u-mr4 {
    margin-right: 0.4rem !important;
  }
  .u-mr5 {
    margin-right: 0.5rem !important;
  }
  .u-mr6 {
    margin-right: 0.6rem !important;
  }
  .u-mr7 {
    margin-right: 0.7rem !important;
  }
  .u-mr8 {
    margin-right: 0.8rem !important;
  }
  .u-mr9 {
    margin-right: 0.9rem !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr11 {
    margin-right: 1.1rem !important;
  }
  .u-mr12 {
    margin-right: 1.2rem !important;
  }
  .u-mr13 {
    margin-right: 1.3rem !important;
  }
  .u-mr14 {
    margin-right: 1.4rem !important;
  }
  .u-mr15 {
    margin-right: 1.5rem !important;
  }
  .u-mr16 {
    margin-right: 1.6rem !important;
  }
  .u-mr17 {
    margin-right: 1.7rem !important;
  }
  .u-mr18 {
    margin-right: 1.8rem !important;
  }
  .u-mr19 {
    margin-right: 1.9rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr25 {
    margin-right: 2.5rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr35 {
    margin-right: 3.5rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr45 {
    margin-right: 4.5rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr55 {
    margin-right: 5.5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr65 {
    margin-right: 6.5rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr75 {
    margin-right: 7.5rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr85 {
    margin-right: 8.5rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr95 {
    margin-right: 9.5rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mr-1 {
    margin-right: -0.1rem !important;
  }
  .u-mr-2 {
    margin-right: -0.2rem !important;
  }
  .u-mr-3 {
    margin-right: -0.3rem !important;
  }
  .u-mr-4 {
    margin-right: -0.4rem !important;
  }
  .u-mr-5 {
    margin-right: -0.5rem !important;
  }
  .u-mr-6 {
    margin-right: -0.6rem !important;
  }
  .u-mr-7 {
    margin-right: -0.7rem !important;
  }
  .u-mr-8 {
    margin-right: -0.8rem !important;
  }
  .u-mr-9 {
    margin-right: -0.9rem !important;
  }
  .u-mr-10 {
    margin-right: -1rem !important;
  }
  .u-mr-11 {
    margin-right: -1.1rem !important;
  }
  .u-mr-12 {
    margin-right: -1.2rem !important;
  }
  .u-mr-13 {
    margin-right: -1.3rem !important;
  }
  .u-mr-14 {
    margin-right: -1.4rem !important;
  }
  .u-mr-15 {
    margin-right: -1.5rem !important;
  }
  .u-mr-16 {
    margin-right: -1.6rem !important;
  }
  .u-mr-17 {
    margin-right: -1.7rem !important;
  }
  .u-mr-18 {
    margin-right: -1.8rem !important;
  }
  .u-mr-19 {
    margin-right: -1.9rem !important;
  }
  .u-mr-20 {
    margin-right: -2rem !important;
  }
  .u-mr-25 {
    margin-right: -2.5rem !important;
  }
  .u-mr-30 {
    margin-right: -3rem !important;
  }
  .u-mr-35 {
    margin-right: -3.5rem !important;
  }
  .u-mr-40 {
    margin-right: -4rem !important;
  }
  .u-mr-45 {
    margin-right: -4.5rem !important;
  }
  .u-mr-50 {
    margin-right: -5rem !important;
  }
  .u-mr-55 {
    margin-right: -5.5rem !important;
  }
  .u-mr-60 {
    margin-right: -6rem !important;
  }
  .u-mr-65 {
    margin-right: -6.5rem !important;
  }
  .u-mr-70 {
    margin-right: -7rem !important;
  }
  .u-mr-75 {
    margin-right: -7.5rem !important;
  }
  .u-mr-80 {
    margin-right: -8rem !important;
  }
  .u-mr-85 {
    margin-right: -8.5rem !important;
  }
  .u-mr-90 {
    margin-right: -9rem !important;
  }
  .u-mr-95 {
    margin-right: -9.5rem !important;
  }
  .u-mr-100 {
    margin-right: -10rem !important;
  }
  .u-pt0 {
    padding-top: 0 !important;
  }
  .u-pt1 {
    padding-top: 0.1rem !important;
  }
  .u-pt2 {
    padding-top: 0.2rem !important;
  }
  .u-pt3 {
    padding-top: 0.3rem !important;
  }
  .u-pt4 {
    padding-top: 0.4rem !important;
  }
  .u-pt5 {
    padding-top: 0.5rem !important;
  }
  .u-pt6 {
    padding-top: 0.6rem !important;
  }
  .u-pt7 {
    padding-top: 0.7rem !important;
  }
  .u-pt8 {
    padding-top: 0.8rem !important;
  }
  .u-pt9 {
    padding-top: 0.9rem !important;
  }
  .u-pt10 {
    padding-top: 1rem !important;
  }
  .u-pt11 {
    padding-top: 1.1rem !important;
  }
  .u-pt12 {
    padding-top: 1.2rem !important;
  }
  .u-pt13 {
    padding-top: 1.3rem !important;
  }
  .u-pt14 {
    padding-top: 1.4rem !important;
  }
  .u-pt15 {
    padding-top: 1.5rem !important;
  }
  .u-pt16 {
    padding-top: 1.6rem !important;
  }
  .u-pt17 {
    padding-top: 1.7rem !important;
  }
  .u-pt18 {
    padding-top: 1.8rem !important;
  }
  .u-pt19 {
    padding-top: 1.9rem !important;
  }
  .u-pt20 {
    padding-top: 2rem !important;
  }
  .u-pt25 {
    padding-top: 2.5rem !important;
  }
  .u-pt30 {
    padding-top: 3rem !important;
  }
  .u-pt35 {
    padding-top: 3.5rem !important;
  }
  .u-pt40 {
    padding-top: 4rem !important;
  }
  .u-pt45 {
    padding-top: 4.5rem !important;
  }
  .u-pt50 {
    padding-top: 5rem !important;
  }
  .u-pt55 {
    padding-top: 5.5rem !important;
  }
  .u-pt60 {
    padding-top: 6rem !important;
  }
  .u-pt65 {
    padding-top: 6.5rem !important;
  }
  .u-pt70 {
    padding-top: 7rem !important;
  }
  .u-pt75 {
    padding-top: 7.5rem !important;
  }
  .u-pt80 {
    padding-top: 8rem !important;
  }
  .u-pt85 {
    padding-top: 8.5rem !important;
  }
  .u-pt90 {
    padding-top: 9rem !important;
  }
  .u-pt95 {
    padding-top: 9.5rem !important;
  }
  .u-pt100 {
    padding-top: 10rem !important;
  }
  .u-pb0 {
    padding-bottom: 0 !important;
  }
  .u-pb1 {
    padding-bottom: 0.1rem !important;
  }
  .u-pb2 {
    padding-bottom: 0.2rem !important;
  }
  .u-pb3 {
    padding-bottom: 0.3rem !important;
  }
  .u-pb4 {
    padding-bottom: 0.4rem !important;
  }
  .u-pb5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb6 {
    padding-bottom: 0.6rem !important;
  }
  .u-pb7 {
    padding-bottom: 0.7rem !important;
  }
  .u-pb8 {
    padding-bottom: 0.8rem !important;
  }
  .u-pb9 {
    padding-bottom: 0.9rem !important;
  }
  .u-pb10 {
    padding-bottom: 1rem !important;
  }
  .u-pb11 {
    padding-bottom: 1.1rem !important;
  }
  .u-pb12 {
    padding-bottom: 1.2rem !important;
  }
  .u-pb13 {
    padding-bottom: 1.3rem !important;
  }
  .u-pb14 {
    padding-bottom: 1.4rem !important;
  }
  .u-pb15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb16 {
    padding-bottom: 1.6rem !important;
  }
  .u-pb17 {
    padding-bottom: 1.7rem !important;
  }
  .u-pb18 {
    padding-bottom: 1.8rem !important;
  }
  .u-pb19 {
    padding-bottom: 1.9rem !important;
  }
  .u-pb20 {
    padding-bottom: 2rem !important;
  }
  .u-pb25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb30 {
    padding-bottom: 3rem !important;
  }
  .u-pb35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb40 {
    padding-bottom: 4rem !important;
  }
  .u-pb45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb50 {
    padding-bottom: 5rem !important;
  }
  .u-pb55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb60 {
    padding-bottom: 6rem !important;
  }
  .u-pb65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb70 {
    padding-bottom: 7rem !important;
  }
  .u-pb75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb80 {
    padding-bottom: 8rem !important;
  }
  .u-pb85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb90 {
    padding-bottom: 9rem !important;
  }
  .u-pb95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb100 {
    padding-bottom: 10rem !important;
  }
  .u-pl0 {
    padding-left: 0 !important;
  }
  .u-pl1 {
    padding-left: 0.1rem !important;
  }
  .u-pl2 {
    padding-left: 0.2rem !important;
  }
  .u-pl3 {
    padding-left: 0.3rem !important;
  }
  .u-pl4 {
    padding-left: 0.4rem !important;
  }
  .u-pl5 {
    padding-left: 0.5rem !important;
  }
  .u-pl6 {
    padding-left: 0.6rem !important;
  }
  .u-pl7 {
    padding-left: 0.7rem !important;
  }
  .u-pl8 {
    padding-left: 0.8rem !important;
  }
  .u-pl9 {
    padding-left: 0.9rem !important;
  }
  .u-pl10 {
    padding-left: 1rem !important;
  }
  .u-pl11 {
    padding-left: 1.1rem !important;
  }
  .u-pl12 {
    padding-left: 1.2rem !important;
  }
  .u-pl13 {
    padding-left: 1.3rem !important;
  }
  .u-pl14 {
    padding-left: 1.4rem !important;
  }
  .u-pl15 {
    padding-left: 1.5rem !important;
  }
  .u-pl16 {
    padding-left: 1.6rem !important;
  }
  .u-pl17 {
    padding-left: 1.7rem !important;
  }
  .u-pl18 {
    padding-left: 1.8rem !important;
  }
  .u-pl19 {
    padding-left: 1.9rem !important;
  }
  .u-pl20 {
    padding-left: 2rem !important;
  }
  .u-pl25 {
    padding-left: 2.5rem !important;
  }
  .u-pl30 {
    padding-left: 3rem !important;
  }
  .u-pl35 {
    padding-left: 3.5rem !important;
  }
  .u-pl40 {
    padding-left: 4rem !important;
  }
  .u-pl45 {
    padding-left: 4.5rem !important;
  }
  .u-pl50 {
    padding-left: 5rem !important;
  }
  .u-pl55 {
    padding-left: 5.5rem !important;
  }
  .u-pl60 {
    padding-left: 6rem !important;
  }
  .u-pl65 {
    padding-left: 6.5rem !important;
  }
  .u-pl70 {
    padding-left: 7rem !important;
  }
  .u-pl75 {
    padding-left: 7.5rem !important;
  }
  .u-pl80 {
    padding-left: 8rem !important;
  }
  .u-pl85 {
    padding-left: 8.5rem !important;
  }
  .u-pl90 {
    padding-left: 9rem !important;
  }
  .u-pl95 {
    padding-left: 9.5rem !important;
  }
  .u-pl100 {
    padding-left: 10rem !important;
  }
  .u-pr0 {
    padding-right: 0 !important;
  }
  .u-pr1 {
    padding-right: 0.1rem !important;
  }
  .u-pr2 {
    padding-right: 0.2rem !important;
  }
  .u-pr3 {
    padding-right: 0.3rem !important;
  }
  .u-pr4 {
    padding-right: 0.4rem !important;
  }
  .u-pr5 {
    padding-right: 0.5rem !important;
  }
  .u-pr6 {
    padding-right: 0.6rem !important;
  }
  .u-pr7 {
    padding-right: 0.7rem !important;
  }
  .u-pr8 {
    padding-right: 0.8rem !important;
  }
  .u-pr9 {
    padding-right: 0.9rem !important;
  }
  .u-pr10 {
    padding-right: 1rem !important;
  }
  .u-pr11 {
    padding-right: 1.1rem !important;
  }
  .u-pr12 {
    padding-right: 1.2rem !important;
  }
  .u-pr13 {
    padding-right: 1.3rem !important;
  }
  .u-pr14 {
    padding-right: 1.4rem !important;
  }
  .u-pr15 {
    padding-right: 1.5rem !important;
  }
  .u-pr16 {
    padding-right: 1.6rem !important;
  }
  .u-pr17 {
    padding-right: 1.7rem !important;
  }
  .u-pr18 {
    padding-right: 1.8rem !important;
  }
  .u-pr19 {
    padding-right: 1.9rem !important;
  }
  .u-pr20 {
    padding-right: 2rem !important;
  }
  .u-pr25 {
    padding-right: 2.5rem !important;
  }
  .u-pr30 {
    padding-right: 3rem !important;
  }
  .u-pr35 {
    padding-right: 3.5rem !important;
  }
  .u-pr40 {
    padding-right: 4rem !important;
  }
  .u-pr45 {
    padding-right: 4.5rem !important;
  }
  .u-pr50 {
    padding-right: 5rem !important;
  }
  .u-pr55 {
    padding-right: 5.5rem !important;
  }
  .u-pr60 {
    padding-right: 6rem !important;
  }
  .u-pr65 {
    padding-right: 6.5rem !important;
  }
  .u-pr70 {
    padding-right: 7rem !important;
  }
  .u-pr75 {
    padding-right: 7.5rem !important;
  }
  .u-pr80 {
    padding-right: 8rem !important;
  }
  .u-pr85 {
    padding-right: 8.5rem !important;
  }
  .u-pr90 {
    padding-right: 9rem !important;
  }
  .u-pr95 {
    padding-right: 9.5rem !important;
  }
  .u-pr100 {
    padding-right: 10rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-w5p_sp {
    width: 5% !important;
  }
  .u-w10p_sp {
    width: 10% !important;
  }
  .u-w15p_sp {
    width: 15% !important;
  }
  .u-w20p_sp {
    width: 20% !important;
  }
  .u-w25p_sp {
    width: 25% !important;
  }
  .u-w30p_sp {
    width: 30% !important;
  }
  .u-w35p_sp {
    width: 35% !important;
  }
  .u-w40p_sp {
    width: 40% !important;
  }
  .u-w45p_sp {
    width: 45% !important;
  }
  .u-w50p_sp {
    width: 50% !important;
  }
  .u-w55p_sp {
    width: 55% !important;
  }
  .u-w60p_sp {
    width: 60% !important;
  }
  .u-w65p_sp {
    width: 65% !important;
  }
  .u-w70p_sp {
    width: 70% !important;
  }
  .u-w75p_sp {
    width: 75% !important;
  }
  .u-w80p_sp {
    width: 80% !important;
  }
  .u-w85p_sp {
    width: 85% !important;
  }
  .u-w90p_sp {
    width: 90% !important;
  }
  .u-w95p_sp {
    width: 95% !important;
  }
  .u-w100p_sp {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-w5p {
    width: 5% !important;
  }
  .u-w10p {
    width: 10% !important;
  }
  .u-w15p {
    width: 15% !important;
  }
  .u-w20p {
    width: 20% !important;
  }
  .u-w25p {
    width: 25% !important;
  }
  .u-w30p {
    width: 30% !important;
  }
  .u-w35p {
    width: 35% !important;
  }
  .u-w40p {
    width: 40% !important;
  }
  .u-w45p {
    width: 45% !important;
  }
  .u-w50p {
    width: 50% !important;
  }
  .u-w55p {
    width: 55% !important;
  }
  .u-w60p {
    width: 60% !important;
  }
  .u-w65p {
    width: 65% !important;
  }
  .u-w70p {
    width: 70% !important;
  }
  .u-w75p {
    width: 75% !important;
  }
  .u-w80p {
    width: 80% !important;
  }
  .u-w85p {
    width: 85% !important;
  }
  .u-w90p {
    width: 90% !important;
  }
  .u-w95p {
    width: 95% !important;
  }
  .u-w100p {
    width: 100% !important;
  }
}

.u-txt-w100 {
  font-weight: 100 !important;
}
.u-txt-w200 {
  font-weight: 200 !important;
}
.u-txt-w300 {
  font-weight: 300 !important;
}
.u-txt-w400 {
  font-weight: 400 !important;
}
.u-txt-w500 {
  font-weight: 500 !important;
}
.u-txt-w600 {
  font-weight: 600 !important;
}
.u-txt-w700 {
  font-weight: 700 !important;
}
.u-txt-w800 {
  font-weight: 800 !important;
}
.u-txt-w900 {
  font-weight: 900 !important;
}
.u-txt-bold {
  font-weight: bold !important;
}
.u-txt-normal {
  font-weight: normal !important;
}
.u-txt-italic {
  font-style: italic !important;
}
.u-txt-black {
  color: #404040 !important;
}
.u-txt-gray {
  color: #8b8b8b !important;
}
.u-txt-white {
  color: #fff !important;
}
.u-txt-primary {
  color: #f88f96 !important;
}
.u-txt-sub {
  color: #ffde00 !important;
}
.u-txt-accent {
  color: #77bbc3 !important;
}
.u-txt-caution {
  color: #ed1c24 !important;
}
@media only screen and (max-width: 767px) {
  .u-txt-s10_sp {
    font-size: 1rem !important;
  }
  .u-txt-s11_sp {
    font-size: 1.1rem !important;
  }
  .u-txt-s12_sp {
    font-size: 1.2rem !important;
  }
  .u-txt-s13_sp {
    font-size: 1.3rem !important;
  }
  .u-txt-s14_sp {
    font-size: 1.4rem !important;
  }
  .u-txt-s15_sp {
    font-size: 1.5rem !important;
  }
  .u-txt-s16_sp {
    font-size: 1.6rem !important;
  }
  .u-txt-s17_sp {
    font-size: 1.7rem !important;
  }
  .u-txt-s18_sp {
    font-size: 1.8rem !important;
  }
  .u-txt-s19_sp {
    font-size: 1.9rem !important;
  }
  .u-txt-s20_sp {
    font-size: 2rem !important;
  }
  .u-txt-s21_sp {
    font-size: 2.1rem !important;
  }
  .u-txt-s22_sp {
    font-size: 2.2rem !important;
  }
  .u-txt-s23_sp {
    font-size: 2.3rem !important;
  }
  .u-txt-s24_sp {
    font-size: 2.4rem !important;
  }
  .u-txt-s25_sp {
    font-size: 2.5rem !important;
  }
  .u-txt-s26_sp {
    font-size: 2.6rem !important;
  }
  .u-txt-s27_sp {
    font-size: 2.7rem !important;
  }
  .u-txt-s28_sp {
    font-size: 2.8rem !important;
  }
  .u-txt-s29_sp {
    font-size: 2.9rem !important;
  }
  .u-txt-s30_sp {
    font-size: 3rem !important;
  }
  .u-txt-s31_sp {
    font-size: 3.1rem !important;
  }
  .u-txt-s32_sp {
    font-size: 3.2rem !important;
  }
  .u-txt-s33_sp {
    font-size: 3.3rem !important;
  }
  .u-txt-s34_sp {
    font-size: 3.4rem !important;
  }
  .u-txt-s35_sp {
    font-size: 3.5rem !important;
  }
  .u-lh100_sp {
    line-height: 1 !important;
  }
  .u-lh110_sp {
    line-height: 1.1 !important;
  }
  .u-lh120_sp {
    line-height: 1.2 !important;
  }
  .u-lh130_sp {
    line-height: 1.3 !important;
  }
  .u-lh140_sp {
    line-height: 1.4 !important;
  }
  .u-lh150_sp {
    line-height: 1.5 !important;
  }
  .u-lh160_sp {
    line-height: 1.6 !important;
  }
  .u-lh170_sp {
    line-height: 1.7 !important;
  }
  .u-lh180_sp {
    line-height: 1.8 !important;
  }
  .u-lh190_sp {
    line-height: 1.9 !important;
  }
  .u-lh200_sp {
    line-height: 2 !important;
  }
  .u-lh210_sp {
    line-height: 2.1 !important;
  }
  .u-lh220_sp {
    line-height: 2.2 !important;
  }
  .u-lh230_sp {
    line-height: 2.3 !important;
  }
  .u-lh240_sp {
    line-height: 2.4 !important;
  }
  .u-lh250_sp {
    line-height: 2.5 !important;
  }
  .u-txt-left_sp {
    text-align: left !important;
  }
  .u-txt-center_sp {
    text-align: center !important;
  }
  .u-txt-right_sp {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-txt-s10 {
    font-size: 1rem !important;
  }
  .u-txt-s11 {
    font-size: 1.1rem !important;
  }
  .u-txt-s12 {
    font-size: 1.2rem !important;
  }
  .u-txt-s13 {
    font-size: 1.3rem !important;
  }
  .u-txt-s14 {
    font-size: 1.4rem !important;
  }
  .u-txt-s15 {
    font-size: 1.5rem !important;
  }
  .u-txt-s16 {
    font-size: 1.6rem !important;
  }
  .u-txt-s17 {
    font-size: 1.7rem !important;
  }
  .u-txt-s18 {
    font-size: 1.8rem !important;
  }
  .u-txt-s19 {
    font-size: 1.9rem !important;
  }
  .u-txt-s20 {
    font-size: 2rem !important;
  }
  .u-txt-s21 {
    font-size: 2.1rem !important;
  }
  .u-txt-s22 {
    font-size: 2.2rem !important;
  }
  .u-txt-s23 {
    font-size: 2.3rem !important;
  }
  .u-txt-s24 {
    font-size: 2.4rem !important;
  }
  .u-txt-s25 {
    font-size: 2.5rem !important;
  }
  .u-txt-s26 {
    font-size: 2.6rem !important;
  }
  .u-txt-s27 {
    font-size: 2.7rem !important;
  }
  .u-txt-s28 {
    font-size: 2.8rem !important;
  }
  .u-txt-s29 {
    font-size: 2.9rem !important;
  }
  .u-txt-s30 {
    font-size: 3rem !important;
  }
  .u-txt-s31 {
    font-size: 3.1rem !important;
  }
  .u-txt-s32 {
    font-size: 3.2rem !important;
  }
  .u-txt-s33 {
    font-size: 3.3rem !important;
  }
  .u-txt-s34 {
    font-size: 3.4rem !important;
  }
  .u-txt-s35 {
    font-size: 3.5rem !important;
  }
  .u-lh100 {
    line-height: 1 !important;
  }
  .u-lh110 {
    line-height: 1.1 !important;
  }
  .u-lh120 {
    line-height: 1.2 !important;
  }
  .u-lh130 {
    line-height: 1.3 !important;
  }
  .u-lh140 {
    line-height: 1.4 !important;
  }
  .u-lh150 {
    line-height: 1.5 !important;
  }
  .u-lh160 {
    line-height: 1.6 !important;
  }
  .u-lh170 {
    line-height: 1.7 !important;
  }
  .u-lh180 {
    line-height: 1.8 !important;
  }
  .u-lh190 {
    line-height: 1.9 !important;
  }
  .u-lh200 {
    line-height: 2 !important;
  }
  .u-lh210 {
    line-height: 2.1 !important;
  }
  .u-lh220 {
    line-height: 2.2 !important;
  }
  .u-lh230 {
    line-height: 2.3 !important;
  }
  .u-lh240 {
    line-height: 2.4 !important;
  }
  .u-lh250 {
    line-height: 2.5 !important;
  }
  .u-txt-left {
    text-align: left !important;
  }
  .u-txt-center {
    text-align: center !important;
  }
  .u-txt-right {
    text-align: right !important;
  }
}

/* ===== others ===== */
.u-clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

@media only screen and (max-width: 767px) {
  .u-onlyPC {
    display: none !important;
  }
  .u-block_sp {
    display: block !important;
  }
  .u-inline_sp {
    display: inline !important;
  }
  .u-inlineBlock_sp {
    display: inline-block !important;
  }
  .u-fl_sp {
    float: left !important;
  }
  .u-fr_sp {
    float: right !important;
  }
  .u-clear_sp {
    clear: both !important;
  }
}
@media print, screen and (min-width: 768px) {
  .u-onlySP {
    display: none !important;
  }
  .u-block {
    display: block !important;
  }
  .u-inline {
    display: inline !important;
  }
  .u-inlineBlock {
    display: inline-block !important;
  }
  .u-fl {
    float: left !important;
  }
  .u-fr {
    float: right !important;
  }
  .u-clear {
    clear: both !important;
  }
}