@charset "UTF-8";
/*
Theme Name: フィデス田町
Version: 1.0
Description: フィデス田町
*/
/* ==============================
 Foundation
============================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Thin.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-DemiLight.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Medium.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Black.eot");
  src: url("assets/fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("assets/fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff");
}
html {
  min-height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  counter-reset: number;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  bottom: -170px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.png) no-repeat left center/100%;
}
@media screen and (min-width: 640px) {
  body::before {
    content: "";
    display: block;
    position: fixed;
    bottom: -130px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg.png) no-repeat left center;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ==============================
 Layout
============================== */
.l-header__logo {
  margin-left: 20px;
  margin-top: 11px;
}
@media screen and (min-width: 640px) {
  .l-header__logo {
    margin-left: 30px;
    margin-top: 20px;
  }
}
.l-header__reserve {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 150;
}

.l-sign {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  color: #666666;
  position: relative;
  padding: 37px 0 27px;
}
@media screen and (min-width: 640px) {
  .l-sign {
    width: 430px;
    margin: auto;
    padding: 20px;
  }
}
.l-sign::before {
  content: "";
  background-color: #DAD6D1;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20000;
}
.l-pagetop__button {
  position: relative;
  text-align: center;
  display: block;
  height: 63px;
  width: 63px;
  background-color: #206383;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 960px) {
  .l-pagetop__button {
    width: 83px;
    height: 83px;
  }
}
.l-pagetop__button::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  background: url(assets/img/fides-logo-white.svg);
  background-repeat: none;
  background-size: contain;
  width: 19px;
  height: 20px;
}
@media screen and (min-width: 960px) {
  .l-pagetop__button::before {
    width: 25px;
    height: 24px;
    top: 25px;
  }
}
.l-pagetop__button span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  font-family: "Noto Sans", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-pagetop__button span {
    bottom: 15px;
  }
}

.l-message {
  margin-bottom: 90px;
}
@media screen and (min-width: 640px) {
  .l-message {
    margin-bottom: 160px;
  }
}
.l-message__inner {
  padding: 0 40px;
  margin-bottom: 100px;
}
@media screen and (min-width: 640px) {
  .l-message__inner {
    max-width: 504px;
    margin: 0 auto 190px;
  }
}
.l-message__doctor {
  padding: 0 40px !important;
  max-width: 820px !important;
}

.l-feature {
  margin-bottom: 120px;
}
@media screen and (min-width: 640px) {
  .l-feature {
    margin-bottom: 244px;
  }
}
.l-feature__inner {
  max-width: 448px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .l-feature__inner {
    max-width: 1244px;
    padding: 0 28px;
  }
}

.l-surgery {
  margin-bottom: 120px;
}
.l-surgery__content {
  padding: 40px;
  background-color: rgba(177, 156, 167, 0.1);
}
@media screen and (min-width: 640px) {
  .l-surgery__content {
    padding: 60px 40px;
  }
}

.l-notice {
  background-color: #f2ece5;
  padding: 70px 20px 0px 20px;
  margin-bottom: 135px;
}
@media screen and (min-width: 640px) {
  .l-notice {
    padding: 70px 0px 90px 0px;
    margin-bottom: 170px;
  }
}

.l-price {
  margin-bottom: 136px;
}
@media screen and (min-width: 640px) {
  .l-price {
    margin-bottom: 326px;
  }
}
.l-price__container {
  max-width: 740px;
  padding: 0 20px;
  margin: auto;
}
.l-price__pricelist {
  padding: 60px 20px 40px 20px;
  position: relative;
}
@media screen and (min-width: 640px) {
  .l-price__pricelist {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-price__pricelist::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DAD6D1;
  content: "";
  width: 100%;
  height: 1px;
}
.l-price__pricelist:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DAD6D1;
  content: "";
  width: 100%;
  height: 1px;
}
.l-price__pricelist__items {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .l-price__pricelist__items--first {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .l-price__pricelist__items--first {
    width: 460px;
  }
}

.l-doctors {
  margin-bottom: 135px;
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  .l-doctors {
    margin-bottom: 150px;
  }
}

.l-clinic {
  margin-bottom: 0px;
}
.l-clinic__image {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 640px) {
  .l-clinic__image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.l-clinic__image img,
.l-clinic__image picture {
  width: 100%;
}

/* ==============================
 object
============================== */
/* Component
------------------------------ */
.c-button {
  z-index: 100;
  display: block;
  position: relative;
  text-align: center;
  padding: 24px 50px;
  border: 1px solid #DAD6D1;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.2s;
}
.c-button:hover {
  transition: 0.2s;
  background-color: rgba(218, 214, 209, 0.2);
}
.c-button span {
  font-size: 15px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 640px) {
  .c-button span {
    font-size: 17px;
  }
}
.c-button--center {
  padding: 40px 10px 15px 10px;
}
@media screen and (min-width: 376px) {
  .c-button--center {
    padding: 40px 15px 15px 15px;
  }
}
@media screen and (min-width: 640px) {
  .c-button--center {
    padding: 32px 0px;
  }
}
@media screen and (min-width: 960px) {
  .c-button--center {
    padding: 32px 40px;
  }
}
.c-button--center span {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .c-button--center span {
    font-size: 17px;
    letter-spacing: 0.15em;
  }
}
.c-button--center::before {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 640px) {
  .c-button--center::before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-button--ueno {
  border: 1px solid #CAD5D8;
}
.c-button--ueno::hover {
  background: rgba(202, 213, 216, 0.2);
}
.c-button--ueno::before {
  content: url(../img/logo-point-ueno.svg);
}
.c-button__reserve {
  z-index: 200;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 65px;
  height: 65px;
  background-color: #DF7472;
}
@media screen and (min-width: 640px) {
  .c-button__reserve {
    width: 83px;
    height: 83px;
  }
}
.c-button__reserve__text {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-bottom: 14px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 640px) {
  .c-button__reserve__text {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-top: 30px;
    padding-bottom: 18px;
  }
}
.c-button__reserve__text:before {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(assets/img/icon_reserve.svg);
  background-size: contain;
  width: 15px;
  height: 17px;
}
@media screen and (min-width: 640px) {
  .c-button__reserve__text:before {
    top: 0px;
    width: 20px;
    height: 23px;
  }
}
.c-button__reserve--blue {
  background-color: rgba(21, 67, 77, 0.7);
}
.c-button__reserve--blue::hover {
  background: rgba(202, 213, 216, 0.2);
}
.c-button--access {
  color: #A57A44;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.025em;
  padding: 16px 21px 16px 32px;
}
@media screen and (min-width: 640px) {
  .c-button--access {
    font-size: 20px;
    padding: 24px 24px;
  }
}
.c-button--access--reserve {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-style: normal;
}
@media screen and (min-width: 376px) {
  .c-button--access--reserve {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  .c-button--access--reserve {
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 24px 24px;
  }
}
.c-button--tell-tamachi::before {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  content: url(../img/icon_tel-tamachi.svg);
}
@media screen and (min-width: 376px) {
  .c-button--tell-tamachi::before {
    left: 20px;
  }
}

.c-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0;
  }
}
.c-container--xs {
  max-width: 375px !important;
}
.c-container--s {
  max-width: 760px !important;
}
.c-container--m {
  max-width: 900px !important;
}
.c-container--l {
  max-width: 1200px !important;
}
.c-container--xl {
  max-width: 1400px !important;
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex-direction--column {
  flex-direction: column;
}
@media screen and (min-width: 376px) {
  .c-flex-direction--column\@xs {
    flex-direction: column;
  }
}
@media screen and (min-width: 640px) {
  .c-flex-direction--column\@s {
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .c-flex-direction--column\@m {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .c-flex-direction--column\@l {
    flex-direction: column;
  }
}
@media screen and (min-width: 1600px) {
  .c-flex-direction--column\@xl {
    flex-direction: column;
  }
}
.c-flex-direction--column-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 376px) {
  .c-flex-direction--column-reverse\@xs {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) {
  .c-flex-direction--column-reverse\@s {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 960px) {
  .c-flex-direction--column-reverse\@m {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .c-flex-direction--column-reverse\@l {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1600px) {
  .c-flex-direction--column-reverse\@xl {
    flex-direction: column-reverse;
  }
}
.c-flex-direction--row {
  flex-direction: row;
}
@media screen and (min-width: 376px) {
  .c-flex-direction--row\@xs {
    flex-direction: row;
  }
}
@media screen and (min-width: 640px) {
  .c-flex-direction--row\@s {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .c-flex-direction--row\@m {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .c-flex-direction--row\@l {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .c-flex-direction--row\@xl {
    flex-direction: row;
  }
}
.c-flex-direction--row-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 376px) {
  .c-flex-direction--row-reverse\@xs {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 640px) {
  .c-flex-direction--row-reverse\@s {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .c-flex-direction--row-reverse\@m {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .c-flex-direction--row-reverse\@l {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1600px) {
  .c-flex-direction--row-reverse\@xl {
    flex-direction: row-reverse;
  }
}

.c-justify-center {
  justify-content: center;
}
@media screen and (min-width: 376px) {
  .c-justify-center\@xs {
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .c-justify-center\@s {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .c-justify-center\@m {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .c-justify-center\@l {
    justify-content: center;
  }
}
@media screen and (min-width: 1600px) {
  .c-justify-center\@xl {
    justify-content: center;
  }
}

.c-justify-start {
  justify-content: normal;
}
@media screen and (min-width: 376px) {
  .c-justify-start\@xs {
    justify-content: start;
  }
}
@media screen and (min-width: 640px) {
  .c-justify-start\@s {
    justify-content: start;
  }
}
@media screen and (min-width: 960px) {
  .c-justify-start\@m {
    justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .c-justify-start\@l {
    justify-content: start;
  }
}
@media screen and (min-width: 1600px) {
  .c-justify-start\@xl {
    justify-content: start;
  }
}

.c-align-items-center {
  align-items: center;
}

.c-order1 {
  order: 1;
}
@media screen and (min-width: 376px) {
  .c-order1\@xs {
    order: 1;
  }
}
@media screen and (min-width: 640px) {
  .c-order1\@s {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .c-order1\@m {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .c-order1\@l {
    order: 1;
  }
}
@media screen and (min-width: 1600px) {
  .c-order1\@xl {
    order: 1;
  }
}
.c-order2 {
  order: 2;
}
@media screen and (min-width: 376px) {
  .c-order2\@xs {
    order: 2;
  }
}
@media screen and (min-width: 640px) {
  .c-order2\@s {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .c-order2\@m {
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .c-order2\@l {
    order: 2;
  }
}
@media screen and (min-width: 1600px) {
  .c-order2\@xl {
    order: 2;
  }
}
.c-order3 {
  order: 3;
}
@media screen and (min-width: 376px) {
  .c-order3\@xs {
    order: 3;
  }
}
@media screen and (min-width: 640px) {
  .c-order3\@s {
    order: 3;
  }
}
@media screen and (min-width: 960px) {
  .c-order3\@m {
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .c-order3\@l {
    order: 3;
  }
}
@media screen and (min-width: 1600px) {
  .c-order3\@xl {
    order: 3;
  }
}
.c-order4 {
  order: 4;
}
@media screen and (min-width: 376px) {
  .c-order4\@xs {
    order: 4;
  }
}
@media screen and (min-width: 640px) {
  .c-order4\@s {
    order: 4;
  }
}
@media screen and (min-width: 960px) {
  .c-order4\@m {
    order: 4;
  }
}
@media screen and (min-width: 1200px) {
  .c-order4\@l {
    order: 4;
  }
}
@media screen and (min-width: 1600px) {
  .c-order4\@xl {
    order: 4;
  }
}
.c-order5 {
  order: 5;
}
@media screen and (min-width: 376px) {
  .c-order5\@xs {
    order: 5;
  }
}
@media screen and (min-width: 640px) {
  .c-order5\@s {
    order: 5;
  }
}
@media screen and (min-width: 960px) {
  .c-order5\@m {
    order: 5;
  }
}
@media screen and (min-width: 1200px) {
  .c-order5\@l {
    order: 5;
  }
}
@media screen and (min-width: 1600px) {
  .c-order5\@xl {
    order: 5;
  }
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -50px;
}
.c-grid > * {
  margin: 0;
  padding-left: 50px;
  margin-bottom: 50px;
}
.c-grid--10 {
  margin-left: -10px;
}
.c-grid--10 > * {
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 376px) {
  .c-grid--10\@xs {
    margin-left: -10px;
  }
  .c-grid--10\@xs > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--10\@s {
    margin-left: -10px;
  }
  .c-grid--10\@s > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--10\@m {
    margin-left: -10px;
  }
  .c-grid--10\@m > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--10\@l {
    margin-left: -10px;
  }
  .c-grid--10\@l > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--10\@xl {
    margin-left: -10px;
  }
  .c-grid--10\@xl > * {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.c-grid--20 {
  margin-left: -20px;
}
.c-grid--20 > * {
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 376px) {
  .c-grid--20\@xs {
    margin-left: -20px;
  }
  .c-grid--20\@xs > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--20\@s {
    margin-left: -20px;
  }
  .c-grid--20\@s > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--20\@m {
    margin-left: -20px;
  }
  .c-grid--20\@m > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--20\@l {
    margin-left: -20px;
  }
  .c-grid--20\@l > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--20\@xl {
    margin-left: -20px;
  }
  .c-grid--20\@xl > * {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.c-grid--30 {
  margin-left: -30px;
}
.c-grid--30 > * {
  padding-left: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 376px) {
  .c-grid--30\@xs {
    margin-left: -30px;
  }
  .c-grid--30\@xs > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--30\@s {
    margin-left: -30px;
  }
  .c-grid--30\@s > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--30\@m {
    margin-left: -30px;
  }
  .c-grid--30\@m > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--30\@l {
    margin-left: -30px;
  }
  .c-grid--30\@l > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--30\@xl {
    margin-left: -30px;
  }
  .c-grid--30\@xl > * {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.c-grid--40 {
  margin-left: -40px;
}
.c-grid--40 > * {
  padding-left: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 376px) {
  .c-grid--40\@xs {
    margin-left: -40px;
  }
  .c-grid--40\@xs > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--40\@s {
    margin-left: -40px;
  }
  .c-grid--40\@s > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--40\@m {
    margin-left: -40px;
  }
  .c-grid--40\@m > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--40\@l {
    margin-left: -40px;
  }
  .c-grid--40\@l > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--40\@xl {
    margin-left: -40px;
  }
  .c-grid--40\@xl > * {
    padding-left: 40px;
    margin-bottom: 40px;
  }
}
.c-grid--m {
  margin-left: -50px;
}
.c-grid--m > * {
  padding-left: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 376px) {
  .c-grid--m\@xs {
    margin-left: -50px;
  }
  .c-grid--m\@xs > * {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--m\@s {
    margin-left: -50px;
  }
  .c-grid--m\@s > * {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--m\@m {
    margin-left: -50px;
  }
  .c-grid--m\@m > * {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--m\@l {
    margin-left: -50px;
  }
  .c-grid--m\@l > * {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--m\@xl {
    margin-left: -50px;
  }
  .c-grid--m\@xl > * {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}
.c-grid--l {
  margin-left: -80px;
}
.c-grid--l > * {
  padding-left: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 376px) {
  .c-grid--l\@xs {
    margin-left: -80px;
  }
  .c-grid--l\@xs > * {
    padding-left: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--l\@s {
    margin-left: -80px;
  }
  .c-grid--l\@s > * {
    padding-left: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--l\@m {
    margin-left: -80px;
  }
  .c-grid--l\@m > * {
    padding-left: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--l\@l {
    margin-left: -80px;
  }
  .c-grid--l\@l > * {
    padding-left: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--l\@xl {
    margin-left: -80px;
  }
  .c-grid--l\@xl > * {
    padding-left: 80px;
    margin-bottom: 80px;
  }
}
.c-grid--xl {
  margin-left: -180px;
}
.c-grid--xl > * {
  padding-left: 180px;
  margin-bottom: 180px;
}
@media screen and (min-width: 376px) {
  .c-grid--xl\@xs {
    margin-left: -180px;
  }
  .c-grid--xl\@xs > * {
    padding-left: 180px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 640px) {
  .c-grid--xl\@s {
    margin-left: -180px;
  }
  .c-grid--xl\@s > * {
    padding-left: 180px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 960px) {
  .c-grid--xl\@m {
    margin-left: -180px;
  }
  .c-grid--xl\@m > * {
    padding-left: 180px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .c-grid--xl\@l {
    margin-left: -180px;
  }
  .c-grid--xl\@l > * {
    padding-left: 180px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .c-grid--xl\@xl {
    margin-left: -180px;
  }
  .c-grid--xl\@xl > * {
    padding-left: 180px;
    margin-bottom: 180px;
  }
}

.c-heading__container {
  text-align: center;
  padding: 0 20px;
}
.c-heading__container--feature {
  margin-bottom: 90px;
}
@media screen and (min-width: 640px) {
  .c-heading__container--feature {
    margin-bottom: 70px;
  }
}
.c-heading__en {
  color: #DF7472;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0em;
  margin-bottom: 24px;
  transform: lowercase;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .c-heading__en {
    font-size: 17px;
  }
}
.c-heading__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .c-heading__title {
    font-size: 23px;
    line-height: 1em;
  }
}
.c-heading__lead {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}
@media screen and (min-width: 640px) {
  .c-heading__lead {
    font-size: 17px;
  }
}
.c-heading__lead--feature {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .c-heading__lead--feature {
    margin-top: 60px;
  }
}
.c-heading__lead__accent {
  font-weight: bold;
  color: #A57A44;
}
.c-heading__notice-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .c-heading__notice-title {
    font-size: 20px;
  }
}

/*==================================================================
index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/
.keyv {
  position: relative;
  height: 740px;
  margin-bottom: 200px;
}

@media screen and (max-width: 959px) {
  .keyv {
    position: relative;
    height: 100%;
    margin-bottom: 90px;
  }
}
.keyv_txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
}

.keyv_txt h2 {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  margin: 40px 0;
}

.keyv_txt p {
  letter-spacing: 0em;
  line-height: 200%;
  margin: 0;
  max-width: 500px;
}

.keyv_img {
  position: absolute;
  top: 50%;
  width: 520px;
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .keyv_txt h1 {
    padding: 15px;
  }
  .sp_keyv {
    width: 60%;
    text-align: center;
    margin: 0 auto 0;
    display: block;
  }
  .keyv_txt {
    position: static;
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .keyv_txt h2 {
    text-align: center;
    margin: 40px 0 30px;
  }
  .keyv_txt p {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 639px) {
  .keyv_txt h1 {
    width: 40%;
    margin: 0 0 20px;
    padding: 10px 20px;
  }
  .keyv_txt {
    bottom: 60px;
  }
  .keyv_txt h2 {
    margin: 20px 0 20px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .keyv_txt p {
    font-size: 13px;
    padding: 0 20px;
  }
}
.keyv_point {
  text-align: center;
  margin-bottom: 50px;
}

.keyv_point-text {
  display: inline;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  background: url(./img/logo-icon.svg) no-repeat left top;
  background-size: 23px;
}

.keyv_point-text > span {
  border-bottom: 1px solid #707070;
  letter-spacing: 0.08em;
  font-size: 16px;
  padding-bottom: 5px;
}

@media screen and (max-width: 639px) {
  .keyv_point-text > span {
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}
.c-list {
  list-style: none;
}
.c-list__item {
  position: relative;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding-left: 16px;
}
@media screen and (min-width: 640px) {
  .c-list__item {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.c-list__item::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #DF7472;
  border-radius: 50%;
}
.c-list__item--notice {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .c-list__item--notice {
    margin-bottom: 27px;
  }
}

.c-logo {
  width: 112px;
}
@media screen and (min-width: 640px) {
  .c-logo {
    width: 170px;
  }
}

.c-dropdown-menu {
  background-color: rgba(177, 156, 167, 0.1);
  padding: 30px 16px 30px 16px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
}
@media screen and (min-width: 640px) {
  .c-dropdown-menu {
    padding: 40px 30px;
  }
}
.c-dropdown-menu__mva {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1em;
  padding: 10px;
  background-color: #A57A44;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.c-dropdown-menu__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
.c-dropdown-menu__en {
  font-size: 12px;
  color: #DF7472;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.c-dropdown-menu__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-bottom: 14px;
}
.c-dropdown-menu__sub {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  color: #A57A44;
}
.c-dropdown-menu__notice {
  color: #6E6355;
  font-size: 12px;
  letter-spacing: 0em;
  position: absolute;
  left: 24px;
  bottom: 40px;
  padding-right: 24px;
}
@media screen and (min-width: 960px) {
  .c-dropdown-menu__notice {
    bottom: 15px;
  }
}

.c-dropdown-content {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-dropdown-content {
    display: block;
  }
}
.c-dropdown-content.open {
  display: block;
}
@media screen and (min-width: 960px) {
  .c-dropdown-content.open {
    display: block;
  }
}

.c-dropdown-content-open {
  color: #A57A44;
  font-size: 20px;
  text-align: right;
  font-size: 12px;
  font-weight: Bold;
  position: absolute;
  padding-right: 25px;
  right: 15px;
  bottom: 15px;
}
@media screen and (min-width: 960px) {
  .c-dropdown-content-open {
    display: none;
  }
}
.c-dropdown-content-open::before {
  /* 閉じている時 */
  font-size: 20px;
  content: "-";
  position: absolute;
  right: 0;
  bottom: -5px;
}

.c-dropdown-content-open.active::before {
  /* 開いている時 */
  content: "＋";
}

/* Project
------------------------------ */
.p-message__text__paragrah {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (min-width: 640px) {
  .p-message__text__paragrah {
    font-size: 15px;
    margin-bottom: 45px;
  }
}

.p-feature__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .p-feature__heading {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
.p-feature__sub {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #555555;
}

.p-surgery__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  line-height: 1.4em;
}
@media screen and (min-width: 960px) {
  .p-surgery__heading {
    font-size: 18px;
  }
}
.p-surgery__lead {
  color: #A57A44;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
}
@media screen and (min-width: 960px) {
  .p-surgery__lead {
    font-size: 17px;
  }
}
.p-surgery__sub {
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 52px;
}
.p-surgery__flow-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media screen and (min-width: 960px) {
  .p-surgery__flow-title {
    font-size: 15px;
  }
}
.p-surgery__flow {
  position: relative;
  border-left: 1px solid #E3E3E3;
  padding: 16px 0px 16px 18px;
  margin-left: 21px;
}
.p-surgery__flow::before {
  position: absolute;
  left: -12px;
  top: -35px;
  content: "AM";
  color: #15434D;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-surgery__flow--pm::before {
  content: "PM";
}
.p-surgery__flow__items {
  list-style: none;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.666666em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-surgery__flow__items {
    margin-bottom: 25px;
  }
}
.p-surgery__flow__items:last-child {
  margin-bottom: 0px;
}
.p-surgery__image {
  margin-left: 0px;
}
@media screen and (min-width: 640px) {
  .p-surgery__image {
    margin-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .p-surgery__image {
    margin-left: 0px;
  }
}
.p-surgery__image--right {
  margin-right: -40px;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .p-surgery__image--right {
    margin-right: 0px;
  }
}
@media screen and (min-width: 960px) {
  .p-surgery__image--right {
    margin-right: 0px;
  }
}
.p-surgery__image picture,
.p-surgery__image img {
  width: 100%;
}

.p-pricelist__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .p-pricelist__heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-pricelist__sub {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8666666667em;
}
@media screen and (min-width: 640px) {
  .p-pricelist__sub {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.p-pricelist__price {
  color: #A57A44;
  font-family: "Noto Sans", sans-serif;
  font-size: 33px;
  letter-spacing: 0.032em;
  font-weight: 600;
  font-style: italic;
  text-align: right;
}
@media screen and (min-width: 640px) {
  .p-pricelist__price {
    text-align: left;
  }
}
.p-pricelist__price--mva--text {
  position: relative;
  padding-left: 25px;
}
.p-pricelist__price--mva--text::before {
  position: absolute;
  content: url(../img/icon-plus.svg);
  left: 0;
  bottom: -1px;
}
.p-pricelist__price__option {
  display: block;
  color: #333333;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .p-pricelist__price__option {
    display: inline;
  }
}

.p-access__heading {
  position: relative;
  color: #A57A44;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-left: 35px;
}
@media screen and (min-width: 640px) {
  .p-access__heading {
    font-size: 24px;
  }
}
.p-access__heading::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../img/logo-point-tamachi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
}
.p-access__heading--ueno {
  color: #15434D;
}
.p-access__heading--ueno::before {
  background: url(../img/logo-point-ueno.svg);
  background-repeat: no-repeat;
}
.p-access__place {
  margin-bottom: 40px;
}
.p-access__place__post {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1em;
}
.p-access__place__addres {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-access__railway {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 27px;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .p-access__railway {
    justify-content: flex-start;
    line-height: 1;
  }
}
.p-access__railway--mb {
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .p-access__railway--mb {
    margin-bottom: 133px;
  }
}
@media screen and (min-width: 640px) {
  .p-access__railway__inner {
    width: 235px;
  }
}
.p-access__railway__route {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
  line-height: 1em;
}
.p-access__railway__station {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .p-access__railway__station {
    font-size: 16px;
  }
}
.p-access__railway__station__exit {
  padding-left: 12px;
  font-size: 14px;
  line-height: 1;
}
.p-access__railway__way {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-access__railway__way span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
.p-access__railway__way--ueno {
  color: #15434D;
}
.p-access__map {
  margin-bottom: 40px;
}
.p-access__map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.p-access__map--ueno iframe {
  filter: hue-rotate(130deg) grayscale(90%);
}

/* Utility
------------------------------ */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media screen and (min-width: 376px) {
  .u-text-left\@xs {
    text-align: left !important;
  }
  .u-text-center\@xs {
    text-align: center !important;
  }
  .u-text-right\@xs {
    text-align: right !important;
  }
}
@media screen and (min-width: 640px) {
  .u-text-left\@s {
    text-align: left !important;
  }
  .u-text-center\@s {
    text-align: center !important;
  }
  .u-text-right\@s {
    text-align: right !important;
  }
}
@media screen and (min-width: 960px) {
  .u-text-left\@m {
    text-align: left !important;
  }
  .u-text-center\@m {
    text-align: center !important;
  }
  .u-text-right\@m {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-text-left\@l {
    text-align: left !important;
  }
  .u-text-center\@l {
    text-align: center !important;
  }
  .u-text-right\@l {
    text-align: right !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-text-left\@xl {
    text-align: left !important;
  }
  .u-text-center\@xl {
    text-align: center !important;
  }
  .u-text-right\@xl {
    text-align: right !important;
  }
}
.u-font-color {
  color: #333333;
}

.u-accent-color {
  color: #15434D;
}

.u-notice-color {
  color: #6E6355;
}

.u-background-color {
  color: #F2ECE5;
}

.u-hover-color {
  color: #231815;
}

.u-message {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.u-text-small {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .u-text-small {
    font-size: 14px;
  }
}

.u-text-bold {
  font-weight: bold !important;
}

.u-accent-family {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.u-text-underline {
  text-decoration: underline;
}

.u-rich-text {
  line-height: 2em;
  letter-spacing: 0.1em;
}

.u-sentence {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .u-sentence {
    font-size: 16px;
  }
}

.u-text-border {
  position: relative;
}
.u-text-border::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -7px;
  left: 0px;
  background-color: #6E6355;
}
.u-text-border--last::before {
  left: 0px;
  width: 96%;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-text-xs {
  font-size: 0.74em !important;
}

.u-text-s {
  font-size: 0.875em !important;
}

.u-text-m {
  font-size: 1em !important;
}

.u-text-l {
  font-size: 1.125em !important;
}

@media screen and (min-width: 376px) {
  .u-text-xs\@xs {
    font-size: 0.74em !important;
  }
  .u-text-s\@xs {
    font-size: 0.875em !important;
  }
  .u-text-m\@xs {
    font-size: 1em !important;
  }
  .u-text-l\@xs {
    font-size: 1.125em !important;
  }
}
@media screen and (min-width: 640px) {
  .u-text-xs\@s {
    font-size: 0.74em !important;
  }
  .u-text-s\@s {
    font-size: 0.875em !important;
  }
  .u-text-m\@s {
    font-size: 1em !important;
  }
  .u-text-l\@s {
    font-size: 1.125em !important;
  }
}
@media screen and (min-width: 960px) {
  .u-text-xs\@m {
    font-size: 0.74em !important;
  }
  .u-text-s\@m {
    font-size: 0.875em !important;
  }
  .u-text-m\@m {
    font-size: 1em !important;
  }
  .u-text-l\@m {
    font-size: 1.125em !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-text-xs\@l {
    font-size: 0.74em !important;
  }
  .u-text-s\@l {
    font-size: 0.875em !important;
  }
  .u-text-m\@l {
    font-size: 1em !important;
  }
  .u-text-l\@l {
    font-size: 1.125em !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-text-xs\@xl {
    font-size: 0.74em !important;
  }
  .u-text-s\@xl {
    font-size: 0.875em !important;
  }
  .u-text-m\@xl {
    font-size: 1em !important;
  }
  .u-text-l\@xl {
    font-size: 1.125em !important;
  }
}
.u-text-muted {
  color: #999;
}

.u-text-accent {
  color: #A57A44;
}

.u-doctor-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-style: normal;
  margin-top: 24px;
}
.u-doctor-name .-position {
  font-size: 14px;
  display: block;
}
.u-doctor-name .-kana {
  margin-left: 14px;
  display: inline-block;
  font-size: 14px;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-text {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.u-text__price-widthtax {
  font-size: 16px;
  letter-spacing: 0;
  font-family: sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .u-text__price-widthtax {
    font-size: 35px;
  }
}
.u-text__price-widthtax::before {
  content: "税込";
  font-size: 10px;
  position: absolute;
  top: -17px;
  left: 0;
  width: 20px;
}
@media screen and (min-width: 960px) {
  .u-text__price-widthtax::before {
    font-size: 15px;
    width: 40px;
    top: -25px;
    left: 4px;
  }
}
.u-text__price-widthtax--plicelist {
  font-size: 19px;
  margin-left: 5px;
}
.u-text__price-widthtax--plicelist::before {
  font-size: 10px;
  top: -15px;
  left: 0px;
}
.u-text__doctor--position {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 7px;
}
@media screen and (min-width: 640px) {
  .u-text__doctor--position {
    font-size: 16px;
  }
}
.u-text__doctor--name {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 640px) {
  .u-text__doctor--name {
    font-size: 20px;
  }
}
.u-text__doctor--en {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #ABA49C;
}
.u-text__doctor--en--top {
  color: #6E6355;
}
.u-text__notice {
  font-size: 14px;
  color: #6E6355;
  line-height: 1.7em;
  padding-left: 20px;
  position: relative;
}
.u-text__notice::before {
  position: absolute;
  content: "※";
  left: 0px;
}

.u-visible {
  display: none;
}

.u-hidden {
  display: hidden;
}

.u-visible\@xs {
  display: none;
}

@media screen and (min-width: 376px) {
  span.u-visible\@xs {
    display: inline;
  }
  .u-visible\@xs,
  div.u-visible\@xs,
  p.u-visible\@xs,
  section.u-visible\@xs,
  article.u-visible\@xs {
    display: block;
  }
  .u-hidden\@xs {
    display: none;
  }
}
.u-visible\@s {
  display: none;
}

@media screen and (min-width: 640px) {
  span.u-visible\@s {
    display: inline;
  }
  .u-visible\@s,
  div.u-visible\@s,
  p.u-visible\@s,
  section.u-visible\@s,
  article.u-visible\@s {
    display: block;
  }
  .u-hidden\@s {
    display: none;
  }
}
.u-visible\@m {
  display: none;
}

@media screen and (min-width: 960px) {
  span.u-visible\@m {
    display: inline;
  }
  .u-visible\@m,
  div.u-visible\@m,
  p.u-visible\@m,
  section.u-visible\@m,
  article.u-visible\@m {
    display: block;
  }
  .u-hidden\@m {
    display: none;
  }
}
.u-visible\@l {
  display: none;
}

@media screen and (min-width: 1200px) {
  span.u-visible\@l {
    display: inline;
  }
  .u-visible\@l,
  div.u-visible\@l,
  p.u-visible\@l,
  section.u-visible\@l,
  article.u-visible\@l {
    display: block;
  }
  .u-hidden\@l {
    display: none;
  }
}
.u-visible\@xl {
  display: none;
}

@media screen and (min-width: 1600px) {
  span.u-visible\@xl {
    display: inline;
  }
  .u-visible\@xl,
  div.u-visible\@xl,
  p.u-visible\@xl,
  section.u-visible\@xl,
  article.u-visible\@xl {
    display: block;
  }
  .u-hidden\@xl {
    display: none;
  }
}
.u-mt1 {
  margin-top: 8px !important;
}

.u-mb1 {
  margin-bottom: 8px !important;
}

.u-mt2 {
  margin-top: 16px !important;
}

.u-mb2 {
  margin-bottom: 16px !important;
}

.u-mt3 {
  margin-top: 24px !important;
}

.u-mb3 {
  margin-bottom: 24px !important;
}

.u-mt4 {
  margin-top: 32px !important;
}

.u-mb4 {
  margin-bottom: 32px !important;
}

.u-mt5 {
  margin-top: 40px !important;
}

.u-mb5 {
  margin-bottom: 40px !important;
}

.u-mt6 {
  margin-top: 48px !important;
}

.u-mb6 {
  margin-bottom: 48px !important;
}

.u-mt7 {
  margin-top: 56px !important;
}

.u-mb7 {
  margin-bottom: 56px !important;
}

.u-mt8 {
  margin-top: 64px !important;
}

.u-mb8 {
  margin-bottom: 64px !important;
}

.u-mt9 {
  margin-top: 72px !important;
}

.u-mb9 {
  margin-bottom: 72px !important;
}

.u-mt10 {
  margin-top: 80px !important;
}

.u-mb10 {
  margin-bottom: 80px !important;
}

.u-mt11 {
  margin-top: 88px !important;
}

.u-mb11 {
  margin-bottom: 88px !important;
}

.u-mt12 {
  margin-top: 96px !important;
}

.u-mb12 {
  margin-bottom: 96px !important;
}

.u-mt13 {
  margin-top: 104px !important;
}

.u-mb13 {
  margin-bottom: 104px !important;
}

.u-mt14 {
  margin-top: 112px !important;
}

.u-mb14 {
  margin-bottom: 112px !important;
}

.u-mt15 {
  margin-top: 120px !important;
}

.u-mb15 {
  margin-bottom: 120px !important;
}

.u-mt16 {
  margin-top: 128px !important;
}

.u-mb16 {
  margin-bottom: 128px !important;
}

.u-mt17 {
  margin-top: 136px !important;
}

.u-mb17 {
  margin-bottom: 136px !important;
}

.u-mt18 {
  margin-top: 144px !important;
}

.u-mb18 {
  margin-bottom: 144px !important;
}

.u-mt19 {
  margin-top: 152px !important;
}

.u-mb19 {
  margin-bottom: 152px !important;
}

.u-mt20 {
  margin-top: 160px !important;
}

.u-mb20 {
  margin-bottom: 160px !important;
}

.u-mt21 {
  margin-top: 168px !important;
}

.u-mb21 {
  margin-bottom: 168px !important;
}

.u-mt22 {
  margin-top: 176px !important;
}

.u-mb22 {
  margin-bottom: 176px !important;
}

.u-mt23 {
  margin-top: 184px !important;
}

.u-mb23 {
  margin-bottom: 184px !important;
}

.u-mt24 {
  margin-top: 192px !important;
}

.u-mb24 {
  margin-bottom: 192px !important;
}

.u-mt25 {
  margin-top: 200px !important;
}

.u-mb25 {
  margin-bottom: 200px !important;
}

.u-mt26 {
  margin-top: 208px !important;
}

.u-mb26 {
  margin-bottom: 208px !important;
}

.u-mt27 {
  margin-top: 216px !important;
}

.u-mb27 {
  margin-bottom: 216px !important;
}

.u-mt28 {
  margin-top: 224px !important;
}

.u-mb28 {
  margin-bottom: 224px !important;
}

.u-mt29 {
  margin-top: 232px !important;
}

.u-mb29 {
  margin-bottom: 232px !important;
}

.u-mt30 {
  margin-top: 240px !important;
}

.u-mb30 {
  margin-bottom: 240px !important;
}

@media screen and (min-width: 376px) {
  .u-mt1\@xs {
    margin-top: 8px !important;
  }
  .u-mb1\@xs {
    margin-bottom: 8px !important;
  }
  .u-mt2\@xs {
    margin-top: 16px !important;
  }
  .u-mb2\@xs {
    margin-bottom: 16px !important;
  }
  .u-mt3\@xs {
    margin-top: 24px !important;
  }
  .u-mb3\@xs {
    margin-bottom: 24px !important;
  }
  .u-mt4\@xs {
    margin-top: 32px !important;
  }
  .u-mb4\@xs {
    margin-bottom: 32px !important;
  }
  .u-mt5\@xs {
    margin-top: 40px !important;
  }
  .u-mb5\@xs {
    margin-bottom: 40px !important;
  }
  .u-mt6\@xs {
    margin-top: 48px !important;
  }
  .u-mb6\@xs {
    margin-bottom: 48px !important;
  }
  .u-mt7\@xs {
    margin-top: 56px !important;
  }
  .u-mb7\@xs {
    margin-bottom: 56px !important;
  }
  .u-mt8\@xs {
    margin-top: 64px !important;
  }
  .u-mb8\@xs {
    margin-bottom: 64px !important;
  }
  .u-mt9\@xs {
    margin-top: 72px !important;
  }
  .u-mb9\@xs {
    margin-bottom: 72px !important;
  }
  .u-mt10\@xs {
    margin-top: 80px !important;
  }
  .u-mb10\@xs {
    margin-bottom: 80px !important;
  }
  .u-mt11\@xs {
    margin-top: 88px !important;
  }
  .u-mb11\@xs {
    margin-bottom: 88px !important;
  }
  .u-mt12\@xs {
    margin-top: 96px !important;
  }
  .u-mb12\@xs {
    margin-bottom: 96px !important;
  }
  .u-mt13\@xs {
    margin-top: 104px !important;
  }
  .u-mb13\@xs {
    margin-bottom: 104px !important;
  }
  .u-mt14\@xs {
    margin-top: 112px !important;
  }
  .u-mb14\@xs {
    margin-bottom: 112px !important;
  }
  .u-mt15\@xs {
    margin-top: 120px !important;
  }
  .u-mb15\@xs {
    margin-bottom: 120px !important;
  }
  .u-mt16\@xs {
    margin-top: 128px !important;
  }
  .u-mb16\@xs {
    margin-bottom: 128px !important;
  }
  .u-mt17\@xs {
    margin-top: 136px !important;
  }
  .u-mb17\@xs {
    margin-bottom: 136px !important;
  }
  .u-mt18\@xs {
    margin-top: 144px !important;
  }
  .u-mb18\@xs {
    margin-bottom: 144px !important;
  }
  .u-mt19\@xs {
    margin-top: 152px !important;
  }
  .u-mb19\@xs {
    margin-bottom: 152px !important;
  }
  .u-mt20\@xs {
    margin-top: 160px !important;
  }
  .u-mb20\@xs {
    margin-bottom: 160px !important;
  }
  .u-mt21\@xs {
    margin-top: 168px !important;
  }
  .u-mb21\@xs {
    margin-bottom: 168px !important;
  }
  .u-mt22\@xs {
    margin-top: 176px !important;
  }
  .u-mb22\@xs {
    margin-bottom: 176px !important;
  }
  .u-mt23\@xs {
    margin-top: 184px !important;
  }
  .u-mb23\@xs {
    margin-bottom: 184px !important;
  }
  .u-mt24\@xs {
    margin-top: 192px !important;
  }
  .u-mb24\@xs {
    margin-bottom: 192px !important;
  }
  .u-mt25\@xs {
    margin-top: 200px !important;
  }
  .u-mb25\@xs {
    margin-bottom: 200px !important;
  }
  .u-mt26\@xs {
    margin-top: 208px !important;
  }
  .u-mb26\@xs {
    margin-bottom: 208px !important;
  }
  .u-mt27\@xs {
    margin-top: 216px !important;
  }
  .u-mb27\@xs {
    margin-bottom: 216px !important;
  }
  .u-mt28\@xs {
    margin-top: 224px !important;
  }
  .u-mb28\@xs {
    margin-bottom: 224px !important;
  }
  .u-mt29\@xs {
    margin-top: 232px !important;
  }
  .u-mb29\@xs {
    margin-bottom: 232px !important;
  }
  .u-mt30\@xs {
    margin-top: 240px !important;
  }
  .u-mb30\@xs {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mt1\@s {
    margin-top: 8px !important;
  }
  .u-mb1\@s {
    margin-bottom: 8px !important;
  }
  .u-mt2\@s {
    margin-top: 16px !important;
  }
  .u-mb2\@s {
    margin-bottom: 16px !important;
  }
  .u-mt3\@s {
    margin-top: 24px !important;
  }
  .u-mb3\@s {
    margin-bottom: 24px !important;
  }
  .u-mt4\@s {
    margin-top: 32px !important;
  }
  .u-mb4\@s {
    margin-bottom: 32px !important;
  }
  .u-mt5\@s {
    margin-top: 40px !important;
  }
  .u-mb5\@s {
    margin-bottom: 40px !important;
  }
  .u-mt6\@s {
    margin-top: 48px !important;
  }
  .u-mb6\@s {
    margin-bottom: 48px !important;
  }
  .u-mt7\@s {
    margin-top: 56px !important;
  }
  .u-mb7\@s {
    margin-bottom: 56px !important;
  }
  .u-mt8\@s {
    margin-top: 64px !important;
  }
  .u-mb8\@s {
    margin-bottom: 64px !important;
  }
  .u-mt9\@s {
    margin-top: 72px !important;
  }
  .u-mb9\@s {
    margin-bottom: 72px !important;
  }
  .u-mt10\@s {
    margin-top: 80px !important;
  }
  .u-mb10\@s {
    margin-bottom: 80px !important;
  }
  .u-mt11\@s {
    margin-top: 88px !important;
  }
  .u-mb11\@s {
    margin-bottom: 88px !important;
  }
  .u-mt12\@s {
    margin-top: 96px !important;
  }
  .u-mb12\@s {
    margin-bottom: 96px !important;
  }
  .u-mt13\@s {
    margin-top: 104px !important;
  }
  .u-mb13\@s {
    margin-bottom: 104px !important;
  }
  .u-mt14\@s {
    margin-top: 112px !important;
  }
  .u-mb14\@s {
    margin-bottom: 112px !important;
  }
  .u-mt15\@s {
    margin-top: 120px !important;
  }
  .u-mb15\@s {
    margin-bottom: 120px !important;
  }
  .u-mt16\@s {
    margin-top: 128px !important;
  }
  .u-mb16\@s {
    margin-bottom: 128px !important;
  }
  .u-mt17\@s {
    margin-top: 136px !important;
  }
  .u-mb17\@s {
    margin-bottom: 136px !important;
  }
  .u-mt18\@s {
    margin-top: 144px !important;
  }
  .u-mb18\@s {
    margin-bottom: 144px !important;
  }
  .u-mt19\@s {
    margin-top: 152px !important;
  }
  .u-mb19\@s {
    margin-bottom: 152px !important;
  }
  .u-mt20\@s {
    margin-top: 160px !important;
  }
  .u-mb20\@s {
    margin-bottom: 160px !important;
  }
  .u-mt21\@s {
    margin-top: 168px !important;
  }
  .u-mb21\@s {
    margin-bottom: 168px !important;
  }
  .u-mt22\@s {
    margin-top: 176px !important;
  }
  .u-mb22\@s {
    margin-bottom: 176px !important;
  }
  .u-mt23\@s {
    margin-top: 184px !important;
  }
  .u-mb23\@s {
    margin-bottom: 184px !important;
  }
  .u-mt24\@s {
    margin-top: 192px !important;
  }
  .u-mb24\@s {
    margin-bottom: 192px !important;
  }
  .u-mt25\@s {
    margin-top: 200px !important;
  }
  .u-mb25\@s {
    margin-bottom: 200px !important;
  }
  .u-mt26\@s {
    margin-top: 208px !important;
  }
  .u-mb26\@s {
    margin-bottom: 208px !important;
  }
  .u-mt27\@s {
    margin-top: 216px !important;
  }
  .u-mb27\@s {
    margin-bottom: 216px !important;
  }
  .u-mt28\@s {
    margin-top: 224px !important;
  }
  .u-mb28\@s {
    margin-bottom: 224px !important;
  }
  .u-mt29\@s {
    margin-top: 232px !important;
  }
  .u-mb29\@s {
    margin-bottom: 232px !important;
  }
  .u-mt30\@s {
    margin-top: 240px !important;
  }
  .u-mb30\@s {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mt1\@m {
    margin-top: 8px !important;
  }
  .u-mb1\@m {
    margin-bottom: 8px !important;
  }
  .u-mt2\@m {
    margin-top: 16px !important;
  }
  .u-mb2\@m {
    margin-bottom: 16px !important;
  }
  .u-mt3\@m {
    margin-top: 24px !important;
  }
  .u-mb3\@m {
    margin-bottom: 24px !important;
  }
  .u-mt4\@m {
    margin-top: 32px !important;
  }
  .u-mb4\@m {
    margin-bottom: 32px !important;
  }
  .u-mt5\@m {
    margin-top: 40px !important;
  }
  .u-mb5\@m {
    margin-bottom: 40px !important;
  }
  .u-mt6\@m {
    margin-top: 48px !important;
  }
  .u-mb6\@m {
    margin-bottom: 48px !important;
  }
  .u-mt7\@m {
    margin-top: 56px !important;
  }
  .u-mb7\@m {
    margin-bottom: 56px !important;
  }
  .u-mt8\@m {
    margin-top: 64px !important;
  }
  .u-mb8\@m {
    margin-bottom: 64px !important;
  }
  .u-mt9\@m {
    margin-top: 72px !important;
  }
  .u-mb9\@m {
    margin-bottom: 72px !important;
  }
  .u-mt10\@m {
    margin-top: 80px !important;
  }
  .u-mb10\@m {
    margin-bottom: 80px !important;
  }
  .u-mt11\@m {
    margin-top: 88px !important;
  }
  .u-mb11\@m {
    margin-bottom: 88px !important;
  }
  .u-mt12\@m {
    margin-top: 96px !important;
  }
  .u-mb12\@m {
    margin-bottom: 96px !important;
  }
  .u-mt13\@m {
    margin-top: 104px !important;
  }
  .u-mb13\@m {
    margin-bottom: 104px !important;
  }
  .u-mt14\@m {
    margin-top: 112px !important;
  }
  .u-mb14\@m {
    margin-bottom: 112px !important;
  }
  .u-mt15\@m {
    margin-top: 120px !important;
  }
  .u-mb15\@m {
    margin-bottom: 120px !important;
  }
  .u-mt16\@m {
    margin-top: 128px !important;
  }
  .u-mb16\@m {
    margin-bottom: 128px !important;
  }
  .u-mt17\@m {
    margin-top: 136px !important;
  }
  .u-mb17\@m {
    margin-bottom: 136px !important;
  }
  .u-mt18\@m {
    margin-top: 144px !important;
  }
  .u-mb18\@m {
    margin-bottom: 144px !important;
  }
  .u-mt19\@m {
    margin-top: 152px !important;
  }
  .u-mb19\@m {
    margin-bottom: 152px !important;
  }
  .u-mt20\@m {
    margin-top: 160px !important;
  }
  .u-mb20\@m {
    margin-bottom: 160px !important;
  }
  .u-mt21\@m {
    margin-top: 168px !important;
  }
  .u-mb21\@m {
    margin-bottom: 168px !important;
  }
  .u-mt22\@m {
    margin-top: 176px !important;
  }
  .u-mb22\@m {
    margin-bottom: 176px !important;
  }
  .u-mt23\@m {
    margin-top: 184px !important;
  }
  .u-mb23\@m {
    margin-bottom: 184px !important;
  }
  .u-mt24\@m {
    margin-top: 192px !important;
  }
  .u-mb24\@m {
    margin-bottom: 192px !important;
  }
  .u-mt25\@m {
    margin-top: 200px !important;
  }
  .u-mb25\@m {
    margin-bottom: 200px !important;
  }
  .u-mt26\@m {
    margin-top: 208px !important;
  }
  .u-mb26\@m {
    margin-bottom: 208px !important;
  }
  .u-mt27\@m {
    margin-top: 216px !important;
  }
  .u-mb27\@m {
    margin-bottom: 216px !important;
  }
  .u-mt28\@m {
    margin-top: 224px !important;
  }
  .u-mb28\@m {
    margin-bottom: 224px !important;
  }
  .u-mt29\@m {
    margin-top: 232px !important;
  }
  .u-mb29\@m {
    margin-bottom: 232px !important;
  }
  .u-mt30\@m {
    margin-top: 240px !important;
  }
  .u-mb30\@m {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-mt1\@l {
    margin-top: 8px !important;
  }
  .u-mb1\@l {
    margin-bottom: 8px !important;
  }
  .u-mt2\@l {
    margin-top: 16px !important;
  }
  .u-mb2\@l {
    margin-bottom: 16px !important;
  }
  .u-mt3\@l {
    margin-top: 24px !important;
  }
  .u-mb3\@l {
    margin-bottom: 24px !important;
  }
  .u-mt4\@l {
    margin-top: 32px !important;
  }
  .u-mb4\@l {
    margin-bottom: 32px !important;
  }
  .u-mt5\@l {
    margin-top: 40px !important;
  }
  .u-mb5\@l {
    margin-bottom: 40px !important;
  }
  .u-mt6\@l {
    margin-top: 48px !important;
  }
  .u-mb6\@l {
    margin-bottom: 48px !important;
  }
  .u-mt7\@l {
    margin-top: 56px !important;
  }
  .u-mb7\@l {
    margin-bottom: 56px !important;
  }
  .u-mt8\@l {
    margin-top: 64px !important;
  }
  .u-mb8\@l {
    margin-bottom: 64px !important;
  }
  .u-mt9\@l {
    margin-top: 72px !important;
  }
  .u-mb9\@l {
    margin-bottom: 72px !important;
  }
  .u-mt10\@l {
    margin-top: 80px !important;
  }
  .u-mb10\@l {
    margin-bottom: 80px !important;
  }
  .u-mt11\@l {
    margin-top: 88px !important;
  }
  .u-mb11\@l {
    margin-bottom: 88px !important;
  }
  .u-mt12\@l {
    margin-top: 96px !important;
  }
  .u-mb12\@l {
    margin-bottom: 96px !important;
  }
  .u-mt13\@l {
    margin-top: 104px !important;
  }
  .u-mb13\@l {
    margin-bottom: 104px !important;
  }
  .u-mt14\@l {
    margin-top: 112px !important;
  }
  .u-mb14\@l {
    margin-bottom: 112px !important;
  }
  .u-mt15\@l {
    margin-top: 120px !important;
  }
  .u-mb15\@l {
    margin-bottom: 120px !important;
  }
  .u-mt16\@l {
    margin-top: 128px !important;
  }
  .u-mb16\@l {
    margin-bottom: 128px !important;
  }
  .u-mt17\@l {
    margin-top: 136px !important;
  }
  .u-mb17\@l {
    margin-bottom: 136px !important;
  }
  .u-mt18\@l {
    margin-top: 144px !important;
  }
  .u-mb18\@l {
    margin-bottom: 144px !important;
  }
  .u-mt19\@l {
    margin-top: 152px !important;
  }
  .u-mb19\@l {
    margin-bottom: 152px !important;
  }
  .u-mt20\@l {
    margin-top: 160px !important;
  }
  .u-mb20\@l {
    margin-bottom: 160px !important;
  }
  .u-mt21\@l {
    margin-top: 168px !important;
  }
  .u-mb21\@l {
    margin-bottom: 168px !important;
  }
  .u-mt22\@l {
    margin-top: 176px !important;
  }
  .u-mb22\@l {
    margin-bottom: 176px !important;
  }
  .u-mt23\@l {
    margin-top: 184px !important;
  }
  .u-mb23\@l {
    margin-bottom: 184px !important;
  }
  .u-mt24\@l {
    margin-top: 192px !important;
  }
  .u-mb24\@l {
    margin-bottom: 192px !important;
  }
  .u-mt25\@l {
    margin-top: 200px !important;
  }
  .u-mb25\@l {
    margin-bottom: 200px !important;
  }
  .u-mt26\@l {
    margin-top: 208px !important;
  }
  .u-mb26\@l {
    margin-bottom: 208px !important;
  }
  .u-mt27\@l {
    margin-top: 216px !important;
  }
  .u-mb27\@l {
    margin-bottom: 216px !important;
  }
  .u-mt28\@l {
    margin-top: 224px !important;
  }
  .u-mb28\@l {
    margin-bottom: 224px !important;
  }
  .u-mt29\@l {
    margin-top: 232px !important;
  }
  .u-mb29\@l {
    margin-bottom: 232px !important;
  }
  .u-mt30\@l {
    margin-top: 240px !important;
  }
  .u-mb30\@l {
    margin-bottom: 240px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-mt1\@xl {
    margin-top: 8px !important;
  }
  .u-mb1\@xl {
    margin-bottom: 8px !important;
  }
  .u-mt2\@xl {
    margin-top: 16px !important;
  }
  .u-mb2\@xl {
    margin-bottom: 16px !important;
  }
  .u-mt3\@xl {
    margin-top: 24px !important;
  }
  .u-mb3\@xl {
    margin-bottom: 24px !important;
  }
  .u-mt4\@xl {
    margin-top: 32px !important;
  }
  .u-mb4\@xl {
    margin-bottom: 32px !important;
  }
  .u-mt5\@xl {
    margin-top: 40px !important;
  }
  .u-mb5\@xl {
    margin-bottom: 40px !important;
  }
  .u-mt6\@xl {
    margin-top: 48px !important;
  }
  .u-mb6\@xl {
    margin-bottom: 48px !important;
  }
  .u-mt7\@xl {
    margin-top: 56px !important;
  }
  .u-mb7\@xl {
    margin-bottom: 56px !important;
  }
  .u-mt8\@xl {
    margin-top: 64px !important;
  }
  .u-mb8\@xl {
    margin-bottom: 64px !important;
  }
  .u-mt9\@xl {
    margin-top: 72px !important;
  }
  .u-mb9\@xl {
    margin-bottom: 72px !important;
  }
  .u-mt10\@xl {
    margin-top: 80px !important;
  }
  .u-mb10\@xl {
    margin-bottom: 80px !important;
  }
  .u-mt11\@xl {
    margin-top: 88px !important;
  }
  .u-mb11\@xl {
    margin-bottom: 88px !important;
  }
  .u-mt12\@xl {
    margin-top: 96px !important;
  }
  .u-mb12\@xl {
    margin-bottom: 96px !important;
  }
  .u-mt13\@xl {
    margin-top: 104px !important;
  }
  .u-mb13\@xl {
    margin-bottom: 104px !important;
  }
  .u-mt14\@xl {
    margin-top: 112px !important;
  }
  .u-mb14\@xl {
    margin-bottom: 112px !important;
  }
  .u-mt15\@xl {
    margin-top: 120px !important;
  }
  .u-mb15\@xl {
    margin-bottom: 120px !important;
  }
  .u-mt16\@xl {
    margin-top: 128px !important;
  }
  .u-mb16\@xl {
    margin-bottom: 128px !important;
  }
  .u-mt17\@xl {
    margin-top: 136px !important;
  }
  .u-mb17\@xl {
    margin-bottom: 136px !important;
  }
  .u-mt18\@xl {
    margin-top: 144px !important;
  }
  .u-mb18\@xl {
    margin-bottom: 144px !important;
  }
  .u-mt19\@xl {
    margin-top: 152px !important;
  }
  .u-mb19\@xl {
    margin-bottom: 152px !important;
  }
  .u-mt20\@xl {
    margin-top: 160px !important;
  }
  .u-mb20\@xl {
    margin-bottom: 160px !important;
  }
  .u-mt21\@xl {
    margin-top: 168px !important;
  }
  .u-mb21\@xl {
    margin-bottom: 168px !important;
  }
  .u-mt22\@xl {
    margin-top: 176px !important;
  }
  .u-mb22\@xl {
    margin-bottom: 176px !important;
  }
  .u-mt23\@xl {
    margin-top: 184px !important;
  }
  .u-mb23\@xl {
    margin-bottom: 184px !important;
  }
  .u-mt24\@xl {
    margin-top: 192px !important;
  }
  .u-mb24\@xl {
    margin-bottom: 192px !important;
  }
  .u-mt25\@xl {
    margin-top: 200px !important;
  }
  .u-mb25\@xl {
    margin-bottom: 200px !important;
  }
  .u-mt26\@xl {
    margin-top: 208px !important;
  }
  .u-mb26\@xl {
    margin-bottom: 208px !important;
  }
  .u-mt27\@xl {
    margin-top: 216px !important;
  }
  .u-mb27\@xl {
    margin-bottom: 216px !important;
  }
  .u-mt28\@xl {
    margin-top: 224px !important;
  }
  .u-mb28\@xl {
    margin-bottom: 224px !important;
  }
  .u-mt29\@xl {
    margin-top: 232px !important;
  }
  .u-mb29\@xl {
    margin-bottom: 232px !important;
  }
  .u-mt30\@xl {
    margin-top: 240px !important;
  }
  .u-mb30\@xl {
    margin-bottom: 240px !important;
  }
}
.u-mr1 {
  margin-right: 8px !important;
}

.u-ml1 {
  margin-left: 8px !important;
}

.u-mr2 {
  margin-right: 16px !important;
}

.u-ml2 {
  margin-left: 16px !important;
}

.u-mr3 {
  margin-right: 24px !important;
}

.u-ml3 {
  margin-left: 24px !important;
}

.u-mr4 {
  margin-right: 32px !important;
}

.u-ml4 {
  margin-left: 32px !important;
}

.u-mr5 {
  margin-right: 40px !important;
}

.u-ml5 {
  margin-left: 40px !important;
}

@media screen and (min-width: 376px) {
  .u-mr1\@xs {
    margin-right: 8px !important;
  }
  .u-ml1\@xs {
    margin-left: 8px !important;
  }
  .u-mr2\@xs {
    margin-right: 16px !important;
  }
  .u-ml2\@xs {
    margin-left: 16px !important;
  }
  .u-mr3\@xs {
    margin-right: 24px !important;
  }
  .u-ml3\@xs {
    margin-left: 24px !important;
  }
  .u-mr4\@xs {
    margin-right: 32px !important;
  }
  .u-ml4\@xs {
    margin-left: 32px !important;
  }
  .u-mr5\@xs {
    margin-right: 40px !important;
  }
  .u-ml5\@xs {
    margin-left: 40px !important;
  }
  .u-mr6\@xs {
    margin-right: 48px !important;
  }
  .u-ml6\@xs {
    margin-left: 48px !important;
  }
  .u-mr7\@xs {
    margin-right: 56px !important;
  }
  .u-ml7\@xs {
    margin-left: 56px !important;
  }
  .u-mr8\@xs {
    margin-right: 64px !important;
  }
  .u-ml8\@xs {
    margin-left: 64px !important;
  }
  .u-mr9\@xs {
    margin-right: 72px !important;
  }
  .u-ml9\@xs {
    margin-left: 72px !important;
  }
  .u-mr10\@xs {
    margin-right: 80px !important;
  }
  .u-ml10\@xs {
    margin-left: 80px !important;
  }
  .u-mr11\@xs {
    margin-right: 88px !important;
  }
  .u-ml11\@xs {
    margin-left: 88px !important;
  }
  .u-mr12\@xs {
    margin-right: 96px !important;
  }
  .u-ml12\@xs {
    margin-left: 96px !important;
  }
  .u-mr13\@xs {
    margin-right: 104px !important;
  }
  .u-ml13\@xs {
    margin-left: 104px !important;
  }
  .u-mr14\@xs {
    margin-right: 112px !important;
  }
  .u-ml14\@xs {
    margin-left: 112px !important;
  }
  .u-mr15\@xs {
    margin-right: 120px !important;
  }
  .u-ml15\@xs {
    margin-left: 120px !important;
  }
  .u-mr16\@xs {
    margin-right: 128px !important;
  }
  .u-ml16\@xs {
    margin-left: 128px !important;
  }
  .u-mr17\@xs {
    margin-right: 136px !important;
  }
  .u-ml17\@xs {
    margin-left: 136px !important;
  }
  .u-mr18\@xs {
    margin-right: 144px !important;
  }
  .u-ml18\@xs {
    margin-left: 144px !important;
  }
  .u-mr19\@xs {
    margin-right: 152px !important;
  }
  .u-ml19\@xs {
    margin-left: 152px !important;
  }
  .u-mr20\@xs {
    margin-right: 160px !important;
  }
  .u-ml20\@xs {
    margin-left: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mr1\@s {
    margin-right: 8px !important;
  }
  .u-ml1\@s {
    margin-left: 8px !important;
  }
  .u-mr2\@s {
    margin-right: 16px !important;
  }
  .u-ml2\@s {
    margin-left: 16px !important;
  }
  .u-mr3\@s {
    margin-right: 24px !important;
  }
  .u-ml3\@s {
    margin-left: 24px !important;
  }
  .u-mr4\@s {
    margin-right: 32px !important;
  }
  .u-ml4\@s {
    margin-left: 32px !important;
  }
  .u-mr5\@s {
    margin-right: 40px !important;
  }
  .u-ml5\@s {
    margin-left: 40px !important;
  }
  .u-mr6\@s {
    margin-right: 48px !important;
  }
  .u-ml6\@s {
    margin-left: 48px !important;
  }
  .u-mr7\@s {
    margin-right: 56px !important;
  }
  .u-ml7\@s {
    margin-left: 56px !important;
  }
  .u-mr8\@s {
    margin-right: 64px !important;
  }
  .u-ml8\@s {
    margin-left: 64px !important;
  }
  .u-mr9\@s {
    margin-right: 72px !important;
  }
  .u-ml9\@s {
    margin-left: 72px !important;
  }
  .u-mr10\@s {
    margin-right: 80px !important;
  }
  .u-ml10\@s {
    margin-left: 80px !important;
  }
  .u-mr11\@s {
    margin-right: 88px !important;
  }
  .u-ml11\@s {
    margin-left: 88px !important;
  }
  .u-mr12\@s {
    margin-right: 96px !important;
  }
  .u-ml12\@s {
    margin-left: 96px !important;
  }
  .u-mr13\@s {
    margin-right: 104px !important;
  }
  .u-ml13\@s {
    margin-left: 104px !important;
  }
  .u-mr14\@s {
    margin-right: 112px !important;
  }
  .u-ml14\@s {
    margin-left: 112px !important;
  }
  .u-mr15\@s {
    margin-right: 120px !important;
  }
  .u-ml15\@s {
    margin-left: 120px !important;
  }
  .u-mr16\@s {
    margin-right: 128px !important;
  }
  .u-ml16\@s {
    margin-left: 128px !important;
  }
  .u-mr17\@s {
    margin-right: 136px !important;
  }
  .u-ml17\@s {
    margin-left: 136px !important;
  }
  .u-mr18\@s {
    margin-right: 144px !important;
  }
  .u-ml18\@s {
    margin-left: 144px !important;
  }
  .u-mr19\@s {
    margin-right: 152px !important;
  }
  .u-ml19\@s {
    margin-left: 152px !important;
  }
  .u-mr20\@s {
    margin-right: 160px !important;
  }
  .u-ml20\@s {
    margin-left: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mr1\@m {
    margin-right: 8px !important;
  }
  .u-ml1\@m {
    margin-left: 8px !important;
  }
  .u-mr2\@m {
    margin-right: 16px !important;
  }
  .u-ml2\@m {
    margin-left: 16px !important;
  }
  .u-mr3\@m {
    margin-right: 24px !important;
  }
  .u-ml3\@m {
    margin-left: 24px !important;
  }
  .u-mr4\@m {
    margin-right: 32px !important;
  }
  .u-ml4\@m {
    margin-left: 32px !important;
  }
  .u-mr5\@m {
    margin-right: 40px !important;
  }
  .u-ml5\@m {
    margin-left: 40px !important;
  }
  .u-mr6\@m {
    margin-right: 48px !important;
  }
  .u-ml6\@m {
    margin-left: 48px !important;
  }
  .u-mr7\@m {
    margin-right: 56px !important;
  }
  .u-ml7\@m {
    margin-left: 56px !important;
  }
  .u-mr8\@m {
    margin-right: 64px !important;
  }
  .u-ml8\@m {
    margin-left: 64px !important;
  }
  .u-mr9\@m {
    margin-right: 72px !important;
  }
  .u-ml9\@m {
    margin-left: 72px !important;
  }
  .u-mr10\@m {
    margin-right: 80px !important;
  }
  .u-ml10\@m {
    margin-left: 80px !important;
  }
  .u-mr11\@m {
    margin-right: 88px !important;
  }
  .u-ml11\@m {
    margin-left: 88px !important;
  }
  .u-mr12\@m {
    margin-right: 96px !important;
  }
  .u-ml12\@m {
    margin-left: 96px !important;
  }
  .u-mr13\@m {
    margin-right: 104px !important;
  }
  .u-ml13\@m {
    margin-left: 104px !important;
  }
  .u-mr14\@m {
    margin-right: 112px !important;
  }
  .u-ml14\@m {
    margin-left: 112px !important;
  }
  .u-mr15\@m {
    margin-right: 120px !important;
  }
  .u-ml15\@m {
    margin-left: 120px !important;
  }
  .u-mr16\@m {
    margin-right: 128px !important;
  }
  .u-ml16\@m {
    margin-left: 128px !important;
  }
  .u-mr17\@m {
    margin-right: 136px !important;
  }
  .u-ml17\@m {
    margin-left: 136px !important;
  }
  .u-mr18\@m {
    margin-right: 144px !important;
  }
  .u-ml18\@m {
    margin-left: 144px !important;
  }
  .u-mr19\@m {
    margin-right: 152px !important;
  }
  .u-ml19\@m {
    margin-left: 152px !important;
  }
  .u-mr20\@m {
    margin-right: 160px !important;
  }
  .u-ml20\@m {
    margin-left: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-mr1\@l {
    margin-right: 8px !important;
  }
  .u-ml1\@l {
    margin-left: 8px !important;
  }
  .u-mr2\@l {
    margin-right: 16px !important;
  }
  .u-ml2\@l {
    margin-left: 16px !important;
  }
  .u-mr3\@l {
    margin-right: 24px !important;
  }
  .u-ml3\@l {
    margin-left: 24px !important;
  }
  .u-mr4\@l {
    margin-right: 32px !important;
  }
  .u-ml4\@l {
    margin-left: 32px !important;
  }
  .u-mr5\@l {
    margin-right: 40px !important;
  }
  .u-ml5\@l {
    margin-left: 40px !important;
  }
  .u-mr6\@l {
    margin-right: 48px !important;
  }
  .u-ml6\@l {
    margin-left: 48px !important;
  }
  .u-mr7\@l {
    margin-right: 56px !important;
  }
  .u-ml7\@l {
    margin-left: 56px !important;
  }
  .u-mr8\@l {
    margin-right: 64px !important;
  }
  .u-ml8\@l {
    margin-left: 64px !important;
  }
  .u-mr9\@l {
    margin-right: 72px !important;
  }
  .u-ml9\@l {
    margin-left: 72px !important;
  }
  .u-mr10\@l {
    margin-right: 80px !important;
  }
  .u-ml10\@l {
    margin-left: 80px !important;
  }
  .u-mr11\@l {
    margin-right: 88px !important;
  }
  .u-ml11\@l {
    margin-left: 88px !important;
  }
  .u-mr12\@l {
    margin-right: 96px !important;
  }
  .u-ml12\@l {
    margin-left: 96px !important;
  }
  .u-mr13\@l {
    margin-right: 104px !important;
  }
  .u-ml13\@l {
    margin-left: 104px !important;
  }
  .u-mr14\@l {
    margin-right: 112px !important;
  }
  .u-ml14\@l {
    margin-left: 112px !important;
  }
  .u-mr15\@l {
    margin-right: 120px !important;
  }
  .u-ml15\@l {
    margin-left: 120px !important;
  }
  .u-mr16\@l {
    margin-right: 128px !important;
  }
  .u-ml16\@l {
    margin-left: 128px !important;
  }
  .u-mr17\@l {
    margin-right: 136px !important;
  }
  .u-ml17\@l {
    margin-left: 136px !important;
  }
  .u-mr18\@l {
    margin-right: 144px !important;
  }
  .u-ml18\@l {
    margin-left: 144px !important;
  }
  .u-mr19\@l {
    margin-right: 152px !important;
  }
  .u-ml19\@l {
    margin-left: 152px !important;
  }
  .u-mr20\@l {
    margin-right: 160px !important;
  }
  .u-ml20\@l {
    margin-left: 160px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-mr1\@xl {
    margin-right: 8px !important;
  }
  .u-ml1\@xl {
    margin-left: 8px !important;
  }
  .u-mr2\@xl {
    margin-right: 16px !important;
  }
  .u-ml2\@xl {
    margin-left: 16px !important;
  }
  .u-mr3\@xl {
    margin-right: 24px !important;
  }
  .u-ml3\@xl {
    margin-left: 24px !important;
  }
  .u-mr4\@xl {
    margin-right: 32px !important;
  }
  .u-ml4\@xl {
    margin-left: 32px !important;
  }
  .u-mr5\@xl {
    margin-right: 40px !important;
  }
  .u-ml5\@xl {
    margin-left: 40px !important;
  }
  .u-mr6\@xl {
    margin-right: 48px !important;
  }
  .u-ml6\@xl {
    margin-left: 48px !important;
  }
  .u-mr7\@xl {
    margin-right: 56px !important;
  }
  .u-ml7\@xl {
    margin-left: 56px !important;
  }
  .u-mr8\@xl {
    margin-right: 64px !important;
  }
  .u-ml8\@xl {
    margin-left: 64px !important;
  }
  .u-mr9\@xl {
    margin-right: 72px !important;
  }
  .u-ml9\@xl {
    margin-left: 72px !important;
  }
  .u-mr10\@xl {
    margin-right: 80px !important;
  }
  .u-ml10\@xl {
    margin-left: 80px !important;
  }
  .u-mr11\@xl {
    margin-right: 88px !important;
  }
  .u-ml11\@xl {
    margin-left: 88px !important;
  }
  .u-mr12\@xl {
    margin-right: 96px !important;
  }
  .u-ml12\@xl {
    margin-left: 96px !important;
  }
  .u-mr13\@xl {
    margin-right: 104px !important;
  }
  .u-ml13\@xl {
    margin-left: 104px !important;
  }
  .u-mr14\@xl {
    margin-right: 112px !important;
  }
  .u-ml14\@xl {
    margin-left: 112px !important;
  }
  .u-mr15\@xl {
    margin-right: 120px !important;
  }
  .u-ml15\@xl {
    margin-left: 120px !important;
  }
  .u-mr16\@xl {
    margin-right: 128px !important;
  }
  .u-ml16\@xl {
    margin-left: 128px !important;
  }
  .u-mr17\@xl {
    margin-right: 136px !important;
  }
  .u-ml17\@xl {
    margin-left: 136px !important;
  }
  .u-mr18\@xl {
    margin-right: 144px !important;
  }
  .u-ml18\@xl {
    margin-left: 144px !important;
  }
  .u-mr19\@xl {
    margin-right: 152px !important;
  }
  .u-ml19\@xl {
    margin-left: 152px !important;
  }
  .u-mr20\@xl {
    margin-right: 160px !important;
  }
  .u-ml20\@xl {
    margin-left: 160px !important;
  }
}
.u-mt-none {
  margin-top: 0 !important;
}
@media screen and (min-width: 376px) {
  .u-mt-none .u-mt-none\@xs {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mt-none .u-mt-none\@s {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mt-none .u-mt-none\@m {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-mt-none .u-mt-none\@l {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-mt-none .u-mt-none\@xl {
    margin-top: 0 !important;
  }
}

.u-mb-none {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 376px) {
  .u-mb-none\@xs {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 640px) {
  .u-mb-none\@s {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  .u-mb-none\@m {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-mb-none\@l {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-mb-none\@xl {
    margin-bottom: 0 !important;
  }
}
.u-padding {
  padding: 20px !important;
}
@media screen and (min-width: 376px) {
  .u-padding\@xs {
    padding: 20px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-padding\@s {
    padding: 20px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-padding\@m {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-padding\@l {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-padding\@xl {
    padding: 20px !important;
  }
}

.u-padding-large {
  padding: 60px !important;
}
@media screen and (min-width: 376px) {
  .u-padding-large\@xs {
    padding: 60px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-padding-large\@s {
    padding: 60px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-padding-large\@m {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-padding-large\@l {
    padding: 60px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-padding-large\@xl {
    padding: 60px !important;
  }
}

.u-pt1 {
  padding-top: 8px !important;
}

.u-pb1 {
  padding-bottom: 8px !important;
}

.u-pt2 {
  padding-top: 16px !important;
}

.u-pb2 {
  padding-bottom: 16px !important;
}

.u-pt3 {
  padding-top: 24px !important;
}

.u-pb3 {
  padding-bottom: 24px !important;
}

.u-pt4 {
  padding-top: 32px !important;
}

.u-pb4 {
  padding-bottom: 32px !important;
}

.u-pt5 {
  padding-top: 40px !important;
}

.u-pb5 {
  padding-bottom: 40px !important;
}

.u-pt6 {
  padding-top: 48px !important;
}

.u-pb6 {
  padding-bottom: 48px !important;
}

.u-pt7 {
  padding-top: 56px !important;
}

.u-pb7 {
  padding-bottom: 56px !important;
}

.u-pt8 {
  padding-top: 64px !important;
}

.u-pb8 {
  padding-bottom: 64px !important;
}

.u-pt9 {
  padding-top: 72px !important;
}

.u-pb9 {
  padding-bottom: 72px !important;
}

.u-pt10 {
  padding-top: 80px !important;
}

.u-pb10 {
  padding-bottom: 80px !important;
}

.u-pt11 {
  padding-top: 88px !important;
}

.u-pb11 {
  padding-bottom: 88px !important;
}

.u-pt12 {
  padding-top: 96px !important;
}

.u-pb12 {
  padding-bottom: 96px !important;
}

.u-pt13 {
  padding-top: 104px !important;
}

.u-pb13 {
  padding-bottom: 104px !important;
}

.u-pt14 {
  padding-top: 112px !important;
}

.u-pb14 {
  padding-bottom: 112px !important;
}

.u-pt15 {
  padding-top: 120px !important;
}

.u-pb15 {
  padding-bottom: 120px !important;
}

.u-pt16 {
  padding-top: 128px !important;
}

.u-pb16 {
  padding-bottom: 128px !important;
}

.u-pt17 {
  padding-top: 136px !important;
}

.u-pb17 {
  padding-bottom: 136px !important;
}

.u-pt18 {
  padding-top: 144px !important;
}

.u-pb18 {
  padding-bottom: 144px !important;
}

.u-pt19 {
  padding-top: 152px !important;
}

.u-pb19 {
  padding-bottom: 152px !important;
}

.u-pt20 {
  padding-top: 160px !important;
}

.u-pb20 {
  padding-bottom: 160px !important;
}

@media screen and (min-width: 376px) {
  .u-pt1\@xs {
    padding-top: 8px !important;
  }
  .u-pb1\@xs {
    padding-bottom: 8px !important;
  }
  .u-pt2\@xs {
    padding-top: 16px !important;
  }
  .u-pb2\@xs {
    padding-bottom: 16px !important;
  }
  .u-pt3\@xs {
    padding-top: 24px !important;
  }
  .u-pb3\@xs {
    padding-bottom: 24px !important;
  }
  .u-pt4\@xs {
    padding-top: 32px !important;
  }
  .u-pb4\@xs {
    padding-bottom: 32px !important;
  }
  .u-pt5\@xs {
    padding-top: 40px !important;
  }
  .u-pb5\@xs {
    padding-bottom: 40px !important;
  }
  .u-pt6\@xs {
    padding-top: 48px !important;
  }
  .u-pb6\@xs {
    padding-bottom: 48px !important;
  }
  .u-pt7\@xs {
    padding-top: 56px !important;
  }
  .u-pb7\@xs {
    padding-bottom: 56px !important;
  }
  .u-pt8\@xs {
    padding-top: 64px !important;
  }
  .u-pb8\@xs {
    padding-bottom: 64px !important;
  }
  .u-pt9\@xs {
    padding-top: 72px !important;
  }
  .u-pb9\@xs {
    padding-bottom: 72px !important;
  }
  .u-pt10\@xs {
    padding-top: 80px !important;
  }
  .u-pb10\@xs {
    padding-bottom: 80px !important;
  }
  .u-pt11\@xs {
    padding-top: 88px !important;
  }
  .u-pb11\@xs {
    padding-bottom: 88px !important;
  }
  .u-pt12\@xs {
    padding-top: 96px !important;
  }
  .u-pb12\@xs {
    padding-bottom: 96px !important;
  }
  .u-pt13\@xs {
    padding-top: 104px !important;
  }
  .u-pb13\@xs {
    padding-bottom: 104px !important;
  }
  .u-pt14\@xs {
    padding-top: 112px !important;
  }
  .u-pb14\@xs {
    padding-bottom: 112px !important;
  }
  .u-pt15\@xs {
    padding-top: 120px !important;
  }
  .u-pb15\@xs {
    padding-bottom: 120px !important;
  }
  .u-pt16\@xs {
    padding-top: 128px !important;
  }
  .u-pb16\@xs {
    padding-bottom: 128px !important;
  }
  .u-pt17\@xs {
    padding-top: 136px !important;
  }
  .u-pb17\@xs {
    padding-bottom: 136px !important;
  }
  .u-pt18\@xs {
    padding-top: 144px !important;
  }
  .u-pb18\@xs {
    padding-bottom: 144px !important;
  }
  .u-pt19\@xs {
    padding-top: 152px !important;
  }
  .u-pb19\@xs {
    padding-bottom: 152px !important;
  }
  .u-pt20\@xs {
    padding-top: 160px !important;
  }
  .u-pb20\@xs {
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pt1\@s {
    padding-top: 8px !important;
  }
  .u-pb1\@s {
    padding-bottom: 8px !important;
  }
  .u-pt2\@s {
    padding-top: 16px !important;
  }
  .u-pb2\@s {
    padding-bottom: 16px !important;
  }
  .u-pt3\@s {
    padding-top: 24px !important;
  }
  .u-pb3\@s {
    padding-bottom: 24px !important;
  }
  .u-pt4\@s {
    padding-top: 32px !important;
  }
  .u-pb4\@s {
    padding-bottom: 32px !important;
  }
  .u-pt5\@s {
    padding-top: 40px !important;
  }
  .u-pb5\@s {
    padding-bottom: 40px !important;
  }
  .u-pt6\@s {
    padding-top: 48px !important;
  }
  .u-pb6\@s {
    padding-bottom: 48px !important;
  }
  .u-pt7\@s {
    padding-top: 56px !important;
  }
  .u-pb7\@s {
    padding-bottom: 56px !important;
  }
  .u-pt8\@s {
    padding-top: 64px !important;
  }
  .u-pb8\@s {
    padding-bottom: 64px !important;
  }
  .u-pt9\@s {
    padding-top: 72px !important;
  }
  .u-pb9\@s {
    padding-bottom: 72px !important;
  }
  .u-pt10\@s {
    padding-top: 80px !important;
  }
  .u-pb10\@s {
    padding-bottom: 80px !important;
  }
  .u-pt11\@s {
    padding-top: 88px !important;
  }
  .u-pb11\@s {
    padding-bottom: 88px !important;
  }
  .u-pt12\@s {
    padding-top: 96px !important;
  }
  .u-pb12\@s {
    padding-bottom: 96px !important;
  }
  .u-pt13\@s {
    padding-top: 104px !important;
  }
  .u-pb13\@s {
    padding-bottom: 104px !important;
  }
  .u-pt14\@s {
    padding-top: 112px !important;
  }
  .u-pb14\@s {
    padding-bottom: 112px !important;
  }
  .u-pt15\@s {
    padding-top: 120px !important;
  }
  .u-pb15\@s {
    padding-bottom: 120px !important;
  }
  .u-pt16\@s {
    padding-top: 128px !important;
  }
  .u-pb16\@s {
    padding-bottom: 128px !important;
  }
  .u-pt17\@s {
    padding-top: 136px !important;
  }
  .u-pb17\@s {
    padding-bottom: 136px !important;
  }
  .u-pt18\@s {
    padding-top: 144px !important;
  }
  .u-pb18\@s {
    padding-bottom: 144px !important;
  }
  .u-pt19\@s {
    padding-top: 152px !important;
  }
  .u-pb19\@s {
    padding-bottom: 152px !important;
  }
  .u-pt20\@s {
    padding-top: 160px !important;
  }
  .u-pb20\@s {
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-pt1\@m {
    padding-top: 8px !important;
  }
  .u-pb1\@m {
    padding-bottom: 8px !important;
  }
  .u-pt2\@m {
    padding-top: 16px !important;
  }
  .u-pb2\@m {
    padding-bottom: 16px !important;
  }
  .u-pt3\@m {
    padding-top: 24px !important;
  }
  .u-pb3\@m {
    padding-bottom: 24px !important;
  }
  .u-pt4\@m {
    padding-top: 32px !important;
  }
  .u-pb4\@m {
    padding-bottom: 32px !important;
  }
  .u-pt5\@m {
    padding-top: 40px !important;
  }
  .u-pb5\@m {
    padding-bottom: 40px !important;
  }
  .u-pt6\@m {
    padding-top: 48px !important;
  }
  .u-pb6\@m {
    padding-bottom: 48px !important;
  }
  .u-pt7\@m {
    padding-top: 56px !important;
  }
  .u-pb7\@m {
    padding-bottom: 56px !important;
  }
  .u-pt8\@m {
    padding-top: 64px !important;
  }
  .u-pb8\@m {
    padding-bottom: 64px !important;
  }
  .u-pt9\@m {
    padding-top: 72px !important;
  }
  .u-pb9\@m {
    padding-bottom: 72px !important;
  }
  .u-pt10\@m {
    padding-top: 80px !important;
  }
  .u-pb10\@m {
    padding-bottom: 80px !important;
  }
  .u-pt11\@m {
    padding-top: 88px !important;
  }
  .u-pb11\@m {
    padding-bottom: 88px !important;
  }
  .u-pt12\@m {
    padding-top: 96px !important;
  }
  .u-pb12\@m {
    padding-bottom: 96px !important;
  }
  .u-pt13\@m {
    padding-top: 104px !important;
  }
  .u-pb13\@m {
    padding-bottom: 104px !important;
  }
  .u-pt14\@m {
    padding-top: 112px !important;
  }
  .u-pb14\@m {
    padding-bottom: 112px !important;
  }
  .u-pt15\@m {
    padding-top: 120px !important;
  }
  .u-pb15\@m {
    padding-bottom: 120px !important;
  }
  .u-pt16\@m {
    padding-top: 128px !important;
  }
  .u-pb16\@m {
    padding-bottom: 128px !important;
  }
  .u-pt17\@m {
    padding-top: 136px !important;
  }
  .u-pb17\@m {
    padding-bottom: 136px !important;
  }
  .u-pt18\@m {
    padding-top: 144px !important;
  }
  .u-pb18\@m {
    padding-bottom: 144px !important;
  }
  .u-pt19\@m {
    padding-top: 152px !important;
  }
  .u-pb19\@m {
    padding-bottom: 152px !important;
  }
  .u-pt20\@m {
    padding-top: 160px !important;
  }
  .u-pb20\@m {
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-pt1\@l {
    padding-top: 8px !important;
  }
  .u-pb1\@l {
    padding-bottom: 8px !important;
  }
  .u-pt2\@l {
    padding-top: 16px !important;
  }
  .u-pb2\@l {
    padding-bottom: 16px !important;
  }
  .u-pt3\@l {
    padding-top: 24px !important;
  }
  .u-pb3\@l {
    padding-bottom: 24px !important;
  }
  .u-pt4\@l {
    padding-top: 32px !important;
  }
  .u-pb4\@l {
    padding-bottom: 32px !important;
  }
  .u-pt5\@l {
    padding-top: 40px !important;
  }
  .u-pb5\@l {
    padding-bottom: 40px !important;
  }
  .u-pt6\@l {
    padding-top: 48px !important;
  }
  .u-pb6\@l {
    padding-bottom: 48px !important;
  }
  .u-pt7\@l {
    padding-top: 56px !important;
  }
  .u-pb7\@l {
    padding-bottom: 56px !important;
  }
  .u-pt8\@l {
    padding-top: 64px !important;
  }
  .u-pb8\@l {
    padding-bottom: 64px !important;
  }
  .u-pt9\@l {
    padding-top: 72px !important;
  }
  .u-pb9\@l {
    padding-bottom: 72px !important;
  }
  .u-pt10\@l {
    padding-top: 80px !important;
  }
  .u-pb10\@l {
    padding-bottom: 80px !important;
  }
  .u-pt11\@l {
    padding-top: 88px !important;
  }
  .u-pb11\@l {
    padding-bottom: 88px !important;
  }
  .u-pt12\@l {
    padding-top: 96px !important;
  }
  .u-pb12\@l {
    padding-bottom: 96px !important;
  }
  .u-pt13\@l {
    padding-top: 104px !important;
  }
  .u-pb13\@l {
    padding-bottom: 104px !important;
  }
  .u-pt14\@l {
    padding-top: 112px !important;
  }
  .u-pb14\@l {
    padding-bottom: 112px !important;
  }
  .u-pt15\@l {
    padding-top: 120px !important;
  }
  .u-pb15\@l {
    padding-bottom: 120px !important;
  }
  .u-pt16\@l {
    padding-top: 128px !important;
  }
  .u-pb16\@l {
    padding-bottom: 128px !important;
  }
  .u-pt17\@l {
    padding-top: 136px !important;
  }
  .u-pb17\@l {
    padding-bottom: 136px !important;
  }
  .u-pt18\@l {
    padding-top: 144px !important;
  }
  .u-pb18\@l {
    padding-bottom: 144px !important;
  }
  .u-pt19\@l {
    padding-top: 152px !important;
  }
  .u-pb19\@l {
    padding-bottom: 152px !important;
  }
  .u-pt20\@l {
    padding-top: 160px !important;
  }
  .u-pb20\@l {
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-pt1\@xl {
    padding-top: 8px !important;
  }
  .u-pb1\@xl {
    padding-bottom: 8px !important;
  }
  .u-pt2\@xl {
    padding-top: 16px !important;
  }
  .u-pb2\@xl {
    padding-bottom: 16px !important;
  }
  .u-pt3\@xl {
    padding-top: 24px !important;
  }
  .u-pb3\@xl {
    padding-bottom: 24px !important;
  }
  .u-pt4\@xl {
    padding-top: 32px !important;
  }
  .u-pb4\@xl {
    padding-bottom: 32px !important;
  }
  .u-pt5\@xl {
    padding-top: 40px !important;
  }
  .u-pb5\@xl {
    padding-bottom: 40px !important;
  }
  .u-pt6\@xl {
    padding-top: 48px !important;
  }
  .u-pb6\@xl {
    padding-bottom: 48px !important;
  }
  .u-pt7\@xl {
    padding-top: 56px !important;
  }
  .u-pb7\@xl {
    padding-bottom: 56px !important;
  }
  .u-pt8\@xl {
    padding-top: 64px !important;
  }
  .u-pb8\@xl {
    padding-bottom: 64px !important;
  }
  .u-pt9\@xl {
    padding-top: 72px !important;
  }
  .u-pb9\@xl {
    padding-bottom: 72px !important;
  }
  .u-pt10\@xl {
    padding-top: 80px !important;
  }
  .u-pb10\@xl {
    padding-bottom: 80px !important;
  }
  .u-pt11\@xl {
    padding-top: 88px !important;
  }
  .u-pb11\@xl {
    padding-bottom: 88px !important;
  }
  .u-pt12\@xl {
    padding-top: 96px !important;
  }
  .u-pb12\@xl {
    padding-bottom: 96px !important;
  }
  .u-pt13\@xl {
    padding-top: 104px !important;
  }
  .u-pb13\@xl {
    padding-bottom: 104px !important;
  }
  .u-pt14\@xl {
    padding-top: 112px !important;
  }
  .u-pb14\@xl {
    padding-bottom: 112px !important;
  }
  .u-pt15\@xl {
    padding-top: 120px !important;
  }
  .u-pb15\@xl {
    padding-bottom: 120px !important;
  }
  .u-pt16\@xl {
    padding-top: 128px !important;
  }
  .u-pb16\@xl {
    padding-bottom: 128px !important;
  }
  .u-pt17\@xl {
    padding-top: 136px !important;
  }
  .u-pb17\@xl {
    padding-bottom: 136px !important;
  }
  .u-pt18\@xl {
    padding-top: 144px !important;
  }
  .u-pb18\@xl {
    padding-bottom: 144px !important;
  }
  .u-pt19\@xl {
    padding-top: 152px !important;
  }
  .u-pb19\@xl {
    padding-bottom: 152px !important;
  }
  .u-pt20\@xl {
    padding-top: 160px !important;
  }
  .u-pb20\@xl {
    padding-bottom: 160px !important;
  }
}
.u-pr1 {
  padding-right: 8px !important;
}

.u-pl1 {
  padding-left: 8px !important;
}

.u-pr2 {
  padding-right: 16px !important;
}

.u-pl2 {
  padding-left: 16px !important;
}

.u-pr3 {
  padding-right: 24px !important;
}

.u-pl3 {
  padding-left: 24px !important;
}

.u-pr4 {
  padding-right: 32px !important;
}

.u-pl4 {
  padding-left: 32px !important;
}

.u-pr5 {
  padding-right: 40px !important;
}

.u-pl5 {
  padding-left: 40px !important;
}

.u-pr6 {
  padding-right: 48px !important;
}

.u-pl6 {
  padding-left: 48px !important;
}

.u-pr7 {
  padding-right: 56px !important;
}

.u-pl7 {
  padding-left: 56px !important;
}

.u-pr8 {
  padding-right: 64px !important;
}

.u-pl8 {
  padding-left: 64px !important;
}

.u-pr9 {
  padding-right: 72px !important;
}

.u-pl9 {
  padding-left: 72px !important;
}

.u-pr10 {
  padding-right: 80px !important;
}

.u-pl10 {
  padding-left: 80px !important;
}

.u-pr11 {
  padding-right: 88px !important;
}

.u-pl11 {
  padding-left: 88px !important;
}

.u-pr12 {
  padding-right: 96px !important;
}

.u-pl12 {
  padding-left: 96px !important;
}

.u-pr13 {
  padding-right: 104px !important;
}

.u-pl13 {
  padding-left: 104px !important;
}

.u-pr14 {
  padding-right: 112px !important;
}

.u-pl14 {
  padding-left: 112px !important;
}

.u-pr15 {
  padding-right: 120px !important;
}

.u-pl15 {
  padding-left: 120px !important;
}

.u-pr16 {
  padding-right: 128px !important;
}

.u-pl16 {
  padding-left: 128px !important;
}

.u-pr17 {
  padding-right: 136px !important;
}

.u-pl17 {
  padding-left: 136px !important;
}

.u-pr18 {
  padding-right: 144px !important;
}

.u-pl18 {
  padding-left: 144px !important;
}

.u-pr19 {
  padding-right: 152px !important;
}

.u-pl19 {
  padding-left: 152px !important;
}

.u-pr20 {
  padding-right: 160px !important;
}

.u-pl20 {
  padding-left: 160px !important;
}

@media screen and (min-width: 376px) {
  .u-pr1\@xs {
    padding-right: 8px !important;
  }
  .u-pl1\@xs {
    padding-left: 8px !important;
  }
  .u-pr2\@xs {
    padding-right: 16px !important;
  }
  .u-pl2\@xs {
    padding-left: 16px !important;
  }
  .u-pr3\@xs {
    padding-right: 24px !important;
  }
  .u-pl3\@xs {
    padding-left: 24px !important;
  }
  .u-pr4\@xs {
    padding-right: 32px !important;
  }
  .u-pl4\@xs {
    padding-left: 32px !important;
  }
  .u-pr5\@xs {
    padding-right: 40px !important;
  }
  .u-pl5\@xs {
    padding-left: 40px !important;
  }
  .u-pr6\@xs {
    padding-right: 48px !important;
  }
  .u-pl6\@xs {
    padding-left: 48px !important;
  }
  .u-pr7\@xs {
    padding-right: 56px !important;
  }
  .u-pl7\@xs {
    padding-left: 56px !important;
  }
  .u-pr8\@xs {
    padding-right: 64px !important;
  }
  .u-pl8\@xs {
    padding-left: 64px !important;
  }
  .u-pr9\@xs {
    padding-right: 72px !important;
  }
  .u-pl9\@xs {
    padding-left: 72px !important;
  }
  .u-pr10\@xs {
    padding-right: 80px !important;
  }
  .u-pl10\@xs {
    padding-left: 80px !important;
  }
  .u-pr11\@xs {
    padding-right: 88px !important;
  }
  .u-pl11\@xs {
    padding-left: 88px !important;
  }
  .u-pr12\@xs {
    padding-right: 96px !important;
  }
  .u-pl12\@xs {
    padding-left: 96px !important;
  }
  .u-pr13\@xs {
    padding-right: 104px !important;
  }
  .u-pl13\@xs {
    padding-left: 104px !important;
  }
  .u-pr14\@xs {
    padding-right: 112px !important;
  }
  .u-pl14\@xs {
    padding-left: 112px !important;
  }
  .u-pr15\@xs {
    padding-right: 120px !important;
  }
  .u-pl15\@xs {
    padding-left: 120px !important;
  }
  .u-pr16\@xs {
    padding-right: 128px !important;
  }
  .u-pl16\@xs {
    padding-left: 128px !important;
  }
  .u-pr17\@xs {
    padding-right: 136px !important;
  }
  .u-pl17\@xs {
    padding-left: 136px !important;
  }
  .u-pr18\@xs {
    padding-right: 144px !important;
  }
  .u-pl18\@xs {
    padding-left: 144px !important;
  }
  .u-pr19\@xs {
    padding-right: 152px !important;
  }
  .u-pl19\@xs {
    padding-left: 152px !important;
  }
  .u-pr20\@xs {
    padding-right: 160px !important;
  }
  .u-pl20\@xs {
    padding-left: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .u-pr1\@s {
    padding-right: 8px !important;
  }
  .u-pl1\@s {
    padding-left: 8px !important;
  }
  .u-pr2\@s {
    padding-right: 16px !important;
  }
  .u-pl2\@s {
    padding-left: 16px !important;
  }
  .u-pr3\@s {
    padding-right: 24px !important;
  }
  .u-pl3\@s {
    padding-left: 24px !important;
  }
  .u-pr4\@s {
    padding-right: 32px !important;
  }
  .u-pl4\@s {
    padding-left: 32px !important;
  }
  .u-pr5\@s {
    padding-right: 40px !important;
  }
  .u-pl5\@s {
    padding-left: 40px !important;
  }
  .u-pr6\@s {
    padding-right: 48px !important;
  }
  .u-pl6\@s {
    padding-left: 48px !important;
  }
  .u-pr7\@s {
    padding-right: 56px !important;
  }
  .u-pl7\@s {
    padding-left: 56px !important;
  }
  .u-pr8\@s {
    padding-right: 64px !important;
  }
  .u-pl8\@s {
    padding-left: 64px !important;
  }
  .u-pr9\@s {
    padding-right: 72px !important;
  }
  .u-pl9\@s {
    padding-left: 72px !important;
  }
  .u-pr10\@s {
    padding-right: 80px !important;
  }
  .u-pl10\@s {
    padding-left: 80px !important;
  }
  .u-pr11\@s {
    padding-right: 88px !important;
  }
  .u-pl11\@s {
    padding-left: 88px !important;
  }
  .u-pr12\@s {
    padding-right: 96px !important;
  }
  .u-pl12\@s {
    padding-left: 96px !important;
  }
  .u-pr13\@s {
    padding-right: 104px !important;
  }
  .u-pl13\@s {
    padding-left: 104px !important;
  }
  .u-pr14\@s {
    padding-right: 112px !important;
  }
  .u-pl14\@s {
    padding-left: 112px !important;
  }
  .u-pr15\@s {
    padding-right: 120px !important;
  }
  .u-pl15\@s {
    padding-left: 120px !important;
  }
  .u-pr16\@s {
    padding-right: 128px !important;
  }
  .u-pl16\@s {
    padding-left: 128px !important;
  }
  .u-pr17\@s {
    padding-right: 136px !important;
  }
  .u-pl17\@s {
    padding-left: 136px !important;
  }
  .u-pr18\@s {
    padding-right: 144px !important;
  }
  .u-pl18\@s {
    padding-left: 144px !important;
  }
  .u-pr19\@s {
    padding-right: 152px !important;
  }
  .u-pl19\@s {
    padding-left: 152px !important;
  }
  .u-pr20\@s {
    padding-right: 160px !important;
  }
  .u-pl20\@s {
    padding-left: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .u-pr1\@m {
    padding-right: 8px !important;
  }
  .u-pl1\@m {
    padding-left: 8px !important;
  }
  .u-pr2\@m {
    padding-right: 16px !important;
  }
  .u-pl2\@m {
    padding-left: 16px !important;
  }
  .u-pr3\@m {
    padding-right: 24px !important;
  }
  .u-pl3\@m {
    padding-left: 24px !important;
  }
  .u-pr4\@m {
    padding-right: 32px !important;
  }
  .u-pl4\@m {
    padding-left: 32px !important;
  }
  .u-pr5\@m {
    padding-right: 40px !important;
  }
  .u-pl5\@m {
    padding-left: 40px !important;
  }
  .u-pr6\@m {
    padding-right: 48px !important;
  }
  .u-pl6\@m {
    padding-left: 48px !important;
  }
  .u-pr7\@m {
    padding-right: 56px !important;
  }
  .u-pl7\@m {
    padding-left: 56px !important;
  }
  .u-pr8\@m {
    padding-right: 64px !important;
  }
  .u-pl8\@m {
    padding-left: 64px !important;
  }
  .u-pr9\@m {
    padding-right: 72px !important;
  }
  .u-pl9\@m {
    padding-left: 72px !important;
  }
  .u-pr10\@m {
    padding-right: 80px !important;
  }
  .u-pl10\@m {
    padding-left: 80px !important;
  }
  .u-pr11\@m {
    padding-right: 88px !important;
  }
  .u-pl11\@m {
    padding-left: 88px !important;
  }
  .u-pr12\@m {
    padding-right: 96px !important;
  }
  .u-pl12\@m {
    padding-left: 96px !important;
  }
  .u-pr13\@m {
    padding-right: 104px !important;
  }
  .u-pl13\@m {
    padding-left: 104px !important;
  }
  .u-pr14\@m {
    padding-right: 112px !important;
  }
  .u-pl14\@m {
    padding-left: 112px !important;
  }
  .u-pr15\@m {
    padding-right: 120px !important;
  }
  .u-pl15\@m {
    padding-left: 120px !important;
  }
  .u-pr16\@m {
    padding-right: 128px !important;
  }
  .u-pl16\@m {
    padding-left: 128px !important;
  }
  .u-pr17\@m {
    padding-right: 136px !important;
  }
  .u-pl17\@m {
    padding-left: 136px !important;
  }
  .u-pr18\@m {
    padding-right: 144px !important;
  }
  .u-pl18\@m {
    padding-left: 144px !important;
  }
  .u-pr19\@m {
    padding-right: 152px !important;
  }
  .u-pl19\@m {
    padding-left: 152px !important;
  }
  .u-pr20\@m {
    padding-right: 160px !important;
  }
  .u-pl20\@m {
    padding-left: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-pr1\@l {
    padding-right: 8px !important;
  }
  .u-pl1\@l {
    padding-left: 8px !important;
  }
  .u-pr2\@l {
    padding-right: 16px !important;
  }
  .u-pl2\@l {
    padding-left: 16px !important;
  }
  .u-pr3\@l {
    padding-right: 24px !important;
  }
  .u-pl3\@l {
    padding-left: 24px !important;
  }
  .u-pr4\@l {
    padding-right: 32px !important;
  }
  .u-pl4\@l {
    padding-left: 32px !important;
  }
  .u-pr5\@l {
    padding-right: 40px !important;
  }
  .u-pl5\@l {
    padding-left: 40px !important;
  }
  .u-pr6\@l {
    padding-right: 48px !important;
  }
  .u-pl6\@l {
    padding-left: 48px !important;
  }
  .u-pr7\@l {
    padding-right: 56px !important;
  }
  .u-pl7\@l {
    padding-left: 56px !important;
  }
  .u-pr8\@l {
    padding-right: 64px !important;
  }
  .u-pl8\@l {
    padding-left: 64px !important;
  }
  .u-pr9\@l {
    padding-right: 72px !important;
  }
  .u-pl9\@l {
    padding-left: 72px !important;
  }
  .u-pr10\@l {
    padding-right: 80px !important;
  }
  .u-pl10\@l {
    padding-left: 80px !important;
  }
  .u-pr11\@l {
    padding-right: 88px !important;
  }
  .u-pl11\@l {
    padding-left: 88px !important;
  }
  .u-pr12\@l {
    padding-right: 96px !important;
  }
  .u-pl12\@l {
    padding-left: 96px !important;
  }
  .u-pr13\@l {
    padding-right: 104px !important;
  }
  .u-pl13\@l {
    padding-left: 104px !important;
  }
  .u-pr14\@l {
    padding-right: 112px !important;
  }
  .u-pl14\@l {
    padding-left: 112px !important;
  }
  .u-pr15\@l {
    padding-right: 120px !important;
  }
  .u-pl15\@l {
    padding-left: 120px !important;
  }
  .u-pr16\@l {
    padding-right: 128px !important;
  }
  .u-pl16\@l {
    padding-left: 128px !important;
  }
  .u-pr17\@l {
    padding-right: 136px !important;
  }
  .u-pl17\@l {
    padding-left: 136px !important;
  }
  .u-pr18\@l {
    padding-right: 144px !important;
  }
  .u-pl18\@l {
    padding-left: 144px !important;
  }
  .u-pr19\@l {
    padding-right: 152px !important;
  }
  .u-pl19\@l {
    padding-left: 152px !important;
  }
  .u-pr20\@l {
    padding-right: 160px !important;
  }
  .u-pl20\@l {
    padding-left: 160px !important;
  }
}
@media screen and (min-width: 1600px) {
  .u-pr1\@xl {
    padding-right: 8px !important;
  }
  .u-pl1\@xl {
    padding-left: 8px !important;
  }
  .u-pr2\@xl {
    padding-right: 16px !important;
  }
  .u-pl2\@xl {
    padding-left: 16px !important;
  }
  .u-pr3\@xl {
    padding-right: 24px !important;
  }
  .u-pl3\@xl {
    padding-left: 24px !important;
  }
  .u-pr4\@xl {
    padding-right: 32px !important;
  }
  .u-pl4\@xl {
    padding-left: 32px !important;
  }
  .u-pr5\@xl {
    padding-right: 40px !important;
  }
  .u-pl5\@xl {
    padding-left: 40px !important;
  }
  .u-pr6\@xl {
    padding-right: 48px !important;
  }
  .u-pl6\@xl {
    padding-left: 48px !important;
  }
  .u-pr7\@xl {
    padding-right: 56px !important;
  }
  .u-pl7\@xl {
    padding-left: 56px !important;
  }
  .u-pr8\@xl {
    padding-right: 64px !important;
  }
  .u-pl8\@xl {
    padding-left: 64px !important;
  }
  .u-pr9\@xl {
    padding-right: 72px !important;
  }
  .u-pl9\@xl {
    padding-left: 72px !important;
  }
  .u-pr10\@xl {
    padding-right: 80px !important;
  }
  .u-pl10\@xl {
    padding-left: 80px !important;
  }
  .u-pr11\@xl {
    padding-right: 88px !important;
  }
  .u-pl11\@xl {
    padding-left: 88px !important;
  }
  .u-pr12\@xl {
    padding-right: 96px !important;
  }
  .u-pl12\@xl {
    padding-left: 96px !important;
  }
  .u-pr13\@xl {
    padding-right: 104px !important;
  }
  .u-pl13\@xl {
    padding-left: 104px !important;
  }
  .u-pr14\@xl {
    padding-right: 112px !important;
  }
  .u-pl14\@xl {
    padding-left: 112px !important;
  }
  .u-pr15\@xl {
    padding-right: 120px !important;
  }
  .u-pl15\@xl {
    padding-left: 120px !important;
  }
  .u-pr16\@xl {
    padding-right: 128px !important;
  }
  .u-pl16\@xl {
    padding-left: 128px !important;
  }
  .u-pr17\@xl {
    padding-right: 136px !important;
  }
  .u-pl17\@xl {
    padding-left: 136px !important;
  }
  .u-pr18\@xl {
    padding-right: 144px !important;
  }
  .u-pl18\@xl {
    padding-left: 144px !important;
  }
  .u-pr19\@xl {
    padding-right: 152px !important;
  }
  .u-pl19\@xl {
    padding-left: 152px !important;
  }
  .u-pr20\@xl {
    padding-right: 160px !important;
  }
  .u-pl20\@xl {
    padding-left: 160px !important;
  }
}
.u-pt-none {
  padding-top: 0 !important;
}

.u-pb-none {
  padding-bottom: 0 !important;
}

[class*=u-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.u-width-1-12 {
  width: 8.3333333333%;
}

.u-width-2-12 {
  width: 16.6666666667%;
}

.u-width-3-12 {
  width: 25%;
}

.u-width-4-12 {
  width: 33.3333333333%;
}

.u-width-5-12 {
  width: 41.6666666667%;
}

.u-width-6-12 {
  width: 50%;
}

.u-width-7-12 {
  width: 58.3333333333%;
}

.u-width-8-12 {
  width: 66.6666666667%;
}

.u-width-9-12 {
  width: 75%;
}

.u-width-10-12 {
  width: 83.3333333333%;
}

.u-width-11-12 {
  width: 91.6666666667%;
}

.u-width-12-12 {
  width: 100%;
}

@media screen and (min-width: 376px) {
  .u-width-1-12\@xs {
    width: 8.3333333333%;
  }
  .u-width-2-12\@xs {
    width: 16.6666666667%;
  }
  .u-width-3-12\@xs {
    width: 25%;
  }
  .u-width-4-12\@xs {
    width: 33.3333333333%;
  }
  .u-width-5-12\@xs {
    width: 41.6666666667%;
  }
  .u-width-6-12\@xs {
    width: 50%;
  }
  .u-width-7-12\@xs {
    width: 58.3333333333%;
  }
  .u-width-8-12\@xs {
    width: 66.6666666667%;
  }
  .u-width-9-12\@xs {
    width: 75%;
  }
  .u-width-10-12\@xs {
    width: 83.3333333333%;
  }
  .u-width-11-12\@xs {
    width: 91.6666666667%;
  }
  .u-width-12-12\@xs {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .u-width-1-12\@s {
    width: 8.3333333333%;
  }
  .u-width-2-12\@s {
    width: 16.6666666667%;
  }
  .u-width-3-12\@s {
    width: 25%;
  }
  .u-width-4-12\@s {
    width: 33.3333333333%;
  }
  .u-width-5-12\@s {
    width: 41.6666666667%;
  }
  .u-width-6-12\@s {
    width: 50%;
  }
  .u-width-7-12\@s {
    width: 58.3333333333%;
  }
  .u-width-8-12\@s {
    width: 66.6666666667%;
  }
  .u-width-9-12\@s {
    width: 75%;
  }
  .u-width-10-12\@s {
    width: 83.3333333333%;
  }
  .u-width-11-12\@s {
    width: 91.6666666667%;
  }
  .u-width-12-12\@s {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .u-width-1-12\@m {
    width: 8.3333333333%;
  }
  .u-width-2-12\@m {
    width: 16.6666666667%;
  }
  .u-width-3-12\@m {
    width: 25%;
  }
  .u-width-4-12\@m {
    width: 33.3333333333%;
  }
  .u-width-5-12\@m {
    width: 41.6666666667%;
  }
  .u-width-6-12\@m {
    width: 50%;
  }
  .u-width-7-12\@m {
    width: 58.3333333333%;
  }
  .u-width-8-12\@m {
    width: 66.6666666667%;
  }
  .u-width-9-12\@m {
    width: 75%;
  }
  .u-width-10-12\@m {
    width: 83.3333333333%;
  }
  .u-width-11-12\@m {
    width: 91.6666666667%;
  }
  .u-width-12-12\@m {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .u-width-1-12\@l {
    width: 8.3333333333%;
  }
  .u-width-2-12\@l {
    width: 16.6666666667%;
  }
  .u-width-3-12\@l {
    width: 25%;
  }
  .u-width-4-12\@l {
    width: 33.3333333333%;
  }
  .u-width-5-12\@l {
    width: 41.6666666667%;
  }
  .u-width-6-12\@l {
    width: 50%;
  }
  .u-width-7-12\@l {
    width: 58.3333333333%;
  }
  .u-width-8-12\@l {
    width: 66.6666666667%;
  }
  .u-width-9-12\@l {
    width: 75%;
  }
  .u-width-10-12\@l {
    width: 83.3333333333%;
  }
  .u-width-11-12\@l {
    width: 91.6666666667%;
  }
  .u-width-12-12\@l {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .u-width-1-12\@xl {
    width: 8.3333333333%;
  }
  .u-width-2-12\@xl {
    width: 16.6666666667%;
  }
  .u-width-3-12\@xl {
    width: 25%;
  }
  .u-width-4-12\@xl {
    width: 33.3333333333%;
  }
  .u-width-5-12\@xl {
    width: 41.6666666667%;
  }
  .u-width-6-12\@xl {
    width: 50%;
  }
  .u-width-7-12\@xl {
    width: 58.3333333333%;
  }
  .u-width-8-12\@xl {
    width: 66.6666666667%;
  }
  .u-width-9-12\@xl {
    width: 75%;
  }
  .u-width-10-12\@xl {
    width: 83.3333333333%;
  }
  .u-width-11-12\@xl {
    width: 91.6666666667%;
  }
  .u-width-12-12\@xl {
    width: 100%;
  }
}
.u-background-white {
  background-color: #fff;
}

.u-background {
  background-color: #F2ECE5;
}

.u-image-rounded {
  border-radius: 15px;
}
.u-image-rounded-xs {
  border-radius: 5px;
}
.u-image-rounded-s {
  border-radius: 10px;
}
.u-image-rounded-m {
  border-radius: 15px;
}
.u-image-rounded-l {
  border-radius: 20px;
}

.u-image-top-left-rounded {
  border-top-left-radius: 15px;
}

.u-image-top-right-rounded {
  border-top-right-radius: 15px;
}

.u-image-bottom-left-rounded {
  border-bottom-left-radius: 15px;
}

.u-image-bottom-right-rounded {
  border-bottom-right-radius: 15px;
}

.u-image-border {
  border: 3px solid #DBDBDB;
}
.u-image-border--black {
  border-color: #333333;
}

.u-unique-image {
  max-width: calc(100% + 20px) !important;
  left: -10px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .u-unique-image {
    max-width: 100% !important;
  }
}

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.u-flower-black-xs {
  display: inline-block;
  animation: 4s linear 2s infinite alternate both rotate360;
}
.u-flower-black-xs::before {
  content: url("assets/img/flower-black-xs.svg");
}

.u-flower-black-s {
  display: inline-block;
  animation: 10s linear 1s infinite alternate both rotate360;
}
.u-flower-black-s::before {
  content: url("assets/img/flower-black-s.svg");
}

.u-flower-brown-m {
  display: inline-block;
  animation: 12s linear 2s infinite alternate both rotate360;
}
.u-flower-brown-m::before {
  content: url("assets/img/flower-brown-m.svg");
}

.u-flower-yellow-m {
  display: inline-block;
  animation: 8s linear infinite alternate both rotate360;
}
.u-flower-yellow-m::before {
  content: url("assets/img/flower-yellow-m.svg");
}

.u-popup-image {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .u-popup-image {
    padding: 10px;
  }
}

.u-doctor__image {
  width: 242px;
}
@media screen and (min-width: 640px) {
  .u-doctor__image {
    width: auto;
  }
}

.u-position-relative {
  position: relative;
}

@media screen and (min-width: 376px) {
  .u-position-relative\@xs {
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .u-position-relative\@s {
    position: relative;
  }
}

@media screen and (min-width: 960px) {
  .u-position-relative\@m {
    position: relative;
  }
}

@media screen and (min-width: 1200px) {
  .u-position-relative\@l {
    position: relative;
  }
}

@media screen and (min-width: 1600px) {
  .u-position-relative\@xl {
    position: relative;
  }
}

.u-position-absolute {
  position: absolute;
}

@media screen and (min-width: 376px) {
  .u-position-absolute\@xs {
    position: absolute;
  }
}

@media screen and (min-width: 640px) {
  .u-position-absolute\@s {
    position: absolute;
  }
}

@media screen and (min-width: 960px) {
  .u-position-absolute\@m {
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .u-position-absolute\@l {
    position: absolute;
  }
}

@media screen and (min-width: 1600px) {
  .u-position-absolute\@xl {
    position: absolute;
  }
}

.u-position-fixed {
  position: fixed;
}

@media screen and (min-width: 376px) {
  .u-position-fixed\@xs {
    position: fixed;
  }
}

@media screen and (min-width: 640px) {
  .u-position-fixed\@s {
    position: fixed;
  }
}

@media screen and (min-width: 960px) {
  .u-position-fixed\@m {
    position: fixed;
  }
}

@media screen and (min-width: 1200px) {
  .u-position-fixed\@l {
    position: fixed;
  }
}

@media screen and (min-width: 1600px) {
  .u-position-fixed\@xl {
    position: fixed;
  }
}

.u-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 376px) {
  .u-position-center\@xs {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 640px) {
  .u-position-center\@s {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 960px) {
  .u-position-center\@m {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1200px) {
  .u-position-center\@l {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1600px) {
  .u-position-center\@xl {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.i-icon {
  display: inline-block;
  margin-right: 4px;
}

.i-phone {
  display: inline-block;
}
.i-phone::before {
  content: url("assets/img/i-phone.svg");
}

.i-email {
  display: inline-block;
}
.i-email::before {
  content: url("assets/img/i-email.svg");
}/*# sourceMappingURL=style.css.map */