@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&family=Noto+Sans+JP:wght@400;500&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
main {
  display: block;
}
img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}
select::-ms-expand {
  display: none;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #525263;
  background-color: #fff;
  min-width: 1366px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.l-container {
  overflow-x: hidden;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding-top: 65px;
  }
}
.l-container .scrollUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 1s ease;
}
.l-container .scrollUp.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.l-container .fadeInText {
  clip-path: inset(0 100% 0 0);
  transition: 2s ease;
  padding-bottom: 3px;
}
.l-container .fadeInText.is-show {
  clip-path: inset(0);
}
.l-header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 22px 0 15px;
}
.l-header__content__logo {
  width: 77px;
  height: 63px;
  display: inline-block;
}
.l-header__content__menu {
  display: flex;
}
.l-header__content__menu__item {
  position: relative;
  margin-right: 40px;
}
.l-header__content__menu__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .l-header__content__menu__item {
    margin-right: 0;
  }
}
.l-header__content__menu__item::before {
  content: "";
  background-color: #d2d2df;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  transition: 0.5s;
}
.l-header__content__menu__item:hover::before {
  width: 100%;
}
.concept .l-header__content__menu__item:nth-child(1)::before,
.products .l-header__content__menu__item:nth-child(2)::before,
.hq .l-header__content__menu__item:nth-child(2)::before,
.hq-e .l-header__content__menu__item:nth-child(2)::before,
.aza .l-header__content__menu__item:nth-child(2)::before,
.ad-face .l-header__content__menu__item:nth-child(2)::before,
.ad-body .l-header__content__menu__item:nth-child(2)::before,
.vc .l-header__content__menu__item:nth-child(2)::before,
.uv-n .l-header__content__menu__item:nth-child(2)::before,
.uv-s .l-header__content__menu__item:nth-child(2)::before,
.ec .l-header__content__menu__item:nth-child(2)::before,
.howToUse .l-header__content__menu__item:nth-child(3)::before,
.buy .l-header__content__menu__item:nth-child(4)::before {
  width: 100%;
}
.l-header__content__menu__item a {
  color: #525263;
  display: inline-block;
  padding-bottom: 10px;
}
.l-header__xsContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.l-header__xsContent__logo {
  display: inline-block;
  width: 53px;
  height: 45px;
}
.l-header__xsContent__menuBtn {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: relative;
}
.l-header__xsContent__menuBtn span {
  position: absolute;
  height: 1px;
  width: 30px;
  left: 5px;
  background-color: #525263;
}
.l-header__xsContent__menuBtn span:nth-child(1) {
  top: 8px;
}
.l-header__xsContent__menuBtn span:nth-child(2) {
  top: 18px;
}
.l-header__xsContent__menuBtn span:nth-child(3) {
  top: 28px;
}
.l-header__xsContent__nav {
  position: fixed;
  top: 0;
  left: 200%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #525263;
  transition: 1s;
}
.l-header__xsContent__nav.is-show {
  left: 0;
}
.l-header__xsContent__nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  padding: 10px 20px 0;
}
.l-header__xsContent__nav__container__logo {
  display: inline-block;
  width: 53px;
  height: 45px;
}
.l-header__xsContent__nav__container__menuBtn {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.l-header__xsContent__nav__container__menuBtn span {
  position: absolute;
  height: 1px;
  width: 30px;
  left: 5px;
  top: 18px;
  background-color: #fff;
}
.l-header__xsContent__nav__container__menuBtn span:nth-child(1) {
  transform: rotate(45deg);
}
.l-header__xsContent__nav__container__menuBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.l-header__xsContent__nav__list {
  padding: 0 20px 10px;
}
.l-header__xsContent__nav__list__item {
  margin-bottom: 30px;
}
.concept .l-header__xsContent__nav__list__item:nth-child(1) a,
.products .l-header__xsContent__nav__list__item:nth-child(2) a,
.hq .l-header__xsContent__nav__list__item:nth-child(2) a,
.hq-e .l-header__xsContent__nav__list__item:nth-child(2) a,
.aza .l-header__xsContent__nav__list__item:nth-child(2) a,
.ad-face .l-header__xsContent__nav__list__item:nth-child(2) a,
.ad-body .l-header__xsContent__nav__list__item:nth-child(2) a,
.vc .l-header__xsContent__nav__list__item:nth-child(2) a,
.uv-n .l-header__xsContent__nav__list__item:nth-child(2) a,
.uv-s .l-header__xsContent__nav__list__item:nth-child(2) a,
.ec .l-header__xsContent__nav__list__item:nth-child(2) a,
.howToUse .l-header__xsContent__nav__list__item:nth-child(3) a,
.buy .l-header__xsContent__nav__list__item:nth-child(4) a {
  border-bottom: 1px solid #fff;
}
.l-header__xsContent__nav__list__item a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  padding: 5px 0;
}
.l-footer {
  width: 100%;
}
.l-footer__top {
  background-color: #525263;
}
.l-footer__top__inner__main {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main {
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
  }
}
.l-footer__top__inner__main__leftContents__logo {
  display: inline-block;
  width: 118px;
  height: 98px;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main__leftContents__logo {
    width: 73px;
    height: 60px;
    margin-bottom: 25px;
  }
}
.l-footer__top__inner__main__rightContents__linkList {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main__rightContents__linkList {
    display: block;
  }
}
.l-footer__top__inner__main__rightContents__linkList__item {
  color: #fff;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  letter-spacing: 0.05em;
  font-family: "Barlow", sans-serif;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main__rightContents__linkList__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.l-footer__top__inner__main__rightContents__linkList__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main__rightContents__linkList__item:last-child {
    margin-bottom: 0;
  }
}
.l-footer__top__inner__main__rightContents__linkList__item > a {
  color: #fff;
  font-size: 18px;
  font-size: calc(18 / 10 * 1rem);
  letter-spacing: 0.05em;
  font-family: "Barlow", sans-serif;
}
.l-footer__top__inner__main__rightContents__linkList__item__children {
  padding-top: 15px;
  display: flex;
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list {
  margin-right: 40px;
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__main__rightContents__linkList__item__children__list {
    width: 50%;
  }
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list__item {
  margin-bottom: 10px;
  line-height: 1;
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list__item:last-child {
  margin-bottom: 0;
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list__item
  > a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.l-footer__top__inner__main__rightContents__linkList__item__children__list__item
  > a
  > span {
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__top__inner__sub {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__sub {
    padding: 30px 0 40px;
  }
}
.l-footer__top__inner__sub__leftContents__linkList {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__sub__leftContents__linkList {
    display: block;
  }
}
.l-footer__top__inner__sub__leftContents__linkList__item {
  margin-right: 40px;
}
.l-footer__top__inner__sub__leftContents__linkList__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__sub__leftContents__linkList__item {
    margin-right: 0;
    font-size: 10px;
    font-size: calc(10 / 10 * 1rem);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__sub__leftContents__linkList__item:last-child {
    margin-bottom: 0;
  }
}
.l-footer__top__inner__sub__leftContents__linkList__item > a {
  color: #fff;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .l-footer__top__inner__sub__leftContents__linkList__item > a {
    font-size: 10px;
    font-size: calc(10 / 10 * 1rem);
  }
}
.l-footer__top__inner__sub__rightContents__copy {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  font-weight: 400;
}
.l-footer__top__inner__sub__rightContents__linklist__item {
  font-size: 10px;
  font-size: calc(10 / 10 * 1rem);
  margin-bottom: 10px;
}
.l-footer__top__inner__sub__rightContents__linklist__item:last-child {
  margin-bottom: 0;
}
.l-footer__top__inner__sub__rightContents__linklist__item > a {
  color: #fff;
  font-size: 10px;
  font-size: calc(10 / 10 * 1rem);
  position: relative;
}
.l-footer__bottom {
  background-color: #ffffff;
}
.l-footer__bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 22px;
}
.l-footer__bottom__inner__leftContents__linklist {
  display: flex;
}
.l-footer__bottom__inner__leftContents__linklist__item {
  margin-right: 40px;
}
.l-footer__bottom__inner__leftContents__linklist__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__bottom__inner__leftContents__linklist__item {
    margin-right: 0;
  }
}
.l-footer__bottom__inner__leftContents__linklist__item > a {
  color: #525263;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__bottom__inner__rightContents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
}
.l-footer__bottom__inner__rightContents__rohtoLogo {
  display: inline-block;
  width: 93px;
  height: 34px;
}
.l-footer__bottom__inner__rightContents__copy {
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  font-size: calc(10 / 10 * 1rem);
  line-height: 1.4;
  width: 150px;
}
.c-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-btn_type01 {
  color: #525263;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  border: 1px solid #525263;
  width: 300px;
  padding: 21px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn_type01 {
    font-size: 14px;
    font-size: calc(14 / 10 * 1rem);
    width: calc(100% - 30px);
  }
}
.c-btn_type01:hover::before {
  right: -42px;
}
.c-btn_type01::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 8px;
  background-image: url(/drx/assets/images/common/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.c-btn_type02 {
  color: #525263;
  background-color: #fff;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  width: 300px;
  padding: 21px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn_type02 {
    font-size: 14px;
    font-size: calc(14 / 10 * 1rem);
    width: calc(100% - 30px);
  }
}
.c-btn_type02:hover::before {
  right: -42px;
}
.c-btn_type02::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 8px;
  background-image: url(/drx/assets/images/common/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.c-btn_type03 {
  background-color: #525263;
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  width: 300px;
  padding: 21px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn_type03 {
    font-size: 14px;
    font-size: calc(14 / 10 * 1rem);
    width: calc(100% - 30px);
  }
}
.c-btn_type03:hover::before {
  right: -42px;
}
.c-btn_type03:hover::after {
  width: 18px;
}
.c-btn_type03::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 8px;
  background-image: url(/drx/assets/images/common/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
.c-btn_type03::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% + 3px);
  width: 28px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.c-inner {
  position: relative;
  height: 100%;
}
.c-inner_content {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-inner_content {
    width: auto;
    padding: 0 20px;
  }
}
.p-recordModal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(106, 106, 106, 0.7);
  z-index: 99999;
  display: none;
}
.p-recordModal__window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  max-height: 570px;
  height: 100%;
  padding: 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window {
    width: calc(100% - 12px);
    max-height: auto;
    padding: 40px 20px;
  }
}
.p-recordModal__window__heading {
  text-align: center;
  font-size: 26px;
  font-size: calc(26 / 10 * 1rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__heading {
    font-size: 20px;
    font-size: calc(20 / 10 * 1rem);
    margin-bottom: 20px;
  }
}
.p-recordModal__window__content {
  text-align: center;
}
.p-recordModal__window__content p {
  line-height: 2.14;
  margin-bottom: 5rem;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-size: calc(14 / 10 * 1rem);
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.p-recordModal__window__content ul {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul {
    display: block;
  }
}
.p-recordModal__window__content ul li {
  margin-right: 30px;
  width: calc(50% - (30px / 2));
  background-color: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li {
    margin-right: 0;
    width: 100%;
  }
}
.p-recordModal__window__content ul li:last-child {
  margin-right: 0;
  background-color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li:last-child {
    margin-top: 20px;
  }
}
.p-recordModal__window__content ul li:last-child a {
  color: #ebebeb;
}
.p-recordModal__window__content ul li:last-child a::after {
  background: url(assets/images/common/btn_icon_w.svg);
}
.p-recordModal__window__content ul li a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  letter-spacing: 0.28px;
  position: relative;
  cursor: pointer;
}
.p-recordModal__window__content ul li a::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(assets/images/common/btn_icon.svg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li a::after {
    right: 20px;
  }
}
.p-recordModal__window__content h3 {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window__content h3 {
    margin-bottom: 20px;
  }
}
.p-recordModal__window button {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 26px;
  height: 27px;
  background-image: url(assets/images/common/icon_close.svg);
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-recordModal__window button {
    top: 10px;
    right: 10px;
  }
}
.is-openModal {
  cursor: pointer;
}
.p-links {
  background-image: url(/drx/assets/images/common/linksBg.jpg);
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-links {
    background-image: url(/drx/assets/images/common/linksBg_xs.jpg);
  }
}
.p-links__hl {
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-links__hl {
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
    line-height: calc(40 / 22);
    margin-right: -3px;
    margin-bottom: 15px;
  }
}
.p-links__lead {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-links__lead {
    text-align: left;
    line-height: calc(32 / 16);
  }
}
.p-links__btnWrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-links__btnWrapper {
    display: block;
    text-align: left;
  }
}
.p-links__btnWrapper__btn {
  margin-right: 75px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-links__btnWrapper__btn {
    margin-right: 0;
  }
}
.p-links__btnWrapper__btn:nth-child(2) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .p-links__btnWrapper__btn:nth-child(2) {
    margin-top: 20px;
  }
}
.p-findAClinic {
  background-color: #d2d2df;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-findAClinic {
    padding: 60px 0;
  }
}
.p-findAClinic__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-findAClinic__wrapper {
    display: block;
  }
}
.p-findAClinic__wrapper__left__hl {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-findAClinic__wrapper__left__hl {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    margin-bottom: 10px;
  }
}
.p-findAClinic__wrapper__left__catch {
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: calc(56 / 32);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-findAClinic__wrapper__left__catch {
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
    line-height: calc(40 / 22);
  }
}
.p-findAClinic__wrapper__right__lead {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .p-findAClinic__wrapper__right__lead {
    margin-bottom: 40px;
  }
}
.p-productArticle {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-productArticle {
    padding-bottom: 100px;
  }
}
.p-productArticle__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-productArticle__wrapper {
    display: block;
  }
}
.p-productArticle__wrapper__fig {
  width: 728px;
  margin-right: -83px;
}
@media only screen and (min-width: 1920px) {
  .p-productArticle__wrapper__fig {
    width: 1005px;
    margin-right: -360px;
  }
}
@media only screen and (max-width: 767px) {
  .p-productArticle__wrapper__fig {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: 40px;
    border-radius: 10px 0 0 10px;
  }
}
.p-productArticle__wrapper__texts {
  width: 495px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .p-productArticle__wrapper__texts {
    width: 100%;
    padding-right: 0;
  }
}
.p-productArticle__wrapper__texts__hl {
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  letter-spacing: 0.18em;
  line-height: calc(56 / 32);
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-productArticle__wrapper__texts__hl {
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
    line-height: calc(40 / 22);
    margin-bottom: 20px;
  }
}
.p-productArticle__wrapper__texts__lead {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
}
#index.ad-face .p-productArticle__wrapper__texts__lead,
#index.ad-body .p-productArticle__wrapper__texts__lead {
  width: 502px;
}
@media only screen and (max-width: 767px) {
  #index.ad-face .p-productArticle__wrapper__texts__lead,
  #index.ad-body .p-productArticle__wrapper__texts__lead {
    width: auto;
  }
}
.p-productArticle__wrapper__texts__image {
  margin-top: 50px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .p-productArticle__wrapper__texts__image {
    margin-top: 40px;
    padding-left: 0;
  }
}
.p-productComponent {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-productComponent {
    padding-bottom: 100px;
  }
}
.p-productComponent__inner {
  border: 1px solid #525263;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .p-productComponent__inner {
    padding: 20px;
  }
}
.p-productComponent__inner__hl {
  font-size: 20px;
  font-size: calc(20 / 10 * 1rem);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-productComponent__inner__hl {
    font-size: 16px;
    font-size: calc(16 / 10 * 1rem);
  }
}
.p-productComponent__inner__contents {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-productComponent__inner__contents {
    font-size: 14px;
    font-size: calc(14 / 10 * 1rem);
    line-height: calc(30 / 14);
  }
}
.p-productComponent__inner__footnote {
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
}
.p-productFaq {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-productFaq {
    padding-bottom: 100px;
  }
}
.p-productFaq__enHl {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__enHl {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    margin-bottom: 10px;
  }
}
.p-productFaq__hl {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  letter-spacing: 0.18em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__hl {
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
    margin-bottom: 30px;
  }
}
.p-productFaq__list {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__list {
    width: 100%;
  }
}
.p-productFaq__list__item {
  margin-bottom: 40px;
}
.p-productFaq__list__item.is-open .p-productFaq__list__item__q::after {
  display: none;
}
.p-productFaq__list__item__q {
  background-color: #f5f8fa;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.p-productFaq__list__item__q::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: #525263;
}
.p-productFaq__list__item__q::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  background-color: #525263;
}
.p-productFaq__list__item__q__text {
  position: relative;
  padding: 0 70px;
  line-height: calc(34 / 16);
}
@media only screen and (max-width: 767px) {
  .p-productFaq__list__item__q__text {
    padding: 0 70px 0 50px;
  }
}
.p-productFaq__list__item__q__text::before {
  content: "Q.";
  position: absolute;
  left: 30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__list__item__q__text::before {
    left: 20px;
  }
}
.p-productFaq__list__item__a {
  padding-top: 15px;
  display: none;
}
.p-productFaq__list__item__a__text {
  padding: 0 70px;
  line-height: calc(34 / 16);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__list__item__a__text {
    padding: 0 50px;
  }
}
.p-productFaq__list__item__a__text::before {
  content: "A.";
  position: absolute;
  left: 30px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .p-productFaq__list__item__a__text::before {
    left: 20px;
  }
}
.p-productHowToUse {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse {
    padding-bottom: 100px;
  }
}
.p-productHowToUse__wrapper {
  display: flex;
  align-items: center;
  background-color: #f5f8fa;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper {
    display: block;
  }
}
.p-productHowToUse__wrapper__fig {
  width: 645px;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__fig {
    width: 100%;
  }
}
.p-productHowToUse__wrapper__texts {
  width: 555px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__texts {
    width: 100%;
    padding: 40px 20px !important;
  }
}
.p-productHowToUse__wrapper__texts__enHl {
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__texts__enHl {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    margin-bottom: 10px;
  }
}
.p-productHowToUse__wrapper__texts__hl {
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  letter-spacing: 0.18em;
  line-height: calc(56 / 32);
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__texts__hl {
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
    margin-bottom: 20px;
  }
}
.p-productHowToUse__wrapper__texts__top__lead {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
}
.p-productHowToUse__wrapper__texts__top__btn {
  margin-top: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__texts__top__btn {
    margin-top: 20px;
  }
}
.p-productHowToUse__wrapper__texts__bottom {
  padding-top: 20px;
  border-top: 1px solid #d2d2df;
  margin-top: 20px;
}
.p-productHowToUse__wrapper__texts__bottom__hl {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.p-productHowToUse__wrapper__texts__bottom__list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-productHowToUse__wrapper__texts__bottom__list {
    margin-bottom: 15px;
  }
}
.p-productHowToUse__wrapper__texts__bottom__list__item {
  line-height: calc(30 / 14);
  position: relative;
  padding-left: 16px;
}
.p-productHowToUse__wrapper__texts__bottom__list__item > span {
  position: absolute;
  left: 0;
  top: 0;
}
.p-productMain {
  padding: 50px 0 200px;
}
@keyframes fadeInMain {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .p-productMain {
    padding: 60px 0 100px;
  }
}
.p-productMain__wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper {
    display: block;
  }
}
.p-productMain__wrapper__xsTexts {
  margin-bottom: 40px;
}
.p-productMain__wrapper__xsTexts__catch {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  margin-bottom: 10px;
  line-height: calc(27 / 16);
}
.p-productMain__wrapper__xsTexts__name {
  font-size: 22px;
  font-size: calc(22 / 10 * 1rem);
  line-height: calc(40 / 22);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-productMain__wrapper__xsTexts__category {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  margin-bottom: 10px;
  font-weight: 500;
}
.p-productMain__wrapper__xsTexts__price {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(28 / 16);
}
.p-productMain__wrapper__xsTexts__price > span {
  font-size: 10px;
  font-size: calc(10 / 10 * 1rem);
}
.p-productMain__wrapper__texts {
  width: 555px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__texts {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #f5f8fa;
  }
}
.p-productMain__wrapper__texts__lgTexts {
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f8fa;
  margin-bottom: 20px;
}
.p-productMain__wrapper__texts__lgTexts__catch {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  margin-bottom: 10px;
  line-height: calc(27 / 16);
}
.p-productMain__wrapper__texts__lgTexts__name {
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(56 / 32);
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}
.p-productMain__wrapper__texts__lgTexts__category {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  font-weight: 500;
  margin-bottom: 10px;
}
.p-productMain__wrapper__texts__lgTexts__price {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  line-height: calc(34 / 16);
}
.p-productMain__wrapper__texts__lgTexts__price > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  font-size: calc(10 / 10 * 1rem);
}
.p-productMain__wrapper__texts__features {
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
}
.p-productMain__wrapper__texts__features__item {
  line-height: calc(34 / 16);
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__texts__features__item {
    position: relative;
    padding-left: 20px;
    line-height: calc(32 / 16);
  }
  .p-productMain__wrapper__texts__features__item > span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-productMain__wrapper__texts__features__item:last-child {
  margin-bottom: 0;
}
.p-productMain__wrapper__texts__footnote {
  margin-top: 20px;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  line-height: calc(18 / 12);
}
.p-productMain__wrapper__texts__caution {
  margin-top: 20px;
  font-size: 12px;
  font-size: calc(12 / 10 * 1rem);
  line-height: calc(18 / 12);
}
.p-productMain__wrapper__texts__recommend {
  background-color: #f5f8fa;
  padding: 30px;
  margin-top: 20px;
}
.p-productMain__wrapper__texts__recommend__hl {
  font-weight: 500;
  font-size: 16px;
  font-size: calc(16 / 10 * 1rem);
  margin-bottom: 15px;
}
.p-productMain__wrapper__texts__recommend__list__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.p-productMain__wrapper__texts__recommend__list__item:last-child {
  margin-bottom: 0;
}
.p-productMain__wrapper__texts__recommend__list__item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(./images/common/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-productMain__wrapper__texts__btns {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.p-productMain__wrapper__texts__btns__btn:first-child {
  margin-bottom: 20px;
}
.p-productMain__wrapper__image {
  width: 555px;
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-right: 0;
  }
}
.p-productMain__wrapper__image__slider {
  margin-bottom: 20px;
}
.p-productMain__wrapper__image__slider__item > img {
  border-radius: 10px;
}
.p-productMain__wrapper__image__slider .slide-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 380px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__slider .slide-arrow {
    top: calc(50% - 30px);
  }
}
.p-productMain__wrapper__image__slider .prev-arrow {
  transform: scaleX(-1);
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__slider .prev-arrow {
    left: -20px;
  }
}
.p-productMain__wrapper__image__slider .next-arrow {
  right: -30px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__slider .next-arrow {
    right: -20px;
  }
}
.p-productMain__wrapper__image__slider .slick-disabled {
  opacity: 0.3;
  cursor: auto;
}
.p-productMain__wrapper__image__thumbnail {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-productMain__wrapper__image__thumbnail .slick-track {
  display: flex;
  justify-content: center;
}
.p-productMain__wrapper__image__thumbnail .slick-slide {
  width: 100px !important;
  height: 100px !important;
  margin-right: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__thumbnail .slick-slide {
    width: 60px !important;
    height: 60px !important;
  }
}
.p-productMain__wrapper__image__thumbnail .slick-slide:last-child {
  margin-right: 0;
}
.p-productMain__wrapper__image__thumbnail .slick-current {
  border-radius: 10px;
  border: 1px solid #525263;
}
.p-productMain__wrapper__image__thumbnail__item {
  cursor: pointer;
  width: 100px;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__thumbnail__item {
    width: 60px;
  }
}
.p-productMain__wrapper__image__thumbnail__item > img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-productMain__wrapper__image__thumbnail__item > img {
    width: 60px;
    height: 60px;
  }
}
.p-mv {
  background-color: #f5f8fa;
}
.p-mv__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-mv__wrapper {
    display: block;
    padding-top: 60px;
    position: relative;
  }
}
.p-mv__wrapper__fig {
  width: 728px;
  margin: 50px 0 -100px -83px;
  animation: fadeIn 2s ease;
}
@keyframes fadeIn {
  0% {
    margin: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin: 50px 0 -100px -83px;
  }
}
@media only screen and (min-width: 1920px) {
  @keyframes fadeIn {
    0% {
      margin: 0;
      opacity: 0;
    }
    100% {
      opacity: 1;
      margin: 50px 0 -100px -360px;
    }
  }
}
@media only screen and (min-width: 1920px) {
  .p-mv__wrapper__fig {
    width: 1005px;
    margin: 50px 0 -100px -360px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__wrapper__fig {
    width: calc(100% + 20px);
    margin: -150px 0 0 -20px;
    position: relative;
    left: 0;
    bottom: -150px;
    animation: none;
  }
}
.p-mv__wrapper__fig > img {
  border-radius: 0 10px 10px 0;
}
.p-mv__wrapper__texts {
  width: 555px;
  padding-left: 100px;
  padding-bottom: 3px;
  animation: fadeInText 3s ease;
}
@keyframes fadeInText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__wrapper__texts {
    width: 100%;
    padding-left: 0;
  }
}
.p-mv__wrapper__texts__enTitle {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 24px;
  font-size: calc(24 / 10 * 1rem);
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-mv__wrapper__texts__enTitle {
    font-size: 18px;
    font-size: calc(18 / 10 * 1rem);
    margin-bottom: 10px;
  }
}
.p-mv__wrapper__texts__title {
  font-weight: 500;
  font-size: 32px;
  font-size: calc(32 / 10 * 1rem);
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  .p-mv__wrapper__texts__title {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: calc(22 / 10 * 1rem);
  }
}
.u-ta_c {
  text-align: center !important;
}
.u-ta_l {
  text-align: left !important;
}
.u-ta_r {
  text-align: right !important;
}
.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.4s opacity ease;
}
.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.u-clearfix:after {
  clear: both;
}
.u-visible_xs,
.u-visible_lg,
.u-visible_xl {
  display: none !important;
}
.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block,
.u-visible_xl_block,
.u-visible_xl_inline,
.u-visible_xl_inline-block {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .u-visible_lg {
    display: none !important;
  }
  .u-visible_xl {
    display: block !important;
  }
  table.u-visible_lg {
    display: none !important;
  }
  table.u-visible_xl {
    display: table !important;
  }
  tr.u-visible_lg {
    display: none !important;
  }
  tr.u-visible_xl {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: none !important;
  }
  th.u-visible_xl,
  td.u-visible_xl {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1920px) {
  .u-visible_lg_block {
    display: none !important;
  }
  .u-visible_xl_block {
    display: block !important;
  }
}
@media only screen and (min-width: 1920px) {
  .u-visible_xl_inline {
    display: none !important;
  }
  .u-visible_xl_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1920px) {
  .u-visible_lg_inline-block {
    display: none !important;
  }
  .u-visible_xl_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .u-hidden_xl {
    display: none !important;
  }
}
.u-noEvent {
  pointer-events: none;
}
.u-fw_normal {
  font-weight: normal !important;
}
.u-fw_bold {
  font-weight: bold !important;
}
.u-fs_normal {
  font-style: normal !important;
}
.u-fs_italic {
  font-style: italic !important;
}
.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m_00 {
  margin: 0 !important;
}
.u-m_05 {
  margin: 5px !important;
}
.u-m_10 {
  margin: 10px !important;
}
.u-m_15 {
  margin: 15px !important;
}
.u-m_20 {
  margin: 20px !important;
}
.u-m_25 {
  margin: 25px !important;
}
.u-m_30 {
  margin: 30px !important;
}
.u-m_35 {
  margin: 35px !important;
}
.u-m_40 {
  margin: 40px !important;
}
.u-m_45 {
  margin: 45px !important;
}
.u-m_50 {
  margin: 50px !important;
}
.u-mt_00 {
  margin-top: 0 !important;
}
.u-mt_05 {
  margin-top: 5px !important;
}
.u-mt_10 {
  margin-top: 10px !important;
}
.u-mt_15 {
  margin-top: 15px !important;
}
.u-mt_20 {
  margin-top: 20px !important;
}
.u-mt_25 {
  margin-top: 25px !important;
}
.u-mt_30 {
  margin-top: 30px !important;
}
.u-mt_35 {
  margin-top: 35px !important;
}
.u-mt_40 {
  margin-top: 40px !important;
}
.u-mt_45 {
  margin-top: 45px !important;
}
.u-mt_50 {
  margin-top: 50px !important;
}
.u-mb_00 {
  margin-bottom: 0 !important;
}
.u-mb_05 {
  margin-bottom: 5px !important;
}
.u-mb_10 {
  margin-bottom: 10px !important;
}
.u-mb_15 {
  margin-bottom: 15px !important;
}
.u-mb_20 {
  margin-bottom: 20px !important;
}
.u-mb_25 {
  margin-bottom: 25px !important;
}
.u-mb_30 {
  margin-bottom: 30px !important;
}
.u-mb_35 {
  margin-bottom: 35px !important;
}
.u-mb_40 {
  margin-bottom: 40px !important;
}
.u-mb_45 {
  margin-bottom: 45px !important;
}
.u-mb_50 {
  margin-bottom: 50px !important;
}
.u-ml_00 {
  margin-left: 0 !important;
}
.u-ml_05 {
  margin-left: 5px !important;
}
.u-ml_10 {
  margin-left: 10px !important;
}
.u-ml_15 {
  margin-left: 15px !important;
}
.u-ml_20 {
  margin-left: 20px !important;
}
.u-ml_25 {
  margin-left: 25px !important;
}
.u-ml_30 {
  margin-left: 30px !important;
}
.u-ml_35 {
  margin-left: 35px !important;
}
.u-ml_40 {
  margin-left: 40px !important;
}
.u-ml_45 {
  margin-left: 45px !important;
}
.u-ml_50 {
  margin-left: 50px !important;
}
.u-mr_00 {
  margin-right: 0 !important;
}
.u-mr_05 {
  margin-right: 5px !important;
}
.u-mr_10 {
  margin-right: 10px !important;
}
.u-mr_15 {
  margin-right: 15px !important;
}
.u-mr_20 {
  margin-right: 20px !important;
}
.u-mr_25 {
  margin-right: 25px !important;
}
.u-mr_30 {
  margin-right: 30px !important;
}
.u-mr_35 {
  margin-right: 35px !important;
}
.u-mr_40 {
  margin-right: 40px !important;
}
.u-mr_45 {
  margin-right: 45px !important;
}
.u-mr_50 {
  margin-right: 50px !important;
}
.u-mb_lv01 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv01 {
    margin-bottom: 5px;
  }
}
.u-mb_lv02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv02 {
    margin-bottom: 10px;
  }
}
.u-mb_lv03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv03 {
    margin-bottom: 15px;
  }
}
.u-mb_lv04 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv04 {
    margin-bottom: 20px;
  }
}
.u-mb_lv05 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv05 {
    margin-bottom: 25px;
  }
}
.u-mb_lv06 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv06 {
    margin-bottom: 30px;
  }
}
.u-mb_lv07 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv07 {
    margin-bottom: 35px;
  }
}
.u-mb_lv08 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv08 {
    margin-bottom: 40px;
  }
}
.u-mb_lv09 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv09 {
    margin-bottom: 45px;
  }
}
.u-mb_lv10 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv10 {
    margin-bottom: 50px;
  }
}
.u-mb_lv11 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv11 {
    margin-bottom: 55px;
  }
}
.u-mb_lv12 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv12 {
    margin-bottom: 60px;
  }
}
.u-mb_lv13 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv13 {
    margin-bottom: 65px;
  }
}
.u-mb_lv14 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv14 {
    margin-bottom: 70px;
  }
}
.u-mb_lv15 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv15 {
    margin-bottom: 80px;
  }
}
.u-p_00 {
  padding: 0 !important;
}
.u-p_05 {
  padding: 5px !important;
}
.u-p_10 {
  padding: 10px !important;
}
.u-p_15 {
  padding: 15px !important;
}
.u-p_20 {
  padding: 20px !important;
}
.u-p_25 {
  padding: 25px !important;
}
.u-p_30 {
  padding: 30px !important;
}
.u-p_35 {
  padding: 35px !important;
}
.u-p_40 {
  padding: 40px !important;
}
.u-p_45 {
  padding: 45px !important;
}
.u-p_50 {
  padding: 50px !important;
}
.u-pt_00 {
  padding-top: 0 !important;
}
.u-pt_05 {
  padding-top: 5px !important;
}
.u-pt_10 {
  padding-top: 10px !important;
}
.u-pt_15 {
  padding-top: 15px !important;
}
.u-pt_20 {
  padding-top: 20px !important;
}
.u-pt_25 {
  padding-top: 25px !important;
}
.u-pt_30 {
  padding-top: 30px !important;
}
.u-pt_35 {
  padding-top: 35px !important;
}
.u-pt_40 {
  padding-top: 40px !important;
}
.u-pt_45 {
  padding-top: 45px !important;
}
.u-pt_50 {
  padding-top: 50px !important;
}
.u-pb_00 {
  padding-bottom: 0 !important;
}
.u-pb_05 {
  padding-bottom: 5px !important;
}
.u-pb_10 {
  padding-bottom: 10px !important;
}
.u-pb_15 {
  padding-bottom: 15px !important;
}
.u-pb_20 {
  padding-bottom: 20px !important;
}
.u-pb_25 {
  padding-bottom: 25px !important;
}
.u-pb_30 {
  padding-bottom: 30px !important;
}
.u-pb_35 {
  padding-bottom: 35px !important;
}
.u-pb_40 {
  padding-bottom: 40px !important;
}
.u-pb_45 {
  padding-bottom: 45px !important;
}
.u-pb_50 {
  padding-bottom: 50px !important;
}
.u-pl_00 {
  padding-left: 0 !important;
}
.u-pl_05 {
  padding-left: 5px !important;
}
.u-pl_10 {
  padding-left: 10px !important;
}
.u-pl_15 {
  padding-left: 15px !important;
}
.u-pl_20 {
  padding-left: 20px !important;
}
.u-pl_25 {
  padding-left: 25px !important;
}
.u-pl_30 {
  padding-left: 30px !important;
}
.u-pl_35 {
  padding-left: 35px !important;
}
.u-pl_40 {
  padding-left: 40px !important;
}
.u-pl_45 {
  padding-left: 45px !important;
}
.u-pl_50 {
  padding-left: 50px !important;
}
.u-pr_00 {
  padding-right: 0 !important;
}
.u-pr_05 {
  padding-right: 5px !important;
}
.u-pr_10 {
  padding-right: 10px !important;
}
.u-pr_15 {
  padding-right: 15px !important;
}
.u-pr_20 {
  padding-right: 20px !important;
}
.u-pr_25 {
  padding-right: 25px !important;
}
.u-pr_30 {
  padding-right: 30px !important;
}
.u-pr_35 {
  padding-right: 35px !important;
}
.u-pr_40 {
  padding-right: 40px !important;
}
.u-pr_45 {
  padding-right: 45px !important;
}
.u-pr_50 {
  padding-right: 50px !important;
}
.u-position_relative {
  position: relative !important;
}
.u-position_abs {
  position: absolute !important;
}
.u-position_fixed {
  position: fixed !important;
}
.u-position_static {
  position: static !important;
}
.u-vertical_mid {
  vertical-align: middle !important;
}
.u-vertical_bottom {
  vertical-align: bottom !important;
}
.u-vertical_base {
  vertical-align: baseline !important;
}
.u-vertical_sup {
  vertical-align: super !important;
}
.u-vertical_sub {
  vertical-align: sub !important;
}
.u-vertical_tb {
  vertical-align: text-bottom !important;
}
.u-vertical_tt {
  vertical-align: text-top !important;
}
.u-zIndex01 {
  z-index: 1 !important;
}
.u-zIndex02 {
  z-index: 2 !important;
}
.u-zIndex03 {
  z-index: 3 !important;
}
.u-zIndex04 {
  z-index: 4 !important;
}
.u-zIndex05 {
  z-index: 5 !important;
}
