@charset "UTF-8";
/*
# Sass初期化用のファイル
各出力用scssファイルに当ファイルをインポートしてください。
*/
/*
## 変数をインポートします。
*/
/*
# 変数を記述するファイル
*/
/*
## 基準となるボックスサイズ
*/
/*
## 基準となるボックスの左右の余白
ウィンドウサイズを小さくしたとき用の余白です。
片側一方分です。

イメージ:
┌─────────────────────┐┌─────────────────────────────────────────────────────┐┌─────────────────────┐
│ {$GUTTER_HALF_WIDTH}                      {$BASE_WIDTH}                      {$GUTTER_HALF_WIDTH} │
└─────────────────────┘└─────────────────────────────────────────────────────┘└─────────────────────┘
*/
/**********************************
# ベース
**********************************/
/**********************************
# ブレークポイント
**********************************/
/**********************************
# サイトカラー
**********************************/
/**********************************
# Z-index
**********************************/
/**********************************
# フォーム
**********************************/
/*
## 関数をインポートします。
*/
/*
## オリジナルのmixin、プレースホルダーなどの機能をインポートします。
*/
/*
# オリジナルのmixinや関数を記述するファイル
プレースホルダは、CSSから復元ができなため、定義禁止とする。
*/
/*
## ブレークポイント
*/
/*
## CSSスプライト
*/
/* $sprite-map: sprite-map('sprite.png');
$sprite-url: sprite-url($sprite-map);
@mixin sprite-image($filename){
	@include sprite-dimensions($sprite-map, $filename);
	display: inline-block;
	background-image: $sprite-url;
	background-position: sprite-position($sprite-map, $filename);
} */
/*
## 垂直方向のグラデーションのmixin
* 引数に開始色、終了色のカラーコードを指定可能
* 0～100%まで一定で変化します。
*/
/*
## 垂直方向のグラデーションのmixin
* 引数に開始色、終了色のカラーコードを指定可能
* 0～40%までが開始色です。
* 40～60%までが開始色～終了色で一定に変化します。
* 60%～100%が終了色です。
* ie9以下はvertical-gradation()と同じ指定になります。
*/
/*
## 垂直方向のグラデーションのmixin
* 引数に初期色、中間色のカラーコードを指定可能
* 0～50%までが初期色～中間色で一定に変化します。
* 50～100%までが中間色～初期色で一定に変化します。
* ie9以下はvertical-gradation()と同じ指定になります。
*/
/*
## FD用のフォントのmixin
*/
/*
## 全角フォントのmixin
*/
/*
## 要素の数に応じてwidthを変更
*/
/*
## 吹き出し帯
*/
/*
## 三角アイコン
*/
/*
## 円アイコン
*/
/*
## 背景画像
*/
/*
## アイコン
*/
/*
## 見出しmixin
*/
/*
## ボタン
*/
/*
## ブラウザのデフォルトスタイルの初期化や、プロジェクトにおける基本的なスタイルをインポートする。
*/
html {
  font-size: 16px; }

body {
  background-color: #fff;
  color: #333;
  font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  line-height: 1.6875;
  word-wrap: break-word; }

a {
  text-decoration: none;
  color: inherit; }

[target="_blank"]:not(.c-bnr-important):not(.header-btn):not(.footer-btn):not(.notarget)::after {
  content: url(/img/icon/window.svg);
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  text-indent: 0; }

strong {
  color: #105edb; }

em {
  font-style: normal; }

.base-main {
  padding-bottom: 100px; }

.base-container {
  margin: auto;
  width: 960px;
  display: flex;
  justify-content: space-between; }
  .base-container > :first-child {
    width: 214px; }
  .base-container > :last-child {
    width: 702px; }

.base-contents {
  margin-top: 20px;
  padding: 60px 56px;
  background: #ebf3ff; }

.base-section {
  margin-top: 90px; }

input {
  font-size: 14px; }

[type="radio"] {
  margin-right: 0.5em; }

select {
  background-color: transparent;
  border: 0;
  font-size: 14px; }
  select::-ms-expand {
    display: none; }

button[type="button"] {
  border: 0; }

body,
html {
  height: 100%; }

*,
*::after,
*::before {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }

pre,
textarea {
  overflow: auto; }

[hidden],
audio:not([controls]),
template {
  display: none; }

details,
main,
summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

textarea {
  resize: vertical; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

code,
kbd,
pre,
samp {
  font-family: monospace,monospace; }

ol,
ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

fieldset {
  border: 0; }

.c-accordion {
  border-radius: 3px;
  background-color: #fff; }
  .c-accordion:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .c-accordion:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .c-accordion + .c-accordion {
    margin-top: 4px; }
  .c-accordion.c-accordion-qa + .c-accordion-qa {
    margin-top: 4px; }

.c-accordion-label {
  cursor: pointer;
  /* Q & A */ }
  .c-accordion-label:not([aria-expanded="true"]) {
    position: relative; }
    .c-accordion-label:not([aria-expanded="true"])::before, .c-accordion-label:not([aria-expanded="true"])::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 28px;
      border-radius: 2px;
      background-color: #0b5bce;
      width: 25px;
      height: 4px; }
    .c-accordion-label:not([aria-expanded="true"])::before {
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
    .c-accordion-label:not([aria-expanded="true"])::after {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .c-accordion-label[aria-expanded="true"] {
    position: relative; }
    .c-accordion-label[aria-expanded="true"]::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 28px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 2px;
      background-color: #fff;
      width: 25px;
      height: 4px; }
  .c-accordion-qa .c-accordion-label {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ebf3ff;
    font-weight: bold;
    padding: 15px 80px 15px 15px; }
    .c-accordion-qa .c-accordion-label[aria-expanded="true"] {
      background-color: #4788ee;
      color: #fff;
      font-weight: normal; }

.c-accordion-panel {
  /* Q & A */ }
  .c-accordion-qa .c-accordion-panel {
    display: flex;
    width: 100%;
    padding: 22px 25px 22px 15px;
    background-color: #ebf3ff; }

.c-alert {
  margin: auto;
  padding: 0.8em 1.2em;
  width: 700px;
  background-color: #fff3d1;
  font-weight: bold;
  font-size: 18px; }

.c-alert-item {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  text-indent: -24px; }
  .c-alert-item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 18px;
    height: 18px;
    background: url(/img/icon/check_square.png);
    background-size: cover; }

.c-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  background-color: #eee;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: bold; }

.c-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10em; }

.c-badge-primary {
  background-color: #4788ee; }

.c-badge-simulation {
  background-color: #2391b8; }

.c-badge-offer {
  background-color: #e98216; }

.c-badge-required {
  padding: 0.45em 0.6em;
  background-color: #e83e62;
  font-size: 12px; }

.c-bnr {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden; }
  .c-bnr::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #0b5bce transparent; }

.c-bnr-outline::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  border: 2px solid #ccc;
  transition: border 0.25s ease; }

.c-bnr-outline:hover::before {
  border: 2px solid #0b5bce; }

.c-bnr-important {
  border-radius: 0;
  color: #e83e62;
  text-decoration: underline; }
  .c-bnr-important.c-bnr-outline::before, .c-bnr-important.c-bnr-outline:hover::before {
    border-width: 5px;
    border-color: #e83e62;
    border-radius: 0; }
  .c-bnr-important.c-bnr-outline::after {
    right: 5px;
    bottom: 5px;
    border-color: transparent transparent #e83e62 transparent; }
  .c-bnr-important:hover {
    text-decoration: none; }

.c-btn {
  display: inline-block;
  padding: 0.667em 0;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 1;
  font-weight: bold; }
  .c-btn:not(.c-btn-simulation):not(.c-btn-offer):not(.c-btn-submit):not(.top-intro_btn-tab) {
    transition: all 0.25s ease; }
  .c-btn.c-btn-group:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .c-btn.c-btn-group:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .c-btn.c-btn-block {
    display: block; }
  .c-btn.c-btn-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .c-btn.c-btn-disable {
    color: #fff;
    background-color: #cecece; }

.c-btn-md {
  width: 590px;
  font-size: 24px; }
  .c-btn-md.c-btn-simulation {
    padding-top: 13px;
    padding-bottom: 12px; }

.c-btn-submit {
  display: block;
  margin: auto;
  padding: 23px 0;
  width: 412px;
  background-color: #f09008;
  box-shadow: 0 5px 0 #b36c09;
  border: 0;
  color: #fff;
  font-size: 24px;
  transition: all 0.125s ease; }
  .c-btn-submit.c-btn-disable {
    box-shadow: 0 5px 0 #cecece; }
  .c-btn-submit:not(.c-btn-disable):hover {
    box-shadow: 0 3px 0 #b36c09;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-submit:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

.c-btn-submit-cb {
  display: block;
  margin: auto;
  padding: 23px 0;
  width: 412px;
  background-color: #2791fe;
  box-shadow: 0 5px 0 #3767b1;
  border: 0;
  color: #fff;
  font-size: 24px;
  transition: all 0.125s ease; }
  .c-btn-submit-cb.c-btn-disable {
    box-shadow: 0 5px 0 #cecece; }
  .c-btn-submit-cb:not(.c-btn-disable):hover {
    box-shadow: 0 3px 0 #3767b1;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-submit-cb:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

.c-btn-outline {
  border: 2px solid transparent; }
  .c-btn-outline:hover {
    border: 2px solid currentcolor; }

.c-btn-simulation {
  position: relative;
  padding-right: 20px;
  background-color: #3db9db;
  box-shadow: 0 3px 0 #2a92ae;
  color: #fff;
  font-weight: bold;
  transition: all 0.125s ease; }
  .c-btn-simulation:not(.c-btn-disable):hover {
    box-shadow: 0 2px 0 #2a92ae;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-simulation:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  .c-btn-simulation[target="_blank"]::after {
    display: none; }
  .c-btn-simulation [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #fff; }

.c-btn-area {
  position: relative;
  padding-right: 20px;
  background-color: #5EBA7A;
  box-shadow: 0 3px 0 #438F58;
  color: #fff;
  font-weight: bold;
  transition: all 0.125s ease; }
  .c-btn-area:not(.c-btn-disable):hover {
    box-shadow: 0 2px 0 #438F58;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-area:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  .c-btn-area[target="_blank"]::after {
    display: none; }
  .c-btn-area [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #fff; }

.c-btn-tel {
  position: relative;
  background-color: #f0a027;
  box-shadow: 0 3px 0 #0b5bce;
  color: #fff;
  font-weight: bold;
  transition: all 0.125s ease; }
  .c-btn-tel:not(.c-btn-disable):hover {
    box-shadow: 0 2px 0 #0b5bce;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-tel:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  .c-btn-tel[target="_blank"]::after {
    display: none; }
  .c-btn-tel [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #fff; }

.c-btn-offer {
  position: relative;
  background-color: #f0a027;
  box-shadow: 0 3px 0 #bb770f;
  color: #fff;
  font-weight: bold;
  transition: all 0.125s ease; }
  .c-btn-offer:not(.c-btn-disable):hover {
    box-shadow: 0 2px 0 #bb770f;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .c-btn-offer:not(.c-btn-disable):active {
    box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px); }
  .c-btn-offer[target="_blank"]::after {
    display: none; }
  .c-btn-offer [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #fff; }

.c-btn-primary {
  position: relative;
  background-color: #4788ee;
  color: #fff;
  border: 2px solid transparent; }
  .c-btn-primary [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #fff; }
  .c-btn-primary:hover {
    background-color: #fff;
    border: 2px solid #4788ee;
    color: #4788ee; }
    .c-btn-primary:hover [class*="chevron"] {
      fill: #4788ee; }

.c-btn-secondary {
  position: relative;
  border: 2px solid #ccc; }
  .c-btn-secondary [class*="chevron"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    fill: #4788ee; }
  .c-btn-secondary:hover {
    background-color: #4788ee;
    border: 2px solid #fff;
    color: #fff; }
    .c-btn-secondary:hover [class*="chevron"] {
      fill: #fff; }

/*conflict HEAD*/
/*conflict FormAndQuestion*/
.c-btn-form {
  color: #fff;
  font-weight: bold;
  line-height: 70px;
  background-color: #3877dd;
  box-shadow: 0 6px 0 #0a5adb;
  transition: all 0.125s ease;
  padding: 0;
  position: relative; }
  .c-btn-form:hover {
    box-shadow: 0 3px 0 #105edb;
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }

.c-callout {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #fff; }
  .c-callout::before, .c-callout::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 75%;
    background-color: #fff; }
  .c-callout::before {
    left: -1em;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg); }
  .c-callout::after {
    right: -1em;
    -webkit-transform: translateY(-50%) rotate(30deg);
            transform: translateY(-50%) rotate(30deg); }

.c-callout-baloon {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 15px;
  border: 2px solid #dce5ed;
  background-color: #fff;
  padding: 4px 19px;
  font-size: 12px;
  white-space: nowrap; }
  .c-callout-baloon::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #dce5ed;
    border-bottom: 2px solid #dce5ed;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }

.c-card {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  transition: border 0.25s ease; }
  .c-card::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #105edb transparent; }
  .c-card .c-badge {
    padding: 7px 10px;
    font-size: 12px; }

.c-card-link:hover {
  border: 2px solid #105edb; }

.c-card-header {
  display: flex;
  align-items: center;
  justify-content: center; }

.c-card-body {
  padding: 30px; }

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/img/icon/chevron.svg);
  background-size: 10px; }

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-pagination-bullets {
  width: 100%;
  line-height: 39px; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #a8b7c6;
  opacity: 1; }
  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px; }
  .c-carousel-controller .swiper-pagination-bullet {
    background-color: #fff; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #4788ee; }

.c-carousel-controller-wrap {
  background-color: #6a7682;
  width: 100%;
  text-align: center; }

.c-carousel-controller {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .c-carousel-controller .c-carousel-btn-prev {
    left: -34px; }
  .c-carousel-controller .c-carousel-btn-next {
    right: -34px; }

.c-carousel-btn {
  z-index: 1001;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.25s ease; }
  .c-carousel-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #105edb;
    width: 1.2em;
    height: 1.2em; }
  .c-carousel-btn:hover {
    background-color: #105edb; }
    .c-carousel-btn:hover svg {
      fill: #fff; }

.c-carousel-btn-simple {
  z-index: 1001;
  position: absolute;
  top: 50%;
  width: 1.2em;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.25s ease; }
  .c-carousel-btn-simple svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #fff;
    width: 1.2em;
    height: 1.2em;
    transition: all 0.25s ease; }
  .c-carousel-btn-simple:hover svg {
    fill: #105edb; }

.c-carousel-btn-prev {
  left: 0; }
  .c-carousel-btn-prev svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }

.c-carousel-btn-next {
  right: 0; }

/* pictogram -------- */
.c-grid {
  letter-spacing: -1em; }
  .c-grid.c-grid-gutter {
    margin-right: -12px;
    margin-left: -12px; }
    .c-grid.c-grid-gutter > .c-grid_item {
      padding-right: 12px;
      padding-left: 12px; }

.c-grid_item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; }
  .c-grid_item.c-grid_item-1 {
    width: 8.333333%; }
  .c-grid_item.c-grid_item-2 {
    width: 16.666667%; }
  .c-grid_item.c-grid_item-3 {
    width: 25%; }
  .c-grid_item.c-grid_item-4 {
    width: 33.333333%; }
  .c-grid_item.c-grid_item-5 {
    width: 41.666667%; }
  .c-grid_item.c-grid_item-6 {
    width: 50%; }
  .c-grid_item.c-grid_item-7 {
    width: 58.333333%; }
  .c-grid_item.c-grid_item-8 {
    width: 66.666667%; }
  .c-grid_item.c-grid_item-9 {
    width: 75%; }
  .c-grid_item.c-grid_item-10 {
    width: 83.333333%; }
  .c-grid_item.c-grid_item-11 {
    width: 91.666667%; }
  .c-grid_item.c-grid_item-12 {
    width: 100%; }

.c-icn-logo {
  width: 220px; }
  .c-icn-logo img {
    height: 44.78px; }
  .c-icn-logo[target="_blank"]::after {
    display: none; }

.c-icn-chevron {
  width: 0.6em;
  height: 0.6em;
  fill: #0a5ada; }

.c-icn-chevron-md {
  width: 1em;
  height: 1em;
  fill: #0a5ada; }

.c-icn-questionmodal {
  width: 24px;
  height: 24px; }
  .c-icn-questionmodal .c-icn-questionmodal-01 {
    fill: #4788ee; }
  .c-icn-questionmodal .c-icn-questionmodal-02 {
    fill: #fff; }
  .flow-necessaryInfo_list .c-icn-questionmodal {
    position: relative;
    top: -2px;
    margin-left: 5px; }

.c-icn-question,
.c-icn-answer {
  width: 50px;
  height: 50px; }
  .c-icn-question .c-icn-question-01,
  .c-icn-answer .c-icn-question-01 {
    fill: #fff; }
    [aria-expanded="true"] .c-icn-question .c-icn-question-01, [aria-expanded="true"]
    .c-icn-answer .c-icn-question-01 {
      fill: #4788ee; }
  .c-icn-question .c-icn-question-02,
  .c-icn-answer .c-icn-question-02 {
    fill: #4788ee; }
    [aria-expanded="true"] .c-icn-question .c-icn-question-02, [aria-expanded="true"]
    .c-icn-answer .c-icn-question-02 {
      fill: #fff; }
  .c-icn-question .c-icn-question-03,
  .c-icn-answer .c-icn-question-03 {
    fill: #4788ee; }
    [aria-expanded="true"] .c-icn-question .c-icn-question-03, [aria-expanded="true"]
    .c-icn-answer .c-icn-question-03 {
      fill: #fff; }
  .c-icn-question .c-icn-answer-01,
  .c-icn-answer .c-icn-answer-01 {
    fill: #4788ee; }
  .c-icn-question .c-icn-answer-02,
  .c-icn-answer .c-icn-answer-02 {
    fill: #4788ee; }
  .c-icn-question .c-icn-answer-03,
  .c-icn-answer .c-icn-answer-03 {
    fill: #fff; }
  .c-accordion-qa .c-icn-question, .c-accordion-qa
  .c-icn-answer {
    flex-shrink: 0;
    margin-right: 15px; }

.c-jumbotron {
  margin: auto;
  width: 960px;
  overflow: hidden;
  border-radius: 6px; }

.c-jumbotron-headline {
  background-color: #4788ee;
  padding: 24px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.c-loader-wrap {
  z-index: 1005;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0.4; }
  .c-loader-wrap[aria-hidden="true"] {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    opacity: 0; }
    .c-loader-wrap[aria-hidden="true"] * {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }

.c-loader-bubbles {
  margin: auto; }

.c-loader-bubble-container {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px; }

.c-loader-bubble {
  border-radius: 50%;
  background-color: #4788ee;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
          animation: bubble 1.2s -0.6s infinite ease-out; }

.c-loader-bubble-container:nth-of-type(2n) .c-loader-bubble {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.c-loader-bubble-container:nth-of-type(3n) .c-loader-bubble {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

@-webkit-keyframes bubble {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes bubble {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.c-modal {
  overflow-y: scroll;
  transition: all 0.3s ease; }

.c-modal-container {
  display: flex;
  align-items: center;
  min-height: 100vh; }
  .c-modal-container::after {
    content: "";
    min-height: inherit;
    font-size: 0; }

.c-modal-contents {
  position: relative;
  margin: 40px auto;
  width: 960px; }

.c-modal-content {
  overflow: hidden;
  display: none;
  border-radius: 6px;
  background: #fff; }
  [aria-hidden="false"] .c-modal-content {
    display: block; }

.c-modal-overlay {
  z-index: 1004;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .c-modal-overlay[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden; }

.c-modal-btn-close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: none; }
  .c-modal-btn-close::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 38px;
    height: 4px;
    background-color: #4788ee;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 4px; }
  .c-modal-btn-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 38px;
    background-color: #4788ee;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 4px; }

.c-table {
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  table-layout: fixed; }
  .c-table th,
  .c-table td {
    text-align: center; }
  .c-table thead th {
    padding-bottom: 10px; }
  .c-table tbody {
    border-top: 2px solid #a6b6c6;
    border-bottom: 2px solid #a6b6c6; }
    .c-table tbody tr:not(:first-child) {
      border-top: 1px solid #a6b6c6; }
    .wifi-multipack-main .c-table tbody th, .wifi-multipack-main
    .c-table tbody td {
      padding: 15px 0; }
    .c-table tbody th {
      background: #dce5ee; }

.c-table-wrap {
  padding: 30px 20px;
  border-radius: 6px;
  background: #fff; }

.c-tooltip {
  display: none;
  z-index: 1000;
  position: absolute;
  background-color: #6a7682;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: #fff;
  font-size: 12px; }
  .c-tooltip::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    border-style: solid;
    border-width: 5px 6px 0 6px;
    border-color: #6a7682 transparent transparent transparent; }

.c-tooltip-error {
  background-color: #e83e62; }
  .c-tooltip-error::after {
    border-color: #e83e62 transparent transparent transparent; }

.c-h {
  padding-top: 20px;
  color: #105edb;
  font-size: 48px;
  line-height: 1.33; }
  .c-h i {
    margin-right: 10px;
    width: 60px;
    height: 60px; }
    .c-h i img {
      height: 60px;
      vertical-align: top; }

.c-subh {
  margin-bottom: 14px;
  text-align: center;
  font-size: 38px;
  line-height: 1.36842; }

.c-annotation {
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 12px;
  line-height: 1.667; }
  .c-annotation + .c-annotation {
    margin-top: 1em; }

.c-indent {
  padding-left: 1em;
  text-indent: -1em; }

.c-indent-double {
  padding-left: 2em;
  text-indent: -2em; }

.c-type {
  font-size: 20px;
  line-height: 1.4; }

.c-type-xl {
  font-size: 48px;
  line-height: 1.29; }

.c-type-lg {
  font-size: 38px;
  line-height: 1.37; }

.c-type-md {
  font-size: 26px;
  line-height: 1.54; }

.c-type-sm {
  font-size: 14px;
  line-height: 2; }
  .c-h + .c-type-sm {
    margin-top: 40px; }

.c-type-xs {
  font-size: 12px;
  line-height: 2.17; }

.c-type-link {
  text-decoration: underline; }
  .c-type-link:hover {
    text-decoration: none;
    color: #105edb; }

.c-type-price {
  color: #e83e62; }

/*
## わずかなスタイル調整のための便利なクラスをインポートします。
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto;
    clip: auto; }

.invisible {
  visibility: hidden; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

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

.font-size-xl {
  font-size: 1.8em !important; }

.font-size-lg {
  font-size: 1.4em !important; }

.font-size-md {
  font-size: 0.6em !important; }

.font-size-sm {
  font-size: 0.4em !important; }

.font-size-xs {
  font-size: 0.2em !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-normal {
  font-weight: normal !important; }

.d-block {
  display: block !important;
  display: block !important; }

.d-inline-block {
  display: block !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pt-1em {
  padding-top: 1em !important; }

.pr-1em {
  padding-right: 1em !important; }

.pb-1em {
  padding-bottom: 1em !important; }

.pl-1em {
  padding-left: 1em !important; }

.mt-1em {
  margin-top: 1em !important; }

.mr-1em {
  margin-right: 1em !important; }

.mb-1em {
  margin-bottom: 1em !important; }

.ml-1em {
  margin-left: 1em !important; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.d-flex {
  display: flex !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

/*
## テストスタイルをインポートします。
*/
.simulation-modal_header {
  padding: 20px;
  background-color: #4788ee;
  font-size: 28px;
  line-height: 1.43;
  color: #fff;
  text-align: center;
  font-weight: bold; }
  .simulation-modal_header sup {
    top: -1.7em;
    font-size: 10px; }

.simulation-modal_h {
  font-weight: bold;
  text-align: center; }

.simulation-modal_subh {
  margin-top: 1.2em;
  font-weight: bold;
  color: #105edb;
  line-height: 1.4; }

.simulation-modal_container {
  padding: 30px 50px 35px;
  background-color: #eaf2ff; }

.modal-08 .simulation-modal_content {
  margin-top: 0.8em;
  padding: 30px 85px;
  background-color: #fff;
  border-radius: 6px; }

.simulation-modal_txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67; }

.simulation-modal_icn {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  fill: #105edb; }

.simulation-modal_tel .simulation-modal_icn {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

.simulation-modal_icn-desktop use:nth-of-type(2) {
  fill: #fff; }

.simulation-modal_row {
  display: flex;
  justify-content: space-between; }

.simulation-modal_col {
  width: 320px; }

.simulation-modal_badge {
  padding: 7px 0;
  border-radius: 3px;
  width: 320px;
  background-color: #4788ee; }

.simulation-modal_tel {
  font-weight: bold; }

.simulation-modal_note {
  line-height: 1.4; }

.simulation-modal_link {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap; }

.simulation-modal_txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67; }

.simulation-modal_alert {
  margin-top: 20px;
  border-radius: 6px; }
