<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.case-head:after,
.cf:after {
  content: "";
  display: block;
  clear: both; }

.btn-contact {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.bg1 article, .env, .box {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc; }

.text-link:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #1578C0; }

button {
  font-family: 'Noto Sans JP', -apple-system, arial, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  '游ゴシック Medium', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border: none; }

.btn-contact, .btn-dl, header button {
  padding: 7px 15px;
  display: inline-block;
  color: #fff;
  background: #FFA803;
  font-feature-settings: 'palt'; }
  .btn-contact a, .btn-dl a, header button a {
    text-decoration: none !important; }
  .btn-contact:hover, .btn-dl:hover, header button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer; }

.btn-contact {
  display: block;
  font-weight: 500;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .btn-contact {
      width: 80%;
      font-size: 2.8rem;
      height: 90px;
      margin: 0 auto 60px; } }
  @media (max-width: 767px) {
    .btn-contact {
      width: 100%;
      font-size: 1.6rem;
      height: 70px;
      margin-bottom: 30px; } }

.btn-dl {
  height: 70px;
  line-height: 1.4;
  border-radius: 35px;
  background: #333;
  font-weight: 500;
  text-decoration: none; }
  @media (min-width: 992px) {
    .btn-dl {
      font-size: 110%; } }
  .btn-dl .fa {
    font-size: 140%;
    padding-right: 10px; }

.text-right {
  text-align: right; }

.center {
  text-align: center; }

@media (max-width: 767px) {
  .alignright,
  .alignleft,
  .aligncenter {
    display: block;
    margin: 0 auto 10px; } }
@media (min-width: 768px) {
  .alignright {
    margin: 0 0 10px 10px;
    float: right; }

  .alignleft {
    margin: 0 20px 10px 0;
    float: left; }

  .aligncenter {
    display: block;
    margin: 0 auto 10px; }

  .u-fleft {
    float: left; }

  .u-fright {
    float: right; }

  .u-mw30 {
    max-width: 30%; }

  .u-mw45 {
    max-width: 45%; } }
@media (max-width: 767px) {
  .u-fleft,
  .u-fright,
  .center-sm {
    text-align: center; } }
.u-mgt0 {
  margin-top: 0    !important; }

.u-mgt15 {
  margin-top: 15px !important; }

.u-mgt30 {
  margin-top: 30px !important; }

.u-mgt45 {
  margin-top: 45px !important; }

.u-mgt60 {
  margin-top: 60px !important; }

.u-mgt90 {
  margin-top: 90px !important; }

.u-pdt15 {
  padding-top: 15px !important; }

@media (min-width: 768px) {
  .u-mgt90-sm {
    margin-top: 90px !important; } }
@media (max-width: 767px) {
  .u-mgb-xs {
    margin-bottom: 15px !important; } }
.u-mgb0 {
  margin-bottom: 0    !important; }

.u-mgb15 {
  margin-bottom: 15px !important; }

.u-mgb30 {
  margin-bottom: 30px !important; }

.u-mgb45 {
  margin-bottom: 45px !important; }

.u-mgb60 {
  margin-bottom: 60px !important; }

.u-basecolor {
  color: #2689C5; }

.relative {
  position: relative; }

.sup {
  font-size: 70%;
  vertical-align: super;
  padding-left: 2px; }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 70% !important; } }
.modal-header {
  background: #DEEFF4;
  border-bottom: 2px solid #2689C5;
  color: #2689C5; }

.modal-body {
  font-size: 90%; }
  .modal-body h4 {
    background: #4EB4D8;
    color: #fff;
    padding: 5px;
    margin-bottom: 15px; }
  .modal-body h5 {
    color: #1578C0;
    font-weight: bold; }

.modal-footer {
  background: #DEEFF4; }

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', -apple-system, arial, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  '游ゴシック Medium', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  color: #333; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    body {
      font-size: 1.3rem; } }

em, address {
  font-style: normal; }

ul {
  list-style: none;
  padding: 0; }

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

em {
  color: #FF3400; }

dt {
  font-weight: 500; }

a {
  color: #2689C5; }
  a:hover {
    color: #64B4CA; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); }

@media (max-width: 767px) {
  h2 {
    font-size: 1.5rem; } }
.clear {
  clear: both; }

.fa {
  padding-right: 5px;
  line-height: 50%; }

header {
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px 0; }
  @media (max-width: 767px) {
    header {
      height: 65px;
      padding: 5px 0; } }
  header button {
    border-radius: 24px;
    margin: 5px 0 0 10px; }
  header .container {
    padding: 0 5px; }

.head_logo {
  float: left; }
  @media (max-width: 767px) {
    .head_logo {
      max-width: 75%; } }

.hearder-btn1 {
  background: #64B4CA; }

.hearder-btn2 {
  background: #1578C0; }

.navbar {
  background: #1578C0;
  padding: 0; }

.nav {
  padding-right: 0;
  font-feature-settings: 'palt'; }
  @media (min-width: 768px) and (max-width: 991px) {
    .nav {
      font-size: 1.2rem; } }
  @media (min-width: 992px) {
    .nav {
      font-size: 1.6rem; } }

@media (min-width: 768px) {
  .nav-item {
    border-left: 1px solid #fff;
    min-width: 16%; }

  .nav-item:nth-child(4) {
    border-right: 1px solid #fff; } }
a.nav-link {
  padding: 10px 0;
  color: #fff; }
  a.nav-link:hover {
    background: #64B4CA; }

.navbar-toggler {
  position: fixed;
  z-index: 1000;
  top: 7px;
  right: 7px;
  color: #FFF;
  background-color: #1578C0;
  text-align: center;
  margin: 0;
  max-width: 28%;
  padding: 10px 5px 5px;
  line-height: 1.2;
  font-size: 1.4rem; }
  .navbar-toggler i {
    font-size: 2.4rem;
    padding-right: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    background-color: #2689C5; }

@media (max-width: 767px) {
  #navbarNav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 65px;
    background: #2689C5;
    margin-bottom: 10px; }
    #navbarNav .container {
      width: 100%;
      padding: 0; }

  .nav li {
    border-bottom: 1px solid #fff;
    line-height: 1; }
    .nav li:last-child {
      border-bottom: none; }
    .nav li a {
      padding: 15px 0;
      margin-bottom: 0; }
      .nav li a:hover {
        background: #64B4CA; } }
@media (min-width: 768px) {
  .page .navbar {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 1000; }
  .page main {
    margin-top: 110px; } }
@media (max-width: 767px) {
  .page header {
    border-bottom: 2px solid #F2F2F2; }
  .page main {
    margin-top: 65px; } }

main a {
  text-decoration: underline; }

.bg1 {
  background: #F2F2F2;
  padding: 15px; }
  .bg1 h2 {
    font-weight: 500;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .bg1 {
      padding-top: 60px;
      padding-bottom: 60px; }
      .bg1 article {
        padding: 30px; }
      .bg1 h2 {
        margin-bottom: 30px; }
      .bg1 .text-link {
        text-align: right; } }

.bg2 {
  background: #DEEFF4;
  text-align: center; }
  @media (min-width: 768px) {
    .bg2 {
      padding-top: 105px;
      padding-bottom: 75px; } }
  @media (max-width: 767px) {
    .bg2 {
      padding-top: 30px; } }

.section-heading {
  text-align: center; }
  @media (min-width: 768px) {
    .section-heading {
      margin-bottom: 90px;
      font-size: 2.8rem; } }
  @media (max-width: 767px) {
    .section-heading {
      margin: 30px 0;
      font-size: 1.8rem;
      line-height: 1.6; } }

.page .section-heading {
  position: relative;
  margin-top: 30px;
  margin-bottom: 75px; }
  .page .section-heading:before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2689C5; }
  .page .section-heading:after {
    content: '';
    margin-bottom: 60px; }

.sub-heading {
  color: #2689C5;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.5; }

.sub-heading-l {
  color: #2689C5;
  margin-bottom: 20px;
  border-bottom: 1px dotted #2689C5;
  padding-bottom: 5px;
  line-height: 1.5; }

@media (min-width: 768px) {
  .section-p {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.8; } }
footer {
  background: #1578C0;
  color: #fff; }
  @media (min-width: 768px) {
    footer {
      padding: 30px 15px; }
      footer .flex {
        display: flex;
        justify-content: center; } }
  @media (max-width: 767px) {
    footer {
      padding: 15px; } }
  footer a, footer a:hover {
    color: #fff; }

.footer-nav {
  line-height: 1.8; }
  @media (min-width: 768px) {
    .footer-nav {
      margin: 30px; } }
  .footer-nav li:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #fff; }
  .footer-nav .fa {
    padding-right: 5px; }

.copyright {
  margin-top: 30px;
  font-size: 90%;
  text-align: center; }

#pagetop {
  opacity: 0;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  right: 15px;
  z-index: 1000; }
  #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2689C5;
    text-align: center;
    color: #fff;
    font-size: 2.4rem; }
  #pagetop .fa {
    padding-right: 0; }
  #pagetop.show, #pagetop.hide {
    transition: .5s ease-in-out; }
  #pagetop.show {
    opacity: 1; }
  #pagetop.hide {
    opacity: 0; }

.caution-message {
  color: #c00; }
  .caution-message a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    .caution-message {
      margin-top: -60px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .caution-message {
      margin-top: 10px;
      margin-bottom: 30px; } }

.top header {
  background: rgba(255, 255, 255, 0.9); }
@media (min-width: 768px) {
  .top .section-heading {
    padding-top: 90px; } }
.top .bg2 img {
  margin-bottom: 15px;
  max-height: 100px; }
@media (min-width: 992px) {
  .top .bg2 img {
    max-height: 200px; }
  .top .bg2 dt {
    font-size: 2rem; }
  .top .bg2 dd {
    font-size: 1.8rem;
    font-weight: 500; } }
.top .bg1 h2 {
  margin-bottom: 90px;
  padding-top: 30px; }

.top-kv {
  text-align: center; }
  .top-kv h1 {
    font-weight: 500;
    color: #666;
    font-feature-settings: 'palt'; }
    .top-kv h1 img {
      width: 100%; }
    .top-kv h1 em {
      color: #fff;
      display: inline-block;
      background: #4EB4D8;
      border-radius: 20px;
      font-size: 60%;
      padding: 8px 25px;
      margin-bottom: 15px !important; }

.kv-p {
  padding: 2px 15px;
  border: 1px solid #1578C0;
  font-size: 110%;
  font-weight: bold;
  color: #1578C0; }
  @media (max-width: 767px) {
    .kv-p {
      margin-top: 15px; } }
  @media (min-width: 768px) {
    .kv-p {
      margin-top: 60px; } }

.top-point1, .top-point2, .top-point3 {
  max-width: 200px;
  padding: 20px 0 15px;
  background: #64B4CA;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-feature-settings: 'palt';
  line-height: 1.4;
  margin-bottom: 45px; }
  .top-point1 .fa, .top-point2 .fa, .top-point3 .fa {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    font-size: 5rem;
    border-radius: 90px;
    color: #64B4CA;
    margin-bottom: 5px;
    padding-right: 0; }
  .top-point1 .fa-mobile, .top-point2 .fa-mobile, .top-point3 .fa-mobile {
    font-size: 7rem; }

.bnr-partner {
  border: 2px solid #ccc; }

@media (min-width: 768px) {
  .top-kv {
    margin: 150px auto 90px; }
    .top-kv h1 {
      margin-bottom: 90px;
      font-size: 3rem; } }
@media (max-width: 767px) {
  .top-kv {
    margin: 90px auto 30px; }
    .top-kv h1 {
      margin-bottom: 30px; }

  .top-point1 {
    margin: 0 auto 15px; }

  .top-point2, .top-point3 {
    margin: 30px auto 15px; } }
.env {
  height: 100%;
  text-align: center; }
  .env p {
    height: 140px;
    padding: 25px 15px 10px; }
    .env p img {
      max-height: 100%; }
    @media (min-width: 992px) {
      .env p.env-cybozu {
        padding: 25px 30px 15px; } }

@media (min-width: 768px) {
  .price {
    margin-bottom: 60px; }
    .price h3 {
      margin: 15px 0 30px; } }
@media (max-width: 767px) {
  .price {
    margin-bottom: 15px; }
    .price h3 {
      margin: 30px 0 15px; } }
.price .card {
  border: 1px solid #4EB4D8;
  margin-bottom: 15px; }
.price dt {
  background: #4EB4D8;
  color: #fff;
  padding: 5px; }
.price dd {
  padding: 10px 5px; }

@media (max-width: 767px) {
  .purchase-flow {
    margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .purchase-flow {
    font-size: 1.4rem; } }
.purchase-flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4EB4D8;
  color: #fff;
  padding: 15px 10px;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 80px;
  text-align: center; }
  .purchase-flow li:after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 45%;
    border: 20px solid transparent;
    border-top: 20px solid #4EB4D8; }
  .purchase-flow li:last-child:after {
    content: none; }

.purchase-img {
  padding: 15px;
  margin-top: 30px;
  border-radius: 6px;
  background: #fff; }

.purchase {
  margin-top: 60px; }
  .purchase .col-md-6 {
    margin-bottom: 15px; }
  .purchase .card {
    border: 1px solid #64B4CA;
    height: 100%;
    margin-bottom: 15px; }
  .purchase dt {
    background: #64B4CA;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    padding: 5px; }
  .purchase dd {
    font-size: 1.4rem;
    padding: 15px; }
  .purchase h3 {
    color: #2689C5;
    font-size: 1.5rem;
    margin: 30px 0 0; }
  .purchase .btn-dl {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (min-width: 992px) {
    .purchase .col-lg-6:first-child {
      padding-right: 5px; }
    .purchase .col-lg-6:last-child {
      padding-left: 5px; } }

@media (min-width: 768px) {
  #purchase-notice,
  #privacy-policy {
    margin-top: -140px;
    padding-top: 140px; } }
@media (max-width: 767px) {
  #purchase-notice,
  #privacy-policy {
    margin-top: -80px;
    padding-top: 80px; } }

@media (min-width: 768px) {
  #purchase_dl {
    margin-top: -120px;
    padding-top: 150px; } }
@media (max-width: 767px) {
  #purchase_dl {
    margin-top: -65px;
    padding-top: 80px; } }

.btn-manual {
  text-align: center; }
  @media (min-width: 992px) {
    .btn-manual .btn-dl {
      width: 42%;
      margin: 15px 2%; } }
  @media (max-width: 991px) {
    .btn-manual .btn-dl {
      width: 92%;
      margin: 15px 2%; } }

.case {
  margin-bottom: 45px; }
  .case h4 {
    color: #2689C5;
    margin: 30px 0 15px;
    border-bottom: 2px solid #4EB4D8;
    padding-bottom: 5px;
    font-weight: bold; }
    .case h4:before {
      content: "";
      font-family: FontAwesome;
      margin-right: 5px;
      color: #4EB4D8;
      font-size: 120%;
      font-weight: 900;
      margin-right: 10px; }
  .case p {
    margin-bottom: 0; }

.case-head {
  background: #DEEFF4;
  padding: 15px; }
  .case-head dt {
    float: left;
    color: #1578C0; }
  .case-head dl, .case-head dd:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .case-head dl {
      font-size: 1.4rem;
      float: left; }
    .case-head dt {
      margin-left: 15px; }
    .case-head dd {
      margin-left: 100px; } }
  @media (max-width: 767px) {
    .case-head img {
      margin-bottom: 15px; }
    .case-head dd {
      margin-left: 85px; } }

.faq h3 {
  margin: 30px 0 15px;
  color: #2689C5; }
.faq .card {
  border-color: #ccc;
  margin-bottom: 15px; }
.faq .card-header {
  position: relative;
  border: none;
  padding: 0; }
  .faq .card-header a {
    display: block;
    text-decoration: none;
    padding: 15px 40px;
    background: #fff;
    color: #1578C0; }
    .faq .card-header a:hover {
      background: #64B4CA;
      color: #fff; }
    .faq .card-header a:before {
      content: "Q";
      font-family: FontAwesome;
      margin-right: 5px;
      color: #4EB4D8;
      position: absolute;
      left: 15px;
      top: 27%;
      font-size: 120%;
      font-weight: 900;
      margin-right: 10px; }
  .faq .card-header a:after {
    position: absolute;
    font-size: 120%;
    right: 10px;
    top: 25%;
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4EB4D8; }
  .faq .card-header a[aria-expanded="true"]:after {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #4EB4D8; }
.faq .card-body {
  padding: 15px;
  border-top: 2px solid #64B4CA; }
  .faq .card-body:before {
    content: "A";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #FFA803;
    font-size: 120%;
    font-weight: 900;
    margin-right: 10px; }
  .faq .card-body h4 {
    font-weight: 500;
    margin: 10px 0;
    color: #1578C0; }
  .faq .card-body ul {
    list-style: disc inside;
    margin-left: 10px; }
  .faq .card-body p {
    display: inline-block; }

article.news {
  padding: 0;
  margin-bottom: 45px; }
  article.news:last-child {
    margin-bottom: 0; }
  article.news h3 {
    line-height: 1.5;
    border-bottom: 2px solid #4EB4D8;
    padding-bottom: 15px;
    margin: 15px 15px 5px; }
  article.news time {
    display: block;
    text-align: right;
    font-size: 1.3rem;
    margin-right: 15px; }
  article.news h4, article.news p {
    margin: 15px; }

@media (min-width: 768px) {
  .dl-form {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 960px; } }
@media (max-width: 767px) {
  .dl-form {
    padding: 15px 15px 30px; } }
.dl-form .btn-dl {
  font-size: 100%;
  height: 60px;
  border-radius: 30px; }
.dl-form .btn-cancel {
  height: 50px;
  background: #999; }

.dl-form-btn {
  text-align: center; }
  .dl-form-btn .btn-dl {
    padding: 0 45px;
    font-weight: normal; }

.dl-form-flow {
  overflow: hidden;
  margin-bottom: 30px; }
  .dl-form-flow li {
    background-color: #aaa;
    color: #fff;
    display: block;
    float: left;
    padding: 0 10px 0 25px;
    text-align: center;
    line-height: 50px; }
    @media (min-width: 768px) {
      .dl-form-flow li {
        width: 33%; }
        .dl-form-flow li:nth-of-type(n+2) {
          padding-left: 40px; } }
    @media (max-width: 767px) {
      .dl-form-flow li {
        font-size: 1.2rem; }
        .dl-form-flow li:nth-of-type(-n+2) {
          width: 30%; }
        .dl-form-flow li:nth-of-type(3) {
          width: 40%; } }
    .dl-form-flow li::after, .dl-form-flow li::before {
      background-color: #aaa;
      border-right: 1px solid #fff;
      content: " ";
      display: block;
      height: 25px;
      margin-left: auto;
      margin-right: -25px;
      width: 25px; }
    .dl-form-flow li::after {
      margin-top: -25px;
      position: relative;
      transform: skew(-25deg);
      -webkit-transform: skew(-25deg); }
    .dl-form-flow li::before {
      float: right;
      margin-bottom: -25px;
      margin-right: -25px;
      transform: skew(25deg);
      -webkit-transform: skew(25deg); }
  .dl-form-flow .active, .dl-form-flow .active::before, .dl-form-flow .active::after {
    background-color: #4EB4D8; }

.dl-form-dl {
  margin: 45px auto; }
  .dl-form-dl dt {
    color: #1578C0;
    font-weight: bold;
    padding: 3px 0 5px; }
  .dl-form-dl input {
    width: 100%;
    padding: 2px 5px;
    border: 1px solid #ccc; }
  @media (min-width: 768px) {
    .dl-form-dl dt {
      width: 180px;
      float: left; }
    .dl-form-dl dd {
      margin: 0 0 15px 200px; } }

.dl-must,
.dl-optional {
  float: right;
  color: #fff;
  font-size: 80%;
  margin-left: 5px;
  padding: 2px 3px;
  border-radius: 2px;
  font-weight: normal; }

.dl-must {
  background: #FFA803; }

.dl-optional {
  background: #aaa; }

.dl-form-error {
  color: #FF3400;
  font-size: 90%; }

.dl-form-privacy ol {
  padding-left: 15px; }
@media (min-width: 768px) {
  .dl-form-privacy {
    font-size: 1.4rem; }
    .dl-form-privacy .sub-heading-l {
      font-size: 1.6rem; } }
@media (max-width: 767px) {
  .dl-form-privacy .sub-heading-l {
    font-size: 1.3rem; } }

.dl-form-fin {
  margin-top: 30px;
  background: #DEEFF4;
  padding: 15px; }
  .dl-form-fin li:nth-of-type(-n+3) {
    margin-bottom: 15px; }
  .dl-form-fin li:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #1578C0; }

/*# sourceMappingURL=style.css.map */
</pre></body></html>