@charset "UTF-8";
:root {
  --yellow: #FFD800;
  --red: #DF3052;
  --orange: #F05C0E;
  --blue: #0062B1;
  --cobalt_blue:#2780C9;
  --sky_blue: #C7E5FF;
  --azure_blue: #B4E5FD;
  --light_blue: #E2EFFF;
  --gray: #444444;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

html, body {
  width: 100%;
}

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: none;
  line-height: 1;
}

body * {
  box-sizing: border-box;
}

body *::before, body *::after {
  box-sizing: border-box;
}

sup {
  font-size: 0.8em;
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

html * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}

html * *, html *::before, html *::after {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.l-wrapper {
  overflow: hidden;
}

.l-wrapper::before {
  background-color: #F4F9FF;
  background-image: url(../img/cmn/bg_main_top.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 33vw auto;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -2;
}

.l-wrapper::after {
  background-image: url(../img/cmn/bg_main_bottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 33vw auto;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-main {
  padding-bottom: 28px;
  font-size: 1.4rem;
}

.l-footer {
  background-color: var(--blue);
  padding: 40px 20px 140px;
  text-align: center;
}

.c-table.-warranty {
  border-bottom: 1px solid rgba(1, 99, 178, 0.2);
  border-collapse: collapse;
  border-top: 1px solid rgba(1, 99, 178, 0.2);
  width: 100%;
}

.c-table.-warranty + .c-list.-annotation {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 12px;
}

.c-table.-warranty th, .c-table.-warranty td {
  border-bottom: 1px solid rgba(1, 99, 178, 0.2);
  border-collapse: collapse;
  border-right: 1px solid rgba(1, 99, 178, 0.2);
  border-top: 1px solid rgba(1, 99, 178, 0.2);
  color: var(--gray);
  font-weight: 500;
  line-height: 1.24;
  padding: 12px 4px;
  text-align: center;
  vertical-align: middle;
}

.c-table.-warranty th:last-child, .c-table.-warranty td:last-child {
  border-right: none;
}

.c-table.-warranty th b, .c-table.-warranty td b {
  font-size: 1.4rem;
  font-weight: 600;
}

.c-table.-warranty th b small, .c-table.-warranty td b small {
  font-size: 1rem;
}

.c-table.-warranty th .c-price, .c-table.-warranty td .c-price {
  color: var(--red);
  font-size: 1.3rem;
}

.c-table.-warranty th {
  background: var(--light_blue);
  font-size: 1.4rem;
  font-weight: 600;
}

.c-table.-warranty th small {
  font-size: 1rem;
}

.c-table.-warranty td {
  font-size: 1.4rem;
  font-weight: 600;
}

.c-anchor {
  position: relative;
  top: -90px;
}

.p-block_skip {
  height: 1px;
  left: 0;
  overflow: hidden;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 0;
  transform: translate(-100% -100%);
  width: 1px;
}

.p-tabs__contents__item {
  display: none;
}

.p-tabs__contents__item.is-show {
  display: block;
}

/*--- global_nav ---*/
.p-global_nav {
  position: relative;
}
.p-global_nav__body {
  position: fixed;
}
.p-global_nav__group {
  padding: 22px 3.5vw;
}
.p-global_nav__group .c-list.-main {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.p-global_nav__group .c-list.-main li {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 28px;
  position: relative;
}
.p-global_nav__group .c-list.-main li + li {
  margin-top: 20px;
}
.p-global_nav__group .c-list.-main li::before {
  background-color: var(--blue);
  background-image: url(../img/cmn/icn_arrow_chevron_white_r.svg);
  background-size: 8px 12px;
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  border-radius: 16px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}
.p-global_nav__group .c-list.-application {
  margin-top: 40px;
}
.p-global_nav__group .c-list.-application li {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-global_nav__group .c-list.-application li a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  margin-bottom: 15px;
  max-width: 290px;
  position: relative;
  width: 100%;
}
.p-global_nav__group .c-list.-application li a::before {
  background-image: url(../img/cmn/icn_arrow_white_r.svg);
  background-size: contain;
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-6px);
  width: 12px;
  transition: 0.2s;
}
.p-global_nav__group .c-list.-application li a .c-label {
  color: white;
}
.p-global_nav__group .c-list.-application li a .c-balloon {
  background-color: var(--yellow);
  border-radius: 20px;
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 400;
  left: 50%;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -9px;
  transform: translateX(-114px);
  width: 228px;
  z-index: 1;
}
.p-global_nav__group .c-list.-application li a .c-balloon b {
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 700;
}
.p-global_nav__group .c-list.-application li.btn01 a {
  background: var(--orange);
}
.p-global_nav__group .c-list.-application li.btn02 a {
  background: var(--cobalt_blue);
}
.p-global_nav__group .c-list.-application li.btn03 a {
  background: var(--azure_blue);
}
.p-global_nav__group .c-list.-application li.btn03 a::before {
  background-image: url(../img/cmn/icn_arrow_white_g.svg);
}
.p-global_nav__group .c-list.-application li.btn03 a .c-icn {
  background-color: var(--blue);
  border-radius: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 15px;
  position: absolute;
  top: -9px;
}
.p-global_nav__group .c-list.-application li.btn03 a .c-label {
  color: var(--gray);
}

.p-global_nav #SP_GLOBAL_NAV_STATUS {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

body.is-debug .p-global_nav #SP_GLOBAL_NAV_STATUS {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  opacity: 1;
  transform: translate(100%, 100%);
  z-index: 10000;
}

.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__body {
  height: calc(100dvh - 74px);
}

.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch .c-hamburger {
  width: 0;
}

.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch::before {
  transform: translate(0) rotate(45deg);
}

.p-global_nav #SP_GLOBAL_NAV_STATUS:checked ~ .p-global_nav__switch::after {
  transform: translate(0) rotate(-45deg);
}

zw .p-global_footer__symbol {
  margin-bottom: 20px;
}

.p-global_footer__copyright {
  line-height: 2;
}
.p-global_footer__copyright p {
  color: white;
  margin-top: 25px;
}
.p-global_footer__copyright p small {
  color: white;
}

/*--- Slider ---*/
.p-slider .c-stage {
  overflow: hidden;
  width: 100%;
}

.p-slider__contents {
  display: flex;
}

.p-slider .c-marker {
  gap: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.p-slider .c-marker li {
  border: solid 2px #000000;
  border-radius: 5px;
  height: 10px;
  opacity: 0.34;
  width: 10px;
}

.p-slider .c-marker li.is-current {
  background: #000000;
  opacity: 1;
}

/*--- Accordion ---*/
.p-accordion {
  padding: 0 20px;
}

.p-accordion__btn {
  cursor: pointer;
}

.p-accordion__item {
  display: none;
}

.p-accordion__item.is-show {
  display: block !important;
}

/*--- Fixed bar ---*/
.p-fixed_bar {
  display: flex;
  position: fixed;
  z-index: 10;
}
.p-fixed_bar__item {
  position: relative;
}
.p-fixed_bar__item a {
  align-items: center;
  display: flex;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 4px rgba(60, 60, 60, 0.16);
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
}
.p-fixed_bar__item a .c-label {
  color: white;
  line-height: 1.2;
  text-align: center;
}
.p-fixed_bar__item a .c-icn {
  display: block;
  margin-bottom: 3px;
}
.p-fixed_bar__item.btn01 a {
  background: var(--cobalt_blue);
  height: 64px;
}
.p-fixed_bar__item.btn01 a .c-icn {
  padding-top: 3px;
}
.p-fixed_bar__item.btn02 a {
  background: var(--orange);
  height: 76px;
}
.p-fixed_bar__item.btn03 a {
  background: #DDF4FF;
  height: 64px;
}
.p-fixed_bar__item.btn03 a .c-label {
  color: #333333;
  margin-top: 15px;
}
.p-fixed_bar__item.btn03 a .c-label b {
  display: block;
  font-size: min(3.5vw, 1.4rem);
}
.p-fixed_bar__item.btn03 a .c-icn {
  background-color: var(--blue);
  border-radius: 0 0 5px 5px;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 3px 8px 4px;
  position: absolute;
  top: 0;
}

/*--- annotations ---*/
.-bg_w {
  background-color: white;
}

.-bg_b {
  background-color: var(--blue);
}

.-bg_lb {
  background-color: var(--light_blue);
}

.annotations {
  padding: 53px 35px 35px;
  text-align: center;
}
.annotations .c-btn {
  display: block;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.annotations .c-btn::before {
  background-image: url(../img/cmn/icn_arrow_white_r.svg);
  background-size: 18px 20px;
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-10px);
  width: 18px;
}
.annotations .c-label {
  font-size: min(4.6vw, 2.2rem);
  font-weight: 700;
  color: white;
}
.annotations-signup {
  margin-bottom: 25px;
  position: relative;
}
.annotations-signup .c-balloon {
  background-color: var(--yellow);
  border-radius: 20px;
  color: var(--blue);
  font-size: 1.6rem;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: -18px;
  transform: translateX(-137px);
  width: 274px;
  z-index: 1;
}
.annotations-signup .c-balloon b {
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 700;
}
.annotations-signup .c-btn {
  background-color: var(--orange);
}
.annotations-document .c-btn {
  background-color: var(--cobalt_blue);
}

/*--- KV ---*/
.p-first_view {
  aspect-ratio: 121/183;
  background-color: var(--azure_blue);
  background-image: url(../img/first_view/first_view.png);
  background-size: cover;
  position: relative;
}
.p-first_view h1, .p-first_view p {
  opacity: 0;
}

.p-first_view__heading {
  align-items: center;
  bottom: 72%;
  display: flex;
  left: 4%;
  position: absolute;
  right: 4%;
  text-indent: -100vw;
  top: 18%;
}

.p-first_view__small {
  align-items: center;
  bottom: 82%;
  display: flex;
  left: 4%;
  position: absolute;
  right: 4%;
  text-indent: -100vw;
  top: 2%;
}

.p-first_view__point {
  align-items: center;
  bottom: 44%;
  display: flex;
  left: 4%;
  position: absolute;
  right: 4%;
  text-indent: -100vw;
  top: 31%;
}

.p-first_view__desc {
  align-items: center;
  bottom: 14%;
  display: flex;
  left: 4%;
  position: absolute;
  right: 4%;
  text-indent: -100vw;
  top: 79%;
}

/*--- 選ばれる4つのポイント ---*/
.p-point {
  background-color: white;
  padding-top: 63px;
  position: relative;
}
.p-point__header {
  margin-bottom: 25px;
}
.p-point__header .c-heading {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-point__header .c-heading strong {
  display: block;
  font-size: 3.7rem;
  line-height: 1;
  margin-top: -28px;
}
.p-point__header .c-heading strong .c-num {
  color: var(--blue);
  font-family: "Roboto";
  font-size: 8.8rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: -3px;
  left: -2px;
  position: relative;
  top: 5px;
}
.p-point__list {
  padding: 0 20px 32px;
}
.p-point__item {
  background-color: var(--light_blue);
  border: solid 1px var(--blue);
  border-radius: 10px;
  color: var(--blue);
  font-size: min(4.6vw, 2.2rem);
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 17px 20px;
  position: relative;
  text-align: center;
}
.p-point__item b {
  display: block;
  font-weight: 700;
  font-size: min(5.6vw, 2.7rem);
}
.p-point__item .c-num {
  color: var(--blue);
  font-family: "Roboto";
  font-size: min(7vw, 3.2rem);
  font-style: italic;
  font-weight: 500;
  left: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-0.5em);
}

.p-recommend {
  background-color: var(--sky_blue);
  padding: 40px 20px 60px;
  position: relative;
}
.p-recommend .c-heading {
  text-align: center;
  font-size: min(8vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.p-recommend__item {
  border-bottom: solid 1px var(--blue);
  color: var(--gray);
  font-size: 2rem;
  line-height: 1.5;
  padding: 12px 0 12px 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.p-recommend__item::before {
  background-color: var(--blue);
  background-image: url(../img/cmn/icn_check_white.svg);
  background-size: 15px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-15px);
  width: 30px;
}
.p-recommend__item b {
  color: var(--blue);
  font-weight: 700;
}

.p-reason {
  padding: 47px 20px 22px;
  position: relative;
}
.p-reason .c-heading {
  font-size: min(10.5vw, 4.5rem);
  font-weight: 700;
  margin-bottom: 56px;
  text-align: center;
}
.p-reason .c-heading .c-label {
  background-color: var(--blue);
  border-radius: 2em;
  color: white;
  display: inline-block;
  font-size: 2rem;
  line-height: 50px;
  margin-bottom: 18px;
  padding: 0 24px;
  white-space: nowrap;
}
.p-reason .c-heading .c-label b {
  color: white;
  font-size: 2.7rem;
}
.p-reason .c-heading .c-label .c-num {
  color: white;
  font-size: 2.9rem;
}
.p-reason__item {
  background-color: var(--light_blue);
  padding: 50px 0 43px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}
.p-reason__item h4 {
  color: var(--blue);
  font-size: min(4.9vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.p-reason__item h4 b {
  color: var(--blue);
  font-size: min(5.8vw, 3rem);
}
.p-reason__item .c-desc {
  line-height: 2;
  padding: 0 20px;
}
.p-reason__item .c-sticker {
  left: 50%;
  height: 80px;
  position: absolute;
  top: -40px;
  transform: translateX(-40px);
  width: 80px;
}
.p-reason__item .c-sticker img {
  width: 100%;
}

/*--- 入院保障２型の特長 ---*/
.p-feature {
  background-color: #A7DBF4;
  padding-top: 62px;
  position: relative;
}
.p-feature__header .c-img img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.p-feature__header .c-heading {
  text-align: center;
  font-size: min(10.5vw, 4.5rem);
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 37px;
}
.p-feature__list {
  padding-bottom: 45px;
  position: relative;
}
.p-feature__list::after {
  aspect-ratio: 1/cos(60deg);
  background: #A7DBF4;
  bottom: -21px;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  left: 50%;
  position: absolute;
  transform: translateX(-22px);
  width: 44px;
}
.p-feature__item {
  margin: 0 20px 20px;
}
.p-feature__item .c-label {
  text-align: center;
}
.p-feature__item .c-label span {
  background-color: var(--blue);
  border-radius: 10px 10px 0 0;
  color: white;
  display: inline-block;
  font-size: 2rem;
  line-height: 37px;
  min-width: 164px;
}
.p-feature__item .c-box {
  background-color: white;
  border-radius: 10px;
  padding: 27px 20px 20px;
}
.p-feature__item .c-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-feature__item .c-title p {
  font-size: min(5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  width: 81.5%;
}
.p-feature__item .c-title p .c-annotation {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-top: 6px;
}
.p-feature__item .c-title .sticker {
  width: 18.5%;
}
.p-feature__item .c-title .sticker img {
  width: 100%;
}
.p-feature__item .c-text {
  border-top: solid 1px #C1CDDB;
  font-weight: 700;
  margin-top: 22px;
  line-height: 1.4;
  padding-top: 25px;
}
.p-feature__item .c-text li {
  color: var(--blue);
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-feature__conclusion {
  background-color: #FFEDDD;
  padding: 56px 30px 140px;
}
.p-feature__conclusion .c-lead img {
  width: 100%;
}
.p-feature__conclusion .c-annotation {
  color: var(--blue);
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 15px;
}
.p-feature__conclusion .c-box {
  background-color: white;
  border-radius: 10px;
  font-size: min(4.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 45px 20px 52px;
  position: relative;
  margin-top: 22px;
  text-align: center;
}
.p-feature__conclusion .c-box p {
  color: var(--gray);
}
.p-feature__conclusion .c-box b {
  color: var(--cobalt_blue);
  display: inline-block;
  font-size: min(3.5vw, 1.7rem);
}
.p-feature__conclusion .c-box .c-img img {
  max-width: 280px;
  width: 100%;
}
.p-feature__conclusion .c-box .sticker {
  bottom: -120px;
  left: 0;
  position: absolute;
  width: 154px;
}

/*--- 入院保障２型の事例紹介 ---*/
.p-case {
  padding: 62px 0 60px;
  position: relative;
}
.p-case__header .c-img img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.p-case__header .c-heading {
  color: var(--blue);
  font-size: min(10.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  margin-top: 25px;
  text-align: center;
}
.p-case__header .c-lead {
  font-size: min(3.4vw, 1.6rem);
  line-height: 1.5;
  padding: 0 40px;
}
.p-case__list {
  padding: 0 20px;
}
.p-case__item {
  background-color: var(--light_blue);
  border-radius: 10px;
  margin-top: 37px;
  position: relative;
}
.p-case__item .c-label {
  position: absolute;
  left: 0;
  text-align: center;
  top: -17px;
  width: 100%;
}
.p-case__item .c-label span {
  background-color: white;
  border: solid 1px var(--blue);
  border-radius: 2em;
  color: var(--blue);
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin: 0 auto;
  width: 70%;
  max-width: 274px;
  z-index: 1;
}
.p-case__item .c-box {
  border-radius: 10px;
}
.p-case__item .c-title {
  align-items: center;
  background-color: var(--blue);
  border-radius: 10px 10px 0 0;
  display: flex;
  gap: 16px;
  padding: 32px 20px 12px;
}
.p-case__item .c-title p {
  color: white;
  font-size: min(4.3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.4;
  width: 81.5%;
}
.p-case__item .c-title .sticker {
  width: 18.5%;
}
.p-case__item .c-title .sticker img {
  width: 100%;
}
.p-case__item .c-text {
  padding: 26px 20px 20px;
}
.p-case__item .c-text p {
  font-size: min(3.5vw, 1.7rem);
  line-height: 1.5;
}
.p-case__item .c-text .c-img {
  margin-top: 12px;
}
.p-case__item .c-text .c-img img {
  width: 100%;
}
.p-case .c-annotation {
  color: var(--gray);
  font-size: 1rem;
  line-height: 2;
  padding: 20px 20px 0;
}

/*--- 保障内容 ---*/
.p-warranty {
  background-color: var(--light_blue);
  padding: 62px 0 60px;
  position: relative;
}
.p-warranty__header .c-img img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.p-warranty__header .c-heading {
  color: var(--gray);
  font-size: min(10.5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 25px;
  text-align: center;
}
.p-warranty__item {
  border: solid 2px var(--blue);
  border-radius: 10px;
  margin: 0 20px 30px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.p-warranty__item .c-label {
  position: absolute;
  left: 0;
  text-align: center;
  top: -16px;
  width: 100%;
}
.p-warranty__item .c-label span {
  background-color: var(--cobalt_blue);
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin: 0 auto;
  padding: 0 12px;
}
.p-warranty__item .c-desc {
  font-size: 1.2rem;
  margin-top: 10px;
}
.p-warranty__item .price {
  color: var(--gray);
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 15px;
}
.p-warranty__item .price .c-num {
  color: var(--blue);
  font-size: 4.6rem;
}
.p-warranty__item .c-box {
  background-color: white;
  border-radius: 10px;
  color: var(--gray);
  margin-top: 30px;
  padding: 23px 20px;
}
.p-warranty__item .c-box .c-annotation {
  font-size: 10px;
  padding-top: 5px;
}
.p-warranty__item__header h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-warranty__item__list {
  margin-top: 20px;
}
.p-warranty__item__item {
  background-color: var(--cobalt_blue);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 20px;
}
.p-warranty__item__item .c-title {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.p-warranty__item__item .c-title .c-img {
  width: 33px;
}
.p-warranty__item__item .c-title .c-img img {
  width: 100%;
}
.p-warranty__item__item .c-title p {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-warranty__item__item .c-text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid white;
}
.p-warranty__item__item .c-text .c-img img {
  width: 100%;
}
.p-warranty__item__item .c-text .c-annotation {
  color: white;
  padding-top: 10px;
}
.p-warranty__more_btn {
  align-items: center;
  background: white;
  border-radius: 10px;
  color: var(--gray);
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  max-width: 404px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  transition: 0.2s;
}
.p-warranty__more_btn::before, .p-warranty__more_btn::after {
  background-color: var(--blue);
  bottom: 0;
  content: "";
  height: 3px;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 0;
  transform: rotate(180deg);
  transition: 0.2s;
  width: 18px;
}
.p-warranty__more_btn::after {
  transform: rotate(90deg);
}
.p-warranty__more_btn.is-open::after {
  transform: rotate(0deg);
}
.p-warranty__detail {
  padding-top: 8px;
}
.p-warranty__sub_nav {
  gap: 16px;
  align-items: flex-end;
  display: flex;
  height: 42px;
  margin: 12px 20px 0;
}
.p-warranty__sub_nav__item {
  align-items: center;
  border-radius: 10px 10px 0 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  max-width: calc((100% - 16px) / 2);
  transition: 0.2s;
  width: 100%;
}
.p-warranty__sub_nav__item.is-select {
  height: 42px;
}

.p-warranty__sub_nav__item a {
  color: white;
}
.p-warranty__sub_nav__item:nth-child(odd) {
  background: var(--blue);
  color: var(--blue);
}
.p-warranty__sub_nav__item:nth-child(even) {
  background: var(--orange);
  color: white;
}
.p-warranty__sub_nav__item:only-child {
  background: var(--blue);
  color: white;
  height: 42px;
  margin-left: -20px;
}
.p-warranty__sub_contents__item {
  background-color: white;
  border-radius: 10px;
  padding-bottom: 36px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 18px;
}
.p-warranty__sub_contents__item .period {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
}
.p-warranty__sub_contents__item .period p {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
  position: relative;
}
.p-warranty__sub_contents__item .period .c-title {
  width: calc(50% - 30px);
  background-color: var(--blue);
  border-radius: 6px 0 0 6px;
  color: white;
}
.p-warranty__sub_contents__item .period .c-title::after {
  aspect-ratio: 1/cos(60deg);
  background: var(--blue);
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}
.p-warranty__sub_contents__item .period .c-text {
  background-color: var(--light_blue);
  border: solid 2px var(--blue);
  border-radius: 6px;
  color: var(--blue);
  width: 50%;
}
.p-warranty__sub_contents__item:nth-child(odd) {
  border: 2px solid var(--blue);
}
.p-warranty__sub_contents__item:nth-child(even) {
  border: 2px solid var(--orange);
}
.p-warranty__sub_contents__item:nth-child(even) .period .c-title {
  background-color: var(--orange);
}
.p-warranty__sub_contents__item:nth-child(even) .period .c-title::after {
  background-color: var(--orange);
}
.p-warranty__sub_contents__item:nth-child(even) .period .c-text {
  background-color: #ffe4d6;
  border: solid 2px var(--orange);
  color: var(--orange);
}
.p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty {
  border-bottom: 1px solid rgba(240, 92, 14, 0.2);
  border-top: 1px solid rgba(240, 92, 14, 0.2);
}
.p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty th {
  background: #ffe4d6;
}
.p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty th, .p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty td {
  border-bottom: 1px solid rgba(240, 92, 14, 0.2);
  border-right: 1px solid rgba(240, 92, 14, 0.2);
  border-top: 1px solid rgba(240, 92, 14, 0.2);
}
.p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty th:last-child, .p-warranty__sub_contents__item:nth-child(even) .c-table.-warranty td:last-child {
  border-right: none;
}
.p-warranty__sub_contents__item:only-child {
  border: 2px solid var(--blue);
  border-radius: 0 20px 20px 20px;
}

/*--- お申し込みの流れ ---*/
.p-flow {
  background: #FEB993;
  overflow: hidden;
  padding: 54px 0 50px;
  width: 100%;
}
.p-flow__header .c-heading {
  font-size: min(8.5vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.p-flow .p-slider__contents {
  gap: 33px;
  align-items: center;
  padding: 0 10%;
}
.p-flow__item {
  flex-shrink: 0;
  position: relative;
  width: 99%;
}
.p-flow__item img {
  height: auto;
  width: 100%;
}
.p-flow__item + .p-flow__item::before {
  background-image: url(../img/cmn/icn_arrow_step.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 35px;
  margin: auto;
  position: absolute;
  right: calc(100% + 3px);
  top: 0;
  width: 26px;
}

/*--- よくある質問 ---*/
.p-faq {
  background-color: var(--light_blue);
  padding: 54px 0 30px;
  width: 100%;
}
.p-faq__header .c-heading {
  color: var(--blue);
  font-size: min(8.5vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 27px;
  text-align: center;
}
.p-faq__contents {
  margin: 0 8.3%;
}
.p-faq__contents .c-scope {
  background-color: var(--sky_blue);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.p-faq__contents .c-label {
  color: var(--blue);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.p-faq__contents .c-label.-q {
  color: #7B7B7B;
}
.p-faq__contents dt, .p-faq__contents dd {
  position: relative;
}
.p-faq__contents dt .c-text, .p-faq__contents dd .c-text {
  gap: 14px;
  display: flex;
  position: relative;
  width: 100%;
}
.p-faq__contents dt {
  background-color: white;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 22px 60px 22px 25px;
  cursor: pointer;
}
.p-faq__contents dt::before, .p-faq__contents dt::after {
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  transition: 0.2s;
  width: 24px;
}
.p-faq__contents dt::before {
  background-color: var(--blue);
  border-radius: 50%;
}
.p-faq__contents dt::after {
  background-image: url(../img/cmn/icn_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-faq__contents dt.is-open::after {
  background-image: url(../img/cmn/icn_minus.svg);
  transform: rotate(-180deg);
}
.p-faq__contents dt .c-text {
  align-items: center;
}
.p-faq__contents dd {
  display: none;
  font-size: 1.4rem;
  line-height: 2;
  padding: 22px 34px 22px 25px;
  position: relative;
}
.p-faq__contents dd .c-text p {
  color: var(--blue);
}
.p-faq__contents dd.is-show {
  display: block !important;
}

/*--- その他の保障はこちら ---*/
.p-others {
  padding: 53px 35px 35px;
  text-align: center;
}
.p-others__header .c-heading {
  font-size: min(7vw, 3rem);
  font-weight: 700;
  margin-bottom: 25px;
}
.p-others .c-btn {
  border: solid 1px var(--blue);
  border-radius: 10px;
  background-color: var(--sky_blue);
  color: var(--blue);
  display: block;
  padding: 19px;
  position: relative;
  margin: 0 auto 15px;
  max-width: 400px;
  width: 100%;
}
.p-others .c-btn::before {
  background-image: url(../img/cmn/icn_arrow_blue_r.svg);
  background-size: 18px 20px;
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-10px);
  width: 18px;
}
.p-others .c-btn .c-desc {
  font-size: min(3.5vw, 1.4rem);
}
.p-others .c-btn .c-label {
  color: var(--blue);
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 10px;
}
.p-others-child .c-btn {
  border: solid 1px #EB6D8E;
  border-radius: 10px;
  background-color: #FFE2E9;
  color: #EB6D8E;
}
.p-others-child .c-btn::before {
  background-image: url(../img/cmn/icn_arrow_pink_r.svg);
}
.p-others-child .c-btn .c-label {
  color: #EB6D8E;
}
.p-others-total .c-btn {
  border: solid 1px var(--blue);
  border-radius: 10px;
  background-color: var(--sky_blue);
  color: var(--blue);
  margin-top: 15px;
}

/*--- 普及職員・地域個別相談会 ---*/
.p-visit {
  background-color: var(--light_blue);
  padding-bottom: 52px;
}
.p-visit .c-btn {
  background-color: var(--blue);
  border-radius: 6px;
  color: white;
  display: block;
  font-weight: 700;
  padding: 15px 40px 15px 21px;
  margin-top: 15px;
  position: relative;
  max-width: 213px;
  width: 100%;
}
.p-visit .c-btn::before {
  background-image: url(../img/cmn/icn_arrow_white_r.svg);
  background-size: contain;
  background-position: left calc(50% + 1px) center;
  background-repeat: no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-6px);
  width: 12px;
}
.p-visit .c-heading {
  text-align: center;
}
.p-visit .c-heading .problem {
  background-color: var(--blue);
  padding: 62px 0 30px;
  position: relative;
}
.p-visit .c-heading .problem .c-text {
  color: white;
  font-size: min(4.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.7;
}
.p-visit .c-heading .problem .c-img {
  margin: 25px auto 0;
  max-width: 404px;
}
.p-visit .c-heading .problem .c-img img {
  width: 100%;
}
.p-visit .c-heading .problem::after {
  background: var(--blue);
  bottom: -36.5px;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  left: 0;
  height: 37px;
  position: absolute;
  width: 100%;
}
.p-visit .c-heading h2 {
  color: var(--blue);
  font-size: min(6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.7;
  margin-top: 100px;
}
.p-visit .c-heading h2 span {
  color: var(--blue);
  position: relative;
  background: linear-gradient(transparent 70%, #FFFF79 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-visit .c-desc {
  margin-top: 40px;
  padding: 0 40px;
}
.p-visit .c-desc .c-img {
  margin: 0 auto;
  max-width: 404px;
}
.p-visit .c-desc .c-img img {
  width: 100%;
}
.p-visit .c-desc .c-img.-conclusion {
  margin: 45px auto;
}
.p-visit .c-desc .c-text {
  margin-top: 18px;
}
.p-visit .c-desc .c-text p {
  font-weight: 700;
  line-height: 2;
}
.p-visit .c-desc .c-text .c-annotation {
  color: var(--gray);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
}
.p-visit__more {
  margin: 40px 20px 0;
  background-color: white;
  border-radius: 34px;
  padding: 42px 10px 31px;
  position: relative;
}
.p-visit__more .c-label {
  position: absolute;
  left: 0;
  text-align: center;
  top: -21px;
  width: 100%;
}
.p-visit__more .c-label span {
  background-color: var(--blue);
  border-radius: 21px;
  color: white;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 42px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-visit__more p {
  color: var(--gray);
  font-size: min(4.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-visit__more p span {
  background: linear-gradient(transparent 70%, #D8F2FF 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1.3em;
  line-height: 1.4;
  position: relative;
}
.p-visit__more .c-btn {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

/*--- 招待 ---*/
.p-invite {
  margin-top: 50px;
  margin-bottom: 15px;
}
.p-invite .c-box {
  background-color: #D8F2FF;
  border-radius: 20px;
  font-size: min(4.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  max-width: 440px;
  margin: 22px auto 0;
  padding: 54px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.p-invite .c-box p {
  color: var(--gray);
}
.p-invite .c-box b {
  font-size: min(3.5vw, 1.7rem);
  display: inline-block;
  color: var(--cobalt_blue);
}
.p-invite .c-box .c-img img {
  max-width: 280px;
  width: 100%;
}
.p-invite .c-sticker img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .l-wrapper {
    max-width: 100%;
  }
  .l-wrapper::before {
    background-position: right 74px;
  }
  .l-header {
    background: white;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.2s;
    z-index: 11;
  }
  .p-global_header {
    align-items: center;
    display: flex;
    height: 74px;
  }
  .p-global_header__symbol {
    margin-left: 11px;
  }
  .p-global_header__symbol .c-img {
    height: 31px;
    width: 150px;
  }
  .p-global_header__symbol img {
    height: auto;
    width: 100%;
  }
  .p-global_header .p-global_nav {
    margin-left: auto;
  }
  .p-global_nav__switch {
    display: block;
    height: 45px;
    position: relative;
    width: 54px;
  }
  .p-global_nav__switch .c-hamburger, .p-global_nav__switch::before, .p-global_nav__switch::after {
    background: var(--blue);
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.2s;
    width: 30px;
  }
  .p-global_nav__switch::before {
    transform: translateY(-8px);
  }
  .p-global_nav__switch::after {
    transform: translateY(8px);
  }
  .p-global_nav__body {
    background: white;
    height: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    right: 0;
    top: 74px;
    transition: 0.2s;
  }
  .p-global_nav__symbol {
    display: none;
  }
  .p-global_nav__group {
    margin-left: auto;
    margin-right: auto;
    max-width: 484px;
  }
  .p-first_view {
    margin-top: 74px;
  }
  .p-first_view::before {
    background-color: #FFEDDD;
    content: "";
    height: 74px;
    left: 0;
    position: absolute;
    top: -74px;
    width: 100%;
  }
  .p-fixed_bar {
    align-items: flex-end;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .p-fixed_bar__item {
    flex: 1;
  }
  .p-fixed_bar__item a {
    overflow: hidden;
  }
  .p-fixed_bar__item a .c-balloon.balloon_pc, .p-fixed_bar__item a .c-label.label_pc {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .l-wrapper {
    display: flex;
    flex-direction: column;
  }
  .l-container {
    align-items: flex-start;
    display: flex;
    flex: 1;
  }
  .l-container::after {
    content: "";
    width: 100%;
  }
  .l-contents {
    background: white;
    flex-shrink: 0;
    width: 484px;
  }
  .l-header {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    width: 100%;
  }
  .l-footer {
    padding-bottom: 40px;
  }
  .c-anchor {
    top: -60px;
  }
  .p-global_header__symbol {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    width: calc((100vw - 484px) / 2);
  }
  .p-global_header__symbol .c-img {
    width: 263px;
  }
  .p-global_header__symbol .c-img a {
    display: block;
  }
  .p-global_header__symbol .c-img img {
    height: auto;
    width: 100%;
  }
  .p-global_nav__switch {
    display: none;
  }
  .p-global_nav__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 152px;
    width: calc((100vw - 484px) / 2);
  }
  .p-global_nav__body::before {
    background-color: #D8F2FF;
    background-image: url(../img/cmn/bg_menu.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 7vw auto;
    border-radius: 0 88px 88px 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: calc(100% - 3.5vw);
    z-index: -1;
  }
  .p-global_nav__symbol {
    margin-top: 28px;
    width: 100%;
  }
  .p-global_nav__symbol .c-img {
    width: 45%;
    margin: 0 auto;
    max-width: 214px;
  }
  .p-global_nav__symbol .c-img img {
    width: 100%;
  }
  .p-global_nav__group .c-list.-main li a {
    transition: 0.2s;
  }
  .p-global_nav__group .c-list.-main li a:hover {
    opacity: 0.7;
  }
  .p-global_nav__group .c-list.-application {
    display: none;
  }
  .p-fixed_bar {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 258px;
    width: calc((100vw - 484px) / 2);
  }
  .p-fixed_bar__item {
    width: 80%;
    max-width: 340px;
    margin: 0 auto 24px;
  }
  .p-fixed_bar__item a {
    border-radius: 10px;
    box-shadow: none;
    font-size: min(1.3vw, 1.8rem);
    padding: 25px;
  }
  .p-fixed_bar__item a::before {
    background-image: url(../img/cmn/icn_arrow_white_r.svg);
    background-size: 18px 20px;
    background-position: left calc(50% + 1px) center;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-10px);
    width: 18px;
    transition: 0.2s;
  }
  .p-fixed_bar__item a .c-label.label_sp {
    display: none;
  }
  .p-fixed_bar__item a .c-balloon {
    background-color: var(--yellow);
    border-radius: 20px;
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 400;
    left: 50%;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -18px;
    transform: translateX(-114px);
    width: 228px;
    z-index: 1;
  }
  .p-fixed_bar__item a .c-balloon b {
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .p-fixed_bar__item a:hover::before {
    right: 6%;
  }
  .p-fixed_bar__item.btn01 {
    order: 2;
  }
  .p-fixed_bar__item.btn01 a {
    height: auto;
  }
  .p-fixed_bar__item.btn01 a .c-icn {
    display: none;
  }
  .p-fixed_bar__item.btn02 {
    order: 1;
  }
  .p-fixed_bar__item.btn02 a {
    height: auto;
  }
  .p-fixed_bar__item.btn02 a .c-icn {
    display: none;
  }
  .p-fixed_bar__item.btn03 {
    order: 3;
  }
  .p-fixed_bar__item.btn03 a {
    background-color: var(--azure_blue);
    height: auto;
  }
  .p-fixed_bar__item.btn03 a::before {
    background-image: url(../img/cmn/icn_arrow_white_g.svg);
  }
  .p-fixed_bar__item.btn03 a .c-icn {
    border-radius: 15px;
    font-size: 1.4rem;
    top: -15px;
    padding: 8px 20px;
  }
  .p-fixed_bar__item.btn03 a .c-label {
    margin-top: 0;
  }
  .p-fixed_bar__item.btn03 a .c-label b {
    display: inline-block;
    font-size: min(1.3vw, 1.8rem);
  }
  .annotations .c-btn::before {
    transition: 0.2s;
  }
  .annotations .c-btn:hover::before {
    right: 25px;
  }
  .p-warranty__more_btn {
    transition: color 0.2s;
  }
  .p-warranty__more_btn:hover {
    color: var(--blue);
  }
  .p-faq__contents dt .c-text p {
    transition: color 0.2s;
  }
  .p-faq__contents dt:hover .c-text p {
    color: var(--blue);
  }
  .p-others .c-btn::before {
    transition: 0.2s;
  }
  .p-others .c-btn:hover::before {
    right: 16px;
  }
  .p-visit .c-btn::before {
    transition: 0.2s;
  }
  .p-visit .c-btn:hover::before {
    right: 12px;
  }
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 485px) and (max-width: 1200px) {
  .l-wrapper::before, .l-wrapper::after {
    background-size: 400px auto;
  }
  .l-wrapper > .bg {
    background-image: url(../img/cmn/bg_main_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 400px auto;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -2;
  }
  .l-contents {
    background: white;
    margin: auto;
    width: 484px;
  }
  .p-fixed_bar {
    left: 0;
    margin: auto;
    right: 0;
    width: 484px;
  }
  ._sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */