@charset "UTF-8";
/**
Template Name: FUNRATE
Author: VALUEPAGE Inc.
=============
aaaaaaaaa
============= */
.main-color {
  color: #0FB2F2;
}

.bg-main-color {
  background-color: #0FB2F2;
}

.sub-color {
  color: #00BCD4;
}

.bg-sub-color {
  background-color: #00BCD4;
}

.key-color {
  color: #91F2E9;
}

.bg-key-color {
  background-color: #91F2E9;
}

.main-color-100 {
  color: #58c9f6;
}

.bg-main-color-100 {
  background-color: #58c9f6;
}

.main-color-200 {
  color: #3fc2f5;
}

.bg-main-color-200 {
  background-color: #3fc2f5;
}

.main-color-300 {
  color: #097eab;
}

.bg-main-color-300 {
  background-color: #097eab;
}

.main-color-400 {
  color: #086c93;
}

.bg-main-color-400 {
  background-color: #086c93;
}

.main-color-500 {
  color: #075a7b;
}

.bg-main-color-500 {
  background-color: #075a7b;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body {
  color: #333238;
  font-family: Meiryo, メイリオ, 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "PT Sans", "Lucida Grande", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}

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

.image.fit {
  width: 100%;
  box-sizing: content-box;
}

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

figure {
  margin: 0;
}

iframe {
  width: 100%;
  height: 300px;
  border: none;
}

a {
  color: #333238;
  background: transparent;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
a img {
  transition: 0.3s ease-in-out;
}

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

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin: 0;
  text-align: justify;
}

dd {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.border {
  border: 5px solid #0FB2F2;
}
.border-bottom {
  border-bottom: 5px solid #0FB2F2;
}
.border-left {
  border-left: 5px solid #0FB2F2;
}
.border-top {
  border-top: 5px solid #0FB2F2;
}

.font-normal {
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.font-oblique {
  font-style: oblique;
}
.font-initial {
  font-style: initial;
}
.font-inherit {
  font-style: inherit;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26 {
  font-size: 26px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-13 {
  font-size: 13px;
}

.f-15 {
  font-size: 15px;
}

.f-w-100 {
  font-weight: 100;
}

.f-w-200 {
  font-weight: 200;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.b-radius-0 {
  border-radius: 0px;
}

.b-radius-5 {
  border-radius: 5px;
}

.b-radius-10 {
  border-radius: 10px;
}

.b-radius-15 {
  border-radius: 15px;
}

.b-radius-20 {
  border-radius: 20px;
}

.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}

.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.ml0 {
  margin-left: 0px;
}
.mr0 {
  margin-right: 0px;
}

.p5 {
  padding: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}

.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}

.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}

.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}

.p15 {
  padding: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}

.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mr15 {
  margin-right: 15px;
}

.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}

.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}

.p25 {
  padding: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pr25 {
  padding-right: 25px;
}

.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}

.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}

.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}

.p35 {
  padding: 35px;
}
.pt35 {
  padding-top: 35px;
}
.pb35 {
  padding-bottom: 35px;
}
.pl35 {
  padding-left: 35px;
}
.pr35 {
  padding-right: 35px;
}

.m35 {
  margin: 35px;
}
.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}
.ml35 {
  margin-left: 35px;
}
.mr35 {
  margin-right: 35px;
}

.p40 {
  padding: 40px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}

.m40 {
  margin: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}

.documents {
  margin-top: 40px;
}

.documents-under {
  margin-bottom: 40px;
}

.documents.lg-h {
  margin-top: 40px;
}

.documents-under.lg-h {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.z100 {
  z-index: 100;
}

.sns-icon {
  height: 35px;
  width: 35px;
}

.tel-number {
  font-family: Trebuchet MS;
  line-height: 1;
}

.sp-mt15 {
  margin-top: 15px;
}

.sp-none {
  display: none;
}

.pc-none {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .documents.lg-h {
    margin-top: 60px;
  }
  .documents-under.lg-h {
    margin-bottom: 60px;
  }
  .sp-mt15 {
    margin-top: 0;
  }
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .documents.lg-h {
    margin-top: 80px;
  }
  .documents-under.lg-h {
    margin-bottom: 80px;
  }
}
.ls0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: -1px;
}

.bg-wrap.open-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(120, 120, 120, 0.8);
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  z-index: 99;
}

#header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 100;
  transition: all 0.3s;
}

.header-sub-block {
  border-bottom: 1px solid #efefef;
}

#header.smaller {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
  height: 70px;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s;
  -webkit-animation: headeranimation 0.5s;
          animation: headeranimation 0.5s;
}

@-webkit-keyframes headeranimation {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headeranimation {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
#header:hover {
  background-color: #0FB2F2;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}

#header:hover a {
  color: #FFFFFF;
}

#header #pc-menu li a:hover {
  color: #91F2E9;
}

#header #pc-menu li .sub-menu-before a {
  color: #333333;
}

#header .header-sub-menu ul li {
  margin-left: 20px;
}

#gnav {
  position: relative;
  height: auto;
  padding: 20px 12px;
  transition: all 0.3s;
}

#header.smaller #gnav {
  padding: 0 12px;
  transition: all 0.3s;
}

#header.smaller .header-menu-right {
  margin-top: 15px;
  transition: all 0.3s;
}

.header-logo {
  height: 35px;
  width: 250px;
}

.header-logo .cls-1 {
  fill: #0fb2f2;
}

.header-logo .cls-2 {
  fill: #0f88f2;
}

#header:hover .header-logo .cls-1,
#header:hover .header-logo .cls-2 {
  fill: #FFFFFF;
  transition: 0.1s ease-in-out;
}

#pc-menu li {
  font-size: 14px;
}

#pc-menu li.menu-item:first-child {
  margin-left: 20px;
}

.global-nav-link {
  cursor: pointer;
  padding: 15px;
}

.global-nav-link.withchild::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  border: solid #333;
  border-width: 0 0.5px 0.5px 0;
  display: inline-block;
  margin: 0 auto;
  padding: 2px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  transition: all 0.1s linear;
}

#pc-menu li:hover .global-nav-link.withchild::after {
  transform: rotate(-135deg);
  top: 27px;
  border: solid #91F2E9;
  border-width: 0 0.5px 0.5px 0;
}

#pc-menu a.withchild:hover {
  opacity: 1;
}

#header:hover .global-nav-link.withchild::after {
  border: solid #FFFFFF;
  border-width: 0 0.5px 0.5px 0;
}

#pc-menu .global-nav .sub-menu-before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 800px;
  height: auto;
  padding-top: 25px;
  opacity: 0;
  pointer-events: none;
  align-items: flex-start;
  display: none;
  z-index: 100;
}

#pc-menu .global-nav ul li:hover .sub-menu-before {
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  display: flex;
}

.hide-sub-menu {
  -webkit-animation: sub-menu-hide 0.3s forwards;
  animation: sub-menu-hide 0.3s forwards;
}

#pc-menu .global-nav ul .sub-menu-before .sub-menu {
  color: #333;
  display: block;
  width: 800px;
  padding: 30px;
  background-color: #FFFFFF;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#pc-menu li:hover .global-nav-link.withchild::before {
  opacity: 0;
}

#pc-menu li:hover .global-nav-link.withchild::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-animation: sub-menu-show 0.3s forwards;
  animation: sub-menu-show 0.3s forwards;
  display: flex;
}

@-webkit-keyframes sub-menu-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  90% {
    pointer-events: initial;
  }
  100% {
    opacity: 1;
    pointer-events: initial;
  }
}

@keyframes sub-menu-show {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  90% {
    pointer-events: initial;
  }
  100% {
    opacity: 1;
    pointer-events: initial;
  }
}
@-webkit-keyframes sub-menu-hide {
  0% {
    opacity: 1;
    pointer-events: none;
  }
  10% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes sub-menu-hide {
  0% {
    opacity: 1;
    pointer-events: none;
  }
  10% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.sub-menu-line {
  border-bottom: 3px solid #efefef;
}

a.sub-menu-link {
  position: relative;
  color: #333;
}

.sub-menu-linktext::before {
  content: "";
  margin: 0 auto;
  position: relative;
  top: -2px;
  left: 0;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  margin-right: 10px;
  transform: rotate(-45deg);
  transition: all 0.15s linear;
}

.sub-menu-icon-bg {
  background-color: #efefef;
  padding: 5px 15px;
}

.sub-menu-icon {
  width: 45px;
}

.main-btn.global-btn {
  padding: 0 1rem;
  font-size: 15px;
  min-width: 150px;
}

#header:hover .main-btn.global-btn {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0FB2F2;
}

#header:hover .main-btn.global-btn:hover {
  color: #FFFFFF;
}

#header:hover .main-btn.global-btn::before {
  background: #0FB2F2;
}

.mr7 {
  margin-right: 7px;
}

#header #pc-menu,
.header-menu-right,
.sub-nav-link {
  display: none;
}

.sp-nav-wrap {
  display: block;
}

#nav-toggle {
  cursor: pointer;
  height: 28px;
  width: 40px;
  display: none;
  float: right;
  padding: 0 4px;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6c757d;
  transition: 0.35s ease-in-out;
}

#nav-toggle {
  display: block;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
}

#nav-toggle span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-315deg);
}

.accordion {
  width: 100%;
  height: 28px;
  line-height: 50px;
  color: #6c757d;
  background-color: #fff;
  display: block;
  cursor: pointer;
}

#toggle {
  z-index: 9999;
  padding: 10px 0 10px 10px;
  width: 280px;
  position: absolute;
  top: 76px;
  right: -15px;
  display: none;
  height: calc(100vh - 110px);
  background-color: #edf2f9;
  box-shadow: 0px 0px 15px -6px #777777;
  border-radius: 10px 0 0 10px;
}

#sp-menu {
  max-height: calc(100vh - 131px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#sp-menu::-webkit-scrollbar {
  display: none;
}

#toggle.block {
  display: block;
}

#toggle ul {
  margin: 0;
}

#toggle a {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #333238 !important;
}

#toggle .sub-menu {
  display: none;
}

#toggle .sub-menu a {
  height: 50px;
  padding: 0;
  padding-left: 30px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}

#toggle .sub-menu .sub-menu a {
  padding-left: 40px;
  font-size: 12px;
}

#sp-menu .global-nav ul#menu-main-menu > li {
  background-color: #fff;
}

#sp-menu .global-nav ul#menu-main-menu li.sp-menu-open {
  position: relative;
}

#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon {
  margin-top: 0;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
}

#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid #6c757d;
  border-right: 2px solid #6c757d;
  transform: rotate(135deg);
  transition: all 0.3s;
}

#sp-menu .global-nav ul#menu-main-menu > li .accordion_icon.sp-menu-close::after {
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.header-sub-menu {
  display: none;
}

#header.smaller #gnav {
  padding: 15px 12px;
  transition: all 0.3s;
}

#header.smaller #toggle {
  top: 70px;
  height: calc(100vh - 70px);
}

#header.smaller #sp-menu {
  max-height: calc(100vh - 90px);
}

#header:hover .accordion {
  background-color: #0FB2F2;
  color: #fff;
  transition: 0.3s ease-in-out;
}

#header:hover #nav-toggle span {
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .header-sub-menu {
    display: block;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #pc-menu,
.header-menu-right,
.sub-nav-link {
    display: block;
  }
  .sp-nav-wrap {
    display: none;
  }
  #header.smaller #gnav {
    padding: 0 12px;
  }
}
.footer {
  padding-bottom: 20px;
}

.footer-logo img {
  height: 35px;
}

.footer-privacy-box li {
  margin-right: 40px;
}

@media print, screen and (max-width: 576px) {
  .footer ul li:last-child {
    padding-bottom: 0px;
  }
}
.headline-h3 {
  border-left: 5px solid #0FB2F2;
  padding-left: 20px;
}

.main-btn {
  overflow: hidden;
  padding: 0 1.5rem;
  color: #FFFFFF;
  border-radius: 0;
  background: #0FB2F2;
  position: relative;
  border: 1px solid #0FB2F2;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  transition: all 0.3s;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}

.main-btn span {
  position: relative;
}

.main-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-100%);
  background: #FFFFFF;
}

.main-btn:hover {
  color: #0FB2F2;
  opacity: 1;
}

.main-btn:hover:before {
  transform: translateX(0%);
}

.main-btn.white-btn {
  background: #FFFFFF;
  color: #0FB2F2;
}

.main-btn.white-btn:hover {
  color: #FFFFFF;
}

.main-btn.white-btn::before {
  background: #0FB2F2;
}

.main-btn.orange-btn {
  background: #FF8C00;
  border: 1px solid #FF8C00;
}

.main-btn.orange-btn:hover {
  color: #FF8C00;
}

.sub-btn {
  background: #91F2E9;
  border: 1px solid #91F2E9;
}

.main-btn.sub-btn:hover {
  color: #91F2E9;
  opacity: 1;
}

.reg-btn {
  background-color: #00BCD4;
  border: 1px solid #00BCD4;
}

.main-btn.btn-large {
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  font-size: 18px;
  padding: 0 2rem;
}

.btn-primary {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0FB2F2;
  border-color: #0FB2F2;
}

.add-btn {
  background-color: #3fc2f5;
  border-color: #3fc2f5;
}

.delete-btn {
  background-color: #ff564a;
  border-color: #ff564a;
}

.btn-text-link {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

.form-control::placeholder {
  color: #dddddd;
  opacity: 1;
}

.select-rightbox {
  position: relative;
  width: 100%;
}

.select-rightbox::before,
.select-rightbox::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.select-rightbox::before {
  right: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 0 5px 5px 0;
  background-color: #0FB2F2;
  content: "";
}

.select-rightbox::after {
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.select-rightbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 38px;
  border: 2px solid #0FB2F2;
  border-radius: 5px;
  color: #212529;
  font-size: 16px;
  cursor: pointer;
  padding: 0 30px 0 10px;
}

.select-rightbox select option:invalid {
  color: #dddddd;
}

.select-rightbox select option:first-child {
  color: #dddddd;
}

.select-rightbox select:focus {
  outline: 1px solid #0FB2F2;
}

@media print, screen and (min-width: 768px) {
  .select-rightbox {
    width: initial;
  }
}
#breadcrumb {
  font-size: 60%;
  margin: 7px auto;
  display: flex;
  align-items: center;
}

#breadcrumb ol {
  margin: 0;
}

#breadcrumb ol li {
  float: left;
  margin-left: 0.5em;
}

#breadcrumb ol li:first-child {
  margin-left: 0;
}

#breadcrumb li a {
  text-decoration: none;
}

#breadcrumb ol li a::after {
  color: var(--gray04);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}

#breadcrumb ol li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#page-top {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 15px;
  z-index: 99999;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
}

#page-top:hover {
  background-color: #EFEFEF;
  transition: all 0.3s;
}

.top-bg-gradient {
  background: url(/../library/img/top/top-image-bg.png), linear-gradient(#ecf5fb, #fff7fa);
  background-repeat: no-repeat;
  background-size: 250% 100%;
  -webkit-animation: bggradient 30s ease infinite;
          animation: bggradient 30s ease infinite;
}

@media print, screen and (min-width: 768px) {
  .top-bg-gradient {
    background-size: 110% 110%;
  }
}
.top-copy-headline {
  background-image: linear-gradient(to right, #FFEB3B 0%, #F4D437 100%);
  color: #0C68AC;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: absolute;
  transform: skewX(-10deg);
}

.top-copy-headline01 {
  bottom: 12%;
  right: 0;
}

.top-copy-headline02 {
  bottom: 26%;
  right: 0;
}

.top-copy-headline03 {
  bottom: 40%;
  right: 0;
}

.top-bg-color {
  background-color: #f0f8ff;
}

.py-40,
.py-40.lg-h {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plan-box {
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  overflow: hidden;
}

.f-40 {
  font-size: 40px;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.liquid-bg {
  width: 100%;
  height: 1100px;
  background: #009FE8;
  -webkit-animation: liquidrotate 30s ease 0s infinite;
          animation: liquidrotate 30s ease 0s infinite;
  position: absolute;
  right: -40%;
  bottom: -30%;
}

@-webkit-keyframes liquidrotate {
  0%, 100% {
    border-radius: 91% 31% 0% 100%/100% 49% 51% 0%;
  }
  14% {
    border-radius: 81% 44% 0% 100%/100% 49% 51% 0%;
  }
  28% {
    border-radius: 91% 31% 0% 100%/100% 49% 51% 0%;
  }
  42% {
    border-radius: 71% 29% 0% 100%/100% 49% 51% 0%;
  }
  56% {
    border-radius: 81% 44% 0% 100%/100% 49% 51% 0%;
  }
  70% {
    border-radius: 69% 31% 0% 100%/100% 49% 51% 0%;
  }
  84% {
    border-radius: 56% 44% 0% 100%/100% 49% 51% 0%;
  }
}

@keyframes liquidrotate {
  0%, 100% {
    border-radius: 91% 31% 0% 100%/100% 49% 51% 0%;
  }
  14% {
    border-radius: 81% 44% 0% 100%/100% 49% 51% 0%;
  }
  28% {
    border-radius: 91% 31% 0% 100%/100% 49% 51% 0%;
  }
  42% {
    border-radius: 71% 29% 0% 100%/100% 49% 51% 0%;
  }
  56% {
    border-radius: 81% 44% 0% 100%/100% 49% 51% 0%;
  }
  70% {
    border-radius: 69% 31% 0% 100%/100% 49% 51% 0%;
  }
  84% {
    border-radius: 56% 44% 0% 100%/100% 49% 51% 0%;
  }
}
.liquid-bg2 {
  width: 100%;
  height: 1100px;
  background: #c9e8f7;
  -webkit-animation: liquidrotate2 30s ease 0s infinite;
          animation: liquidrotate2 30s ease 0s infinite;
  position: absolute;
  right: -30%;
  bottom: -30%;
}

@-webkit-keyframes liquidrotate2 {
  0%, 100% {
    border-radius: 100% 39% 0% 100%/100% 49% 51% 0%;
  }
  7% {
    border-radius: 69% 41% 0% 100%/100% 49% 51% 0%;
  }
  24% {
    border-radius: 91% 41% 0% 100%/100% 49% 51% 0%;
  }
  49% {
    border-radius: 56% 64% 0% 100%/100% 49% 51% 0%;
  }
  56% {
    border-radius: 81% 54% 0% 100%/100% 49% 51% 0%;
  }
  63% {
    border-radius: 81% 64% 0% 100%/100% 49% 51% 0%;
  }
  80% {
    border-radius: 91% 51% 0% 100%/100% 49% 51% 0%;
  }
}

@keyframes liquidrotate2 {
  0%, 100% {
    border-radius: 100% 39% 0% 100%/100% 49% 51% 0%;
  }
  7% {
    border-radius: 69% 41% 0% 100%/100% 49% 51% 0%;
  }
  24% {
    border-radius: 91% 41% 0% 100%/100% 49% 51% 0%;
  }
  49% {
    border-radius: 56% 64% 0% 100%/100% 49% 51% 0%;
  }
  56% {
    border-radius: 81% 54% 0% 100%/100% 49% 51% 0%;
  }
  63% {
    border-radius: 81% 64% 0% 100%/100% 49% 51% 0%;
  }
  80% {
    border-radius: 91% 51% 0% 100%/100% 49% 51% 0%;
  }
}
.info-new-user {
  overflow-y: scroll;
  height: 110px;
}

.info-new-date {
  margin-right: 20px;
  font-size: 12px;
}

.top-point-contents::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0px 80px;
  border-color: var(--blue02) transparent transparent transparent;
}

.top-point-number {
  position: absolute;
  left: 0;
  top: -20%;
  font-size: 5em;
  font-weight: bold;
}

.top-point-sp {
  margin-top: 80px;
}

.underline {
  background: linear-gradient(transparent 60%, rgba(33, 150, 243, 0.7) 60%);
}

.top-screen-offer01,
.top-screen-offer02 {
  position: absolute;
  top: 10%;
  display: none;
}

.top-screen-offer01 {
  left: 5%;
  width: 15%;
}

.top-screen-offer02 {
  top: 60%;
  right: 5%;
  width: 15%;
}

.top-point-font {
  font-size: 3em;
}

dl#panel {
  margin-bottom: 0;
  text-align: left;
  border-bottom: 1px solid var(--gray02);
}

dl#panel dt {
  padding: 20px 40px 20px 40px;
  border-top: 1px solid var(--gray02);
  position: relative;
  cursor: pointer;
}

dl#panel dt:first-child {
  border-top: none;
}

dl#panel dd {
  padding: 20px 0 20px 60px;
  background: var(--gray04);
  position: relative;
}

dl#panel dt p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}

dl#panel dd p {
  font-size: 16px;
  margin: 0;
}

dl#panel dt p.toggle-icon {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 40px;
  height: 66px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

dl#panel dt p.toggle-icon span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  width: 20px;
  height: 1px;
  background-color: var(--blue01);
}

dl#panel dt p.toggle-icon span:nth-of-type(1) {
  top: 33px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

dl#panel dt.ac p.toggle-icon span:nth-of-type(1) {
  display: none;
}

dl#panel dt p.toggle-icon span:nth-of-type(2) {
  top: 33px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

dl#panel dt.ac p.toggle-icon span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

dl#panel dt::before {
  content: "Q";
  position: absolute;
  font-size: 26px;
  line-height: 1;
  left: 8px;
  color: var(--blue01);
  font-weight: bold;
}

dl#panel dd::before {
  content: "A";
  position: absolute;
  font-size: 26px;
  line-height: 1.1;
  left: 20px;
  color: var(--gray01);
  font-weight: bold;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sm-left,
.md-left {
  text-align: left;
}

.md-center {
  text-align: center;
}

.point-image {
  width: 80%;
}

.terms-contents ul li {
  margin-left: 20px;
  list-style: decimal;
}

.privacy-contents ul li {
  margin-left: 20px;
  list-style: disc;
}

@media print, screen and (max-width: 768px) {
  .liquid-bg {
    right: -30%;
  }
  .liquid-bg2 {
    right: 0;
  }
}
@media print, screen and (min-width: 576px) {
  .sm-left {
    text-align: center;
  }
  .top-screen-offer01,
.top-screen-offer02 {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .top-copy-box {
    padding: 0;
  }
  .md-left {
    text-align: center;
  }
  .md-center {
    text-align: left;
  }
  .py-40.lg-h {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .point-image {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .top-copy-headline {
    font-size: 18px;
    padding: 0.5rem 3rem;
  }
  .top-copy-headline01 {
    bottom: 16%;
  }
  .top-copy-headline02 {
    bottom: 28%;
  }
  .top-copy-box {
    padding: 40px;
  }
  .py-40.lg-h {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-screen-offer01 {
    left: -70%;
    width: auto;
  }
  .top-screen-offer02 {
    top: 10%;
    right: -47%;
    width: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-copy-headline {
    font-size: 20px;
  }
  .top-copy-headline01 {
    bottom: 20%;
  }
  .top-copy-headline02 {
    bottom: 30%;
  }
  .top-copy-box {
    padding: 0;
  }
  .top-screen-offer01 {
    left: -47%;
  }
  .top-screen-offer02 {
    right: -26%;
  }
}
@media print, screen and (min-width: 1400px) {
  .top-screen-offer01 {
    left: -37%;
  }
  .top-screen-offer02 {
    right: -20%;
  }
}
@media print, screen and (min-width: 1600px) {
  .top-screen-offer01 {
    left: -25%;
  }
  .top-screen-offer02 {
    right: -10%;
  }
}