@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,700");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct dashboard in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct dashboard in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct dashboard in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct dashboard in IE 10.
 */
[hidden] {
  display: none; }

/* font-awesome*/
/* Tools */
/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/* media quary */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.m0 {
  margin: 0 !important; }

.p0 {
  padding: 0 !important; }

.pd-none {
  padding: 0 !important; }

/*  hide anchor */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.show {
  display: block; }

.hide {
  display: none; }

/*  box layout */
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.minh-none {
  min-height: inherit !important; }

.maxh-none {
  max-height: inherit !important; }

.minw-none {
  min-width: inherit !important; }

.maxw-none {
  max-width: inherit !important; }

/*  アクセシビリティ for スクリーンリーダー */
/*
参考） https://coliss.com/articles/build-websites/operation/work/guidelines-to-improve-web-accessibility.html
*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
  display: none !important; }

* {
  box-sizing: border-box; }

:root {
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  background-color: #FFF;
  color: #000;
  font-family: "UD Shin Go Regular","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック","游 ゴシック",Yu Gothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

main {
  display: block; }

a {
  color: #004AA1;
  text-decoration: none; }
  a:link {
    color: #01579B; }
  a:visited {
    color: #01579B; }
  a:hover {
    color: #01579B;
    text-decoration: underline; }
  a:active {
    color: #EA553A; }

a:hover {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style-type: none; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

dl {
  margin: 0;
  padding: 0; }

.small-font {
  font-size: 1.2rem;
  line-height: calc(22 / 15);
  line-height: 22px;
  font-weight: 400; }

.pc-hidden {
  display: none; }

.mb10 {
  margin-bottom: 10px; }

.error-red {
  margin-top: 2px;
  font-size: 1.6rem;
  line-height: calc(35 / 20);
  color: #d7003a;
  font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal; }

.header__copy {
  font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

select::-ms-expand {
  display: none; }

input, select, textarea {
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1em;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

article {
  /*
	h1 {
		font-size: 3.6rem;
		@media screen and (max-width: 767.98px) {
			font-size: 2.4rem;
		}
	}

	h2 {
		margin-top: 3.4em;
		font-size: 2.6rem;
		@media screen and (max-width: 767.98px) {
			font-size: 2rem;
		}
		&:first-of-type {
			//margin-top: 0;
		}
	}

	h3 {
		margin-top: 2em;
		font-size: 2rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.6rem;
		}
	}

	h4 {
		font-size: 1.8rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.5rem;
		}
	}

	h5 {
		font-size: 1.5rem;
		@media screen and (max-width: 767.98px) {
			font-size: 1.5rem;
		}
	}
*/ }
  article .ex-link:after,
  article a[target="_blank"]:after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    content: "\f35d";
    position: relative;
    margin-left: 0.3em;
    font-size: .9em;
    opacity: 0.8; }
  article .small {
    font-size: 1.4rem; }
  article .caption {
    font-size: 1.2rem; }
  article code {
    padding: 0.2em 0.4em;
    margin: 0;
    border-radius: 3px;
    background-color: #F6F8F9; }
  article pre {
    padding: 1em;
    overflow: auto;
    border-radius: 3px;
    background-color: #F6F8F9;
    line-height: 1.45;
    font-size: 1.6rem;
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace; }
    article pre code {
      background: transparent; }
  article ul:not([class]) {
    margin-bottom: 40px; }
    article ul:not([class]) ul {
      margin: 0; }
      article ul:not([class]) ul li:last-child {
        margin-bottom: 0; }
  article ol:not([class]) {
    margin-bottom: 40px;
    padding-left: 1.5em; }
    article ol:not([class]) ol {
      margin: 0; }
  article dl dt {
    margin-top: .5em;
    font-weight: bold; }
    article dl dt:first-child {
      margin-top: 0; }
  article table {
    max-width: 100%;
    background: #FFFFFF;
    border-collapse: collapse;
    font-size: 1.5rem; }
    article table th, article table td {
      vertical-align: top;
      line-height: 1.4;
      box-sizing: border-box;
      word-break: break-all;
      border: 1px solid #ddd; }
    article table thead th {
      padding: 0.5em 1em;
      color: #fff;
      background: #EA553A;
      fownt-weight: bold;
      text-align: center;
      vertical-align: bottom; }
    article table tbody th, article table tbody td {
      padding: 0.5em 1em; }
    article table tbody th {
      font-weight: bold;
      text-align: left; }
    article table tbody td {
      font-size: 1.4rem; }
  article hr {
    margin: 1.8em 0;
    border-top: 2px solid #CFD8DC; }

html {
  box-sizing: border-box; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #01579B;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

/* 2dp elevation modified*/
.z-depth-1, .btn, .btn-large, .btn-small, .btn-floating {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover, .gNav__item.-trial .btn:hover, .gNav__item.-trial .btn-large:hover, .gNav__item.-trial .btn-small:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.hoverable {
  transition: box-shadow .25s; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #003e91; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #003e91; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #003e91; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table.striped tr {
    border-bottom: none; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5); }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: rgba(242, 242, 242, 0.5); }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar:not(.circle-clipper) > .circle,
      .collection .collection-item.avatar :not(.circle-clipper) > .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #EA553A;
      color: white; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #EA553A; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #EA553A; }

.collapsible .collection {
  margin: 0;
  border: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #fef4f2;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #EA553A;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #EA553A; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #EA553A;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }
  span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption); }

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto; }

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px); }

.collapsible span.badge {
  margin-left: auto; }

.sidenav span.badge {
  margin-top: calc(24px - 11px); }

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }

.btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large, .disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-small.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important; }

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0; }
  .btn i, .btn-large i, .btn-small i,
  .btn-floating i,
  .btn-large i,
  .btn-small i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #da3517; }

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #EA553A;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #ec6951; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #EA553A;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #EA553A; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0; }
    .btn-floating.btn-large.halfway-fab {
      bottom: -28px; }
    .btn-floating.btn-large i {
      line-height: 56px; }
  .btn-floating.btn-small {
    width: 32.4px;
    height: 32.4px; }
    .btn-floating.btn-small.halfway-fab {
      bottom: -16.2px; }
    .btn-floating.btn-small i {
      line-height: 32.4px; }
  .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px; }
    .btn-floating.halfway-fab.left {
      right: auto;
      left: 24px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
    padding: 0 0 0 15px; }
    .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
      text-align: right;
      right: 64px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 100%;
      left: auto;
      /*width 100% only goes to width of button container */
      width: 500px; }
      .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
        display: inline-block;
        margin: 7.5px 15px 0 0; }
  .fixed-action-btn.direction-right {
    padding: 0 15px 0 0; }
    .fixed-action-btn.direction-right ul {
      text-align: left;
      direction: rtl;
      left: 64px;
      right: auto; }
      .fixed-action-btn.direction-right ul li {
        margin: 7.5px 0 0 15px; }
  .fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0; }
    .fixed-action-btn.direction-bottom ul {
      top: 64px;
      bottom: auto;
      display: flex;
      flex-direction: column-reverse; }
      .fixed-action-btn.direction-bottom ul li {
        margin: 15px 0 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0;
      z-index: 1; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #EA553A;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:hover {
    box-shadow: none; }
  .btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px; }
  .btn-small i {
    font-size: 1.2rem; }

.btn-block {
  display: block; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

.collapsible {
  border-top: 1px solid #ccc;
  margin: 0.5rem 0 1rem 0; }

.collapsible-header {
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }
  .collapsible-header:before, .collapsible-header:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 18px;
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #ccc; }
  .collapsible-header:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .active .collapsible-header:before, .active .collapsible-header:after {
    background: #003e91; }
  .active .collapsible-header:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box; }

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  .sidenav .collapsible li,
  .sidenav.fixed .collapsible li {
    padding: 0; }

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }
  .sidenav .collapsible-header:hover,
  .sidenav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .sidenav .collapsible-header i,
  .sidenav.fixed .collapsible-header i {
    line-height: inherit; }

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }
  .sidenav .collapsible-body li a,
  .sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden; }
  .materialboxed:hover:not(.active) {
    opacity: .8; }
  .materialboxed.active {
    cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

select:focus {
  outline: 1px solid #82b7ff; }

button:focus {
  outline: none;
  background-color: #ec654c; }

label {
  font-size: 0.8rem;
  color: #ccc; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: white; }
:-ms-input-placeholder {
  color: white; }
::-ms-input-placeholder {
  color: white; }
::placeholder {
  color: white; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #F6F8F9;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
  padding: 0.8em 0.8em;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow .3s, border .3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=url]:not(.browser-default):focus:not([readonly]),
  input[type=time]:not(.browser-default):focus:not([readonly]),
  input[type=date]:not(.browser-default):focus:not([readonly]),
  input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  input[type=tel]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #003e91;
    box-shadow: 0 1px 0 0 #003e91; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:not(.browser-default):focus:not([readonly]) + label,
  input[type=password]:not(.browser-default):focus:not([readonly]) + label,
  input[type=email]:not(.browser-default):focus:not([readonly]) + label,
  input[type=url]:not(.browser-default):focus:not([readonly]) + label,
  input[type=time]:not(.browser-default):focus:not([readonly]) + label,
  input[type=date]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
  input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
  input[type=number]:not(.browser-default):focus:not([readonly]) + label,
  input[type=search]:not(.browser-default):focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #003e91; }
  input:not([type]):focus.valid ~ label,
  input[type=text]:not(.browser-default):focus.valid ~ label,
  input[type=password]:not(.browser-default):focus.valid ~ label,
  input[type=email]:not(.browser-default):focus.valid ~ label,
  input[type=url]:not(.browser-default):focus.valid ~ label,
  input[type=time]:not(.browser-default):focus.valid ~ label,
  input[type=date]:not(.browser-default):focus.valid ~ label,
  input[type=datetime]:not(.browser-default):focus.valid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
  input[type=tel]:not(.browser-default):focus.valid ~ label,
  input[type=number]:not(.browser-default):focus.valid ~ label,
  input[type=search]:not(.browser-default):focus.valid ~ label,
  textarea.materialize-textarea:focus.valid ~ label {
    color: #003e91; }
  input:not([type]):focus.invalid ~ label,
  input[type=text]:not(.browser-default):focus.invalid ~ label,
  input[type=password]:not(.browser-default):focus.invalid ~ label,
  input[type=email]:not(.browser-default):focus.invalid ~ label,
  input[type=url]:not(.browser-default):focus.invalid ~ label,
  input[type=time]:not(.browser-default):focus.invalid ~ label,
  input[type=date]:not(.browser-default):focus.invalid ~ label,
  input[type=datetime]:not(.browser-default):focus.invalid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
  input[type=tel]:not(.browser-default):focus.invalid ~ label,
  input[type=number]:not(.browser-default):focus.invalid ~ label,
  input[type=search]:not(.browser-default):focus.invalid ~ label,
  textarea.materialize-textarea:focus.invalid ~ label {
    color: #f00; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%; }

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #003e91;
  box-shadow: 0 1px 0 0 #003e91; }

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #f00;
  box-shadow: 0 1px 0 0 #f00;
  background-color: #FDF0EF; }

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #003e91; }

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f00; }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field > label {
    color: #999;
    position: absolute;
    top: 0.2em;
    left: 1em;
    font-size: 1.5rem;
    line-height: 1;
    cursor: text;
    transition: all .2s ease-out;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
            transform: translateY(12px); }
    .input-field > label:not(.label-icon).active {
      left: 0;
      -webkit-transform: translateY(-18px) scale(0.8);
              transform: translateY(-18px) scale(0.8);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
  .input-field > input[type=date]:not(.browser-default) + label,
  .input-field > input[type=time]:not(.browser-default) + label {
    -webkit-transform: translateY(-14px) scale(0.8);
            transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
  .input-field .helper-text {
    position: relative;
    min-height: 1.4em;
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    transition: all .2s; }
  .input-field .prefix {
    position: absolute;
    width: auto;
    font-size: 1.8rem;
    transition: color .2s;
    top: auto-1.8rem/2; }
    .input-field .prefix.active {
      color: #003e91; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .helper-text,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color; }
  .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none; }
  .input-field input[type=search]:focus:not(.browser-default) {
    background-color: #F6F8F9;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus:not(.browser-default) + label i,
    .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
    .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + .label-icon {
    -webkit-transform: none;
            transform: none;
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 1.8rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: auto;
  background-color: transparent; }
  textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 .8rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: auto;
    box-sizing: border-box; }

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1; }

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444; }

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px; }

/* Character Counter */
.character-counter {
  min-height: 18px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #979797; }

[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
          transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent; }

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #003e91; }

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #003e91; }

[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42); }

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494; }

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 1.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  [type="checkbox"] + span:not(.lever):before,
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #979797;
    border-radius: 1px;
    margin-top: 3px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42); }
  [type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
            transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #003e91;
  border-bottom: 2px solid #003e91;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #003e91;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent; }

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px; }

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #979797;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #F6F8F9;
  border-bottom: 2px solid #F6F8F9;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #EA553A;
  background-color: #EA553A;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #979797;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #EA553A;
  border-color: #EA553A; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #2f7be1; }
    .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
      left: 18px; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #003e91; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-transform .1s ease; }
  .switch label .lever:before {
    background-color: rgba(0, 62, 145, 0.15); }
  .switch label .lever:after {
    background-color: #F1F1F1;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 62, 145, 0.15); }

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12); }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: auto; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper.valid + label,
  .select-wrapper.invalid + label {
    width: 100%;
    pointer-events: none; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    height: auto;
    line-height: auto;
    width: 100%;
    font-size: 15px;
    margin: 0 0 4px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1; }
    .select-wrapper input.select-dropdown:focus {
      border-bottom: 1px solid #003e91; }
  .select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87); }
  .select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.42); }

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42); }

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08); }

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03); }

.select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08); }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn, .file-field .btn-large, .file-field .btn-small {
    float: left;
    height: auto;
    line-height: auto; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
    .file-field input[type=file]::-webkit-file-upload-button {
      display: none; }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #003e91;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #003e91;
    font-size: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #F6F8F9;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #003e91;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #003e91;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: -5px 0 0 0; }

input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(0, 62, 145, 0.26); }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-moz-focus-inner {
  border: 0; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #003e91;
  transition: box-shadow .3s;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range].focused:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(0, 62, 145, 0.26); }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #003e91;
  transition: box-shadow .3s; }

input[type=range].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(0, 62, 145, 0.26); }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #EA553A; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%; }
  .carousel.carousel-slider {
    top: 0;
    left: 0; }
    .carousel.carousel-slider .carousel-fixed-item {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 1; }
      .carousel.carousel-slider .carousel-fixed-item.with-indicators {
        bottom: 68px; }
    .carousel.carousel-slider .carousel-item {
      width: 100%;
      height: 100%;
      min-height: 400px;
      position: absolute;
      top: 0;
      left: 0; }
      .carousel.carousel-slider .carousel-item h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px; }
      .carousel.carousel-slider .carousel-item p {
        font-size: 15px; }
  .carousel .carousel-item {
    visibility: hidden;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0; }
    .carousel .carousel-item > img {
      width: 100%; }
  .carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .carousel .indicators .indicator-item {
      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background-color .3s;
      border-radius: 50%; }
      .carousel .indicators .indicator-item.active {
        background-color: #fff; }
  .carousel.scrolling .carousel-item .materialboxed,
  .carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none; }

/* Layout */
.l-body {
  overflow: hidden;
  width: 100%; }
  .l-body--mypage {
    background: #F8F8F8; }
  body.page-fixed .l-body {
    padding-top: 49px; }

html.noscroll, html.noscroll body {
  overflow: hidden; }

.l-footer {
  left: 0px;
  bottom: 0;
  width: 100%;
  z-index: 1000; }

.l-wrapper, .pageHeader__inner {
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative; }
  .l-wrapper.-w880, .-w880.pageHeader__inner {
    max-width: 880px; }
  .l-wrapper.-full, .-full.pageHeader__inner {
    padding-right: 0;
    padding-left: 0; }

.l-inner {
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.l-full {
  margin: 0 -200%;
  padding: 0 200%; }

.row.l-w100p {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.l-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .l-content__main {
    width: 700px;
    margin-bottom: 40px; }
  .l-content__sub {
    width: 260px; }

.l-flex {
  display: flex; }
  .l-flex.-column-re {
    flex-direction: column-reverse; }
  .l-flex.-col3-pattern-12 {
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
  .l-flex .l-flex_item-w100 {
    width: 100%; }
  .l-flex .l-flex__w408 {
    width: 100%;
    max-width: 408px;
    padding-left: 12px;
    padding-right: 12px; }
    .l-flex .l-flex__w408:nth-child(1n), .l-flex .l-flex__w408:nth-child(2n), .l-flex .l-flex__w408:nth-child(3n) {
      margin-top: 0; }
    .l-flex .l-flex__w408:nth-child(4n), .l-flex .l-flex__w408:nth-child(5n), .l-flex .l-flex__w408:nth-child(6n) {
      margin-top: 36px; }
  .l-flex .l-flex__w588 {
    max-width: 588px;
    width: 100%; }
    .l-flex .l-flex__w588.-plus-arrow {
      position: relative; }
      .l-flex .l-flex__w588.-plus-arrow:after {
        position: absolute;
        top: calc(50% - 43px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -52px;
        width: 80px;
        height: 80px;
        content: "";
        background-image: url(../../_assets/img/index/icon_plus_arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
  .l-flex .l-flex__w588 + .l-flex__w588 {
    margin-left: calc(100% - (588px*2)); }

.l-flex {
  list-style: none; }
  .l-flex.-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .l-flex.-col2 .l-flex__item {
      width: calc(50% - 15px); }
  .l-flex.-col3, .l-flex.-col6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .l-flex.-col3 .l-flex__item, .l-flex.-col6 .l-flex__item {
      width: calc(33.3% - 25px); }
  .l-flex.-col6 .l-flex__item {
    width: calc(100%/6 - 25px); }

.l-flex-sb {
  display: flex;
  justify-content: space-between; }

.l-flex-c {
  display: flex;
  justify-content: center; }

.l-flex-start {
  display: flex;
  justify-content: flex-start; }

.l-flex-end {
  display: flex;
  justify-content: flex-end; }

.l-flex-sb-c {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.l-flex-sb-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

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

.l-flex-s-c {
  display: flex;
  align-items: center; }

.l-flex-column-sb {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.flex1 {
  flex: 1; }

.l-column {
  display: flex;
  justify-content: space-between; }
  .l-column__main {
    flex: 1;
    position: relative; }
    .l-column__main > p:first-child {
      margin-top: -0.4em; }
  .l-column__main + .l-column__sub {
    padding-left: 40px; }
  .l-column__sub + .l-column__main {
    padding-left: 40px; }

/*
	縦方向に積み上げて以下の順番で左右に並べる
	1 | 2
	3 | 2
	左列に1、3、右列に2が大きく並ぶ
 */
.l-column2-dir {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 800px; }

.l-center-ma {
  margin-right: auto;
  margin-left: auto; }

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

.l-left {
  text-align: left; }

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

.l-top {
  vertical-align: top !important; }

.l-middle {
  vertical-align: middle !important; }

.l-bottom {
  vertical-align: bottom !important; }

.l-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em; }
  .l-grid > * img {
    width: 100%; }
  .l-grid.-col100 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
  .l-grid.-col200 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
  .l-grid.-col300 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .l-grid.-col400 {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }

.fl-left {
  float: left;
  margin-right: 20px; }

.fl-right {
  float: right;
  margin-left: 20px; }

.l-single {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  background: #ECEFF1; }
  .l-single__inner {
    width: 100%;
    max-width: 600px; }
  .l-single .header {
    position: relative;
    display: block;
    background: transparent; }
  .l-single .footer {
    margin: 0;
    padding: 0 0 100px;
    text-align: center;
    color: #999; }
  .l-single__main {
    padding: 0; }
    .l-single__main__inner {
      padding: 36px 90px;
      background: #fff;
      border-radius: 4px; }
    .l-single__main__title {
      margin: 0 0 0.8em;
      font-size: 2.6rem;
      text-align: center;
      line-height: 1.2; }
  .l-single__footer {
    margin: 1em 0;
    font-size: 1.3rem;
    text-align: center; }

/* Module */
.header {
  position: relative;
  transition: .3s ease-out;
  width: 100%;
  height: calc((705/1280)*100vw);
  background-image: url(../../_assets/img/index/main_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .header .header__main {
    padding-top: 4.6875vw;
    padding-left: calc((40/1280)*100vw); }
  .header .header__title {
    color: #fff; }
    .header .header__title .ja {
      padding-bottom: calc((20/1280)*100vw);
      font-size: 2.5vw;
      line-height: 1;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      border-bottom: 3px solid #fff;
      letter-spacing: 0.1em; }
    .header .header__title .en {
      padding-top: 4.6875vw;
      line-height: 1.47;
      font-size: 8.59375vw;
      font-family: "Oswald", sans-serif;
      letter-spacing: -0.02em; }
  .header .header__copy01 {
    margin-top: 2.1875vw;
    color: #fff;
    font-size: 1.5625vw;
    line-height: calc(70 / 40);
    font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: lighter; }
  .header .header__copy02 {
    position: absolute;
    top: 0;
    right: 3.125vw;
    width: 25vw;
    height: 16.40625vw; }
  .header .l-wrapper, .header .pageHeader__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 100px;
    transition: all .2s; }
  .header .header__copy {
    margin-left: 15px;
    padding: 1px 7px;
    font-size: 1.5rem;
    color: #003e91;
    border: 2px solid #003e91;
    font-weight: bold; }

.header-page {
  background-color: #003e91; }
  .header-page .header-page__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: calc(235px/2);
    padding-left: 40px;
    padding-right: 40px; }
    .header-page .header-page__wrap .header-page__title {
      width: 290px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fff; }
      .header-page .header-page__wrap .header-page__title .en {
        font-size: 4.1rem;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        text-align: center;
        line-height: 1; }
      .header-page .header-page__wrap .header-page__title .ja {
        margin-top: 10px;
        font-size: 1.6rem;
        color: #fff;
        font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1; }
    .header-page .header-page__wrap .header-page__contents {
      padding: 5px 54.5px;
      color: #fff;
      border: 1px solid #fff; }

.gNav {
  height: 100%; }
  .gNav__list {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1;
    list-style: none; }
  .gNav__item {
    padding: 0;
    line-height: 1;
    height: 100%; }
    .gNav__item:last-child {
      padding-right: 0; }
    .gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
      position: relative;
      display: flex;
      flex-flow: column;
      justify-content: center;
      text-align: center;
      height: 100%;
      padding: 0 1em 0;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1;
      color: #333;
      transition: all .2s ease-out; }
      .fixed .gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
        height: 26px; }
    .gNav__item.-trial {
      display: flex;
      flex-flow: column;
      justify-content: center;
      text-align: center;
      margin-left: 1em; }
      .gNav__item.-trial .btn, .gNav__item.-trial .btn-large, .gNav__item.-trial .btn-small {
        padding: 0 1em;
        color: #fff;
        line-height: 36px;
        font-size: 1.3rem;
        font-weight: bold;
        box-shadow: 0 0 0; }
        .gNav__item.-trial .btn:after, .gNav__item.-trial .btn-large:after, .gNav__item.-trial .btn-small:after {
          content: none; }
        .gNav__item.-trial .btn:hover, .gNav__item.-trial .btn-large:hover, .gNav__item.-trial .btn-small:hover {
          background-color: #ec6951; }
    .gNav__item.current a,
    .gNav__item a:not(.btn):not(.btn-large):not(.btn-small):hover {
      color: #fff !important;
      background-color: #37474F;
      text-decoration: none; }

.gNavSub__list {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  list-style: none; }

.gNavSub__item {
  margin-top: -5px;
  padding: 5px 20px 5px 0; }
  .gNavSub__item:last-child {
    padding-right: 0; }
  .gNavSub__item.-en {
    padding-left: 20px;
    border-left: solid 1px #ddd; }

.gNavSub a {
  position: relative;
  padding-bottom: 0.5em;
  color: #555; }
  .gNavSub a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    height: 1px;
    background: #fff;
    transition: all 0.2s; }
  .gNavSub a:hover {
    color: #fff;
    text-decoration: none; }
    .gNavSub a:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.gNavSP__langList {
  position: absolute;
  right: 50px;
  top: 0;
  display: flex;
  margin: 0;
  padding: 0;
  color: #999;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  height: 44px;
  overflow: hidden; }
  .gNavSP__langList__item a, .gNavSP__langList__item b {
    display: block;
    padding: 17px; }
  .gNavSP__langList__item a {
    color: #fff; }

.gNavSP .burger {
  z-index: 1020; }

.gNavSP .burger__text {
  transition: all 0.2s; }

.gNavSP__list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-right: -16px; }

.gNavSP__item:first-child.-main {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 15px; }
  .gNavSP__item:first-child.-main a {
    color: #666; }

.gNavSP__item {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  line-height: 1;
  transition: all 0.2s; }
  .gNavSP__item a {
    display: block;
    padding: 18.5px 16px;
    font-size: 1.3rem;
    color: #333;
    transition: padding .2s; }
    .gNavSP__item a:hover {
      text-decoration: none; }
      .gNavSP__item a:hover:before {
        color: #fff; }
    .gNavSP__item a:active:before {
      left: 4px; }
  .gNavSP__item:nth-child(odd) {
    background-color: #f5f5f5; }
  .gNavSP__item.-main {
    font-weight: bold;
    font-size: 1.4rem;
    background: transparent; }
    .gNavSP__item.-main a {
      font-size: 1.3rem;
      color: #333; }
      .gNavSP__item.-main a:before {
        color: #2D6B8B; }
    .gNavSP__item.-main:hover, .gNavSP__item.-main:active {
      background-color: #eee; }
  .gNavSP__item.-sp {
    display: none; }
  .gNavSP__item.-blank a:before {
    content: "\f35d"; }

.footer {
  width: 100%;
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #003e91;
  color: #fff;
  text-align: center; }
  .footer .footer__title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .footer .footer__title .en {
      font-size: 4.1rem;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      text-align: center;
      line-height: 1; }
    .footer .footer__title .ja {
      margin-top: 10px;
      font-size: 1.6rem;
      color: #fff;
      font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1; }
  .footer .footer__copy {
    margin-top: 36px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem; }
    .footer .footer__copy small {
      font-size: 100%; }

.footer-fixed {
  position: fixed;
  bottom: 50px;
  right: 0;
  height: 50px; }
  .footer-fixed .footer-totop {
    margin-top: 10px; }
    .footer-fixed .footer-totop svg {
      vertical-align: top;
      width: 23px;
      height: 13px; }
  .footer-fixed button {
    display: block;
    width: 50px;
    height: 50px;
    padding: 18px 0 19px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    transition: background .2s ease;
    font-size: 1em;
    cursor: pointer;
    -webkit-appearance: button; }

.text.-green {
  color: #84C204;
  border-color: #84C204; }

.text.-blue {
  color: #0B70C9;
  border-color: #0B70C9; }

.text.-gray {
  color: #BBBBBB;
  border-color: #BBBBBB; }

.text.-red {
  color: #b7282e;
  border-color: #E00C3A; }

.text.-pink {
  color: #FF5B5B;
  border-color: #FF5B5B; }

.text.-orange {
  color: #FF8C01;
  border-color: #FF8C01; }

.text.-underline {
  padding-bottom: 0.1em;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

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

.text.-normal, .text.pageHeader.-error404 {
  font-weight: normal !important; }

.text.-nowrap {
  white-space: nowrap !important; }

.text.-large {
  font-size: 2rem !important; }

.text.-small {
  font-size: 1.3rem !important; }

.text.-medium {
  font-size: 1.6rem !important; }

.text-xxlarger {
  font-size: 1.6em; }

.text-xlarger {
  font-size: 1.4em; }

.text-larger {
  font-size: 1.2em; }

.text-smaller {
  font-size: 0.8em; }

.fz10 {
  font-size: 1.0rem; }

.fz11 {
  font-size: 1.1rem; }

.fz12 {
  font-size: 1.2rem; }

.fz13 {
  font-size: 1.3rem; }

.fz14 {
  font-size: 1.4rem; }

.fz15 {
  font-size: 1.5rem; }

.fz16 {
  font-size: 1.6rem; }

.fz17 {
  font-size: 1.7rem; }

.fz18 {
  font-size: 1.8rem; }

.fz19 {
  font-size: 1.9rem; }

.fz20 {
  font-size: 2.0rem; }

.lh1 {
  line-height: 1; }

.lh1-1 {
  line-height: 1.1; }

.lh1-2 {
  line-height: 1.2; }

.lh1-3 {
  line-height: 1.3; }

.lh1-4 {
  line-height: 1.4; }

.lh1-5 {
  line-height: 1.5; }

.lh1-6 {
  line-height: 1.6; }

.lh1-7 {
  line-height: 1.7; }

.lh1-8 {
  line-height: 1.8; }

.lh1-9 {
  line-height: 1.9; }

.lh2 {
  line-height: 2; }

.box, .boxType2, .boxNote, .boxNotice {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 1.5em 2em;
  border: 1px solid #003e91; }
  .box p, .boxType2 p, .boxNote p, .boxNotice p {
    margin-bottom: 1em; }
  .box > *:first-child, .boxType2 > *:first-child, .boxNote > *:first-child, .boxNotice > *:first-child {
    margin-top: 0; }
  .box > *:last-child, .boxType2 > *:last-child, .boxNote > *:last-child, .boxNotice > *:last-child {
    margin-bottom: 0; }
  .boxType2 {
    border: none;
    background-color: #F6F8F9; }
  .boxNote {
    border: none;
    background: #f5f5f5; }
  .boxNotice {
    border: none;
    background: #fff680; }

.boxBorder {
  border: solid 1px #ccc; }

.boxBorderTop {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px #ccc; }

.btn-wrap {
  text-align: center; }
  .btn-wrap.-mt40 {
    margin-top: 40px; }
  .btn-wrap.-mt75 {
    margin-top: 5.85938vw; }

.btn01,
a.btn01 {
  display: inline-block;
  padding: 1em 6.232em;
  text-align: center;
  font-size: 2.03125vw;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  .btn01.-blue,
  a.btn01.-blue {
    background: #0384C6; }
  .btn01.-red,
  a.btn01.-red {
    background-color: #EA553A; }
  .btn01.-large,
  a.btn01.-large {
    padding: 29px 64px;
    font-size: 4rem; }
  .btn01.-submit,
  a.btn01.-submit {
    width: 282px;
    padding: 13px 10px;
    font-size: 2rem; }
    .btn01.-submit:hover,
    a.btn01.-submit:hover {
      border: none; }
    .btn01.-submit:focus,
    a.btn01.-submit:focus {
      outline: none; }
  .btn01.-small,
  a.btn01.-small {
    width: 282px;
    padding: 13px 10px;
    font-size: 2rem; }

.btn-black {
  background: linear-gradient(#000 0%, #434343 50%, #000 50%);
  border-bottom: 3px solid #000; }
  .btn-black.-submit {
    border: none;
    border-bottom: 3px solid #000; }
  .btn-black:hover {
    margin-top: 3px;
    border: none; }

.btn-return {
  background: linear-gradient(#666 0%, #737373 50%, #666 50%);
  border-bottom: 3px solid #666; }
  .btn-return.-submit {
    border: none;
    border-bottom: 3px solid #666; }
  .btn-return:hover {
    margin-top: 3px;
    border: none; }

.btn-red {
  background: linear-gradient(#d90d44 0%, #df3261 50%, #d7003a 50%);
  border-bottom: 3px solid #9b0026; }
  .btn-red.-submit {
    border: none;
    border-bottom: 3px solid #9b0026; }
  .btn-red:hover {
    margin-top: 3px;
    border: none; }
  .btn-red span {
    position: relative;
    padding-right: 50px; }
    .btn-red span:after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 40px;
      height: 40px;
      content: "";
      background-image: url(../../_assets/img/index/icon_arrow_down_red.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }

.btn-blue,
a.btn-blue {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 13.5px 0 25.5px;
  justify-content: center;
  font-size: 4rem;
  background: linear-gradient(#0d4897 0%, #3264a7 50%, #003e91 50%);
  border-bottom: 3px solid #002069;
  border-radius: 5px;
  color: #fff; }
  .btn-blue.-normal, .btn-blue.pageHeader.-error404,
  a.btn-blue.-normal,
  a.btn-blue.pageHeader.-error404 {
    border: none;
    border-bottom: 3px solid #002069; }
    .btn-blue.-normal:hover, .btn-blue.pageHeader.-error404:hover,
    a.btn-blue.-normal:hover,
    a.btn-blue.pageHeader.-error404:hover {
      margin-top: 3px;
      border: none; }
  .btn-blue:after,
  a.btn-blue:after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18px;
    height: 9px;
    content: "";
    background-image: url(../../_assets/img/index/icon_arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .btn-blue span,
  a.btn-blue span {
    position: relative;
    padding-left: 80px;
    font-size: 6rem;
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .btn-blue span:before,
    a.btn-blue span:before {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 60px;
      height: 60px;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .btn-blue span.part01:before,
    a.btn-blue span.part01:before {
      background-image: url(../../_assets/img/index/icon_point01.svg); }
    .btn-blue span.part02:before,
    a.btn-blue span.part02:before {
      background-image: url(../../_assets/img/index/icon_point02.svg); }
    .btn-blue span.part03:before,
    a.btn-blue span.part03:before {
      background-image: url(../../_assets/img/index/icon_point03.svg); }
  .btn-blue:hover,
  a.btn-blue:hover {
    margin-top: 3px;
    border: none; }

.form-table {
  margin-top: 24px; }
  .form-table .form-table-wrap {
    display: flex; }
    .form-table .form-table-wrap .form-table-head {
      width: 180px;
      padding: 0 0 0 20px;
      display: flex;
      align-items: center;
      background-color: #E2F2FD;
      font-size: 1.6rem;
      color: #000;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      white-space: nowrap; }
      .form-table .form-table-wrap .form-table-head.-first {
        border-top: 1px solid #ccc; }
    .form-table .form-table-wrap .form-table-body {
      width: calc(100% - 180px);
      width: 714px; }
    .form-table .form-table-wrap .form-table-row .row-head {
      flex: 0 0 233px;
      width: 233px;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .form-table .form-table-row {
    display: flex;
    min-height: 50px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    background-color: #E2F2FD; }
    .form-table .form-table-row.-first {
      border-top: 1px solid #ccc; }
    .form-table .form-table-row .row-head {
      position: relative;
      width: 278px;
      padding: 0 0 0 20px;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .form-table .form-table-row .row-head.-plus {
        flex: 0 0 413px; }
      .form-table .form-table-row .row-head label {
        font-size: 1.6rem;
        color: #000; }
      .form-table .form-table-row .row-head .need {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 60px;
        height: 20px;
        padding: 3px 0;
        display: inline-block;
        text-align: center;
        font-size: 1.4rem;
        line-height: 1;
        background-color: #d7003a;
        color: #fff; }
    .form-table .form-table-row label {
      display: inline-block; }
    .form-table .form-table-row .row-data {
      flex: 1 1 auto;
      width: 598px;
      padding: 11px 20px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff; }
      .form-table .form-table-row .row-data :placeholder-shown {
        line-height: 1; }
      .form-table .form-table-row .row-data input:not([type="submit"]), .form-table .form-table-row .row-data textarea {
        padding: 15.5px 10px;
        margin-bottom: 0;
        border-radius: 5px;
        box-sizing: border-box;
        border: 1px solid #999;
        line-height: normal;
        background-color: #fff; }
      .form-table .form-table-row .row-data input:not([type="submit"]).is-error, .form-table .form-table-row .row-data textarea.is-error {
        border: 2px solid #d7003a;
        background: #fbe5eb; }
      .form-table .form-table-row .row-data input + input {
        margin-top: 10px; }
      .form-table .form-table-row .row-data [type="radio"]:not(:checked) + span, .form-table .form-table-row .row-data [type="radio"]:checked + span {
        padding-left: 25px;
        font-size: 1.6rem;
        color: #000; }
      .form-table .form-table-row .row-data [type="checkbox"] + span:not(.lever) {
        padding-left: 25px;
        font-size: 1.6rem;
        color: #000; }
      .form-table .form-table-row .row-data [type="radio"]:not(:checked) + span:before, .form-table .form-table-row .row-data [type="radio"]:not(:checked) + span:after {
        border: 1px solid #979797; }
      .form-table .form-table-row .row-data ::-webkit-input-placeholder {
        color: #999; }
      .form-table .form-table-row .row-data :-ms-input-placeholder {
        color: #999; }
      .form-table .form-table-row .row-data ::-ms-input-placeholder {
        color: #999; }
      .form-table .form-table-row .row-data ::placeholder {
        color: #999; }
      .form-table .form-table-row .row-data .browser-default {
        width: 288px;
        height: 50px;
        font-size: 1.4rem;
        border-radius: 5px; }
      .form-table .form-table-row .row-data .form-size-micro {
        width: 140px; }
        .form-table .form-table-row .row-data .form-size-micro.-blue {
          border: 2px solid #003E91; }
        .form-table .form-table-row .row-data .form-size-micro.-green {
          border: 2px solid #6EB200; }
        .form-table .form-table-row .row-data .form-size-micro.-red {
          border: 2px solid #E93C2C; }
        .form-table .form-table-row .row-data .form-size-micro.is-error.-blue {
          border: 2px solid #003E91; }
        .form-table .form-table-row .row-data .form-size-micro.is-error.-green {
          border: 2px solid #6EB200; }
        .form-table .form-table-row .row-data .form-size-micro.is-error.-red {
          border: 2px solid #E93C2C; }
      .form-table .form-table-row .row-data .form-size-short {
        width: 150px; }
      .form-table .form-table-row .row-data .form-size-medium {
        width: 288px; }
      .form-table .form-table-row .row-data .flex-wrap {
        display: flex;
        align-items: center; }
        .form-table .form-table-row .row-data .flex-wrap.-gut input + input {
          margin-top: 0;
          margin-left: 5px; }
        .form-table .form-table-row .row-data .flex-wrap.-gut-plus input + input {
          margin-top: 0;
          margin-left: 10px; }
        .form-table .form-table-row .row-data .flex-wrap .flex-wrap__tel {
          width: 76px;
          padding-right: 10px;
          font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .form-table .form-table-row .row-data .flex-wrap + .flex-wrap {
        margin-top: 5px; }
      .form-table .form-table-row .row-data .form-msg {
        position: relative;
        margin-top: 3px;
        padding-left: 20px;
        letter-spacing: 0.001em;
        font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .form-table .form-table-row .row-data .form-msg.-mt-plus {
          margin-top: 10px; }
        .form-table .form-table-row .row-data .form-msg:before {
          position: absolute;
          content: '※';
          top: 0;
          left: 0; }
      .form-table .form-table-row .row-data .car-number {
        width: 300px;
        margin: 10px 0; }
        .form-table .form-table-row .row-data .car-number img {
          width: 100%; }
      .form-table .form-table-row .row-data [type="checkbox"] + span:not(.lever):before, .form-table .form-table-row .row-data [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        border: none; }
      .form-table .form-table-row .row-data [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
        border: 1px solid #979797;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .form-table .form-table-row .row-data [type="checkbox"]:checked + span:not(.lever):before {
        top: 3px;
        left: 1px;
        width: calc(12px/2);
        height: calc(22px/2);
        border-right: 2px solid #003e91;
        border-bottom: 2px solid #003e91;
        transition: none; }
      .form-table .form-table-row .row-data [type="radio"]:checked + span:after, .form-table .form-table-row .row-data [type="radio"].with-gap:checked + span:after {
        background-color: #003e91; }
      .form-table .form-table-row .row-data [type="radio"]:checked + span:after, .form-table .form-table-row .row-data [type="radio"].with-gap:checked + span:before, .form-table .form-table-row .row-data [type="radio"].with-gap:checked + span:after {
        border: none; }
      .form-table .form-table-row .row-data [type="radio"] + span:after {
        width: 8px;
        height: 8px;
        top: 4px;
        left: 4px; }
      .form-table .form-table-row .row-data [type="radio"]:checked + span:before {
        border: 1px solid #979797; }
      .form-table .form-table-row .row-data .horizontal-item {
        display: flex;
        flex-direction: column;
        margin-left: 2px; }
      .form-table .form-table-row .row-data .select-contents {
        display: flex; }
        .form-table .form-table-row .row-data .select-contents .select-wrap + .select-wrap {
          margin-left: 40px; }
      .form-table .form-table-row .row-data .select-wrap {
        position: relative;
        width: 288px;
        height: 50px; }
        .form-table .form-table-row .row-data .select-wrap.-short {
          width: 192px; }
          .form-table .form-table-row .row-data .select-wrap.-short .browser-default {
            width: 192px;
            margin-right: 5px; }
        .form-table .form-table-row .row-data .select-wrap.-date-meta {
          width: 150px;
          display: flex;
          align-items: center; }
          .form-table .form-table-row .row-data .select-wrap.-date-meta .browser-default {
            width: 150px;
            margin-right: 7px; }
        .form-table .form-table-row .row-data .select-wrap.-date-meta-short {
          width: 70px;
          display: flex;
          align-items: center; }
          .form-table .form-table-row .row-data .select-wrap.-date-meta-short .browser-default {
            width: 70px;
            margin-right: 7px; }
        .form-table .form-table-row .row-data .select-wrap select {
          position: relative;
          border: 1px solid #ccc;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          background: white url(../../_assets/img/index/select_arrow.svg) no-repeat right 9px center/7px 20px; }
        .form-table .form-table-row .row-data .select-wrap select:focus {
          outline: none; }
      .form-table .form-table-row .row-data textarea:focus {
        outline: none;
        box-shadow: 0 1px 0 0 #006F92; }
  .form-table.-confirmation .form-table-row .row-data {
    padding: 21px 20px 21px 0; }

.form-button {
  margin-top: 32px;
  display: flex;
  justify-content: center; }
  .form-button.-mt50 {
    margin-top: 50px; }
  .form-button form + form {
    margin-left: 20px; }

input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0; }

.login__form {
  padding-top: 20px; }

.login__msg {
  font-size: 1.5rem; }
  .login__msg.-left {
    text-align: left; }

.login__reminder {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  text-align: center; }

.login__acction .btn, .login__acction .btn-large, .login__acction .btn-small {
  height: 44px;
  font-weight: bold;
  font-size: 1.6rem; }

.login__link {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 1.4rem; }

.snslogin {
  margin-top: 2em;
  padding-bottom: 1em; }
  .snslogin__title {
    margin: 0 0 1.5em;
    overflow: hidden;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal; }
    .snslogin__title span {
      position: relative;
      display: inline-block;
      margin: 0 2.5em;
      padding: 0 1em;
      text-align: left; }
      .snslogin__title span::before, .snslogin__title span::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #ccc; }
      .snslogin__title span::before {
        right: 100%; }
      .snslogin__title span::after {
        left: 100%; }
  .snslogin .snslogin__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0 0 2em; }
    .snslogin .snslogin__list__item {
      position: relative;
      margin-bottom: 0;
      padding-left: 0;
      line-height: 0;
      width: 33.3%;
      padding: 0 !important;
      margin-right: 10px; }
      .snslogin .snslogin__list__item:before {
        content: none !important;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .snslogin .snslogin__list__item:last-child {
        margin-right: 0; }
      .snslogin .snslogin__list__item a {
        display: inline-block;
        vertical-align: middle;
        height: 44px;
        line-height: 44px;
        font-weight: bold; }
        .snslogin .snslogin__list__item a i {
          margin-right: 10px;
          vertical-align: middle;
          font-size: 28px;
          font-weight: normal;
          line-height: 1; }
  .snslogin__text {
    font-size: 1.3rem;
    line-height: 1.4; }

.bg-red {
  background: #E00C3A; }

.bg-gray {
  background: #888888; }

.bg-lightgray {
  background: #f5f5f5; }

.heading01 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 6rem;
  line-height: 1.75;
  text-align: center;
  color: #003e91; }
  .heading01:after {
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "料金システム";
    font-size: 1.8rem;
    line-height: 1;
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .heading01.-price:after {
    content: "料金システム"; }
  .heading01.-contact:after {
    content: "お問い合わせ"; }

.table.-type1 {
  border-bottom: 1px solid #EA553A; }
  .table.-type1 th, .table.-type1 td {
    border-top: 1px solid #EA553A;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    vertical-align: top;
    line-height: 1.88;
    background: transparent; }
  .table.-type1 th {
    padding-left: 2em;
    text-align: right;
    white-space: nowrap; }
  .table.-type1 td {
    text-align: left;
    padding-left: 2em; }

.table.-type2 {
  border-bottom: 1px solid #ccc; }
  .table.-type2 th, .table.-type2 td {
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    vertical-align: top;
    line-height: 1.88;
    background: transparent; }
  .table.-type2 th {
    white-space: nowrap; }
  .table.-type2 thead th, .table.-type2 thead td {
    border-top: none; }
  .table.-type2 thead th {
    width: 80px;
    color: #666; }
    .table.-type2 thead th:nth-child(2) {
      width: 45%;
      background-color: #ECEFF1; }
    .table.-type2 thead th:nth-child(3) {
      width: 45%;
      background-color: #DBE0E3; }
  .table.-type2 tbody div div {
    width: 47%; }

.table.-type3 {
  font-size: 1.6rem; }
  .table.-type3 th {
    width: 50%;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: bold; }
    .table.-type3 th.col1 {
      background-color: #666; }
    .table.-type3 th.col2 {
      background-color: #003e91; }
  .table.-type3 td {
    padding: 1em;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem; }
    .table.-type3 td.col1 {
      background-color: #F6F8F9; }
    .table.-type3 td.col2 {
      font-weight: bold;
      background-color: #fff; }
  .table.-type3 tr:nth-child(even) td.col1 {
    background-color: #ECEFF1; }
  .table.-type3 tr:nth-child(even) td.col2 {
    background-color: #D8F4F8; }

.table.-price thead tr {
  border: none; }

.table.-price thead th {
  color: #333;
  font-weight: normal;
  font-size: 2rem;
  border: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  vertical-align: top; }

.table.-price tbody tr {
  border: none; }

.table.-price tbody th, .table.-price tbody td {
  width: 33%;
  padding: 1em;
  border: none;
  border-radius: 0;
  font-size: 1.6rem; }

.table.-price tbody th {
  font-weight: normal;
  background-color: #F0F3F5; }

.table.-price tbody td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.table.-price tbody .col1 {
  background-color: rgba(255, 202, 40, 0.3); }

.table.-price tbody .col2 {
  background-color: #D8F4F8; }

.table.-price tbody tr:nth-child(even) th {
  background-color: #fff; }

.table.-price tbody tr:nth-child(even) .col1 {
  background-color: #fff; }

.table.-price tbody tr:nth-child(even) .col2 {
  background-color: #F7FDFE; }

.table.-price tbody .fa-circle {
  font-size: 26px;
  color: #003e91; }

.table.-price thead .col1 {
  border: 3px solid #FFFF66;
  border-bottom: none; }

.table.-price tbody .col1 {
  border: 3px solid #FFFF66;
  border-width: 0 3px; }

.table.-price tbody tr:last-child .col1 {
  border-bottom-width: 3px; }

.table.-price .plan {
  padding: 15px 15px 20px;
  vertical-align: top; }
  .table.-price .plan__title {
    margin: 0;
    font-size: 2rem;
    font-weight: normal; }
  .table.-price .plan__price {
    margin-bottom: 2px;
    font-size: 2rem;
    font-weight: bold;
    color: #003e91; }
    .table.-price .plan__price strong {
      font-size: 1.5em; }
    .table.-price .plan__price .small {
      font-size: 0.75em; }

.table.-price .notice {
  display: block;
  padding-top: 0.2em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal; }

a.arrow:before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: bold;
  content: "\f0da";
  position: relative;
  margin-right: 0.2em;
  font-size: 1em; }

.mouse-ul:hover {
  text-decoration: underline; }

/*
  var : 共通変数
*/
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
.check li {
  position: relative;
  margin-top: 27px;
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  line-height: 26px;
  color: #555;
  font-weight: 500; }
  .check li span {
    position: relative;
    font-size: 2.4rem;
    line-height: calc(26 / 24);
    line-height: 26px;
    z-index: 2; }
  .check li span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    left: 0;
    bottom: 0;
    background-color: #FFFF66;
    z-index: -1; }

.check li:nth-child(1n) {
  margin-top: 0; }

.check li:nth-child(2n) {
  margin-top: 27px; }

.check li:nth-child(3n) {
  margin-top: 18px; }

.check li:nth-child(5n) {
  margin-top: 22px; }

.check li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 21px;
  height: 16px;
  background-image: url(../../_assets/img/common/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.blue-point li {
  position: relative;
  padding-left: 14px; }
  .blue-point li.gut {
    margin-top: 7px; }

.blue-point li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  background-color: #006F92;
  width: 9px;
  height: 9px;
  border-radius: 20px; }

.list, article ul:not([class]), .list.-arrow, .list.-arrow2, .list.-circle, .list.-check, .list.-link {
  padding-left: 0;
  list-style: none; }
  .list > li, article ul:not([class]) > li, .list.-arrow > li, .list.-arrow2 > li, .list.-circle > li, .list.-check > li, .list.-link > li {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 1.8rem;
    line-height: 1.44; }
    .list > li:before, article ul:not([class]) > li:before, .list.-arrow > li:before, .list.-arrow2 > li:before, .list.-circle > li:before, .list.-check > li:before, .list.-link > li:before {
      font-family: "Font Awesome 5 Free";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: bold;
      content: "\f111";
      position: absolute;
      left: 0.4rem;
      top: 0.4em;
      color: #EA553A;
      font-size: 10px;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
  .list.-none, article ul.-none:not([class]), .list.-iconFa, article ul.-iconFa:not([class]), .list.-circleGreen, article ul.-circleGreen:not([class]) {
    padding-left: 0; }
    .list.-none > li, article ul.-none:not([class]) > li, .list.-iconFa > li, article ul.-iconFa:not([class]) > li, .list.-circleGreen > li, article ul.-circleGreen:not([class]) > li {
      padding-left: 0; }
      .list.-none > li:before, article ul.-none:not([class]) > li:before, .list.-iconFa > li:before, article ul.-iconFa:not([class]) > li:before, .list.-circleGreen > li:before, article ul.-circleGreen:not([class]) > li:before {
        content: none; }
  .list.-number li, article ul.-number:not([class]) li {
    position: relative;
    padding-left: 2.5em; }
  .list.-alpha li, article ul.-alpha:not([class]) li {
    position: relative;
    padding-left: 2.5em; }
  .list.-indent li, article ul.-indent:not([class]) li {
    position: relative;
    margin-left: 1.5em; }
  article ul.-arrow:not([class]), .-arrow.list, .list.-arrow2, .list.-circle, .list.-check, .list.-link {
    margin-left: 0.1em; }
    article ul.-arrow:not([class]) li, .-arrow.list li, .list.-arrow2 li, .list.-circle li, .list.-check li, .list.-link li {
      padding-left: 1em; }
      article ul.-arrow:not([class]) li:before, .-arrow.list li:before, .list.-arrow2 li:before, .list.-circle li:before, .list.-check li:before, .list.-link li:before {
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-weight: bold;
        content: "\f054";
        top: 0.4em;
        left: 2px;
        line-height: 1;
        color: #ddd;
        font-size: 1.2rem;
        -webkit-transform: scale(1);
                transform: scale(1); }
    article ul.-arrow.-down:not([class]) li:before, .-arrow.-down.list li:before, .-down.list.-arrow2 li:before, .-down.list.-circle li:before, .-down.list.-check li:before, .-down.list.-link li:before, article ul.-down.-arrow2:not([class]) li:before, article ul.-down.-circle:not([class]) li:before, article ul.-down.-check:not([class]) li:before, article ul.-down.-link:not([class]) li:before {
      content: "\f0d7"; }
  article ul.-arrow2:not([class]) li, .-arrow2.list li {
    padding-left: 1em; }
    article ul.-arrow2:not([class]) li:before, .-arrow2.list li:before {
      font-family: "Font Awesome 5 Free";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: bold;
      content: "\f0da";
      top: 0.3em;
      left: 4px;
      line-height: 1;
      color: #EA553A;
      font-size: 1.4rem; }
  article ul.-arrow2.-down:not([class]) li:before, .-arrow2.-down.list li:before {
    content: "\f0d7"; }
  .list.-arrow3 li, article ul.-arrow3:not([class]) li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem; }
    .list.-arrow3 li:nth-child(odd), article ul.-arrow3:not([class]) li:nth-child(odd) {
      background-color: #F6F8F9; }
    .list.-arrow3 li:before, article ul.-arrow3:not([class]) li:before {
      content: none; }
    .list.-arrow3 li a, article ul.-arrow3:not([class]) li a {
      display: block;
      padding: 0.6em 1em 0.6em 0.4em;
      color: #333; }
      .list.-arrow3 li a:before, article ul.-arrow3:not([class]) li a:before {
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-weight: bold;
        content: "\f0da";
        top: 0.3em;
        left: 4px;
        margin-right: 0.5em;
        line-height: 1;
        color: #EA553A;
        font-size: 1.4rem; }
      .list.-arrow3 li a:hover, article ul.-arrow3:not([class]) li a:hover {
        background-color: rgba(0, 62, 145, 0.3);
        text-decoration: none; }
        .list.-arrow3 li a:hover:before, article ul.-arrow3:not([class]) li a:hover:before {
          color: #003e91; }
  article ul.-circle:not([class]) li:before, .-circle.list li:before {
    content: "\f111";
    top: 0.2em;
    left: 0.7em;
    color: #EA553A; }
  article ul.-check:not([class]) li:before, .-check.list li:before {
    content: "\f00c";
    top: 0.2em;
    left: 0.7em;
    color: #EA553A; }
  article ul.-link:not([class]) li:before, .-link.list li:before {
    color: #EA553A; }
  article ul.-link:not([class]) a:link, .-link.list a:link {
    color: #EA553A; }
  .list.-type2, article ul.-type2:not([class]) {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #003e91; }
    .list.-type2 > li, article ul.-type2:not([class]) > li {
      font-size: 1.8rem;
      font-weight: bold;
      list-style: none;
      color: #003e91; }
      .list.-type2 > li:before, article ul.-type2:not([class]) > li:before {
        content: none; }
  .list.-iconFa > li, article ul.-iconFa:not([class]) > li, .list.-circleGreen > li, article ul.-circleGreen:not([class]) > li {
    padding-left: 1.4em;
    line-height: 1.6; }
    .list.-iconFa > li i.far, article ul.-iconFa:not([class]) > li i.far, .list.-circleGreen > li i.far, article ul.-circleGreen:not([class]) > li i.far, .list.-iconFa > li i.fas, article ul.-iconFa:not([class]) > li i.fas, .list.-circleGreen > li i.fas, article ul.-circleGreen:not([class]) > li i.fas, .list.-iconFa > li i.fab, article ul.-iconFa:not([class]) > li i.fab, .list.-circleGreen > li i.fab, article ul.-circleGreen:not([class]) > li i.fab {
      position: absolute;
      left: 0;
      top: 0.3em; }
  .list.-circleGreen, article ul.-circleGreen:not([class]) {
    margin: 0; }
    .list.-circleGreen > li, article ul.-circleGreen:not([class]) > li {
      padding-left: 1em;
      line-height: 1.6; }
      .list.-circleGreen > li i.far, article ul.-circleGreen:not([class]) > li i.far, .list.-circleGreen > li i.fas, article ul.-circleGreen:not([class]) > li i.fas, .list.-circleGreen > li i.fab, article ul.-circleGreen:not([class]) > li i.fab {
        position: absolute;
        left: 0;
        top: 0.6em;
        color: #EA553A;
        font-size: 0.8em; }
  .list.-inline li, article ul.-inline:not([class]) li {
    display: inline-block; }

.listSns {
  display: flex;
  vertical-align: top; }
  .listSns__item {
    margin-right: 20px; }
    .listSns__item.-facebook {
      margin-top: -9px; }

.accordion-button {
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block; }
  .accordion-button:hover {
    text-decoration: underline; }
  .accordion-button img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 0.4s;
    margin: 0 10px 0 8px; }
  .accordion-button.active img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: 0.4s; }

.accordion-content {
  display: none; }

.label {
  display: inline-block;
  padding: 0.45em 1em 0.4em;
  font-size: 0.55em;
  line-height: 1;
  vertical-align: top; }
  .label.-round {
    border-radius: 3px; }
  .label.-black {
    color: #fff;
    background-color: #555; }
  .label.-tag {
    margin-right: 0.4em;
    padding: 0.5em 0.8em;
    font-size: 1.2rem;
    border-radius: 3px; }
  .label.-big {
    font-size: 1.6rem;
    vertical-align: middle; }
  .label.-small {
    font-size: 1rem;
    font-weight: bold; }

.burger {
  display: none; }
  .burger:focus {
    outline: none;
    background: transparent; }
  .burger .burger__text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 9px;
    font-family: Helvetica;
    font-size: 1rem;
    color: #006F92; }
  .burger.open .burger__text {
    color: #fff; }
  .burger .x,
  .burger .y,
  .burger .z {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 14px;
    margin: 0;
    height: 1px;
    width: 20px;
    background: #006F92;
    transition: all 200ms ease-out; }
  .burger .x {
    top: 12px; }
  .burger .y {
    top: 17px; }
  .burger .z {
    top: 22px; }
  .burger .collapse {
    top: 18px;
    transition: all 70ms ease-out; }
  .burger .rotate30 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    transition: all 50ms ease-out; }
  .burger .rotate150 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
    transition: all 50ms ease-out; }
  .burger .rotate45 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 100ms ease-out; }
  .burger .rotate135 {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    transition: all 100ms ease-out; }
  .burger .navbar {
    height: 73px;
    background: #385e97; }

.sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 86px;
  padding: 84px 0 90px;
  border-bottom: 1px solid #DBE0E3; }
  .sec:last-child {
    margin-bottom: 0; }
  .sec.-w640 {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .sec.-w560 {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .sec__title {
    margin: 0 0 84px;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    font-size: 2.6rem; }

.widget {
  margin-bottom: 50px; }
  .widget a:link {
    color: #666; }
  .widget a:visited {
    color: #01579B; }
  .widget a:hover {
    color: #01579B;
    text-decoration: underline; }
  .widget a:active {
    color: #EA553A; }
  .widget__title {
    margin: 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    font-size: 1.6rem; }

.searchBlog {
  position: relative;
  display: block; }
  .searchBlog.widget .searchBlog__text {
    box-sizing: border-box;
    margin: 0;
    padding: 0.2em 30px 0.2em 1.2em;
    border: 1px solid #ccc;
    height: 36px;
    line-height: 1;
    border-radius: 50px;
    transition: box-shadow .3s, border .3s; }
    .searchBlog.widget .searchBlog__text:focus {
      border: 1px solid #26a69a;
      box-shadow: 0 0 0 1px #26a69a; }
  .searchBlog__btn {
    position: absolute;
    top: 0;
    right: 10px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #EA553A; }

.listLang {
  display: flex;
  margin: 0; }
  .listLang__item {
    padding-right: 1em;
    margin-right: 1em;
    font-size: 1.4rem;
    border-right: 1px solid #ddd;
    line-height: 1.2; }
    .listLang__item:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; }

.recent_posts__item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccd; }
  .recent_posts__item__title {
    margin: 0 0 0.2em;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal; }
  .recent_posts__item__info {
    font-size: 1.1rem; }

.paging {
  display: flex;
  justify-content: left; }
  .paging__box .paging {
    margin: 0; }
  .paging .paging__item {
    text-align: center;
    margin: 2px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600; }
    .paging .paging__item:before {
      content: none; }
    .paging .paging__item a, .paging .paging__item span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      box-sizing: border-box;
      color: #37474F;
      background: #F6F8F9; }
    .paging .paging__item a:hover {
      background: #FFFF66;
      text-decoration: none; }
    .paging .paging__item span.current {
      color: #fff;
      background: #37474F; }

.bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
  padding: 0;
  list-style: none; }
  .bannerList__item {
    margin: 0 10px 20px;
    width: 150px;
    text-align: center; }
    .bannerList__item a {
      display: inline-block; }
    .bannerList__item img {
      width: 100%;
      max-width: 100%; }

.case {
  width: calc(33.3% - 34px);
  margin: 0 17px 60px; }
  .case-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px 0; }
  .case__link {
    display: block; }
    .case__link:link {
      color: #01579B; }
    .case__link:visited {
      color: #01579B; }
    .case__link:hover {
      color: #01579B;
      text-decoration: underline; }
    .case__link:active {
      color: #EA553A; }
  .case__img {
    width: 100%;
    margin-bottom: 18px; }
    .case__img img {
      width: 100%;
      max-width: 100%; }
  .case__copy {
    margin: 0 0 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
  .case__title {
    margin: 0 0 1.5em;
    font-size: 1.4rem;
    line-height: 1.4; }
  .case__text {
    font-size: 1.4rem; }

.flow {
  text-align: center; }
  .flow__title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 50px;
    padding: 5px;
    margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
    background: #EA553A; }
    .flow__title .small {
      font-size: 1.2rem; }
  .flow__list, .flow__list2 {
    margin: 0 0 22px;
    padding: 0;
    list-style: none; }
    .flow__list li, .flow__list2 li {
      margin: 0;
      padding: 0; }
      .flow__list li:after, .flow__list2 li:after {
        content: url("/_assets/img/index/arrow-down.svg");
        display: inline-block;
        margin-top: 2px; }
      .flow__list li:last-child:after, .flow__list2 li:last-child:after {
        content: none; }
    .flow__list b, .flow__list2 b {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0.5em;
      min-height: 40px;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6;
      background-color: #F0F3F5; }
  .flow__list2 {
    padding: 10px;
    border: 2px solid #EA553A; }
    .flow__list2 b {
      height: auto;
      font-weight: bold;
      font-size: 1.4rem;
      background-color: inherit; }
    .flow__list2 strong {
      font-size: 1.8rem;
      line-height: 1.4; }
  .flow.-after .flow__title {
    background: #003e91; }
  .flow.-after .flow__list2 {
    color: #003e91;
    border-color: #003e91; }

#goTop {
  position: fixed;
  right: 0;
  bottom: 31px;
  z-index: 100000; }
  #goTop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 18px 0 19px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    border: none;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.5); }
    #goTop a:after {
      content: "";
      position: absolute;
      top: 11px;
      left: 48%;
      width: 18px;
      height: 18px;
      margin-top: 4px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(-45deg) translateX(-50%);
              transform: rotate(-45deg) translateX(-50%); }
    #goTop a:hover {
      background-color: rgba(0, 0, 0, 0.7); }

.animation.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-100.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-200.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-300.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-slow.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-deep-slow.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.animation-right.right-slide {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: right-slide;
  animation-name: right-slide;
  visibility: visible !important; }

@-webkit-keyframes right-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes right-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

/* 「RightToLeft」を適用する箇所 */
.RightToLeft {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-name: RightToLeft;
          animation-name: RightToLeft;
  /* アニメーション名 */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* アニメーションの繰り返し（無限）*/ }

.hum-wrap {
  display: none; }

.open {
  /*
  .gnav {
    display: block;
  }
  */ }
  .open .hum-wrap .hum .menu-line {
    color: #fff; }

.header .header__head .open .hum-wrap .hum .menu-line {
  background-color: #fff; }

.index-page .hum-wrap .hum .menu-line {
  background: #fff; }

.scrolled .index-page .hum-wrap .hum .menu-line {
  background: #000; }

.unit.-mt48 {
  margin-top: 24px; }

.unit .unit__main {
  width: 100%;
  height: 130px; }
  .unit .unit__main h4 {
    margin-top: 15px;
    font-size: 2.8rem;
    line-height: calc( 49 / 28);
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .unit .unit__main p {
    margin-top: 9px; }

.footer-nav {
  margin-top: 35px; }
  .footer-nav .footer-nav__list {
    display: flex;
    justify-content: center; }
    .footer-nav .footer-nav__list .footer-nav__item {
      padding: 0 20px;
      font-size: 1.4rem;
      line-height: 1; }
      .footer-nav .footer-nav__list .footer-nav__item a {
        transition: 0.4s;
        display: block; }
        .footer-nav .footer-nav__list .footer-nav__item a:hover {
          opacity: 0.5; }
      .footer-nav .footer-nav__list .footer-nav__item span {
        position: relative;
        display: block;
        padding-right: 17px;
        color: #fff; }
        .footer-nav .footer-nav__list .footer-nav__item span:after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: calc(25px / 2);
          height: calc(25px / 2);
          content: "";
          background-image: url(../../_assets/img/index/icon_arrow_link.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
    .footer-nav .footer-nav__list .footer-nav__item + .footer-nav__item {
      border-left: 1px solid #fff; }

      @media screen and (max-width: 500px) {
      .footer-nav .footer-nav__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2カラムにする */
        gap: 10px;
        text-align: left;
        justify-items: start;
      }
    .footer-nav .footer-nav__list .footer-nav__item {
      padding: 0 5px;
      border-left: none;
    }
    .footer-nav__item:nth-child(even) {
      border-left: 1px solid #fff!important;
    }
    .footer-nav__item:nth-child(odd) {

      border-left: none!important;
    }
  }

.pageHeader {
  margin: 0 -200%;
  padding: 0 200%;
  text-align: center;
  background-color: #E2F2FD; }
  .pageHeader__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 800px;
    padding: 85px 0; }
  .pageHeader__title {
    margin: 0;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4; }
  .pageHeader__title + .pageHeader__copy,
  .pageHeader__title + .pageHeader__text {
    margin-top: 1.4em; }
  .pageHeader__copy {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.63; }
  .pageHeader__copy + .pageHeader__text {
    margin-top: 1em; }
  .pageHeader__text {
    margin: 0;
    max-width: 720px;
    font-size: 1.5rem; }
  .pageHeader.-normal, .pageHeader.-error404 {
    margin-bottom: 90px; }
    .pageHeader.-normal .pageHeader__inner, .pageHeader.-error404 .pageHeader__inner {
      max-width: 1050px;
      min-height: 216px; }
  .pageHeader.-type1 {
    margin-bottom: 0;
    padding-top: 100px; }
    .pageHeader.-type1 .pageHeader__inner {
      max-width: 1000px;
      min-height: 530px;
      padding: 0 0 50px; }
    .pageHeader.-type1 .pageHeader__title {
      margin-bottom: 0.5em;
      font-size: 2.6rem; }
  .pageHeader.-type2 {
    margin-bottom: 0;
    text-align: left; }
    .pageHeader.-type2 .pageHeader__inner {
      text-align: left; }
    .pageHeader.-type2 .pageHeader__meta {
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 1.6rem; }
      .pageHeader.-type2 .pageHeader__meta .label {
        font-size: 1.6rem;
        margin-right: 0.5em; }
      .pageHeader.-type2 .pageHeader__meta__name {
        font-size: 2rem; }
    .pageHeader.-type2 .pageHeader__title {
      width: 100%;
      font-size: 3rem;
      line-height: 1.5; }
  .pageHeader.-search {
    margin-bottom: 0;
    text-align: left; }
    .pageHeader.-search .pageHeader__inner {
      box-sizing: border-box;
      max-width: 1050px;
      min-height: initial;
      height: 289px; }
    .pageHeader.-search .pageHeader__title {
      margin-bottom: 0.5em; }
    .pageHeader.-search .pageHeader__form {
      position: relative;
      width: 100%;
      max-width: 540px;
      text-align: center; }
      .pageHeader.-search .pageHeader__form__text {
        width: 100%;
        padding-left: 50px;
        border-radius: 100px;
        background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
        .pageHeader.-search .pageHeader__form__text::-webkit-input-placeholder {
          font-size: 1.6rem;
          color: #666; }
        .pageHeader.-search .pageHeader__form__text:-ms-input-placeholder {
          font-size: 1.6rem;
          color: #666; }
        .pageHeader.-search .pageHeader__form__text::-ms-input-placeholder {
          font-size: 1.6rem;
          color: #666; }
        .pageHeader.-search .pageHeader__form__text::placeholder {
          font-size: 1.6rem;
          color: #666; }
      .pageHeader.-search .pageHeader__form__btn {
        position: absolute;
        left: 13px;
        top: 7px;
        border: none;
        font-size: 20px;
        color: #003e91;
        background: transparent; }

.pageBody {
  padding-top: 90px; }
  .pageBody__inner {
    padding-top: 80px;
    padding-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    max-width: 800px;
    border-bottom: 1px solid #ccc; }

.pageFooter {
  margin-top: 90px; }
  .pageFooter__title {
    margin-top: 0;
    margin-bottom: 44px;
    text-align: center;
    font-size: 2rem; }

.pageNav {
  margin: 0; }
  .pageNav ul.list, .pageNav article ul:not([class]), article .pageNav ul:not([class]) {
    margin: 0;
    padding: 0; }
    .pageNav ul.list li, .pageNav article ul:not([class]) li, article .pageNav ul:not([class]) li {
      margin-right: 0.6em;
      color: #004AA1; }
      .pageNav ul.list li:before, .pageNav article ul:not([class]) li:before, article .pageNav ul:not([class]) li:before {
        color: #004AA1; }
      .pageNav ul.list li a, .pageNav article ul:not([class]) li a, article .pageNav ul:not([class]) li a {
        padding-bottom: 1em; }
        .pageNav ul.list li a:link, .pageNav article ul:not([class]) li a:link, article .pageNav ul:not([class]) li a:link, .pageNav ul.list li a:visited, .pageNav article ul:not([class]) li a:visited, article .pageNav ul:not([class]) li a:visited {
          color: #004AA1; }

.caseInfo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px; }
  .caseInfo__item {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 55px;
    max-width: 160px;
    line-height: 1.5; }
    .caseInfo__item dt {
      margin-bottom: 0.4em;
      font-weight: bold; }
    .caseInfo__item dd {
      margin: 0;
      font-size: 1.8rem; }
    .caseInfo__item.-img {
      max-width: 190px; }

.caseother .title {
  margin-bottom: 40px;
  text-align: center; }

.item__title {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4; }

.item__text {
  font-size: 1.4rem;
  line-height: 1.7; }

.page-index .sec {
  margin: 0;
  padding: 84px 0 90px;
  border-bottom: 1px solid #DBE0E3; }
  .page-index .sec__title {
    margin: 0 0 84px;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    font-size: 2.6rem; }

.pageHeader__img {
  position: relative;
  width: 100%; }

.secIndex1 {
  text-align: center; }
  .secIndex1__text {
    line-height: 1.88;
    font-weight: bold; }
  .secIndex1__merit {
    text-align: center; }

.secIndex3 figure {
  margin-bottom: 30px; }

.top-reason {
  position: relative;
  padding-top: 44px;
  padding-bottom: 37px; }
  .top-reason:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7.65625vw;
    background-image: url(../../_assets/img/index/top_reason_bg.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 7.8125vw;
    z-index: 10; }
  .top-reason .top-reason__title {
    position: relative;
    text-align: center;
    font-size: 7rem;
    font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #003e91;
    line-height: 1.2;
    font-weight: 700; }
    .top-reason .top-reason__title .box, .top-reason .top-reason__title .boxType2, .top-reason .top-reason__title .boxNote, .top-reason .top-reason__title .boxNotice {
      position: relative;
      width: calc(768px/2);
      height: calc(90px/2);
      margin: 0 auto;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      background-color: #003e91;
      color: #fff;
      z-index: 10; }
      .top-reason .top-reason__title .box:after, .top-reason .top-reason__title .boxType2:after, .top-reason .top-reason__title .boxNote:after, .top-reason .top-reason__title .boxNotice:after {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-top: 60px solid #003e91;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        z-index: -1; }
    .top-reason .top-reason__title .num {
      font-weight: bold;
      font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 10rem; }
  .top-reason .top-reason__list {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    flex-wrap: wrap; }
    .top-reason .top-reason__list .top-reason__list-item {
      width: 33.333%;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 150px;
      text-align: center; }
      .top-reason .top-reason__list .top-reason__list-item:first-child {
        width: 100%; }
        .top-reason .top-reason__list .top-reason__list-item:first-child .top-reason__contents {
          height: auto; }
        .top-reason .top-reason__list .top-reason__list-item:first-child .top-reason__list-text {
          text-align: center; }
      .top-reason .top-reason__list .top-reason__list-item .top-reason__contents {
        padding: 0 24px 28px;
        border-bottom: 1px solid #ccc;
        height: 221px; }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__contents.-b-none {
          padding-bottom: 0;
          height: 182px; }
      .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title {
        position: relative;
        font-size: 3rem;
        line-height: calc(75/60);
        font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title:before {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part01:before {
          top: -122px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason01.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part02:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason02.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part03:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason03.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part04:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason04.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part05:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason05.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part06:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason06.svg); }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title.-part07:before {
          top: -118px;
          width: 105px;
          height: 105px;
          background-image: url(../../_assets/img/index/icon_top-reason07.svg); }
      .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text {
        margin-top: 19px;
        text-align: left;
        font-size: 1.6rem;
        line-height: calc(32/16);
        font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text.-mt17 {
          margin-top: 17px; }
        .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text span {
          font-size: 2rem;
          line-height: calc(70/40);
          font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.top-difference {
  position: relative;
  padding-top: 11.875vw;
  padding-bottom: 50px;
  background-color: #003e91; }
  .top-difference:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7.65625vw;
    background-image: url(../../_assets/img/index/top_difference_bg.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 7.8125vw;
    z-index: 1000; }
  .top-difference .top-difference__scroll-copy {
    display: none; }
  .top-difference .top-difference__title {
    font-size: 5rem;
    color: #fff;
    text-align: center;
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .top-difference .top-difference__contents {
    margin-top: 40px;
    padding: 0 10px; }

.top-voice {
  position: relative;
  padding-top: 11.71875vw;
  padding-bottom: 4.0625vw;
  background-color: #E2F2FD; }
  .top-voice:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7.65625vw;
    background-image: url(../../_assets/img/index/top_voice_bg.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 7.8125vw; }
  .top-voice .top-voice__title {
    font-size: 5rem;
    text-align: center;
    color: #003e91;
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .top-voice .top-voice__contents {
    position: relative; }
    .top-voice .top-voice__contents.-mt83 {
      margin-top: 5.70312vw; }
    .top-voice .top-voice__contents.-second {
      margin-top: 6.875vw; }
      .top-voice .top-voice__contents.-second .top-voice__main {
        margin-left: 0;
        padding-right: 6.25vw;
        padding-left: 2.34375vw;
        height: 38.59375vw; }
      .top-voice .top-voice__contents.-second .top-voice__image {
        left: auto;
        top: -3.125vw;
        right: 0; }
    .top-voice .top-voice__contents .top-voice__main {
      margin-left: auto;
      width: 52.34375vw;
      height: 42.5vw;
      padding-top: 2.5vw;
      padding-left: 6.25vw;
      padding-right: 2.34375vw;
      background-color: #fff; }
      .top-voice .top-voice__contents .top-voice__main h3 {
        font-size: 2.34375vw;
        line-height: calc(90/60);
        font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .top-voice .top-voice__contents .top-voice__main .top-voice__box {
        margin-top: 1.32812vw; }
      .top-voice .top-voice__contents .top-voice__main p {
        font-size: 1.21094vw;
        line-height: calc(56/32);
        font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: 0.001em; }
        .top-voice .top-voice__contents .top-voice__main p.mt33 {
          margin-top: 2.57812vw; }
        .top-voice .top-voice__contents .top-voice__main p.name {
          margin-top: 0.9375vw;
          text-align: right; }
    .top-voice .top-voice__contents .top-voice__image {
      position: absolute;
      top: -2.34375vw;
      left: 0;
      width: 50vw;
      height: 33.98438vw; }

.top-nav {
  padding: 40px 0; }
  .top-nav .top-nav__list {
    display: flex; }
    .top-nav .top-nav__list .top-nav__item {
      width: 382px;
      text-align: center; }
    .top-nav .top-nav__list .top-nav__item + .top-nav__item {
      margin-left: 26px; }

.top-contact {
  padding-top: 162px;
  padding-bottom: 150px; }
  .top-contact.-page {
    padding-top: 110px; }
  .top-contact .top-contact__title {
    text-align: center;
    font-size: 5rem;
    line-height: calc(120/100);
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #003e91; }
  .top-contact .top-contact__page-title {
    text-align: center;
    font-size: 3.6rem;
    line-height: calc(120/100);
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .top-contact .top-contact__page-copy {
    text-align: center;
    font-size: 1.6rem;
    font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .top-contact .top-contact__contents {
    width: 100%;
    max-width: 894px;
    margin: 58px auto 0;
    background-color: #fff; }
    .top-contact .top-contact__contents .top-contact__box {
      padding: 16px 10px 20px;
      border: 2px solid #003e91;
      color: #003e91;
      text-align: center;
      font-size: 1.6rem;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .top-contact .top-contact__contents .top-contact__box .address {
        display: inline-block;
        margin: 12px 0;
        padding: 0 15px;
        background-color: #E2F2FD;
        font-size: 2.4rem; }
    .top-contact .top-contact__contents .top-contact__sub-title {
      margin-top: 49px;
      padding: 5px 0;
      font-size: 2.4rem;
      line-height: calc(84 / 48);
      text-align: center;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      background-color: #333;
      color: #fff; }
    .top-contact .top-contact__contents .top-contact__point {
      margin-top: 10px;
      text-align: center; }
    .top-contact .top-contact__contents .point-text {
      margin-top: 10px;
      font-size: 1.6rem;
      line-height: calc(56/32);
      color: #d7003a;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .top-contact .top-contact__contents .point-text + .point-text {
      margin-top: 30px; }
    .top-contact .top-contact__contents .top-contact__text {
      margin-top: 20px;
      font-size: 1.6rem;
      line-height: calc(56/32);
      font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .top-contact .top-contact__contents .agreement-box {
      margin-top: 10px; }
      .top-contact .top-contact__contents .agreement-box.-over-scroll {
        height: 355px;
        padding: 10px 15px;
        overflow-y: scroll;
        border: 1px solid #ccc; }
      .top-contact .top-contact__contents .agreement-box .agreement-box__contents + .agreement-box__contents {
        margin-top: 100px;
        border-top: 1px solid #ccc; }
      .top-contact .top-contact__contents .agreement-box h2 {
        margin-top: 20px;
        font-size: 2.4rem;
        line-height: calc(56/24);
        font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .top-contact .top-contact__contents .agreement-box h3 {
        margin-top: 17px;
        font-size: 1.8rem;
        line-height: calc(56/24);
        font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .top-contact .top-contact__contents .agreement-box h4 {
        margin-bottom: 7px;
        font-weight: normal; }
      .top-contact .top-contact__contents .agreement-box ul {
        margin-top: 17px;
        padding-left: 30px; }
        .top-contact .top-contact__contents .agreement-box ul li:before {
          font-size: 1.4rem;
          left: 0.2em;
          top: 0.1em;
          color: #333333; }
      .top-contact .top-contact__contents .agreement-box ol {
        margin-top: 17px;
        padding-left: 52px;
        list-style-type: decimal; }
        .top-contact .top-contact__contents .agreement-box ol li {
          font-size: 1.6rem;
          font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .top-contact .top-contact__contents .agreement-box .in-number {
        margin-top: 17px;
        padding-left: 60px;
        list-style-type: none; }
        .top-contact .top-contact__contents .agreement-box .in-number li {
          position: relative; }
          .top-contact .top-contact__contents .agreement-box .in-number li:before {
            position: absolute;
            left: -40px;
            font-size: 1.4rem; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(1):before {
            content: "(1)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(2):before {
            content: "(2)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(3):before {
            content: "(3)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(4):before {
            content: "(4)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(5):before {
            content: "(5)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(6):before {
            content: "(6)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(7):before {
            content: "(7)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(8):before {
            content: "(8)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(9):before {
            content: "(9)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(10):before {
            content: "(10)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(11):before {
            content: "(11)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(12):before {
            content: "(12)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(13):before {
            content: "(13)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(14):before {
            content: "(14)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(15):before {
            content: "(15)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(16):before {
            content: "(16)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(17):before {
            content: "(17)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(18):before {
            content: "(18)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(19):before {
            content: "(19)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(20):before {
            content: "(20)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(21):before {
            content: "(21)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(22):before {
            content: "(22)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(23):before {
            content: "(23)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(24):before {
            content: "(24)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(25):before {
            content: "(25)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(26):before {
            content: "(26)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(27):before {
            content: "(27)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(28):before {
            content: "(28)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(29):before {
            content: "(29)"; }
          .top-contact .top-contact__contents .agreement-box .in-number li:nth-child(30):before {
            content: "(30)"; }
      .top-contact .top-contact__contents .agreement-box p {
        padding-left: 30px;
        margin-top: 17px;
        font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
        .top-contact .top-contact__contents .agreement-box p.full {
          padding-left: 0; }
        .top-contact .top-contact__contents .agreement-box p.indent-text {
          padding-left: 20px; }
        .top-contact .top-contact__contents .agreement-box p.time {
          margin-top: 50px;
          padding-left: 0; }
      .top-contact .top-contact__contents .agreement-box .point {
        color: #d7003a; }
      .top-contact .top-contact__contents .agreement-box .table-box {
        margin-top: 20px; }
      .top-contact .top-contact__contents .agreement-box dl {
        padding-left: 30px;
        display: flex; }
        .top-contact .top-contact__contents .agreement-box dl dt {
          width: 20%; }
        .top-contact .top-contact__contents .agreement-box dl dd {
          position: relative;
          width: 80%;
          padding-left: 0; }
          .top-contact .top-contact__contents .agreement-box dl dd:before {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            left: -15px;
            content: ":"; }
    .top-contact .top-contact__contents .form-contents__check {
      margin-top: 30px;
      padding: 15px 0 14px;
      background-color: #E2F2FD;
      text-align: center;
      cursor: pointer; }
      .top-contact .top-contact__contents .form-contents__check .check-wrap {
        display: flex;
        justify-content: center;
        align-items: center; }
        .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__sub {
          margin-top: 4px;
          line-height: 1; }
          .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__sub [type="checkbox"] + span:not(.lever):before, .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__sub [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
            border: none; }
          .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__sub [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
            border: 1px solid #979797;
            -webkit-transform: scale(1);
                    transform: scale(1);
            background-color: #fff; }
          .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__sub [type="checkbox"]:checked + span:not(.lever):before {
            top: 3px;
            left: 1px;
            width: calc(12px/2);
            height: calc(22px/2);
            border-right: 2px solid #D7003A;
            border-bottom: 2px solid #D7003A;
            transition: none;
            z-index: 100; }
        .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__main {
          margin-left: 5px;
          font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          line-height: 1; }
  .top-contact .form-contents__image {
    margin-top: 22px;
    display: block;
    transition: 0.4s; }
    .top-contact .form-contents__image:after {
      display: none; }
    .top-contact .form-contents__image:hover {
      opacity: 0.5; }

.contact-info {
  width: 100%;
  max-width: 894px;
  margin: 24px auto 0;
  padding: 36px 20px 40px;
  background-color: #fff;
  text-align: center; }
  .contact-info .contact-info__title {
    font-size: 3.2rem;
    line-height: calc(48 / 32);
    font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .contact-info .contact-info__text {
    font-size: 1.6rem;
    line-height: calc(28 / 16); }
    .contact-info .contact-info__text.-space14 {
      margin-top: 14px; }
    .contact-info .contact-info__text.-space20 {
      margin-top: 20px; }
    .contact-info .contact-info__text.-space32 {
      margin-top: 32px; }
  .contact-info .contact-info__tel {
    margin-top: 18px;
    font-size: 6rem;
    line-height: 1;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri; }
    .contact-info .contact-info__tel span {
      position: relative;
      padding-left: 52px; }
      .contact-info .contact-info__tel span:before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 32.5px;
        height: 45.5px;
        content: "";
        background-image: url(../../_assets/img/index/icon_tel.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }

.sec-thanks {
  padding-top: 37px;
  padding-bottom: 98px;
  background-color: #e2f2fd; }
  .sec-thanks .sec-thanks__contents {
    width: 100%;
    max-width: 894px;
    padding: 40px 15px 60px;
    margin: 80px auto 0;
    text-align: center;
    background-color: #fff; }
    .sec-thanks .sec-thanks__contents .sec-thanks__title {
      font-size: 3.2rem;
      line-height: calc(40 / 32);
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .sec-thanks .sec-thanks__contents .sec-thanks__text {
      margin-top: 15px;
      font-size: 1.6rem; }
    .sec-thanks .sec-thanks__contents .sec-thanks__btn {
      margin-top: 50px; }
    @media screen and (max-width: 767.98px) {
  .forPC {
    display: none !important; }
  .forPC2 {
    display: none !important; }
  .forSP {
    display: block !important; }
  .forSP2 {
    display: inline-block !important; }
  .-forPC {
    display: none !important; }
  .spmb0 {
    margin-bottom: 0 !important; }
  .spmt0 {
    margin-top: 0 !important; }
  .sp-hidden {
    display: none; }
    .pc-hidden {
      display: block; }
  body .anchor-link-sp {
    margin-top: -130px;
    padding-top: 130px; }
      .l-wrapper.-w880, .-w880.pageHeader__inner {
        max-width: none; }
    .l-wrapper.-full-sp, .-full-sp.pageHeader__inner {
      max-width: none;
      padding: 0; }
      .l-wrapper.-full, .-full.pageHeader__inner {
        max-width: none; }
    .l-flex {
      flex-direction: column;
      align-items: center; }
      .l-flex .l-flex__w588.-gut-sp {
        margin-top: 40px; }
        .l-flex .l-flex__w588.-plus-arrow {
          margin-bottom: 120px; }
          .l-flex .l-flex__w588.-plus-arrow:after {
            top: auto;
            bottom: -90px;
            right: auto;
            left: 50%;
            -webkit-transform: translateY(0%) translateX(-50%) rotate(90deg);
                    transform: translateY(0%) translateX(-50%) rotate(90deg);
            width: 60px;
            height: 60px; }
      .l-flex.-col2 {
        flex-direction: row;
        flex-wrap: wrap; }
        .l-flex.-col2 .l-flex__item {
          width: 100%;
          margin-bottom: 30px; }
      .l-flex.-col3, .l-flex.-col6 {
        flex-direction: row; }
        .l-flex.-col3 .l-flex__item, .l-flex.-col6 .l-flex__item {
          width: 100%;
          margin-bottom: 30px; }
      .l-flex.-col6 .l-flex__item {
        width: calc(100%/3 - 25px);
        margin-bottom: 30px; }
    .l-flex-sb--sp {
      display: flex;
      justify-content: space-between; }
    .l-flex-c--sp {
      display: flex;
      justify-content: center; }
    .l-column {
      flex-flow: column; }
      .l-column__main + .l-column__sub {
        padding-left: 0; }
      .l-column__sub + .l-column__main {
        padding-left: 0; }
      .l-column__sub {
        text-align: center; }
        .l-column__sub img {
          max-width: 100%; }
    .fl-left--pc {
      display: block;
      float: none; }
    .fl-left--sp {
      float: left;
      margin-right: 20px; }
    .fl-right--pc {
      display: block;
      float: none; }
    .fl-right--sp {
      float: right;
      margin-left: 20px; }
    .l-single {
      display: block;
      background: #fff; }
      .l-single__inner {
        width: 100%;
        max-width: none; }
      .l-single .header .l-wrapper, .l-single .header .pageHeader__inner {
        box-shadow: none; }
      .l-single__main {
        padding-top: 0; }
        .l-single__main__inner {
          margin: 0 auto;
          padding: 18px 15px;
          max-width: 500px;
          border-radius: 0; }
        .l-single__main__title {
          margin: 0 0 1.4em;
          font-size: 2rem;
          line-height: 1.4; }
    .header {
      background-image: url(../../_assets/img/index/main_bg01_mq.png);
      height: calc((1000/768)*100vw); }
      .header .header__main {
        padding-top: 52.08333vw;
        padding-left: 0;
        text-align: center; }
        .header .header__title .ja {
          border-bottom: 1px solid #fff;
          font-size: 2.86458vw; }
        .header .header__title .en {
          font-size: 9.375vw; }
      .header .header__copy01 {
        font-size: 2.73438vw;
        line-height: calc(73 / 42); }
      .header .header__copy02 {
        right: auto;
        left: 0;
        width: 39.54327vw;
        height: 26.32212vw; }
      .header .l-wrapper, .header .pageHeader__inner {
        padding-left: 15px;
        height: 80px; }
    .header .btn-wrap {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 15.16927vw;
      max-width: 558px;
      width: 100%;
      padding-left: 14px;
      padding-right: 14px; }
      .header .btn-wrap .btn01 {
        display: block; }
      .header-page .header-page__wrap {
        height: calc(235px/3);
        padding-left: 14px;
        padding-right: 14px; }
        .header-page .header-page__wrap .header-page__title {
          width: 50%; }
          .header-page .header-page__wrap .header-page__title .en {
            font-size: 5.6vw; }
          .header-page .header-page__wrap .header-page__title .ja {
            font-size: 1.6vw; }
    .footer {
      padding-top: 30px;
      padding-bottom: 60px; }
        .footer .footer__title .en {
          font-size: 3.6rem; }
        .footer .footer__title .ja {
          font-size: 1.4rem; }
        .footer .footer__copy small {
          font-size: 2.5vw; }
      .btn-wrap.-mt40 {
        margin-top: 30px; }
    .btn01,
    a.btn01 {
      display: block;
      padding: 1em 0;
      font-size: 4.16667vw;
      font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .btn01.-large,
      a.btn01.-large {
        display: block;
        padding: 24px 0;
        font-size: 2rem; }
      .btn01.-submit,
      a.btn01.-submit {
        width: 44vw;
        font-size: 1.6rem; }
      .btn01.-small,
      a.btn01.-small {
        width: 80%;
        margin: 0 auto; }
      .btn-red span {
        padding-right: 35px; }
        .btn-red span:after {
          width: 25px;
          height: 25px; }
    .btn-blue.-part01:before,
    a.btn-blue.-part01:before {
      content: "POINT1"; }
    .btn-blue.-part02:before,
    a.btn-blue.-part02:before {
      content: "POINT2"; }
    .btn-blue.-part03:before,
    a.btn-blue.-part03:before {
      content: "POINT3"; }
    .btn-blue:before,
    a.btn-blue:before {
      position: absolute;
      top: 12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      content: "POINT";
      color: #003e91;
      background-color: #fff;
      font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
      font-size: 1.2rem;
      font-weight: bold;
      padding: 0 7px;
      border-radius: 5px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .btn-blue:after,
      a.btn-blue:after {
        bottom: 8px;
        width: calc(18px / 1.5);
        height: calc(9px / 1.7); }
    .form-table {
      margin-top: 30px; }
    .login__msg {
      text-align: left; }
    .snslogin {
      margin-top: 4em; }
      .snslogin__title span::before, .snslogin__title span::after {
        content: none; }
      .snslogin .snslogin__list {
        justify-content: center; }
        .snslogin .snslogin__list__item {
          width: 60px;
          margin-right: 30px; }
          .snslogin .snslogin__list__item a {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border-radius: 100%; }
            .snslogin .snslogin__list__item a i {
              margin: 0;
              font-size: 30px; }
            .snslogin .snslogin__list__item a span {
              display: none; }
  .signin .snslogin__text {
    display: none; }
    .heading01 {
      font-size: 4rem; }
      .heading01:after {
        bottom: -7px;
        font-size: 1.4rem; }
    .table.-type1 th, .table.-type1 td {
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      line-height: 1.38; }
    .table.-type1 th {
      padding-left: 0;
      text-align: left;
      font-size: 1.2rem; }
    .table.-type1 td {
      padding-left: 1em;
      font-size: 1.3rem; }
      .table.-type2 tbody div div {
        width: 100%; }
    .table.-type2 th, .table.-type2 td {
      padding: 12px 0;
      font-size: 1.3rem; }
    .table.-type2 td {
      padding-left: 16px; }
  .table.-price {
    min-width: 550px; }
    .table.-price tbody th, .table.-price tbody td {
      padding: 0.8em;
      font-size: 1.4rem; }
    .table.-price tbody th {
      width: 120px; }
    .table.-price .plan {
      padding: 10px; }
      .table.-price .plan__title {
        font-size: 1.6rem; }
      .table.-price .plan__price {
        font-size: 1.6rem; }
  .tableWrapScroll {
    width: 100%;
    overflow-x: auto; }
    .check li {
      padding-left: 28px;
      font-size: 1.4rem;
      line-height: calc(20 / 14);
      line-height: 20px; }
      .check li span {
        font-size: 1.6rem;
        line-height: calc(20 / 16);
        line-height: 20px; }
    .check li:nth-child(2n) {
      margin-top: 12px; }
    .check li:nth-child(3n) {
      margin-top: 12px; }
  .check li:nth-child(4n) {
    margin-top: 9px; }
      .blue-point li.gut {
        margin-top: 9px; }
    .blue-point li:before {
      width: 7px;
      height: 7px; }
      .list > li, article ul:not([class]) > li, .list.-arrow > li, .list.-arrow2 > li, .list.-circle > li, .list.-check > li, .list.-link > li {
        padding-left: 2.5rem; }
        .list > li:before, article ul:not([class]) > li:before, .list.-arrow > li:before, .list.-arrow2 > li:before, .list.-circle > li:before, .list.-check > li:before, .list.-link > li:before {
          left: 0.85rem;
          top: 0.25em; }
          article ul.-arrow:not([class]) li:before, .-arrow.list li:before, .list.-arrow2 li:before, .list.-circle li:before, .list.-check li:before, .list.-link li:before {
            left: 0.9em;
            font-size: 1.3rem; }
        article ul.-arrow2:not([class]) li:before, .-arrow2.list li:before {
          left: 0.9em;
          font-size: 1.3rem; }
          .list.-arrow3 li a:before, article ul.-arrow3:not([class]) li a:before {
            left: 0.9em;
            font-size: 1.3rem; }
      article ul.-check:not([class]) li:before, .-check.list li:before {
        left: 0.6em; }
    .label {
      padding: 0.35em 1em 0.3em;
      font-size: 0.55em; }
    .sec {
      margin-bottom: 40px; }
    .sec {
      margin: 0;
      padding: 3em 0 3em; }
      .sec__title {
        margin: 0 0 1.5em;
        font-size: 1.8rem; }
    .paging {
      flex-wrap: wrap; }
      .paging .paging__item {
        margin: 4px;
        font-size: 1.3rem; }
    .bannerList__item {
      width: calc(50% - 20px); }
    .animation-200.fadeInDown {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .animation-300.fadeInDown {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .animation-deep-slow.fadeInDown {
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      visibility: visible !important; }
    .hum-wrap {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 84px;
      height: 95px;
      z-index: 100000; }
      .hum-wrap .hum {
        width: 84px;
        height: 95px;
        background: none;
        position: relative;
        top: 1px;
        margin-top: -1px;
        border: none;
        z-index: 100000; }
        .hum-wrap .hum .menu-line {
          position: absolute;
          background: #000;
          width: 48px;
          height: 1px;
          border-radius: 2px;
          left: 0;
          right: 0;
          margin: auto;
          transition: .4s;
          z-index: 100000; }
        .hum-wrap .hum .menu-line:nth-child(1) {
          top: 25px; }
        .hum-wrap .hum .menu-line:nth-child(2) {
          top: 36px; }
        .hum-wrap .hum .menu-line:nth-child(3) {
          top: 47px; }
        .hum-wrap .hum .txt {
          position: absolute;
          right: 0;
          left: 0;
          display: block;
          bottom: 12px;
          margin: auto;
          line-height: 1;
          font-size: 13px;
          color: #FFF;
          font-weight: bold;
          text-align: center;
          font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }
        .hum-wrap .hum .is-open {
          display: block; }
        .hum-wrap .hum .is-close {
          display: none; }
        .hum-wrap .hum.active .menu-line:nth-child(1) {
          top: 36px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .hum-wrap .hum.active .menu-line:nth-child(2) {
          left: 25px;
          opacity: 0; }
        .hum-wrap .hum.active .menu-line:nth-child(3) {
          top: 36px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .unit .unit__main {
      height: auto; }
    .pageHeader {
      margin-bottom: 30px; }
      .pageHeader__inner {
        padding-top: 1em;
        padding-bottom: 1em;
        min-height: 180px; }
      .pageHeader__title {
        font-size: 2.2rem; }
      .pageHeader__copy {
        font-size: 1.3rem; }
      .pageHeader__text {
        font-size: 1.3rem; }
      .pageHeader.-normal, .pageHeader.-error404 {
        margin-bottom: 30px; }
      .pageHeader.-normal .pageHeader__title, .pageHeader.-error404 .pageHeader__title {
        margin-bottom: 0;
        padding: 0 1em; }
      .pageHeader.-type1 {
        padding-top: 0; }
        .pageHeader.-type1 .pageHeader__inner {
          max-height: 500px;
          padding: 0; }
      .pageHeader.-type2 .pageHeader__meta .label {
        font-size: 1.4rem; }
      .pageHeader.-type2 .pageHeader__meta__name {
        font-size: 1.4rem; }
      .pageHeader.-type2 .pageHeader__title {
        font-size: 1.8rem; }
        .pageHeader.-search .pageHeader__inner {
          height: 100px;
          background-size: 20%; }
        .pageHeader.-search .pageHeader__form {
          max-width: 90%; }
          .pageHeader.-search .pageHeader__form__text {
            font-size: 1.4rem; }
            .pageHeader.-search .pageHeader__form__text::-webkit-input-placeholder {
              font-size: 1.4rem;
              color: #666; }
            .pageHeader.-search .pageHeader__form__text:-ms-input-placeholder {
              font-size: 1.4rem;
              color: #666; }
            .pageHeader.-search .pageHeader__form__text::-ms-input-placeholder {
              font-size: 1.4rem;
              color: #666; }
            .pageHeader.-search .pageHeader__form__text::placeholder {
              font-size: 1.4rem;
              color: #666; }
      .pageHeader.-search .pageHeader__title {
        font-size: 1.8rem; }
    .pageBody {
      padding-top: 30px; }
      .pageBody__inner {
        padding-top: 30px; }
    .caseInfo {
      margin-bottom: 0; }
      .caseInfo__item {
        margin-right: 20px;
        margin-bottom: 30px;
        width: calc(50% - 20px);
        font-size: 1.4rem; }
        .caseInfo__item dd {
          font-size: 1.5rem; }
  .page-index .pageHeader.-type1 .pageHeader__inner {
    max-height: inherit;
    padding: 20px 0; }
  .page-index .pageHeader.-type1 .pageHeader__title {
    font-size: 6vw; }
    .page-index .sec {
      margin: 0;
      padding: 3em 0 3em; }
      .page-index .sec__title {
        margin: 0 0 1.5em;
        font-size: 1.8rem; }
    .pageHeader__img__item {
      position: relative;
      width: auto; }
      .pageHeader__img__item.-item1 {
        max-width: 90%;
        margin-bottom: 20px; }
      .pageHeader__img__item.-item2, .pageHeader__img__item.-item3 {
        max-width: 45%; }
    .secIndex1 {
      padding-top: 0;
      text-align: left; }
      .secIndex1 .heading-2 {
        text-align: center; }
      .top-reason:after {
        bottom: -7.5vw; }
      .top-reason .top-reason__title {
        font-size: 11.27214vw; }
        .top-reason .top-reason__title .box, .top-reason .top-reason__title .boxType2, .top-reason .top-reason__title .boxNote, .top-reason .top-reason__title .boxNotice {
          width: calc((768/1242)*100vw);
          height: calc((90/1242)*100vw);
          font-size: calc((44/1242)*100vw); }
          .top-reason .top-reason__title .box:after, .top-reason .top-reason__title .boxType2:after, .top-reason .top-reason__title .boxNote:after, .top-reason .top-reason__title .boxNotice:after {
            top: calc((70/1242)*100vw);
            border-top: calc((60/1242)*100vw) solid #003e91;
            border-right: calc((40/1242)*100vw) solid transparent;
            border-left: calc((40/1242)*100vw) solid transparent; }
        .top-reason .top-reason__title .num {
          font-size: 16.10306vw; }
        .top-reason .top-reason__list .top-reason__list-item {
          width: 100%; }
          .top-reason .top-reason__list .top-reason__list-item:first-child {
            width: 100%; }
          .top-reason .top-reason__list .top-reason__list-item .top-reason__contents {
            height: auto;
            padding-bottom: 20px; }
            .top-reason .top-reason__list .top-reason__list-item .top-reason__contents.-b-none {
              height: auto;
              padding-bottom: 20px; }
            .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text.-mt17 {
              margin-top: 10px; }
            .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text span {
              font-size: 3.8vw; }
      .top-difference:after {
        bottom: -7.5vw; }
      .top-difference .top-difference__scroll-copy {
        position: relative;
        display: block;
        margin-top: 15px;
        padding: 0.3em 0.7em;
        color: #fff;
        font-size: 3.22061vw;
        border: 1px solid #fff;
        border-radius: 5px; }
        .top-difference .top-difference__scroll-copy:after {
          position: absolute;
          content: "";
          background-image: url(../../_assets/img/index/icon-sp-arrow.svg);
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 10px;
          width: 7.8905vw;
          height: 2.0934vw; }
      .top-difference .top-difference__title {
        font-size: 5.3vw; }
      .top-difference .top-difference__contents {
        margin-top: 20px;
        padding: 0; }
      .top-difference .top-difference__contents .image-silde {
        position: relative;
        padding-left: 15px;
        padding-right: 15px; }
        .top-difference .top-difference__contents .image-silde:before {
          position: absolute;
          top: 0;
          right: 15px;
          content: "";
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          width: 7.24638vw;
          height: 100%;
          background-image: url(../../_assets/img/index/bg_gradation.png); }
      .top-difference .top-difference__contents .top-difference__image {
        overflow-x: scroll; }
        .top-difference .top-difference__contents .top-difference__image img {
          max-width: 600px; }
      .top-difference .top-difference__contents .top-difference__image::-webkit-scrollbar {
        height: 10px;
        background: #E4E4E4; }
      .top-difference .top-difference__contents .top-difference__image::-webkit-scrollbar-thumb {
        background: #a3a3a3;
        border-radius: 10px; }
    .top-voice {
      padding-bottom: 10.81794vw; }
      .top-voice:after {
        bottom: -7.5vw; }
      .top-voice .top-voice__title {
        font-size: 5.3vw; }
        .top-voice .top-voice__contents.-mt83 {
          margin-top: 32.55208vw; }
        .top-voice .top-voice__contents.-second {
          margin-top: 28.64583vw; }
          .top-voice .top-voice__contents.-second .top-voice__image {
            top: -22.66667vw;
            width: 80%;
            height: auto; }
            .top-voice .top-voice__contents .top-voice__main p.name {
              margin-top: 20px; }
        .top-voice .top-voice__contents .top-voice__image {
          top: -22.66667vw;
          width: 80%;
          height: auto; }
    .top-nav {
      padding: 20px 0 90px; }
        .top-nav .top-nav__list .top-nav__item {
          width: 32.5%; }
        .top-nav .top-nav__list .top-nav__item + .top-nav__item {
          margin-left: calc(100% - (32.5% * 3)); }
    .top-contact {
      padding-top: 60px;
      padding-bottom: 60px; }
      .top-contact.-page {
        padding-top: 60px; }
      .top-contact .top-contact__title {
        font-size: 5.3vw; }
      .top-contact .top-contact__page-title {
        font-size: 5.3vw; }
      .top-contact .top-contact__page-copy {
        font-size: 1.4rem; }
      .top-contact .top-contact__contents {
        margin: 25px auto 0; }
        .top-contact .top-contact__contents .top-contact__box {
          font-size: 3.3vw; }
          .top-contact .top-contact__contents .top-contact__box .address {
            font-size: 4.5vw; }
        .top-contact .top-contact__contents .top-contact__sub-title {
          margin-top: 30px;
          font-size: 4.6vw; }
        .top-contact .top-contact__contents .top-contact__point {
          text-align: left;
          font-size: 1.4rem; }
        .top-contact .top-contact__contents .point-text {
          font-size: 1.4rem; }
        .top-contact .top-contact__contents .top-contact__text {
          font-size: 1.4rem; }
        .top-contact .top-contact__contents .agreement-box.-over-scroll::-webkit-scrollbar {
          width: 10px;
          background: #E4E4E4; }
        .top-contact .top-contact__contents .agreement-box.-over-scroll::-webkit-scrollbar-thumb {
          background: #a3a3a3;
          border-radius: 10px; }
          .top-contact .top-contact__contents .agreement-box h2 {
            margin-top: 15px;
            font-size: 4.3vw; }
          .top-contact .top-contact__contents .agreement-box h3 {
            margin-top: 10px;
            font-size: 4vw; }
          .top-contact .top-contact__contents .agreement-box ul {
            margin-top: 15px;
            padding-left: 20px; }
          .top-contact .top-contact__contents .agreement-box ul li {
            font-size: 1.4rem; }
          .top-contact .top-contact__contents .agreement-box ol {
            padding-left: 42px;
            margin-top: 15px; }
            .top-contact .top-contact__contents .agreement-box ol li {
              font-size: 1.4rem; }
          .top-contact .top-contact__contents .agreement-box .in-number {
            padding-left: 40px; }
              .top-contact .top-contact__contents .agreement-box .in-number li:before {
                top: 0;
                -webkit-transform: translateY(0%);
                        transform: translateY(0%); }
          .top-contact .top-contact__contents .agreement-box p {
            margin-top: 12px;
            padding-left: 20px;
            font-size: 1.4rem; }
            .top-contact .top-contact__contents .form-contents__check .check-wrap .check-wrap__main {
              font-size: 1.4rem; }
    .contact-info {
      padding: 20px; }
      .contact-info .contact-info__title {
        font-size: 5vw; }
      .contact-info .contact-info__text {
        font-size: 2.8vw; }
        .contact-info .contact-info__text.-space20 {
          margin-top: 10px; }
        .contact-info .contact-info__text.-space32 {
          margin-top: 20px; }
      .contact-info .contact-info__tel {
        margin-top: 12px;
        font-size: 9vw; }
        .contact-info .contact-info__tel span {
          padding-left: 30px; }
          .contact-info .contact-info__tel span:before {
            width: calc(32.5px / 1.7);
            height: calc(45.5px / 1.7); }
      .sec-thanks .sec-thanks__contents {
        margin-top: 40px; }
        .sec-thanks .sec-thanks__contents .sec-thanks__title {
          font-size: 2.2rem; }
        .sec-thanks .sec-thanks__contents .sec-thanks__text {
          font-size: 1.4rem; }
        .sec-thanks .sec-thanks__contents .sec-thanks__btn {
          margin-top: 25px; } }
    @media screen and (min-width: 768px) {
  .forPC {
    display: block !important; }
  .forPC2 {
    display: inline-block !important; }
  .forSP {
    display: none !important; }
  .forSP2 {
    display: none !important; }
  .-forSP {
    display: block !important; }
    .l-flex-sb--pc {
      display: flex;
      justify-content: space-between; }
    .l-flex-c--pc {
      display: flex;
      justify-content: center; }
    .l-column.-reverse .l-column__main {
      order: 1; }
    .l-column.-reverse .l-column__sub {
      order: 2; }
    .l-column.-reverse .l-column__sub + .l-column__main,
    .l-column.-reverse .l-column__main + .l-column__sub {
      padding-left: 0;
      padding-right: 20px; }
    .l-column2-dir__item.-item01, .l-column2-dir__item.-item03 {
      width: calc(100% - 461px - 30px); }
    .l-column2-dir__item.-item01 {
      order: 1; }
    .l-column2-dir__item.-item02 {
      order: 3;
      width: 461px;
      padding-left: 57px; }
    .l-column2-dir__item.-item03 {
      order: 2; }
    .fl-left--pc {
      float: left;
      margin-right: 20px; }
    .fl-left--sp {
      display: block;
      float: none;
      margin-right: 0; }
    .fl-right--pc {
      float: right;
      margin-left: 20px; }
    .fl-right--sp {
      display: block;
      float: none;
      margin-left: 0; }
      .l-single .header .l-wrapper, .l-single .header .pageHeader__inner {
        display: block;
        padding: 36px 0;
        height: auto;
        box-shadow: none; }
      .l-single .header__main {
        width: 100%;
        text-align: center; }
      .l-single .header__logo {
        width: auto;
        height: auto; }
        .l-single .header__logo a {
          display: inline-flex;
          height: auto; }
          .l-single .header__logo a img {
            width: 132px; }
      .sec.-w640 {
        max-width: 640px; }
      .sec.-w560 {
        max-width: 560px; }
    .pageHeader__img__item {
      position: relative;
      width: auto;
      max-width: inherit; }
      .pageHeader__img__item.-item1 {
        width: 52%;
        max-width: 531px;
        z-index: 20; }
      .pageHeader__img__item.-item2, .pageHeader__img__item.-item3 {
        position: absolute;
        top: 60px;
        width: 28%;
        max-width: 290px;
        z-index: 10; }
      .pageHeader__img__item.-item2 {
        left: 10px; }
      .pageHeader__img__item.-item3 {
        right: 10px; } }
    @media screen and (max-width: 767px) {
    img {
      max-width: 100%;
      height: auto; } }
    @media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; }
  .hide-on-med-and-down {
    display: none !important; }
  .show-on-medium-and-down {
    display: block !important; }
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      border-bottom: none;
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.12); }
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
    @media only screen and (max-width: 576px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; }
  .show-on-small {
    display: block !important; }
  .center-on-small-only {
    text-align: center; }
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }
    @media only screen and (min-width: 577px) {
  .hide-on-med-and-up {
    display: none !important; }
  .show-on-medium-and-up {
    display: block !important; }
  .container {
    width: 85%; }
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; }
  .show-on-medium {
    display: block !important; } }
    @media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; }
  .show-on-large {
    display: block !important; }
  .container {
    width: 70%; }
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important; }
  .show-on-extra-large {
    display: block !important; }
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }
    @media screen and (max-width: 991.98px) {
    .l-wrapper, .pageHeader__inner {
      max-width: none;
      padding-left: 15px;
      padding-right: 15px; }
    .l-content {
      flex-wrap: wrap; }
      .l-content__main {
        width: 100%; }
      .l-content__sub {
        padding-top: 40px;
        width: 100%;
        border-top: 1px solid #ddd; }
      .l-flex.-col3-pattern-12 {
        justify-content: center; }
      .l-single__main {
        padding-top: 0; }
        .header-page .header-page__wrap .header-page__contents {
          padding: 5px 40.5px; }
  .gNavSP {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 200px;
    height: 44px;
    transition: background-color 0.2s; }
    .gNavSP__list {
      display: block;
      position: absolute;
      z-index: 1010;
      top: 0;
      right: -250px;
      margin: 0;
      padding: 45px 0 100px;
      width: 250px;
      min-height: calc(100vh);
      list-style: none;
      background-color: #fff;
      transition: all 0.2s; }
    .gNavSP__item:first-child.-main {
      position: fixed;
      z-index: 10000;
      left: 55px; }
      .gNavSP__item:first-child.-main a {
        padding-left: 0;
        font-size: 1.2rem;
        font-weight: 600;
        color: #555; }
      .gNavSP__item:first-child.-main a:before {
        display: none; }
      .gNavSP__item a {
        padding: 18.5px 0 18.5px 33px; }
      .gNavSP__item a:before {
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-weight: bold;
        content: "\f054";
        position: absolute;
        left: 13px;
        margin-right: 0.4em;
        line-height: 1;
        color: #ccc;
        transition: all 0.2s; }
      .gNavSP__item a:active {
        background-color: #EEEEEE; }
        .gNavSP__item.-main a {
          font-size: 1.4rem;
          color: #2D6B8B; }
      .gNavSP__item.-sp {
        display: block; }
  .gNavSP.open {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.1); }
    .gNavSP.open .gNavSP__langList {
      display: none; }
    .gNavSP.open .gNavSP__list {
      display: block;
      visibility: visible;
      right: 0; }
      .gNavSP.open .gNavSP__list .gNavSP__item:first-child.-main {
        display: none; }
    .gNavSP.open .burger__text {
      position: absolute;
      right: -170px; }
  .gNavSP {
    display: block; }
      .form-table .form-table-wrap {
        flex-direction: column; }
        .form-table .form-table-wrap .form-table-head {
          width: 100%;
          font-size: 1.4rem;
          padding: 0.5em 0.5em;
          border-bottom: none;
          border-top: 1px solid #ccc;
          border-right: none; }
        .form-table .form-table-wrap .form-table-body {
          width: 100%; }
          .form-table .form-table-wrap .form-table-body .form-table-row {
            background: none;
            flex-direction: row;
            flex-wrap: wrap; }
            .form-table .form-table-wrap .form-table-body .form-table-row.-end {
              border-bottom: none; }
            .form-table .form-table-wrap .form-table-body .form-table-row .row-head {
              flex: 1 1 80%;
              width: 100%;
              font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "游 ゴシック", Yu Gothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
              .form-table .form-table-wrap .form-table-body .form-table-row .row-head label {
                width: 100%; }
        .form-table .form-table-wrap .form-table-row .row-head {
          flex: 0; }
    .form-table .form-table-wrap + .form-table-wrap {
      margin-top: 10px; }
    .form-table .form-table-wrap + .form-table-row {
      margin-top: 10px; }
      .form-table .form-table-row {
        flex-direction: column; }
        .form-table .form-table-row .row-head {
          width: 100%;
          padding: 0.5em 0.5em;
          font-size: 1.4rem;
          display: flex;
          align-items: center; }
          .form-table .form-table-row .row-head.-plus {
            flex: 0 0 auto;
            background: none;
            border-top: 1px solid #ccc; }
          .form-table .form-table-row .row-head label {
            font-size: 1.4rem;
            margin-right: 10px; }
          .form-table .form-table-row .row-head .need {
            position: static;
            -webkit-transform: translateY(0%);
                    transform: translateY(0%);
            font-size: 1.2rem; }
        .form-table .form-table-row .row-data {
          width: 100%;
          padding: 10px 0.5em;
          font-size: 1.4rem;
          min-height: auto; }
          .form-table .form-table-row .row-data input:not([type="submit"]), .form-table .form-table-row .row-data textarea {
            padding: 12px 10px; }
          .form-table .form-table-row .row-data .browser-default {
            width: 100%; }
          .form-table .form-table-row .row-data .form-size-micro {
            width: 33%; }
          .form-table .form-table-row .row-data .form-size-short {
            width: 35%; }
          .form-table .form-table-row .row-data .form-size-medium {
            width: 100%; }
          .form-table .form-table-row .row-data .flex-wrap .form-size-medium {
            width: calc((666 / 1240) * 100vw); }
            .form-table .form-table-row .row-data .flex-wrap .flex-wrap__tel {
              width: auto;
              white-space: nowrap;
              font-size: 1.4rem; }
          .form-table .form-table-row .row-data .form-msg {
            font-size: 1.4rem; }
          .form-table .form-table-row .row-data .car-number {
            max-width: 450px;
            width: 100%;
            margin: 10px auto 10px; }
            .form-table .form-table-row .row-data .select-contents .select-wrap + .select-wrap {
              margin-left: 15px; }
          .form-table .form-table-row .row-data .select-wrap {
            width: 100%; }
            .form-table .form-table-row .row-data .select-wrap label {
              width: 100%; }
            .form-table .form-table-row .row-data .select-wrap.-date-meta {
              width: 40%; }
              .form-table .form-table-row .row-data .select-wrap.-date-meta label {
                margin-right: 10px; }
            .form-table .form-table-row .row-data .select-wrap.-date-meta:after {
              right: 34px; }
              .form-table .form-table-row .row-data .select-wrap.-date-meta .browser-default {
                width: 100%; }
            .form-table .form-table-row .row-data .select-wrap.-date-meta-short {
              width: 30%; }
              .form-table .form-table-row .row-data .select-wrap.-date-meta-short label {
                margin-right: 10px; }
            .form-table .form-table-row .row-data .select-wrap.-date-meta-short:after {
              right: 34px; }
              .form-table .form-table-row .row-data .select-wrap.-date-meta-short .browser-default {
                width: 100%; }
    .form-button {
      align-items: center; }
      .form-button form + form {
        margin-left: calc(100% - 44vw - 44vw); }
    .burger {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 48px;
      width: 48px;
      cursor: pointer;
      background: transparent;
      border: none; }
    .bannerList__item {
      width: calc(33.3% - 20px); }
    .case {
      width: calc(50% - 34px); }
    #goTop {
      bottom: 15px; } }
    @media screen and (max-width: 1280px) {
      .l-flex .l-flex__w408 {
        width: 33.333%;
        max-width: none; }
      .unit .unit__main h4 {
        font-size: 2.8vw; }
      .unit .unit__main p {
        font-size: 1.6vw; } }
    @media screen and (max-width: 1280px) and (max-width: 1023px) {
    .l-flex .l-flex__w408 {
      width: 50%; } }
    @media screen and (max-width: 1280px) and (max-width: 1023px) and (max-width: 767.98px) {
    .l-flex .l-flex__w408 {
      width: 100%;
      max-width: 408px; } }
    @media screen and (max-width: 1023px) {
        .l-flex .l-flex__w408:nth-child(4n), .l-flex .l-flex__w408:nth-child(5n), .l-flex .l-flex__w408:nth-child(6n) {
          margin-top: 0; } }
    @media screen and (max-width: 1160px) {
      .l-flex .l-flex__w588 + .l-flex__w588 {
        margin-left: 2%; }
    .btn-blue,
    a.btn-blue {
      font-size: 3.3vw; }
      .btn-blue span,
      a.btn-blue span {
        font-size: 4.3vw;
        padding-left: 8vw; }
        .btn-blue span:before,
        a.btn-blue span:before {
          width: 7vw;
          height: 7vw; } }
    @media screen and (max-width: 1160px) and (max-width: 767.98px) {
    .l-flex .l-flex__w588 + .l-flex__w588 {
      margin-left: 0; }
    .btn-blue,
    a.btn-blue {
      padding: 35.5px 0 18.5px; }
    .btn-blue span,
    a.btn-blue span {
      padding-left: 0; }
    .btn-blue span:before,
    a.btn-blue span:before {
      display: none; } }
    @media screen and (max-width: 767.98px) and (max-width: 415px) {
    .header {
      background-image: url(../../_assets/img/index/main_bg01_sp.png);
      height: calc((666/414)*100vw); }
    .header .header__main {
      padding-top: 68.438vw; }
    .header .l-wrapper, .header .pageHeader__inner {
      height: 60px; }
    .header .btn-wrap {
      bottom: 20.83333vw; }
    .header-page .header-page__wrap .header-page__title .en {
      font-size: 6.3vw; }
    .header-page .header-page__wrap .header-page__title .ja {
      font-size: 2vw; } }
    @media screen and (max-width: 415px) {
      .header .header__copy {
        font-size: 2.2vw;
        border: 1px solid #003e91; } }
    @media screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .header-page .header-page__wrap .header-page__contents {
      width: 36.23188vw;
      padding: 0.2em;
      font-size: 2.1vw;
      text-align: center; }
    .form-table .form-table-row .row-data .select-contents .select-wrap + .select-wrap {
      margin-left: 1.5%; } }
    @media screen and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 415px) {
    .header-page .header-page__wrap .header-page__contents {
      font-size: 2.4vw; } }
    @media screen and (min-width: 768px) and (max-width: 991.98px) {
      .gNav__item {
        padding: 0 10px; }
        .gNav__item a:not(.btn):not(.btn-large):not(.btn-small) {
          font-size: 1.3rem; }
  .page-index .pageHeader.-type1 {
    padding-top: 0; }
    .page-index .pageHeader.-type1 .pageHeader__inner {
      max-height: inherit;
      padding: 20px 0;
      min-height: inherit; } }
    @media screen and (max-width: 1110px) {
    .gNavSP__item {
      margin-left: 1px; } }
    @media screen and (max-width: 1110px) and (max-width: 991.98px) {
    .gNavSP__item {
      margin: 0; } }
    @media screen and (min-width: 992px) and (max-width: 1100px) {
      .gNavSP__item a {
        padding: 18.5px 8px; } }
    @media screen and (min-width: 992px) {
  .header__sub {
    display: flex; }
  .page-index .header .l-wrapper, .page-index .header .pageHeader__inner {
    height: 100px; }
  .page-index .gNav__item a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small) {
    height: 100px; }
  .page-index .l-main {
    padding-top: 0; } }
    @media screen and (max-width: 991.98px) and (max-width: 991.98px) {
        .form-table .form-table-wrap .form-table-body .form-table-row .row-head {
          flex: 0 0 100%;
          width: 100%; }
          .form-table .form-table-wrap .form-table-body .form-table-row .row-head label {
            width: auto; }
      .form-table .form-table-wrap .form-table-body .form-table-row .row-data {
        flex: 0 0 100%;
        width: 100%;
        padding-top: 0; } }
    @media screen and (max-width: 500px) {
          .form-table .form-table-row .row-data input:not([type="submit"]), .form-table .form-table-row .row-data textarea {
            padding: 10px 5px;
            font-size: 1.3rem; }
        .footer-nav .footer-nav__list .footer-nav__item {
          font-size: 3vw; } }
    @media screen and (max-width: 575.98px) {
    .case {
      width: 100%; } }
    @media screen and (max-width: 1280px) and (max-width: 767.98px) {
    .unit .unit__main h4 {
      margin-top: 8px;
      font-size: 2rem; }
    .unit .unit__main p {
      margin-top: 0;
      font-size: 1.6rem; } }
    @media screen and (max-width: 1200px) {
          .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title {
            font-size: 2.1vw; }
          .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text {
            font-size: 1.46vw;
            line-height: 1.6; }
          .top-voice .top-voice__contents.-second .top-voice__main {
            height: auto;
            padding-bottom: 20px; }
        .top-voice .top-voice__contents .top-voice__main {
          height: auto;
          padding-bottom: 20px; }
          .top-voice .top-voice__contents .top-voice__main h3 {
            font-size: 2.4rem; }
          .top-voice .top-voice__contents .top-voice__main p {
            font-size: 1.8rem; } }
    @media screen and (max-width: 1200px) and (max-width: 767.98px) {
    .top-reason .top-reason__list .top-reason__list-item .top-reason__list-title {
      font-size: 5.3vw; }
    .top-reason .top-reason__list .top-reason__list-item .top-reason__list-text {
      margin-top: 10px;
      font-size: 3.2vw;
      text-align: center;
      padding-bottom: 10px; }
    .top-voice .top-voice__contents .top-voice__main {
      padding-top: 39.0625vw;
      width: calc(100% - 14px);
      padding-left: 14px;
      padding-right: 14px;
      padding-bottom: 20px;
      height: auto; }
    .top-voice .top-voice__contents .top-voice__main h3 {
      font-size: 5vw; }
    .top-voice .top-voice__contents .top-voice__main p {
      font-size: 3.2vw; } }

/*# sourceMappingURL=style.css.map */
