@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  margin-top: 0 !important;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.font_din {
  font-family: "DIN Alternate", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #333;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

.is-margin-header {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .is-margin-header {
    margin-top: 138px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#page__top:hover {
  cursor: pointer;
}
@media (min-width: 1180px) {
  #page__top {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1366px) {
  #page__top {
    width: 95px;
    height: 95px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
}

.modalBk {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
}

.modalInbox {
  position: relative;
  padding: 2%;
  line-height: 1.8;
}

.modalInbox span {
  position: absolute;
  top: -10%;
  right: 0;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.shopInfo {
  max-height: 90vh;
  overflow: auto;
}

.shopInfo h2 {
  font-size: 2vw;
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .shopInfo h2 {
    font-size: 4vw;
  }
}
ul.shopInfoTxt {
  width: 50%;
  padding-right: 1%;
}

ul.shopInfoTxt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2% 0;
  border-top: 1px solid #e5e5e5;
}

ul.shopInfoTxt li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.item {
  width: 30%;
}

.detail {
  width: 70%;
}

.item, .detail {
  display: block;
  font-size: 0.9vw;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .item, .detail {
    font-size: 2.5vw;
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.card > div {
  width: 15.8333333333%;
  width: -webkit-calc((100% - 5%) / 6);
  margin-right: 1%;
}

/* Map
---------------------------------------------------------- */
.map {
  position: relative;
  width: 50%;
  margin: 0;
  aspect-ratio: 600/450;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  ul.shopInfoTxt, .map {
    width: 100%;
  }
}
.line_bnr {
  margin: 30px auto;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  ._flex {
    display: block;
  }
}
.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 26rem;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: none;
  background: #1F55B1;
  border-radius: 0;
  height: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  border: none;
  line-height: 1;
  border-radius: 4rem;
}
@media (min-width: 768px) {
  .o-btn {
    font-size: 3.6rem;
    max-width: 66rem;
    height: 8.2rem;
  }
}
.o-btn.is-web {
  background: #F3D01A;
}
.o-btn.is-web span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  height: 2rem;
  width: 16rem;
  background: #F79239;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4rem;
}
@media (min-width: 768px) {
  .o-btn.is-web span {
    top: -1.5rem;
    height: 3rem;
    width: 22rem;
    font-size: 2rem;
  }
}
.o-btn.is-ore {
  background: #F79239;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .o-btn.is-ore {
    font-size: 3rem;
    max-width: 52.5rem;
    height: 7rem;
  }
}

.p-lp.is-lp5-5 ul.shopInfoTxt li:last-child.has-btn {
  border-bottom: none;
  padding: 4% 0;
}
@media (min-width: 768px) {
  .p-lp.is-lp5-5 ul.shopInfoTxt li:last-child.has-btn .o-btn {
    font-size: 2.6rem;
    max-width: 35rem;
    height: 6.2rem;
  }
}
.p-lp.is-lp5-5 .p-lp__kv {
  height: 0;
  padding-top: 133%;
  background-image: url(../images/lp5/kv_bg.png);
  position: relative;
}
@media (min-width: 768px) {
  .p-lp.is-lp5-5 .p-lp__kv {
    padding-top: 0;
    height: 55rem;
    background-image: url(../images/lp5/kv_bg_pc.png);
  }
}
.p-lp.is-lp5-5 .p-lp__kv .o-btn_wrap {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  bottom: 3rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-lp.is-lp5-5 .p-lp__kv .o-btn_wrap {
    background-image: none;
    bottom: 8rem;
  }
}
.p-lp.is-lp5-5 .p-lp__kv .o-btn_wrap .o-btn {
  width: 100%;
}
.p-lp.is-lp5-5 .p-lp__kv h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 91%;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-lp.is-lp5-5 .p-lp__kv h1 {
    top: 0;
    max-width: 137.15rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__kv {
  background-image: url(../images/lp/kv_pc.png);
}
.p-lp.is-area.is-yokohama .p-lp__plan {
  background: url(../images/lp/yokohama_plan_bg.png) center no-repeat;
  background-size: cover;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__plan {
    padding-bottom: 4.8rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__plan .o-btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__plan .o-btn_wrap {
    max-width: 73.5rem;
    height: 16.1rem;
    margin: 0 auto;
    background: url(../images/lp/btn_bg.png) center no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__worries__list > dl > dd ul li {
    width: 46%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__worries__price h2 {
    line-height: 1.8;
  }
}
.p-lp.is-area.is-yokohama .p-lp__worries__price h2:after {
  background-image: url(../images/lp/price02.png);
  width: 7.9rem;
  height: 4.2rem;
  right: -7.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__worries__price h2:after {
    width: 15.8rem;
    height: 8.4rem;
    right: -3rem;
    bottom: -1.5rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__worries__list > dl > dd ul li p span {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__worries__list > dl > dd ul li p span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__kv__content h3 {
    margin-bottom: 3.5rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__read.is-under h3 {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__read.is-under h3 {
    margin-bottom: 11.5rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li {
  position: relative;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li {
    margin-bottom: 8.5rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li.is-1st > p {
  font-size: 2rem;
  top: -3.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li.is-1st > p {
    font-size: 4rem;
    top: -6.5rem;
  }
}
.p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li > p {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  font-size: 1.1rem;
  color: #1F55B1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp.is-area.is-yokohama .p-lp__read.is-under ul > li > p {
    top: -4.2rem;
    font-size: 2.3rem;
  }
}
.p-lp.is-area .p-lp__read {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read {
    padding-bottom: 8rem;
  }
}
.p-lp.is-area .p-lp__read.is-under {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read.is-under {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.p-lp.is-area .p-lp__read.is-under h3 {
  margin-top: 0;
}
.p-lp.is-area .p-lp__read.is-under li.is-1st > p:before {
  width: 0.1rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read.is-under li.is-1st > p:before {
    width: 0.2rem;
    height: 4rem;
  }
}
.p-lp.is-area .p-lp__read.is-under li.is-1st > p:after {
  width: 0.1rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read.is-under li.is-1st > p:after {
    width: 0.2rem;
    height: 4rem;
  }
}
.p-lp.is-area .p-lp__read.is-under p:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0.1rem;
  height: 1.3rem;
  background: #1F55B1;
  transform: rotate(-25deg);
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read.is-under p:before {
    height: 2.6rem;
  }
}
.p-lp.is-area .p-lp__read.is-under p:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0.1rem;
  height: 1.3rem;
  background: #1F55B1;
  transform: rotate(20deg);
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__read.is-under p:after {
    height: 2.6rem;
  }
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__kv__content p:before {
    content: "";
    width: 13.8rem;
    height: 28rem;
    position: absolute;
    top: -2.5rem;
    left: -7rem;
    background: url(../images/lp/kv_l.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
  .p-lp.is-area .p-lp__kv__content p:after {
    content: "";
    width: 17.7rem;
    height: 27.6rem;
    position: absolute;
    top: -2.2rem;
    right: -8.5rem;
    background: url(../images/lp/kv_r.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
}
.p-lp.is-area .p-lp__kv__content h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp.is-area .p-lp__kv__content h2 {
    font-size: 3rem;
  }
}
.p-lp__data {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  background: url(../images/lp/yokohama_bg.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-lp__data {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}
.p-lp__data h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__data h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
.p-lp__data__content {
  background: rgba(248, 248, 248, 0.8);
  padding: 2rem;
}
@media (min-width: 768px) {
  .p-lp__data__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-lp__data__content .is-map {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lp__data__content .is-map {
    max-width: 48.4rem;
  }
}
.p-lp__data__content .is-map iframe {
  width: 100%;
  height: 25rem;
}
@media (min-width: 768px) {
  .p-lp__data__content .is-map iframe {
    height: 37rem;
  }
}
.p-lp__data__content ul {
  max-width: 72rem;
  margin: 0 auto 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-lp__data__content ul {
    margin-bottom: 3rem;
  }
}
.p-lp__data__content ul li {
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.6rem;
  color: #fff;
  background: linear-gradient(90deg, rgb(255, 200, 57) 0%, rgb(247, 146, 57) 100%);
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__data__content ul li {
    width: 12rem;
    font-size: 1.6rem;
    height: 3rem;
    margin-bottom: 0;
    width: auto;
    margin-right: 1rem;
  }
}
.p-lp__data__content ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-lp__data__content ul li:nth-child(2n) {
    margin-right: 1rem;
  }
}
.p-lp__data__content dl {
  max-width: 72rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__data__content dl {
    margin-bottom: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp__data__content dl dd {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__data__content dl dd {
    font-size: 1.6rem;
    width: 53rem;
  }
}
.p-lp__data__content dl dd > img {
  max-height: 3.8rem;
}
.p-lp__data__content dl dd .is-sns {
  display: inline-block;
  width: 3rem;
  margin-right: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__data__content dl dd .is-sns {
    width: 5.4rem;
    margin-right: 2.4rem;
  }
}
.p-lp__data__content dl dt {
  color: #F79239;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__data__content dl dt {
    margin-bottom: 0;
    font-size: 2rem;
    width: calc(100% - 53rem);
  }
}
.p-lp__area {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url(../images/lp/area_bg.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-lp__area {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.p-lp__area ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100rem;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .p-lp__area ul {
    margin-bottom: 5rem;
  }
}
.p-lp__area ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 12rem;
}
@media (min-width: 768px) {
  .p-lp__area ul li {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3rem;
    min-height: 18rem;
  }
}
.p-lp__area ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-lp__area ul li:nth-child(2n) {
    margin-right: 3%;
  }
}
@media (min-width: 768px) {
  .p-lp__area ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.p-lp__area ul li:last-child dl dd {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .p-lp__area ul li:last-child dl dd {
    font-size: 1.2rem;
  }
}
.p-lp__area ul li dl {
  width: 100%;
  text-align: center;
}
.p-lp__area ul li dl dt {
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  border-bottom: 0.1rem solid #666;
}
@media (min-width: 1024px) {
  .p-lp__area ul li dl dt {
    font-size: 3rem;
  }
}
.p-lp__area ul li dl dd {
  margin-top: 0.4rem;
  color: #fff;
  background: linear-gradient(0deg, rgb(102, 102, 102) 40%, rgb(204, 204, 204) 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.1rem;
  min-height: 2.2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .p-lp__area ul li dl dd {
    font-size: 1.6rem;
    min-height: 2.6rem;
  }
}
.p-lp__area h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__area h2 {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
.p-lp__area h2 img {
  max-width: 16rem;
  margin-right: 0.4rem;
}
@media (min-width: 768px) {
  .p-lp__area h2 img {
    max-width: 41.2rem;
    margin-right: 0.8rem;
  }
}
.p-lp__copy {
  font-size: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__copy {
    font-size: 1.2rem;
  }
}
.p-lp__fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6rem;
  z-index: 100;
}
@media (min-width: 768px) {
  .p-lp__fixed {
    width: 10rem;
  }
}
.p-lp__qa {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  background: url(../images/lp/qa_bg.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-lp__qa {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}
.p-lp__qa h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__qa h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
.p-lp__qa__content dl {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__qa__content dl {
    margin-bottom: 3rem;
  }
}
.p-lp__qa__content dl.is-active dt {
  background-image: url(../images/lp/icon_minus.png);
}
.p-lp__qa__content dl dt {
  background: url(../images/lp/icon_plus.png) center right 1.5rem no-repeat #F79239;
  background-size: 2.5rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 4.5rem 1rem 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-lp__qa__content dl dt {
    background-position: center right 2.5rem;
    background-size: 5rem;
    font-size: 2rem;
    padding: 2rem 8rem 2rem 2rem;
  }
}
.p-lp__qa__content dl dt span {
  font-size: 2rem;
  padding-right: 0.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__qa__content dl dt span {
    font-size: 3.4rem;
  }
}
.p-lp__qa__content dl dd {
  background: #fff;
  padding: 1rem 1rem 1.5rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__qa__content dl dd {
    font-size: 1.6rem;
    padding: 2rem 2rem 3rem;
  }
}
.p-lp__qa__content dl dd span {
  color: #F79239;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-lp__qa__content dl dd span {
    font-size: 3.4rem;
  }
}
.p-lp__form {
  background: #F79239;
  padding-top: 4rem;
  padding-bottom: 4.4rem;
}
@media (min-width: 768px) {
  .p-lp__form {
    padding-top: 8rem;
    padding-bottom: 8.8rem;
  }
}
.p-lp__form .is-btn {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.p-lp__form .mw_wp_form_confirm .is-text {
  display: none;
}
.p-lp__form .mw_wp_form_confirm .is-policy {
  display: none;
}
.p-lp__form .mw_wp_form_confirm dl.is-textarea {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__form .mw_wp_form_confirm dl.is-textarea {
    margin-bottom: 6rem;
  }
}
.p-lp__form .innerBox {
  max-width: 124rem;
}
.p-lp__form h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__form h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
.p-lp__form__content {
  background: #fff;
  border-radius: 4rem;
  padding: 2rem 2rem 3rem;
}
@media (min-width: 768px) {
  .p-lp__form__content {
    padding: 5rem 10rem 6rem;
    border-radius: 15rem;
  }
}
.p-lp__form__content .is-fin {
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-fin {
    font-size: 1.8rem;
  }
}
.p-lp__form__content .is-fin h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-fin h3 {
    font-size: 2.4rem;
  }
}
.p-lp__form__content .is-fin .o-btn {
  margin-top: 3rem;
}
.p-lp__form__content .is-policy {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-policy {
    margin-top: 6rem;
    margin-bottom: 8rem;
    font-size: 2.2rem;
  }
}
.p-lp__form__content .is-policy label {
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-policy label {
    margin-top: 3.6rem;
    font-size: 1.8rem;
  }
}
.p-lp__form__content .is-policy a {
  border-bottom: 0.1rem solid #333;
}
.p-lp__form__content dl {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-textarea dt {
    align-items: start;
  }
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day {
    margin-left: 20rem;
    max-width: 57.6rem;
  }
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day dt {
    width: 19rem;
  }
}
.p-lp__form__content dl.is-day dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day dd {
    width: calc(100% - 19rem);
  }
}
.p-lp__form__content dl.is-day dd .hasDatepicker {
  padding-right: 4rem;
  background-image: url(../images/lp/icon_calendar.png);
  background-position: right 1rem center;
  background-size: 3rem;
  background-repeat: no-repeat;
  width: 16rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day dd .hasDatepicker {
    width: 20rem;
    font-size: 1.8rem;
  }
}
.p-lp__form__content dl.is-day dd select {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 5.8rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day dd select {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: inherit;
    padding-left: 2rem;
    min-width: 8.4rem;
  }
}
.p-lp__form__content dl.is-day dd select.is-time {
  padding-right: 3.5rem;
  background-image: url(../images/lp/icon_time.png);
  background-position: right 1rem center;
  background-size: 2.5rem;
  margin-right: 0;
  min-width: 11rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl.is-day dd select.is-time {
    padding-right: 4rem;
    background-size: 3rem;
    min-width: 15.4rem;
  }
}
.p-lp__form__content dl.is-day dd select:first-child {
  margin-left: 0;
}
.p-lp__form__content dl dt {
  width: 27.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dt {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.p-lp__form__content dl dt span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #F79239;
  color: #fff;
  font-size: 1.2rem;
  height: 2rem;
  width: 6rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dt span {
    margin-left: auto;
    width: 8rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}
.p-lp__form__content dl dd {
  font-size: 1.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd {
    font-size: 2rem;
    width: calc(100% - 27.2rem);
    padding-left: 2.5rem;
  }
}
.p-lp__form__content dl dd p {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd p {
    font-size: 1.8rem;
  }
}
.p-lp__form__content dl dd select {
  appearance: none;
  padding-right: 2.5rem;
  text-overflow: ellipsis;
  cursor: pointer;
  background: url(../images/lp/select_arw.png) right 1rem center no-repeat #FFFAF4;
  background-size: 1rem;
  min-height: 3.4rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd select {
    background-size: 2rem;
    padding-right: 3.5rem;
  }
}
.p-lp__form__content dl dd .mwform-tel-field {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-lp__form__content dl dd .mwform-tel-field input {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-lp__form__content dl dd.is-age input {
  max-width: 6.5rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd.is-age input {
    max-width: 8rem;
  }
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd.is-radio {
    display: -webkit-flex;
    display: flex;
  }
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field {
  display: -webkit-flex;
  display: flex;
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field label {
  position: relative;
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field label input[type=radio] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field .mwform-radio-field-text {
  padding-left: 2.4rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field .mwform-radio-field-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #E1E1E1;
  background: #FFFAF4;
  content: "";
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd.is-radio .mwform-radio-field .mwform-radio-field-text:before {
    top: 0.8rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-lp__form__content dl dd.is-radio .mwform-radio-field .mwform-radio-field-text:after {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #F79239;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd.is-radio .mwform-radio-field .mwform-radio-field-text:after {
    top: 1.4rem;
  }
}
.p-lp__form__content dl dd.is-radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
@media (min-width: 768px) {
  .p-lp__form__content dl dd.is-radio .horizontal-item + .horizontal-item {
    margin-left: 1.5rem;
  }
}
.p-lp__form__content dl dd.is-radio input {
  width: auto;
}
.p-lp__form__content .is-text {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-text {
    margin-bottom: 5rem;
  }
}
.p-lp__form__content .is-text p {
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__form__content .is-text p {
    font-size: 2rem;
  }
}
.p-lp__form__content h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #F79239;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-lp__form__content h3 {
    line-height: 1.4;
    font-size: 2.4rem;
  }
}
.p-lp__form__content .o-btn {
  font-size: 1.6rem;
  height: 4rem;
  max-width: 30rem;
}
@media (min-width: 768px) {
  .p-lp__form__content .o-btn {
    max-width: 44rem;
    font-size: 2.4rem;
    height: 6.6rem;
  }
}
.p-lp__form__content dl input, .p-lp__form__content dl button, .p-lp__form__content dl textarea, .p-lp__form__content dl select {
  padding: 0.6rem 2rem;
  background: #FFFAF4;
  border: 1px solid #E1E1E1;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__form__content dl input, .p-lp__form__content dl button, .p-lp__form__content dl textarea, .p-lp__form__content dl select {
    font-size: 2rem;
  }
}
.p-lp__form__content dl textarea {
  resize: none;
}
.p-lp__flow {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  background: #FFFBEC;
}
@media (min-width: 768px) {
  .p-lp__flow {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}
.p-lp__flow__list {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list {
    padding-top: 4rem;
  }
}
.p-lp__flow__list.is-under ul {
  padding-bottom: 21rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list.is-under ul {
    padding-bottom: 0;
  }
}
.p-lp__flow__list.is-under ul:before {
  position: absolute;
  background-image: url(../images/lp/step_illustration02.png);
  width: 28.65rem;
  height: 24.3rem;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-lp__flow__list.is-under ul:before {
    width: 57.3rem;
    height: 48.6rem;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-lp__flow__list.is-under ul li:last-child {
    min-height: 38.6rem;
  }
}
.p-lp__flow__list ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.p-lp__flow__list ul:first-child li:last-child:before {
  display: none;
}
.p-lp__flow__list ul:before {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  width: 13.8rem;
  height: 18.25rem;
  background: url(../images/lp/step_illustration01.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul:before {
    width: 27.6rem;
    height: 36.5rem;
  }
}
.p-lp__flow__list ul li {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 3rem;
  background: #fff;
  border: 0.2rem solid #F79239;
  border-radius: 1rem;
  position: relative;
  padding: 2.5rem 1rem 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li {
    margin-bottom: 4rem;
    width: 30%;
    margin-right: 5%;
    padding: 3.5rem 2.5rem 2.5rem;
  }
}
.p-lp__flow__list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li:nth-child(2n) {
    margin-right: 5%;
  }
}
.p-lp__flow__list ul li:nth-child(2n):before {
  display: none;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li:nth-child(2n):before {
    display: block;
  }
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .p-lp__flow__list ul li:nth-child(3n):before {
    display: none;
  }
}
.p-lp__flow__list ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 1.15rem;
  height: 2.2rem;
  background: url(../images/lp/step_arw.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li:before {
    width: 2.3rem;
    height: 4.4rem;
    right: -4rem;
  }
}
.p-lp__flow__list ul li span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10rem;
  height: 2.6rem;
  position: absolute;
  top: -1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  font-size: 1.4rem;
  border-radius: 1.8rem;
  color: #fff;
  background: #F79239;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul li span {
    font-size: 2.4rem;
    top: -1.8rem;
    width: 14rem;
    height: 3.6rem;
  }
}
.p-lp__flow__list ul dl dt {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul dl dt {
    font-size: 1.6rem;
  }
}
.p-lp__flow__list ul dl dd {
  margin: 0 auto 1.2rem;
  max-width: 10rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul dl dd {
    max-width: 18rem;
  }
}
.p-lp__flow__list ul h3 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__flow__list ul h3 {
    font-size: 2rem;
  }
}
.p-lp__flow__title {
  position: relative;
}
.p-lp__flow__title:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(50%); /* Safari用 */
  transform: translateY(50%);
  width: 100%;
  border-top: 0.2rem solid #F79239;
  content: "";
  z-index: 1;
}
.p-lp__flow__title .is-wrap {
  max-width: 106rem;
  margin: 0 auto;
}
.p-lp__flow__title h2 {
  line-height: 1;
  font-size: 2rem;
  color: #F79239;
  background: #FFFBEC;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-lp__flow__title h2 {
    font-size: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.p-lp__cta {
  padding-top: 5rem;
  background: url(../images/lp/cta_bg.png) top center no-repeat #fff;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__cta {
    padding-top: 10rem;
  }
}
.p-lp__cta__btn {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__cta__btn {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .p-lp__cta__btn:before {
    content: "";
    display: block;
    width: 23.6rem;
    height: 33rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/lp/cta_l.png) center no-repeat;
    background-size: 100%;
  }
  .p-lp__cta__btn:after {
    content: "";
    display: block;
    width: 24.5rem;
    height: 33rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/lp/cta_r.png) center no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 768px) {
  .p-lp__cta__btn .o-btn {
    max-width: 46rem;
    font-size: 3rem;
  }
}
.p-lp__cta__btn .o-btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__cta__btn .o-btn_wrap {
    max-width: 53.4rem;
    height: 15.4rem;
    margin: 0 auto;
    background: url(../images/lp/btn_bg.png) center no-repeat;
    background-size: 100%;
  }
}
.p-lp__voice {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #FFF3DA;
}
@media (min-width: 768px) {
  .p-lp__voice {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}
.p-lp__voice h2 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__voice h2 {
    font-size: 5rem;
  }
}
.p-lp__voice__list {
  text-align: center;
}
.p-lp__voice__list > ul {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul {
    margin-top: 7rem;
  }
}
.p-lp__voice__list > ul > li:last-child {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li:last-child {
    margin-top: 12rem;
  }
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li:last-child dl dt {
    padding-right: 0;
  }
}
.p-lp__voice__list > ul > li:last-child dl dt:before {
  width: 20.9rem;
  height: 17.7rem;
  right: 4rem;
  top: -7.5rem;
  background-image: url(../images/lp/voice_man.png);
}
.p-lp__voice__list > ul > li section {
  background: #FFFBEC;
  border: 0.1rem solid #333;
  border-radius: 1rem;
  padding: 2rem;
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li section {
    padding: 3rem;
    font-size: 1.6rem;
  }
}
.p-lp__voice__list > ul > li section h3 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li section h3 {
    font-size: 2rem;
  }
}
.p-lp__voice__list > ul > li dl {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp__voice__list > ul > li dl dt {
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dt {
    width: calc(100% - 35.2rem);
    padding-top: 1.5rem;
    padding-left: 2.2rem;
    padding-right: 2.7rem;
  }
}
.p-lp__voice__list > ul > li dl dt:before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: -8rem;
  background: url(../images/lp/voice_woman.png) center no-repeat;
  background-size: 100%;
  width: 22.7rem;
  height: 18.9rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dt:before {
    display: block;
  }
}
.p-lp__voice__list > ul > li dl dt h3 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dt h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.p-lp__voice__list > ul > li dl dt h3 i {
  display: inline-block;
  background: #F79239;
  color: #fff;
  font-size: 2rem;
  padding: 0.2rem 1rem 1rem;
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dt h3 i {
    font-size: 4rem;
  }
}
.p-lp__voice__list > ul > li dl dt h3 span {
  color: #F79239;
  font-size: 2rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dt h3 span {
    font-size: 4rem;
  }
}
.p-lp__voice__list > ul > li dl dd {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__voice__list > ul > li dl dd {
    margin-bottom: 0;
    width: 35.2rem;
  }
}

.youtube h2 {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
    .youtube h2 {
       font-size: 3rem;
    }
}


.p-lp__voice__pickup {
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__voice__pickup {
    padding-bottom: 6rem;
  }
}
.p-lp__voice__pickup ul {
  margin-top: 3rem;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-lp__voice__pickup ul {
    margin-top: 6rem;
  }
}
.p-lp__voice__pickup ul li {
  width: 48%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__voice__pickup ul li {
    width: 22%;
    margin-right: 4%;
  }
}
.p-lp__voice__pickup ul li:nth-child(2n) {
  margin-left: 4%;
}
@media (min-width: 768px) {
  .p-lp__voice__pickup ul li:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .p-lp__voice__pickup ul li:last-child {
    margin-right: 0;
  }
}
.p-lp__voice__pickup ul li p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 15rem;
  height: 3rem;
  position: relative;
  background: #fff;
  border-radius: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 1.2rem auto 0;
}
@media (min-width: 768px) {
  .p-lp__voice__pickup ul li p {
    width: 22rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-lp__voice__pickup ul li p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 1rem 0.8rem 1rem;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-lp__shop {
  padding-top: 4rem;
  background: url(../images/lp/shop_bg.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-lp__shop {
    padding-top: 8rem;
  }
}
.p-lp__shop__list {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-lp__shop__list {
    padding-bottom: 9rem;
  }
}
.p-lp__shop__list:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -6rem;
  width: 35rem;
  height: 16rem;
  background: url(../images/lp/shop_img.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__shop__list:before {
    right: 0;
    width: 54rem;
    height: 24.8rem;
  }
}
.p-lp__shop__list > ul {
  width: 48%;
  margin-right: 4%;
}
@media (min-width: 768px) {
  .p-lp__shop__list > ul {
    width: 32%;
    margin-right: 0;
  }
}
.p-lp__shop__list > ul:nth-child(2) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-lp__shop__list > ul:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
.p-lp__shop__list > ul > li {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0.5rem 0.5rem 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__shop__list > ul > li {
    padding: 4rem 1rem 1rem 2.2rem;
  }
}
.p-lp__shop__list > ul > li ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-lp__shop__list > ul > li ul li {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-lp__shop__list > ul > li ul li {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
.p-lp__shop__list > ul > li ul li span {
  cursor: pointer;
}
.p-lp__shop__list > ul > li ul li span:hover, .p-lp__shop__list > ul > li ul li span:active {
  color: #F79239;
}
.p-lp__shop__list > ul > li h3 {
  background: #F79239;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 0 1rem 0;
  min-width: 6rem;
  height: 2.4rem;
  font-size: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .p-lp__shop__list > ul > li h3 {
    min-width: 8rem;
    height: 3rem;
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-lp__shop h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__shop h2 {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
.p-lp__plan {
  background: #FFFBEC;
  padding-top: 4.2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-lp__plan {
    padding-top: 8.4rem;
    padding-bottom: 8rem;
  }
}
.p-lp__plan h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan h2 {
    font-size: 5rem;
  }
}
.p-lp__plan__free {
  padding: 6rem 2rem 4rem;
  background: #fff;
}
@media (min-width: 768px) {
  .p-lp__plan__free {
    padding: 12rem 3.4rem 8rem;
  }
}
.p-lp__plan__free .o-btn {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .o-btn {
    margin-top: 1rem;
  }
}
.p-lp__plan__free img {
  display: block;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free img {
    max-width: 83.2rem;
    margin-bottom: 4rem;
  }
}
.p-lp__plan__free .is-free {
  max-width: 70rem;
  margin: 1.5rem auto 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free {
    margin-bottom: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp__plan__free .is-free > dd {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dd {
    margin-top: 0;
    width: calc(100% - 29rem);
    padding-left: 3.7rem;
  }
}
.p-lp__plan__free .is-free > dd dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-lp__plan__free .is-free > dd dl dt i {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2rem;
  background: #F79239;
  color: #fff;
  min-width: 7rem;
  width: 7rem;
  font-size: 1.2rem;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dd dl dt i {
    font-size: 1.4rem;
    width: 9rem;
    min-width: 9rem;
    height: 2.4rem;
  }
}
.p-lp__plan__free .is-free > dd dl dt span {
  font-size: 3.5rem;
  color: #F79239;
  line-height: 1;
  background: linear-gradient(transparent 70%, #FFEBD7 70%);
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dd dl dt span {
    font-size: 7rem;
  }
}
.p-lp__plan__free .is-free > dd dl dd {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dd dl dd {
    font-size: 1.6rem;
  }
}
.p-lp__plan__free .is-free > dt {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dt {
    font-size: 3rem;
    width: 29rem;
  }
}
.p-lp__plan__free .is-free > dt:before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: -1.5rem;
  width: 3.1rem;
  height: 3.9rem;
  background: url(../images/lp/star3.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-free > dt:before {
    left: -3.4rem;
    top: -2.5rem;
    width: 6.2rem;
    height: 7.8rem;
  }
}
.p-lp__plan__free .is-free > dt span {
  color: #F79239;
}
.p-lp__plan__free .is-arw {
  height: 4rem;
  background: url(../images/lp/worries_arw.png) center no-repeat;
  background-size: 20rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-arw {
    height: 7.5rem;
    background-size: 45rem;
  }
}
.p-lp__plan__free .is-arw p {
  position: absolute;
  text-align: right;
  bottom: -0.6rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-arw p {
    bottom: 0.7rem;
    font-size: 1.6rem;
  }
}
.p-lp__plan__free .is-price {
  max-width: 63rem;
  margin: 0 auto 0.8rem;
  position: relative;
  border-radius: 1rem;
  border: 0.2rem solid #F79239;
  padding: 1.5rem 2rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price {
    margin-bottom: 1.6rem;
    padding: 3rem 3.5rem 2rem;
  }
}
.p-lp__plan__free .is-price:before {
  content: "";
  display: none;
  position: absolute;
  left: -15.5rem;
  bottom: -6rem;
  width: 17.7rem;
  height: 22.3rem;
  background: url(../images/lp/plan_free_l.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price:before {
    display: block;
  }
}
.p-lp__plan__free .is-price:after {
  content: "";
  display: none;
  position: absolute;
  right: -13rem;
  bottom: -5rem;
  width: 17.7rem;
  height: 24.1rem;
  background: url(../images/lp/plan_free_r.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price:after {
    display: block;
  }
}
.p-lp__plan__free .is-price dd {
  position: relative;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price dd {
    font-size: 3rem;
  }
}
.p-lp__plan__free .is-price dd:before {
  content: "";
  display: block;
  width: 1.15rem;
  height: 2.2rem;
  margin-right: 0.5rem;
  background: url(../images/lp/step_arw.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price dd:before {
    width: 2.3rem;
    height: 4.4rem;
  }
}
.p-lp__plan__free .is-price dd i {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price dd i {
    font-size: 7rem;
  }
}
.p-lp__plan__free .is-price dd span {
  color: #F79239;
  font-size: 1.7rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price dd span {
    font-size: 4rem;
  }
}
.p-lp__plan__free .is-price dt {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 1rem;
  width: 26rem;
  height: 3.6rem;
  margin: 0 auto;
  top: -2.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #F79239;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-lp__plan__free .is-price dt {
    top: -2rem;
    height: 4rem;
    width: 50rem;
    font-size: 2rem;
  }
}
.p-lp__plan__free h2 {
  position: relative;
  color: #F79239;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-lp__plan__free h2 {
    font-size: 4rem;
  }
}
.p-lp__plan__free h2:before {
  content: "";
  display: block;
  border-radius: 50%/100% 100% 0 0;
  background: #fff;
  width: 25rem;
  height: 4rem;
  position: absolute;
  top: -9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-lp__plan__free h2:before {
    width: 50rem;
    height: 8rem;
    top: -20rem;
  }
}
.p-lp__plan__free h2 span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__free h2 span {
    top: -16rem;
  }
}
.p-lp__plan__content {
  text-align: center;
  background: #fff;
  border: 0.5rem solid #F79239;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  margin-bottom: 7.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__content {
    border-width: 1rem;
    padding: 6rem 7.5rem;
    margin-bottom: 15rem;
  }
}
.p-lp__plan__content h2 {
  color: #F79239;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__content h2 {
    font-size: 3.4rem;
    margin-bottom: 4.5rem;
  }
}
.p-lp__plan__content h2 span {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 70%, #FFEBD7 70%);
}
.p-lp__plan__content h2 span:after {
  content: "";
  display: block;
  background: url(../images/lp/star2.png) center no-repeat;
  background-size: 100%;
  width: 4.7rem;
  height: 4.95rem;
  right: -3.5rem;
  top: -2.5rem;
  position: absolute;
}
@media (min-width: 768px) {
  .p-lp__plan__content h2 span:after {
    width: 9.4rem;
    height: 9.9rem;
    right: -7rem;
    top: -5rem;
  }
}
.p-lp__plan__list {
  padding-top: 2rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list {
    padding-top: 3.8rem;
    padding-bottom: 9rem;
  }
}
.p-lp__plan__list > ul {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul {
    margin-top: 4rem;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-lp__plan__list > ul > li {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li {
    margin-bottom: 0;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li:nth-child(2) {
    margin-left: 4%;
  }
}
.p-lp__plan__list > ul > li > p {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li > p {
    font-size: 1.8rem;
  }
}
.p-lp__plan__list > ul > li h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li h4 {
    font-size: 3rem;
  }
}
.p-lp__plan__list > ul > li ul {
  background: #fff;
  border: 0.2rem solid #333;
  border-radius: 1rem;
  padding: 0.7rem 1rem 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul {
    padding: 1.4rem 2rem 2.4rem;
  }
}
.p-lp__plan__list > ul > li ul li {
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #333;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul li {
    padding-top: 2.6rem;
    padding-bottom: 1.6rem;
  }
}
.p-lp__plan__list > ul > li ul li:nth-child(2) p span {
  color: #F79239;
}
.p-lp__plan__list > ul > li ul li:nth-child(2) dl dt span {
  color: #F79239;
}
.p-lp__plan__list > ul > li ul li:nth-child(2) dl dd {
  color: #F79239;
  background: #FFEBD7;
}
.p-lp__plan__list > ul > li ul li:nth-child(3) {
  border-bottom: none;
}
.p-lp__plan__list > ul > li ul li:nth-child(3) p span {
  color: #1F55B1;
}
.p-lp__plan__list > ul > li ul li:nth-child(3) dl dt span {
  color: #1F55B1;
}
.p-lp__plan__list > ul > li ul li:nth-child(3) dl dd {
  color: #1F55B1;
  background: #EDF4FF;
}
.p-lp__plan__list > ul > li ul li dl {
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.p-lp__plan__list > ul > li ul li dl dt {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul li dl dt {
    font-size: 1.6rem;
  }
}
.p-lp__plan__list > ul > li ul li dl dt span {
  color: #FABE00;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul li dl dt span {
    margin-bottom: 0;
    display: inline;
    font-size: 3.4rem;
  }
}
.p-lp__plan__list > ul > li ul li dl dd {
  width: 10rem;
  height: 2.4rem;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 1.7rem;
  background: #FFFAE2;
  color: #FABE00;
  margin-right: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul li dl dd {
    height: 3rem;
    font-size: 1.4rem;
    width: 12rem;
    min-width: 12rem;
  }
}
.p-lp__plan__list > ul > li ul li p {
  line-height: 1;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list > ul > li ul li p {
    font-size: 2rem;
  }
}
.p-lp__plan__list > ul > li ul li p:before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.6rem;
  background: #333;
  border-radius: 50%;
}
.p-lp__plan__list > ul > li ul li p span {
  color: #FABE00;
}
.p-lp__plan__list h3 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3 {
    margin-bottom: 3.5rem;
  }
}
.p-lp__plan__list h3:last-of-type {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3:last-of-type {
    margin-top: 4rem;
  }
}
.p-lp__plan__list h3:last-of-type dl dd:after {
  right: -5.5rem;
  width: 4.85rem;
  background-image: url(../images/lp/icon_group.png);
}
@media (min-width: 768px) {
  .p-lp__plan__list h3:last-of-type dl dd:after {
    right: -11rem;
    width: 9.7rem;
  }
}
.p-lp__plan__list h3 dl {
  line-height: 1.2;
}
.p-lp__plan__list h3 dl dt {
  position: relative;
  color: #F79239;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3 dl dt {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
.p-lp__plan__list h3 dl dt:before {
  content: "";
  display: block;
  width: 1.15rem;
  height: 2.2rem;
  margin-right: 0.5rem;
  background: url(../images/lp/step_arw.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3 dl dt:before {
    width: 2.3rem;
    height: 4.4rem;
  }
}
.p-lp__plan__list h3 dl dd {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3 dl dd {
    font-size: 2rem;
  }
}
.p-lp__plan__list h3 dl dd:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5.5rem;
  display: block;
  width: 4.75rem;
  height: 5rem;
  background: url(../images/lp/icon_pair.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__list h3 dl dd:after {
    right: -11rem;
    width: 9.5rem;
    height: 10rem;
  }
}
.p-lp__plan__free_entry {
  background: rgba(255, 141, 41, 0.8);
  padding: 2rem 2rem 1rem;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry {
    padding: 3.4rem 3rem 2rem;
  }
}
.p-lp__plan__free_entry dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl {
    width: 66rem;
    margin: 0 auto;
    padding-left: 11rem;
    position: relative;
  }
}
.p-lp__plan__free_entry dl:after {
  content: "";
  display: none;
  position: absolute;
  left: -13rem;
  bottom: -2.5rem;
  background: url(../images/lp/yokohama_plan_img.png) center no-repeat;
  background-size: 100%;
  width: 13.25rem;
  height: 11.6rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl:after {
    display: block;
    width: 26.5rem;
    height: 23.2rem;
  }
}
.p-lp__plan__free_entry dl dt {
  line-height: 1;
  font-size: 3.8rem;
  font-style: italic;
  color: #fff;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl dt {
    font-size: 8rem;
    padding-right: 3.8rem;
  }
}
.p-lp__plan__free_entry dl dt span {
  display: block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl dt span {
    font-size: 3rem;
  }
}
.p-lp__plan__free_entry dl dd {
  color: #fff;
  font-size: 1.1rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl dd {
    font-size: 1.4rem;
  }
}
.p-lp__plan__free_entry dl dd img {
  max-width: 12rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl dd img {
    max-width: 19.6rem;
  }
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry dl dd p {
    position: absolute;
    width: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%); /* Safari用 */
    transform: translateX(-50%);
    bottom: 0;
    white-space: nowrap;
  }
}
.p-lp__plan__free_entry h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  border-bottom: 0.2rem solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry h3 {
    padding-bottom: 2rem;
    margin-bottom: 1.2rem;
    font-size: 3.4rem;
  }
}
.p-lp__plan__free_entry h3 i {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry h3 i {
    font-size: 6.8rem;
  }
}
.p-lp__plan__free_entry h3 span {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__free_entry h3 span {
    font-size: 2.4rem;
  }
}
.p-lp__plan__member {
  background: rgba(255, 243, 218, 0.6);
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member {
    margin-top: 5rem;
    padding: 5rem 4rem 4rem;
  }
}
.p-lp__plan__member > h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > h3 {
    font-size: 4rem;
  }
}
.p-lp__plan__member > h3 span {
  font-size: 1.8rem;
  color: #f59a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .p-lp__plan__member > h3 span {
    font-size: 3.2rem;
  }
}
.p-lp__plan__member > h3 span:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2px;
  height: 1.3em;
  background: #f59a4c;
  transform: rotate(-25deg);
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-lp__plan__member > h3 span:before {
    margin-right: 15px;
  }
}
.p-lp__plan__member > h3 span:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 2px;
  height: 1.3em;
  background: #f59a4c;
  transform: rotate(20deg);
  margin-left: 5px;
}
@media (min-width: 768px) {
  .p-lp__plan__member > h3 span:after {
    margin-left: 15px;
  }
}
.p-lp__plan__member > p {
  text-align: left;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > p {
    font-size: 1.4rem;
  }
}
.p-lp__plan__member > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-lp__plan__member > ul > li {
  width: 49%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li {
    width: 32.6%;
  }
}
.p-lp__plan__member > ul > li:nth-child(2) {
  margin-left: 2%;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.p-lp__plan__member > ul > li:nth-child(2) > dl > dt {
  background: #FABE00;
}
.p-lp__plan__member > ul > li:nth-child(2) > dl > dd {
  border-color: #FABE00;
  background: #FFFAEB;
}
.p-lp__plan__member > ul > li:nth-child(2) > dl > dd dl dt {
  background: #FABE00;
}
.p-lp__plan__member > ul > li:nth-child(2) > dl > dd dl dd {
  color: #FABE00;
}
.p-lp__plan__member > ul > li:nth-child(3) > dl > dt {
  background: #75CE1C;
}
.p-lp__plan__member > ul > li:nth-child(3) > dl > dd {
  border-color: #75CE1C;
  background: #F8FFF0;
}
.p-lp__plan__member > ul > li:nth-child(3) > dl > dd dl dt {
  background: #75CE1C;
}
.p-lp__plan__member > ul > li:nth-child(3) > dl > dd dl dd {
  color: #75CE1C;
}
.p-lp__plan__member > ul > li > p {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-lp__plan__member > ul > li > dl > dt {
  background: #F79239;
  color: #fff;
  font-size: 1.7rem;
  height: 5rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dt {
    font-size: 3.4rem;
    height: 10rem;
  }
}
.p-lp__plan__member > ul > li > dl > dt span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(255, 200, 57) 0%, rgb(247, 146, 57) 100%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  top: -1rem;
  left: -2.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dt span {
    width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
    top: -4rem;
    left: -4rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd {
  background: #FFF9EF;
  padding: 1.5rem 1rem;
  font-size: 1.1rem;
  border: 0.1rem solid #F79239;
  border-top: none;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd {
    font-size: 1.4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd p {
    font-size: 1.25rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd dl {
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd dl {
    margin-bottom: 1.2rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd dl dd {
  color: #F79239;
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd dl dd {
    font-size: 3rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd dl dd i {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd dl dd i {
    font-size: 6rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd dl dd span {
  color: #333;
}
.p-lp__plan__member > ul > li > dl > dd dl dt {
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 20rem;
  height: 3rem;
  font-size: 1.2rem;
  border-radius: 2.5rem;
  margin: 0 auto 0.6rem;
  background: #F79239;
  color: #fff;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd dl dt {
    font-size: 2rem;
    height: 4rem;
    margin-bottom: 1.2rem;
  }
}
.p-lp__plan__member > ul > li > dl > dd dl dt span {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member > ul > li > dl > dd dl dt span {
    font-size: 3.6rem;
  }
}
.p-lp__plan__member h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3.4rem;
}
@media (min-width: 768px) {
  .p-lp__plan__member h3 {
    font-size: 4rem;
    margin-bottom: 6.8rem;
  }
}
.p-lp__plan__reasonable {
  margin-top: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable {
    margin-top: 4.5rem;
  }
}
.p-lp__plan__reasonable p {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-lp__plan__reasonable dl {
  border-radius: 1rem;
  border: 0.5rem solid #F79239;
  padding: 2rem;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 5.5rem;
    border-width: 1rem;
  }
}
.p-lp__plan__reasonable dl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  right: -4rem;
  width: 9.65rem;
  height: 13.15rem;
  background: url(../images/lp/paln_img.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl:after {
    width: 19.3rem;
    height: 26.3rem;
    right: -11rem;
    bottom: -1.6rem;
  }
}
.p-lp__plan__reasonable dl dt {
  font-size: 1.3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl dt {
    font-size: 3rem;
  }
}
.p-lp__plan__reasonable dl dt span {
  color: #F79239;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl dt span {
    font-size: 4rem;
  }
}
.p-lp__plan__reasonable dl dt i {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl dt i {
    font-size: 7rem;
  }
}
.p-lp__plan__reasonable dl dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.15rem;
  height: 2.2rem;
  margin-right: 0.5rem;
  background: url(../images/lp/step_arw.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl dt:before {
    width: 2.3rem;
    height: 4.4rem;
  }
}
.p-lp__plan__reasonable dl dd {
  margin: 0 auto 1rem;
  max-width: 18rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  background: #F79239;
  border-radius: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__plan__reasonable dl dd {
    max-width: 30rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.p-lp__worries {
  background: #FFF3DA;
  position: relative;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .p-lp__worries {
    padding-top: 12.6rem;
  }
}
.p-lp__worries h2 {
  line-height: 1;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-lp__worries h2 {
    font-size: 5rem;
    margin-bottom: 6rem;
  }
}
.p-lp__worries__btn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__worries__btn {
    padding-top: 4.5rem;
    padding-bottom: 7.7rem;
  }
}
.p-lp__worries__btn:before {
  content: "";
  width: 6rem;
  height: 10rem;
  position: absolute;
  left: -2rem;
  bottom: 0;
  background: url(../images/lp/btn_bg_l.png) center no-repeat;
  background-size: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-lp__worries__btn:before {
    width: 12.65rem;
    height: 19.55rem;
    left: 4rem;
  }
}
.p-lp__worries__btn:after {
  content: "";
  width: 6rem;
  height: 10rem;
  right: -2rem;
  position: absolute;
  bottom: 0;
  background: url(../images/lp/btn_bg_r.png) center no-repeat;
  background-size: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-lp__worries__btn:after {
    width: 12.25rem;
    height: 19.4rem;
    right: 4rem;
  }
}
.p-lp__worries__list > dl {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl {
    margin-bottom: 3rem;
  }
}
.p-lp__worries__list > dl:nth-child(3) > dd ul li p {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl:nth-child(3) > dd ul li p {
    font-size: 1.8rem;
  }
}
.p-lp__worries__list > dl:nth-child(2) > dd:before {
  background-image: url(../images/lp/star2.png);
  left: auto;
  right: 0;
}
.p-lp__worries__list > dl:nth-child(2) > dd ul li {
  width: 47.5%;
}
.p-lp__worries__list > dl:nth-child(2) > dd ul li:nth-child(2) {
  margin-right: 0;
  margin-left: 5%;
}
.p-lp__worries__list > dl:nth-child(2) > dd ul li img {
  width: 38rem;
}
.p-lp__worries__list > dl > dt {
  border-radius: 50%/100% 100% 0 0;
  height: 5.5rem;
  width: 12rem;
  font-size: 3.5rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #F79239;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dt {
    height: 10.9rem;
    width: 30rem;
    font-size: 7rem;
  }
}
.p-lp__worries__list > dl > dd {
  background: #fff;
  border-radius: 1rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd {
    padding: 3rem;
  }
}
.p-lp__worries__list > dl > dd ul {
  margin-top: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd ul {
    margin-top: 3.2rem;
  }
}
.p-lp__worries__list > dl > dd ul li {
  width: 32.3%;
}
.p-lp__worries__list > dl > dd ul li:nth-child(2) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.p-lp__worries__list > dl > dd ul li img {
  width: 20rem;
  display: block;
  margin: 0 auto 1.5rem;
}
.p-lp__worries__list > dl > dd ul li p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd ul li p {
    font-size: 2rem;
  }
}
.p-lp__worries__list > dl > dd ul li p span {
  color: #F79239;
}
.p-lp__worries__list > dl > dd > p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd > p {
    font-size: 2.4rem;
  }
}
.p-lp__worries__list > dl > dd > p span {
  background: linear-gradient(transparent 60%, #FFEBD7 60%);
}
.p-lp__worries__list > dl > dd > p i {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd > p i {
    font-size: 3.4rem;
  }
}
.p-lp__worries__list > dl > dd:before {
  content: "";
  display: block;
  background: url(../images/lp/star.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -4.35rem;
  width: 7.4rem;
  height: 7.8rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd:before {
    top: -8.7rem;
    width: 14.8rem;
    height: 15.6rem;
  }
}
.p-lp__worries__list > dl > dd h3 {
  line-height: 1;
  color: #1F55B1;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__worries__list > dl > dd h3 {
    font-size: 4.4rem;
  }
}
.p-lp__worries__price {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__worries__price {
    padding-top: 5rem;
    padding-bottom: 3.8rem;
  }
}
.p-lp__worries__price h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-lp__worries__price h2 {
    font-size: 4rem;
  }
}
.p-lp__worries__price h2:after {
  content: "";
  display: block;
  width: 7.4rem;
  height: 6.15rem;
  background: url(../images/lp/price.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -5rem;
}
@media (min-width: 768px) {
  .p-lp__worries__price h2:after {
    width: 14.8rem;
    height: 12.3rem;
    right: -12rem;
  }
}
.p-lp__worries__price h2 span {
  color: #F79239;
  background: linear-gradient(transparent 70%, #FFEBD7 70%);
}
.p-lp__worries__content {
  width: 100%;
  max-width: 120rem;
  min-height: 47vw;
  margin: 0 auto;
  background: url(../images/lp/worries_bg.png) center bottom no-repeat;
  background-size: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__worries__content {
    min-height: inherit;
    height: 55.4rem;
  }
}
.p-lp__worries__content dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-lp__worries__content dl dt {
  color: #F79239;
  line-height: 1;
  font-size: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-lp__worries__content dl dt {
    font-size: 8rem;
  }
}
.p-lp__worries__content dl dt span {
  font-size: 1.2rem;
  margin-top: auto;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content dl dt span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.p-lp__worries__content dl dt i {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2rem;
  width: 4.5rem;
  color: #fff;
  border-radius: 2rem;
  font-size: 1.2rem;
  margin-right: 1rem;
  background: #F79239;
}
@media (min-width: 768px) {
  .p-lp__worries__content dl dt i {
    font-size: 2.6rem;
    width: 9rem;
    height: 4rem;
  }
}
.p-lp__worries__content dl dd {
  font-size: 1.4rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content dl dd {
    font-size: 3.6rem;
    padding-right: 2rem;
  }
}
.p-lp__worries__content p {
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 0.4rem 1rem;
  background: #F79239;
  font-size: 1.1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content p {
    font-size: 2.4rem;
    padding: 0.8rem 2rem;
  }
}
.p-lp__worries__content img {
  max-width: 25rem;
  margin: 0.8rem auto;
  display: block;
}
@media (min-width: 768px) {
  .p-lp__worries__content img {
    max-width: 71rem;
    margin: 1.7rem auto 2rem;
  }
}
.p-lp__worries__content h3 {
  color: #1F55B1;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-lp__worries__content h3 {
    font-size: 4.4rem;
    margin-bottom: 2.8rem;
  }
}
.p-lp__worries__content h3:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0.1rem;
  height: 1.3rem;
  background: #1F55B1;
  transform: rotate(-25deg);
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content h3:before {
    width: 0.3rem;
    height: 4.4rem;
    margin-right: 1rem;
  }
}
.p-lp__worries__content h3:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0.1rem;
  height: 1.3rem;
  background: #1F55B1;
  transform: rotate(20deg);
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content h3:after {
    width: 0.3rem;
    height: 4.4rem;
    margin-left: 1rem;
  }
}
.p-lp__worries__content .o-btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__worries__content .o-btn_wrap {
    max-width: 73.5rem;
    height: 16.1rem;
    margin: 0 auto;
    background: url(../images/lp/btn_bg.png) center no-repeat;
    background-size: 100%;
  }
}
.p-lp__worries:before {
  content: "";
  display: block;
  width: 30rem;
  height: 5rem;
  background: url(../images/lp/worries_arw.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safariç”¨ */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-lp__worries:before {
    width: 60rem;
    height: 10rem;
  }
}
.p-lp__worries_title {
  background: rgb(255, 243, 218);
  background: linear-gradient(0deg, rgb(255, 243, 218) 0%, rgb(255, 251, 236) 100%);
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__worries_title {
    padding-top: 9.8rem;
    padding-bottom: 8.6rem;
  }
}
.p-lp__worries_title h2 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-lp__worries_title h2 {
    font-size: 4rem;
  }
}
.p-lp__worries_title h2:before {
  content: "";
  width: 10rem;
  height: 13.85rem;
  left: -9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safariç”¨ */
  transform: translateY(-50%);
  background: url(../images/lp/worries_title_l.png) center no-repeat;
  background-size: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-lp__worries_title h2:before {
    width: 20.1rem;
    height: 27.7rem;
    left: -22rem;
  }
}
.p-lp__worries_title h2:after {
  content: "";
  width: 11.7rem;
  height: 13.8rem;
  right: -11rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safariç”¨ */
  transform: translateY(-50%);
  background: url(../images/lp/worries_title_r.png) center no-repeat;
  background-size: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-lp__worries_title h2:after {
    width: 23.4rem;
    height: 27.6rem;
    right: -25rem;
  }
}
.p-lp__worries_title h2 span {
  background: linear-gradient(transparent 70%, #FFEBD7 70%);
}
.p-lp__worries_title h2 span i {
  font-size: 2.5rem;
  color: #F79239;
}
@media (min-width: 768px) {
  .p-lp__worries_title h2 span i {
    font-size: 5rem;
  }
}
.p-lp__read {
  background: #FFFBEC;
  padding: 2.4rem 0 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__read {
    padding-top: 4.8rem;
    padding-bottom: 4rem;
  }
}
.p-lp__read ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-lp__read ul:first-child {
  max-width: 65.5rem;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 768px) {
  .p-lp__read ul:first-child li {
    width: 47.25%;
  }
}
@media (min-width: 768px) {
  .p-lp__read ul:first-child li:nth-child(2) {
    margin-right: 0;
  }
}
.p-lp__read ul li {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
  border: 0.2rem solid #333;
  padding: 1rem 0.5rem 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 48%;
}
@media (min-width: 768px) {
  .p-lp__read ul li {
    font-size: 1.7rem;
    padding: 1rem 1rem 3.5rem;
    width: 29.6%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-lp__read ul li:nth-child(2) {
  margin-left: 4%;
}
@media (min-width: 768px) {
  .p-lp__read ul li:nth-child(2) {
    margin-left: 5.5%;
    margin-right: 5.5%;
  }
}
.p-lp__read ul li span {
  color: #1F55B1;
}
.p-lp__read ul li dl dd {
  min-height: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__read ul li dl dd {
    min-height: 21rem;
    margin-bottom: 2rem;
  }
}
.p-lp__read ul li dl dd img {
  max-height: 9rem;
  width: auto;
}
@media (min-width: 768px) {
  .p-lp__read ul li dl dd img {
    max-height: 18.8rem;
  }
}
.p-lp__read h3 {
  line-height: 1;
  margin-top: 4rem;
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-lp__read h3 {
    margin-top: 8rem;
    margin-bottom: 6rem;
    font-size: 5rem;
  }
}
.p-lp__read h3 span {
  color: #F79239;
}
.p-lp__kv {
  height: 24rem;
  background: url(../images/lp/kv.png) center no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__kv {
    height: 60rem;
    background-image: url(../images/lp/kv_pc.png);
  }
}
.p-lp__kv__content .o-btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .p-lp__kv__content .o-btn_wrap {
    max-width: 73.5rem;
    height: 16.1rem;
    margin: 0 auto;
    background: url(../images/lp/btn_bg.png) center no-repeat;
    background-size: 100%;
  }
}
.p-lp__kv__content p {
  margin: 1rem auto;
  font-size: 1.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-lp__kv__content p {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
    font-size: 3rem;
  }
  .p-lp__kv__content p:before {
    content: "";
    width: 16.3rem;
    height: 33.1rem;
    position: absolute;
    top: -2.5rem;
    left: -10rem;
    background: url(../images/lp/kv_l.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
  .p-lp__kv__content p:after {
    content: "";
    width: 19.3rem;
    height: 30rem;
    position: absolute;
    top: -2.5rem;
    right: -11.5rem;
    background: url(../images/lp/kv_r.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
}
.p-lp__kv__content p i {
  display: inline-block;
  vertical-align: bottom;
  width: 0.1rem;
  height: 1.5rem;
  background: #333;
  transform: rotate(-25deg);
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content p i {
    width: 0.3rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.p-lp__kv__content p i:last-child {
  transform: rotate(20deg);
  margin-right: 0;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content p i:last-child {
    margin-left: 1rem;
  }
}
.p-lp__kv__content p span {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content p span {
    font-size: 4rem;
  }
}
.p-lp__kv__content h1 {
  max-width: 30rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-lp__kv__content h1 {
    max-width: 89.2rem;
  }
}
.p-lp__kv__content h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content h2 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.p-lp__kv__content h3 {
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  background: linear-gradient(transparent 80%, rgba(152, 190, 254, 0.5) 80%);
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content h3 {
    background: linear-gradient(transparent 75%, rgba(152, 190, 254, 0.5) 75%);
    margin-bottom: 4.7rem;
    font-size: 3.8rem;
  }
}
.p-lp__kv__content h3 span {
  color: #1F55B1;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .p-lp__kv__content h3 span {
    font-size: 5.4rem;
  }
}
.p-lp__title {
  text-align: center;
}
.p-lp__title h2 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-lp__title h2 {
    font-size: 4.8rem;
  }
}
.p-lp_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffbec;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .p-lp_banner {
    padding: 6.6rem 2rem;
  }
}
/*▼LP　cpバナー*/
.cp-bnr {
 background-color: #FFF3DA;
 text-align: center;
 padding: 30px 0 30px 0;
}
.cp-bnr img {
 width: 90%;
 max-width: 650px;
 margin: 0 auto;
 border: 1px solid #AAA;
}


/*# sourceMappingURL=style.css.map */
