@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", serif,"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /**font-family: "Noto Serif JP", serif;**/
  color: #576770;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  position: relative;
  margin: 0;
}

main {
  padding-top: 86px;
}

#top main {
  padding-top: 0px;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  opacity: 1;
  transition: .2s;
}

a:active,
a:hover {
  opacity: .4;  
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-footer {
  position: relative;
  width: 100%;
  margin-top: 120px;
  background-image: url(../img/top/img_footerbg.jpg);
  background-size: cover;
  background-position: center;
  color: #576770;
  z-index: 10;
}
.l-footer__inner {
  position: relative;
  width: 880px;
  margin: 0 auto;
  padding-top: 90px;
}
.l-footer__inner__cont_mark {
  position: relative;
  top: -20px;
  width: 420px;
  height: 20px;
  font-size: 10px;
  transform-origin: 0% 100% 0;
  transform: rotate(90deg);
}
.l-footer__inner__cont {
  display: flex;
  margin-top: -20px;
  margin-left: 91px;
}
.l-footer__inner__cont__l {
  width: 33.3%;
}
.l-footer__inner__cont__l__name {
  margin-top: -6px;
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 22px;
}
.l-footer__inner__cont__l__name__sub {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
}
.l-footer__inner__cont__l__name__since {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
}
.l-footer__inner__cont__l__tel {
  margin-top: 16px;
}
.l-footer__inner__cont__l__tel a {
  color: #576770;
  text-decoration: none;
}
.l-footer__inner__cont__l__adress {
  margin-top: 17px;
  font-size: 10px;
}
.l-footer__inner__cont__r {
  display: flex;
  width: 66.7%;
}
.l-footer__inner__cont__r__list {
  width: 50%;
}
.l-footer__inner__cont__r__list a {
  font-size: 13px;
  text-decoration: none;
  color: #576770;
  letter-spacing: -1px;
}
.l-footer__inner__cont__r__list__item {
  margin-bottom: 10px;
}
.l-footer__inner__cont__r__list__item__inlist {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #95acbb;
}
.l-footer__inner__cont__r__list__item__inlist__initem {
  margin-bottom: 5px;
}
.l-footer__inner__cont__r__list__item__inlist__initem :last-child {
  margin-bottom: 0;
}
.l-footer__inner__privacy {
  position: relative;
  top: -124px;
  width: 250px;
  margin-left: 91px;
  letter-spacing: 0.8px;
}
.l-footer__inner__privacy a {
  font-size: 10px;
  text-decoration: none;
  color: #576770;
}
.l-footer__inner__privacy__bnr {
  margin-top: 20px;
  width: 80%;
}
.l-footer__inner__privacy__bnr img {
  width: 100%;
}
.l-footer__inner__privacy__card {
  margin-top: 81px;
}
.l-footer__inner__privacy__card__text {
  font-size: 10px;
}
.l-footer__inner__privacy__card__img {
  width: 140px;
  margin-top: 10px;
}
.l-footer__inner__privacy__card__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 90px;
    background-image: url(../img/top/img_footerbg.png);
  }
  .l-footer__inner {
    width: 100%;
    padding: 21px 10px;
  }
  .l-footer__inner__cont_mark {
    width: 500px;
    font-size: 10px;
  }
  .l-footer__inner__cont {
    flex-wrap: wrap;
    margin-left: 30px;
  }
  .l-footer__inner__cont__l {
    width: 100%;
  }
  .l-footer__inner__cont__l__tel {
    margin-top: 22px;
    font-size: 18px;
  }
  .l-footer__inner__cont__l__adress {
    margin-bottom: 34px;
  }
  .l-footer__inner__cont__r {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-footer__inner__cont__r__list {
    width: 100%;
    margin-left: 10px;
  }
  .l-footer__inner__cont__r__list__item {
    margin-bottom: 2px;
  }
  .l-footer__inner__cont__r__list__item__inlist {
    display: none;
  }
  .l-footer__inner__privacy {
    top: 0;
    width: 100%;
    margin-left: 0px;
    padding-left: 41px;
  }
  .l-footer__inner__privacy__card {
    margin-top: 10px;
  }
}
#top .l-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #top .l-footer {
    margin-top: 0;
  }
}
.l-header {
  position: fixed;
  display: flex;
  text-align: end;
  width: 100%;
  padding: 28px 16px 0 16px;
  padding-top: 28px;
  z-index: 100;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 1130px;
  margin: 0 auto;
}
.l-header__inner__logo {
  margin-right: 20px;
}
.l-header__inner__contents {
  z-index: 10;
}
.l-header__inner__contents__list {
  display: flex;
  margin-top: 6px;
  text-align: left;
}
.l-header__inner__contents__list li {
  display: flex;
  margin-right: 24px;
  font-size: 12px;
}


.l-header__inner__contents__list li:last-child {
  margin-bottom: 0;
}
.l-header__inner__contents__list li a {
  color: #222;
  text-decoration: none;
}


.l-header__inner__contents__list li img {
  width: 13px;
  height: auto;
}
.l-header__inner__contents__list__plus {
  position: relative;
  top: 0;
  display: inline-block;
  width: 11px;
  height: 11px;
  padding-right: 20px;
  cursor: pointer;
}
.l-header__inner__contents__list__plus::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #0e73b9;
}
.l-header__inner__contents__list__plus::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 5px;
  width: 1px;
  height: 11px;
  background-color: #0e73b9;
}
.l-header__inner__contents__list__plus__list {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  position: absolute;
  top: 22px;
  right: -110px;
  width: 210px;
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffffe3;
  box-shadow: 0px 0px 15px -5px #777777;
}


.l-header__inner__contents__list__plus__list li {
  font-size: 11px;
  margin: 0 0 10px 0;
}

.l-header__inner__contents__list__plus__list li :last-child {
  margin-bottom: 0;
}
.l-header__inner__contents__list__plus.active .l-header__inner__contents__list__plus__list, .l-header__inner__contents__list__plus.active .l-header__inner__contents__list__plus__list * {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner__contents__list li:hover .l-header__inner__contents__list__plus__list,
  .l-header__inner__contents__list li:hover .l-header__inner__contents__list__plus__list * {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.l-header__inner__contents__list__plus.active::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .l-header__inner__contents__list li:hover .l-header__inner__contents__list__plus::after {
    content: none;
  }
}
.l-header__inner__btn {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.l-header__inner__btn__cover {
  position: absolute;
  top: -1485px;
  left: -1485px;
  display: none;
  width: 3000px;
  height: 3000px;
  border-radius: 10000px;
  background-color: #fff;
  z-index: 100;
  transition: 0.3s ease;
}

.landscape .p-firstview__top__mainCopy {
  top: 14%;
  right: 14%;
  width: 15%;
}
.landscape .p-firstview__top__mainCopy img {
  width: 100%;
}
.landscape .p-firstview__top__conversion {
  bottom: 10px;
  width: 10%;
}
.landscape .p-firstview__top__conversion img {
  width: 100%;
}
.landscape .p-firstview__top__btnArea__txt {
  width: 40%;
}
.landscape .p-firstview__top__btnArea__txt img {
  width: 100%;
}
.landscape .p-firstview__low__txt {
  top: 10px;
}
.landscape .p-firstview__low__txt__mainCopy {
  font-size: 14px;
}
.landscape .p-firstview__low__txt__disc {
  line-height: unset;
}

@media screen and (max-width: 767px) {
  .-show body {
    overflow: hidden;
  }
  .l-header {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-header__inner {
    width: 100%;
  }
  .l-header__inner__contents {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    animation-name: headeranimation_contents_close;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .l-header__inner__contents__list {
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 70px;
  }
  .l-header__inner__contents__list li {
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0px;
    padding: 2px 0 10px;
  }
  .l-header__inner__contents__list li a {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .l-header__inner__contents__list__plus {
    width: 100%;
    height: auto;
  }
  .l-header__inner__contents__list__plus::before, .l-header__inner__contents__list__plus::after {
    content: none;
  }
  .l-header__inner__contents__list__plus__list {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    position: unset;
    background-color: transparent;
    border-left: 1px solid #a2bed0;
    box-shadow: none;
    margin: 8px 0 5px 5px;
    padding: 5px 10px 0;
    border-radius: 0px;
    width: 100%;
  }
  .l-header__inner__btn {
    display: block;
    position: absolute;
    right: 0;
  }
  .l-header__inner__btn__icon {
    position: relative;
    top: 3px;
    width: 30px;
    height: 30px;
    transform-origin: center center;
  }
  .l-header__inner__btn__icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 31px;
    height: 1px;
    background-color: #0e73b9;
  }
  .l-header__inner__btn__icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 1px;
    height: 31px;
    background-color: #0e73b9;
  }
  .-show .l-header {
    opacity: 0.9;
    animation-name: headeranimation_header_open;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .-show .l-header__inner__contents {
    display: block;
    position: absolute;
    top: 36px;
    left: -20px;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.9);
    animation-name: headeranimation_contents_open;
    animation-duration: 0.7s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
  }
  .-show .l-header__inner__contents__list {
    filter: blur(10px);
    animation-name: headeranimation_list_open;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
  }
  .-show .l-header__inner__btn__cover {
    position: absolute;
    display: block;
    animation-name: headeranimation_cover_open;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  .-show .l-header__inner__btn__icon {
    transform: rotate(45deg);
  }
}
@keyframes headeranimation_cover_open {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  20% {
    transform: scale(0.03);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    transform: scale(1);
  }
  99% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes headeranimation_contents_open {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes headeranimation_header_open {
  0% {
    opacity: 1;
    background-color: transparent;
  }
  99% {
    opacity: 1;
    background-color: transparent;
  }
  100% {
    opacity: 0.9;
    background-color: #fff;
  }
}
@keyframes headeranimation_list_open {
  0% {
    filter: blur(100px);
  }
  90% {
    filter: blur(100px);
  }
  100% {
    filter: blur(0px);
  }
}
.l-wrapper {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrapper2 {
  position: relative;
  width: 100%;
  min-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .l-wrapper2 {
    min-width: 100%;
  }
}
.c-pc2colsp1col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-pc2colsp1col__cont {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.c-pc2colsp1col__cont:nth-child(2n) {
  margin-right: 0px;
}
.c-pc2colsp1col__cont:nth-last-child(1), .c-pc2colsp1col__cont:nth-last-child(2):nth-child(2n+1), .c-pc2colsp1col__cont:nth-last-child(2):nth-child(2n+2) {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .c-pc2colsp1col__cont {
    width: 100%;
    margin-right: 0px;
  }
  .c-pc2colsp1col__cont:nth-child(2n) {
    margin-right: 0px;
  }
  .c-pc2colsp1col__cont:nth-last-child(1), .c-pc2colsp1col__cont:nth-last-child(2):nth-child(2n+1), .c-pc2colsp1col__cont:nth-last-child(2):nth-child(2n+2) {
    margin-bottom: 20px;
  }
  .c-pc2colsp1col__cont:last-child {
    margin-bottom: 0px;
  }
}
.c-pc3colsp1col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-pc3colsp1col__cont {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 70px;
}
.c-pc3colsp1col__cont:nth-child(3n) {
  margin-right: 0px;
}
.c-pc3colsp1col__cont:nth-last-child(1), .c-pc3colsp1col__cont:nth-last-child(2):nth-child(3n+1), .c-pc3colsp1col__cont:nth-last-child(2):nth-child(3n+2), .c-pc3colsp1col__cont:nth-last-child(3):nth-child(3n+1) {
  margin-bottom: 0px;
}
.c-pc3colsp1col__title {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .c-pc3colsp1col__cont {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .c-pc3colsp1col__cont:nth-child(3n) {
    margin-right: 0px;
  }
  .c-pc3colsp1col__cont:nth-last-child(1), .c-pc3colsp1col__cont:nth-last-child(2):nth-child(3n+1), .c-pc3colsp1col__cont:nth-last-child(2):nth-child(3n+2), .c-pc3colsp1col__cont:nth-last-child(3):nth-child(3n+1) {
    margin-bottom: 20px;
  }
  .c-pc3colsp1col__cont:last-child {
    margin-bottom: 0px;
  }
}
.c-pc4colsp1col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-pc4colsp1col__cont {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.c-pc4colsp1col__cont:nth-child(4n) {
  margin-right: 0px;
}
.c-pc4colsp1col__cont:nth-last-child(1), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+1), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+2), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+3), .c-pc4colsp1col__cont:nth-last-child(3):nth-child(4n+1), .c-pc4colsp1col__cont:nth-last-child(3):nth-child(4n+2), .c-pc4colsp1col__cont:nth-last-child(4):nth-child(4n+1) {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .c-pc4colsp1col__cont {
    width: 100%;
    margin-right: 0px;
  }
  .c-pc4colsp1col__cont:nth-child(4n) {
    margin-right: 0px;
  }
  .c-pc4colsp1col__cont:nth-last-child(1), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+1), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+2), .c-pc4colsp1col__cont:nth-last-child(2):nth-child(4n+3), .c-pc4colsp1col__cont:nth-last-child(3):nth-child(4n+1), .c-pc4colsp1col__cont:nth-last-child(3):nth-child(4n+2), .c-pc4colsp1col__cont:nth-last-child(4):nth-child(4n+1) {
    margin-bottom: 20px;
  }
  .c-pc4colsp1col__cont:last-child {
    margin-bottom: 0px;
  }
}
.c-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-img img {
    width: 100%;
  }
}
.c-headTitle {
  position: relative;
  display: flex;
  width: 100%;
  height: 262px;
  margin-top: 180px;
}
.c-headTitle__nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  padding-left: 5px;
  margin-bottom: 26px;
  font-size: 10px;
  white-space: normal;
}

.c-headTitle__nav li {
  position: relative;
  padding-right: 41px;
  font-size: 12px;
  line-height: 1.5;
}
.c-headTitle__nav li:last-child {
  padding-right: 0;
}
.c-headTitle__nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #0b73b9;
}
.c-headTitle__nav li span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 18px;
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: #0b73b9;
}
.c-headTitle__nav li:last-child::after {
  content: none;
}
.c-headTitle__nav li:last-child span::after {
  content: none;
}
.c-headTitle__title {
  font-size: 38px;
  letter-spacing: 2px;
}
.c-headTitle__search {
  position: absolute;
  bottom: 0;
  margin-left: 6px;
  padding: 3px 30px 3px 10px;
  font-size: 18px;
  letter-spacing: 1.5px;
  border: 1px solid #0e73b9;
}
.c-headTitle__search span {
  color: #0e73b9;
}
.c-headTitle__search span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 17px;
  height: 1px;
  background-color: #0e73b9;
}
.c-headTitle__search span::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 14.5px;
  display: block;
  width: 1px;
  height: 17px;
  background-color: #0e73b9;
}

@media screen and (max-width: 767px) {
  .c-headTitle {
    margin-top: 50px;
    height: auto;
  }
  .c-headTitle__title {
    font-size: 28px;
  }
}
#faq .c-headTitle {
  height: 301px;
}

@media screen and (max-width: 767px) {
  #faq .c-headTitle {
    height: auto;
    letter-spacing: 1px;
  }
  #faq .c-headTitle__search {
    display: inline-block;
    position: relative;
    font-size: 12px;
    padding: 3px 23px 3px 10px;
  }
  #faq .c-headTitle__search span {
    font-size: 12px;
  }
  #faq .c-headTitle__search span::before {
    width: 11px;
  }
  #faq .c-headTitle__search span::after {
    top: 7px;
    right: 11.5px;
    height: 11px;
  }
}
.c-imgScatter {
  position: relative;
}
.c-imgScatter__about01 {
  position: absolute;
  top: 20px;
  right: 260px;
}
.c-imgScatter__about02 {
  position: absolute;
  top: 200px;
  right: 0;
}
.c-imgScatter__guidance01 {
  position: absolute;
  top: 20px;
  right: 300px;
  width: 200px;
}

.c-imgScatter__guidance01 img{
  width: 100%;
}
.c-imgScatter__guidance02 {
  position: absolute;
  top: 230px;
  width: 280px;
  right: 0;
}
.c-imgScatter__guidance02 img {
  width: 100%;
}

.c-noteList {
  width: 100%;
  height: 174px;
  overflow-y: scroll;
}
.c-noteList__list {
  position: relative;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.c-noteList__list:first-child {
  padding-top: 0;
}
.c-noteList__list::before {
  content: "";
  position: relative;
  top: 14px;
  display: block;
  margin-left: 9px;
  margin-right: 11px;
  width: 6px;
  height: 1px;
  background-color: #0e73b9;
}
.c-noteList__list__cont__title {
  font-size: 12px;
  letter-spacing: 1.3px;
}
.c-noteList__list__cont__amendment {
  margin-top: 4px;
  color: #a7b6be;
  font-size: 10px;
}

.c-title02 {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 17px;
  }
}
.c-title03 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-title03 {
    font-size: 14px;
  }
}
.c-readmore {
  position: relative;
  padding-right: 36px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: YuMincho, "Yu Mincho", sans-serif;
  text-decoration: none;
  color: #0b73b9;
}
.c-readmore:hover::before {
  right: -10px;
}
.c-readmore:hover::after {
  right: -2px;
}
.c-readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #0b73b9;
  transition: 0.3s ease;
}
.c-readmore::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 1px;
  height: 12px;
  background-color: #0b73b9;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) {
  .c-readmore {
    padding-right: 26px;
    font-size: 10px;
  }
  .c-readmore:hover::before {
    right: 0px;
  }
  .c-readmore:hover::after {
    right: 4px;
  }
  .c-readmore::before {
    width: 20px;
  }
  .c-readmore::after {
    right: 4px;
    top: calc(50% - 5px);
    height: 10px;
  }
}
.p-accordion {
  width: 100%;
}
.p-accordion__list {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.p-accordion__list:first-child {
  padding-top: 0;
}
.p-accordion__list__q {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.p-accordion__list__q::after {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/compnent/img_listicon.png);
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 0.2s ease;
}
.p-accordion__list__q.active::after {
  transform: rotate(45deg);
}
.p-accordion__list__q__title {
  width: 20%;
}
.p-accordion__list__q__title span {
  display: inline-block;
  padding: 4px 22px;
  font-size: 12px;
  color: #0e73b9;
  border: 1px solid #0e73b9;
}
.p-accordion__list__q__txt {
  width: 80%;
  font-size: 13px;
}
.p-accordion__list__a {
  display: none;
  padding-top: 20px;
  padding-left: 20%;
  color: #0e73b9;
  font-size: 14px;
  font-weight: normal;
}
.p-accordion__list__a p {
  color: #005d9d;
  margin: 0 0 10px 0;
  line-height: 1.8;
}


@media screen and (max-width: 767px) {
  .p-accordion__list__q__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .p-accordion__list__q__title:last-child {
    margin-bottom: 0;
  }
  .p-accordion__list__q__txt {
    font-size: 14px;
  }
  .p-accordion__list__a p {
    font-size: 14px;
}

  .p-accordion__list__a {
    padding-top: 20px;
    padding-left: 0;
    font-size: 10px;
  }
}
.p-firstview {
  background-color: #c4c4c4;
}
.p-firstview__top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.p-firstview__top__mainCopy {
  position: absolute;
  top: 120px;
  right: 12%;
}
.p-firstview__top__conversion {
  position: absolute;
  bottom: 20px;
  right: 2%;
  cursor: pointer;
}
.p-firstview__top__conversion:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.p-firstview__top__btnArea {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.p-firstview__top__btnArea__txt {
  width: 50%;
  padding-left: 5%;
}
.p-firstview__low {
  position: relative;
  width: 880px;
  margin: 0 auto;
  z-index: 2;
}
.p-firstview__low__txt {
  position: absolute;
  top: 100px;
  right: 78px;
  width: 35%;
}
.p-firstview__low__txt__disc {
  line-height: 1.8em;
}
.p-firstview__cover {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
}
.p-firstview__img {
  width: 100%;
  background-image: url(../img/top/img_mv_pc.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(0px);
}

@media screen and (max-width: 767px) {
  .p-firstview__top {
    width: 100%;
  }
  .p-firstview__top__mainCopy {
    top: 12vh;
    right: 5%;
  }
  .p-firstview__top__conversion {
    bottom: 12vh;
    right: 3%;
  }
  .p-firstview__top__btnArea {
    width: 100%;
  }
  .p-firstview__top__btnArea__txt {
    width: 90%;
    padding-left: 2%;
  }
  .p-firstview__top__btnArea__txt img {
    max-width: 100%;
  }
  .p-firstview__low {
    width: 100%;
  }
  .p-firstview__low__txt {
    top: 100px;
    right: auto;
    width: auto;
    margin-left: 20px;
    color: #fff;
  }
  .p-firstview__low__txt * {
    color: #fff;
  }
  .p-firstview__img {
    background-image: url(../img/top/img_mv_sp.jpg);
  }
}
.p-secondview {
  width: 100%;
  height: 340px;
  background-image: url(../img/top/img_03.jpg);
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
}

.p-content {
  position: relative;
}
.p-content__title {
  position: relative;
  font-size: 30px;
  font-weight: normal;
}
.p-content__title span {
  position: relative;
  z-index: 2;
}
.p-content__title.features {
  margin-bottom: 50px;
}
.p-content__title.features::after {
  content: "FEATURES";
  display: block;
  width: 100%;
  position: absolute;
  top: -82px;
  font-size: 110px;
  color: #f5f5f5;
  letter-spacing: 17px;
  z-index: 1;
}
.p-content__title.news::after {
  content: "NEWS";
  display: block;
  position: absolute;
  top: -71px;
  right: -34px;
  font-size: 113px;
  letter-spacing: 14px;
  color: #f5f5f5;
  z-index: 1;
}
.p-content__title.treatment {
  margin-top: 100px;
}
.p-content__title.treatment::after {
  content: "TREATMENT";
  display: block;
  position: absolute;
  width: 100%;
  top: -138px;
  font-size: 114px;
  letter-spacing: 13px;
  color: #f5f5f5;
  z-index: 1;
}
.p-content__title.youtube {
  margin-top: 100px;
}
.p-content__title.youtube::after {
  content: "YOUTUBE";
  display: block;
  position: absolute;
  top: -10vw;
  font-size: 7.9vw;
  letter-spacing: 26px;
  color: #f5f5f5;
  z-index: 1;
}
.p-content__bgimg {
  position: relative;
}
.p-content__bgimg__01, .p-content__bgimg__02 {
  position: absolute;
}
.p-content__bgimg__01 {
  top: -250px;
  left: -116px;
  width: 356px;
  height: 367px;
  z-index: -1;
}
.p-content__bgimg__01 img {
  position: relative;
  top: -100px;
  width: 100%;
}
.p-content__bgimg__02 {
  top: -525px;
  right: -114px;
  width: 218px;
  height: 360px;
}
.p-content__bgimg__02 img {
  width: 100%;
}
.p-content__bgimg__treatment01 {
  position: absolute;
  top: -120px;
  right: 0px;
  width: 259px;
  height: 510px;
}
.p-content__bgimg__treatment01 img {
  width: 100%;
}
.p-content__bgimg__treatment02 {
  position: absolute;
  top: 193px;
  right: -120px;
  width: 190px;
  height: 488px;
}
.p-content__bgimg__treatment02 img {
  width: 100%;
}
.p-content__scroll {
  display: flex;
  width: 100%;
  margin-top: 12px;
  overflow-x: scroll;
}
.p-content__scroll__list {
  margin-right: 22px;
}
.p-content__scroll__list:last-child {
  margin-right: 0px;
}
.p-content__scroll__list img {
  width: 266px;
}

.fagirity {
  position: relative;
  overflow: hidden;
}
.fagirity::after {
  content: "FAGIRITY";
  display: block;
  position: absolute;
  bottom: -70px;
  right: 10px;
  font-size: 135px;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-content__title {
    font-size: 17px;
  }
  .p-content__title.features {
    margin-bottom: 30px;
  }
  .p-content__title.features::after {
    top: -23px;
    font-size: 12vw;
    letter-spacing: 0.6rem;
  }
  .p-content__title.news::after {
    top: -13vw;
    right: 0;
    font-size: 15vw;
    color: #fff;
  }
  .p-content__title.treatment {
    margin-top: 0;
  }
  .p-content__title.treatment::after {
    top: -8vw;
    left: 0;
    font-size: 12vw;
    letter-spacing: 0.25rem;
  }
  .p-content__title.youtube::after {
    top: -16vw;
    font-size: 12vw;
    letter-spacing: 0.6rem;
  }
  .p-content__scroll {
    margin-right: 14px;
  }
  .p-content__scroll img {
    width: 146px;
  }
  .fagirity {
    position: relative;
  }
  .fagirity::after {
    content: "FAGIRITY";
    display: block;
    position: absolute;
    bottom: -5vw;
    right: 0px;
    font-size: 15vw;
    color: #fff;
    z-index: 1;
  }
}
.p-news {
  width: 100%;
  text-align: left;
}
.p-news__list {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.p-news__list :last-child {
  margin-bottom: 0;
}
.p-news__list__data {
  min-width: 90px;
  color: #a7b6be;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-right: 8px;
}
.p-news__list__category {
  min-width: 100px;
  border: 1px solid #0b73b9;
  text-align: center;
  margin-right: 8px;
  font-size: 11px;
  padding: 3px 8px;
}
.p-news__list__category span {
  color: #0b73b9;
  white-space: nowrap;
}
.p-news__list__txt {
  font-size: 12px;
  color: #576770;
}

@media screen and (max-width: 767px) {
  .p-news__list {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .p-news__list__data {
    min-width: 20%;
    font-size: 10px;
  }
  .p-news__list__category {
    padding: 2px 4px;
  }
  .p-news__list__category span {
    display: inline-block;
    font-size: 10px;
  }
  .p-news__list__txt {
    width: 100%;
    padding: 8px 0;
    font-size: 10px;
    color: #222;
  }
}
.p-pointList {
  width: 100%;
}
.p-pointList__list {
  position: relative;
  left: 0;
  padding: 30px 30px 4px 49px;
  font-size: 24px;
  text-indent: -40px;
  line-height: 28px;
  border-bottom: 1px solid #dae7ef;
  transition: 0.3s ease;
}
.p-pointList__list::before {
  content: attr(data-num);
  font-size: 17px;
  padding-right: 9px;
}
.p-pointList__list:hover {
  left: 20px;
}
.p-pointList__list__r {
  position: absolute;
  top: 58px;
  right: 0;
  color: #90a4af;
}

@media screen and (max-width: 767px) {
  .p-pointList {
    width: 100%;
  }
  .p-pointList__list {
    padding: 10px 10px 4px 24px;
    font-size: 17px;
    text-indent: -27px;
    border-bottom: 1px solid #f5f5f5;
  }
  .p-pointList__list::before {
    padding-right: 6px;
    font-size: 13px;
  }
  .p-pointList__list:hover {
    left: auto;
  }
}
#about .p-pointList__list {
  padding: 30px 30px 16px 49px;
}

.p-dotList li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-dotList li::before {
  content: "・";
}

.p-cautionList li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-cautionList li::before {
  content: "※";
}

.p-infomation {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url(../img/top/img_07.jpg);
  background-size: cover;
}
.p-infomation__cont {
  position: absolute;
  right: 0px;
  width: 384px;
  height: 450px;
  padding: 0px 25px;
  background-color: #fff;
  line-height: 16px;
}
.p-infomation__cont__name {
  font-size: 38px;
  letter-spacing: 9px;
  margin-bottom: 20px;
}
.p-infomation__cont__name span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.p-infomation__cont__open {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .p-infomation {
    height: auto;
    background-image: none;
  }
  .p-infomation__cont {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .p-infomation__cont__name {
    font-size: 10vw;
    line-height: 100%;
  }
  .p-infomation__cont__open {
    width: 100%;
  }
  .p-infomation__cont__open img {
    width: 100%;
  }
}
.p-scrollBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 300px;
  cursor: pointer;
  display: none;
}
.p-scrollBtn span {
  position: relative;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  transition: 0.3s ease;
}
.p-scrollBtn span::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.p-scrollBtn:hover span {
  top: 26%;
}

@media screen and (max-width: 767px) {
  .p-scrollBtn {
    width: 70px;
    height: 70px;
  }
  .p-scrollBtn span::after {
    top: 11px;
    left: -11px;
    width: 22px;
    height: 22px;
  }
  .p-scrollBtn:hover span {
    top: 0;
  }
}
.fagirity_guidance {
  position: relative;
  overflow: hidden;
}
.fagirity_guidance::after {
  content: "FAGIRITY";
  display: block;
  position: absolute;
  bottom: 28px;
  right: 0px;
  font-size: 135px;
  font-weight: bold;
  color: #fff;
  line-height: 2.9rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .fagirity_guidance::after {
    position: absolute;
    bottom: -1.5vw;
    font-size: 15vw;
  }
}
.treatment_implant {
  position: relative;
  padding-top: 100px;
}
.treatment_implant::after {
  content: "TREATMENT";
  display: block;
  position: absolute;
  top: 30px;
  width: 100%;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 2.9rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .treatment_implant::after {
    position: absolute;
    font-size: 13vw;
  }
}
.p-confirm {
  padding: 30px;
  border-radius: 8px;
}

.p-confirm__left,
.p-confirm__right {
  width: auto;
}

.p-list {
  width: auto;
  font-size: 13px;
}
.p-list li {
  padding-top: 8px;
}
.p-list li::before {
  content: "・";
}

.p-treatment {
  display: flex;
}
.p-treatment__left, .p-treatment__right {
  width: 50%;
  padding: 32px 8px;
}
.p-treatment__content {
  display: flex;
  margin-top: 8px;
  padding: 6px 0;
}
.p-treatment__content__left {
  width: 20%;
  color: #0b73b9;
}
.p-treatment__content__right {
  width: 80%;
}
.p-treatment__price {
  display: flex;
  margin-top: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #dae7ef;
}
.p-treatment__price__left {
  width: 50%;
  color: #0b73b9;
}
.p-treatment__price__right {
  width: 50%;
  text-align: right;
}
.p-treatment__implant {
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .p-treatment {
    flex-direction: column;
  }
  .p-treatment__left, .p-treatment__right {
    width: 100%;
  }
  .p-treatment__content__left {
    width: 30%;
  }
  .p-treatment__content__right {
    width: 70%;
  }
  .p-treatment__implant {
    padding: 0 0 32px 0;
  }
}
.p-consultation__content__title {
  font-size: 20px;
  font-weight: bold;
}
.p-consultation__content ul {
  margin-top: 16px;
}
.p-consultation__content ul li {
  margin-top: 48px;
}
.p-consultation__container {
  display: flex;
}
.p-consultation__container__left {
  width: 30%;
  margin-right: 16px;
}
.p-consultation__container__right {
  width: 70%;
}
.p-consultation__container__title {
  font-size: 20px;
}
.p-consultation__container__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;

}
.p-consultation__container__link {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.p-consultation__container__link a {
  color: #0b73b9;
}
.p-consultation__container__link span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #0b73b9;
  margin-left: 16px;
}
.p-consultation__container__link span::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #0b73b9;
  top: -5px;
  left: 70%;
}

@media screen and (max-width: 768px) {
  .p-consultation__content__title {
    border-bottom: 1px solid #0b73b9;
    padding-bottom: 16px;
  }
  .p-consultation__container {
    flex-direction: column;
  }
  .p-consultation__container__left {
    width: 100%;
    margin-right: 0px;
  }
  .p-consultation__container__right {
    width: 100%;
  }
  .p-consultation__container__title {
    margin-top: 16px;
  }
  .p-consultation__container__desc {
    margin-top: 16px;
  }
  .p-consultation__container__link {
    margin-top: 16px;
  }
}
#about .p-infomation {
  position: relative;
  height: auto;
  background-image: url(../img/about/img_about_03.jpg);
  background-size: cover;
}
#about .p-infomation__cont {
  position: relative;
  left: 323px;
  width: 560px;
  height: auto;
  padding: 55px 25px;
}
#about .p-pointList__list::before {
  color: #0b73b9;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #about .p-infomation {
    height: auto;
    background-image: none;
  }
  #about .p-infomation__cont {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.u-fs10 {
  font-size: 10px;
  line-height: 1.3;
}

.u-fs11 {
  font-size: 11px;
}

.u-fs12 {
  font-size: 12px;
}

.u-fs13 {
  font-size: 13px;
}

.u-fs14 {
  font-size: 14px;
}

.u-fs20 {
  font-size: 20px;
}

p.u-lh24sp.u-fs10sp {
  font-size: 13px;
  line-height: 1.8;
}

.u-fs22 {
  font-size: 22px;
}

.u-fs23 {
  font-size: 23px;
}

.u-fs24 {
  font-size: 24px;
}

.u-fs28 {
  font-size: 28px;
}

.u-fs30 {
  font-size: 30px;
}

.u-fs38 {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .u-fs10sp {
    font-size: 10px;
  }
  .u-fs14sp {
    font-size: 14px;
  }
  .u-fs17sp {
    font-size: 17px;
  }
}
.u-fwb {
  font-weight: bold;
}

.u-fcBlur {
  color: #0b73b9 !important;
}

.u-fcGray {
  color: #a7b6be !important;
  line-height: 1.6;
    letter-spacing: 0.1em;
}

.u-ls1_5 {
  letter-spacing: 1.5px;
}

.u-ls2 {
  letter-spacing: 2px;
}

.u-ls3_4 {
  letter-spacing: 3.4px;
}

@media screen and (max-width: 767px) {
  .u-ls0_15 {
    letter-spacing: 0.15rem;
  }
}
.u-lh17 {
  line-height: 17px;
}

.u-lh18 {
  line-height: 18px;
}

.u-lh20 {
  line-height: 20px;
}

.u-lh36 {
  line-height: 36px;
}

.u-lh40 {
  line-height: 40px;
}

.u-lh42 {
  line-height: 42px;
}

.u-lh70 {
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .u-lh24sp {
    line-height: 24px;
  }
  .u-lh35sp {
    line-height: 35px;
  }
  .u-lh38sp {
    line-height: 38px;
  }
}
.u-mT0 {
  margin-top: 0px !important;
}

.u-mT2 {
  margin-top: 2px !important;
}

.u-mT4 {
  margin-top: 4px !important;
}

.u-mT6 {
  margin-top: 6px !important;
}

.u-mT8 {
  margin-top: 8px !important;
}

.u-mT10 {
  margin-top: 10px !important;
}

.u-mT12 {
  margin-top: 12px !important;
}

.u-mT14 {
  margin-top: 14px !important;
}

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

.u-mT18 {
  margin-top: 18px !important;
}

.u-mT20 {
  margin-top: 20px !important;
}

.u-mT22 {
  margin-top: 22px !important;
}

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

.u-mT26 {
  margin-top: 26px !important;
}

.u-mT28 {
  margin-top: 28px !important;
}

.u-mT30 {
  margin-top: 30px !important;
}

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

.u-mT34 {
  margin-top: 34px !important;
}

.u-mT36 {
  margin-top: 36px !important;
}

.u-mT38 {
  margin-top: 38px !important;
}

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

.u-mT42 {
  margin-top: 42px !important;
}

.u-mT44 {
  margin-top: 44px !important;
}

.u-mT46 {
  margin-top: 46px !important;
}

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

.u-mT50 {
  margin-top: 50px !important;
}

.u-mT52 {
  margin-top: 52px !important;
}

.u-mT54 {
  margin-top: 54px !important;
}

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

.u-mT58 {
  margin-top: 58px !important;
}

.u-mT60 {
  margin-top: 60px !important;
}

.u-mT62 {
  margin-top: 62px !important;
}

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

.u-mT66 {
  margin-top: 66px !important;
}

.u-mT68 {
  margin-top: 68px !important;
}

.u-mT70 {
  margin-top: 70px !important;
}

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

.u-mT74 {
  margin-top: 74px !important;
}

.u-mT76 {
  margin-top: 76px !important;
}

.u-mT78 {
  margin-top: 78px !important;
}

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

.u-mT82 {
  margin-top: 82px !important;
}

.u-mT84 {
  margin-top: 84px !important;
}

.u-mT86 {
  margin-top: 86px !important;
}

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

.u-mT90 {
  
}

.u-mT92 {
  margin-top: 92px !important;
}

.u-mT94 {
  margin-top: 94px !important;
}

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

.u-mT98 {
  margin-top: 98px !important;
}

.u-mT100 {
  margin-top: 100px !important;
}

.u-mTm3 {
  margin-top: -3px !important;
}

.u-mT108 {
  margin-top: 108px !important;
}

.u-mT110 {
  margin-top: 110px !important;
}

.u-mT118 {
  margin-top: 118px !important;
}

.u-mT142 {
  margin-top: 142px !important;
}

.u-mT164 {
  margin-top: 164px !important;
}

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

.u-mT229 {
  margin-top: 229px !important;
}

.u-mB0 {
  margin-bottom: 0px !important;
}

.u-mB2 {
  margin-bottom: 2px !important;
}

.u-mB4 {
  margin-bottom: 4px !important;
}

.u-mB6 {
  margin-bottom: 6px !important;
}

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

.u-mB10 {
  margin-bottom: 10px !important;
}

.u-mB12 {
  margin-bottom: 12px !important;
}

.u-mB14 {
  margin-bottom: 14px !important;
}

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

.u-mB18 {
  margin-bottom: 18px !important;
}

.u-mB20 {
  margin-bottom: 20px !important;
}

.u-mB22 {
  margin-bottom: 22px !important;
}

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

.u-mB26 {
  margin-bottom: 26px !important;
}

.u-mB28 {
  margin-bottom: 28px !important;
}

.u-mB30 {
  margin-bottom: 30px !important;
}

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

.u-mB34 {
  margin-bottom: 34px !important;
}

.u-mB36 {
  margin-bottom: 36px !important;
}

.u-mB38 {
  margin-bottom: 38px !important;
}

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

.u-mB42 {
  margin-bottom: 42px !important;
}

.u-mB44 {
  margin-bottom: 44px !important;
}

.u-mB46 {
  margin-bottom: 46px !important;
}

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

.u-mB50 {
  margin-bottom: 50px !important;
}

.u-mB52 {
  margin-bottom: 52px !important;
}

.u-mB54 {
  margin-bottom: 54px !important;
}

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

.u-mB58 {
  margin-bottom: 58px !important;
}

.u-mB60 {
  margin-bottom: 60px !important;
}

.u-mB62 {
  margin-bottom: 62px !important;
}

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

.u-mB66 {
  margin-bottom: 66px !important;
}

.u-mB68 {
  margin-bottom: 68px !important;
}

.u-mB70 {
  margin-bottom: 70px !important;
}

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

.u-mB74 {
  margin-bottom: 74px !important;
}

.u-mB76 {
  margin-bottom: 76px !important;
}

.u-mB78 {
  margin-bottom: 78px !important;
}

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

.u-mB82 {
  margin-bottom: 82px !important;
}

.u-mB84 {
  margin-bottom: 84px !important;
}

.u-mB86 {
  margin-bottom: 86px !important;
}

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

.u-mB90 {
  margin-bottom: 90px !important;
}

.u-mB92 {
  margin-bottom: 92px !important;
}

.u-mB94 {
  margin-bottom: 94px !important;
}

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

.u-mB98 {
  margin-bottom: 98px !important;
}

.u-mB100 {
  margin-bottom: 100px !important;
}

.u-mL0 {
  margin-left: 0px !important;
}

.u-mL2 {
  margin-left: 2px !important;
}

.u-mL4 {
  margin-left: 4px !important;
}

.u-mL6 {
  margin-left: 6px !important;
}

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

.u-mL10 {
  margin-left: 10px !important;
}

.u-mL12 {
  margin-left: 12px !important;
}

.u-mL14 {
  margin-left: 14px !important;
}

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

.u-mL18 {
  margin-left: 18px !important;
}

.u-mL20 {
  margin-left: 20px !important;
}

.u-mL22 {
  margin-left: 22px !important;
}

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

.u-mL26 {
  margin-left: 26px !important;
}

.u-mL28 {
  margin-left: 28px !important;
}

.u-mL30 {
  margin-left: 30px !important;
}

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

.u-mL34 {
  margin-left: 34px !important;
}

.u-mL36 {
  margin-left: 36px !important;
}

.u-mL38 {
  margin-left: 38px !important;
}

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

.u-mL42 {
  margin-left: 42px !important;
}

.u-mL44 {
  margin-left: 44px !important;
}

.u-mL46 {
  margin-left: 46px !important;
}

.u-mL48 {
  margin-left: 48px !important;
}

.u-mL50 {
  margin-left: 50px !important;
}

.u-mL52 {
  margin-left: 52px !important;
}

.u-mL54 {
  margin-left: 54px !important;
}

.u-mL56 {
  margin-left: 56px !important;
}

.u-mL58 {
  margin-left: 58px !important;
}

.u-mL60 {
  margin-left: 60px !important;
}

.u-mL62 {
  margin-left: 62px !important;
}

.u-mL64 {
  margin-left: 64px !important;
}

.u-mL66 {
  margin-left: 66px !important;
}

.u-mL68 {
  margin-left: 68px !important;
}

.u-mL70 {
  margin-left: 70px !important;
}

.u-mL72 {
  margin-left: 72px !important;
}

.u-mL74 {
  margin-left: 74px !important;
}

.u-mL76 {
  margin-left: 76px !important;
}

.u-mL78 {
  margin-left: 78px !important;
}

.u-mL80 {
  margin-left: 80px !important;
}

.u-mL82 {
  margin-left: 82px !important;
}

.u-mL84 {
  margin-left: 84px !important;
}

.u-mL86 {
  margin-left: 86px !important;
}

.u-mL88 {
  margin-left: 88px !important;
}

.u-mL90 {
  margin-left: 90px !important;
}

.u-mL92 {
  margin-left: 92px !important;
}

.u-mL94 {
  margin-left: 94px !important;
}

.u-mL96 {
  margin-left: 96px !important;
}

.u-mL98 {
  margin-left: 98px !important;
}

.u-mL100 {
  margin-left: 100px !important;
}

.u-mR0 {
  margin-right: 0px !important;
}

.u-mR2 {
  margin-right: 2px !important;
}

.u-mR4 {
  margin-right: 4px !important;
}

.u-mR6 {
  margin-right: 6px !important;
}

.u-mR8 {
  margin-right: 8px !important;
}

.u-mR10 {
  margin-right: 10px !important;
}

.u-mR12 {
  margin-right: 12px !important;
}

.u-mR14 {
  margin-right: 14px !important;
}

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

.u-mR18 {
  margin-right: 18px !important;
}

.u-mR20 {
  margin-right: 20px !important;
}

.u-mR22 {
  margin-right: 22px !important;
}

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

.u-mR26 {
  margin-right: 26px !important;
}

.u-mR28 {
  margin-right: 28px !important;
}

.u-mR30 {
  margin-right: 30px !important;
}

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

.u-mR34 {
  margin-right: 34px !important;
}

.u-mR36 {
  margin-right: 36px !important;
}

.u-mR38 {
  margin-right: 38px !important;
}

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

.u-mR42 {
  margin-right: 42px !important;
}

.u-mR44 {
  margin-right: 44px !important;
}

.u-mR46 {
  margin-right: 46px !important;
}

.u-mR48 {
  margin-right: 48px !important;
}

.u-mR50 {
  margin-right: 50px !important;
}

.u-mR52 {
  margin-right: 52px !important;
}

.u-mR54 {
  margin-right: 54px !important;
}

.u-mR56 {
  margin-right: 56px !important;
}

.u-mR58 {
  margin-right: 58px !important;
}

.u-mR60 {
  margin-right: 60px !important;
}

.u-mR62 {
  margin-right: 62px !important;
}

.u-mR64 {
  margin-right: 64px !important;
}

.u-mR66 {
  margin-right: 66px !important;
}

.u-mR68 {
  margin-right: 68px !important;
}

.u-mR70 {
  margin-right: 70px !important;
}

.u-mR72 {
  margin-right: 72px !important;
}

.u-mR74 {
  margin-right: 74px !important;
}

.u-mR76 {
  margin-right: 76px !important;
}

.u-mR78 {
  margin-right: 78px !important;
}

.u-mR80 {
  margin-right: 80px !important;
}

.u-mR82 {
  margin-right: 82px !important;
}

.u-mR84 {
  margin-right: 84px !important;
}

.u-mR86 {
  margin-right: 86px !important;
}

.u-mR88 {
  margin-right: 88px !important;
}

.u-mR90 {
  margin-right: 90px !important;
}

.u-mR92 {
  margin-right: 92px !important;
}

.u-mR94 {
  margin-right: 94px !important;
}

.u-mR96 {
  margin-right: 96px !important;
}

.u-mR98 {
  margin-right: 98px !important;
}

.u-mR100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-mT0sp {
    margin-top: 0px !important;
  }
  .u-mT2sp {
    margin-top: 2px !important;
  }
  .u-mT4sp {
    margin-top: 4px !important;
  }
  .u-mT6sp {
    margin-top: 6px !important;
  }
  .u-mT8sp {
    margin-top: 8px !important;
  }
  .u-mT10sp {
    margin-top: 10px !important;
  }
  .u-mT12sp {
    margin-top: 12px !important;
  }
  .u-mT14sp {
    margin-top: 14px !important;
  }
  .u-mT16sp {
    margin-top: 16px !important;
  }
  .u-mT18sp {
    margin-top: 18px !important;
  }
  .u-mT20sp {
    margin-top: 20px !important;
  }
  .u-mT22sp {
    margin-top: 22px !important;
  }
  .u-mT24sp {
    margin-top: 24px !important;
  }
  .u-mT26sp {
    margin-top: 26px !important;
  }
  .u-mT28sp {
    margin-top: 28px !important;
  }
  .u-mT30sp {
    margin-top: 30px !important;
  }
  .u-mT32sp {
    margin-top: 32px !important;
  }
  .u-mT34sp {
    margin-top: 34px !important;
  }
  .u-mT36sp {
    margin-top: 36px !important;
  }
  .u-mT38sp {
    margin-top: 38px !important;
  }
  .u-mT40sp {
    margin-top: 40px !important;
  }
  .u-mT42sp {
    margin-top: 42px !important;
  }
  .u-mT44sp {
    margin-top: 44px !important;
  }
  .u-mT46sp {
    margin-top: 46px !important;
  }
  .u-mT48sp {
    margin-top: 48px !important;
  }
  .u-mT50sp {
    margin-top: 50px !important;
  }
  .u-mT52sp {
    margin-top: 52px !important;
  }
  .u-mT54sp {
    margin-top: 54px !important;
  }
  .u-mT56sp {
    margin-top: 56px !important;
  }
  .u-mT58sp {
    margin-top: 58px !important;
  }
  .u-mT60sp {
    margin-top: 60px !important;
  }
  .u-mT62sp {
    margin-top: 62px !important;
  }
  .u-mT64sp {
    margin-top: 64px !important;
  }
  .u-mT66sp {
    margin-top: 66px !important;
  }
  .u-mT68sp {
    margin-top: 68px !important;
  }
  .u-mT70sp {
    margin-top: 70px !important;
  }
  .u-mT72sp {
    margin-top: 72px !important;
  }
  .u-mT74sp {
    margin-top: 74px !important;
  }
  .u-mT76sp {
    margin-top: 76px !important;
  }
  .u-mT78sp {
    margin-top: 78px !important;
  }
  .u-mT80sp {
    margin-top: 80px !important;
  }
  .u-mT82sp {
    margin-top: 82px !important;
  }
  .u-mT84sp {
    margin-top: 84px !important;
  }
  .u-mT86sp {
    margin-top: 86px !important;
  }
  .u-mT88sp {
    margin-top: 88px !important;
  }
  .u-mT90sp {
    
  }
  .u-mT92sp {
    margin-top: 92px !important;
  }
  .u-mT94sp {
    margin-top: 94px !important;
  }
  .u-mT96sp {
    margin-top: 96px !important;
  }
  .u-mT98sp {
    margin-top: 98px !important;
  }
  .u-mT100sp {
    margin-top: 100px !important;
  }
  .u-mB0sp {
    margin-bottom: 0px !important;
  }
  .u-mB2sp {
    margin-bottom: 2px !important;
  }
  .u-mB4sp {
    margin-bottom: 4px !important;
  }
  .u-mB6sp {
    margin-bottom: 6px !important;
  }
  .u-mB8sp {
    margin-bottom: 8px !important;
  }
  .u-mB10sp {
    margin-bottom: 10px !important;
  }
  .u-mB12sp {
    margin-bottom: 12px !important;
  }
  .u-mB14sp {
    margin-bottom: 14px !important;
  }
  .u-mB16sp {
    margin-bottom: 16px !important;
  }
  .u-mB18sp {
    margin-bottom: 18px !important;
  }
  .u-mB20sp {
    margin-bottom: 20px !important;
  }
  .u-mB22sp {
    margin-bottom: 22px !important;
  }
  .u-mB24sp {
    margin-bottom: 24px !important;
  }
  .u-mB26sp {
    margin-bottom: 26px !important;
  }
  .u-mB28sp {
    margin-bottom: 28px !important;
  }
  .u-mB30sp {
    margin-bottom: 30px !important;
  }
  .u-mB32sp {
    margin-bottom: 32px !important;
  }
  .u-mB34sp {
    margin-bottom: 34px !important;
  }
  .u-mB36sp {
    margin-bottom: 36px !important;
  }
  .u-mB38sp {
    margin-bottom: 38px !important;
  }
  .u-mB40sp {
    margin-bottom: 40px !important;
  }
  .u-mB42sp {
    margin-bottom: 42px !important;
  }
  .u-mB44sp {
    margin-bottom: 44px !important;
  }
  .u-mB46sp {
    margin-bottom: 46px !important;
  }
  .u-mB48sp {
    margin-bottom: 48px !important;
  }
  .u-mB50sp {
    margin-bottom: 50px !important;
  }
  .u-mB52sp {
    margin-bottom: 52px !important;
  }
  .u-mB54sp {
    margin-bottom: 54px !important;
  }
  .u-mB56sp {
    margin-bottom: 56px !important;
  }
  .u-mB58sp {
    margin-bottom: 58px !important;
  }
  .u-mB60sp {
    margin-bottom: 60px !important;
  }
  .u-mB62sp {
    margin-bottom: 62px !important;
  }
  .u-mB64sp {
    margin-bottom: 64px !important;
  }
  .u-mB66sp {
    margin-bottom: 66px !important;
  }
  .u-mB68sp {
    margin-bottom: 68px !important;
  }
  .u-mB70sp {
    margin-bottom: 70px !important;
  }
  .u-mB72sp {
    margin-bottom: 72px !important;
  }
  .u-mB74sp {
    margin-bottom: 74px !important;
  }
  .u-mB76sp {
    margin-bottom: 76px !important;
  }
  .u-mB78sp {
    margin-bottom: 78px !important;
  }
  .u-mB80sp {
    margin-bottom: 80px !important;
  }
  .u-mB82sp {
    margin-bottom: 82px !important;
  }
  .u-mB84sp {
    margin-bottom: 84px !important;
  }
  .u-mB86sp {
    margin-bottom: 86px !important;
  }
  .u-mB88sp {
    margin-bottom: 88px !important;
  }
  .u-mB90sp {
    margin-bottom: 90px !important;
  }
  .u-mB92sp {
    margin-bottom: 92px !important;
  }
  .u-mB94sp {
    margin-bottom: 94px !important;
  }
  .u-mB96sp {
    margin-bottom: 96px !important;
  }
  .u-mB98sp {
    margin-bottom: 98px !important;
  }
  .u-mB100sp {
    margin-bottom: 100px !important;
  }
  .u-mL0sp {
    margin-left: 0px !important;
  }
  .u-mL2sp {
    margin-left: 2px !important;
  }
  .u-mL4sp {
    margin-left: 4px !important;
  }
  .u-mL6sp {
    margin-left: 6px !important;
  }
  .u-mL8sp {
    margin-left: 8px !important;
  }
  .u-mL10sp {
    margin-left: 10px !important;
  }
  .u-mL12sp {
    margin-left: 12px !important;
  }
  .u-mL14sp {
    margin-left: 14px !important;
  }
  .u-mL16sp {
    margin-left: 16px !important;
  }
  .u-mL18sp {
    margin-left: 18px !important;
  }
  .u-mL20sp {
    margin-left: 20px !important;
  }
  .u-mL22sp {
    margin-left: 22px !important;
  }
  .u-mL24sp {
    margin-left: 24px !important;
  }
  .u-mL26sp {
    margin-left: 26px !important;
  }
  .u-mL28sp {
    margin-left: 28px !important;
  }
  .u-mL30sp {
    margin-left: 30px !important;
  }
  .u-mL32sp {
    margin-left: 32px !important;
  }
  .u-mL34sp {
    margin-left: 34px !important;
  }
  .u-mL36sp {
    margin-left: 36px !important;
  }
  .u-mL38sp {
    margin-left: 38px !important;
  }
  .u-mL40sp {
    margin-left: 40px !important;
  }
  .u-mL42sp {
    margin-left: 42px !important;
  }
  .u-mL44sp {
    margin-left: 44px !important;
  }
  .u-mL46sp {
    margin-left: 46px !important;
  }
  .u-mL48sp {
    margin-left: 48px !important;
  }
  .u-mL50sp {
    margin-left: 50px !important;
  }
  .u-mL52sp {
    margin-left: 52px !important;
  }
  .u-mL54sp {
    margin-left: 54px !important;
  }
  .u-mL56sp {
    margin-left: 56px !important;
  }
  .u-mL58sp {
    margin-left: 58px !important;
  }
  .u-mL60sp {
    margin-left: 60px !important;
  }
  .u-mL62sp {
    margin-left: 62px !important;
  }
  .u-mL64sp {
    margin-left: 64px !important;
  }
  .u-mL66sp {
    margin-left: 66px !important;
  }
  .u-mL68sp {
    margin-left: 68px !important;
  }
  .u-mL70sp {
    margin-left: 70px !important;
  }
  .u-mL72sp {
    margin-left: 72px !important;
  }
  .u-mL74sp {
    margin-left: 74px !important;
  }
  .u-mL76sp {
    margin-left: 76px !important;
  }
  .u-mL78sp {
    margin-left: 78px !important;
  }
  .u-mL80sp {
    margin-left: 80px !important;
  }
  .u-mL82sp {
    margin-left: 82px !important;
  }
  .u-mL84sp {
    margin-left: 84px !important;
  }
  .u-mL86sp {
    margin-left: 86px !important;
  }
  .u-mL88sp {
    margin-left: 88px !important;
  }
  .u-mL90sp {
    margin-left: 90px !important;
  }
  .u-mL92sp {
    margin-left: 92px !important;
  }
  .u-mL94sp {
    margin-left: 94px !important;
  }
  .u-mL96sp {
    margin-left: 96px !important;
  }
  .u-mL98sp {
    margin-left: 98px !important;
  }
  .u-mL100sp {
    margin-left: 100px !important;
  }
  .u-mR0sp {
    margin-right: 0px !important;
  }
  .u-mR2sp {
    margin-right: 2px !important;
  }
  .u-mR4sp {
    margin-right: 4px !important;
  }
  .u-mR6sp {
    margin-right: 6px !important;
  }
  .u-mR8sp {
    margin-right: 8px !important;
  }
  .u-mR10sp {
    margin-right: 10px !important;
  }
  .u-mR12sp {
    margin-right: 12px !important;
  }
  .u-mR14sp {
    margin-right: 14px !important;
  }
  .u-mR16sp {
    margin-right: 16px !important;
  }
  .u-mR18sp {
    margin-right: 18px !important;
  }
  .u-mR20sp {
    margin-right: 20px !important;
  }
  .u-mR22sp {
    margin-right: 22px !important;
  }
  .u-mR24sp {
    margin-right: 24px !important;
  }
  .u-mR26sp {
    margin-right: 26px !important;
  }
  .u-mR28sp {
    margin-right: 28px !important;
  }
  .u-mR30sp {
    margin-right: 30px !important;
  }
  .u-mR32sp {
    margin-right: 32px !important;
  }
  .u-mR34sp {
    margin-right: 34px !important;
  }
  .u-mR36sp {
    margin-right: 36px !important;
  }
  .u-mR38sp {
    margin-right: 38px !important;
  }
  .u-mR40sp {
    margin-right: 40px !important;
  }
  .u-mR42sp {
    margin-right: 42px !important;
  }
  .u-mR44sp {
    margin-right: 44px !important;
  }
  .u-mR46sp {
    margin-right: 46px !important;
  }
  .u-mR48sp {
    margin-right: 48px !important;
  }
  .u-mR50sp {
    margin-right: 50px !important;
  }
  .u-mR52sp {
    margin-right: 52px !important;
  }
  .u-mR54sp {
    margin-right: 54px !important;
  }
  .u-mR56sp {
    margin-right: 56px !important;
  }
  .u-mR58sp {
    margin-right: 58px !important;
  }
  .u-mR60sp {
    margin-right: 60px !important;
  }
  .u-mR62sp {
    margin-right: 62px !important;
  }
  .u-mR64sp {
    margin-right: 64px !important;
  }
  .u-mR66sp {
    margin-right: 66px !important;
  }
  .u-mR68sp {
    margin-right: 68px !important;
  }
  .u-mR70sp {
    margin-right: 70px !important;
  }
  .u-mR72sp {
    margin-right: 72px !important;
  }
  .u-mR74sp {
    margin-right: 74px !important;
  }
  .u-mR76sp {
    margin-right: 76px !important;
  }
  .u-mR78sp {
    margin-right: 78px !important;
  }
  .u-mR80sp {
    margin-right: 80px !important;
  }
  .u-mR82sp {
    margin-right: 82px !important;
  }
  .u-mR84sp {
    margin-right: 84px !important;
  }
  .u-mR86sp {
    margin-right: 86px !important;
  }
  .u-mR88sp {
    margin-right: 88px !important;
  }
  .u-mR90sp {
    margin-right: 90px !important;
  }
  .u-mR92sp {
    margin-right: 92px !important;
  }
  .u-mR94sp {
    margin-right: 94px !important;
  }
  .u-mR96sp {
    margin-right: 96px !important;
  }
  .u-mR98sp {
    margin-right: 98px !important;
  }
  .u-mR100sp {
    margin-right: 100px !important;
  }
}
.u-pT0 {
  padding-top: 0px !important;
}

.u-pT2 {
  padding-top: 2px !important;
}

.u-pT4 {
  padding-top: 4px !important;
}

.u-pT6 {
  padding-top: 6px !important;
}

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

.u-pT10 {
  padding-top: 10px !important;
}

.u-pT12 {
  padding-top: 12px !important;
}

.u-pT14 {
  padding-top: 14px !important;
}

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

.u-pT18 {
  padding-top: 18px !important;
}

.u-pT20 {
  padding-top: 20px !important;
}

.u-pT22 {
  padding-top: 22px !important;
}

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

.u-pT26 {
  padding-top: 26px !important;
}

.u-pT28 {
  padding-top: 28px !important;
}

.u-pT30 {
  padding-top: 30px !important;
}

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

.u-pT34 {
  padding-top: 34px !important;
}

.u-pT36 {
  padding-top: 36px !important;
}

.u-pT38 {
  padding-top: 38px !important;
}

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

.u-pT42 {
  padding-top: 42px !important;
}

.u-pT44 {
  padding-top: 44px !important;
}

.u-pT46 {
  padding-top: 46px !important;
}

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

.u-pT50 {
  padding-top: 50px !important;
}

.u-pT52 {
  padding-top: 52px !important;
}

.u-pT54 {
  padding-top: 54px !important;
}

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

.u-pT58 {
  padding-top: 58px !important;
}

.u-pT60 {
  padding-top: 60px !important;
}

.u-pT62 {
  padding-top: 62px !important;
}

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

.u-pT66 {
  padding-top: 66px !important;
}

.u-pT68 {
  padding-top: 68px !important;
}

.u-pT70 {
  padding-top: 70px !important;
}

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

.u-pT74 {
  padding-top: 74px !important;
}

.u-pT76 {
  padding-top: 76px !important;
}

.u-pT78 {
  padding-top: 78px !important;
}

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

.u-pT82 {
  padding-top: 82px !important;
}

.u-pT84 {
  padding-top: 84px !important;
}

.u-pT86 {
  padding-top: 86px !important;
}

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

.u-pT90 {
  padding-top: 90px !important;
}

.u-pT92 {
  padding-top: 92px !important;
}

.u-pT94 {
  padding-top: 94px !important;
}

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

.u-pT98 {
  padding-top: 98px !important;
}

.u-pT100 {
  padding-top: 100px !important;
}

.u-pB0 {
  padding-bottom: 0px !important;
}

.u-pB2 {
  padding-bottom: 2px !important;
}

.u-pB4 {
  padding-bottom: 4px !important;
}

.u-pB6 {
  padding-bottom: 6px !important;
}

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

.u-pB10 {
  padding-bottom: 10px !important;
}

.u-pB12 {
  padding-bottom: 12px !important;
}

.u-pB14 {
  padding-bottom: 14px !important;
}

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

.u-pB18 {
  padding-bottom: 18px !important;
}

.u-pB20 {
  padding-bottom: 20px !important;
}

.u-pB22 {
  padding-bottom: 22px !important;
}

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

.u-pB26 {
  padding-bottom: 26px !important;
}

.u-pB28 {
  padding-bottom: 28px !important;
}

.u-pB30 {
  padding-bottom: 30px !important;
}

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

.u-pB34 {
  padding-bottom: 34px !important;
}

.u-pB36 {
  padding-bottom: 36px !important;
}

.u-pB38 {
  padding-bottom: 38px !important;
}

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

.u-pB42 {
  padding-bottom: 42px !important;
}

.u-pB44 {
  padding-bottom: 44px !important;
}

.u-pB46 {
  padding-bottom: 46px !important;
}

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

.u-pB50 {
  padding-bottom: 50px !important;
}

.u-pB52 {
  padding-bottom: 52px !important;
}

.u-pB54 {
  padding-bottom: 54px !important;
}

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

.u-pB58 {
  padding-bottom: 58px !important;
}

.u-pB60 {
  padding-bottom: 60px !important;
}

.u-pB62 {
  padding-bottom: 62px !important;
}

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

.u-pB66 {
  padding-bottom: 66px !important;
}

.u-pB68 {
  padding-bottom: 68px !important;
}

.u-pB70 {
  padding-bottom: 70px !important;
}

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

.u-pB74 {
  padding-bottom: 74px !important;
}

.u-pB76 {
  padding-bottom: 76px !important;
}

.u-pB78 {
  padding-bottom: 78px !important;
}

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

.u-pB82 {
  padding-bottom: 82px !important;
}

.u-pB84 {
  padding-bottom: 84px !important;
}

.u-pB86 {
  padding-bottom: 86px !important;
}

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

.u-pB90 {
  padding-bottom: 90px !important;
}

.u-pB92 {
  padding-bottom: 92px !important;
}

.u-pB94 {
  padding-bottom: 94px !important;
}

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

.u-pB98 {
  padding-bottom: 98px !important;
}

.u-pB100 {
  padding-bottom: 100px !important;
}

.u-pL0 {
  padding-left: 0px !important;
}

.u-pL2 {
  padding-left: 2px !important;
}

.u-pL4 {
  padding-left: 4px !important;
}

.u-pL6 {
  padding-left: 6px !important;
}

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

.u-pL10 {
  padding-left: 10px !important;
}

.u-pL12 {
  padding-left: 12px !important;
}

.u-pL14 {
  padding-left: 14px !important;
}

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

.u-pL18 {
  padding-left: 18px !important;
}

.u-pL20 {
  padding-left: 20px !important;
}

.u-pL22 {
  padding-left: 22px !important;
}

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

.u-pL26 {
  padding-left: 26px !important;
}

.u-pL28 {
  padding-left: 28px !important;
}

.u-pL30 {
  padding-left: 30px !important;
}

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

.u-pL34 {
  padding-left: 34px !important;
}

.u-pL36 {
  padding-left: 36px !important;
}

.u-pL38 {
  padding-left: 38px !important;
}

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

.u-pL42 {
  padding-left: 42px !important;
}

.u-pL44 {
  padding-left: 44px !important;
}

.u-pL46 {
  padding-left: 46px !important;
}

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

.u-pL50 {
  padding-left: 50px !important;
}

.u-pL52 {
  padding-left: 52px !important;
}

.u-pL54 {
  padding-left: 54px !important;
}

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

.u-pL58 {
  padding-left: 58px !important;
}

.u-pL60 {
  padding-left: 60px !important;
}

.u-pL62 {
  padding-left: 62px !important;
}

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

.u-pL66 {
  padding-left: 66px !important;
}

.u-pL68 {
  padding-left: 68px !important;
}

.u-pL70 {
  padding-left: 70px !important;
}

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

.u-pL74 {
  padding-left: 74px !important;
}

.u-pL76 {
  padding-left: 76px !important;
}

.u-pL78 {
  padding-left: 78px !important;
}

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

.u-pL82 {
  padding-left: 82px !important;
}

.u-pL84 {
  padding-left: 84px !important;
}

.u-pL86 {
  padding-left: 86px !important;
}

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

.u-pL90 {
  padding-left: 90px !important;
}

.u-pL92 {
  padding-left: 92px !important;
}

.u-pL94 {
  padding-left: 94px !important;
}

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

.u-pL98 {
  padding-left: 98px !important;
}

.u-pL100 {
  padding-left: 100px !important;
}

.u-pR0 {
  padding-right: 0px !important;
}

.u-pR2 {
  padding-right: 2px !important;
}

.u-pR4 {
  padding-right: 4px !important;
}

.u-pR6 {
  padding-right: 6px !important;
}

.u-pR8 {
  padding-right: 8px !important;
}

.u-pR10 {
  padding-right: 10px !important;
}

.u-pR12 {
  padding-right: 12px !important;
}

.u-pR14 {
  padding-right: 14px !important;
}

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

.u-pR18 {
  padding-right: 18px !important;
}

.u-pR20 {
  padding-right: 20px !important;
}

.u-pR22 {
  padding-right: 22px !important;
}

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

.u-pR26 {
  padding-right: 26px !important;
}

.u-pR28 {
  padding-right: 28px !important;
}

.u-pR30 {
  padding-right: 30px !important;
}

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

.u-pR34 {
  padding-right: 34px !important;
}

.u-pR36 {
  padding-right: 36px !important;
}

.u-pR38 {
  padding-right: 38px !important;
}

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

.u-pR42 {
  padding-right: 42px !important;
}

.u-pR44 {
  padding-right: 44px !important;
}

.u-pR46 {
  padding-right: 46px !important;
}

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

.u-pR50 {
  padding-right: 50px !important;
}

.u-pR52 {
  padding-right: 52px !important;
}

.u-pR54 {
  padding-right: 54px !important;
}

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

.u-pR58 {
  padding-right: 58px !important;
}

.u-pR60 {
  padding-right: 60px !important;
}

.u-pR62 {
  padding-right: 62px !important;
}

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

.u-pR66 {
  padding-right: 66px !important;
}

.u-pR68 {
  padding-right: 68px !important;
}

.u-pR70 {
  padding-right: 70px !important;
}

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

.u-pR74 {
  padding-right: 74px !important;
}

.u-pR76 {
  padding-right: 76px !important;
}

.u-pR78 {
  padding-right: 78px !important;
}

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

.u-pR82 {
  padding-right: 82px !important;
}

.u-pR84 {
  padding-right: 84px !important;
}

.u-pR86 {
  padding-right: 86px !important;
}

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

.u-pR90 {
  padding-right: 90px !important;
}

.u-pR92 {
  padding-right: 92px !important;
}

.u-pR94 {
  padding-right: 94px !important;
}

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

.u-pR98 {
  padding-right: 98px !important;
}

.u-pR100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-pT0sp {
    padding-top: 0px !important;
  }
  .u-pT2sp {
    padding-top: 2px !important;
  }
  .u-pT4sp {
    padding-top: 4px !important;
  }
  .u-pT6sp {
    padding-top: 6px !important;
  }
  .u-pT8sp {
    padding-top: 8px !important;
  }
  .u-pT10sp {
    padding-top: 10px !important;
  }
  .u-pT12sp {
    padding-top: 12px !important;
  }
  .u-pT14sp {
    padding-top: 14px !important;
  }
  .u-pT16sp {
    padding-top: 16px !important;
  }
  .u-pT18sp {
    padding-top: 18px !important;
  }
  .u-pT20sp {
    padding-top: 20px !important;
  }
  .u-pT22sp {
    padding-top: 22px !important;
  }
  .u-pT24sp {
    padding-top: 24px !important;
  }
  .u-pT26sp {
    padding-top: 26px !important;
  }
  .u-pT28sp {
    padding-top: 28px !important;
  }
  .u-pT30sp {
    padding-top: 30px !important;
  }
  .u-pT32sp {
    padding-top: 32px !important;
  }
  .u-pT34sp {
    padding-top: 34px !important;
  }
  .u-pT36sp {
    padding-top: 36px !important;
  }
  .u-pT38sp {
    padding-top: 38px !important;
  }
  .u-pT40sp {
    padding-top: 40px !important;
  }
  .u-pT42sp {
    padding-top: 42px !important;
  }
  .u-pT44sp {
    padding-top: 44px !important;
  }
  .u-pT46sp {
    padding-top: 46px !important;
  }
  .u-pT48sp {
    padding-top: 48px !important;
  }
  .u-pT50sp {
    padding-top: 50px !important;
  }
  .u-pT52sp {
    padding-top: 52px !important;
  }
  .u-pT54sp {
    padding-top: 54px !important;
  }
  .u-pT56sp {
    padding-top: 56px !important;
  }
  .u-pT58sp {
    padding-top: 58px !important;
  }
  .u-pT60sp {
    padding-top: 60px !important;
  }
  .u-pT62sp {
    padding-top: 62px !important;
  }
  .u-pT64sp {
    padding-top: 64px !important;
  }
  .u-pT66sp {
    padding-top: 66px !important;
  }
  .u-pT68sp {
    padding-top: 68px !important;
  }
  .u-pT70sp {
    padding-top: 70px !important;
  }
  .u-pT72sp {
    padding-top: 72px !important;
  }
  .u-pT74sp {
    padding-top: 74px !important;
  }
  .u-pT76sp {
    padding-top: 76px !important;
  }
  .u-pT78sp {
    padding-top: 78px !important;
  }
  .u-pT80sp {
    padding-top: 80px !important;
  }
  .u-pT82sp {
    padding-top: 82px !important;
  }
  .u-pT84sp {
    padding-top: 84px !important;
  }
  .u-pT86sp {
    padding-top: 86px !important;
  }
  .u-pT88sp {
    padding-top: 88px !important;
  }
  .u-pT90sp {
    padding-top: 90px !important;
  }
  .u-pT92sp {
    padding-top: 92px !important;
  }
  .u-pT94sp {
    padding-top: 94px !important;
  }
  .u-pT96sp {
    padding-top: 96px !important;
  }
  .u-pT98sp {
    padding-top: 98px !important;
  }
  .u-pT100sp {
    padding-top: 100px !important;
  }
  .u-pB0sp {
    padding-bottom: 0px !important;
  }
  .u-pB2sp {
    padding-bottom: 2px !important;
  }
  .u-pB4sp {
    padding-bottom: 4px !important;
  }
  .u-pB6sp {
    padding-bottom: 6px !important;
  }
  .u-pB8sp {
    padding-bottom: 8px !important;
  }
  .u-pB10sp {
    padding-bottom: 10px !important;
  }
  .u-pB12sp {
    padding-bottom: 12px !important;
  }
  .u-pB14sp {
    padding-bottom: 14px !important;
  }
  .u-pB16sp {
    padding-bottom: 16px !important;
  }
  .u-pB18sp {
    padding-bottom: 18px !important;
  }
  .u-pB20sp {
    padding-bottom: 20px !important;
  }
  .u-pB22sp {
    padding-bottom: 22px !important;
  }
  .u-pB24sp {
    padding-bottom: 24px !important;
  }
  .u-pB26sp {
    padding-bottom: 26px !important;
  }
  .u-pB28sp {
    padding-bottom: 28px !important;
  }
  .u-pB30sp {
    padding-bottom: 30px !important;
  }
  .u-pB32sp {
    padding-bottom: 32px !important;
  }
  .u-pB34sp {
    padding-bottom: 34px !important;
  }
  .u-pB36sp {
    padding-bottom: 36px !important;
  }
  .u-pB38sp {
    padding-bottom: 38px !important;
  }
  .u-pB40sp {
    padding-bottom: 40px !important;
  }
  .u-pB42sp {
    padding-bottom: 42px !important;
  }
  .u-pB44sp {
    padding-bottom: 44px !important;
  }
  .u-pB46sp {
    padding-bottom: 46px !important;
  }
  .u-pB48sp {
    padding-bottom: 48px !important;
  }
  .u-pB50sp {
    padding-bottom: 50px !important;
  }
  .u-pB52sp {
    padding-bottom: 52px !important;
  }
  .u-pB54sp {
    padding-bottom: 54px !important;
  }
  .u-pB56sp {
    padding-bottom: 56px !important;
  }
  .u-pB58sp {
    padding-bottom: 58px !important;
  }
  .u-pB60sp {
    padding-bottom: 60px !important;
  }
  .u-pB62sp {
    padding-bottom: 62px !important;
  }
  .u-pB64sp {
    padding-bottom: 64px !important;
  }
  .u-pB66sp {
    padding-bottom: 66px !important;
  }
  .u-pB68sp {
    padding-bottom: 68px !important;
  }
  .u-pB70sp {
    padding-bottom: 70px !important;
  }
  .u-pB72sp {
    padding-bottom: 72px !important;
  }
  .u-pB74sp {
    padding-bottom: 74px !important;
  }
  .u-pB76sp {
    padding-bottom: 76px !important;
  }
  .u-pB78sp {
    padding-bottom: 78px !important;
  }
  .u-pB80sp {
    padding-bottom: 80px !important;
  }
  .u-pB82sp {
    padding-bottom: 82px !important;
  }
  .u-pB84sp {
    padding-bottom: 84px !important;
  }
  .u-pB86sp {
    padding-bottom: 86px !important;
  }
  .u-pB88sp {
    padding-bottom: 88px !important;
  }
  .u-pB90sp {
    padding-bottom: 90px !important;
  }
  .u-pB92sp {
    padding-bottom: 92px !important;
  }
  .u-pB94sp {
    padding-bottom: 94px !important;
  }
  .u-pB96sp {
    padding-bottom: 96px !important;
  }
  .u-pB98sp {
    padding-bottom: 98px !important;
  }
  .u-pB100sp {
    padding-bottom: 100px !important;
  }
  .u-pL0sp {
    padding-left: 0px !important;
  }
  .u-pL2sp {
    padding-left: 2px !important;
  }
  .u-pL4sp {
    padding-left: 4px !important;
  }
  .u-pL6sp {
    padding-left: 6px !important;
  }
  .u-pL8sp {
    padding-left: 8px !important;
  }
  .u-pL10sp {
    padding-left: 10px !important;
  }
  .u-pL12sp {
    padding-left: 12px !important;
  }
  .u-pL14sp {
    padding-left: 14px !important;
  }
  .u-pL16sp {
    padding-left: 16px !important;
  }
  .u-pL18sp {
    padding-left: 18px !important;
  }
  .u-pL20sp {
    padding-left: 20px !important;
  }
  .u-pL22sp {
    padding-left: 22px !important;
  }
  .u-pL24sp {
    padding-left: 24px !important;
  }
  .u-pL26sp {
    padding-left: 26px !important;
  }
  .u-pL28sp {
    padding-left: 28px !important;
  }
  .u-pL30sp {
    padding-left: 30px !important;
  }
  .u-pL32sp {
    padding-left: 32px !important;
  }
  .u-pL34sp {
    padding-left: 34px !important;
  }
  .u-pL36sp {
    padding-left: 36px !important;
  }
  .u-pL38sp {
    padding-left: 38px !important;
  }
  .u-pL40sp {
    padding-left: 40px !important;
  }
  .u-pL42sp {
    padding-left: 42px !important;
  }
  .u-pL44sp {
    padding-left: 44px !important;
  }
  .u-pL46sp {
    padding-left: 46px !important;
  }
  .u-pL48sp {
    padding-left: 48px !important;
  }
  .u-pL50sp {
    padding-left: 50px !important;
  }
  .u-pL52sp {
    padding-left: 52px !important;
  }
  .u-pL54sp {
    padding-left: 54px !important;
  }
  .u-pL56sp {
    padding-left: 56px !important;
  }
  .u-pL58sp {
    padding-left: 58px !important;
  }
  .u-pL60sp {
    padding-left: 60px !important;
  }
  .u-pL62sp {
    padding-left: 62px !important;
  }
  .u-pL64sp {
    padding-left: 64px !important;
  }
  .u-pL66sp {
    padding-left: 66px !important;
  }
  .u-pL68sp {
    padding-left: 68px !important;
  }
  .u-pL70sp {
    padding-left: 70px !important;
  }
  .u-pL72sp {
    padding-left: 72px !important;
  }
  .u-pL74sp {
    padding-left: 74px !important;
  }
  .u-pL76sp {
    padding-left: 76px !important;
  }
  .u-pL78sp {
    padding-left: 78px !important;
  }
  .u-pL80sp {
    padding-left: 80px !important;
  }
  .u-pL82sp {
    padding-left: 82px !important;
  }
  .u-pL84sp {
    padding-left: 84px !important;
  }
  .u-pL86sp {
    padding-left: 86px !important;
  }
  .u-pL88sp {
    padding-left: 88px !important;
  }
  .u-pL90sp {
    padding-left: 90px !important;
  }
  .u-pL92sp {
    padding-left: 92px !important;
  }
  .u-pL94sp {
    padding-left: 94px !important;
  }
  .u-pL96sp {
    padding-left: 96px !important;
  }
  .u-pL98sp {
    padding-left: 98px !important;
  }
  .u-pL100sp {
    padding-left: 100px !important;
  }
  .u-pR0sp {
    padding-right: 0px !important;
  }
  .u-pR2sp {
    padding-right: 2px !important;
  }
  .u-pR4sp {
    padding-right: 4px !important;
  }
  .u-pR6sp {
    padding-right: 6px !important;
  }
  .u-pR8sp {
    padding-right: 8px !important;
  }
  .u-pR10sp {
    padding-right: 10px !important;
  }
  .u-pR12sp {
    padding-right: 12px !important;
  }
  .u-pR14sp {
    padding-right: 14px !important;
  }
  .u-pR16sp {
    padding-right: 16px !important;
  }
  .u-pR18sp {
    padding-right: 18px !important;
  }
  .u-pR20sp {
    padding-right: 20px !important;
  }
  .u-pR22sp {
    padding-right: 22px !important;
  }
  .u-pR24sp {
    padding-right: 24px !important;
  }
  .u-pR26sp {
    padding-right: 26px !important;
  }
  .u-pR28sp {
    padding-right: 28px !important;
  }
  .u-pR30sp {
    padding-right: 30px !important;
  }
  .u-pR32sp {
    padding-right: 32px !important;
  }
  .u-pR34sp {
    padding-right: 34px !important;
  }
  .u-pR36sp {
    padding-right: 36px !important;
  }
  .u-pR38sp {
    padding-right: 38px !important;
  }
  .u-pR40sp {
    padding-right: 40px !important;
  }
  .u-pR42sp {
    padding-right: 42px !important;
  }
  .u-pR44sp {
    padding-right: 44px !important;
  }
  .u-pR46sp {
    padding-right: 46px !important;
  }
  .u-pR48sp {
    padding-right: 48px !important;
  }
  .u-pR50sp {
    padding-right: 50px !important;
  }
  .u-pR52sp {
    padding-right: 52px !important;
  }
  .u-pR54sp {
    padding-right: 54px !important;
  }
  .u-pR56sp {
    padding-right: 56px !important;
  }
  .u-pR58sp {
    padding-right: 58px !important;
  }
  .u-pR60sp {
    padding-right: 60px !important;
  }
  .u-pR62sp {
    padding-right: 62px !important;
  }
  .u-pR64sp {
    padding-right: 64px !important;
  }
  .u-pR66sp {
    padding-right: 66px !important;
  }
  .u-pR68sp {
    padding-right: 68px !important;
  }
  .u-pR70sp {
    padding-right: 70px !important;
  }
  .u-pR72sp {
    padding-right: 72px !important;
  }
  .u-pR74sp {
    padding-right: 74px !important;
  }
  .u-pR76sp {
    padding-right: 76px !important;
  }
  .u-pR78sp {
    padding-right: 78px !important;
  }
  .u-pR80sp {
    padding-right: 80px !important;
  }
  .u-pR82sp {
    padding-right: 82px !important;
  }
  .u-pR84sp {
    padding-right: 84px !important;
  }
  .u-pR86sp {
    padding-right: 86px !important;
  }
  .u-pR88sp {
    padding-right: 88px !important;
  }
  .u-pR90sp {
    padding-right: 90px !important;
  }
  .u-pR92sp {
    padding-right: 92px !important;
  }
  .u-pR94sp {
    padding-right: 94px !important;
  }
  .u-pR96sp {
    padding-right: 96px !important;
  }
  .u-pR98sp {
    padding-right: 98px !important;
  }
  .u-pR100sp {
    padding-right: 100px !important;
  }
}
.u-taC {
  text-align: center !important;
}

.u-taL {
  text-align: left !important;
}

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

@media screen and (max-width: 767px) {
  .u-taCsp {
    text-align: center !important;
  }
  .u-taLsp {
    text-align: left !important;
  }
  .u-taRsp {
    text-align: right !important;
  }
}
.u-aiC {
  align-items: center !important;
}

.u-psB {
  display: flex;
  align-items: flex-end;
}

.u-dF {
  display: flex !important;
}

.u-pcOnly {
  display: block !important;
}

.u-spOnly {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
  .u-spOnly {
    display: block !important;
  }
}
.u-bgGray {
  background-color: #f1f0ee;
}

.u-bgWhite {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .u-bgGraySp {
    background-color: #f1f0ee;
  }
}
.u-bdT {
  border-top: 1px solid #c4c4c4;
}

.u-bdB {
  border-bottom: 1px solid #c4c4c4;
}

.u-bdBcb {
  border-bottom: 1px solid #222;
}

.u-mA {
  margin: 0 auto !important;
}

.u-w0 {
  width: 0% !important;
}

.u-w2 {
  width: 2% !important;
}

.u-w4 {
  width: 4% !important;
}

.u-w6 {
  width: 6% !important;
}

.u-w8 {
  width: 8% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w12 {
  width: 12% !important;
}

.u-w14 {
  width: 14% !important;
}

.u-w16 {
  width: 16% !important;
}

.u-w18 {
  width: 18% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w22 {
  width: 22% !important;
}

.u-w24 {
  width: 24% !important;
}

.u-w26 {
  width: 26% !important;
}

.u-w28 {
  width: 28% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w32 {
  width: 32% !important;
}

.u-w34 {
  width: 34% !important;
}

.u-w36 {
  width: 36% !important;
}

.u-w38 {
  width: 38% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w42 {
  width: 42% !important;
}

.u-w44 {
  width: 44% !important;
}

.u-w46 {
  width: 46% !important;
}

.u-w48 {
  width: 48% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w52 {
  width: 52% !important;
}

.u-w54 {
  width: 54% !important;
}

.u-w56 {
  width: 56% !important;
}

.u-w58 {
  width: 58% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w62 {
  width: 62% !important;
}

.u-w64 {
  width: 64% !important;
}

.u-w66 {
  width: 66% !important;
}

.u-w68 {
  width: 68% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w72 {
  width: 72% !important;
}

.u-w74 {
  width: 74% !important;
}

.u-w76 {
  width: 76% !important;
}

.u-w78 {
  width: 78% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w82 {
  width: 82% !important;
}

.u-w84 {
  width: 84% !important;
}

.u-w86 {
  width: 86% !important;
}

.u-w88 {
  width: 88% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w92 {
  width: 92% !important;
}

.u-w94 {
  width: 94% !important;
}

.u-w96 {
  width: 96% !important;
}

.u-w98 {
  width: 98% !important;
}

.u-w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-w0sp {
    width: 0% !important;
  }
  .u-w2sp {
    width: 2% !important;
  }
  .u-w4sp {
    width: 4% !important;
  }
  .u-w6sp {
    width: 6% !important;
  }
  .u-w8sp {
    width: 8% !important;
  }
  .u-w10sp {
    width: 10% !important;
  }
  .u-w12sp {
    width: 12% !important;
  }
  .u-w14sp {
    width: 14% !important;
  }
  .u-w16sp {
    width: 16% !important;
  }
  .u-w18sp {
    width: 18% !important;
  }
  .u-w20sp {
    width: 20% !important;
  }
  .u-w22sp {
    width: 22% !important;
  }
  .u-w24sp {
    width: 24% !important;
  }
  .u-w26sp {
    width: 26% !important;
  }
  .u-w28sp {
    width: 28% !important;
  }
  .u-w30sp {
    width: 30% !important;
  }
  .u-w32sp {
    width: 32% !important;
  }
  .u-w34sp {
    width: 34% !important;
  }
  .u-w36sp {
    width: 36% !important;
  }
  .u-w38sp {
    width: 38% !important;
  }
  .u-w40sp {
    width: 40% !important;
  }
  .u-w42sp {
    width: 42% !important;
  }
  .u-w44sp {
    width: 44% !important;
  }
  .u-w46sp {
    width: 46% !important;
  }
  .u-w48sp {
    width: 48% !important;
  }
  .u-w50sp {
    width: 50% !important;
  }
  .u-w52sp {
    width: 52% !important;
  }
  .u-w54sp {
    width: 54% !important;
  }
  .u-w56sp {
    width: 56% !important;
  }
  .u-w58sp {
    width: 58% !important;
  }
  .u-w60sp {
    width: 60% !important;
  }
  .u-w62sp {
    width: 62% !important;
  }
  .u-w64sp {
    width: 64% !important;
  }
  .u-w66sp {
    width: 66% !important;
  }
  .u-w68sp {
    width: 68% !important;
  }
  .u-w70sp {
    width: 70% !important;
  }
  .u-w72sp {
    width: 72% !important;
  }
  .u-w74sp {
    width: 74% !important;
  }
  .u-w76sp {
    width: 76% !important;
  }
  .u-w78sp {
    width: 78% !important;
  }
  .u-w80sp {
    width: 80% !important;
  }
  .u-w82sp {
    width: 82% !important;
  }
  .u-w84sp {
    width: 84% !important;
  }
  .u-w86sp {
    width: 86% !important;
  }
  .u-w88sp {
    width: 88% !important;
  }
  .u-w90sp {
    width: 90% !important;
  }
  .u-w92sp {
    width: 92% !important;
  }
  .u-w94sp {
    width: 94% !important;
  }
  .u-w96sp {
    width: 96% !important;
  }
  .u-w98sp {
    width: 98% !important;
  }
  .u-w100sp {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .u-wFullSp {
    width: 100vw;
    margin-left: -20px;
  }
}
.u-move {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 1s;
}

.u-move-left-to-right {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.u-move-right-to-left {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.u-move-top-to-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.u-move-bottom-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.u-listMark01 {
  position: relative;
  height: 100%;
  border-left: 1px solid #0b73b9;
  padding-left: 40px;
}
.u-listMark01::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #0b73b9;
}

.u-listMark02 {
  position: relative;
  padding-left: 72px;
}
.u-listMark02::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 1px;
  height: 27px;
  background-color: #0e73b9;
}
.u-listMark02::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 34px;
  height: 1px;
  background-color: #0e73b9;
}

@media screen and (max-width: 767px) {
  .u-listMark01 {
    padding-left: 0;
    border: none;
  }
  .u-listMark01::before {
    border: none;
    width: 0;
  }
  .u-listMark02 {
    padding-left: 34px;
  }
  .u-listMark02::before {
    top: 8px;
    height: 14px;
  }
  .u-listMark02::after {
    width: 22px;
  }
}
.u-psA {
  position: absolute !important;
}

.u-psR {
  position: relative !important;
}

.u-tm30 {
  top: -30px;
}

/* 画像コンテナのスタイル */
.u-parallax-container {
  overflow: hidden;
  position: absolute;
}

/* 画像のスタイル */
.u-parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
}


.youtubelist ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.youtubelist ul a{
  color: #fff;
  display: block;
  width: 49%;
  margin: 0 0 10px 0;
  padding: 16px 20px;
  background: linear-gradient(-120deg, rgba(92,166,215,1) 0%, rgba(11,115,185,1) 100%);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
}


.youtubelist ul a li {
  color: #fff;
}

.youtubelist ul a li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/youtbe.svg);
  width: 16px;
  height: 20px;
  margin: 0 5px 0 0;
 background-size: contain;
 vertical-align: middle;

 }


 @media screen and (max-width: 767px) {
  .youtubelist ul a{
    width: 100%;
  } 

}

.flextreat{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flextreat div{
  width: 30%;
}

.flextreat div img{
  width: 100%;
}

.flextreat div + div{
  width: 68%;
}

@media screen and (max-width: 767px) {
  .flextreat div,
  .flextreat div + div{
    width: 100%;
  }
}


.kan_pagelist ul li {
  margin: 0 0 10px 0;
}
/* -----------------------------------------------------------
   Access Popup (Modal)
----------------------------------------------------------- */
.access {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.access .wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.access .close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.access .close:hover {
    opacity: 0.7;
}

.access .inner {
    text-align: left;
}

.access .txt {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    word-break: break-all;
}

.access video {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #000;
}

@media screen and (max-width: 767px) {
    .access .wrap {
        padding: 30px 20px;
        max-height: 90vh;
        overflow-y: auto;
    }
    .access .txt {
        font-size: 12px;
    }
    .access .close {
        top: 10px;
        right: 10px;
        background: rgba(255,255,255,0.8);
        border-radius: 50%;
        padding: 5px;
    }
}


/* Subpage Footer Margin (Excluding Top Page) */
body:not(#top) main {
  padding-bottom: 120px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body:not(#top) main {
    padding-bottom: 80px;
  }
}

/* Editor Content Styles (for page.php) */
.entry-content {
  line-height: 1.8;
  color: #576770;
}
.entry-content h2 {
  font-size: 24px;
  color: #0b73b9;
  letter-spacing: 2px;
  line-height: 1.4em;
  margin-top: 60px;
  margin-bottom: 20px;
  border-left: 4px solid #0b73b9;
  padding-left: 15px;
}
.entry-content h3 {
  font-size: 18px;
  color: #0b73b9;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.entry-content li {
  margin-bottom: 5px;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.entry-content th, .entry-content td {
  border: 1px solid #dbe6ed;
  padding: 12px 15px;
  text-align: left;
}
.entry-content th {
  background-color: #f7f9fa;
  font-weight: bold;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 20px;
    margin-top: 40px;
  }
  .entry-content h3 {
    font-size: 16px;
  }
  .entry-content th, .entry-content td {
    padding: 10px;
    font-size: 13px;
  }
  .entry-content th {
    width: 40%;
  }
}

/* ==========================================================================
   Gutenberg (Block Editor) Compatibility Styles
   ========================================================================== */

/* 1. 特徴リスト (u-listMark02) のブロックエディタ対応 */
ul.u-listMark02 {
  padding-left: 0;
  margin-top: 36px;
  list-style: none; /* デフォルトの黒丸を隠す */
}
ul.u-listMark02 li {
  position: relative;
  padding-left: 72px;
  list-style: none;
  margin-top: 52px;
}
ul.u-listMark02 li:first-child {
  margin-top: 0;
}
ul.u-listMark02 li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 1px;
  height: 27px;
  background-color: #0e73b9;
}
ul.u-listMark02 li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 34px;
  height: 1px;
  background-color: #0e73b9;
}

@media screen and (max-width: 767px) {
  ul.u-listMark02 {
    margin-top: 20px;
  }
  ul.u-listMark02 li {
    padding-left: 34px;
    margin-top: 20px;
  }
  ul.u-listMark02 li::before {
    top: 8px;
    height: 14px;
  }
  ul.u-listMark02 li::after {
    width: 22px;
  }
}

/* 2. ご予約ポイントリスト (p-pointList) のCSSカウンター対応 */
ul.p-pointList {
  width: 100%;
  padding-left: 0;
  counter-reset: point-counter;
  margin-top: 10px;
}
ul.p-pointList li {
  position: relative;
  left: 0;
  padding: 30px 30px 4px 49px;
  font-size: 24px;
  text-indent: -40px;
  line-height: 28px;
  border-bottom: 1px solid #dae7ef;
  transition: 0.3s ease;
  list-style: none; /* デフォルトの黒丸を隠す */
}
ul.p-pointList li::before {
  content: "0" counter(point-counter) " ";
  counter-increment: point-counter;
  font-size: 17px;
  padding-right: 9px;
}
#about ul.p-pointList li::before {
  color: #0b73b9;
  font-weight: bold;
}
ul.p-pointList li:hover {
  left: 20px;
}

@media screen and (max-width: 767px) {
  ul.p-pointList li {
    padding: 10px 10px 4px 24px;
    font-size: 17px;
    text-indent: -27px;
    border-bottom: 1px solid #f5f5f5;
  }
  ul.p-pointList li::before {
    padding-right: 6px;
    font-size: 13px;
  }
  ul.p-pointList li:hover {
    left: auto;
  }
}
#about ul.p-pointList li {
  padding: 30px 30px 16px 49px;
}





