@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/*===========================
  All
===========================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/*===========================
  Anchor
===========================*/
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/*===========================
  Figure
===========================*/
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*===========================
  Video
===========================*/
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/*===========================
  Table
===========================*/
table {
  border-collapse: collapse;
}

/*===========================
  Canvas
===========================*/
canvas {
  vertical-align: bottom;
}

/*===========================
  Source code
===========================*/
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

/*===========================
  br
===========================*/
@media only screen and (min-width: 768px) {
  br.mb {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.spN {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}

@media only screen and (max-width: 374px) {
  br.spN {
    display: inline;
  }
}

/*===========================
  span
===========================*/
@media only screen and (min-width: 768px) {
  br.mb {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.spN {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}

@media only screen and (max-width: 374px) {
  br.spN {
    display: inline;
  }
}

/*===========================
  Device
===========================*/
body[data-view="pc"] .mbView {
  display: none;
}

body[data-view="android"] .pcView,
body[data-view="iPhone"] .pcView,
body[data-view="iPad"] .pcView {
  display: none;
}

body,
body a,
body [type="text"],
body [type="num"],
body [type="email"],
body [type="tel"],
body [type="submit"],
body [type="radio"] + label,
body [type="checkbox"] + label,
body button,
body select,
body textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}

@media only screen and (min-width: 768px) {
  body,
  body a,
  body [type="text"],
  body [type="num"],
  body [type="email"],
  body [type="tel"],
  body [type="submit"],
  body [type="radio"] + label,
  body [type="checkbox"] + label,
  body button,
  body select,
  body textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  body,
  body a,
  body [type="text"],
  body [type="num"],
  body [type="email"],
  body [type="tel"],
  body [type="submit"],
  body [type="radio"] + label,
  body [type="checkbox"] + label,
  body button,
  body select,
  body textarea {
    font-size: 14px;
  }
}

.reg {
  font-weight: 400;
}

.mid {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.red {
  color: #D2405F;
}

.pink {
  color: #EA6075;
}

.orange {
  color: #ef8336;
}

.kerning {
  margin-left: -10px;
}

sup {
  font-size: 60%;
}

@media only screen and (min-width: 768px) {
  body {
    padding-bottom: 128px;
    overflow-x: hidden;
/*
    background-color: #b0e3dd;
*/
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 34vw;
  }
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}


.arrow::before {
  content: '';
  background: url("/img/lp/gan002/icon_arrow_down2.svg") no-repeat center center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .arrow::before {
    width: 72px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .arrow::before {
    width: 44px;
    height: 48px;
  }
}

.accordion .acButton:not(.disabled) {
  cursor: pointer;
}

.accordion .acContents {
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  header {
    padding-left: 25px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}

/* @media only screen and (max-width: 1200px) {
  header {
    display: block;
    padding-top: calc(20px / 2);
    padding-bottom: calc(20px / 2);
  }
} */

header .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .logos .logo {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  header .logos .logo {
    padding-right: 20px;
  }
  header .logo {
    width: 496px;
  }
}

@media only screen and (max-width: 767px) {
  header .logos .logo {
    padding-right: calc(20px / 2);
  }
  header .logo {
    width: 70vw;
    padding: 3vw 0 3vw 4vw;
  }
}

@media only screen and (max-width: 1200px) {
  header .logos .logo {
    width: calc(300px / 2);
  }
}

header .logos .logo::after {
  content: '';
  width: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  header .logos .logo::after {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  header .logos .logo::after {
    height: 41px;
  }
}

@media only screen and (max-width: 1200px) {
  header .logos .logo::after {
    height: calc(60px / 2);
  }
}

header .logos h1 {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  header .logos h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  header .logos h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  header .logos h1 {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  header .logos h1 {
    margin-left: calc(20px / 2);
  }
}

@media only screen and (max-width: 1200px) {
  header .logos h1 {
    font-size: calc(32px / 2);
  }
}

/*----------------------------------------------------------*/
footer {
 background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 45px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 45px 0 26px;
  }
}

footer nav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  footer nav .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0 15px;
  }
  footer nav .links li{
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  footer nav .links > li:nth-of-type(n+2) {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer nav .links > li:nth-of-type(n+2) {
    padding-left: 8px;
  }
}

footer nav .links > li:nth-of-type(n+2)::before {
  content: '';
  width: 1px;
  height: 1.1em;
  background-color: #333;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  footer nav .links > li:nth-last-of-type(n+2) {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  footer nav .links > li a {
    font-size: 12px;
  }
}

footer nav .links > li a:hover {
  text-decoration: underline;
}

footer .copyright {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer .copyright {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  footer .copyright small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  footer .copyright small {
    font-size: 10px;
  }
}

#float {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 130px;
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #float {
    bottom: 23.5vw;
  }
}

#float .toTop {
  width: 40px;
  height: 40px;
  background: url("/img/lp/gan002/icon_toTop.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #float .toTop {
    bottom: calc(100% + 10px);
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #float .toTop {
    width: 8.1vw;
    height: 8.1vw;
    bottom: 0;
    right: 3vw;
  }
}


/* フロートボタン */
.p-top__fixedBnr {
  display: none;
  position: fixed;
  right: 0;
  bottom: 120px;
  width: 360px;
  background-color: #fff;
  padding: 30px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 4px 2px #eee;
  box-shadow: 0px 0px 4px 2px #eee;
}

.p-top__fixedBnr--closeBtn {
  cursor: pointer;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  background-image: url("/sites/default/files/media/free_content/images/icon_closebtn.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top__fixedBnr .c-button {
  margin-bottom: 10px;
}

.p-top__fixedBnr .c-button:last-of-type {
  margin-bottom: 0;
}

.p-top__fixedBnr.is-close {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-top__fixedBnr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(234, 234, 234, 1.0);
  bottom: 0;
}
.p-top__fixedBnr_frame {
  background-color: #fff;
  border: solid 2px #ddd;
}

@media screen and (min-width: 768px) { .p-top__fixedBnr .c-button span.sp {display: none;} }
@media screen and (max-width: 767px) { .p-top__fixedBnr .c-button span.pc {display: none;} }

@media screen and (min-width: 768px) {
  .p-top__fixedBnr--closeBtn {
    top: 16px;
    bottom: auto;
    left: auto;
    right: 16px;
  }
  .p-top__fixedBnr .c-button {
    max-width: none;
    width: 328px;
    height: 68px;
    font-weight: 600;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .p-top__fixedBnr .c-button:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .p-top__fixedBnr .c-button span {
    font-size: 24px;
  }
  .p-top__fixedBnr .c-button::before {
    width: 57px;
    height: calc(100% + 4px);
    font-size: 40px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen {
    border: 2px solid #9cc814;
    background-color: #9cc814;
    color: #fff;
    border-radius: 20px;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen span .small {
    font-size: 0.75em;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen span.pc {
    padding-left: 22px;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen::before {
    font-size: 28px;
    border-right: 2px solid #fff;
    left: 0;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen:hover {
    background-color: #fff;
    opacity: 1;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen:hover span {
    color: #9cc814;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen:hover::after {
    color: #fff;
    background-color: #9cc814;
  }


  .p-top__fixedBnr .c-button.c-button__contactTel {
    background-color: #EB3A00;
    border-color: #EB3A00;
    color: #fff;
    opacity: 1;
    border-radius: 20px;
    border: 2px solid #EB3A00;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel span {
    letter-spacing: -0.01em;
    padding-left: 10px;
    color: #fff;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel::before {
    font-size: 36px;
    left: 0;
    color: #fff;
    border-right: 2px solid #fff;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel::after {
    color: #ef8336;
    background-color: #fff;
  }

  .p-top__fixedBnr .c-button.c-button__contactTel:hover {
    border: solid 2px #EB3A00;
    color: #EB3A00;
    background-color:  #fff;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel:hover span {
    color: #EB3A00;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel:hover::before {
    border-right: 2px solid #EB3A00;
    color: #EB3A00;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel:hover::after {
    color: #fff;
    background-color: #EB3A00;
  }


  .p-top__fixedBnr .c-button.c-button__webApp {
    color: #fff;
    background-color: #E86075;
    border: 2px solid #E86075;
    border-radius: 20px;
  }
  .p-top__fixedBnr .c-button.c-button__webApp span {
    letter-spacing: -0.01em;
  }
  .p-top__fixedBnr .c-button.c-button__webApp:hover {
    background-color: #fff;
    opacity: 1;
  }
  .p-top__fixedBnr .c-button.c-button__webApp:hover span {
    color: #E86075;
  }
  .p-top__fixedBnr .c-button.c-button__webApp:hover::before {
    color: #E86075;
    border-color: #E86075;
  }
  .p-top__fixedBnr .c-button.c-button__webApp:hover::after {
    color: #fff;
    background-color: #E86075;
  }
}

@media screen and (max-width: 767px) {
  .p-top__fixedBnr {
    min-width: auto;
  }
  .p-top__fixedBnr--closeBtn {
    width: 14px;
    height: 14px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .p-top__fixedBnr {
    justify-content: space-between;
    align-items: stretch;
    padding: 3vw 4vw 3vw;
  }
  .p-top__fixedBnr .c-button {
    height: 15vw;
    border: none;
    display: block;
    width: 32.17%;
    padding: 2.5vw;
    margin-bottom: 0;
    border-radius: 2vw;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen {
    background-color: #9cc814;
  }
  .p-top__fixedBnr .c-button.c-button__documentGreen .sp .upper  {
    color: #fff;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel {
    background-color: #EB3A00;
  }
  .p-top__fixedBnr .c-button.c-button__contactTel .sp .upper  {
    color: #fff;
  }
  .p-top__fixedBnr .c-button.c-button__webApp {
    background-color: #E86075;
  }
  .p-top__fixedBnr .c-button.c-button__webApp .sp .upper  {
    color: #fff;
  }
  .p-top__fixedBnr .c-button.c-button__webApp .sp .lower  {
    font-size: 4.2vw;
  }
  .p-top__fixedBnr .c-button .sp span {
    line-height: 1.1em;
    text-align: center;
    display: block;
  }
  .p-top__fixedBnr .c-button .sp .upper {
    width: 100%;
    font-size: 4.2vw;
    font-weight: bold;
/*
    background-color: #fff;
*/
    border-radius: 4px;
/*
    padding: 7.5px 0;
*/
  }
  .p-top__fixedBnr .c-button.c-button__contactTel .sp .lower {
    font-size: 4.2vw;
  }
  .p-top__fixedBnr .c-button .sp .lower {
    font-weight: bold;
    font-size: 3.6vw;
    color: #fff;
    letter-spacing: -0.03em;
  }
  .p-top__fixedBnr .c-button.doc .sp .lower {
    margin-top: 1vw;
  }
  .p-top__fixedBnr .c-button::before,
  .p-top__fixedBnr .c-button::after,
  .p-top__fixedBnr .c-button:hover::before,
  .p-top__fixedBnr .c-button:hover::after {
    content: '';
  }
}



/* common styles - margin */

.ml0 {margin-left:   0!important;}
.ml3 {margin-left: 3px!important;}
.ml5 {margin-left: 5px!important;}
.ml10{margin-left:10px!important;}
.ml15{margin-left:15px!important;}
.ml20{margin-left:20px!important;}
.ml25{margin-left:25px!important;}
.ml30{margin-left:30px!important;}
.ml35{margin-left:35px!important;}
.ml40{margin-left:40px!important;}
.ml50{margin-left:50px!important;}
.ml60{margin-left:60px!important;}

.mtm1 {margin-top:  -1px!important;}
.mt0 {margin-top:   0!important;}
.mt3 {margin-top: 3px!important;}
.mt5 {margin-top: 5px!important;}
.mt7 {margin-top: 7px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt28{margin-top:28px!important;}
.mt30{margin-top:30px!important;}
.mt35{margin-top:35px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}
.mt80{margin-top:80px!important;}
.mt90{margin-top:90px!important;}
.mt100{margin-top:100px!important;}
.mt110{margin-top:110px!important;}
.mt120{margin-top:120px!important;}
.mt130{margin-top:130px!important;}
.mt140{margin-top:140px!important;}

.mr0 {margin-right:   0!important;}
.mr3 {margin-right: 3px!important;}
.mr5 {margin-right: 5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr25{margin-right:25px!important;}
.mr30{margin-right:30px!important;}
.mr35{margin-right:35px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}
.mr60{margin-right:60px!important;}

.mb0 {margin-bottom:   0!important;}
.mb3 {margin-bottom: 3px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb60{margin-bottom:60px!important;}
.mb70{margin-bottom:70px!important;}
.mb80{margin-bottom:80px!important;}

/* common styles - padding */

.pl0 {padding-left:   0!important;}
.pl3 {padding-left: 3px!important;}
.pl5 {padding-left: 5px!important;}
.pl10{padding-left:10px!important;}
.pl15{padding-left:15px!important;}
.pl20{padding-left:20px!important;}
.pl25{padding-left:25px!important;}
.pl30{padding-left:30px!important;}
.pl35{padding-left:35px!important;}
.pl40{padding-left:40px!important;}
.pl50{padding-left:50px!important;}
.pl60{padding-left:60px!important;}

.pt0 {padding-top:   0!important;}
.pt3 {padding-top: 3px!important;}
.pt5 {padding-top: 5px!important;}
.pt7 {padding-top: 7px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt25{padding-top:25px!important;}
.pt30{padding-top:30px!important;}
.pt35{padding-top:35px!important;}
.pt40{padding-top:40px!important;}
.pt50{padding-top:50px!important;}
.pt60{padding-top:60px!important;}
.pt70{padding-top:70px!important;}
.pt80{padding-top:80px!important;}

.pr0 {padding-right:   0!important;}
.pr3 {padding-right: 3px!important;}
.pr5 {padding-right: 5px!important;}
.pr10{padding-right:10px!important;}
.pr15{padding-right:15px!important;}
.pr20{padding-right:20px!important;}
.pr25{padding-right:25px!important;}
.pr30{padding-right:30px!important;}
.pr35{padding-right:35px!important;}
.pr40{padding-right:40px!important;}
.pr50{padding-right:50px!important;}
.pr60{padding-right:60px!important;}

.pb0 {padding-bottom:   0!important;}
.pb3 {padding-bottom: 3px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10{padding-bottom:10px!important;}
.pb15{padding-bottom:15px!important;}
.pb20{padding-bottom:20px!important;}
.pb25{padding-bottom:25px!important;}
.pb30{padding-bottom:30px!important;}
.pb35{padding-bottom:35px!important;}
.pb40{padding-bottom:40px!important;}
.pb50{padding-bottom:50px!important;}
.pb60{padding-bottom:60px!important;}
.pb70{padding-bottom:70px!important;}
.pb80{padding-bottom:80px!important;}
.pb90{padding-bottom:90px!important;}
.pb100{padding-bottom:100px!important;}
.pb120{padding-bottom:120px!important;}
.pb170{padding-bottom:170px!important;}

/* common styles - float */
.fL{float:left!important;}
.fR{float:right!important;}
.fNN{float:none!important;}

/* common styles - text-align */
.tL{text-align:left!important;}
.tC{text-align:center!important;}
.tR{text-align:right!important;}



@media only screen and (min-width:768px){
  .wrap{
    background: #fff7f7;
  }
  .wrap_in{
    box-shadow: 0px 0px 30px 30px rgb(230 230 230 / 100%);
  }
}
.wrap_in{
  max-width:1100px;
  width:100%;
  margin:0 auto;
}
.btnbox{
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
}
.btnbox .btntxt1{font-size:22px;font-weight:bold;padding:0 0 5px 0;}
.btnbox .btnbox_in1{
  display: flex;
  margin: 0 10% 0;
  align-items: flex-end;
}
.btnbox .btnbox_in1 div{width:50%;}
.btnbox .mitsumori {padding:10px 0 10px 0;text-align:center;}
.btnbox .mitsumori a{
  display:block;
  background:#EB3A00 url(/img/lp/gan002/arw.svg) right 12px center no-repeat;
  background-size:15px;
  color:#fff;
  padding:11px 16px;
  font-size:29px;
  border-radius:50px;
  box-shadow: 0px 10px 2px -4px rgba(0,0,0, 0.35);
  font-weight:bold;
  border: 4px solid #EB3A00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 10%;
}
.btnbox .mitsumori a:hover{
  background:#fff url(/img/lp/gan002/arw_red.svg) right 12px center no-repeat;
  background-size:15px;
  color:#EB3A00;
  border: 4px solid #EB3A00;
}
.btnbox .mitsumori a span{font-size:21px;}

.btnbox .siryou {padding:10px 0 10px 0;text-align:center;}
.btnbox .siryou a{
  display:block;
  background:#86C800 url(/img/lp/gan002/arw.svg) right 12px center no-repeat;
  background-size:15px;color:#fff;
  padding:11px 16px;
  font-size:29px;
  border-radius:50px;
  box-shadow: 0px 10px 2px -4px rgba(0,0,0, 0.35);
  font-weight:bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 4px solid #86C800;
  margin: 0 10%;
}
.btnbox .siryou a:hover{
  background:#fff url(/img/lp/gan002/arw_green.svg) right 12px center no-repeat;
  background-size:15px;
  color:#86C800;
  border: 4px solid #86C800;
}

.btnbox .siryou a span{font-size:21px;}

.btntxt2{font-size:21px;text-align:center;font-weight:bold;padding:0 0 5px 0;}
.btntxt3{font-size:21px;text-align:center;font-weight:bold;color:#fff;padding:0 0 5px 0;}
.btnbox_in2{margin:0 auto;max-width:368px;}
.btnbox_in2 .mitsumori {padding:10px 0 10px 0;text-align:center;}


.caplist{max-width:950px;margin:0 auto;}
.caplist li{text-indent:-15px;padding:0 0 5px 15px;}

.caplist2{
  margin:0 auto;
  background-color: #fff;
  padding: 20px 205px 40px;
}

.otoiawase{background: url(/img/lp/gan002/tel_white.svg) left center no-repeat;background-size:52px;padding:10px 0 0 50px;}


#contact{position:relative;}

.tel_fv{
  padding: 0 0 60px;
}
.tel_fv .tel_fv_txt {
  padding: 40px 0 0;
}
.tel_fv .tel_fv_num {
  margin: -114px 0 0 433px;
  width: 39%;
}


.img25box{display:flex;}

.pcnone{display:none!important;}
.spnone{display:block!important;}


.kv_ctn {
  left: 0;
  right: 0;
  padding: 10px 0 0;
  background: #fff;
}


.point  {
  position: absolute;
  padding: 0 0 0 215px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.point--pink {
  color: #E86075;
}
.point--big {
  font-size: 38px;
}
.point--attention {
  font-size: 14px;
  vertical-align: super;
}
.point--attention2 {
  font-size: 14px;
  position: absolute;
  top: 10px;
}
.point01 {
  margin: -115px 0 0;
}
.point02 {
  margin: -110px 0 0;
}
.point03 {
  margin: -111px 0 0;
}
.point04 {
  margin: -134px 0 0;
}

.point_footer {
  position: absolute;
  margin: -400px 0 0;
}
.point_footer--link {
  text-align: center;
  background: #ffe2e1;
  padding: 0 0 30px;
}
.point_footer--link a {
  font-size: 20px;
  text-decoration:underline;
  color: #0000FF;
}
.point_footer--link a span {
  font-weight: 600;
}
.point_footer--cap {
  padding: 30px 100px 35px 130px;
}
.cap {
  font-size: 18px;
  text-indent: -1.8em;
}
.point_footer .btnbox .btntxt1 {
  font-size: 23px;
  padding: 0 0 5px 0;
}

.tokuyaku_footer {
  margin: -220px 0 0;
  position: absolute;
  width: 100%;
}
.tokuyaku_footer .btnbox {
  text-align: center;
}
.tokuyaku_footer .btntxt1 {
  font-size: 22px;
}
.tokuyaku_footer .btnbox .btnbox_in1 .mitsumori {
  margin: 0 auto;
}

.aco_btn01 {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 894px;
  cursor: pointer;
}
.aco_btn02 {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 136px;
  cursor: pointer;
}
.aco_cont_off .aco_on {
  display: none;
}
.aco_cont_on .aco_off {
  display: none;
}

.plan_footer {
  position: absolute;
  margin: -265px 0 0;
  width: 100%;
}
.plan_footer .btnbox .btntxt1 {
  font-size: 22px;
}

.osusume_footer {
  margin: -185px 0 0;
  position: absolute;
  width: 100%;
}
.osusume_footer .btnbox {
  text-align: center;
}
.osusume_footer .btntxt1 {
  font-size: 22px;
}
.osusume_footer .btnbox .btnbox_in1 .mitsumori {
  margin: 0 auto;
}

.flow {
  padding: 0 10px 0 10px;
  position: absolute;
}
.flow dt {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #CC0033;
}
.flow dd {
  font-size: 20px;
  font-weight: 500;
  padding: 19px 0 0;
  letter-spacing: -0.2px;
}
.flow_dt_attention {
  color: #000;
  font-size: 20px;
  vertical-align: super;
  margin: 0 0 0 1px;
}
.flow_dd_attention {
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  text-indent: -1em;
  padding: 0 1em 0 1em;
}
.flow_dd_attention.pt {
  padding: 14px 0 0 1em;
}
.flow_small {
  font-size: 20px;
}
.flow01 {
  margin: -173px 0 0 190px;
}
.flow02 {
  margin: -175px 0 0 402px;
}
.flow03 {
  margin: -290px 390px 0 189px;
}

.flow_footer {
  padding: 60px 0;
  background-color: #fff;
}
.flow_footer .caplist {
  padding: 50px 10px 0;
}
.flow_footer .btnbox .btntxt1 {
  font-size: 22px;
}

.other {
  background-color: #fff;
}
.other_inner {
  background-color: #fdf3eb;
  padding: 50px 60px 30px;
}
.other_title {
  text-align: center;
  color: #e86075;
  font-size: 34px;
  font-weight: 600;
  padding: 0 0 30px;
}
.other_wrap {
  display: flex;
  justify-content: space-between;
}
.other_item {
  width: 46%;
}
.other_text {
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  padding: 0 0 1vw;
  font-weight: 600;
}
.other__orange {
  color: #EF8336;
}
.other_bnr img {
  max-width: 100%;
}
.other_footer {
  padding: 70px 0 0;
  background-color: #fff;
}
.other_footer .btnbox .btntxt1 {
  font-size: 22px;
}
.other_footer_tel {
  position: absolute;
  left: 0;
  right: 0;
  width: 45%;
  margin: -182px auto 0;
}
.img17 {

}
.img27_btn {
  position: absolute;
  width: 364px;
  bottom: 22%;
  right: 25.4%;
}

.img07_ul {
  display: flex;
  justify-content: center;
  background: #ffe2e1;
  padding: 0 40px 50px;
}
.img07_ul li {
  padding: 0 15px;
}
.img07_ul li img {
  width: 100%;
}

.imagelink_bg {
  background: black;
  opacity: 0.7;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.imagelink_close_wrap {
  width: 810px;
  margin: 0 auto 0;
  position: fixed;
  z-index: 1;
}
.imagelink_close {
  position: absolute;
  height: 57px;
  width: 58px;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
.imagelink_close img {
  width: 100%;
}
.imagelink01_view {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}
.imagelink01_view.show {
  display: block;
}
.imagelink01_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 810px;
  margin: 0 auto 0;
  padding: 60px 0;
}
.imagelink02_view {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}
.imagelink02_view.show {
  display: block;
}
.imagelink02_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 810px;
  margin: 0 auto 0;
  padding: 60px 0;
}

@media screen and (min-width: 768px) and (max-width: 1158px) {
  .img27_btn {
    width: 32.5vw;
  }
  .aco_btn01 {
    width: 80vw;
  }
  .aco_btn02 {
    width: 12vw;
  }
  .kv_ctn {
  }
  .btnbox .btntxt1 {
    font-size: 1.6vw;
    padding: 0 0 0.5vw 0;
  }
  .tel_fv .tel_fv_num {
    margin: -10vw 0 0 39vw;
  }
  .btnbox .mitsumori a {
    font-size: 2.4vw;
  }
  
  .btnbox .mitsumori a span{
    font-size: 2.0vw;
  }
  .btnbox .siryou a {
    font-size: 2.4vw;
  }
  .btnbox .siryou a span {
    font-size: 2.0vw;
  }
  .tel_fv .tel_fv_txt {
    padding: 4vw 0 0;
  }
  .point {
    position: absolute;
    padding: 0 0 0 19vw;
    font-size: 2.2vw;
  }
  .point--big {
    font-size: 3vw;
  }
  .point01 {
    margin: -10vw 0 0;
  }
  .point02 {
    margin: -10vw 0 0;
  }
  .point03 {
    margin: -10vw 0 0;
  }
  .point04 {
    margin: -10.7vw 0 0;
  }
  .point_footer {
    margin: -34vw 0 0;
  }
  .point_footer--link a {
    font-size: 2.4vw;
  }
  .point_footer--cap {
    padding: 2vw 8vw 2vw 11vw;
  }
  .cap {
    font-size: 1.6vw;
  }
  .point_footer .btnbox .btntxt1 {
    font-size: 2.4vw;
    padding: 0 0 1vw 0;
  }
  .tokuyaku_footer .btntxt1 {
    font-size: 2vw;
  }
  .tokuyaku_footer {
    margin: -21vw 0 0;
  }
  .aco_btn {
    margin: -3.8vw auto 0;
    width: 25vw;
  }
  .plan_footer {
    margin: -23vw 0 0;
  }
  .osusume_footer {
    margin: -17vw 0 0;
    position: absolute;
    width: 100%;
  }
  .flow {
    padding: 0 1vw 0 1vw;
  }
  .flow dt {
    font-size: 2.8vw;
    line-height: 3vw;
  }
  .flow dd {
    font-size: 1.6vw;
    padding: 2vw 0 0;
  }
  .flow01 {
    margin: -14.2vw 0 0 16vw;
  }
  .flow02 {
    margin: -14.2vw 0 0 34vw;
  }
  .flow03 {
    margin: -24.1vw 33vw 0 16vw;
  }
  .flow_dd_attention {
    font-size: 1.4vw;
  }
  .flow_footer .caplist {
    padding: 5vw 5vw 0;
    font-size: 1.4vw;
  }
  .other_footer {
    padding: 4vw 0 0;
  }
  .other_text {
    font-size: 2vw;
  }
  .other_footer .btnbox .btntxt1 {
    font-size: 2vw;
  }
  .other_footer_tel {
    margin: -16vw auto 0;
  }
  .caplist2 {
    padding: 2vw 17vw 2vw;
    font-size: 1.4vw;
  }
  .links {
    font-size: 1.6vw;
  }
  .links li a {
    font-size: 1.6vw;
  }
  .btnbox .mitsumori {
    padding: 1vw 0 1vw 0;
  }
  .btnbox .siryou {
    padding: 1vw 0 1vw 0;
  }
  .flow_footer .btnbox .btntxt1 {
    font-size: 2.4vw;
  }
  .btnbox .mitsumori a{
    background-size:1.4vw;
  }
  .btnbox .mitsumori a:hover{
    background-size:1.4vw;
  }
  .btnbox .siryou a{
    background-size:1.4vw;
  }
  .btnbox .siryou a:hover{
    background-size:1.4vw;
  }
  .imagelink_close_wrap {
        width: 90%;
  }
  .imagelink01_img {
        width: 90%;
  }
  .imagelink01_img img {
        width: 100%;
  }
  .imagelink02_img {
        width: 90%;
  }
  .imagelink02_img img {
        width: 100%;
  }
}

@media only screen and (max-width: 767px){
  html {
    font-size: 0.666666vw;
  }
	/* common styles - margin */

	.ml0_sp {margin-left: 0!important;}
	.ml3_sp {margin-left: 3px!important;}
	.ml5_sp {margin-left: 5px!important;}
	.ml10_sp{margin-left:10px!important;}
	.ml15_sp{margin-left:15px!important;}
	.ml20_sp{margin-left:20px!important;}
	.ml25_sp{margin-left:25px!important;}
	.ml30_sp{margin-left:30px!important;}
	.ml35_sp{margin-left:35px!important;}
	.ml40_sp{margin-left:40px!important;}
	.ml50_sp{margin-left:50px!important;}
	.ml60_sp{margin-left:60px!important;}

	.mt0_sp {margin-top: 0!important;}
	.mt3_sp {margin-top: 3px!important;}
	.mt5_sp {margin-top: 5px!important;}
	.mt7_sp {margin-top: 7px!important;}
	.mt10_sp{margin-top:10px!important;}
	.mt15_sp{margin-top:15px!important;}
	.mt20_sp{margin-top:20px!important;}
	.mt25_sp{margin-top:25px!important;}
	.mt28_sp{margin-top:28px!important;}
	.mt30_sp{margin-top:30px!important;}
	.mt35_sp{margin-top:35px!important;}
	.mt40_sp{margin-top:40px!important;}
	.mt50_sp{margin-top:50px!important;}
	.mt60_sp{margin-top:60px!important;}
	.mt70_sp{margin-top:70px!important;}
	.mt80_sp{margin-top:80px!important;}
	.mt90_sp{margin-top:90px!important;}
	.mt100_sp{margin-top:100px!important;}
	.mt110_sp{margin-top:110px!important;}
	.mt120_sp{margin-top:120px!important;}
	.mt130_sp{margin-top:130px!important;}
	.mt140_sp{margin-top:140px!important;}

	.mr0_sp {margin-right: 0!important;}
	.mr3_sp {margin-right: 3px!important;}
	.mr5_sp {margin-right: 5px!important;}
	.mr10_sp{margin-right:10px!important;}
	.mr15_sp{margin-right:15px!important;}
	.mr20_sp{margin-right:20px!important;}
	.mr25_sp{margin-right:25px!important;}
	.mr30_sp{margin-right:30px!important;}
	.mr35_sp{margin-right:35px!important;}
	.mr40_sp{margin-right:40px!important;}
	.mr50_sp{margin-right:50px!important;}
	.mr60_sp{margin-right:60px!important;}

	.mb0_sp {margin-bottom: 0!important;}
	.mb3_sp {margin-bottom: 3px!important;}
	.mb5_sp {margin-bottom: 5px!important;}
	.mb10_sp{margin-bottom:10px!important;}
	.mb15_sp{margin-bottom:15px!important;}
	.mb20_sp{margin-bottom:20px!important;}
	.mb25_sp{margin-bottom:25px!important;}
	.mb30_sp{margin-bottom:30px!important;}
	.mb35_sp{margin-bottom:35px!important;}
	.mb40_sp{margin-bottom:40px!important;}
	.mb50_sp{margin-bottom:50px!important;}
	.mb60_sp{margin-bottom:60px!important;}
	.mb70_sp{margin-bottom:70px!important;}
	.mb80_sp{margin-bottom:80px!important;}

	/* common styles - padding */

	.pl0_sp {padding-left: 0!important;}
	.pl3_sp {padding-left: 3px!important;}
	.pl5_sp {padding-left: 5px!important;}
	.pl10_sp{padding-left:10px!important;}
	.pl15_sp{padding-left:15px!important;}
	.pl20_sp{padding-left:20px!important;}
	.pl25_sp{padding-left:25px!important;}
	.pl30_sp{padding-left:30px!important;}
	.pl35_sp{padding-left:35px!important;}
	.pl40_sp{padding-left:40px!important;}
	.pl50_sp{padding-left:50px!important;}
	.pl60_sp{padding-left:60px!important;}

	.pt0_sp {padding-top:   0!important;}
	.pt3_sp {padding-top: 3px!important;}
	.pt5_sp {padding-top: 5px!important;}
	.pt7_sp {padding-top: 7px!important;}
	.pt10_sp{padding-top:10px!important;}
	.pt15_sp{padding-top:15px!important;}
	.pt20_sp{padding-top:20px!important;}
	.pt25_sp{padding-top:25px!important;}
	.pt30_sp{padding-top:30px!important;}
	.pt35_sp{padding-top:35px!important;}
	.pt40_sp{padding-top:40px!important;}
	.pt50_sp{padding-top:50px!important;}
	.pt60_sp{padding-top:60px!important;}

	.pr0_sp {padding-right: 0!important;}
	.pr3_sp {padding-right: 3px!important;}
	.pr5_sp {padding-right: 5px!important;}
	.pr10_sp{padding-right:10px!important;}
	.pr15_sp{padding-right:15px!important;}
	.pr20_sp{padding-right:20px!important;}
	.pr25_sp{padding-right:25px!important;}
	.pr30_sp{padding-right:30px!important;}
	.pr35_sp{padding-right:35px!important;}
	.pr40_sp{padding-right:40px!important;}
	.pr50_sp{padding-right:50px!important;}
	.pr60_sp{padding-right:60px!important;}

	.pb0_sp {padding-bottom: 0!important;}
	.pb3_sp {padding-bottom: 3px!important;}
	.pb5_sp {padding-bottom: 5px!important;}
	.pb10_sp{padding-bottom:10px!important;}
	.pb15_sp{padding-bottom:15px!important;}
	.pb20_sp{padding-bottom:20px!important;}
	.pb25_sp{padding-bottom:25px!important;}
	.pb30_sp{padding-bottom:30px!important;}
	.pb35_sp{padding-bottom:35px!important;}
	.pb40_sp{padding-bottom:40px!important;}
	.pb50_sp{padding-bottom:50px!important;}
	.pb60_sp{padding-bottom:60px!important;}
	.pb70_sp{padding-bottom:70px!important;}
	.pb80_sp{padding-bottom:80px!important;}
	.pb90_sp{padding-bottom:90px!important;}
	.pb100_sp{padding-bottom:100px!important;}
	.pb120_sp{padding-bottom:120px!important;}
	.pb170_sp{padding-bottom:170px!important;}


	.pcnone{display:block!important;}
	.spnone{display:none!important;}

  .mt2{margin: 2vw 0 0;}


  .btnbox{padding:0;}
  .btnbox .btntxt1{font-size:3.8vw;text-align:center;padding:0 0 0 0;}
  .btnbox .btnbox_in1{display:block;margin:0;padding: 0 6vw;}
  .btnbox .btnbox_in1 div{width:100%;}

  .point_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }
  .point_footer .btnbox .btntxt1 {
    font-size: 4.4vw;
  }

  .tokuyaku_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }

  .plan_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }
  .plan_footer .btnbox .btntxt1 {
    font-size: 4.4vw;
  }

  .osusume_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }

  .flow_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }
  .flow_footer .btnbox .btntxt1 {
    font-size: 4.4vw;
  }

  .other_footer .btnbox .btnbox_in1 {
    padding: 0 12vw;
  }
  .other_footer .btnbox .btntxt1 {
    font-size: 4.4vw;
  }


  .imagelink01_img {
    width: 90%;
    padding: 20rem 0;
  }
  .imagelink02_img {
    width: 90%;
    padding: 20rem 0;
  }
  .imagelink_close_wrap {
    width: 90%;
  }
  .imagelink_close {
    height: 15rem;
    width: 15rem;
    right: -5rem;
    top: -5rem;
  }
  .imagelink01_imgInner img {
    width: 100%;
  }
  .imagelink02_imgInner img {
    width: 100%;
  }

  .btnbox .mitsumori {padding:1vw 0 1vw 0;}
  .btnbox .mitsumori a{
    background-size:2.2vw;
    font-size:5vw;
    padding: 1.2vw 1vw;
    box-shadow: 0px 2vw 1vw -1vw rgba(0,0,0, 0.35);
    margin: 0;
  }
  .btnbox .mitsumori a:hover{background-size:2.2vw;}
  .btnbox .mitsumori a span{font-size:4.2vw;}

  .btnbox .siryou {
    padding:1vw 0 1vw 0;
  }
  .btnbox .siryou a{
    background-size:2.2vw;
    font-size:5vw;
    padding: 1.2vw 1vw;
    box-shadow: 0px 2vw 1vw -1vw rgba(0,0,0, 0.35);
    margin: 0;
  }
  .btnbox .siryou a:hover{background-size:2.2vw;}

  .btnbox .siryou a span{font-size:4.2vw;}

  .btntxt2{font-size:4.2vw;}
  .btntxt3{font-size:4.2vw;}

  .telbox{padding:10px 5vw 20px;}
  .telbox .teltxt{font-size:3.8vw;padding:0 0 1vw 0;text-align:center;font-weight:bold;}
  .telbox .telbtn {text-align:center;width:100%;margin:0 auto;}
  .telbox .telbtn a{
    display:block;
    background:#E2E2E2 url(/img/lp/gan002/tel.svg) left 30px center no-repeat;
    background-size:8vw;
    color:#E86075;
    padding:1vw 1vw;
    font-size:6.5vw;
    border-radius:15px;
    box-shadow: 0px 2vw 1vw -1vw rgba(0,0,0, 0.35);
    font-weight:bold;
  }
  .telbox dl{display:flex;margin:0 auto;justify-content: center;font-size:3vw;padding:2vw 0 0 0;}
  .telbox dl dt{padding:0 15px 0 0;}

  .telbox_foot {
    padding: 5vw 10vw 5vw;
    margin: -31vw 0 0;
    position: absolute;
    width: 100%;
  }

  .caplist{
    padding: 6vw 6vw 0;
    font-size: 2.8vw;
  }
  .caplist li{
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  .caplist2{
    padding:5vw 6vw 0;
    font-size:3vw;
  }
  .caplist2 .indent {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  .otoiawase{background: url(/img/lp/gan002/tel_white.svg) left center no-repeat;background-size:5vw;padding:10% 0 10% 20%;}


  .img07_ul {
    display: block;
    padding: 0 0 6vw;
  }
  .img07_ul li {
    padding: 0 5vw 3vw 5vw;
  }
  .tel_fv {
    padding: 0 0 1vw;
  }
  .kv_ctn {
    padding: 5vw 5vw 0;
  }
  .aco_btn02 {
    width: 22vw;
  }

  .img27_btn {
    width: 67vw;
    bottom: 14%;
    right: 0;
    left: 0;
  }
  .aco_btn01 {
    width: 75vw;
  }
  .point  {
    position: absolute;
    padding: 0 0 0 22vw;
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: -0.2vw;
  }
  .point--pink {
    color: #E86075;
  }
  .point--big {
    font-size: 6.4vw;
  }
  .point--attention {
    font-size: 2.6vw;
    vertical-align: super;
  }
  .point--attention2 {
    font-size: 2.6vw;
    top: auto;
    bottom: 23%;
  }
  .point01 {
    margin: -32vw 0 0;
  }
  .point02 {
    margin: -28vw 0 0;
  }
  .point03 {
    margin: -26vw 0 0;
  }
  .point04 {
    margin: -30vw 0 0;
  }

  .point_footer {
    position: absolute;
    margin: -86vw 0 0;
  }
  .point_footer--link {
    text-align: center;
  }
  .point_footer--link a {
    font-size: 4vw;
    text-decoration:underline;
    color: #0000FF;
  }
  .point_footer--cap {
    padding: 4vw 5vw 6vw 10vw;
  }
  .cap {
    font-size: 2.6vw;
    text-indent: -1.8em;
  }

  .tokuyaku_footer {
    position: absolute;
    margin: -32vw 0 0;
    width: 100%;
  }

  .plan_footer {
    position: absolute;
    margin: -65vw 0 0;
    width: 100%;
  }
  .btnbox .btntxt1_pt {
    padding: 4vw 0 0;
  }

  .osusume_footer {
    position: absolute;
    margin: -32vw 0 0;
    width: 100%;
  }

  .flow {
    padding: 0 10vw 0 22vw;
    position: absolute;
  }
  .flow dt {
    font-size: 5.6vw;
    font-weight: 500;
    letter-spacing: -0.4vw;
    color: #CC0033;
    line-height: 7vw;
  }
  .flow dd {
    font-size: 3.8vw;
    font-weight: 500;
    padding: 3.5vw 0 0;
    letter-spacing: -0.1vw;
  }
  .flow_dt_attention {
    color: #000;
    font-size: 3vw;
    vertical-align: super;
    margin: 0 0 0 1vw;
  }
  .flow_dd_attention {
    font-size: 2.8vw;
    line-height: 1.2em;
    display: block;
    text-indent: -1em;
    padding: 0 1em 0 1em;
  }
  .flow_dd_attention.pt {
    padding: 2vw 1em 0 1em;
  }
  .flow_small {
    font-size: 4vw;
  }
  .flow01 {
    margin: -28vw 0 0;
  }
  .flow02 {
    margin: -28vw 0 0;
  }
  .flow03 {
    margin: -63vw 0 0;
  }

  .flow_footer {
    padding: 6vw 0 6vw;
  }
  .flow_footer .caplist {
    padding: 6vw 6vw 0;
  }

  .other {
    background-color: #fdf3eb;
    padding: 5vw 5vw 5vw;
  }
  .other_inner {
    padding: 0;
  }
  .other_title {
    font-size: 5.6vw;
    font-weight: 500;
    padding: 0 0 2vw;
  }
  .other_wrap {
    display: flex;
    justify-content: space-between;
  }
  .other_item {
    width: 48%;
  }
  .other_text {
    font-size: 2.6vw;
    text-align: center;
    letter-spacing: -0.2vw;
    padding: 0 0 1vw;
  }
  .other__orange {
    color: #EF8336;
  }
  .other_bnr img {
    max-width: 100%;
  }
  .other_footer {
    padding: 9vw 0 7vw;
  }

	/*
		13px　→　3vw
		14px　→　3.5vw
		16px　→　3.7vw
		18px　→　4vw
		20px　→　4.1vw
		22px　→　4.2vw
		23px　→　4.3vw
		24px　→　4.5vw
		26px　→　4.7vw
		28px　→　5vw
		30px　→　5.2vw
		34px　→　5.8vw
		36px　→　6vw
		40px　→　7vw
	*/


  .aco_btn {
    position: absolute;
    z-index: 1;
    margin: -7% auto 0;
    left: 0;
    right: 0;
    width: 40%;
  }
  .aco_hidden {
    display: none;
    line-height: 0;
    margin: -1px 0 0 !important;
  }
  .aco_footer {
    line-height: 0;
    margin: -1px 0 0 !important;
  }

  .mt-1 {
    margin-top: -1px;
    /* z-index: -1; */
  }
}