@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("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Arvo");
@import url(//use.fontawesome.com/releases/v5.0.12/css/all.css);
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; }

/* Tools */
/*
  var : 共通変数
*/
/*
font-style: normal;
font-weight: 700;
*/
/*
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; }

* {
  box-sizing: border-box; }

:root {
  font-size: 62.5%; }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.06em;
  line-height: 16px;
  line-height: calc(30/16); }

main {
  display: block; }

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

a:hover {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  transition: all .5s; }

figure {
  margin: 0; }

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

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

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

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

dl dt {
  margin: 0; }

dl dd {
  margin: 0; }

p {
  margin: 0; }

button {
  border: none;
  padding: 0; }

body button:focus {
  background: none; }

.pc-hidden {
  display: none; }

.hidden {
  display: none; }

.icon-arrow-right {
  width: 5px;
  height: 8px; }

.pc-hidden {
  display: none; }

/* iOSでのデフォルトスタイルをリセット */
button {
  border-radius: 0; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 10px; }

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline-offset: -2px; }

.content {
  background-image: url("../../_assets/img/main_bg.png");
  background-position: center;
  background-size: cover; }

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: #248dc5;
  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, .btn.-shadowoff:hover, .-shadowoff.btn-large:hover, .-shadowoff.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 #248dc5; }

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: #248dc5; }
  .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: #248dc5; }
  .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: #B73044;
      color: white; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #B73044; }
    .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: #B73044; }

.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: #efc4ca;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #B73044;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #B73044; }
    .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: #B73044;
    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: #8f2535; }

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

.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: #B73044;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #B73044; }
  .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: #B73044;
    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: #248dc5; }
  .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 #dff0f9; }

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

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

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-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: #f2f6f7;
  border: none;
  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]) {
    box-shadow: 0 1px 0 0 #FFFDE7; }
  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: #248dc5; }
  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: #248dc5; }
  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 #248dc5;
  box-shadow: 0 1px 0 0 #248dc5; }

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: #248dc5; }

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: #248dc5; }
  .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 #248dc5; }

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

[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 #248dc5;
  border-bottom: 2px solid #248dc5;
  -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 #248dc5;
  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 #B73044;
  background-color: #B73044;
  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: #B73044;
  border-color: #B73044; }

[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: #93bed5; }
    .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: #248dc5; }

.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(36, 141, 197, 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(36, 141, 197, 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 #248dc5; }
  .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: #248dc5;
  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: #248dc5;
    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: #248dc5;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #248dc5;
  -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(36, 141, 197, 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: #248dc5;
  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(36, 141, 197, 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: #248dc5;
  transition: box-shadow .3s; }

input[type=range].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(36, 141, 197, 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: #B73044; }

.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-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

.l-footer {
  position: relative; }

.l-wrapper {
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .l-wrapper.-w1191 {
    max-width: 1191px; }
  .l-wrapper.-w1180 {
    max-width: 1180px; }
  .l-wrapper.-w820 {
    max-width: 870px; }
  .l-wrapper.-full {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0; }

/*
.l-visual {
	position: relative;
	width: 100%;
	min-width: 1100px;
	max-width: 1600px;
	margin-left: 4.75%;
	padding-left: 3.58%;
	overflow: hidden;
	img {
		width: 100%;
	}
}
*/
.l-inner {
  width: 1000px;
  margin: 0 auto; }

.l-inner-w870 {
  max-width: 870px;
  margin: 0 auto; }

.l-inner-w648 {
  max-width: 648px;
  margin: 0 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;
  margin-top: 40px; }
  .l-content__main {
    max-width: 700px;
    margin-bottom: 40px; }
  .l-content__sub {
    width: 341px; }

.l-flex {
  display: flex; }

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

.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: fixed;
  height: 112px;
  width: 100%;
  z-index: 9999;
  background: #fff; }
  .header .l-wrapper {
    height: 100%; }
  .header .header-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header .header-wrap .header__logo {
      width: 330px;
      height: 43px; }
      .header .header-wrap .header__logo img {
        display: block;
        width: 330px;
        height: 43px; }
    .header .header-wrap .header__nav {
      width: 758px;
      height: auto;
      display: none; }
  .header.-page {
    width: 100%;
    height: 293px;
    padding-top: 0;
    background-image: url(../../_assets/img/header/heder_page_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }

.gnav {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end; }
  .gnav li {
    margin-left: 74px; }
    .gnav li .gnav__items {
      position: relative;
      color: #10124d;
      font-size: 1.8rem;
      font-family: agency-fb, sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0; }
    .gnav li .gnav__items:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: "";
      width: 0;
      height: 1px;
      background-color: #10124d;
      opacity: 0;
      transition: 0.3s; }
    .gnav li .gnav__items:hover:after {
      left: 0;
      width: 100%;
      opacity: 1; }
  .gnav li:first-child {
    margin-left: 0; }

.footer {
  padding-top: 50px;
  background-color: #061938;
  color: #fff; }
  .footer .footer__title {
    width: 298px;
    height: 36px;
    margin: 0 auto; }
    .footer .footer__title img {
      display: block;
      width: 298px;
      height: 36px; }
  .footer .footer__copy {
    text-align: center;
    padding: 25px 0 15px; }
    .footer .footer__copy small {
      font-size: 1.4rem;
      font-family: kozuka-gothic-pr6n,sans-serif;
      font-weight: 400;
      font-style: normal; }

.btn-view {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Roboto Slab", serif;
  justify-content: center;
  color: #000;
  transition: 3s; }

.btn-view:before {
  position: absolute;
  content: "";
  background-image: url("/../_assets/img/about/ion-change-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.btn-wrap.-agreement-option {
  padding-top: 75px;
  padding-bottom: 103px; }

.btn-wrap.-input-option {
  padding-top: 43px; }

.btn-wrap .form-btn {
  width: 150px;
  height: 38px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  background: none;
  font-family: agency-fb, sans-serif;
  transition: 0.7s; }

.btn-wrap-list {
  margin-top: 98px;
  display: flex;
  justify-content: space-between; }
  .btn-wrap-list .btn-wrap-list__items input {
    width: 385px;
    height: 80px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center; }
    .btn-wrap-list .btn-wrap-list__items input.btn-before {
      color: #000;
      border: 1px solid #000; }
    .btn-wrap-list .btn-wrap-list__items input.btn-after {
      color: #fff;
      background-color: #b60005;
      border: 1px solid #b60005; }

a.button {
  background-color: #1ae29c;
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 39px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-shadow: 0 2px 8px 0 #1ae29c;
  max-width: 315px;
  height: 60px;
  font-size: 1.8rem;
  padding-top: 21px;
  box-sizing: border-box;
  border: solid 2px transparent;
  line-height: 1; }

a.button:hover {
  background-color: #fff;
  color: #1ae29c;
  box-shadow: 0 2px 6px 0 rgba(26, 226, 156, 0.4); }

a.button-small {
  max-width: 150px;
  margin-top: 47px;
  font-size: 1.3rem;
  height: 40px;
  padding-top: 12px;
  box-shadow: 0 2px 6px 0 rgba(255, 4, 4, 0.3);
  position: relative;
  background-color: #fff;
  color: #f1464a;
  border: solid 1px #f1464a;
  display: block;
  font-weight: bold;
  border-radius: 39px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1; }

a.button-small:after {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  margin-left: 1em;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  border-right: solid 2px #f1464a;
  border-top: solid 2px #f1464a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box; }

a.button-small:hover {
  box-shadow: 0 4px 12px 0 rgba(255, 4, 4, 0.6); }

a.btn:link, a.btn-large:link, a.btn-small:link, a.btn:visited, a.btn-large:visited, a.btn-small:visited {
  color: #fff; }

a.btn:hover, a.btn-large:hover, a.btn-small:hover {
  text-decoration: none; }

.btn i, .btn-large i, .btn-small i {
  font-size: 1.5rem;
  margin-right: 4px; }

.btn.-big, .-big.btn-large, .-big.btn-small {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  min-width: 196px;
  min-height: 94px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center; }
  .btn.-big .small, .-big.btn-large .small, .-big.btn-small .small {
    font-size: 1.4rem; }
  .btn.-big strong, .-big.btn-large strong, .-big.btn-small strong {
    font-size: 2.2rem; }

.btn.-long, .-long.btn-large, .-long.btn-small {
  width: 570px; }

.btn.-w100p, .-w100p.btn-large, .-w100p.btn-small {
  width: 100%; }

.btn.-shadowoff, .-shadowoff.btn-large, .-shadowoff.btn-small {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow .2s ease-out; }

.btn.-round, .-round.btn-large, .-round.btn-small {
  height: auto;
  padding: 0.5em 2em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 100em; }

.btn.-blue, .-blue.btn-large, .-blue.btn-small {
  background-color: #248dc5 !important; }

.btn.-white, .-white.btn-large, .-white.btn-small {
  color: #333 !important;
  background-color: #fff !important; }

.btn.-googleplus, .-googleplus.btn-large, .-googleplus.btn-small {
  background-color: #DB4437 !important; }
  .btn.-googleplus:hover, .-googleplus.btn-large:hover, .-googleplus.btn-small:hover {
    background-color: #e36c62 !important; }

.btn.-amazon, .-amazon.btn-large, .-amazon.btn-small {
  background-color: #FF9900 !important; }
  .btn.-amazon:hover, .-amazon.btn-large:hover, .-amazon.btn-small:hover {
    background-color: #ffad33 !important; }

.btn.-facebook, .-facebook.btn-large, .-facebook.btn-small {
  background-color: #3B5998 !important; }
  .btn.-facebook:hover, .-facebook.btn-large:hover, .-facebook.btn-small:hover {
    background-color: #4c70ba !important; }

.btn.-submit, .-submit.btn-large, .-submit.btn-small {
  padding: 0.55em 2em 0.5em;
  font-size: 1.7rem;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2); }
  .btn.-submit i, .-submit.btn-large i, .-submit.btn-small i {
    position: relative;
    left: 0;
    top: 1px;
    margin-top: 0;
    margin-right: 0.2em;
    font-size: 2rem;
    transition: left 0.2s; }
  .btn.-submit:hover, .-submit.btn-large:hover, .-submit.btn-small:hover {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border-color: #248dc5; }
    .btn.-submit:hover i, .-submit.btn-large:hover i, .-submit.btn-small:hover i {
      left: 0.2em; }

.form-box {
  display: flex;
  padding-bottom: 15px;
  margin: 20px 0 15px;
  border-bottom: 1px dotted #fff; }
  .form-box.-last-part {
    margin: 20px 0 35px; }
  .form-box.-other-type {
    border-bottom: none;
    padding-bottom: 0; }
  .form-box.-bottom-large {
    margin-bottom: 40px; }
  .form-box .form-box__title {
    width: 308px;
    text-align: right;
    vertical-align: middle;
    padding: 0 86px 0 0; }
    .form-box .form-box__title.-textarea {
      vertical-align: top; }
    .form-box .form-box__title label {
      font-size: 1.4rem;
      color: #fff;
      font-weight: bold; }
    .form-box .form-box__title.-must-mark label {
      position: relative; }
    .form-box .form-box__title.-must-mark label:after {
      position: absolute;
      content: "必須";
      top: 0;
      right: -60px;
      width: 42px;
      height: 17px;
      padding-top: 2px;
      color: #c30d23;
      text-align: center;
      border-radius: 8px;
      line-height: 1;
      font-size: 1.1rem;
      background-color: yellow; }
  .form-box .form-box__contents {
    width: calc(740px - 308px); }
    .form-box .form-box__contents .address {
      display: block;
      color: #fff;
      margin-bottom: 10px;
      font-size: 1.3rem; }
    .form-box .form-box__contents .td-text {
      color: #fff; }
    .form-box .form-box__contents .addressInput {
      display: inline-block;
      width: 15%;
      margin: 0 10px 15px; }
    .form-box .form-box__contents label.text {
      margin-right: 18px;
      font-size: 1.3rem;
      color: #fff; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
  opacity: 0 !important;
  display: none; }

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  width: 15px !important;
  height: 15px !important; }

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #fff;
  color: #000; }

textarea {
  background-color: #fff;
  min-height: 104px; }

input[type=text]:not(.browser-default) {
  margin: 0;
  height: 22px; }

input[type]:focus,
textarea:focus {
  background-color: #FFFDE7; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
  position: static;
  opacity: 1;
  margin-right: 5px;
  pointer-events: auto; }

.submit-contents button {
  width: 244px;
  height: 42px;
  padding: 0; }

.submit-contents input {
  width: 244px;
  padding: 11px 0;
  line-height: 1;
  font-size: 20px;
  color: #248dc5;
  font-weight: bold; }

.heading01 {
  position: relative;
  padding-bottom: 44px;
  font-size: 2.1rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.02em;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center; }
  .heading01 span {
    padding-bottom: 44px;
    border-bottom: 1px solid #000; }
  .heading01:before {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 1;
    font-family: kozuka-gothic-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal; }
  .heading01.-message:before {
    content: "Message"; }
  .heading01.-policy:before {
    content: "Policy"; }
  .heading01.-company:before {
    content: "Company"; }

.heading02 {
  position: relative;
  padding-top: 17px;
  width: 182px;
  height: 67px;
  text-align: center;
  margin: 67px auto 0;
  font-size: 2.1rem;
  line-height: 1;
  color: #fff;
  background-color: #061938; }
  .heading02:after {
    position: absolute;
    content: "Mission";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-family: agency-fb,sans-serif;
    font-weight: 400;
    font-style: normal; }

.table.-type1 {
  border-bottom: 1px solid #B73044; }
  .table.-type1 th, .table.-type1 td {
    border-top: 1px solid #B73044;
    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: #248dc5; }
  .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: #248dc5; }

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

.table.-price tbody .col1 {
  border: 3px solid #10124d;
  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: #248dc5; }
    .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; }

.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-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px; }
  .label-box.-first {
    margin-top: 0; }
  .label-box .label-box__title {
    width: 90px;
    text-align: center;
    line-height: 1;
    font-family: agency-fb, sans-serif;
    color: #fff; }
    .label-box .label-box__title.-center {
      padding-top: 7px; }
    .label-box .label-box__title.-f-center {
      display: flex;
      align-items: center; }
    .label-box .label-box__title label {
      font-size: 2.0rem; }
  .label-box .label-box__input {
    width: 263px;
    height: auto; }
    .label-box .label-box__input input {
      display: block; }
    .label-box .label-box__input textarea {
      background: #f2f6f7;
      border: none;
      height: 105px; }
    .label-box .label-box__input textarea:focus {
      background-color: #FFFDE7; }

.burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background: transparent;
  border: 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: #37474F; }
  .burger .x,
  .burger .y,
  .burger .z {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 14px;
    margin: 0;
    height: 1px;
    width: 20px;
    background: #37474F;
    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; }

.widget {
  margin-bottom: 40px; }
  .widget .widget__title {
    margin-bottom: 13px;
    color: #e40c34;
    font-size: 2.2rem;
    line-height: 1.2; }
  .widget .widget__list {
    padding-left: 40px;
    margin-bottom: 10px; }
    .widget .widget__list li {
      margin-bottom: 5px;
      list-style: disc; }
      .widget .widget__list li a {
        color: #555; }
    .widget .widget__list.-no-space {
      padding-left: 0;
      margin-top: 40px; }
    .widget .widget__list .categories {
      list-style: none;
      margin-bottom: 13px;
      color: #e40c34;
      font-size: 2.2rem;
      line-height: 1.2;
      font-weight: bold; }
      .widget .widget__list .categories ul {
        margin-top: 12px;
        padding-left: 40px; }
        .widget .widget__list .categories ul li.cat-item {
          margin-bottom: 5px;
          font-size: 1.5rem;
          color: #585858;
          line-height: 2.6rem;
          font-weight: normal; }

.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: #10124d;
      text-decoration: none; }
    .paging .paging__item span.current {
      color: #fff;
      background: #e6002d; }

.paging__box {
  margin-top: 40px;
  text-align: center; }
  .paging__box .wp-pagenavi a, .paging__box .wp-pagenavi span {
    border: none;
    padding: 3px 7px;
    transition: 0.3s; }
  .paging__box .wp-pagenavi a.page:hover {
    background: #e6002d;
    color: #fff; }

.li-to-crop::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.9) * 1em); }

.li-to-crop::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.9) * 1em); }

.lih {
  font-size: 3rem;
  line-height: calc(42/30); }
  .lih::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - calc(42/30)) * 1em); }
  .lih::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - calc(42/30)) * 1em); }

.lip {
  font-size: 1.6rem;
  line-height: calc(26/16); }
  .lip::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - calc(26/16)) * 1em); }
  .lip::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - calc(26/16)) * 1em); }

.main-visual {
  position: relative;
  content: "";
  top: 0;
  right: 0;
  margin-top: 112px;
  width: 100%;
  height: 646px;
  background-image: url(../../_assets/img/index/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main-visual .main-visual__copy-wrap {
    width: 882px;
    height: 177px;
    text-align: center; }
    .main-visual .main-visual__copy-wrap .main-visual__copy01 {
      font-size: 36px;
      line-height: 44px;
      letter-spacing: 0.02em;
      color: #fff;
      font-family: a-otf-futo-go-b101-pr6n,sans-serif;
      font-weight: 500;
      font-style: normal; }
      .main-visual .main-visual__copy-wrap .main-visual__copy01 span {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; }
  .main-visual .main-visual__text {
    margin-top: 45px;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    line-height: 44px;
    font-family: a-otf-futo-go-b101-pr6n,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .main-visual .main-visual__scroll {
    position: absolute;
    width: 43px;
    height: 94px;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .main-visual .main-visual__scroll img {
      width: 100%;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: move;
              animation-name: move;
      visibility: visible !important; }

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

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

#goTop {
  position: fixed;
  right: 2%;
  bottom: 20px;
  z-index: 10; }
  #goTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    line-height: 1;
    transition: all 0.3s;
    border-radius: 50%;
    border: 1px solid #a0a0a0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
    #goTop a span {
      position: relative;
      padding-top: 9px; }
    #goTop a span:before {
      content: "";
      position: absolute;
      left: -4.55px;
      top: 0;
      width: 10px;
      height: 10px;
      border-top: 2px solid #a0a0a0;
      border-right: 2px solid #a0a0a0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #1A2954; }

.slick-slider {
  z-index: 1001; }

.side-slide {
  height: 100%; }

.flow-slide .slick-slide {
  padding: 5px;
  height: 387px; }
  .flow-slide .slick-slide img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slick-prev, .slick-next {
  z-index: 10002;
  width: 30px;
  height: 30px; }

.slick-prev:before, .slick-next:before {
  font-size: 30px; }

.slick-active .inner-box__main {
  -webkit-animation: slideFromRight 1.7s ease 0s 1 normal;
          animation: slideFromRight 1.7s ease 0s 1 normal; }

@-webkit-keyframes slideFromRight {
  0%, 75% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

@keyframes slideFromRight {
  0%, 75% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1; } }

.slide-dots {
  text-align: center; }
  .slide-dots li {
    display: inline-block;
    margin: 0 15px; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '☆';
        font-size: 20px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0; }
    .slide-dots li.slick-active button:before {
      content: '★'; }

.hum-wrap {
  display: none; }

.open {
  /*
  .gnav {
    display: block;
  }
  */ }
  .open .hum-wrap .hum .is-open {
    display: none; }
  .open .hum-wrap .hum .is-close {
    display: block; }

.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-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); } }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../_assets/img/light-box/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../_assets/img/light-box/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../_assets/img/light-box/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../_assets/img/light-box/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

ul.dia {
  margin-top: 45px;
  padding-left: 16px; }
  ul.dia li {
    margin-top: 5px;
    position: relative;
    font-size: 1.4rem;
    line-height: 21px;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 0; }
  ul.dia li:before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "◆";
    font-size: 1.4rem;
    color: #fff; }

ul.disc {
  padding-left: 16px; }
  ul.disc li {
    position: relative;
    margin-top: 2px;
    list-style: disc;
    font-size: 1.4rem;
    line-height: 21px;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 0; }

.backgorund {
  margin-top: calc(38px - ((24px - 14px)/2));
  content: "";
  background-image: url(../../_assets/img/index/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.4rem;
  line-height: 16px;
  line-height: calc(16 / 14);
  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); }

/*
・小塚ゴシック Pr6N R
font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 400;
font-style: normal;

・A-OTF 中ゴシックBBB Pr6N Med
font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;

・A-OTF 見出ゴMB31 Pr6N MB31
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;

・AgencyFB
font-family: agency-fb,sans-serif;
font-weight: 400;
font-style: normal;

・A-OTF 太ゴB101 Pr6N Bold
font-family: a-otf-futo-go-b101-pr6n,sans-serif;
font-weight: 500;
font-style: normal;

*/
.page-title-wrap {
  width: 100%;
  height: 191px;
  background-color: #c7b299;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-title-wrap .page-title .image-about {
    width: 195px;
    height: 63px; }

.about-idea {
  width: 100%;
  height: auto;
  padding-top: 124px;
  padding-bottom: 153px;
  background-image: url(../../_assets/img/page/page_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  .about-idea .about-idea__title img {
    width: 225px;
    height: 61px; }
  .about-idea .about-idea__image {
    margin-top: 25px; }
  .about-idea .about-idea__text {
    margin-top: 15px; }
    .about-idea .about-idea__text img {
      width: 348px;
      height: 134px; }

.about-profile {
  width: 100%;
  height: auto;
  padding-top: 116px;
  padding-bottom: 139px;
  background-image: url(../../_assets/img/page/page_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  .about-profile .about-profile__title img {
    width: 152px;
    height: 63px; }
  .about-profile .about-profile__name {
    margin-top: 80px; }
    .about-profile .about-profile__name img {
      width: 101px;
      height: 44px; }
  .about-profile .about-profile__comments {
    margin-top: 67px;
    padding: 0 5%; }
    .about-profile .about-profile__comments img {
      width: 100%;
      max-width: 791px;
      height: auto; }

.about-trigger {
  width: 100%;
  height: auto;
  padding-top: 94px;
  padding-bottom: 183px;
  background-image: url(../../_assets/img/page/page_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; }
  .about-trigger .about-trigger__title img {
    width: 152px;
    height: 63px; }
  .about-trigger .about-trigger__image {
    margin-top: 30px; }
    .about-trigger .about-trigger__image img {
      width: 298px;
      height: 199px; }
  .about-trigger .about-trigger__text {
    margin-top: 24px;
    padding: 0 5%; }
    .about-trigger .about-trigger__text img {
      width: 100%;
      max-width: 748px;
      height: auto; }

.index-message {
  padding-top: 73px;
  padding-bottom: 104px; }
  .index-message .index-message__contents {
    margin-top: 143px; }

.index-policy {
  padding-top: 64px;
  padding-bottom: 74px;
  background-color: #ebedef; }
  .index-policy .index-policy__contents {
    margin-top: 100px; }
    .index-policy .index-policy__contents .index-policy__head {
      position: relative;
      width: 528px;
      margin: 0 auto;
      text-align: center; }
      .index-policy .index-policy__contents .index-policy__head .text01 {
        font-size: 2.4rem;
        font-family: a-otf-gothic-bbb-pr6n,sans-serif;
        font-weight: 400;
        font-style: normal; }
      .index-policy .index-policy__contents .index-policy__head .text02 {
        font-size: 1.4rem;
        line-height: 34px;
        font-family: a-otf-gothic-bbb-pr6n,sans-serif;
        font-weight: 400;
        font-style: normal; }
      .index-policy .index-policy__contents .index-policy__head .index-policy__image-sp {
        display: none; }
      .index-policy .index-policy__contents .index-policy__head:before {
        position: absolute;
        content: "";
        left: -60px;
        top: 0;
        width: 66px;
        height: 118px;
        background-image: url(../../_assets/img/index/border-l.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      .index-policy .index-policy__contents .index-policy__head:after {
        position: absolute;
        content: "";
        right: -60px;
        top: 0;
        width: 66px;
        height: 118px;
        background-image: url(../../_assets/img/index/border-r.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .index-policy .index-policy__contents .index-policy__image {
      margin-top: 47px;
      text-align: center; }
      .index-policy .index-policy__contents .index-policy__image img {
        width: 1000px;
        height: 631px; }

.index-company {
  padding-top: 73px;
  padding-bottom: 66px; }
  .index-company .index-company__contents {
    margin-top: 60px; }
    .index-company .index-company__contents .index-company__table {
      padding: 12px 0;
      margin: 0;
      display: flex;
      border-top: 1px solid #000; }
      .index-company .index-company__contents .index-company__table.-end {
        padding-bottom: 50px;
        border-bottom: 1px solid #000; }
      .index-company .index-company__contents .index-company__table dt {
        width: 300px;
        padding-left: 47px;
        font-size: 1.6rem;
        font-family: a-otf-gothic-bbb-pr6n,sans-serif;
        font-weight: 400;
        font-style: normal; }
      .index-company .index-company__contents .index-company__table dd {
        width: calc( 100% - 300px);
        font-size: 1.6rem;
        font-family: a-otf-gothic-bbb-pr6n,sans-serif;
        font-weight: 400;
        font-style: normal; }

.index-map {
  margin-bottom: -10px; }

.unit {
  display: flex; }
  .unit .unit__main {
    width: 500px;
    padding-left: 57px;
    padding-right: 46px; }
    .unit .unit__main .unit__title {
      padding-bottom: 5px;
      border-bottom: 1px solid #000;
      font-size: 1.8rem;
      line-height: 1;
      letter-spacing: 0.03rem;
      font-family: a-otf-futo-go-b101-pr6n,sans-serif;
      font-weight: 500;
      font-style: normal; }
      .unit .unit__main .unit__title span {
        padding-left: 23px;
        font-size: 1.4rem;
        font-family: a-otf-gothic-bbb-pr6n,sans-serif;
        font-weight: 400;
        font-style: normal; }
    .unit .unit__main .unit__category {
      margin-top: 12px;
      font-size: 1.4rem;
      line-height: 1;
      font-family: a-otf-gothic-bbb-pr6n,sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02rem; }
    .unit .unit__main .unit__name {
      margin-top: 10px;
      font-size: 1.2rem;
      line-height: 1;
      font-family: a-otf-gothic-bbb-pr6n,sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02rem; }
    .unit .unit__main .unit__text {
      margin-top: 35px;
      font-size: 1.4rem;
      line-height: 34px;
      font-family: a-otf-gothic-bbb-pr6n,sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0.02rem; }
  .unit .unit__sub {
    width: 500px;
    padding-left: 120px; }

.sec-title-wrap .sec-title {
  display: inline-block;
  padding-bottom: 8px;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: agency-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #10124d;
  border-bottom: 1px solid #10124d; }

.sec-title-wrap .sec-sub-title {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.4em;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  color: #10124d; }

.sec-message {
  padding-top: 57px;
  padding-bottom: 63px;
  background: #ecedf3;
  text-align: center; }
  .sec-message .sec-message__title {
    display: inline-block;
    padding-bottom: 14px;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 31px;
    line-height: calc(31/25);
    font-family: agency-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #10124d;
    border-bottom: 1px solid #10124d; }
  .sec-message .sec-message__text {
    margin-top: 45px;
    font-size: 1.2rem;
    line-height: 28px;
    line-height: calc(28/12);
    letter-spacing: 0.6em;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center; }

.sec-news {
  padding-top: 43px;
  padding-bottom: 64px;
  text-align: center;
  color: #10124d;
  font-size: 1.4rem;
  letter-spacing: 0.4em; }
  .sec-news .sec-news__list {
    margin: 40px auto 0;
    width: 320px; }
    .sec-news .sec-news__list .sec-news__list-items {
      margin-top: 11px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000; }
      .sec-news .sec-news__list .sec-news__list-items .list-items__link {
        display: flex;
        color: #000; }
        .sec-news .sec-news__list .sec-news__list-items .list-items__link .list-items__time {
          margin-right: 20px;
          font-size: 1.4rem;
          font-family: a-otf-futo-min-a101-pr6n, serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0; }
        .sec-news .sec-news__list .sec-news__list-items .list-items__link .list-items__title {
          font-size: 1.4rem;
          font-family: a-otf-futo-min-a101-pr6n, serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0; }
    .sec-news .sec-news__list .sec-news__list-items:first-child {
      margin-top: 0; }
  .sec-news .sec-news__list-btn-wrap {
    margin-top: 30px; }
    .sec-news .sec-news__list-btn-wrap .sec-news__list-btn {
      padding: 5px 64px;
      border: 1px solid #10124d;
      font-size: 1.5rem;
      line-height: 1;
      letter-spacing: 0.4em;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif;
      color: #10124d;
      transition: 1s; }
    .sec-news .sec-news__list-btn-wrap .sec-news__list-btn:hover {
      background-color: #10124d;
      color: #fff; }

.sec-service .sec-service__head {
  padding-top: 47px;
  padding-bottom: 58px;
  text-align: center;
  background-color: #ddddf3; }

.sec-service .sec-service__middle {
  width: 100%;
  height: 220px;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../../_assets/img/index/sec_service_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px; }
  .sec-service .sec-service__middle .sec-service__middle__title {
    position: relative;
    width: 320px;
    padding-left: 100px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column; }
    .sec-service .sec-service__middle .sec-service__middle__title .head {
      font-size: 2.5rem;
      font-family: a-otf-futo-min-a101-pr6n, serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      letter-spacing: -1px; }
    .sec-service .sec-service__middle .sec-service__middle__title .bottom {
      margin-top: 8px;
      font-size: 2.1rem;
      font-family: a-otf-futo-min-a101-pr6n, serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      letter-spacing: -7px; }
  .sec-service .sec-service__middle .sec-service__middle__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 179px;
    margin: 33px auto 0;
    color: #fff; }
    .sec-service .sec-service__middle .sec-service__middle__text .head {
      font-size: 2.1rem;
      font-family: a-otf-futo-min-a101-pr6n, serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1; }
    .sec-service .sec-service__middle .sec-service__middle__text .bottom {
      margin-top: 4px;
      font-size: 2.3rem;
      font-family: vendetta, serif;
      font-weight: 300;
      line-height: 1;
      font-style: italic; }
  .sec-service .sec-service__middle .sec-service__middle__title:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 84px;
    height: 53px;
    background-image: url(../../_assets/img/index/icon_sec_service_middle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.sec-service .sec-service__bottom {
  padding: 108px 0 85px;
  background-color: #ddddf3; }
  .sec-service .sec-service__bottom .sec-service__bottom__contents {
    width: 950px;
    margin: 0 auto;
    display: flex; }
    .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main {
      width: 430px;
      height: auto;
      margin-right: 90px; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 39px;
        font-size: 1.5rem;
        line-height: 28px;
        letter-spacing: 0.1em;
        font-family: a-otf-futo-min-a101-pr6n, serif;
        background-color: #10124d;
        color: #fff; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__title:before {
        position: absolute;
        content: "";
        top: -23px;
        left: 50%;
        width: 30px;
        height: 22px;
        background-image: url(../../_assets/img/index/icon_service_bottom.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__text {
        font-size: 1.5rem;
        line-height: 28px;
        letter-spacing: 0;
        font-family: a-otf-futo-min-a101-pr6n, serif;
        color: #000; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box01 .sec-service__bottom__text {
        margin-top: 14px; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box02 {
        margin-top: 65px; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box02 .sec-service__bottom__text {
          margin-top: 32px; }
          .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box02 .sec-service__bottom__text.-first {
            margin-top: 11px; }
    .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub {
      width: 430px;
      height: auto;
      padding-top: 60px; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap {
        margin-top: 57px; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn {
          position: relative;
          display: block;
          width: 398px;
          height: 139px;
          margin: 0 auto;
          padding: 24px 22px 0 48px;
          border: 1px solid #161866;
          font-size: 1.5rem;
          line-height: 28px;
          letter-spacing: 0;
          font-family: a-otf-futo-min-a101-pr6n, serif;
          color: #000;
          text-align: center;
          transition: 1s; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn:hover {
          background-color: #fff; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn:hover:after {
          left: 70%; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 54px;
          height: 54px;
          background-image: url(../../_assets/img/index/icon_triangle.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn:after {
          position: absolute;
          content: "";
          bottom: 19px;
          left: 50%;
          width: 128px;
          height: 33px;
          background-image: url(../../_assets/img/index/icon_link_click.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          transition: 0.7s; }

.sec-voice {
  padding-top: 70px;
  padding-bottom: 125px;
  text-align: center; }
  .sec-voice .sec-voice__list {
    margin-top: 130px; }
    .sec-voice .sec-voice__list .sec-voice__list-items:not(:first-child) {
      margin-top: 89px; }
    .sec-voice .sec-voice__list .sec-voice__list-items {
      position: relative;
      padding: 81px 50px 31px;
      border: 1px solid #10124d;
      border-radius: 25px; }
      .sec-voice .sec-voice__list .sec-voice__list-items .sec-voice__sub-title {
        font-size: 3.3rem;
        line-height: 58px;
        line-height: calc(58/33);
        font-family: a-otf-midashi-mi-ma31-pr6n, serif;
        color: #10124d; }
      .sec-voice .sec-voice__list .sec-voice__list-items .sec-voice__name {
        position: absolute;
        width: 121px;
        height: 121px;
        top: -61px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .sec-voice .sec-voice__list .sec-voice__list-items .sec-voice__text {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 31px;
        line-height: calc(31/18);
        font-family: a-otf-futo-min-a101-pr6n, serif;
        letter-spacing: 0;
        color: #444444; }

.sec-about {
  text-align: center;
  padding-bottom: 65px; }
  .sec-about .sec-about__head {
    padding-top: 55px;
    padding-bottom: 58px;
    background-color: #ddddf3; }
  .sec-about .sec-about__info {
    padding-top: 55px; }
    .sec-about .sec-about__info p {
      margin-top: 25px;
      font-size: 1.8rem;
      line-height: 21px;
      line-height: calc(21/18);
      font-family: a-otf-futo-min-a101-pr6n, serif;
      font-weight: 400;
      font-style: normal; }
  .sec-about .sec-about__profile {
    margin-top: 75px; }
    .sec-about .sec-about__profile .sec-about__profile__title {
      display: inline-block;
      padding: 0 12px;
      margin: 0 auto;
      font-size: 2.1rem;
      line-height: 31px;
      line-height: calc(21/18);
      font-family: a-otf-futo-min-a101-pr6n, serif;
      font-weight: 400;
      font-style: normal;
      color: #000;
      border-right: 1px solid #000;
      border-left: 1px solid #000; }
    .sec-about .sec-about__profile .sec-about__profile__content {
      margin: 65px auto 0;
      width: 550px;
      display: flex;
      flex-direction: row-reverse; }
      .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main {
        width: 265px;
        padding-top: 60px;
        padding-left: 17px; }
        .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          color: #000; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .head {
            position: relative;
            font-size: 2.7rem;
            line-height: 48px;
            line-height: calc(48/27);
            font-family: a-otf-futo-min-a101-pr6n, serif;
            font-weight: 400;
            font-style: normal; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .head:after {
            position: absolute;
            content: "";
            background-color: #000;
            width: 19px;
            height: 2px;
            bottom: -5px;
            left: 0; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .middle {
            margin-top: 11px;
            font-size: 1.8rem;
            line-height: 31px;
            line-height: calc(31/18);
            font-family: a-otf-futo-min-a101-pr6n, serif;
            font-weight: 400;
            font-style: normal; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .bottom {
            margin-top: 6px;
            font-size: 2.8rem;
            line-height: 45px;
            line-height: calc(28/45);
            font-family: a-otf-futo-min-a101-pr6n, serif;
            letter-spacing: 0.3em;
            font-weight: 400;
            font-style: normal; }
      .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__sub {
        width: 231px;
        height: auto;
        margin-right: 50px; }
    .sec-about .sec-about__profile .sec-about__profile__bottom {
      margin-top: 46px; }
      .sec-about .sec-about__profile .sec-about__profile__bottom p {
        font-size: 1.8rem;
        line-height: 31px;
        line-height: calc(31/18);
        font-family: a-otf-futo-min-a101-pr6n, serif;
        font-weight: 400;
        font-style: normal;
        color: #000; }

.sec-blog {
  padding-top: 70px;
  padding-bottom: 152px;
  text-align: center;
  background-color: #ecedf3; }
  .sec-blog .sec-blog__list {
    width: 940px;
    margin: 93px auto 0;
    display: flex;
    justify-content: space-between; }
    .sec-blog .sec-blog__list li {
      width: 244px;
      height: auto; }
      .sec-blog .sec-blog__list li .sec-blog__list-items {
        display: flex;
        flex-direction: column;
        border: 6px solid #10124d;
        padding-bottom: 34px;
        transition: 1s; }
        .sec-blog .sec-blog__list li .sec-blog__list-items .sec-blog__list-head {
          order: 2;
          display: flex;
          flex-direction: column-reverse; }
          .sec-blog .sec-blog__list li .sec-blog__list-items .sec-blog__list-head .sec-blog__list-title {
            margin-top: 12px;
            font-size: 1.2rem;
            line-height: 21px;
            letter-spacing: 0;
            font-family: a-otf-midashi-mi-ma31-pr6n, serif;
            font-weight: 600;
            font-style: normal;
            color: #000; }
          .sec-blog .sec-blog__list li .sec-blog__list-items .sec-blog__list-head .sec-blog__list-time {
            width: 176px;
            margin: 0 auto;
            font-size: 2.8rem;
            line-height: 50px;
            letter-spacing: 0;
            font-family: a-otf-midashi-mi-ma31-pr6n, serif;
            font-weight: 600;
            font-style: normal;
            color: #000;
            border-bottom: 1px solid #000; }
        .sec-blog .sec-blog__list li .sec-blog__list-items .sec-blog__list-image {
          order: 1;
          border-bottom: 6px solid #10124d; }
      .sec-blog .sec-blog__list li .sec-blog__list-items:hover {
        background-color: #fff; }

.sec-contact {
  padding-top: 74px;
  padding-bottom: 73px;
  text-align: center;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  background-image: url(../../_assets/img/index/sec_contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .sec-contact .sec-title {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .sec-contact .sec-sub-title {
    color: #fff; }
  .sec-contact .sec-contact__main {
    width: 355px;
    margin: 69px auto 0; }
  @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; }
    .icon-arrow-right {
      width: 8px;
      height: 13px; }
  .sp-hidden {
    display: none; }
    .pc-hidden {
      display: block; }
      .l-wrapper.-w1191 {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px; }
      .l-wrapper.-w1180 {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px; }
      .l-wrapper.-w820 {
        max-width: none; }
      .l-wrapper.-full {
        max-width: none; }
    .l-inner-w870 {
      width: 100%; }
    .l-inner-w648 {
      width: 100%; }
    .l-content {
      flex-wrap: wrap; }
      .l-content__main {
        width: 100%; }
      .l-content__sub {
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
        border-top: 1px solid #ddd; }
    .l-flex-sb--sp {
      display: flex;
      justify-content: space-between; }
      .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 {
        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 {
      height: 60px; }
      .header .header-wrap {
        height: 60px; }
        .header .header-wrap .header__nav {
          width: 100%;
          display: block; }
      .header.-page {
        background-image: url(../../_assets/img/header/heder_page_bg_sp.jpg); }
    .gnav {
      display: none;
      background-color: #fff;
      position: fixed;
      top: -60px;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 70px; }
      .gnav li {
        margin-left: 0;
        text-align: center;
        margin-top: 20px; }
        .gnav li .gnav__items {
          border-bottom: 1px solid #10124d; }
        .gnav li .gnav__items:after {
          display: none; }
    .footer {
      padding-top: 25px; }
      .footer .footer__title {
        width: 100%;
        text-align: center;
        height: auto; }
        .footer .footer__title img {
          margin: 0 auto;
          width: 142px;
          height: auto; }
      .footer .footer__copy {
        padding: 15px 0 15px; }
        .footer .footer__copy small {
          font-size: 1.2rem; }
    .btn-wrap.-agreement-option {
      padding-bottom: 50px; }
    .btn-wrap.-input-option {
      padding-top: 50px; }
    .btn-wrap .form-btn {
      height: 38px; }
    .btn-wrap-list {
      flex-wrap: wrap;
      flex-direction: column; }
    .btn-wrap-list .btn-wrap-list__items:last-child {
      margin-top: 20px; }
      .btn-wrap-list .btn-wrap-list__items input {
        display: block;
        width: 100%;
        height: 60px; }
    a.button {
      font-size: 1.6rem; }
    a.button-small {
      margin-top: 12px; }
    .form-box {
      flex-direction: column;
      border-bottom: none; }
      .form-box .form-box__title {
        width: 100%;
        text-align: left;
        margin-bottom: 5px; }
      .form-box .form-box__contents {
        width: 100%; }
        .form-box .form-box__contents .address {
          margin-bottom: 5px; }
    .submit-contents button {
      width: 100%;
      height: 42px;
      border-radius: 0;
      -webkit-appearance: none;
      background-color: #fff;
      color: #248dc5; }
    .submit-contents button.gap {
      margin-top: 10px; }
    .submit-contents input {
      padding: 0; }
    .heading01 {
      font-size: 1.8rem;
      padding-bottom: 35px; }
      .heading01 span {
        padding-bottom: 35px; }
      .heading01:before {
        bottom: 14px; }
    .heading02 {
      margin-top: 30px; }
    .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; }
    .label-box {
      flex-direction: column;
      margin-top: 32px; }
      .label-box .label-box__title {
        width: 100%;
        padding-right: 0;
        text-align: left;
        min-height: auto; }
        .label-box .label-box__title.-center {
          padding-top: 0; }
      .label-box .label-box__input {
        margin-top: 7px;
        width: 100%; }
  .sec .l-wrapper {
    padding-left: 11%;
    padding-right: 11%; }
    .paging {
      flex-wrap: wrap; }
      .paging .paging__item {
        margin: 4px;
        font-size: 1.3rem; }
    .main-visual {
      margin-top: 60px !important;
      height: calc(100vh - 59px); }
      .main-visual .main-visual__copy-wrap {
        width: 100%;
        height: auto; }
        .main-visual .main-visual__copy-wrap .main-visual__copy01 {
          font-size: 2rem; }
        .main-visual .main-visual__copy-wrap .main-visual__copy01 {
          font-size: 2rem; }
      .main-visual .main-visual__text {
        margin-top: 20px;
        padding: 0 15px;
        font-size: 1.4rem;
        line-height: 1.7; }
  .slick-prev {
    left: 1%; }
  .slick-next {
    right: 1%; }
    .slick-active .inner-box__main {
      -webkit-animation: none;
              animation: none; }
    .hum-wrap {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      z-index: 100000; }
      .hum-wrap .hum {
        width: 60px;
        height: 60px;
        background: #10124d;
        position: relative;
        border: none;
        z-index: 100000; }
        .hum-wrap .hum .menu-line {
          position: absolute;
          background: #FFF;
          width: 32px;
          height: 4px;
          border-radius: 2px;
          left: 0;
          right: 0;
          margin: auto;
          transition: .4s;
          z-index: 100000; }
        .hum-wrap .hum .menu-line:nth-child(1) {
          top: 15px; }
        .hum-wrap .hum .menu-line:nth-child(2) {
          top: 24px; }
        .hum-wrap .hum .menu-line:nth-child(3) {
          top: 33px; }
        .hum-wrap .hum .txt {
          position: absolute;
          right: 0;
          left: 0;
          display: block;
          bottom: 5px;
          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: 24px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .hum-wrap .hum.active .menu-line:nth-child(2) {
          left: 15px;
          opacity: 0; }
        .hum-wrap .hum.active .menu-line:nth-child(3) {
          top: 24px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .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; }
    .about-idea {
      background-image: url(../../_assets/img/page/page_bg_01_sp.jpg); }
    .about-profile {
      background-image: url(../../_assets/img/page/page_bg_02_sp.jpg);
      background-repeat: repeat-y;
      background-size: contain; }
    .index-message {
      padding-top: 30px;
      padding-bottom: 50px; }
      .index-message .index-message__contents {
        margin-top: 50px; }
    .index-policy {
      padding-top: 40px; }
      .index-policy .index-policy__contents {
        margin-top: 50px; }
        .index-policy .index-policy__contents .index-policy__head {
          max-width: 528px;
          width: 100%; }
          .index-policy .index-policy__contents .index-policy__head .text01 {
            display: none; }
          .index-policy .index-policy__contents .index-policy__head .text02 {
            display: none; }
          .index-policy .index-policy__contents .index-policy__head .index-policy__image-sp {
            display: block; }
          .index-policy .index-policy__contents .index-policy__head:before {
            display: none; }
          .index-policy .index-policy__contents .index-policy__head:after {
            display: none; }
        .index-policy .index-policy__contents .index-policy__image {
          margin-top: 20px; }
          .index-policy .index-policy__contents .index-policy__image img {
            width: 100%;
            height: auto; }
    .index-company {
      padding-top: 47px;
      padding-bottom: 47px; }
      .index-company .index-company__contents {
        margin-top: 40px; }
        .index-company .index-company__contents .index-company__table {
          flex-direction: column; }
          .index-company .index-company__contents .index-company__table dt {
            width: 100%;
            padding-left: 0;
            text-align: center; }
          .index-company .index-company__contents .index-company__table dd {
            width: 100%;
            text-align: center;
            font-size: 1.4rem; }
        .unit .unit__main .unit__text {
          margin-top: 20px; }
    .sec-message {
      padding-left: 15px;
      padding-right: 15px; }
      .sec-message .sec-message__text {
        text-align: left; }
      .sec-service .sec-service__middle .sec-service__middle__title {
        padding-left: 73px; }
        .sec-service .sec-service__middle .sec-service__middle__title .head {
          font-size: 2.2rem;
          letter-spacing: 0; }
        .sec-service .sec-service__middle .sec-service__middle__title .bottom {
          font-size: 1.8rem;
          letter-spacing: 0; }
      .sec-service .sec-service__middle .sec-service__middle__text {
        margin: 20px auto 0; }
      .sec-service .sec-service__middle .sec-service__middle__title:before {
        width: 50px;
        height: 33px; }
    .sec-service .sec-service__bottom {
      padding-left: 15px;
      padding-right: 15px; }
      .sec-service .sec-service__bottom .sec-service__bottom__contents {
        width: 100%;
        flex-wrap: wrap; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main {
          width: 100%;
          margin-right: 0; }
          .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__title {
            margin: 0 auto; }
          .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__text {
            font-size: 1.4rem; }
          .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box02 {
            padding-left: 15px;
            padding-right: 15px; }
            .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__main .sec-service__bottom__box02 .sec-service__bottom__text {
              margin-top: 20px; }
        .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub {
          width: 100%; }
            .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn {
              width: 100%;
              font-size: 1.2rem; }
            .sec-service .sec-service__bottom .sec-service__bottom__contents .sec-service__bottom__sub .sec-service__bottom__btn-wrap .sec-service__bottom__btn:after {
              width: 112px;
              height: 28px; }
      .sec-voice .sec-voice__list {
        padding-left: 15px;
        padding-right: 15px; }
        .sec-voice .sec-voice__list .sec-voice__list-items {
          padding: 81px 30px 31px; }
          .sec-voice .sec-voice__list .sec-voice__list-items .sec-voice__sub-title {
            font-size: 2.2rem; }
          .sec-voice .sec-voice__list .sec-voice__list-items .sec-voice__text {
            font-size: 1.4rem;
            text-align: left; }
        .sec-about .sec-about__info p {
          margin-top: 18px;
          font-size: 1.4rem; }
      .sec-about .sec-about__profile {
        margin-top: 45px; }
        .sec-about .sec-about__profile .sec-about__profile__title {
          font-size: 1.8rem; }
        .sec-about .sec-about__profile .sec-about__profile__content {
          width: 100%;
          margin: 40px auto 0;
          flex-wrap: wrap;
          flex-direction: column-reverse; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main {
            width: 100%;
            padding-top: 30px; }
              .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .head {
                font-size: 2.2rem; }
              .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .middle {
                font-size: 1.6rem; }
              .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__main .sec-about__profile__in-box h4 .bottom {
                font-size: 2.2rem; }
          .sec-about .sec-about__profile .sec-about__profile__content .sec-about__profile__sub {
            margin: 0 auto; }
        .sec-about .sec-about__profile .sec-about__profile__bottom {
          padding-left: 17px; }
          .sec-about .sec-about__profile .sec-about__profile__bottom p {
            font-size: 1.4rem;
            text-align: left; }
      .sec-blog .sec-blog__list {
        width: 100%;
        flex-direction: column;
        align-items: center; }
      .sec-blog .sec-blog__list li:not(:first-child) {
        margin-top: 30px; } }
  @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-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 {
        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; } }
  @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 {
      max-width: none;
      padding-left: 3%;
      padding-right: 3%; }
    .l-inner {
      width: 100%; }
      .l-content__main {
        margin-right: 20px; }
      .l-single__main {
        padding-top: 0; }
    .unit {
      flex-direction: column-reverse;
      align-items: center; }
      .unit .unit__main {
        max-width: 500px;
        width: 100%;
        margin-top: 57px;
        padding-left: 10px;
        padding-right: 10px; }
      .unit .unit__sub {
        max-width: 500px;
        width: 100%;
        padding-left: 0;
        text-align: center; }
        .unit .unit__sub img {
          width: 172px;
          height: auto; } }

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