@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # 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 */
}

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 */
}

a:active,
a:hover {
  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;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[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;
  color: inherit;
}

/* 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;
}

/* 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 */
}

/* # =================================================================
     # 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;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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] {
  cursor: default;
}

/* base default*/
html, body {
  padding: 0;
  margin: 0;
}

body.noscroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
  color: #0d0d0d;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  letter-spacing: .05em;
}

a {
  text-decoration: none;
  color: #0d0d0d;
}

a:hover {
  opacity: .7;
}

address {
  font-style: normal;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.l-container {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
  }
}

.l-block {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 767px) {
  .l-block {
    width: 100%;
  }
}

.l-spacer {
  padding: 3.3rem 0;
}

/*.l-spacer.-section {
  padding: 6.8rem 0;
}*/

.l-spacer.-maximum {
  padding: 5rem 0;
}

.l-spacer.-minimum {
  padding: 1rem 0;
}

.l-spacer.-medium {
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .l-spacer.-medium {
    padding: 1rem 0;
  }
}

.l-spacer.-nobottom {
  padding-bottom: 0;
}

.l-spacer.-notop {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .l-cashless {
    margin-top: -4em;
  }
}

.c-block {
  border: 3px solid #379ad6;
  background-color: #deeaf7;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-block {
    width: 95%;
    margin: 0 auto;
  }
}

.c-block__title {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-block__title img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

.c-block__lead {
  text-align: center;
  font-size: 1.875em;
  padding-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .c-block__lead {
    font-size: 1.125em;
  }
}

.c-button {
  background-color: #379ad6;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 1.625em;
  position: relative;
}

.c-button::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  bottom: 3px;
  right: 3px;
}

.p-header__top {
  background-color: #0b6f5d;
}

.p-header__top-img {
  margin: 0 auto;
  display: block;
}

.p-header__logo {
  background: url(../img/main_bg.png);
  min-height: 621px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    min-height: 50%;
    background-size: cover;
    background-position: center;
  }
}

.p-header__logo-img {
  margin: 0 auto;
  display: block;
  padding-top: 20rem;
}

@media screen and (max-width: 767px) {
  .p-header__logo-img {
    max-width: 80%;
    padding-top: 5rem;
  }
}

.p-card__top-lead {
  font-size: 40px;
  text-align: center;
  margin: 0 auto 0.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-card__top-lead {
    font-size: 24px;
    padding-top: 20px;
  }
}

.p-card__top-lead:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 73%;
  height: 4px;
  background-color: #007260;
  bottom: 0%;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (max-width: 767px) {
  .p-card__ribbon img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

.p-card__flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-card__flex {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-card__flex-item img {
    width: 100%;
    margin: 0 auto;
  }
}

.p-card__flex-item:nth-child(even) {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .p-card__flex-item:nth-child(even) {
    margin-left: 0;
  }
}

.p-card__description {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-card__description {
    width: 95%;
    margin: 0 auto;
  }
}

.p-card__description.-M {
  font-size: 0.9em;
}

.p-card__description.-S {
  font-size: 0.7em;
  font-weight: normal;
}

.p-maintenance__outline {
  border: 3px solid #379ad6;
}

@media screen and (max-width: 767px) {
  .p-maintenance__outline {
    width: 95%;
    margin: 0 auto;
  }
}

.p-maintenance__title {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-maintenance__title img {
    width: 95%;
    margin: 0 auto;
  }
}

.p-maintenance__wrapper {
  width: 68%;
  margin: 0 auto 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 767px) {
  .p-maintenance__wrapper {
    width: 100%;
  }
}

.p-maintenance__wrapper-item {
  background-color: #379ad6;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-right: 50px;
  margin-bottom: 20px;
  width: 221px;
  height: 221px;
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item {
    width: 150px;
    height: 150px;
    margin-right: 0;
  }
}

/*.p-maintenance__wrapper-item:nth-of-type(3n) {
  margin-right: 0;
}*/

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item:nth-of-type(odd) {
    margin-right: 10px;
    margin-left: calc((100% - 310px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item:nth-of-type(even) {
    margin-right: calc((100% - 310px) / 2);
  }
}

.p-maintenance__wrapper-item p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  line-height: 35px;
  letter-spacing: 0.05px;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item p {
    font-size: 1em;
    padding: 30px 0;
    line-height: 25px;
  }
}

.p-maintenance__wrapper-item.-textS p {
  font-size: 1.8em;
  line-height: 33px;
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item.-textS p {
    font-size: 1em;
    line-height: 25px;
  }
}

.p-maintenance__wrapper-item.-pt p {
  padding: 70px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item.-pt p {
    padding: 45px 0;
  }
}

.p-maintenance__wrapper-item.-pb p {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-maintenance__wrapper-item.-pb p {
    padding: 15px 0;
    line-height: 25px;
  }
}

.p-cashless__bannar {
  width: 100%;
}

.p-cashless__outline {
  border: 20px solid #deeaf7;
  border-top: 10px solid #deeaf7;
}

.p-cashless__top {
  background-color: #deeaf7;
}

.p-cashless__title {
  color: #379ad6;
  font-size: 2.5em;
  letter-spacing: -0.07em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cashless__title {
    font-size: 2.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 38px;
  }
}

.p-cashless__middle {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.p-cashless__creditcard {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-cashless__creditcard {
    width: 95%;
    margin: 0 auto;
  }
}

.p-cashless__bottom {
  background-color: #379ad6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.p-cashless__bottom-text {
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-cashless__bottom-text {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 25px;
  }
}

.p-anshin__title {
  color: #3b9acf;
  font-size: 2.8em;
  width: 75%;
  margin: 0 auto;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .p-anshin__title {
    font-size: 1.75em;
    line-height: 40px;
    width: 95%;
  }
}

.p-anshin__img {
  display: block;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .p-anshin__img {
    width: 95%;
    margin: 0 auto;
    padding-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .p-bannar__img img {
    width: 100%;
  }
}

.p-consume__outline {
  border: 3px solid #379ad6;
}

@media screen and (max-width: 767px) {
  .p-consume__outline {
    width: 95%;
    margin: 0 auto;
  }
}

.p-consume__title {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-consume__title img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}

.p-consume__lead {
  font-size: 1.875em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-consume__lead {
    font-size: 1.125em;
  }
}

.p-consume__wrapper {
  width: 90%;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-consume__wrapper-list {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper-list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper-list img {
    width: 100%;
  }
}

.p-consume__wrapper-list:nth-of-type(odd) {
  border-right: 3px solid #379ad6;
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper-list:nth-of-type(odd) {
    border-right: none;
  }
}

.p-consume__wrapper-list:nth-of-type(1) {
  border-bottom: 3px solid #379ad6;
}

.p-consume__wrapper-list:nth-of-type(2) {
  border-bottom: 3px solid #379ad6;
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper-list {
    border-bottom: 3px solid #379ad6;
  }
}

@media screen and (max-width: 767px) {
  .p-consume__wrapper-list:last-of-type {
    border-bottom: none;
  }
}

.p-consume__wrapper-list img {
  display: block;
  padding: 1em;
}

.p-stores__title {
  color: #fff;
  font-size: 2.125em;
  background-color: #e25f99;
  text-align: center;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-stores__title {
    font-size: 1.75em;
  }
}

.p-stores__wrapper {
  background-color: #f3bfd6;
  padding: 1em 1.5em 0.5em;
  display: flex;
  flex-wrap: wrap;
}

.p-stores__card {
  background-color: #fff;
  padding: 1em;
  width: 32%;
  margin-right: calc(4% / 2);
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .p-stores__card {
    width: 100%;
    margin-right: 0;
  }
}

.p-stores__card:nth-of-type(3n) {
  margin-right: 0;
}

.p-stores__card-img {
  text-align: center;
}

.p-stores__card-store {
  text-align: center;
  font-size: 1.625em;
}

.p-stores__card-address {
  line-height: 22px;
}

.p-stores__card-button {
  padding-top: 0.5em;
}

.p-stores__card-button.-topmargin {
  margin-top: 22px;
}

.p-flow__outline {
  background: url(../img/bg_flow.png);
  background-repeat: no-repeat;
  height: 1776px;
}

@media screen and (max-width: 767px) {
  .p-flow__outline {
    border: 10px solid #deeaf7;
    border-bottom: 15px solid #deeaf7;
    background: none;
    height: auto;
  }
}

.p-flow__title {
  color: #e25f99;
  font-size: 2.75em;
  text-align: center;
  padding-top: 0.6em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.75em;
    background-color: #deeaf7;
    padding-bottom: 10px;
  }
}

.p-flow__title:before {
  content: '';
  position: absolute;
  background: url(../img/decoration1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 62px;
  left: 23%;
}

@media screen and (max-width: 767px) {
  .p-flow__title:before {
    width: 27px;
    height: 31px;
    left: 3%;
  }
}

.p-flow__title:after {
  content: '';
  position: absolute;
  background: url(../img/decoration2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 62px;
  right: 23%;
}

@media screen and (max-width: 767px) {
  .p-flow__title:after {
    width: 27px;
    height: 31px;
    right: 3%;
  }
}

.p-flow__container {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-flow__container {
    width: 95%;
  }
}

.p-flow__wrapper:nth-of-type(1) {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .p-flow__wrapper:nth-of-type(1) {
    padding-top: 2em;
  }
}

.p-flow__wrapper-title {
  font-size: 2.375em;
  color: #379ad6;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-flow__wrapper-title {
    font-size: 1.5em;
  }
}

.p-flow__wrapper-title:before {
  position: relative;
  content: '';
  background: url(../img/icon/icon_web.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 45px;
  display: inline-block;
  top: 10px;
  right: 20px;
}

.p-flow__wrapper-title.-tel {
  position: relative;
}

.p-flow__wrapper-title.-tel:before {
  content: '';
  background: url(../img/icon/icon_phone.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 47px;
}

.p-flow__wrapper-title.-shop {
  position: relative;
}

.p-flow__wrapper-title.-shop:before {
  content: '';
  background: url(../img/icon/icon_shop.png);
  background-repeat: no-repeat;
  width: 52px;
  height: 45px;
}

.p-flow__list {
  padding-top: 2em;
  padding-left: 4.5em;
}

@media screen and (max-width: 767px) {
  .p-flow__list {
    padding-top: 1.5em;
    padding-left: 0;
  }
}

.p-flow__list.-five {
  position: relative;
}

.p-flow__list.-five:before {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 69px;
  height: 425px;
  background: url(../img/number1-5.png);
  right: 95%;
}

@media screen and (max-width: 767px) {
  .p-flow__list.-five:before {
    background: none;
  }
}

.p-flow__list.-four {
  position: relative;
}

.p-flow__list.-four:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 69px;
  height: 345px;
  background: url(../img/number1-4.png);
  background-repeat: no-repeat;
  right: 95%;
}

@media screen and (max-width: 767px) {
  .p-flow__list.-four:before {
    background: none;
  }
}

.p-flow__list-item {
  font-size: 1.875em;
  padding-bottom: 1.5em;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .p-flow__list-item {
    font-size: 1.125em;
    padding-bottom: 0.75em;
  }
}

.p-flow__list-item.-withdescription {
  line-height: 28px;
}

.p-flow__list-item:first-child {
  padding-top: 0.6em;
}

.p-flow__list-item.-point {
  position: relative;
  margin-left: 58px;
}

@media screen and (max-width: 767px) {
  .p-flow__list-item.-point {
    margin-left: 0;
  }
}

.p-flow__list-item.-point:before {
  position: absolute;
  content: '';
  background: url(../img/icon/icon_caution.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  top: -15%;
  left: -10%;
}

@media screen and (max-width: 767px) {
  .p-flow__list-item.-point:before {
    top: -10%;
    left: 10%;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

.p-flow__description {
  font-size: 0.75em;
}

.p-lowprice {
  color: #379ad6;
}

.p-lowprice__outline {
  border: 4px solid #379ad6;
  background-color: #fff100;
}

@media screen and (max-width: 767px) {
  .p-lowprice__outline {
    width: 95%;
    margin: 0 auto;
  }
}

.p-lowprice__title {
  font-size: 6.18em;
  text-align: center;
  margin-top: -0.2em;
}

@media screen and (max-width: 767px) {
  .p-lowprice__title {
    font-size: 2.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.p-lowprice__middle {
  border: 4px solid #379ad6;
  border-right: 15px solid #379ad6;
  border-left: 15px solid #379ad6;
  background-color: #fff;
  width: 95%;
  margin: 0 auto 1em;
}

.p-lowprice__lead {
  font-size: 3.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-lowprice__lead {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.p-lowprice__bottom {
  width: 95%;
  margin: 0 auto;
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-lowprice__bottom {
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.p-lowprice__bottom p {
  letter-spacing: -0.05em;
}

.p-lowprice__bottom-border {
  border-top: 4px solid #379ad6;
  border-bottom: 4px solid #379ad6;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .p-lowprice__bottom-border {
    line-height: 30px;
  }
}

.p-lowprice__bottom-description {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

.p-footer {
  background-color: #484848;
  width: 100%;
}

.p-footer__copyright {
  color: #fff;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-white {
  color: #ffffff;
}

.u-pink {
  color: #e25f99;
}

.u-underline {
  border-bottom: 4px solid #153f8f;
}

.u-yellowcrayon {
  background: linear-gradient(transparent 75%, #fff100 0%);
}

.u-number {
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff000;
  font-size: 1em;
  width: 30px;
  height: 30px;
  color: #379ad6;
  display: inline-block;
}

.u-caption {
    font-size: 0.8em;
}

.p-flow__list-item:last-child {
    padding-bottom: 0.8em;
}