@charset "UTF-8";
/* Header
-------------------------------------------------------------- */
body {
  padding-top: 60px;
  /* navbar height */
}

@media (min-width: 768px) {
  body {
    padding-top: 110px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 126px;
  }
}

header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}

header.nav_hide {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}

@media (min-width: 768px) {
  header {
    height: 110px;
  }
  header.nav_hide {
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }
}

@media (min-width: 992px) {
  header {
    height: 126px;
  }
  header.nav_hide {
    -webkit-transform: translateY(-126px);
    -ms-transform: translateY(-126px);
    transform: translateY(-126px);
  }
}

/* Navbar */
@media (min-width: 768px) {
  .navbar {
    padding: .75rem 1rem;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: 1rem;
  }
}

.navbar-brand {
  line-height: 1;
  width: 210px;
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-brand {
    width: 220px;
    min-width: 170px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    width: 270px;
  }
}

.navbar-expand-md .navbar-nav .nav-item:last-child {
  position: relative;
}
.navbar-expand-md .navbar-nav .nav-item:last-child::before {
  content: "審査最短7日";
  width: 100px;
  border-bottom: solid 4px #FFE100;
  color: #E50012;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: -15px;
  left: calc(50% - 50px);
}

@media (max-width: 1130px) {
  .navbar-expand-md .navbar-nav .nav-item:last-child::before {
    width: 80px;
    font-size: 13px;
    top: -8px;
    left: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav {
    border-top: 1px solid #CCC;
    margin-top: .5rem;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child {
    position: static;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child a {
    color: #E50012;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child a::after {
    color: #222;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child::before {
    content: none;
  }
}

.navbar-expand-md .navbar-nav .nav-link {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    border-bottom: 1px solid #CCC;
    padding: 0.75rem 1rem;
    position: relative;
  }
  .navbar-expand-md .navbar-nav .nav-link::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -0.5em;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.25rem .75rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.navbar-toggler {
  padding: 1.25rem 0;
}

.icon-bar {
  position: relative;
  display: block;
  width: 1.5em;
  height: 3px;
  border-radius: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #4D4D4D;
}

.icon-bar::before, .icon-bar::after {
  width: 1.5em;
  height: 3px;
  border-radius: 2px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #4D4D4D;
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}

.icon-bar::after {
  top: 10px;
}

.navbar-toggler[aria-expanded='true'] .icon-bar {
  background-color: transparent;
}

.navbar-toggler[aria-expanded='true'] .icon-bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded='true'] .icon-bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded='true']::after {
  /*overlay*/
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

@media (min-width: 768px) {
  #global_nav .nav-link {
    position: relative;
  }
  #global_nav .nav-link::after {
    content: '';
    display: block;
    height: 1px;
    width: 0%;
    background: #009FE8;
    position: absolute;
    bottom: 0;
    left: 10%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  #global_nav .nav-link:hover::after {
    width: 80%;
  }
}

.home .gnav01 .nav-link,
.function .gnav02 .nav-link,
.manual .gnav03 .nav-link,
.news .gnav04 .nav-link,
.faq .gnav05 .nav-link,
.company .gnav06 .nav-link {
  color: #00418F;
}

.home .gnav01 .nav-link:hover,
.function .gnav02 .nav-link:hover,
.manual .gnav03 .nav-link:hover,
.news .gnav04 .nav-link:hover,
.faq .gnav05 .nav-link:hover,
.company .gnav06 .nav-link:hover {
  color: #009FE8;
}

/* Sub Nav */
.sub_nav {
  display: none;
}

@media (min-width: 768px) {
  .sub_nav {
    background-color: #DEF1FB;
    display: block;
  }
}

.sub_nav .nav-link {
  font-weight: 700;
  border-radius: 0;
}

@media (min-width: 768px) {
  .sub_nav .nav-link:hover, .sub_nav .nav-link:active {
    color: #FFF;
    background-color: #009FE8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.kids_school .gnav11 .nav-link,
.kids_sports .gnav12 .nav-link,
.otona_school .gnav13 .nav-link,
.subscription .gnav14 .nav-link {
  color: #00418F;
}

.kids_school .gnav11 .nav-link:hover, .kids_school .gnav11 .nav-link:active,
.kids_sports .gnav12 .nav-link:hover,
.kids_sports .gnav12 .nav-link:active,
.otona_school .gnav13 .nav-link:hover,
.otona_school .gnav13 .nav-link:active,
.subscription .gnav14 .nav-link:hover,
.subscription .gnav14 .nav-link:active {
  color: #FFF;
}

/* Image
-------------------------------------------------------------- */
.hero {
  width: 100%;
  margin-bottom: 1rem;
}

.hero .img_fit img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.home .slide {
  position: relative;
}

.home .slide img {
  width: 100%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.home .slide .hero_text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 8.2%;
  right: 0;
}

@media (min-width: 768px) {
  .home .slide .hero_text {
    background-color: #E50012;
    width: auto;
    top: 10%;
    right: 3.5%;
  }
}

@media (min-width: 768px) {
  .home .slide .md_bottom {
    top: auto;
    bottom: 10%;
  }
}

.home .slide .hero_logo {
  width: 42%;
  position: absolute;
  left: 29%;
  bottom: 6%;
}

@media (min-width: 768px) {
  .home .slide .hero_logo {
    width: 22%;
    left: 3.333%;
    bottom: auto;
    top: 14%;
  }
}

.home .slide .hero_text_left {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 62%;
  left: 0;
}

@media (min-width: 768px) {
  .home .slide .hero_text_left {
    width: 55%;
    top: 34%;
    left: 0;
  }
}

.lp .slide {
  position: relative;
}

.lp .slide img {
  width: 100%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.lp .slide .hero_logo {
  width: 86%;
  position: absolute;
  left: 7%;
  bottom: 4.5%;
}

@media (min-width: 768px) {
  .lp .slide .hero_logo {
    width: 36%;
    left: 6%;
    bottom: 15%;
  }
}

.lp .slide .hero_text_left {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 6%;
  left: 0;
}

@media (min-width: 768px) {
  .lp .slide .hero_text_left {
    width: 50%;
    top: 15%;
  }
}

.lp .slide .hero_text_right_top {
  width: 35%;
  position: absolute;
  top: 33%;
  right: 3%;
}

@media (min-width: 768px) {
  .lp .slide .hero_text_right_top {
    width: 22%;
    top: 5%;
    right: 1%;
  }
}

.lp .slide .hero_text_right_bottom {
  width: 35%;
  position: absolute;
  bottom: 17%;
  right: 3%;
}

@media (min-width: 768px) {
  .lp .slide .hero_text_right_bottom {
    width: 22%;
    bottom: 2.5%;
    right: 1.5%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider Customize */
.slick-loading .slick-list {
  background: #fff url("../img/hero/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.4;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  padding-right: 3px;
  z-index: 1;
  left: 10px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: "\e90e";
  opacity: 1;
}

[dir="rtl"] .slick-prev:before {
  content: "\e90e";
}

.slick-next {
  padding-left: 3px;
  right: 10px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: "\e90f";
  opacity: 1;
}

[dir="rtl"] .slick-next:before {
  content: "\e90f";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #009FE8;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #009FE8;
  opacity: 0.9;
}

/* lazyLoad ロード時に一瞬縦並びになる対策*/
.slider {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.slider.slick-initialized {
  opacity: 1;
}

/* Chrome UI */
.slick-slider * {
  outline: none !important;
}

/* Content
-------------------------------------------------------------- */
/* Typography */
h1,
h2,
h3,
h4,
.font_maru {
  font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 359.98px) {
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

p {
  line-height: 1.6;
}

.home .hero h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 7.2vw;
}

@media (min-width: 768px) {
  .home .hero h2 {
    font-size: 3.8vw;
    letter-spacing: -.01em;
  }
}

.home .hero .letter_narrow {
  letter-spacing: -.2em;
}

.home .hero .kantan {
  color: #FFF;
  font-size: 7.3vw;
  line-height: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .home .hero .kantan {
    font-size: 2.3vw;
    line-height: 1.15;
    padding: 10px 15px;
  }
  .home .hero .kantan span {
    font-size: 4.5vw;
  }
}

.home .hero p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 6vw;
  line-height: 1.4;
  font-weight: 600;
}

@media (min-width: 768px) {
  .home .hero p {
    font-size: 3vw;
    margin-top: 1em;
  }
}

.home .hero .text_blue,
.home .hero .text_green,
.home .hero .text_red,
.home .hero .text_orange {
  font-weight: 800;
  color: #009FE8;
  border-bottom: 3px solid #009FE8;
  padding-bottom: .1em;
}

@media (max-width: 767.98px) {
  .home .hero .text_blue,
  .home .hero .text_green,
  .home .hero .text_red,
  .home .hero .text_orange {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .home .hero .text_blue,
  .home .hero .text_green,
  .home .hero .text_red,
  .home .hero .text_orange {
    border-bottom: none;
  }
}

.home .hero .text_green {
  color: #009844;
  border-bottom: 3px solid #009844;
}

@media (min-width: 768px) {
  .home .hero .text_green {
    border-bottom: none;
  }
}

.home .hero .text_red {
  color: #E50012;
  border-bottom: 3px solid #E50012;
}

@media (min-width: 768px) {
  .home .hero .text_red {
    border-bottom: none;
  }
}

.home .hero .text_orange {
  color: #ED7700;
  border-bottom: 3px solid #ED7700;
}

@media (min-width: 768px) {
  .home .hero .text_orange {
    border-bottom: none;
  }
}

.lp .hero h1,
.lp .hero h2 {
  font-size: 6vw;
  margin-bottom: .8em;
}

@media (min-width: 768px) {
  .lp .hero h1,
  .lp .hero h2 {
    font-size: 2.8vw;
    margin-bottom: 1em;
  }
}

.lp .hero .letter_narrow {
  letter-spacing: -.2em;
}

.lp .hero p {
  font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 6.5vw;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lp .hero p {
    font-size: 3.1vw;
  }
}

.lp .hero .bg_navy,
.lp .hero .bg_green,
.lp .hero .bg_red,
.lp .hero .bg_orange {
  color: #FFF;
  background-color: #00418F;
  display: inline-block;
  border-radius: 100vh;
  padding: .25em 1em;
}

.lp .hero .bg_green {
  background-color: #009844;
}

.lp .hero .bg_red {
  background-color: #E50012;
}

.lp .hero .bg_orange {
  background-color: #ED7700;
}

#content .section_ttl,
#content .h2_blue {
  color: #009FE8;
  text-align: center;
  margin-bottom: 1.5rem;
}

#content .h2_bg_red {
  color: #FFF;
  background-color: #E50012;
  text-align: center;
  padding: .25em .25em .25em .75em;
  margin-bottom: 1.5rem;
}

@media (min-width: 480px) {
  #content .h2_bg_red {
    padding: .25em .75em .25em 1.25em;
  }
}

#content .section_ttl {
  color: #009FE8;
  text-align: center;
  margin-bottom: 1.5rem;
}

#content .bg_zero h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 768px) {
  #content .bg_zero h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (min-width: 992px) {
  #content .bg_zero h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#content .bg_zero h2 .en {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 768px) {
  #content .bg_zero h2 .en {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media (min-width: 992px) {
  #content .bg_zero h2 .en {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#content h4.faq_q {
  position: relative;
  padding-left: 2.5rem;
}

#content h4.faq_q::before {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #008BD5;
  font-size: 30px;
  font-size: 1.875rem;
  content: "Q.";
  line-height: 1;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}

#content .lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  #content .lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  #content .lead_letter_narrow {
    letter-spacing: -.15em;
  }
}

@media (min-width: 992px) {
  #content .lead_letter_narrow {
    letter-spacing: -.1em;
  }
}

#content p.panda_plate {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .75em;
}

@media (min-width: 768px) {
  #content p.panda_plate {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 992px) {
  #content p.panda_plate {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#content p.transform5 {
  -webkit-transform: rotateZ(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotateZ(-5deg);
  bottom: 1em;
}

#content p.date {
  color: #008BD5;
  font-weight: 500;
  margin-bottom: 0;
}

#content p.faq_a {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}

#content p.faq_a::before {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #E50012;
  font-size: 30px;
  font-size: 1.875rem;
  content: "A.";
  line-height: 1;
  vertical-align: bottom;
  padding-left: .1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.faq #content p.faq_a::before {
  top: -.15em;
}

@media (min-width: 768px) {
  #content .p_entry {
    line-height: 3.2em;
  }
}

#content .text_blue {
  color: #009FE8;
}

#content .text_blue2 {
  color: #008BD5;
}

#content .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #FFE100));
  background: -webkit-linear-gradient(transparent 80%, #FFE100 0%);
  background: -o-linear-gradient(transparent 80%, #FFE100 0%);
  background: linear-gradient(transparent 80%, #FFE100 0%);
  display: inline-block;
  padding-left: .5em;
  padding-right: .5em;
}

#content .marker2 {
  text-decoration: underline #FFE100;
  text-decoration-thickness: 10px;
}

@media (min-width: 992px) {
  #content .text_voice {
    font-size: 26px;
    font-size: 1.625rem;
    height:123px;
  }
}

@media (min-width: 992px) {
  #content .text_18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  #content .text_20 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#content .text_lato {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

#content .bg_purple {
  color: #FFF;
  background-color: #8377B4;
  display: inline-block;
  padding: .25em 1em;
}

#content .bg_pink {
  color: #FFF;
  background-color: #EB6D73;
  display: inline-block;
  padding: .25em 1em;
}

#content .bg_orange {
  color: #FFF;
  background-color: #ED7700;
  display: inline-block;
  padding: .25em 1em;
}

#content .bg_green {
  color: #FFF;
  background-color: #009844;
  display: inline-block;
  padding: .25em 1em;
}

#content .bg_blue {
  color: #FFF;
  background-color: #009FE8;
  display: inline-block;
  padding: .25em 1em;
}

#content .bg_blue_circle {
  color: #FFF;
  background-color: #009FE8;
  display: inline-block;
  padding: .25em 1em;
  border-radius: 100vh;
}

#content .award {
  background-image: url(../img/company/award.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
  padding-top: 3.25em;
  padding-bottom: 2.75em;
  margin-bottom: 2rem;
}

#content .mt20 {
  margin-top: 20px;
}

/* List */
ul.circle {
  font-weight: 500;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

ul.circle li {
  margin-bottom: .4em;
}

ul.circle li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #009FE8;
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

ul.circle_inline {
  font-weight: 500;
  margin-bottom: 1rem;
}

ul.circle_inline li {
  display: inline-block;
  margin-bottom: .4em;
  margin-right: .75em;
}

ul.circle_inline li::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #008BD5;
  margin-right: 0.1em;
  vertical-align: -0.075em;
}

.border_box_blue_nen ul.circle_inline {
  max-width: 14em;
}

ul.circle_mini {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0;
}

ul.circle_mini li::before {
  content: "・";
  margin-right: 0.2em;
}

.privacy ul.circle_mini li {
  margin-bottom: .4em;
}

ul.circle_style {
  list-style-type: circle;
  padding-left: 2em;
}

ol.li_margin > li {
  margin-bottom: 1em;
}

/* Button */
.btn {
  border-radius: 0;
  font-weight: 500;
  padding: 0.25rem 1rem;
}

@media (min-width: 360px) {
  .btn {
    padding: 0.25rem 1.5rem;
  }
}

.btn_angle_right {
  position: relative;
  padding-left: 2rem;
  padding-right: 3rem;
}

.btn_angle_right::after {
  color: #FFE100;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 1.75em;
  margin-top: -0.45em;
}

.btn_angle_left {
  position: relative;
  padding-left: 3rem;
  padding-right: 2rem;
}

.btn_angle_left::before {
  color: #FFE100;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 1.75em;
  margin-top: -0.45em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #4cbcef;
  border-color: #4cbcef;
}

.contact .btn-primary {
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .contact .btn-primary {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  background-color: #ffea4c;
  border-color: #ffea4c;
}

/* manual */
.card-header .btn {
  text-decoration: none;
  padding: .5em 2em .5em 2.25em;
  margin-bottom: 0;
}

.card-header .btn:hover {
  text-decoration: none;
  background-color: #DEF1FB;
}

.card-header .btn::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  top: .75em;
  left: 1em;
}

.card-header .btn[aria-expanded="false"]:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #009FE8;
  position: absolute;
  top: .75em;
  right: .75em;
}

.card-header .btn[aria-expanded="true"] {
  background-color: #DEF1FB;
}

.card-header .btn[aria-expanded="true"]:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #009FE8;
  position: absolute;
  top: .75em;
  right: .75em;
}

/* faq */
.card-header .faq_q {
  text-decoration: none;
  padding: .5em 2em .5em 50px;
}

.card-header .faq_q::before {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700;
  color: #008BD5;
  font-size: 30px;
  font-size: 1.875rem;
  content: "Q.";
  line-height: 1;
  vertical-align: bottom;
  position: absolute;
  top: 8px;
  left: 10px;
}

/* Table */
table th,
table td {
  line-height: 1.6;
  padding: 10px;
}

table th {
  font-weight: 500;
  white-space: nowrap;
}

/* normal */
.table_normal th {
  border: 1px solid #777;
  background-color: #F2F2F2;
}

.table_normal td {
  border: 1px solid #777;
  background-color: #FFF;
}

/* vertical */
.table_vertical th {
  display: block;
  text-align: left;
  border: 1px solid #777;
  border-bottom: none;
  background-color: #FAFAFA;
}

.table_vertical td {
  display: block;
  border: 1px solid #777;
  border-bottom: none;
}

.table_vertical tr:last-child td {
  border-bottom: 1px solid #777;
}

@media (min-width: 768px) {
  .table_vertical th,
  .table_vertical td {
    display: table-cell;
    border: 1px solid #777;
  }
}

/* vertical horizontal line   company */
.table_vertical_horizontal_line th {
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #777;
  padding-bottom: 2px;
}

.table_vertical_horizontal_line td {
  display: block;
  padding-top: 2px;
}

.table_vertical_horizontal_line tr:last-child td {
  border-bottom: 1px solid #777;
}

.table_vertical_horizontal_line a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .table_vertical_horizontal_line th,
  .table_vertical_horizontal_line td {
    display: table-cell;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 10px 30px;
  }
}

@media (min-width: 992px) {
  .table_vertical_horizontal_line th,
  .table_vertical_horizontal_line td {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* table privacy */
.table_privacy caption {
  caption-side: top;
  padding-bottom: .25rem;
}

.table_privacy th {
  display: block;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #CCC;
  background-color: rgba(0, 159, 255, 0.1);
}

.table_privacy td {
  display: block;
}

.table_privacy tr:last-child td {
  border-bottom: 1px solid #CCC;
}

@media (min-width: 768px) {
  .table_privacy th,
  .table_privacy td {
    display: table-cell;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 30px;
  }
  .table_privacy th {
    width: 19em;
  }
}

@media (min-width: 992px) {
  .table_privacy th,
  .table_privacy td {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.table_privacy a {
  color: #009FE8;
  position: relative;
  padding-left: 2em;
}

.table_privacy a::before {
  color: #222;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 1.5em;
  position: absolute;
  top: -.15em;
  left: 0;
}

.table_privacy a:hover {
  text-decoration: underline;
}

/* Images */
figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 992px) {
  figure figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
}

.max_width {
  max-width: 400px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .max_width {
    max-width: none;
  }
}

.img_voice {
  max-width: 244px;
  margin: .5rem auto !important;
}
.img_voice img {
  height: 244px;
}
.img_voice figcaption {
  height: 85px;
}

@media (min-width: 768px) {
  .voice .img_voice {
    max-width: 260px;
  }
}

@media (min-width: 992px) {
  .voice .img_voice {
    max-width: 280px;
  }
}
.voice .img_voice img {
  height: unset;
}
.voice .img_voice figcaption {
  height: unset;
}

.img_privacy {
  max-width: 200px;
  margin: .5rem auto !important;
}

.img_function {
  max-width: 120px;
  margin: 1rem auto !important;
}

@media (min-width: 992px) {
  .img_flow {
    min-width: 220px;
  }
}

.img_flow figcaption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .img_flow figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .img_flow figcaption {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.img_maysee {
  max-width: 120px;
  margin: 1rem auto;
}

.img_award {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.img_award img {
  height: 150px;
  object-fit: contain;
}

.img_member {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

/* Animation */
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Content etc. ------------------- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section .container p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .page .section {
    padding-bottom: 4rem;
  }
}

.page article section:first-child .section {
  padding-top: 2rem;
}

.bg_light_blue {
  background-color: #DEF1FB;
}

.bg_zero {
  text-align: center;
  width: 100%;
  background: url(../img/top/bg_zero_l.svg) no-repeat top left -60%, url(../img/top/bg_zero_r.svg) no-repeat bottom right -30%;
  background-size: 65%;
  position: relative;
}

.bg_zero::before {
  content: '';
  background: #009FE8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 576px) {
  .bg_zero {
    background: url(../img/top/bg_zero_l.svg) no-repeat top left -30%, url(../img/top/bg_zero_r.svg) no-repeat bottom right -20%;
    background-size: 50%;
  }
}

@media (min-width: 768px) {
  .bg_zero {
    background: url(../img/top/bg_zero_l.svg) no-repeat top left -15%, url(../img/top/bg_zero_r.svg) no-repeat bottom right -10%;
    background-size: 40%;
  }
}

@media (min-width: 992px) {
  .bg_zero {
    background: url(../img/top/bg_zero_l_panda.svg) no-repeat top left calc(50% - 440px), url(../img/top/bg_zero_r.svg) no-repeat bottom right calc(50% - 250px);
    background-size: 410px 410px;
  }
}

@media (min-width: 1200px) {
  .bg_zero {
    background: url(../img/top/bg_zero_l_panda.svg) no-repeat top left calc(50% - 530px), url(../img/top/bg_zero_r.svg) no-repeat bottom right calc(50% - 300px);
    background-size: 420px 420px;
  }
}

.border_box {
  border: 1px solid #FFF;
  padding: 15px;
  margin-bottom: 2rem;
}

.border_box p:last-child,
.border_box ul:last-child,
.border_box figure {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.border_box_blue {
  background-color: #FFF;
  border: 5px solid #009FE8;
  border-radius: 20px;
}

.advantage1,
.advantage2,
.advantage3,
.advantage4,
.advantage5 {
  background-image: url(../img/top/advantage1.svg);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 100px 100px;
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .home .advantage1, .home
  .advantage2, .home
  .advantage3, .home
  .advantage4, .home
  .advantage5 {
    border: none;
  }
}

.lp .advantage1, .lp
.advantage2, .lp
.advantage3, .lp
.advantage4, .lp
.advantage5 {
  border: 3px solid #009FE8;
}

.advantage2 {
  background-image: url(../img/top/advantage2.svg);
}

.advantage3 {
  background-image: url(../img/top/advantage3.svg);
}

.advantage4 {
  background-image: url(../img/top/advantage4.svg);
}

.advantage5 {
  background-image: url(../img/top/advantage5.svg);
  margin-bottom: 0;
}

.border_box_blue_nen {
  background-color: #FFF;
  border: 5px solid #009FE8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.border_box_privacy {
  background-color: #FFF;
  border: 3px solid #009FE8;
  max-width: 34rem;
  margin: 1rem auto 2rem auto;
}

@media (min-width: 768px) {
  .h_100 {
    height: calc(100% - 30px);
  }
}

.border_box_flow {
  background-color: #FFF;
  border: 3px solid #009FE8;
  border-radius: 0.5rem;
  padding: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box_flow {
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  .border_box_flow {
    padding: 15px;
  }
}

.border_box_entry {
  background-color: #FFF;
  border: 3px solid #E50012;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .border_box_entry {
    padding: 10px 5px;
  }
}

@media (min-width: 992px) {
  .border_box_entry {
    padding: 15px;
  }
}

.border_rounded {
  line-height: 94px;
  background-color: #FFF;
  text-align: center;
  display: inline-block;
  border: 3px solid #009FE8;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.link_box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.link_box a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.link_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

@media (min-width: 1200px) {
  #content .container {
    max-width: 960px;
  }
}

.page #content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page #content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.company #content {
  margin-top: 0;
}

/* Top lead */
.lead_box {
  background: #54c3f1;
  background: -webkit-linear-gradient(305deg, #54c3f1 0%, #004ea2 100%);
  background: -o-linear-gradient(305deg, #54c3f1 0%, #004ea2 100%);
  background: linear-gradient(145deg, #54c3f1 0%, #004ea2 100%);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .lead_box {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

/* Top banner */
.zero {
  background-image: url(../img/top/zero_panda.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(100%*100/200);
}

@media (min-width: 480px) {
  .zero {
    width: 400px;
    height: 200px;
    padding-bottom: 0;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .zero {
    background-image: none;
    display: inline-block;
    width: 168px;
    height: 0;
    margin: 0;
    position: relative;
  }
  .zero::before {
    content: '';
    background-image: url(../img/top/zero.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 168px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
}

/* Top Pandatoha */
.panda_plate1,
.panda_plate2,
.panda_plate3 {
  background-image: url(../img/top/panda_plate1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .panda_plate1,
  .panda_plate2,
  .panda_plate3 {
    width: 100%;
    height: 0;
    padding-bottom: calc(100%*100/100);
  }
}

.panda_plate2 {
  background-image: url(../img/top/panda_plate2.svg);
}

.panda_plate3 {
  background-image: url(../img/top/panda_plate3.svg);
}

/* Page ------------------- */
/* manual */
.card {
  border: 1px solid rgba(0, 0, 0, 0);
}

.card-body {
  padding: 0;
  padding-top: 1rem;
}

.manual .card-body {
  text-align: center;
}

.faq .card-body {
  padding-left: .75rem;
}

.card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* company */
.company_top {
  position: relative;
}

@media (max-width: 991.98px) {
  .company_top {
    padding-left: 0;
    padding-right: 0;
  }
}

.company_copy {
  position: absolute;
  top: 15%;
  left: 5%;
}

.company_copy span {
  margin-left: 1em;
}

@media (min-width: 768px) {
  .company_copy {
    left: 8%;
  }
}

/* LP flow */
.flow_box {
  max-width: 460px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .flow_box {
    max-width: none;
  }
}

.flow1 {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .flow1 {
    margin-bottom: 0;
  }
}

.flow1::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #009FE8;
  font-size: 50px;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -50px;
}

@media (min-width: 768px) {
  .flow1::after {
    content: "\e906";
    left: calc(100% + 5px);
    bottom: calc(50% - .5em);
  }
}

.flow2 {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .flow2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .flow2 {
    margin-bottom: 30px;
  }
}

.flow2::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #009FE8;
  font-size: 50px;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -50px;
}

@media (min-width: 768px) {
  .flow2::after {
    left: 23%;
  }
}

@media (min-width: 992px) {
  .flow2::after {
    left: 17%;
    bottom: -15px;
  }
}

.flow3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .flow3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.flow3::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #009FE8;
  font-size: 50px;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -60px;
}

@media (min-width: 768px) {
  .flow3::after {
    content: "\e905";
    left: -58px;
    bottom: calc(50% - .5em);
  }
}

/* LP price */
.border_b_r {
  border-bottom: 2px solid #333;
}

@media (min-width: 768px) {
  .border_b_r {
    border-bottom: none;
    border-right: 2px solid #333;
  }
}

.zeroen {
  display: inline-block;
  width: 2.5em;
  height: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 360px) {
  .zeroen {
    width: 3em;
  }
}

.zeroen::before {
  content: '';
  background-image: url(../img/lp/zero.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media (min-width: 360px) {
  .zeroen::before {
    width: 3em;
    height: 3em;
  }
}

/* LP entry */
.flow_entry {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .flow_entry {
    margin-bottom: 0;
  }
}

.flow_entry::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #E50012;
  font-size: 40px;
  position: absolute;
  left: calc(50% - .5em);
  bottom: -45px;
}

@media (min-width: 768px) {
  .flow_entry::after {
    content: "\e906";
    font-size: 20px;
    left: calc(100% + 5px);
    bottom: calc(50% - .5em);
  }
}

.news_box .news_article {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home .news_box .news_article:first-child {
  border-top: none;
  padding-top: 0;
}

.news_box .news_article:last-child {
  padding-bottom: 0;
}

.news_box a {
  color: #008BD5;
}

.news_box a:hover {
  text-decoration: underline;
}

/* Form
-------------------------------------------------------------- */
.form_box {
  padding-left: 10px;
  padding-right: 10px;
}

.form_box .form-group {
  border-bottom: 1px solid #CCC;
  margin-bottom: 0;
}

.form_box label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.form_box label + [class*="col-"] {
  padding-bottom: .5rem;
}

.form_box a {
  color: #009FE8;
}

.form_box a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .form_box label {
    background-color: rgba(0, 159, 255, 0.1);
  }
  .form_box [class*="col-"] {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home .form-control,
.lp .form-control {
  border: 2px solid #777;
}

.home .form-control:focus,
.lp .form-control:focus {
  border-color: #69d0ff;
}

@media (min-width: 768px) {
  .arrow_entry {
    position: relative;
    margin-left: 2.5em;
  }
  .arrow_entry::after {
    content: '';
    background-image: url(../img/lp/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    bottom: -10px;
    left: -2.25em;
  }
}

@media (min-width: 992px) {
  .arrow_entry {
    margin-left: 6em;
  }
  .arrow_entry::after {
    left: -2.5em;
  }
}

/* page_top
-------------------------------------------------------------- */
.page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 360px) {
  .page_top {
    bottom: 65px;
  }
}

@media (min-width: 768px) {
  .page_top {
    width: 50px;
    height: 50px;
    bottom: 70px;
  }
}

@media (min-width: 992px) {
  .page_top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 80px;
  }
}

.page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.page_top a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .page_top a {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .page_top a {
    width: 60px;
    height: 60px;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  text-align: center;
  background-color: #DEF1FB;
  padding: 2rem 0 4rem 0;
}

@media (min-width: 768px) {
  .footer_container {
    padding: 2rem 0 80px 0;
  }
}

@media (min-width: 992px) {
  .footer_container {
    padding: 50px 0 100px 0;
  }
}

.footer_container img {
  width: 210px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer_container img {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .footer_container img {
    width: 270px;
  }
}

.footer_nav {
  margin-top: 2rem;
}

.footer_nav li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 1rem;
  margin-right: 1rem;
  margin-bottom: .25rem;
  position: relative;
}

.footer_nav li:last-child {
  margin-right: 0;
}

.footer_nav li:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  color: #009FE8;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.fixed-bottom {
  background-color: #FFF;
  -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 0;
  z-index: 100;
}

.fixed_nav .nav-link {
  color: #FFF;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 0.5rem;
}

@media (min-width: 360px) {
  .fixed_nav .nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.5rem .75rem;
  }
}

@media (min-width: 480px) {
  .fixed_nav .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .fixed_nav .nav-link {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .fixed_nav .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .fixed_nav .nav-link {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fixed_nav li:nth-child(1) .nav-link {
  background-color: #E50012;
  margin-right: .5rem;
}

.fixed_nav li:nth-child(1) .nav-link:hover {
  background-color: #ff4d6d;
}

.fixed_nav li:nth-child(2) .nav-link {
  background-color: #5BB431;
}

.fixed_nav li:nth-child(2) .nav-link:hover {
  background-color: #8cca6f;
}

#info {
  text-align: center;
  background: #fff;
  margin-top:12px;
  margin-bottom:2px;
  height: 25px;
}
#info p{
  font-size: 16px;
  margin: 0;
  display: none;
}
#info p a{
  color: #008BD5;
}

/*------------------------------------------------------------
	applyBtn
------------------------------------------------------------*/
#content .section .applyBtn {
	margin: 48px 0 66px;
	text-align: center;
}

#content .section .applyBtn a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#content .section .contact {
	margin: 0 auto;
	width: 100%;
	padding: 5px;
	background-color: #ACDC00;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

#content .section .contact .title {
	margin: 10px 16px 14px;
	text-align: left;
}

#content .section .contact .inner {
	padding: 16px 25px;
	background-color: #FFF;
	-webkit-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
}

#content .section .contact .inner p {
	margin-bottom: 0;
	font-size: 1em;
}

#content .section .contact .inner .tel {
	margin: 30px 14px 0;
}

#content .section .contact .inner .photo {
	margin-top: -174px;
	text-align: right;
}

/* リンク */
#content .section #main a {
	color: #008BD5;
	text-decoration: underline;
}

#content .section #main a:hover {
	text-decoration: none;
}

.agreement {
  border: 1px solid #999;
  padding: 4px 8px;
  overflow-y: scroll;
  font-size: 1rem;
  margin: 10px;
  text-align: left;
}

#content .triangle-down { /* 下向き三角形 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #009FE8 transparent transparent transparent;
  margin: auto;
}

/* recaptcha関係 */
.section .container .recaptcha-text {
  text-align: right;
  font-size: 0.8rem;
}

.section .container .recaptcha-text a {
  color: #008BD5;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1200px) {
  .container, .container-s1, .container-s2, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-wrap: wrap;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    flex-wrap: nowrap;
  }
}
