@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
/* 変数
-------------------------------------------------------------------------- */
/* ==========================================================================
breakpoints
========================================================================== */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* ==========================================================================
color
========================================================================== */
/* ==========================================================================
easing
========================================================================== */
/* ==========================================================================
font
========================================================================== */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* ==========================================================================
size
========================================================================== */
/* 関数
-------------------------------------------------------------------------- */
/* ==========================================================================
viewport size
========================================================================== */
/* ミックスイン
-------------------------------------------------------------------------- */
/*==========================================================================
absolute
==========================================================================*/
/*==========================================================================
size
==========================================================================*/
/*==========================================================================
aspect-ratio
==========================================================================*/
/*==========================================================================
centering
==========================================================================*/
/*==========================================================================
dot-line
==========================================================================*/
/*==========================================================================
fixed
==========================================================================*/
/*==========================================================================
gradient
==========================================================================*/
/*==========================================================================
justify
==========================================================================*/
/* ==========================================================================
mq-up
========================================================================== */
/* ==========================================================================
mq-down
========================================================================== */
/* ==========================================================================
size
========================================================================== */
/* ==========================================================================
square
========================================================================== */
/* ==========================================================================
circle
========================================================================== */
/* 初期化
-------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
body {
  font-family: "新ゴ R", "Shin Go Regular", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.js-disabled {
  pointer-events: none;
  opacity: 0.4;
}

footer {
  margin-top: 0;
}

section.bg-white {
  margin-top: 0;
}

#main {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  border-bottom: 1px solid #cfcfcf;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #main {
    padding-bottom: 0;
    border-bottom: none;
  }
}

#main * {
  box-sizing: border-box;
}

#fnav2 .sp-menu {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 200;
  border-radius: 12px 0 0 12px;
  background: #fff;
}

#sec02 .btn2 {
  width: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: fixed;
  right: 0;
}

#sec02 .btn2 img {
  width: 40px;
  height: 40px;
}

#sec02 .btn2 li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 3px;
  padding: 0;
}

#sec02 .btn2 li a {
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #003399;
  display: block;
  transition: all 0.3s ease;
}

#sec02 .btn2 li a.ico2 {
  background-image: url(/lp/norikae/images/nav_qa_over_sp.png);
  background-size: contain;
}

#sec02 .btn2 li a.ico1 {
  background-image: url(/lp/norikae/images/nav_onlineshop_over_sp.png);
  background-size: contain;
}

#sec02 .btn2 li a:hover {
  background-color: #fff;
  opacity: 1;
}

#sec02 .btn2 li a:hover img {
  opacity: 0;
}

*:focus {
  outline: none;
}

.contents-inner {
  width: 750px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents-inner {
    width: 86.66667vw;
  }
}

.js-hover {
  opacity: 1;
}

.js-hover.is-on {
  opacity: 0.7;
  transition: opacity 0.3s;
}

/* レイアウト
-------------------------------------------------------------------------- */
/* モジュール
-------------------------------------------------------------------------- */
/* .btn-content
-------------------------------------------------------------------------- */
.btn-content a {
  position: relative;
  color: #fff;
  display: block;
  background: #0e9fd7;
  width: 454px;
  height: 80px;
  border: 4px solid #fff;
  border-radius: 40px;
  box-shadow: 0 5px 0 #0064a0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.btn-content a:link{
 color: #fff;
}

.btn-content a:visited,.btn-content a:hover,.btn-content a:active {  color: #fff;}
.btn-content a:visited:hover{
 color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-content a {
    width: 89.33333vw;
    height: 15.6vw;
    border-width: 0.8vw;
    border-radius: 8vw;
    box-shadow: 0 1.33333vw 0 #0064a0;
  }
}

.btn-content a span {
  font-size: 24px;
  line-height: 1;
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn-content a span {
    font-size: 4.8vw;
  }
}

.btn-content a:hover {
  color: #fff;
  text-decoration: none;
}

.btn-content a img {
  position: absolute;
  top: 21px;
  left: 26px;
  height: 45%;
}

@media screen and (max-width: 768px) {
  .btn-content a img {
    top: 2vw;
    left: 4vw;
    height: 72%;
  }
}

.btn-content a img.tel {
  transform: rotate(10deg);
}

@media screen and (max-width: 768px) {
  .btn-content a img.tel {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .btn-content a img.chat {
    margin-left: 1.33333vw;
  }
}

.btn-content a:before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 26px;
  right: 24px;
  width: 12px;
  height: 21px;
}

@media screen and (max-width: 768px) {
  .btn-content a:before {
    top: 5.2vw;
    right: 4.53333vw;
    width: 2.53333vw;
    height: 4.26667vw;
  }
}

.btn-content a:active {
  transform: translateY(5px);
  box-shadow: 0 0 0 #a03c64;
}

@media screen and (max-width: 768px) {
  .btn-content a:active {
    transform: translateY(1.33333vw);
  }
}

.btn-content--b a {
  background: #16318b;
  box-shadow: 0 5px 0 #16318b;
}

@media screen and (max-width: 768px) {
  .btn-content--b a {
    box-shadow: 0 1.33333vw 0 #16318b;
  }
}

.btn-content--b a:active {
  box-shadow: 0 0 0 #16318b;
}

.btn-content + .btn-content {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .btn-content + .btn-content {
    margin-top: 7.33333vw;
  }
}

.btn-content--blank a:before {
  background-image: url(../img/icn_window.png);
  top: 29px;
  right: 26px;
  width: 19px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .btn-content--blank a:before {
    top: 5.73333vw;
    right: 4.53333vw;
    width: 3.73333vw;
    height: 2.93333vw;
  }
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 2000;
}

#loading {
  position: absolute;
  left: 50%;
  top: 30%;
}

#contents {
  opacity: 0;
}

/* common
-------------------------------------------------------------------------- */
.about {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 12.26667vw 5.33333vw 0;
  }
}

.howto {
  padding: 90px 0 108px;
}

@media screen and (max-width: 768px) {
  .howto {
    padding: 11.46667vw 5.33333vw 14.4vw;
  }
}

.shop {
  padding: 95px 0 106px;
}

@media screen and (max-width: 768px) {
  .shop {
    padding: 11.2vw 5.33333vw 14.4vw;
  }
}

.products {
  padding: 83px 0 0;
}

@media screen and (max-width: 768px) {
  .products {
    padding: 11.33333vw 5.33333vw 14vw;
  }
}

.banner {
  padding: 96px 90px;
	display: flex;
	justify-content: center;
}
.banner img {
	height: 156px;
}

@media screen and (max-width: 768px) {
  .banner {
    /*display: none;*/
   padding: 20px;
  }
 .banner img{
  width: 100%;
  height: auto;
 }
}



/* .hero
-------------------------------------------------------------------------- */
.hero {
  color: #fff;
  background: #0e9fd7;
}

.hero-inner {
  background-image: url(../img/bg_hero.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 390px;
  width: 980px;
  padding: 48px 0 48px 440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .hero-inner {
    background-image: url(../img/bg_hero@sp.png);
    background-size: 101.33333vw;
    width: 100%;
    height: 112vw;
    padding: 4vw 5.33333vw 4vw;
  }
}

.hero-ttl {
  color: #fff;
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 58px;
  line-height: 1.38;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .hero-ttl {
    font-size: 10.4vw;
    line-height: 1.23;
    margin-bottom: 61.33333vw;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 1.06667vw 1.06667vw rgba(150, 30, 60, 0.15);
  }
}

.hero .btn-content a {
  margin: 0;
}

/* .about
-------------------------------------------------------------------------- */
.about-ttl {
  position: relative;
  color: #0e9fd7;
  font-family: '新ゴ B', 'Shin Go B', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .about-ttl {
    font-size: 8vw;
    line-height: 1.09;
    letter-spacing: -0.03em;
    margin-bottom: 3.73333vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .about-ttl .question {
    margin-left: -0.1em;
  }
}

.about-ttl:before {
  display: block;
  position: absolute;
  content: '';
  background-image: url(../img/line.png);
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -12px;
  left: calc(50% - 330px);
  width: 660px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .about-ttl:before {
    background-image: url(../img/line@sp.png);
    background-position: left center;
    background-size: contain;
    bottom: -2.13333vw;
    left: 0;
    width: 91.73333vw;
    height: 1.33333vw;
  }
}

.about-list {
  background-image: url(../img/bg_about.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 470px auto;
  width: 980px;
  padding: 58px 0 58px 17px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .about-list {
    background-image: url(../img/bg_about@sp.jpg);
    background-position: center 49.33333vw;
    background-size: 76.53333vw auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding: 14vw 0 51.33333vw;
  }
}

.about-list__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 22px;
  letter-spacing: 0.03em;
  width: 480px;
  height: 114px;
  padding: 0 20px 0 94px;
  border: 4px solid #0e9fd7;
  border-radius: 18px;
}

@media screen and (max-width: 768px) {
  .about-list__item {
    display: block;
    font-size: 3.63333vw;
    text-align: center;
    width: 28.53333vw;
    height: auto;
    padding: 3vw 0 2.16667vw;
    border: 0.53333vw solid #0e9fd7;
    border-radius: 2.66667vw;
  }
}

.about-list__item .emp {
  color: #0e9fd7;
  font-size: 26px;
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  margin-right: 0.01em;
}

@media screen and (max-width: 768px) {
  .about-list__item .emp {
    font-size: 4.26667vw;
  }
}

.about-list__item .emp-ex {
  margin-right: 0.15em;
}

.about-list__item:before {
  position: absolute;
  display: block;
  content: '';
  background: url(../img/bln.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 41px;
  right: -27px;
  width: 28px;
  height: 25px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .about-list__item:before {
    background-image: url(../img/bln@sp.png);
    top: auto;
    bottom: -3.46667vw;
    right: calc(50% - 13.5vw / 768 * 100);
    width: 4.4vw;
    height: 3.6vw;
  }
}

.about-list__item:nth-of-type(n + 2) {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(2) {
    max-height: 33.33333vw;
    margin-top: -5.46667vw;
    padding-top: 4.93333vw;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(1) {
    padding-top: 3.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(1) img {
    margin-bottom: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(1):before {
    background-image: url(../img/bln-s@sp.png);
    top: auto;
    bottom: -3.2vw;
    right: calc(50% - 63.5vw / 768 * 100);
    width: 4.66667vw;
    height: 3.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(3) img {
    margin-bottom: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .about-list__item:nth-of-type(3):before {
    background-image: url(../img/bln-s@sp.png);
    top: auto;
    bottom: -3.2vw;
    right: calc(50% + 26.5vw / 768 * 100);
    width: 4.66667vw;
    height: 3.33333vw;
    transform: scale(-1, 1);
  }
}

.about-list__item img {
  position: absolute;
  left: 20px;
  top: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .about-list__item img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 7.33333vw;
    margin-bottom: 2.66667vw;
  }
}

.about-list__txt {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .about-list__txt {
    line-height: 1.4;
  }
   .about-list__txt span.emp{
    line-height: 1.4;
  }   
    
}

.about-box {
  background: #def5fe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 30px 110px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .about-box {
    width: 100%;
    padding: 4.66667vw 2.93333vw;
    border-radius: 5.33333vw;
  }
}

.about-box__txt {
  font-size: 26px;
  line-height: 1.76;
  letter-spacing: 0.06em;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .about-box__txt {
    font-size: 4.26667vw;
    line-height: 1.68;
    letter-spacing: -0.05em;
    margin-left: 2.4vw;
  }
}

.about-box__txt .emp {
  color: #0e9fd7;
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
}

.about-box__img img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .about-box__img img {
    width: 19.46667vw;
  }
}

/* .inquiry
-------------------------------------------------------------------------- */
.inquiry {
  position: relative;
  background: #0e9fd7;
}

@media screen and (max-width: 768px) {
  .inquiry {
    background: #fff;
  }
}

.inquiry .ttl-content {
  position: relative;
  background: #fff;
  padding: 96px 0 86px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .inquiry .ttl-content {
    padding: 12vw 0 10.66667vw;
  }
}

.inquiry .ttl-content:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -34px;
  left: calc(50% - 35px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #fff transparent transparent transparent;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .inquiry .ttl-content:before {
    bottom: -6.53333vw;
    left: calc(50% - 50vw / 768 * 100);
    border-width: 6.66667vw 6.66667vw 0 6.66667vw;
  }
}

.inquiry-inner {
  color: #fff;
  text-align: center;
  padding: 76px 0 50px;
}

@media screen and (max-width: 768px) {
  .inquiry-inner {
    background: #0e9fd7;
    padding: 14.13333vw 0 7.2vw;
  }
}

.inquiry-ttl {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .inquiry-ttl {
    font-size: 6.4vw;
    margin-bottom: 0.66667vw;
  }
}

.inquiry-number {
  font-family: 'Oswald', sans-serif;
  font-size: 67px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -4px;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .inquiry-number {
    font-size: 11.2vw;
    margin-bottom: 1.33333vw;
  }
}


.inquiry-number a[href^="tel:"] {
  color: #fff;
  pointer-events: auto;
  text-decoration: none;
}


.inquiry-number img {
  vertical-align: middle;
  width: 79px;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .inquiry-number img {
    width: 13.86667vw;
    margin-bottom: 1.33333vw;
    margin-right: 2.66667vw;
  }
}

.inquiry-time {
  font-size: 17.5px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .inquiry-time {
    font-size: 4vw;
    margin-bottom: 2.66667vw;
  }
}

.inquiry-mobile {
  color: #e24a8c;
  background: #fff;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.03em;
  width: 400px;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .inquiry-mobile {
    position: relative;
    font-size: 4.53333vw;
    width: 91.73333vw;
    margin-top: 44.53333vw;
    border-radius: 5.33333vw;
    z-index: 9;
  }
}

.inquiry-bg {
  position: absolute;
  bottom: 0;
  background-image: url(../img/bg_inquiry.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .inquiry-bg {
    background-image: url(../img/bg_inquiry@sp.png);
    background-position: center center;
    background-size: contain;
    bottom: 10vw;
    left: calc(50% - 292vw / 768 * 100);
    width: 77.33333vw;
    height: 48.4vw;
    z-index: 0;
  }
}

/* .howto
-------------------------------------------------------------------------- */
.howto {
  background: #def5fe;
}

@media screen and (max-width: 768px) {
  .howto .ttl-content {
    margin-bottom: 11.2vw;
  }
}

.howto-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .howto-inner {
    max-width: 100%;
  }
}

.howto-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 92px;
 flex-direction: column;
}

@media screen and (max-width: 768px) {
  .howto-list {
    margin-bottom: 12.66667vw;
  }
}

.howto-list__item {
  background: #fff;
  width: auto;
  height: 330px;
  border-radius: 20px;
}
.howto-in{
 width: 480px;
 margin: auto;
}

@media screen and (max-width: 768px) {
  .howto-list__item {
    width: 100%;
    height: auto;
    border-radius: 5.33333vw;
  }
 .howto-in{
 width: auto;
}

}

@media screen and (max-width: 768px) {
  .howto-list__item:nth-of-type(2n) {
    margin-left: 0;
  }
}
.howto-list__item:nth-of-type(2n) {
    margin-top: 20px;
  }

.howto-list__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .howto-list__item:nth-of-type(n + 3) {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .howto-list__item:nth-of-type(n + 2) {
    margin-top: 5.33333vw;
  }
}

.howto-list__step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 10px 0px 20px;
}

@media screen and (max-width: 768px) {
  .howto-list__step {
    padding: 4vw 1.33333vw 4vw 4vw;
  }
}

@media screen and (max-width: 768px) {
  .howto-list__step--02 {
    padding-bottom: 0;
  }
}

.howto-list__step--03 {
  -ms-flex-align: start;
      align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .howto-list__step--03 {
    padding-bottom: 5.33333vw;
  }
}

.howto-list__num {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background: #16318b;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 20px 0;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .howto-list__num {
    font-size: 3.46667vw;
    width: 19.2vw;
    height: 19.2vw;
    margin-top: 0.8vw;
    padding: 4vw 0;
    border-radius: 9.6vw;
  }
}

.howto-list__num span {
  font-size: 44px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .howto-list__num span {
    font-size: 6.93333vw;
  }
}

.howto-list__ttl {
  font-family: '新ゴ B', 'Shin Go B', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
  margin-top: 0.05em;
  margin-left: 20px;
  width: 330px;
}

@media screen and (max-width: 768px) {
  .howto-list__ttl {
    font-size: 4.4vw;
    width: 76%;
    margin-top: -0.26667vw;
    margin-left: 3.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .howto-list__ttl--02 {
    margin-top: -0.2em;
    margin-left: 2vw;
  }
}

.howto-list__ttl--03 {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .howto-list__ttl--03 {
    line-height: 1.6;
    margin-left: 1.86667vw;
    margin-top: -0.3em;
  }
}

@media screen and (max-width: 768px) {
  .howto-list__ttl--04 {
    line-height: 1.6;
    margin-top: -0.3em;
  }
}

.howto-list__ttl .emp {
  color: #e24a8c;
}
.howto-list__ttl .emb {
  color: #0e9fd7;
}

.howto-list__ttl .key {
  position: relative;
  margin: 0 0.15em;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .howto-list__ttl .key {
    margin: 0 0.8vw 0 0.26667vw;
    padding: 0 3.73333vw;
  }
}

.howto-list__ttl .key img {
  position: absolute;
  top: -0.6em;
  left: 0;
  width: 38px;
}

@media screen and (max-width: 768px) {
  .howto-list__ttl .key img {
    top: -2vw;
    left: 0;
    width: 7.46667vw;
  }
}

.howto-list__img {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 240px;
}

@media screen and (max-width: 768px) {
  .howto-list__img {
    height: auto;
  }
}

.howto-list__img img {
  max-height: 100%;
}

.howto-list__img img.step2 {
  width: 214px;
  margin-top: 20px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .howto-list__img img.step2 {
    width: 37.33333vw;
    margin-left: 10.4vw;
    margin-bottom: 5.86667vw;
  }
}

.howto-list__img img.step3 {
  width: 157px;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .howto-list__img img.step3 {
    width: 28vw;
    margin-top: 0.66667vw;
    margin-bottom: 6vw;
  }
}

.howto-list__img img.step4 {
  width: 143px;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .howto-list__img img.step4 {
    width: 21.6vw;
    margin-top: 0.66667vw;
    margin-bottom: 6vw;
  }
}

.howto-list__call {
  color: #04287e;
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 8px;
}

.howto-list__call a[href^="tel:"] {
  color: #04287e;
  pointer-events: auto;
  text-decoration: none;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .howto-list__call {
    font-size: 10.13333vw;
    margin-top: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
}

.howto-list__call img {
  vertical-align: middle;
  width: 66px;
  margin-bottom: 12px;
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .howto-list__call img {
    width: 12.4vw;
    margin-bottom: 1.33333vw;
    margin-right: 2.66667vw;
  }
}

.howto-list__time {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .howto-list__time {
    font-size: 3.06667vw;
    margin-bottom: 12.8vw;
  }
}

/* .shop
-------------------------------------------------------------------------- */
.shop .ttl-content {
  margin-bottom: 38px;
}

.shop-inner {
  width: 100%;
  text-align: center;
}

.shop-txt {
  font-size: 26px;
  line-height: 1.77;
  letter-spacing: 0.07em;
  margin-top: -10px;
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .shop-txt {
    font-size: 4.26667vw;
    line-height: 1.6;
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-bottom: 6.66667vw;
  }
}

.shop-txt .emp {
  color: #0e9fd7;
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
}

/* .products
-------------------------------------------------------------------------- */
.products {
  background: #def5fe;
}

@media screen and (max-width: 768px) {
  .products .ttl-content {
    margin-bottom: 8vw;
  }
}

.products .ttl-content--sub {
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .products .ttl-content--sub {
    font-size: 5.33333vw;
    letter-spacing: -0.01em;
    margin-bottom: 1.33333vw;
  }
}

.products-inner {
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .products-inner {
    margin-top: 0;
  }
}

.products .btn-list {
  background: url("../img/img_wimax.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 370px auto;
  width: 856px;
  margin: 0 auto;
  padding: 80px 0 135px 400px;
}

@media screen and (max-width: 768px) {
  .products .btn-list {
    background-position: top center;
    background-size: 72vw auto;
    width: 100%;
    padding: 78.33333vw 0 0 0;
  }
}

/* .ttl-content
-------------------------------------------------------------------------- */
.ttl-content {
  font-family: '新ゴ DB', 'Shin Go DB', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .ttl-content {
    font-size: 7.73333vw;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

.ttl-content > * {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ttl-content > * {
    line-height: 1.35;
  }
}

.ttl-content .emp {
  color: #0e9fd7;
  font-family: '新ゴ B', 'Shin Go B', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .ttl-content .emp {
    font-size: 8.26667vw;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 768px) {
  .ttl-content--b {
    margin-bottom: 10.66667vw;
  }
}

.ttl-content--b .emp {
  color: #0e9fd7;
}

@media screen and (max-width: 768px) {
  .ttl-content--inquiry {
    margin-right: -0.5em;
  }
}

@media screen and (max-width: 768px) {
  .ttl-content--howto {
    margin-bottom: 10.4vw;
  }
}


.visible-sp{
 display: none;
}
.visible-pc{
 display: initial;
}

.attention-area_02 {
width: 980px;
margin: 0 auto;
padding: 20px;
color: red;
font-weight: 700;
text-align: center;
}

@media screen and (max-width: 768px) {
.visible-sp{
 display: initial;
}
.visible-pc{
 display: none;
}
	  .attention-area_02 {
    width: 95%;
    text-align: left;
  }
}