audio:not([controls]) {
  display: none
}

button {
  -webkit-appearance: button;
  overflow: visible
}

details {
  display: block
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

input {
  border-radius: 0
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button
}

input[type="number"] {
  width: auto
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

main {
  display: block
}

pre {
  overflow: auto
}

progress {
  display: inline-block
}

small {
  font-size: 75%
}

summary {
  display: block
}

svg:not(:root) {
  overflow: hidden
}

template {
  display: none
}

textarea {
  overflow: auto
}

[hidden] {
  display: none
}

*,
::before,
::after {
  box-sizing: inherit
}

* {
  font-size: inherit;
  line-height: inherit
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid
}

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default
}

a {
  text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

button,
input,
select,
textarea {
  background-color: transparent
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em
}

code,
kbd,
pre,
samp {
  font-family: monospace
}

nav ol,
nav ul {
  list-style: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

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

textarea {
  resize: vertical
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

[hidden][aria-hidden="false"] {
  display: inherit;
  position: absolute;
  clip: rect(0 0 0 0)
}

[hidden][aria-hidden="false"]:focus {
  clip: auto
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation
}

html,
body {
  position: relative;
  height: 100%
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%
}

body {
  width: 100%;
  color: #5A5A5A;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body.cslp {
  background-color: #fafafa;
}

a {
  outline: none;
  color: #5A5A5A;
  cursor: pointer
}

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

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

em {
  font-style: normal
}

/* display
-------------------------------------------------- */
@media only screen and (max-width: 750px) {
	.u-display-pc {
		display: none !important;
	}
}
.u-display-sp { display: none;}
@media only screen and (max-width: 750px) {
	.u-display-sp {
		display: block !important;
	}
}

/* Layout
-------------------------------------------------- */
.l-wrapper {
  height: 100%
}

.l-main {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  background-color: #Fafafa;
}

/* Component
-------------------------------------------------- */
.c-wrap {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}
.c-wrap.-wide {
  max-width: 1333px;
}

.c-btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-align: center;
}

.c-btn>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.c-btn--blue {
  background-color: #03B8DF;
  color: #fff
}

.c-btn--white {
  background-color: #fff;
  color: #03B8DF
}

.c-btn--red {
  background-color: #ff6959;
  color: #fff
}

@media only screen and (min-width: 751px) {
  .c-btn--small {
    width: 214px;
    height: 56px;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 750px) {
  .c-btn--small {
    width: auto;
    height: 56px;
    padding: 0 17px;
    font-size: 1.2rem
  }
}

.c-btn--medium {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 50px;
  border: 2px solid #fff;
  border-radius: 80px;
  font-size: 1.8rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
}

.c-btn--medium .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px
}

.c-btn--medium .icon img {
  display: block;
  width: 100%;
  height: 100%
}

.c-btn--large {
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding: 0 52px 0 20px;
  border: 2px solid #fff;
  border-radius: 80px;
  font-size: 2.8rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
}

.c-btn--large .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px
}

.c-btn--large .icon img {
  display: block;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 750px) {
  .c-btn--large {
    height: 64px;
    padding: 0 44px 0 12px;
    font-size: 2.2rem;
  }
}

.is-pc .c-btn--blue:hover {
  background-color: #1CBFE2
}

.is-pc .c-btn--white:hover {
  color: #35C6E5
}

.is-pc .c-btn--red:hover {
  background-color: #fa7769
}

.c-link {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

.c-link:before {
  content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
  width: 6.783px;
  height: 6.052px;
  background: url(../img/icon-arrow_s.svg) no-repeat;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .c-link {
    font-size: 1.3rem;
  }
}

.c-textInput {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 3px;
  background-color: #EFEFEF;
  font-size: 1.6rem
}

.c-textInput:focus {
  background-color: #fff;
  border: solid 1.5px #03B8DF;
  border-radius: 3px;
  outline: 0 none
}

.c-textInput.error {
  border: solid 1.5px #DF0303
}

.c-radio {
  display: inline-block;
  height: 40px
}

.c-radio label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 12px 0 38px
}

.c-radio label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-radio-unselected.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%)
}

.c-radio .text {
  display: block;
  font-size: 1.6rem;
  font-weight: 700
}

.c-radio .text::before,
.c-radio .text::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity .2s ease
}

.c-radio .text::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(3, 184, 223, 0.13)
}

.c-radio .text::after {
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/icon-radio-selected.svg) center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%)
}

.c-radio input {
  display: none
}

.c-radio input:checked~.text::before,
.c-radio input:checked~.text::after {
  opacity: 1
}

/* Project
-------------------------------------------------- */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  transition: top .5s ease-in-out
}

.p-header.is-hidden {
  top: -100px
}

.p-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px
}

@media only screen and (max-width: 359px) {
  .p-header__in.c-wrap {
    padding-right: 0
  }
}

@media only screen and (min-width: 751px) {
  .p-header__logo {
    width: 76px;
    height: auto
  }
}

@media only screen and (max-width: 750px) {
  .p-header__logo {
    width: 64px;
    height: auto
  }
}

.p-header__logo a {
  display: block
}

.p-header__logo img {
  width: 100%;
  height: auto
}

.p-header__btns {
  display: flex;
  height: 100%
}

@media only screen and (min-width: 751px) {
  .p-header__btns {
    font-size: 1.4rem
  }
}

.p-header__btns li {
  height: 100%
}

@media only screen and (max-width: 750px) {
  .p-header__btns li.dl .c-btn>div {
    text-align: left;
  }
}


/* p-footer */
.p-footer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__upper {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-color: #Fafafa;
}

.p-footer__inner {
  display: flex;
  align-items: center;
	justify-content: space-between;
  gap: 40px;
}

.p-footer__contact {
  flex-basis: 328px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-footer__unit {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid #03b8df;
  border-bottom: 3px solid #03b8df;
}

.p-footer__title {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-footer__tel {
  display: flex;
	align-items: center;
	justify-content: center;
  gap: 12px;
  margin-top: 12px;
  color: #03b8df;
  font-family: 'Roboto', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-footer__tel::before {
  content: "";
  width: 30px;
  height: 22px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMzAgMjIiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDNiOGRmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC02Ny45MjIpIj48cGF0aCBkPSJtMzI4LjAzOCAyMTkuODg2LS4wNTgtLjAzLS4wNi4wMjVjLTEuNTcyLjY0NC0yLjMgMS41NjQtMi4zIDIuOSAwIDEuOTY3IDEuMiAyLjY2OCAyLjMxNyAyLjY2OHMyLjM0Mi0uNyAyLjM0Mi0yLjY2OGMtLjAwNC0xLjE2LS43NTYtMi4xMzMtMi4yNDEtMi44OTV6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA2LjUzOCAtMTQzLjA1MykiLz48cGF0aCBkPSJtMjkuNDQ5IDY3LjkyMmgtMjguODk4YS41NTEuNTUxIDAgMCAwIC0uNTUxLjU1djIwLjlhLjU1MS41NTEgMCAwIDAgLjU1MS41NWgyOC45YS41NTEuNTUxIDAgMCAwIC41NTEtLjU1di0yMC45YS41NTEuNTUxIDAgMCAwIC0uNTUzLS41NXptLTUuMDc5IDcuODQ2LS4xMTkuMDA2LjAwNi4wMDZoLS4wMTJsLjIyNi4yMTFhNC45NTEgNC45NTEgMCAwIDEgMS42OTEgMy43MzEgNC43NjMgNC43NjMgMCAxIDEgLTkuNTA1IDAgNC45NTkgNC45NTkgMCAwIDEgMS44Ny00LjAyMmwuMTM2LS4xMTEuMDkxLS4wNjdoLS4wMDhsLjAwOS0uMDA4LS4yOTEtLjA1OWExNy4xNDggMTcuMTQ4IDAgMCAwIC02LjkzMiAwbC0uMTc0LjAzNS0uMTEuMDE2LjAwNi4wMDVoLS4wMTJsLjIyOS4xODdhNC45NiA0Ljk2IDAgMCAxIDEuODcyIDQuMDIyIDQuNzYzIDQuNzYzIDAgMSAxIC05LjUwNSAwIDQuOTQ2IDQuOTQ2IDAgMCAxIDEuNjktMy43MzJsLjEzMy0uMTI0LjA5My0uMDc4aC0uMDA4bC4wMDktLjAwOC0uMzA4LS4wMzJhMjIuNzM1IDIyLjczNSAwIDAgMCAtMi4zMDktLjExMWgtMS4wMzN2LTIuMDU5aDEuMDMzYTE5LjU4OCAxOS41ODggMCAwIDEgNS4yOTEuNjNsLjA0Ni4wMTMuMDQ1LS4wMTlhMTguNjU2IDE4LjY1NiAwIDAgMSAxMi45NjEgMGwuMDQ0LjAxNy4wNDYtLjAxM2ExOS41ODkgMTkuNTg5IDAgMCAxIDUuMjkyLS42M2gxLjAzM3YyLjA2MmgtMS4wMzRhMjIuNzIzIDIyLjcyMyAwIDAgMCAtMi4zMS4xMTJ6Ii8+PHBhdGggZD0ibTEwOS4yMzcgMjE5Ljg4LS4wNi0uMDI1LS4wNTcuMDNjLTEuNDg0Ljc2My0yLjIzNiAxLjczNS0yLjIzNiAyLjg5IDAgMS45NjcgMS4yMDkgMi42NjggMi4zNDEgMi42NjhzMi4zMTctLjcgMi4zMTctMi42NjhjLS4wMDEtMS4zMzEtLjczMy0yLjI1MS0yLjMwNS0yLjg5NXoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAuNjIgLTE0My4wNTMpIi8+PC9nPjwvc3ZnPg==) center / contain no-repeat;
}
.p-footer__tel a {
  color: #03b8df;
  pointer-events: none;
}

.p-footer__time {
  margin-top: 8px;
  color: #222;
  font-size: 1.3rem;
}

.p-footer__notes {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.667;
}

.p-footer__item {
  flex-basis: 460px;
  text-align: center;
}

.p-footer__notes-btn {
  margin-top: 16px;
  font-size: 1.1rem;
}

.p-footer__bnr:not(:first-child) {
  margin-top: 24px;
}

.p-footer__lower {
  padding-top: 8px;
  padding-bottom: 28px;
}

.p-footer__nav {
  display: none;
}

.p-footer__logo {
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
  line-height: 1;
}
.p-footer__logo img {
  width: 97px;
  margin-right: 12px;
}

.p-footer__copyright {
  margin-top: 10px;
}

.p-footer__link {
  margin-top: 4px;
}

.p-footer__link a {
  text-decoration: underline
}

.p-footer__btn {
  text-align: center;
}

.p-footer__link-client {
  margin-bottom: 36px;
  margin-top: 24px;
  text-align: center;
}

.p-footer .c-btn--large {
  max-width: 460px;
}

@media only screen and (max-width: 750px) {
  .p-footer {
    font-size: 1.2rem;
  }

  .p-footer__upper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-footer__inner {
    display: block;
  }

  .p-footer__item {
    margin-top: 40px;
    text-align: center;
  }

  .p-footer__tel a {
    pointer-events: auto;
  }

  .p-footer__notes-btn {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }

  .p-footer__bnr {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-footer__nav {
    display: block;
    margin-top: 28px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.2rem;
  }
  .p-footer__nav li:not(:first-child) {
    margin-top: 12px;
  }
  .p-footer__nav li a {
    color: #03b8df;
    text-decoration: underline;
  }
  .p-footer__nav li a:hover {
    text-decoration: none;
  }

  .p-footer__lower {
    padding-top: 20px;
  }

  .p-footer__copyright {
    margin-top: 8px;
  }

  .p-footer .c-btn--large {
    font-size: 2rem;
  }
}

/* p-kv */
.p-kv {
  position: relative;
  z-index: 3;
  height: 748px;
}
.p-kv::before,
.p-kv::after {
  content: "";
	position: absolute;
  z-index: -1;
}
.p-kv::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: calc(50% + 502px);
  background: linear-gradient(13deg, rgba(13, 255, 199, .14) 0%, rgba(3, 184, 223, .14) 100%);
}
.p-kv::after {
	top: -41px;
	left: calc(50% - 308px);
  width: 750px;
  height: 874px;
  background: url(../img/kv-bg-03.svg) left bottom no-repeat, url(../img/kv-bg-01.svg) right top no-repeat;
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-kv .c-wrap {
  position: relative;
  height: 100%;
  padding-top: 48px;
}

.p-kv .c-wrap::before,
.p-kv .c-wrap::after {
  content: "";
	position: absolute;
  z-index: -1;
  background-color: center / contain no-repeat;
}

.p-kv .c-wrap::before {
	bottom: 92px;
	left: -29px;
  width: 290px;
  height: 369px;
  background-image: url(../img/kv-img-01.svg);
}

.p-kv .c-wrap::after {
	bottom: -8px;
	left: 50%;
  width: 316px;
  height: 325px;
  background-image: url(../img/kv-img-02_pc.svg);
  -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-kv__title {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}
.p-kv__title img {
  width: 153.6px;
}

.p-kv__nav {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 48px;
  right: 24px;
}
.p-kv__nav dt,
.p-kv__nav dd {
  font-size: 1.4rem;
}
.p-kv__nav dd {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.p-kv__nav dd::before {
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  border-left: 1px solid #ccc;
}
.p-kv__nav dd a {
  color: #03b8df;
}
.p-kv__nav dd a:hover {
  text-decoration: underline;
}

.p-kv__contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-kv__icon {
  position: absolute;
  bottom: 36px;
  left: 24px;
  z-index: 5;
}

.p-kv__inner {
  display: -webkit-flex;
	display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
  max-width: 400px;
}

.p-kv__catch {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .25em;
  line-height: 1.667;
}

.p-kv__catch b {
  color: #03b8df;
}

.p-kv__catch em {
  color: #ffd00d;
  font-style: normal;
}

.p-kv__btn {
  width: 100%;
  margin-top: 32px;
}

.p-kv__board {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 3;
  width: 478px;
  padding: 40px 48px 48px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-kv__board::before,
.p-kv__board::after {
  content: "";
	position: absolute;
  z-index: -1;
}
.p-kv__board::before {
	top: 15px;
	left: -68px;
  width: 200px;
  height: 200px;
  background: url(../img/kv-bg-02.svg) center / contain no-repeat;
}
.p-kv__board::after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  border-radius: 8px;
  background-color: #fff;
}

.p-kv__title-board {
  color: #22c1e3;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-kv__lead {
  margin-top: 20px;
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
}
.p-kv__lead span {
  display: block;
  font-size: 2rem;
}
.p-kv__lead b {
  position: relative;
  z-index: 3;
}
.p-kv__lead b::before {
  content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: -1;
  height: 14px;
  background-color: #ffd00d;
}

.p-kv__payment {
  width: fit-content;
  margin-top: 0;
}

.p-kv__title-payment {
  display: flex;
  gap: 4px;
  color: #222;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-kv__title-payment::before,
.p-kv__title-payment::after {
  content: "";
  align-self: flex-end;
  width: 45px;
  height: 42px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQxLjYwOCIgdmlld0JveD0iMCAwIDQ0LjkyOSA0MS42MDgiIHdpZHRoPSI0NC45MjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTcuMzUxIDUuOTI5aDMwLjkyMXYyOC4yOTZoLTMwLjkyMXoiIGZpbGw9Im5vbmUiLz48cmVjdCBmaWxsPSIjZmZkMDBkIiBoZWlnaHQ9IjI2LjAyNyIgcng9IjEuMzAxIiB0cmFuc2Zvcm09Im1hdHJpeCgtLjg2NjAyNTQgLjUgLS41IC0uODY2MDI1NCAzOC4wOTggMzMuMTMyKSIgd2lkdGg9IjIuNjAzIi8+PHBhdGggZD0ibTEuMyAwYTEuMyAxLjMgMCAwIDAgLTEuMyAxLjN2MjMuNDI2YTEuMyAxLjMgMCAwIDAgMi42IDB2LTIzLjQyNmExLjMgMS4zIDAgMCAwIC0xLjMtMS4zbTAtNWE2LjMwOSA2LjMwOSAwIDAgMSA2LjMgNi4zdjIzLjQyNmE2LjMwOSA2LjMwOSAwIDAgMSAtNi4zIDYuMyA2LjMwOSA2LjMwOSAwIDAgMSAtNi4zLTYuM3YtMjMuNDI2YTYuMzA5IDYuMzA5IDAgMCAxIDYuMy02LjN6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgtLjg2NjAyNTQgLjUgLS41IC0uODY2MDI1NCAzOC4wOTggMzMuMTMyKSIvPjxwYXRoIGQ9Im0xLjQ4OSAzMy42YTEuMjc1IDEuMjc1IDAgMCAwIDEuMjg3LTEuMjg0bC0uMTg2LTMxLjAxNmExLjMxMiAxLjMxMiAwIDAgMCAtMS4zMDMtMS4zIDEuMjc1IDEuMjc1IDAgMCAwIC0xLjI4NyAxLjI4NGwuMTg2IDMxLjAxNmExLjMxMiAxLjMxMiAwIDAgMCAxLjMwMyAxLjN6IiBmaWxsPSIjZmZkMDBkIiB0cmFuc2Zvcm09Im1hdHJpeCgtLjc2NjA0NDQ0IC42NDI3ODc2MSAtLjY0Mjc4NzYxIC0uNzY2MDQ0NDQgMzAuNzY1IDMyLjc4KSIvPjxwYXRoIGQ9Im0xLjUgMzMuNmExLjI3NSAxLjI3NSAwIDAgMCAxLjI3OS0xLjI4NGwtLjE4OS0zMS4wMTZhMS4zMTIgMS4zMTIgMCAwIDAgLTEuMzAzLTEuMyAxLjI3NSAxLjI3NSAwIDAgMCAtMS4yODcgMS4yODRsLjE4NiAzMS4wMTZhMS4zMTIgMS4zMTIgMCAwIDAgMS4zIDEuM3ptMCA1aC0uMDQxYTYuMjc0IDYuMjc0IDAgMCAxIC00LjQyLTEuODQ1IDYuMjY4IDYuMjY4IDAgMCAxIC0xLjg1My00LjQyNWwtLjE4Ni0zMS4wMTZhNi4yMzMgNi4yMzMgMCAwIDEgMS44MjQtNC40NjIgNi4yMzggNi4yMzggMCAwIDEgNC40NTUtMS44NTJoLjAzOGE2LjI3NCA2LjI3NCAwIDAgMSA0LjQyIDEuODQ1IDYuMjY4IDYuMjY4IDAgMCAxIDEuODUzIDQuNDI1bC4xODYgMzEuMDExYTYuMjMzIDYuMjMzIDAgMCAxIC0xLjgyNCA0LjQ2MyA2LjIzOCA2LjIzOCAwIDAgMSAtNC40NTIgMS44NTZ6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09Im1hdHJpeCgtLjc2NjA0NDQ0IC42NDI3ODc2MSAtLjY0Mjc4NzYxIC0uNzY2MDQ0NDQgMzAuNzY1IDMyLjc4KSIvPjxwYXRoIGQ9Im03LjM1MSA1LjkyOWgzMC45MjF2MjguMjk2aC0zMC45MjF6IiBmaWxsPSJub25lIi8+PGcgZmlsbD0iI2ZmZDAwZCI+PHJlY3QgaGVpZ2h0PSIyNi4wMjciIHJ4PSIxLjMwMSIgdHJhbnNmb3JtPSJtYXRyaXgoLS44NjYwMjU0IC41IC0uNSAtLjg2NjAyNTQgMzguMDk4IDMzLjEzMikiIHdpZHRoPSIyLjYwMyIvPjxwYXRoIGQ9Im0xLjQ4OSAzMy42YTEuMjc1IDEuMjc1IDAgMCAwIDEuMjg3LTEuMjg0bC0uMTg2LTMxLjAxNmExLjMxMiAxLjMxMiAwIDAgMCAtMS4zMDMtMS4zIDEuMjc1IDEuMjc1IDAgMCAwIC0xLjI4NyAxLjI4NGwuMTg2IDMxLjAxNmExLjMxMiAxLjMxMiAwIDAgMCAxLjMwMyAxLjN6IiB0cmFuc2Zvcm09Im1hdHJpeCgtLjc2NjA0NDQ0IC42NDI3ODc2MSAtLjY0Mjc4NzYxIC0uNzY2MDQ0NDQgMzAuNzY1IDMyLjc4KSIvPjwvZz48L3N2Zz4=) center / contain no-repeat;
}
.p-kv__title-payment::after {
  transform: scaleX(-1);
}
.p-kv__title-payment span:not(:first-child) {
  margin-left: 8px;
}
.p-kv__title-payment b {
  margin-left: 2px;
  margin-right: 2px;
  color: #03b8df;
  font-size: 3.6rem;
  letter-spacing: -.02em;
}

.p-kv__text-payment {
  margin-top: 4px;
  color: #5a5a5a;
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.334;
  text-align: center;
}

.p-kv__text {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.778;
}

.p-kv__link {
  margin-top: 24px;
  text-align: center;
}

.cslp .p-kv {
  background: calc(50% - 90px) center no-repeat;
}
.cslp .p-kv::before {
	left: calc(50% + 505px);
}
.cslp .p-kv::after {
	top: calc(100% - 15px);
	left: calc(50% - 682px);
  width: 200px;
  height: 200px;
  background: url(../img/kv-bg-03.svg) center no-repeat;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cslp .p-kv.-kv-01 {
  background-image: url(../img/cslp01/kv-bg_pc.jpg);
}
.cslp .p-kv.-kv-02 {
  background-image: url(../img/cslp02/kv-bg_pc.jpg);
}

.cslp .p-kv.-kv-03,
.cslp .p-kv.-kv-04,
.cslp .p-kv.-kv-05,
.cslp .p-kv.-kv-06,
.cslp .p-kv.-kv-13 {
  background: center no-repeat;
}
.cslp .p-kv.-kv-03::before,
.cslp .p-kv.-kv-03::after,
.cslp .p-kv.-kv-04::before,
.cslp .p-kv.-kv-05::before,
.cslp .p-kv.-kv-05::after,
.cslp .p-kv.-kv-06::before,
.cslp .p-kv.-kv-06::after,
.cslp .p-kv.-kv-13::before,
.cslp .p-kv.-kv-13::after {
  content: none;
}
.cslp .p-kv.-kv-03,
.cslp .p-kv.-kv-06 {
  background-image: url(../img/cslp03/kv-bg_pc.jpg);
}
.cslp .p-kv.-kv-04 {
  background-image: url(../img/cslp05/kv-bg_pc.jpg);
}
.cslp .p-kv.-kv-04 .p-kv__notes {
  color: #fff;
}
.cslp .p-kv.-kv-05,
.cslp .p-kv.-kv-13 {
  background-image: url(../img/cslp07/kv-bg_pc.jpg);
  background-position: center top;
}
.cslp .p-kv.-kv-06 .p-kv__catch,
.cslp .p-kv.-kv-13 .p-kv__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
	justify-content: center;
  background: none;
  font-size: 6.2rem;
}
.cslp .p-kv.-kv-06 .p-kv__catch span,
.cslp .p-kv.-kv-13 .p-kv__catch span {
  font-size: 5rem;
}
.cslp .p-kv.-kv-06 .p-kv__catch span:first-child,
.cslp .p-kv.-kv-13 .p-kv__catch span:first-child {
  font-size: 3rem;
}
.cslp .p-kv.-kv-06 .p-kv__catch em,
.cslp .p-kv.-kv-13 .p-kv__catch em {
  color: #fab810;
  font-size: 4.2rem;
  font-style: normal;
}
.cslp .p-kv.-kv-06 .p-kv__catch strong,
.cslp .p-kv.-kv-13 .p-kv__catch strong {
  background: linear-gradient(to top, #fff200, #fff200 14px, transparent 14px) left bottom / auto 1.25em no-repeat;
}
.cslp .p-kv.-kv-06 .p-kv__title,
.cslp .p-kv.-kv-13 .p-kv__title {
  margin-top: 28px;
}
.cslp .p-kv.-kv-06 .p-kv__list,
.cslp .p-kv.-kv-13 .p-kv__list {
  margin-top: 24px;
}
.cslp .p-kv.-kv-06 .p-kv__list.-blue li,
.cslp .p-kv.-kv-13 .p-kv__list.-blue li {
  background: linear-gradient(45deg, #03b8df, #00d9c7 100%);
}

.cslp .p-kv.-kv-13 {
  height: 840px;
}

.cslp .p-kv.-kv-13 .p-kv__notes {
  bottom: 10px;
  left: 24px;
  color: #5a5a5a;
  font-size: 1rem;
}

.cslp .p-kv .c-wrap {
  padding-top: 0;
}

.cslp .p-kv .c-wrap::before,
.cslp .p-kv .c-wrap::after {
  content: none;
}

.cslp .p-kv__title {
  max-width: none;
  margin: 32px 0 0;
}
.cslp .p-kv__title img {
  width: auto;
}

.cslp .p-kv__contents {
  max-width: 1080px;
}

.cslp .p-kv__inner {
	-webkit-align-items: flex-start;
	align-items: flex-start;
  max-width: none;
}

.cslp .p-kv__btn {
  margin-top: 12px;
}

.cslp .p-kv__board::before {
	top: -96px;
	left: calc(50% - 16px);
}

.cslp .p-kv__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 46px;
  margin-left: -6px;
}

.cslp .p-kv__list li {
  display: flex;
	align-items: center;
	justify-content: center;
  width: 130px;
  height: 130px;
  margin-top: 6px;
  margin-left: 6px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #ffd00d;
  color: #222;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.167;
  text-align: center;
}
.cslp .p-kv__list i {
  display: inline-block;
  font-size: 2rem;
  font-style: normal;
}

.cslp .p-kv__list.-blue li {
  background: linear-gradient(to right, #03b8df, #00d9c7 100%);
  color: #fff;
}


.cslp.-promo .p-kv__contents {
  display: -webkit-box;
  display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
  position: static;
  max-width: none;
  height: 100%;
  text-align: right;
  -webkit-transform: none;
  transform: none;
}

.cslp.-promo .p-kv__inner {
  display: -webkit-inline-box;
  display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
  max-width: none;
  text-align: center;
}

.cslp.-promo .p-kv__catch {
  color: #222;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  background: linear-gradient(to top, #fff200, #fff200 14px, transparent 14px) left bottom / auto 1.25em;
}

.cslp.-promo .p-kv__catch b {
  font-feature-settings: "palt";
}

.cslp.-promo .p-kv__ranking {
  position: absolute;
  left: 24px;
  bottom: 76px;
}
.cslp.-promo .p-kv__ranking img {
  width: 212px;
}

.cslp.-promo .p-kv__list {
  margin-top: 28px;
}

.cslp.-promo .p-kv__lead {
  position: relative;
  z-index: 3;
  font-size: 2.4rem;
  line-height: 1.2;
}
.cslp.-promo .p-kv__lead span {
  display: inline-block;
  position: relative;
  font-size: inherit;
}
.cslp.-promo .p-kv__lead span::before,
.cslp.-promo .p-kv__lead span::after {
  content: "";
	position: absolute;
}
.cslp.-promo .p-kv__lead span::before {
  top: -16px;
  left: -20px;
  width: 24px;
  height: 26px;
  background: url(../img/icon-deco.png) center / cover no-repeat;
}
.cslp.-promo .p-kv__lead span::after {
	right: -4px;
	bottom: -4px;
	left: -4px;
  z-index: -1;
  height: 14px;
  background-color: #ffd00d;
}

.cslp.-promo .p-kv__btn {
  margin-top: 16px;
}
.cslp.-promo .p-kv__btn .c-btn--medium {
  padding: 0 52px 0 20px;
  font-size: 2.8rem;
}

.cslp.-promo .p-kv__notes {
  position: absolute;
  bottom: 20px;
  left: 48px;
  padding-left: 1em;
  color: #222;
  font-size: 1.1rem;
  text-indent: -1em;
}

.cslp.-promo .p-kv__link {
  position: absolute;
  top: 16px;
  right: 24px;
  margin-top: 0;
}
.cslp.-promo .p-kv__link a {
  color: #222;
}

@media only screen and (max-width: 1015px) {
  .p-kv__contents {
    left: 25px;
    right: 25px;
  }

  .p-kv__inner {
    max-width: calc(400 / 965 * 100%);
  }

  .p-kv__catch {
    font-size: 3.4rem;
  }

  .p-kv__board {
    width: calc(478 / 965 * 100%);
    padding: 40px 24px 48px;
  }

  .cslp .p-kv__inner {
    max-width: calc(400 / 965 * 100%);
  }
}

@media only screen and (max-width: 750px) {
  .p-kv {
    height: auto;
  }
  .p-kv::before {
    top: auto;
    left: 0;
    height: 286px;
  }
  .p-kv::after {
    top: 0;
    left: calc(50% - 22px);
    width: 332px;
    height: 546px;
    background-size: 142px 142px, 124px 124px;
  }

  .p-kv .c-wrap {
    padding-top: 84px;
    padding-bottom: 24px;
  }

  .p-kv .c-wrap::before {
    content: none;
  }

  .p-kv .c-wrap::after {
    top: 114px;
    bottom: auto;
    right: -2px;
    left: auto;
    width: 207px;
    height: 263px;
    background-image: url(../img/kv-img-02_sp.svg);
    -webkit-transform: none;
    transform: none;
  }

  .p-kv__title img {
    width: 134.2px;
  }

  .p-kv__nav {
    display: none;
  }

  .p-kv__contents {
    position: static;
    margin-top: 24px;
    -webkit-transform: none;
    transform: none;
  }

  .p-kv__icon {
    top: 244px;
    right: 24px;
    bottom: auto;
    left: auto;
  }
  .p-kv__icon img {
    width: 90px;
  }

  .p-kv__inner {
    display: block;
    max-width: none;
  }

  .p-kv__catch {
    font-size: 2.6rem;
    letter-spacing: .12em;
  }

  .p-kv__payment {
    margin: 8px -16px 0;
  }

  .p-kv__title-payment {
    font-size: 1.4rem;
  }
  .p-kv__title-payment::before,
  .p-kv__title-payment::after {
    width: 24px;
    height: 22px;
    /* translate: 0 -4px; */
  }
  .p-kv__title-payment span:not(:first-child) {
    margin-left: 6px;
  }
  .p-kv__title-payment b {
    font-size: 2.8rem;
  }

  .p-kv__text-payment {
    font-size: 1.2rem;
  }

  .p-kv__btn {
    margin-top: 88px;
    text-align: center;
  }

  .p-kv__board {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 40px;
    padding: 24px 20px 20px;
    -webkit-transform: none;
    transform: none;
  }
  .p-kv__board::before {
    content: none;
  }

  .p-kv__title-board {
    font-size: 1.5rem;
    text-align: center;
  }

  .p-kv__lead {
    margin-top: 16px;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-kv__lead span {
    font-size: 1.5rem;
  }
  .p-kv__lead b::before {
    height: 8px;
  }

  .p-kv__text {
    margin-top: 24px;
    font-size: 1.3rem;
  }

  .cslp .p-kv {
    background: center top / contain no-repeat;
  }
  .cslp .p-kv::before {
    top: calc(360 / 375 * 100vw);
    left: 0;
    height: auto;
  }
  .cslp .p-kv::after {
    content: none;
  }

  .cslp .p-kv.-kv-01 {
    background-image: url(../img/cslp01/kv-bg_sp.jpg);
  }
  .cslp .p-kv.-kv-02 {
    background-image: url(../img/cslp02/kv-bg_sp.jpg);
  }
  .cslp .p-kv.-kv-03,
  .cslp .p-kv.-kv-04,
  .cslp .p-kv.-kv-05,
  .cslp .p-kv.-kv-06,
  .cslp .p-kv.-kv-13 {
    background-size: cover;
  }
  .cslp .p-kv.-kv-03,
  .cslp .p-kv.-kv-04,
  .cslp .p-kv.-kv-05,
  .cslp .p-kv.-kv-06 {
    height: 647px;
  }
  .cslp .p-kv.-kv-03,
  .cslp .p-kv.-kv-06 {
    background-image: url(../img/cslp03/kv-bg_sp.jpg);
  }
  .cslp .p-kv.-kv-04 {
    background-image: url(../img/cslp05/kv-bg_sp.jpg);
  }
  .cslp .p-kv.-kv-04 .p-kv__notes {
    color: #222;
  }
  .cslp .p-kv.-kv-05 {
    background-image: url(../img/cslp07/kv-bg_sp.jpg);
  }
  .cslp .p-kv.-kv-06 .p-kv__catch,
  .cslp .p-kv.-kv-13 .p-kv__catch {
    align-items: flex-end;
    font-size: 2.9rem;
  }
  .cslp .p-kv.-kv-06 .p-kv__catch span,
  .cslp .p-kv.-kv-13 .p-kv__catch span {
    font-size: 2.2rem;
  }
  .cslp .p-kv.-kv-06 .p-kv__catch span:first-child,
  .cslp .p-kv.-kv-13 .p-kv__catch span:first-child {
    font-size: 1.6rem;
  }
  .cslp .p-kv.-kv-06 .p-kv__catch em,
  .cslp .p-kv.-kv-13 .p-kv__catch em {
    font-size: 2.2rem;
  }
  .cslp .p-kv.-kv-06 .p-kv__catch strong,
  .cslp .p-kv.-kv-13 .p-kv__catch strong {
    background: linear-gradient(to top, #fff200, #fff200 8px, transparent 8px) left bottom / auto 1.25em no-repeat;
  }
  .cslp .p-kv.-kv-06 .p-kv__title,
  .cslp .p-kv.-kv-13 .p-kv__title {
    margin-top: 20px;
  }
  .cslp .p-kv.-kv-06 .p-kv__ranking,
  .cslp .p-kv.-kv-13 .p-kv__ranking {
    margin-top: 16px;
  }
  .cslp .p-kv.-kv-06 .p-kv__list {
    margin-top: 12px;
  }

  .cslp.-promo .p-kv.-kv-13 {
    height: 720px;
    background-image: url(../img/cslp07/kv-bg_sp.jpg);
  }
  .cslp.-promo .p-kv.-kv-13 .c-wrap {
    padding-top: 30px;
  }
  .cslp.-promo .p-kv.-kv-13 .p-kv__list {
    margin-top: 140px;
  }

  .cslp .p-kv .c-wrap {
    padding-top: 48px;
  }

  .cslp .p-kv__contents {
    margin-top: 0;
  }

  .cslp .p-kv__inner {
    max-width: none;
  }

  .cslp .p-kv__title {
    margin-top: 24px;
  }
  .cslp .p-kv__title img {
    width: 171px;
  }

  .cslp .p-kv__board {
    margin-top: 24px;
  }

  .cslp .p-kv__text {
    letter-spacing: -.07em;
  }

  .cslp .p-kv__btn .c-btn--medium {
    height: 64px;
  }

  .cslp .p-kv__list {
    justify-content: center;
    margin-top: 44px;
    margin-left: -2px;
  }

  .cslp .p-kv__list li {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    margin-left: 2px;
  }
  .cslp .p-kv__list i {
    font-size: 1.2rem;
  }


  .cslp.-promo .p-kv {
    height: 647px;
  }

  .cslp.-promo .p-kv .c-wrap {
    padding-top: 12px;
  }

  .cslp.-promo .p-kv__contents {
    display: block;
    height: auto;
  }

  .cslp.-promo .p-kv__catch {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-size: 2.9rem;
    background: linear-gradient(to top, #fff200, #fff200 8px, transparent 8px) left bottom / auto 1.25em;
  }

  .cslp.-promo .p-kv__title {
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .cslp.-promo .p-kv__title img {
    width: 150px;
  }

  .cslp.-promo .p-kv__ranking {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    position: static;
    margin-top: 24px;
  }
  .cslp.-promo .p-kv__ranking img {
    width: 145px;
  }

  .cslp.-promo .p-kv__lead {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    background-color: #fff;
    font-size: 2rem;
  }
  .cslp.-promo .p-kv__lead span::before {
    content: none;
  }
  .cslp.-promo .p-kv__lead span::after {
    bottom: -1px;
    height: 8px;
  }

  .cslp.-promo .p-kv__btn {
    margin-top: 8px;
  }
  .cslp.-promo .p-kv__btn .c-btn--medium {
    padding: 0 48px 0 16px;
    font-size: 2.2rem;
  }

  .cslp.-promo .p-kv__notes {
    position: static;
    margin-top: 12px;
    font-size: 1rem;
  }

  .cslp.-promo .p-kv__link {
    position: static;
    margin-top: 12px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 374px) {
  .cslp .p-kv__title {
    margin-top: 8px;
  }

  .cslp .p-kv__list {
    margin-top: 8px;
  }

  .cslp .p-kv__list li {
    width: 64px;
    height: 64px;
    font-size: 1.4rem;
  }
  .cslp .p-kv__list i {
    font-size: 1rem;
  }

  .cslp.-promo .p-kv__title {
    margin-top: 24px;
  }

  .cslp.-promo .p-kv__lead {
    font-size: 1.8rem;
  }

  .cslp.-promo .p-kv__btn .c-btn--medium {
    padding: 0 44px 0 12px;
    font-size: 1.7rem;
  }
}

/* p-feature */
.p-feature {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-feature__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 2.8rem;
  font-weight: 700;
}
.p-feature__title::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}
.p-feature__title img {
  margin-right: 8px;
  vertical-align: -4px;
}
.p-feature__title span {
  font-size: 3.2rem;
}

.p-feature__list {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-feature__item {
  -webkit-flex-basis: calc(100% / 3 - 26px);
  flex-basis: calc(100% / 3 - 26px);
}

.p-feature__item dl {
  margin-top: 16px;
}

.p-feature__item dt {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333;
}

.p-feature__item dd {
  margin-top: 12px;
  font-size: 1.5rem;
}

.cslp .p-feature__list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -36px;
}

.cslp .p-feature__item {
  display: -webkit-box;
  display: flex;
  -webkit-flex-basis: calc(100% / 2 - 40px);
  flex-basis: calc(100% / 2 - 40px);
  margin-top: 36px;
}

.cslp .p-feature__image {
  -webkit-flex-basis: 80px;
  flex-basis: 80px;
}

.cslp .p-feature__item dl {
  -webkit-flex: 1;
  flex: 1;
  margin-top: 0;
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  .p-feature {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .p-feature__title {
    font-size: 2.4rem;
  }
  .p-feature__title span {
    font-size: 2.8rem;
  }

  .p-feature__list {
    display: block;
  }

  .p-feature__item {
    display: -webkit-flex;
    display: flex;
  }
  .p-feature__item:not(:first-child) {
    margin-top: 32px;
  }

  .p-feature__item dl {
    -webkit-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 16px;
  }

  .p-feature__item dt {
    font-size: 1.8rem;
  }

  .p-feature__item dd {
    margin-top: 8px;
  }

  .cslp .p-feature__list {
    margin-top: 0;
  }

  .cslp .p-feature__item {
    margin-top: 0;
  }
  .cslp .p-feature__item:not(:first-child) {
    margin-top: 32px;
  }

  .cslp .p-feature__item dl {
    margin-left: 16px;
  }
}

/* p-info */
.p-info {
  padding-top: 80px;
  padding-bottom: 48px;
  background-color: #88d3e8;
}

.p-info__title {
  color: #fff;
  font-size: 3rem;
}

.p-info__title ~ .p-info__title {
  margin-top: 80px;
}

.p-info__title + .p-info__unit {
  margin-top: 20px;
}

.p-info__notes {
  margin-top: 24px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.846;
}

.p-info__unit {
  display: -webkit-flex;
	display: flex;
  gap: 12px 24px;
  margin-top: 32px;
}

.p-info__item {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .14);
}

.p-info__item.-full {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 32px;
}
.p-info__item.-full .p-info__list > div:nth-child(n + 5) {
  display: -webkit-flex;
  display: flex;
}
.p-info__item.-full .p-info__list > div:not(:first-child) {
  margin-top: 16px;
}
.p-info__item.-full .p-info__list dt {
  position: relative;
  flex-basis: calc(6em + 20px);
  padding-left: 20px;
}
.p-info__item.-full .p-info__list dt::before {
  content: "";
	position: absolute;
	top: 3px;
	left: 0;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background-color: #ffd00d;
}

.p-info__item {
  flex: 1;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .14);
}

.p-info__title-item {
  min-height: 48px;
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-info__list:not(:first-child) {
  margin-top: 20px;
}
.p-info__list > div {
	display: flex;
  gap: 12px;
}
.p-info__list > div:not(:first-child) {
  margin-top: 12px;
}
.p-info__list dt,
.p-info__list dd {
  color: #222;
  font-size: 1.3rem;
  line-height: 1.8;
}
.p-info__list dt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 calc(4em + 30px);
}
.p-info__list dt img {
  margin-top: 2px;
}
.p-info__list dt span {
  flex-basis: 4em;
}
.p-info__list dd {
  flex: 1;
}

.p-info__list dd p {
  margin-top: 1em;
}

.p-info__more {
  display: none;
}

.p-info__btn {
  margin-top: 48px;
  text-align: center;
}

.p-info__notes-btn {
  margin-top: 16px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.p-info__link {
  margin-top: 24px;
  text-align: center;
}

.p-info__lead {
  margin-top: 64px;
  text-align: center;
}
.p-info__lead + .p-info__btn {
  margin-top: 24px;
}

@media only screen and (max-width: 750px) {
  .p-info {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .p-info__title {
    font-size: 2.8rem;
  }

  .p-info__title ~ .p-info__title {
    margin-top: 48px;
  }

  .p-info__unit {
    display: block;
    margin-top: 24px;
  }

  .p-info__item:not(:first-child) {
    margin-top: 20px;
  }

  .p-info__item.-full {
    padding: 20px;
  }
  .p-info__item.-full .p-info__list > div:not(:first-child) {
    margin-top: 12px;
  }
  .p-info__item.-full .p-info__list dt {
    flex-basis: calc(4em + 20px);
  }

  .p-info__title-item {
    min-height: auto;
  }

  .p-info__list > div:nth-child(n + 5) {
    display: none;
  }
  .p-info__list.is-active > div:nth-child(n + 5) {
    display: -webkit-flex;
    display: flex;
    animation: fadeIn .3s ease-in-out;
  }
  .p-info__list.is-active + .p-info__more {
    display: none;
  }

  .p-info__more {
    display: block;
    position: relative;
    margin-top: 16px;
    padding-right: 28px;
    color: #03b8df;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    text-align: right;
  }
  .p-info__more i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(3, 184, 223, .7);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-info__more i::before,
  .p-info__more i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(3, 184, 223, .7);
  }
  .p-info__more i::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .p-info__more i::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .p-info__btn {
    margin-top: 40px;
  }

  .p-info__notes-btn {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }

  .p-info__lead {
    margin-top: 44px;
  }
  .p-info__lead + .p-info__btn {
    margin-top: 12px;
  }
}

/* fadeIn */
@-webkit-keyframes fadeIn {
	0% { visibility: hidden; opacity: 0;}
	100% { opacity: 1;}
}
@keyframes fadeIn {
	0% { visibility: hidden; opacity: 0;}
	100% { opacity: 1;}
}


/* p-flow */
.p-flow {
  padding-top: 64px;
  padding-bottom: 40px;
}

.p-flow__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 3rem;
  font-weight: 700;
}
.p-flow__title::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}

.p-flow__list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: -48px;
  margin-left: -40px;
}

.p-flow__item {
  position: relative;
  -webkit-flex-basis: calc(100% / 3 - 40px);
  flex-basis: calc(100% / 3 - 40px);
  margin-top: 48px;
  margin-left: 40px;
}
.p-flow__item:last-child .p-flow__number::after {
  content: none;
}

.p-flow__number {
  position: relative;
  color: #17b8df;
  font-family: "Heebo", sans-serif;
  font-size: 5.6rem;
  font-weight: 100;
  line-height: 1;
}
.p-flow__number::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 64px;
  width: 105px;
  height: 10px;
  background: url(../img/flow-arrow_pc.svg) center / contain no-repeat;
  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-flow__image {
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
  height: 220px;
  margin-top: 8px;
  text-align: center;
}

.p-flow__contents {
  margin-top: 32px;
}

.p-flow__contents dt {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-flow__contents dd {
  margin-top: 12px;
  font-size: 1.5rem;
}

.p-flow__btn {
  margin-top: 42px;
  text-align: center;
}

.p-flow__notes-btn {
  margin-top: 16px;
  font-size: 1.1rem;
  text-align: center;
}

.p-flow__link {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .p-flow {
    padding-top: 40px;
  }

  .p-flow__title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }

  .p-flow__list {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }

  .p-flow__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
  }
  .p-flow__item:not(:first-child) {
    margin-top: 28px;
  }

  .p-flow__number {
    -webkit-flex-basis: 60px;
    flex-basis: 60px;
    font-size: 4.6rem;
  }
  .p-flow__number::after {
    top: calc(100% + 16px);
    right: auto;
    left: 24px;
    width: 8px;
    height: 33px;
    background-image: url(../img/flow-arrow_sp.svg);
    -webkit-transform: none;
    transform: none;
  }

  .p-flow__image {
    display: none;
  }

  .p-flow__contents {
    -webkit-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 16px;
  }

  .p-flow__contents dt {
    font-size: 1.8rem;
  }

  .p-flow__contents dd {
    margin-top: 16px;
  }

  .p-flow__btn {
    margin-top: 32px;
  }

  .p-flow__notes-btn {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }
}

/* p-faq */
.p-faq {
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding-top: 116px;
  padding-bottom: 24px;
  color: #222;
}
.p-faq::before,
.p-faq::after {
  content: "";
	position: absolute;
	right: 0;
	left: 0;
  z-index: -1;
  background-color: #efefef;
}
.p-faq::before {
	top: 48px;
	bottom: 48px;
  -webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
}
.p-faq::after {
  top: 50%;
	bottom: 0;
}

.p-faq__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-faq__list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.p-faq__item {
  -webkit-flex-basis: calc(100% / 2 - 20px);
  flex-basis: calc(100% / 2 - 20px);
}

.p-faq__item dt {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-faq__item dt:not(:first-of-type) {
  margin-top: 40px;
}

.p-faq__item dd {
  margin-top: 24px;
  font-size: 1.3rem;
}

.p-faq__item p:not(:first-child),
.p-faq__item ol:not(:first-child) {
  margin-top: 1.5em;
}

.p-faq .c-link {
  margin-left: .5em;
  padding-left: 12px;
  font-size: 1.3rem;
}

.cslp.-ver2 .p-faq {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #efefef;
}
.cslp.-ver2 .p-faq::before,
.cslp.-ver2 .p-faq::after {
  content: none;
}

@media only screen and (max-width: 750px) {
  .p-faq {
    padding-top: 80px;
  }
  .p-faq::before {
    top: 24px;
    bottom: 24px;
  }

  .p-faq__list {
    display: block;
  }

  .p-faq__item:not(:first-child) {
    margin-top: 40px;
  }

  .p-faq__item dd {
    margin-top: 16px;
  }

  .cslp.-ver2 .p-faq {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

/* p-contact */
.p-contact {
  padding-top: 24px;
  padding-bottom: 52px;
  background-color: #efefef;
  color: #222;
}

.p-contact__title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-contact__text {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-contact__list {
  margin-top: 24px;
}
.p-contact__list div {
  display: -webkit-flex;
	display: flex;
}
.p-contact__list div:not(:first-child) {
  margin-top: 4px;
}
.p-contact__list dt,
.p-contact__list dd {
  font-size: 1.3rem;
}
.p-contact__list a {
  color: inherit;
}
.p-contact__list a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 750px) {
  .p-contact {
    padding-bottom: 36px;
  }

  .p-contact__title {
    margin-bottom: 16px;
  }

  .p-contact__list {
    margin-top: 16px;
  }

  .p-contact__list a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 751px) {
  .u-spOnly {
    display: none
  }
}

@media only screen and (max-width: 750px) {
  .u-pcOnly {
    display: none
  }
}

.is-ie11 .u-uaOther {
  display: none
}

.is-notie11 .u-uaIe11 {
  display: none
}

html{
  scroll-behavior: smooth;
}
#frame_contents{
  margin-top: 56px;
  width: 100%;
}
#frame_contents iframe {
	width: 100%;
}
.register footer {
  margin-top: 56px;
}

/* p-about */
.p-about {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -100px;
  padding-top: 128px;
  padding-bottom: 128px;
}
.p-about::before {
  content: "";
	position: absolute;
	top: 48px;
	right: 0;
	bottom: 48px;
	left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.p-about__header {
  display: -webkit-box;
  display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.p-about__title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 3rem;
  font-weight: 700;
}
.p-about__title::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}

.p-about__logo {
  padding-top: 4px;
}

.p-about__contents {
  display: -webkit-box;
  display: flex;
}

.p-about__image {
  -webkit-flex-basis: 212px;
  flex-basis: 212px;
}

.p-about__text {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-about__text p:not(:first-child) {
  margin-top: 1.5em;
}
.p-about__notes {
  margin-top: 0 !important;
  font-size: 1.2rem;
}

.cslp.-ver2 .p-about {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.cslp.-ver2 .p-about::before {
  content: none;
}

@media only screen and (max-width: 750px) {
  .p-about {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-bottom: -48px;
  }
  .p-about::before {
    top: 24px;
    bottom: 24px;
  }

  .p-about__header {
    display: block;
  }

  .p-about__title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }

  .p-about__logo {
    padding-top: 0;
    text-align: center;
  }
  .p-about__logo img {
    max-width: 260px;
  }

  .p-about__contents {
    display: block;
    margin-top: 40px;
  }

  .p-about__image {
    text-align: center;
  }
  .p-about__image img {
    max-width: 200px;
  }

  .p-about__text {
    margin-top: 40px;
    margin-left: 0;
  }

  .cslp.-ver2 .p-about {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* p-about-new */
.p-about-new {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.p-about-new__unit {
  display: flex;
  align-items: center;
}

.p-about-new__logo {
  flex: 0 0 calc(455 / 960 * 100%);
  text-align: center;
}

.p-about-new__contents {
  flex: 1;
  margin-left: calc(50 / 960 * 100%);
}

.p-about-new__title {
  color: #222;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-about-new__title b {
  color: #03b8df;
  font-size: 3rem;
}

.p-about-new__text {
  margin-top: 20px;
}
.p-about-new__text p {
  font-size: 1.3rem;
  line-height: 1.85;
}
.p-about-new__text p:not(:first-child) {
  margin-top: 1em;
}

@media only screen and (max-width: 750px) {
  .p-about-new {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .p-about-new__unit {
    display: block;
  }

  .p-about-new__contents {
    margin-top: 20px;
    margin-left: 0;
  }

  .p-about-new__title {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-about-new__title b {
    font-size: 1.8rem;
  }

  .p-about-new__text {
    margin-top: 30px;
  }
}

/* p-catch */
.p-catch {
  position: relative;
  z-index: 3;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-catch span {
  display: inline-block;
  position: relative;
}
.p-catch span::before,
.p-catch span::after {
  content: "";
	position: absolute;
}
.p-catch span::before {
  top: -16px;
  left: -20px;
  width: 24px;
  height: 26px;
  background: url(../img/icon-deco.png) center / cover no-repeat;
}
.p-catch span::after {
  top: 0;
	right: -4px;
	bottom: -4px;
	left: -4px;
  z-index: -1;
  background: linear-gradient(to top, #ffd00d, #ffd00d 14px, transparent 14px, transparent 28.8px);
  background-size: auto 28.8px;
}

@media only screen and (max-width: 750px) {
  .p-catch {
    font-size: 2rem;
  }

  .p-catch span::after {
    bottom: -1px;
    background: linear-gradient(to top, #ffd00d, #ffd00d 8px, transparent 8px, transparent 24px);
    background-size: auto 24px;
  }
}

/* p-trouble */
.p-trouble {
  padding-top: 100px;
  padding-bottom: 76px;
}

.p-trouble__title {
  position: relative;
  margin-bottom: 24px;
  padding: 0 40px 24px 150px;
  color: #222;
  font-size: 3rem;
  border-bottom: 4px solid #03b8df;
}
.p-trouble__title::before {
  content: "";
	position: absolute;
	right: 175px;
	bottom: 0;
  width: 178.64px;
  height: 177.21px;
  background: url(../img/trouble-icon.svg) center / contain no-repeat;
}

.p-trouble__list {
  max-width: 800px;
  margin: 24px auto 0;
}
.p-trouble__list ul {
  width: fit-content;
  margin-inline: auto;
}
.p-trouble__list li {
  position: relative;
  padding-left: 30px;
  color: #222;
  font-size: 1.5rem;
}
.p-trouble__list li::before,
.p-trouble__list li::after {
  content: "";
	position: absolute;
}
.p-trouble__list li::before {
	top: 1px;
	left: 0;
  width: 20px;
  height: 20px;
  background-color: #a1a1a1;
}
.p-trouble__list li::after {
  top: 4px;
  left: 3px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.p-trouble__list li:not(:first-child) {
  margin-top: 8px;
}

.p-trouble__lead {
  margin-top: 64px;
}

.p-trouble__btn {
  margin-top: 24px;
  text-align: center;
}

.p-trouble__notes {
  margin-top: 16px;
  color: #5a5a5a;
  font-size: 1.1rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .p-trouble {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .p-trouble__title {
    padding-right: 0;
    padding-left: 0;
    font-size: 2.8rem;
    line-height: 1.357;
  }
  .p-trouble__title::before {
    right: 8px;
    width: 127.6px;
    height: 126.11px;
  }

  .p-trouble__list ul {
  }

  .p-trouble__lead {
    margin-top: 64px;
  }

  .p-trouble__btn {
    margin-top: 24px;
    text-align: center;
  }

  .p-trouble__notes {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }
}

/* p-point */
.p-point {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #e7f1f4;
}

.p-point__title {
  position: relative;
  margin-bottom: 24px;
  padding: 0 40px 24px 150px;
  color: #222;
  font-size: 3rem;
  border-bottom: 4px solid #03b8df;
}
.p-point__title::before {
  content: "";
	position: absolute;
	right: 160px;
	bottom: 0;
  width: 218px;
  height: 186px;
  background: url(../img/point-icon.svg) center / contain no-repeat;
}
.p-point__title span {
  color: #03b8df;
}

.p-point__list {
  display: flex;
  gap: 30px;
  margin-top: 48px;
}

.p-point__item {
  flex: 1;
  min-height: 140px;
}
.p-point__item.-pay a {
  background-color: #fed029;
  color: #222;
}
.p-point__item.-pay a:hover {
  background-color: #fcd95b;
}

.p-point__item a {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #18b8df;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.455;
  cursor: pointer;
  transition: .3s;
}
.p-point__item a:hover {
  background-color: #1cbfe2;
}

@media only screen and (max-width: 750px) {
  .p-point {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .p-point__title {
    padding: 0 0 8px;
    font-size: 2.6rem;
    line-height: 1.357;
  }
  .p-point__title::before {
    right: 0;
    width: 150px;
    height: 128px;
  }
  .p-point__title span {
    line-height: .9;
  }
  .p-point__title b {
    font-size: 4.6rem;
  }

  .p-point__list {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
  }

  .p-point__item.-pay {
    flex-basis: 100%;
    min-height: 130px;
  }
  .p-point__item.-pay  a {
    flex-direction: row;
    font-size: 2.2rem;
  }

  .p-point__item a {
    flex-direction: column;
    gap: 4px 20px;
    padding: 8px;
    font-size: 1.5rem;
  }

  .p-point__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    text-align: center;
  }
}

/* p-block-point */
.p-block-point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 50px;
  margin-top: 40px;
}

.p-block-point__item {
  position: relative;
  z-index: 3;
  scroll-margin-top: 56px;
  padding-top: 50px;
}

.p-block-point__number {
  display: flex;
	justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100px;
  height: 100px;
  padding-top: 18px;
  border: 4px solid #ffe39a;
  border-radius: 100%;
  background-color: #fff;
  color: #03b8df;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}

.p-block-point__header {
  box-sizing: border-box;
  display: flex;
	align-items: center;
	justify-content: center;
  min-height: 50px;
  padding: 8px 24px;
  border-radius: 8px 8px 0 0;
  background-color: #03b8df;
  text-align: center;
}

.p-block-point__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.556;
}

.p-block-point__contents {
  position: relative;
	padding: 16px 24px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.p-block-point__image-main {
  margin: -16px -24px 16px;
}
.p-block-point__image-main img {
  width: 100%;
}

.p-block-point__group + .p-block-point__group {
  margin: 16px -24px 0;
  padding: 16px 24px 0;
  border-top: 1px solid #d0d0d0;
}

.p-block-point__title-sub {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-block-point__title-sub.-center {
  text-align: center;
}

.p-block-point__text {
  margin-top: 8px;
  font-size: 1.5rem;
}
.p-block-point__text b {
  color: #03b8df;
  font-weight: 700;
}

.p-block-point__notes {
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 2;
}

.p-block-point__unit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px auto 0;
}
.p-block-point__unit + .p-block-point__unit {
  margin-top: 4px;
}

.p-block-point__image {
  flex: 0 0 130px;
}

.p-block-point__list {
  flex: 1;
}
.p-block-point__list li {
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem;
}
.p-block-point__list li::before {
  content: "";
	position: absolute;
	top: 6px;
	left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffd00d;
}
.p-block-point__list li:not(:first-child) {
  margin-top: 4px;
}

.p-block-point__image-sub {
  display: flex;
	align-items: center;
	justify-content: center;
  text-align: center;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .p-block-point {
    grid-template-columns: 1fr;
    row-gap: 32px;
    margin-top: 32px;
  }

  .p-block-point__image-sub {
    display: none;
  }
}

/* p-example */
.p-example {
  padding-top: 60px;
  padding-bottom: 48px;
  color: #222;
}

.p-example .c-wrap {
  max-width: 1078px;
}

.p-example__title {
  position: relative;
  padding-bottom: 16px;
  color: #03b8df;
  font-size: 3rem;
  font-weight: 700;
}
.p-example__title::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  width: 48px;
  border-bottom: 2px solid #ffd00d;
}

.p-example__slide {
  position: relative;
  padding-right: 72px;
  padding-left: 72px;
}

.p-example__slide .swiper {
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-example__slide .swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 280px;
  height: auto;
  margin-right: 7px;
  margin-left: 7px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}

.p-example__slide .swiper-button-prev,
.p-example__slide .swiper-button-next {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #18b8df;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
  transform: translateY(-50%);
  transition: .3s;
}
.p-example__slide .swiper-button-prev::after,
.p-example__slide .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTEuOTk1IDEyIiB3aWR0aD0iMTEuOTk1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im03MTA0LjY4OCAzNDc4LjEyN2ExLjM1OCAxLjM1OCAwIDAgMCAwIDIuMzYybDkuNyA0LjdhMS4xNTkgMS4xNTkgMCAwIDAgMS42LTEuMTh2LTkuNDIxYTEuMTY4IDEuMTY4IDAgMCAwIC0xLjYtMS4xODF6IiBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzEwNCAtMzQ3My4zKSIvPjwvc3ZnPg==) center / contain no-repeat;
}
.p-example__slide .swiper-button-prev:hover,
.p-example__slide .swiper-button-next:hover {
  background-color: #1cbfe2;
}

.p-example__slide .swiper-button-prev {
  left: 0;
}
.p-example__slide .swiper-button-prev::after {
  transform: translate(-50%, -50%);
}

.p-example__slide .swiper-button-next {
  right: 0;
}
.p-example__slide .swiper-button-next::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.p-example__header {
  display: flex;
	align-items: center;
	justify-content: center;
  min-height: 52px;
  padding: 4px 8px;
  border-radius: 8px 8px 0 0;
  background-color: #fceeca;
  text-align: center;
}

.p-example__title-sub {
  font-size: 1.6rem;
  font-weight: 700;
}

.p-example__contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 20px;
}

.p-example__unit {
  display: flex;
  gap: 15px;
  margin-bottom: auto;
}

.p-example__icon {
  flex-basis: 60px;
}

.p-example__group {
  flex: 1;
}

.p-example__profile {
  font-size: 1.3rem;
  font-weight: 700;
}

.p-example__text {
  margin-top: 8px;
}
.p-example__text dt {
  font-size: 1.1rem;
}
.p-example__text dd {
  margin-top: 2px;
  font-size: 1.3rem;
  line-height: 1.693;
}
.p-example__text.-tracking dd {
  letter-spacing: -.082em;
}

.p-example__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 8px;
  min-height: 92px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 2px solid #efefef;
}

.p-example__pay {
  font-size: 1.4rem;
  line-height: 1.334;
  text-align: center;
}
.p-example__pay.-before {
  padding-top: 2px;
}

.p-example__pay b,
.p-example__pay strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: -.025em;
}
.p-example__pay b {
  font-size: 2.8rem;
}
.p-example__pay strong {
  margin-right: 4px;
  color: #03b8df;
  font-size: 3rem;
}
.p-example__pay span {
  position: relative;
  font-weight: 700;
}
.p-example__pay sup {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.p-example__arrow {
  flex: 0 0 52px;
  padding: 10px 4px 14px 0;
  background: url(../img/example-arrow.svg) center bottom no-repeat;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.p-example__notes-slide {
  margin-top: 4px;
  color: #5a5a5a;
  font-size: 1.3rem;
  text-align: center;
}

.p-example__lead {
  margin-top: 32px;
}

.p-example__btn {
  margin-top: 20px;
  text-align: center;
}

.p-example__notes {
  margin-top: 16px;
  color: #5a5a5a;
  font-size: 1.1rem;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .p-example {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .p-example__title {
    font-size: 2.8rem;
  }

  .p-example__slide {
    padding-right: 0;
    padding-left: 0;
  }

  .p-example__slide .swiper {
    margin: 24px calc(50% - 50vw) 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .p-example__slide .swiper-button-prev,
  .p-example__slide .swiper-button-next {
    display: none;
  }

  .p-example__btn {
    margin-top: 12px;
  }
  .p-example__btn .c-btn--medium {
    height: 64px;
  }

  .p-example__notes {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }
}
