@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.625em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  background: #ffffff;
  color: #14384f;
  font-family: "YakuHanJPs", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.0425em;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

a {
  color: #7e5268;
  text-decoration: none;
}
a:hover {
  color: #002080;
  text-decoration: underline;
}

a.noborder:hover {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

hr {
  max-width: 98rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dfe2e4;
  border-left: 0;
  margin: 1.2rem auto;
  clear: both;
}
@media screen and (min-width: 64em) {
  hr {
    margin: 0.75em auto;
  }
}

.wrapper {
  width: 100%;
  min-width: 320px;
}
@media screen and (min-width: 48em) {
  .wrapper {
    min-width: 76.8rem;
  }
}
@media screen and (min-width: 64em) {
  .wrapper {
    min-width: 98rem;
  }
}

.container {
  padding: 0 1.6rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 2rem;
    max-width: 76.8rem;
  }
}
@media screen and (min-width: 64em) {
  .container {
    padding: 0 3rem;
    max-width: 98rem;
  }
}
@media screen and (min-width: 48em) {
  .container.event {
    max-width: calc(76.8rem - 12rem);
  }
}
@media screen and (min-width: 64em) {
  .container.event {
    max-width: calc(98rem - 21.2rem);
  }
}

.general-wrapper {
  position: relative;
  width: 100%;
}

.general-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 100vh;
}
.general-layout header, .general-layout footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.general-layout main {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .flex-layout {
    max-width: 76.8rem;
  }
}
@media screen and (min-width: 64em) {
  .flex-layout {
    max-width: 98rem;
  }
}
.flex-layout .main-column {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 0.8rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .flex-layout .main-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 0 0.8rem;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .flex-layout .main-column {
    padding: 0 1rem;
  }
}
.flex-layout .right-column {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0.8rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .flex-layout .right-column {
    display: block;
    margin-left: 1em;
    padding: 0 0.8rem;
    width: calc(26.4rem * 0.75);
  }
}
@media screen and (min-width: 64em) {
  .flex-layout .right-column {
    padding: 0 1rem;
    width: 26.4rem;
  }
}
.flex-layout .left-column {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 0.8rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .flex-layout .left-column {
    display: block;
    margin-right: 1em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 0 0.8rem;
    width: calc(26.4rem * 0.75);
  }
}
@media screen and (min-width: 64em) {
  .flex-layout .left-column {
    padding: 0 1rem;
    width: 26.4rem;
  }
}

section {
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  section {
    margin-top: 4rem;
  }
}

.spacer {
  margin-top: 1em;
}

.spacer-large {
  margin-top: 2em !important;
}

.spacer-xlarge {
  margin-top: 3em !important;
}

.spacer-exlarge {
  margin-top: 4em !important;
}

.spacer-small {
  margin-top: 0.5em;
}

.spacer-top-bottom {
  margin: 1em 0;
}

.spacer-top-bottom-large {
  margin: 2em 0;
}

.spacer-top-bottom-xlarge {
  margin: 3em 0;
}

.spacer-top-bottom-exlarge {
  margin: 4em 0;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}
@media screen and (min-width: 64em) {
  header {
    position: inherit;
  }
}

.header-wrap {
  background: #f9add4;
  position: relative;
}

.header-inner {
  height: 4.795rem;
}
@media screen and (min-width: 64em) {
  .header-inner {
    height: 7rem;
  }
}
.header-inner a {
  color: #fff;
}
.header-inner a:hover {
  text-decoration: none;
}
.header-inner .header-logo img {
  width: auto;
  height: 34.25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 64em) {
  .header-inner .header-logo img {
    height: 50px;
    right: 2rem;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


.phone-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 47.95px;
  height: 47.95px;
  padding: 1rem;
  border-left: solid 1px #fff;
}
.phone-trigger span {
  background: url(/assets/img/icon/icon-phone-white.svg) no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 64em) {
  .phone-trigger {
    display: none;
  }
}


footer {
  margin-top: 4em;
  width: 100%;
  min-width: 320px;
  z-index: 10;
}

.footer-wrap {
  background: #0c8282;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7rem;
}
.footer-inner .header-logo {
  font-family: Helvetica, Arial Black, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
}
.footer-inner .header-logo a {
  color: #fff;
}
.footer-inner .header-logo a:hover {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .footer-inner .header-logo {
    font-size: 2rem;
  }
}

.footer-link {
  background: #e5f9bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0.4em 0;
}
.footer-link li:not(:first-child) {
  margin-left: 1em;
}
.footer-link li a {
  color: #0c8282;
}

.copyright {
  background: #f9add4;
  color: #fff;
  display: block;
  font-size: 0.875em;
  text-align: center;
  padding: 0.4em 0;
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-container .main-text {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0px 0px 8px #333;
  z-index: 999;
}
@media screen and (min-width: 48em) {
  .swiper-container .main-text {
    font-size: 2em;
  }
}
@media screen and (min-width: 64em) {
  .swiper-container .main-text {
    font-size: 3em;
  }
}


p {
  font-size: inherit;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}

i {
  font-style: italic;
  line-height: inherit;
}

em {
  font-style: normal;
}

strong,
em,
b {
  font-weight: bold;
  line-height: inherit;
}

span.icon img {
  vertical-align: middle;
  margin: 0 0.2em;
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 2.375em;
  }
}

h2 {
  font-size: 1.8em;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 2.07em;
  }
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 2.1375em;
  }
}
h2.first {
  border-bottom: solid 3px #f3efd6;
  color: #0c8282;
  margin-bottom: 1em;
  text-align: center;
}
h2.first span {
  border-bottom: solid 3px #0c8282;
  display: inline-block;
  margin-bottom: -3px;
  padding-bottom: 0.4em;
}
h2.second {
  color: #0c8282;
  border-bottom: 4px solid #0c8282;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 1em 0.5em 0;
  margin-bottom: 1em;
}
@media screen and (min-width: 64em) {
  h2.second {
    font-size: 1.8em;
  }
}

h3 {
  font-size: 1.2em;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 1.84em;
  }
}
@media screen and (min-width: 64em) {
  h3 {
    font-size: 1.5em;
  }
}
h3.first {
  background: rgba(255, 214, 235, 0.2);
  border-bottom: solid 2px #f9add4;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}


h4 {
  font-size: 1.4em;
}
@media screen and (min-width: 48em) {
  h4 {
    font-size: 1.61em;
  }
}
@media screen and (min-width: 64em) {
  h4 {
    font-size: 1.6625em;
  }
}
h4.first, h4.price {
  border-bottom: 1px dotted #0c8282;
  color: #0b7474;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  font-size: 1.2em;
}
h4.price {
  margin: 0;
}
h4.second {
  border-bottom: 1px dotted #0c8282;
  color: #0b7474;
  margin: 0;
  padding-bottom: 0.4em;
  font-size: 1.2em;
}
h4.second span {
  color: #818a91;
  display: block;
  font-size: 0.85em;
  line-height: 1.8;
}
@media screen and (min-width: 48em) {
  h4.second span {
    display: inline-block;
    margin-right: 1em;
  }
}
h4.third {
  color: #333333;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
h4.fourth {
  background: #EF810F;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  padding: 0.4em 1em;
}

h5 {
  font-size: 1.2em;
}
@media screen and (min-width: 48em) {
  h5 {
    font-size: 1.38em;
  }
}
@media screen and (min-width: 64em) {
  h5 {
    font-size: 1.425em;
  }
}
h5.first {
  background: #eceeef;
  border-left: 0.5em solid #0c8282;
  border-right: 0.5em solid #0c8282;
  font-size: 1.2em;
  text-align: center;
  margin: 1em 0;
  padding: 0.6em 0;
}
h5.second {
  color: rgba(12, 130, 130, 0.85);
  margin-bottom: 0.6em;
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}
@media screen and (min-width: 48em) {
  h6 {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 64em) {
  h6 {
    font-size: 1.1875em;
  }
}
h6.second {
  border-bottom: 1px solid #CFD8DC;
  border-left: 1px solid #CFD8DC;
  color: #424242;
  margin-bottom: 0.6em;
  padding-bottom: 0.1em;
  padding-left: 0.4em;
}

.price-head {
  font-weight: bold;
  margin: 2em 0 0;
}

figcaption {
  color: #317ae1;
  font-size: 1em;
  text-align: left !important;
}
@media screen and (min-width: 48em) {
  figcaption {
    font-size: 0.8em;
    line-height: 1.6;
  }
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
pre {
  background-color: #f8f8f8;
  color: #484848;
  font-family: Consolas, monospace;
  font-size: 0.9375em;
  margin: 1em 0;
}

pre {
  padding: 0.5em 1.5em;
}

code {
  padding: 1em;
  margin: 0 0.4em;
  vertical-align: middle;
}

pre code {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: inherit;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 98rem;
  margin: 0 -0.8rem;
}
@media screen and (min-width: 48em) {
  .grid {
    max-width: 76.8rem;
    margin: 0 -0.8rem;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    max-width: 98rem;
    margin: 0 -1rem;
  }
}
.grid .grid {
  margin: -0.8rem;
}
.grid .grid.gapless {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .grid .grid {
    margin: 0 -0.8rem;
  }
}
@media screen and (min-width: 64em) {
  .grid .grid {
    margin: 0 -1rem;
  }
}
.grid.gapless {
  margin: 0.8rem 0 0;
}
.grid.gapless + .gapless {
  margin: 1rem 0;
}
@media screen and (min-width: 64em) {
  .grid.gapless + .gapless {
    margin: 2rem 0;
  }
}
.grid.gapless .grid .grid {
  margin: -0.8rem;
}
@media screen and (min-width: 64em) {
  .grid.gapless .grid .grid {
    margin: 0.5rem -1rem;
  }
}
@media screen and (min-width: 64em) {
  .grid.gapless {
    margin: 1rem 0;
  }
}

.col {
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.col figure img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .col {
    padding: 0.8rem;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .col {
    padding: 1rem;
  }
}
.col > .col {
  padding: 0.8rem 0;
  margin: -0.8rem 0 0.8rem;
}
@media screen and (min-width: 48em) {
  .col > .col {
    padding: 0.8rem 0;
    margin: -0.8rem 0 0.8rem;
  }
}
@media screen and (min-width: 64em) {
  .col > .col {
    padding: 1rem 0;
    margin: -1rem 0 1rem;
  }
}
.col > .grid {
  margin: -0.8rem;
}
.col > .grid + .grid {
  margin: 0.8rem -0.8rem;
}
.gapless .col > .grid + .grid {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .col > .grid {
    margin: -1rem;
  }
  .col > .grid + .grid {
    margin: 1rem -1rem;
  }
}
.col > .grid.gapless {
  margin: 0.8rem 0;
}
.col > .grid.gapless + .grid.gapless {
  margin: -0.8rem 0 0;
}
@media screen and (min-width: 64em) {
  .col > .grid.gapless {
    margin: 1rem 0;
  }
  .col > .grid.gapless + .grid.gapless {
    margin: -1rem 0 0;
  }
}

.raw-col {
  padding: 0.8rem;
}
.raw-col figure img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .raw-col {
    padding: 0.8rem;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .raw-col {
    padding: 1rem;
  }
}

.sm-1 {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.sm-1-center {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}

.sm-offset-1 {
  margin-left: 8.3333333333%;
}

.sm-2 {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.sm-2-center {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}

.sm-offset-2 {
  margin-left: 16.6666666667%;
}

.sm-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.sm-3-center {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}

.sm-offset-3 {
  margin-left: 25%;
}

.sm-4 {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.sm-4-center {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}

.sm-offset-4 {
  margin-left: 33.3333333333%;
}

.sm-5 {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.sm-5-center {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}

.sm-offset-5 {
  margin-left: 41.6666666667%;
}

.sm-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.sm-6-center {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}

.sm-offset-6 {
  margin-left: 50%;
}

.sm-7 {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.sm-7-center {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}

.sm-offset-7 {
  margin-left: 58.3333333333%;
}

.sm-8 {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.sm-8-center {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}

.sm-offset-8 {
  margin-left: 66.6666666667%;
}

.sm-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.sm-9-center {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}

.sm-offset-9 {
  margin-left: 75%;
}

.sm-10 {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.sm-10-center {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}

.sm-offset-10 {
  margin-left: 83.3333333333%;
}

.sm-11 {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.sm-11-center {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}

.sm-offset-11 {
  margin-left: 91.6666666667%;
}

.sm-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.sm-12-center {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.sm-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 48em) {
  .md-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-1-center {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-2-center {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .md-3-center {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-4-center {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-5-center {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .md-6-center {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-7-center {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-8-center {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .md-9-center {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-10-center {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-11-center {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .md-12-center {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 64em) {
  .lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-1-center {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-2-center {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .lg-3-center {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-4-center {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-5-center {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .lg-6-center {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-7-center {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-8-center {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .lg-9-center {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-10-center {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-11-center {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .lg-12-center {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
}
.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.input-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -2px;
}
@media screen and (min-width: 48em) {
  .input-grid {
    margin: -2px;
  }
}
@media screen and (min-width: 64em) {
  .input-grid {
    margin: -2px;
  }
}
.input-grid .col {
  padding: 2px;
}
@media screen and (min-width: 48em) {
  .input-grid .col {
    padding: 2px;
  }
}
@media screen and (min-width: 64em) {
  .input-grid .col {
    padding: 2px;
  }
}

.nav-in-logo {
  display: none;
  padding: 1.2em 1em;
}
.nav-in-logo > a {
  padding: 0;
}
.nav-in-logo > a > img {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .nav-in-logo {
    display: block;
  }
}

.banner-area {
  width: 200px;
  margin: 2em auto;
}
.banner-area li {
  margin-bottom: 1em;
  text-align: center;
}

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.pagination a {
  border: 1px solid #818a91;
  border-radius: 3px;
  color: #333;
  display: block;
  min-width: 32px;
  padding: 0.4rem 0.8rem;
}
.pagination a:hover {
  border: 1px solid #aab0b5;
}
.pagination .active {
  background: #0c8282;
  color: #fff;
}
.pagination span {
  color: #818a91;
  display: block;
  margin: 0 4px;
}
.pagination li {
  margin: 0 2px;
}
.pagination ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accordion dt {
  background: #f9add4;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 1rem 0 1rem 1.2rem;
  position: relative;
}
.accordion dt:not(:first-child) {
  border-top: 1px solid #fff;
  margin: 0;
}
.accordion dt:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  content: "\f067";
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion dt.open:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.accordion dd {
  display: none;
  padding: 1rem 0 1.5rem 1.2rem;
  background: #fff5fa;

}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 122, 225, 0.5);
    box-shadow: 0 0 0 0 rgba(49, 122, 225, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(49, 122, 225, 0.5);
    box-shadow: 0 0 0 0 rgba(49, 122, 225, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 1;
}
button:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.button {
  background-color: #0c8282;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  line-height: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  padding: 1em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .button {
    padding: 0.8em;
  }
}
.button:hover {
  background-color: #063c3c;
  color: #fff;
  text-decoration: none;
}
.button a:visited .button {
  color: inherit;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.second {
  background-color: #ff9100;
}
.button.second:hover {
  background-color: #b36600;
}
.button.third {
  background-color: #317ae1;
}
.button.third:hover {
  background-color: #1956ac;
}
.button.fourth {
  background-color: #e5f9bd;
}
.button.fourth:hover {
  background-color: #c9f377;
}
.button.five {
  background-color: #d32f2f;
}
.button.five:hover {
  background-color: #962020;
}
.button.outline {
  background-color: #fff;
  border: 1px solid #0c8282;
  color: #0c8282;
  text-shadow: none;
}
.button.outline:hover {
  background-color: #69f1f1;
}
.button.outline.second {
  background-color: #fff;
  border: 1px solid #ff9100;
  color: #ff9100;
}
.button.outline.second:hover {
  background-color: #ffdeb3;
}
.button.outline.third {
  background-color: #fff;
  border: 1px solid #317ae1;
  color: #317ae1;
}
.button.outline.third:hover {
  background-color: #cddff8;
}
.button.outline.fourth {
  background-color: #fff;
  border: 1px solid #e5f9bd;
  color: #e5f9bd;
}
.button.outline.fourth:hover {
  background-color: white;
}
.button.outline.five {
  background-color: #fff;
  border: 1px solid #d32f2f;
  color: #d32f2f;
}
.button.outline.five:hover {
  background-color: #f2c2c2;
}
.button.outline.ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.button.outline.ghost:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

form button.button-block {
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  form button.button-block {
    margin: 2rem auto;
    width: 25%;
  }
}

.btn-pdf {
  background-color: #0c8282;
  border-radius: 2em;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  padding: 1em 2em;
  position: relative;
}
.btn-pdf::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M0,24h24V3.9L18.8,0H0V24z M1.7,1.4h16.4c0.4,0.3,3.6,2.7,4.1,3.1c0,0.6,0,16.8,0,18.1l0,0H1.7V1.4z"/%3e%3cpath d="M5.9,16.3H3.7V8.2h2.1c1.1,0,1.8,0.2,2.4,0.6C8.8,9.3,9.1,10,9.1,11c0,1-0.3,1.7-1,2.2c-0.4,0.3-1.1,0.5-1.9,0.5H5.9V16.3zM5.9,11.8l0.1,0c0.3,0,0.5-0.1,0.6-0.2c0.2-0.2,0.2-0.4,0.2-0.7c0-0.3-0.1-0.5-0.2-0.7C6.5,10,6.3,10,6,10H5.9V11.8z"/%3e%3cpath d="M9.8,16.3V8.2h1.9c1.1,0,1.9,0.3,2.5,0.9c0.8,0.8,1.2,1.8,1.2,3.2c0,1.4-0.3,2.4-1,3.1c-0.6,0.6-1.4,0.9-2.6,0.9H9.8z M12,14.4c0.8,0,1.2-0.7,1.2-2c0-0.7-0.1-1.2-0.3-1.5c-0.2-0.4-0.5-0.6-0.8-0.6H12V14.4z"/%3e%3cpath d="M18.6,16.3h-2.2V8.2h3.9v1.9h-1.7v1.2h1.6v1.8h-1.6V16.3z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.575em;
  width: 1.25em;
  height: 1.25em;
}
@media (hover: hover) {
  .btn-pdf:hover {
    background-color: #0a6b6b;
    color: #ffffff;
    text-decoration: none;
  }
}
.btn-pdf.expanded {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.btn-pdf._small {
  font-size: 0.875em;
}

.block {
  border: 1px solid #0c8282;
}
.block.center {
  text-align: center;
}
.block.second {
  border-color: #ff9100;
}
.block.third {
  border-color: #317ae1;
}
.block.fourth {
  border-color: #e5f9bd;
}
.block.five {
  border-color: #d32f2f;
}
.block.top-page {
  border: 1px solid #eceeef;
}
.block.top-page .block-body {
  background: #fff;
  font-size: 0.875em;
}
.block.top-page .block-body dt {
  color: #317ae1;
}
.block.top-page .block-body .title {
  border-bottom: 1px solid #dfe2e4;
  color: #818a91;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.block.height {
  height: 100%;
}

.block-header {
  background: #0c8282;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  padding: 0.3em 1em;
}
.second .block-header {
  background: #ff9100;
}
.third .block-header {
  background: #317ae1;
}
.fourth .block-header {
  background: #e5f9bd;
}
.five .block-header {
  background: #d32f2f;
}

.block-body {
  color: inherit;
  padding: 1em;
}
.block-body .grid {
  margin: -1rem;
}

.breadlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #e5f9bd;
  border-radius: 0.4rem;
  font-size: 0.725em;
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (min-width: 64em) {
  .breadlist {
    padding: 1rem 0 1rem 3rem;
  }
}
.breadlist::after {
  display: table;
  clear: both;
  content: "";
}
.breadlist li {
  line-height: 1.1;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadlist li + li::before {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #55595c;
  content: "＞";
}
.breadlist li a {
  color: #0033cc;
}
.breadlist li a::active, .breadlist li a::visited {
  color: inherit;
}
.breadlist li.active {
  color: #55595c;
}

.grid-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -0.8rem -0.8rem 0;
}
@media screen and (min-width: 48em) {
  .grid-tile {
    max-width: 76.8rem;
    margin: -0.8rem -0.8rem 0;
  }
}
@media screen and (min-width: 64em) {
  .grid-tile {
    max-width: 98rem;
    margin: -1rem -1rem 0;
  }
}
.grid-tile .sm-1 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.grid-tile .sm-2 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.grid-tile .sm-3 {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid-tile .sm-4 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.grid-tile .sm-5 {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.grid-tile .sm-6 {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid-tile .sm-7 {
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  -webkit-box-flex: 0;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
}
.grid-tile .sm-8 {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}
.grid-tile .sm-9 {
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  -webkit-box-flex: 0;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
}
.grid-tile .sm-10 {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  -webkit-box-flex: 0;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
}
.grid-tile .sm-11 {
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  -webkit-box-flex: 0;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
}
.grid-tile .sm-12 {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media screen and (min-width: 48em) {
  .grid-tile .md-1 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid-tile .md-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid-tile .md-3 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-tile .md-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid-tile .md-5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .grid-tile .md-6 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-tile .md-7 {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-tile .md-8 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .grid-tile .md-9 {
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    -webkit-box-flex: 0;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .grid-tile .md-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
  }
  .grid-tile .md-11 {
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    -webkit-box-flex: 0;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-tile .md-12 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .grid-tile .lg-1 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid-tile .lg-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid-tile .lg-3 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid-tile .lg-4 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid-tile .lg-5 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
  .grid-tile .lg-6 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid-tile .lg-7 {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .grid-tile .lg-8 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
  .grid-tile .lg-9 {
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    -webkit-box-flex: 0;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .grid-tile .lg-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
  }
  .grid-tile .lg-11 {
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    -webkit-box-flex: 0;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .grid-tile .lg-12 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
  margin: 0 -0.8rem 0;
}
@media screen and (min-width: 48em) {
  .grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
    max-width: 76.8rem;
    margin: 0 -0.8rem 0;
  }
}
@media screen and (min-width: 64em) {
  .grid-tile + .grid, .grid-tile + .grid-flex, .grid-tile + .grid-tile {
    max-width: 98rem;
    margin: 0 -1rem 0;
  }
}

.flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

/* ++++++++++++++++++++++++++++++ カラムの揃え方 */
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-end-vertical {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.align-center-vertical {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-justify-vertical {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-spaced-vertical {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

/* 子要素の天地の揃え align-itemsは親要素・align-selfは子要素 */
.item-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.item-top-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-end-child {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-center-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.item-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.item-stretch-child {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.order-0to1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (min-width: 64em) {
  .order-0to1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.order-1to0 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (min-width: 64em) {
  .order-1to0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.form-group {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 64em) {
  .form-group {
    margin-bottom: 4.8rem;
  }
}

label {
  display: block;
  max-width: 100%;
  margin-bottom: 6px;
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: 3em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}

input.form-control:focus,
textarea.form-control:focus {
  border-color: #aaa;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.075);
}

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

select {
  width: 100%;
}

select::-moz-focus-inner {
  border: 0;
}

.select {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.select select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  height: 2.5em;
  font-size: 1em;
  line-height: 1.42857143;
  padding: 6px 36px 6px 12px;
  position: relative;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: hidden;
}

.select:after {
  border: 1px solid #999;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  margin-top: -5px;
  right: 16px;
  top: 50%;
}

textarea.form-control {
  height: auto;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

.checkbox-group,
.radio-group {
  display: inline-block;
}
.checkbox-group.row,
.radio-group.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-group.row .label-checkbox,
.checkbox-group.row .label-radio,
.radio-group.row .label-checkbox,
.radio-group.row .label-radio {
  margin-right: 1em;
}

.label-checkbox input[type=checkbox],
.label-radio input[type=radio] {
  cursor: pointer;
}

.label-checkbox,
.label-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.label-checkbox .lever,
.label-radio .lever {
  font-weight: normal;
  padding-left: 0.4em;
}

.icon span::after {
  font-family: FontAwesome;
  content: "\f105";
  color: inherit;
  display: inline-block;
  font-size: 1.4em;
  margin-left: 0.4em;
}
.icon span.left::after {
  content: none;
}
.icon span.left::before {
  font-family: FontAwesome;
  content: "\f105";
  color: inherit;
  display: inline-block;
  margin-right: 0.4em;
}
.icon span.pdf::after {
  content: "\f1c1";
}
.icon span.pdf.left::after {
  content: none;
}
.icon span.pdf.left::before {
  content: "\f1c1";
}
.icon span.nw::after {
  content: "\f2d2";
}
.icon span.nw.left::after {
  content: none;
}
.icon span.nw.left::before {
  content: "\f2d2";
}
.icon span.ic-second::after, .icon span.ic-second::before {
  color: #ff9100;
}
.icon span.ic-third::after, .icon span.ic-third::before {
  color: #317ae1;
}
.icon span.ic-fourth::after, .icon span.ic-fourth::before {
  color: #e5f9bd;
}
.icon span.ic-five::after, .icon span.ic-five::before {
  color: #d32f2f;
}

.button span::before, .button span::after, .button.outline span::before, .button.outline span::after {
  position: absolute;
  top: 50%;
  right: 0.4em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button span::after, .button.outline span::after {
  font-family: FontAwesome;
  content: "\f105";
  color: inherit;
  display: inline-block;
  font-size: 1.4em;
}
.button span.left::after, .button.outline span.left::after {
  content: none;
}
.button span.left::before, .button.outline span.left::before {
  font-family: FontAwesome;
  content: "\f105";
  color: inherit;
  display: inline-block;
}
.button span.pdf::after, .button.outline span.pdf::after {
  content: "\f1c1";
}
.button span.pdf.left::after, .button.outline span.pdf.left::after {
  content: none;
}
.button span.pdf.left::before, .button.outline span.pdf.left::before {
  content: "\f1c1";
}
.button span.nw::after, .button.outline span.nw::after {
  content: "\f2d2";
}
.button span.nw.left::after, .button.outline span.nw.left::after {
  content: none;
}
.button span.nw.left::before, .button.outline span.nw.left::before {
  content: "\f2d2";
}
.button span.ic-second::after, .button span.ic-second::before, .button.outline span.ic-second::after, .button.outline span.ic-second::before {
  color: #ff9100;
}
.button span.ic-third::after, .button span.ic-third::before, .button.outline span.ic-third::after, .button.outline span.ic-third::before {
  color: #317ae1;
}
.button span.ic-fourth::after, .button span.ic-fourth::before, .button.outline span.ic-fourth::after, .button.outline span.ic-fourth::before {
  color: #e5f9bd;
}
.button span.ic-five::after, .button span.ic-five::before, .button.outline span.ic-five::after, .button.outline span.ic-five::before {
  color: #d32f2f;
}

.ribbon {
  background-color: #0c8282;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  margin: 0.5em 0;
  padding: 0.3em 1em;
  position: relative;
}
.ribbon.round {
  border-radius: 2em;
}
.ribbon.deco {
  height: 33.6px;
  line-height: 33.6px;
  padding: 0 24.08px 0 14px;
}
.ribbon.deco::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 16.8px 10.08px 16.8px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (min-width: 64em) {
  .ribbon.deco {
    height: 38.4px;
    line-height: 38.4px;
    padding: 0 27.52px 0 16px;
  }
  .ribbon.deco::after {
    border-width: 19.2px 11.52px 19.2px 0px;
  }
}
.ribbon.second {
  background-color: #ff9100;
}
.ribbon.third {
  background-color: #317ae1;
}
.ribbon.fourth {
  background-color: #e5f9bd;
}
.ribbon.five {
  background-color: #d32f2f;
}
.ribbon.outline {
  background: #fff;
  border: 1px solid #0c8282;
  color: #0c8282;
}
.ribbon.outline.second {
  border-color: #ff9100;
  color: #ff9100;
}
.ribbon.outline.third {
  border-color: #317ae1;
  color: #317ae1;
}
.ribbon.outline.fourth {
  border-color: #e5f9bd;
  color: #e5f9bd;
}
.ribbon.outline.five {
  border-color: #d32f2f;
  color: #d32f2f;
}

.label {
  background-color: #0c8282;
  border-radius: 0px;
  display: inline-block;
  padding: 0.5em 0.6em 0.6em;
  font-size: 75%;
  line-height: 1 !important;
  color: #fff;
  text-align: center;
  position: relative;
}
.label.small {
  font-size: 68.75%;
}
.label.large {
  font-size: 100%;
  padding: 0.075em 0.6em;
}
.label.second {
  background-color: #ff9100;
}
.label.third {
  background-color: #317ae1;
}
.label.fourth {
  background-color: #e5f9bd;
}
.label.five {
  background-color: #d32f2f;
}
.label.outline {
  background: #fff;
  border: 1px solid #0c8282;
  color: #0c8282;
}
.label.outline.second {
  border-color: #ff9100;
  color: #ff9100;
}
.label.outline.third {
  border-color: #317ae1;
  color: #317ae1;
}
.label.outline.fourth {
  border-color: #e5f9bd;
  color: #e5f9bd;
}
.label.outline.five {
  border-color: #d32f2f;
  color: #d32f2f;
}
.label.extended {
  display: block;
}

span.label {
  margin-right: 0.5em;
}

ul, ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
ul.li-mb li:not(:last-child), ol.li-mb li:not(:last-child) {
  margin-bottom: 0.8em;
}
ul.li-mb ul, ul.li-mb ol, ol.li-mb ul, ol.li-mb ol {
  margin-top: 0.8em;
}

ul.disc {
  list-style: disc outside;
  padding-left: 1em;
}
ul.disc ul {
  list-style: circle outside;
  padding-left: 1em;
}

.list-horizon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.list-horizon li:not(:last-child) {
  padding-right: 1em;
}
.list-horizon li.sm-block {
  display: block;
}
@media screen and (min-width: 48em) {
  .list-horizon li.sm-block {
    display: inline;
  }
}

.square li {
  line-height: 1.4;
  padding-left: 1.2em;
  position: relative;
}
.square li:before {
  content: "■";
  color: #3498db;
  margin-right: 0.4em;
  position: absolute;
  left: 0;
}
.square li:not(:last-child) {
  margin-bottom: 1.6em;
}

.news-list {
  margin-bottom: 2rem;
}
.news-list li {
  padding: 1rem 0;
  border-bottom: 1px dotted #818a91;
}
@media screen and (min-width: 64em) {
  .news-list li {
    padding: 1.6rem 0;
  }
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list li dl {
  line-height: 1.3;
  display: flex;
}
.news-list li dl dt {
  display: block;
  color: #14384f;
  margin-bottom: 0;
}
.news-list li dl dd {
  display: block;
  padding: 0 0 0 0.5em;
}
.news-list li dl dt span.label {
  margin-left: 0.6em;
  padding: 0.3em 0.6em;
}
.news-list li dl dd a.pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #be0032;
  display: inline-block;
  margin-left: 0.4em;
}

ol.num {
  list-style: decimal outside;
  padding-left: 1.5em;
}
ol.num ol {
  list-style: decimal outside;
  padding-left: 1em;
}
ol.num li.no-num {
  list-style: none;
}

dl dt {
  font-weight: bold;
}
dl dt:not(:first-child) {
  margin-top: 1em;
}
dl dd {
  line-height: 1.4;
}

.blog-rss dt {
  border-bottom: 1px dashed #818a91;
  color: #ff9100;
  font-size: 87.5%;
  margin-bottom: 0.4em;
}
.blog-rss dd span {
  color: #55595c;
  font-size: 0.7em;
  font-weight: bold;
}
.blog-rss dd a {
  display: block;
  font-size: 87.5%;
}

@media screen and (min-width: 64em) {
  dl.dl-horizon {
    margin: 0 auto;
  }
  dl.dl-horizon dt,
  dl.dl-horizon dd {
    line-height: 2;
  }
  dl.dl-horizon dt {
    width: 10em;
    float: left;
    clear: left;
    margin-top: 0;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  dl.dl-horizon dd {
    margin-left: 11.25em;
  }
}
@media screen and (min-width: 64em) {
  dl.dl-horizon-center {
    line-height: 2;
  }
  dl.dl-horizon-center dt {
    width: 10em;
    float: left;
    clear: left;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  dl.dl-horizon-center dd {
    margin-left: 10.25em;
    line-height: 2;
  }
  dl.dl-horizon-center > .label + dt,
  dl.dl-horizon-center > .label + dd {
    line-height: 2;
    padding: 0.2em 0.425em 0.125em;
    margin-bottom: 0.5em;
  }
}


.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -1rem -1rem 0;
}
.tile li {
  padding: 1rem;
}
.tile.sm-col-1 li {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-1 li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-1 li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.tile.sm-col-2 li {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-2 li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-2 li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
.tile.sm-col-3 li {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-3 li {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-3 li {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.tile.sm-col-4 li {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-4 li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-4 li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}
.tile.sm-col-5 li {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-5 li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-5 li {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
.tile.sm-col-6 li {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-6 li {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-6 li {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.tile.sm-col-7 li {
  -webkit-flex: 0 0 14.2857142857%;
  -ms-flex: 0 0 14.2857142857%;
  -webkit-box-flex: 0;
  flex: 0 0 14.2857142857%;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-7 li {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-7 li {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    -webkit-box-flex: 0;
    flex: 0 0 14.2857142857%;
    width: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
.tile.sm-col-8 li {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  -webkit-box-flex: 0;
  flex: 0 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-8 li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-8 li {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}
.tile.sm-col-9 li {
  -webkit-flex: 0 0 11.1111111111%;
  -ms-flex: 0 0 11.1111111111%;
  -webkit-box-flex: 0;
  flex: 0 0 11.1111111111%;
  width: 11.1111111111%;
  max-width: 11.1111111111%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-9 li {
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    -webkit-box-flex: 0;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-9 li {
    -webkit-flex: 0 0 11.1111111111%;
    -ms-flex: 0 0 11.1111111111%;
    -webkit-box-flex: 0;
    flex: 0 0 11.1111111111%;
    width: 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
.tile.sm-col-10 li {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  -webkit-box-flex: 0;
  flex: 0 0 10%;
  width: 10%;
  max-width: 10%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-10 li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-10 li {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    -webkit-box-flex: 0;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
  }
}
.tile.sm-col-11 li {
  -webkit-flex: 0 0 9.0909090909%;
  -ms-flex: 0 0 9.0909090909%;
  -webkit-box-flex: 0;
  flex: 0 0 9.0909090909%;
  width: 9.0909090909%;
  max-width: 9.0909090909%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-11 li {
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    -webkit-box-flex: 0;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-11 li {
    -webkit-flex: 0 0 9.0909090909%;
    -ms-flex: 0 0 9.0909090909%;
    -webkit-box-flex: 0;
    flex: 0 0 9.0909090909%;
    width: 9.0909090909%;
    max-width: 9.0909090909%;
  }
}
.tile.sm-col-12 li {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media screen and (min-width: 48em) {
  .tile.md-col-12 li {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .tile.lg-col-12 li {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.tile.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}
@media screen and (min-width: 64em) {
  .pagetop {
    bottom: 6rem;
    right: 3rem;
  }
}
.pagetop a {
  display: block;
  background-color: rgba(249, 173, 212, 0.9);
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  width: 44px;
  height: 44px;
  padding: 0.4rem;
}
@media screen and (min-width: 48em) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 64em) {
  .pagetop a {
    width: 60px;
    height: 60px;
  }
}
.pagetop a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0.875em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 48em) {
  .pagetop a:after {
    width: 20px;
    height: 20px;
    margin-top: 1em;
  }
}
@media screen and (min-width: 64em) {
  .pagetop a:after {
    width: 24px;
    height: 24px;
    margin-top: 1.325em;
  }
}

.panel {
  background-color: #fff;
  border: 1px solid #dfe2e4;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel.height {
  height: 100%;
}

.panel-header {
  padding: 0.75em 1em;
  border-bottom: 1px solid #dfe2e4;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-body {
  padding: 1em;
}

.panel-footer {
  padding: 0.5em 1em;
  background-color: #f5f5f5;
  border-top: 1px solid #dfe2e4;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 1em;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}
table th {
  background: #fbfbf6;
}
table td {
  background: #fff;
}

.table-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 48em) {
  .table-scroll {
    white-space: normal;
  }
}

table.price thead th {
  background: #f4e7c8;
}
table.price th {
  background: #F9F8F5;
  font-weight: normal;
}
table.price td {
  text-align: center;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 0.6rem 0;
  border-bottom: none;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 1rem 0;
}

table.availability {
  table-layout: fixed;
}
table.availability th {
  background: #f9f8f5;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.2em 0;
}
table.availability td {
  padding: 0.2em 0;
  font-size: 2.5em;
  text-align: center;
}

table.visiting-hours-table {
  margin: 1em auto;
  table-layout: fixed;
  width: auto;
}
table.visiting-hours-table th, table.visiting-hours-table td {
  border: none;
}

table.basic {
  margin: 1em 0;
  width: auto;
}
table.basic th, table.basic td {
  text-align: center;
}
table.basic th {
  background-color: #e5f9bd;
}

.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 4px solid #ff9100;
}
.tabs-nav > li {
  position: relative;
  width: 50%;
}
.tabs-nav > li:nth-child(n+2) {
  margin-left: 0.5em;
}
.tabs-nav > li a {
  background: #eceeef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ff9100;
  display: block;
  padding: 0.8rem 1.2rem;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.tabs-nav > li a:hover {
  cursor: pointer;
  text-decoration: none;
}
.tabs-nav > li.active a {
  background: #ff9100;
  color: #fff;
}

.tabs-nav > li:not(.active) a:hover,
.tabs-nav > li:not(.active) a:focus {
  background: #ffd399;
  color: #fff;
  outline: none;
}

.tabs-content {
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.bg-base {
  background-color: #0c8282;
}
.bg-base.light {
  background-color: #3aeded;
}

.bg-second {
  background-color: #ff9100;
}
.bg-second.light {
  background-color: #ffd399;
}

.bg-third {
  background-color: #317ae1;
}
.bg-third.light {
  background-color: #b7d0f4;
}

.bg-fourth {
  background-color: #e5f9bd;
}
.bg-fourth.light {
  background-color: white;
}

.bg-five {
  background-color: #d32f2f;
}
.bg-five.light {
  background-color: #eeadad;
}

.bg-white {
  background-color: #fff;
}

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

.block-center {
  display: block;
  margin: 0 auto;
}

.ov-hidden {
  overflow: hidden;
}

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

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

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

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

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes::before {
  content: "※";
  font-family: sans-serif;
}

.non-adjacent {
  margin: 0 !important;
}

.fc-base {
  color: #0c8282 !important;
}


.fc-red {
  color: #e6061f !important;
}

.fc-blue {
  color: #3d84bd !important;
}

.fc-orange {
  color: #F18F2C !important;
}

.fc-green {
  color: #63a764 !important;
}

.fc-yellow {
  color: #fff000 !important;
}

.fc-white {
  color: #ffffff !important;
}

.fc-black {
  color: #000000 !important;
}

.fc-gray-dark {
  color: #333333 !important;
}

.fc-gray {
  color: #55595c !important;
}


.exxlarge {
  font-size: 175%;
}

.exlarge {
  font-size: 150%;
}

.xlarge {
  font-size: 125%;
  font-weight: normal;
  line-height: 1.8;
}

.large {
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.8;
}

.medium {
  font-size: 87.5%;
  font-weight: normal;
  font-weight: normal;
  line-height: 1.7;
}

.small {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.8;
}
.small.small-block {
  display: inline;
}
@media screen and (min-width: 64em) {
  .small.small-block {
    display: block;
    margin-top: 1em;
  }
}

.xsmall {
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.6;
}

.mt4 {
  margin-top: 0.4rem;
}
@media screen and (min-width: 64em) {
  .mt4 {
    margin-top: 0.6rem;
  }
}

.mb4 {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .mb4 {
    margin-bottom: 0.6rem;
  }
}

.mr4 {
  margin-right: 0.4rem;
}
@media screen and (min-width: 64em) {
  .mr4 {
    margin-right: 0.6rem;
  }
}

.ml4 {
  margin-left: 0.4rem;
}
@media screen and (min-width: 64em) {
  .ml4 {
    margin-left: 0.6rem;
  }
}

.pt4 {
  padding-top: 0.4rem;
}
@media screen and (min-width: 64em) {
  .pt4 {
    padding-top: 0.6rem;
  }
}

.pb4 {
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .pb4 {
    padding-bottom: 0.6rem;
  }
}

.pr4 {
  padding-right: 0.4rem;
}
@media screen and (min-width: 64em) {
  .pr4 {
    padding-right: 0.6rem;
  }
}

.pl4 {
  padding-left: 0.4rem;
}
@media screen and (min-width: 64em) {
  .pl4 {
    padding-left: 0.6rem;
  }
}

.mt8 {
  margin-top: 0.8rem;
}
@media screen and (min-width: 64em) {
  .mt8 {
    margin-top: 1.2rem;
  }
}

.mb8 {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 64em) {
  .mb8 {
    margin-bottom: 1.2rem;
  }
}

.mr8 {
  margin-right: 0.8rem;
}
@media screen and (min-width: 64em) {
  .mr8 {
    margin-right: 1.2rem;
  }
}

.ml8 {
  margin-left: 0.8rem;
}
@media screen and (min-width: 64em) {
  .ml8 {
    margin-left: 1.2rem;
  }
}

.pt8 {
  padding-top: 0.8rem;
}
@media screen and (min-width: 64em) {
  .pt8 {
    padding-top: 1.2rem;
  }
}

.pb8 {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 64em) {
  .pb8 {
    padding-bottom: 1.2rem;
  }
}

.pr8 {
  padding-right: 0.8rem;
}
@media screen and (min-width: 64em) {
  .pr8 {
    padding-right: 1.2rem;
  }
}

.pl8 {
  padding-left: 0.8rem;
}
@media screen and (min-width: 64em) {
  .pl8 {
    padding-left: 1.2rem;
  }
}

.mt12 {
  margin-top: 1.2rem;
}
@media screen and (min-width: 64em) {
  .mt12 {
    margin-top: 1.8rem;
  }
}

.mb12 {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .mb12 {
    margin-bottom: 1.8rem;
  }
}

.mr12 {
  margin-right: 1.2rem;
}
@media screen and (min-width: 64em) {
  .mr12 {
    margin-right: 1.8rem;
  }
}

.ml12 {
  margin-left: 1.2rem;
}
@media screen and (min-width: 64em) {
  .ml12 {
    margin-left: 1.8rem;
  }
}

.pt12 {
  padding-top: 1.2rem;
}
@media screen and (min-width: 64em) {
  .pt12 {
    padding-top: 1.8rem;
  }
}

.pb12 {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .pb12 {
    padding-bottom: 1.8rem;
  }
}

.pr12 {
  padding-right: 1.2rem;
}
@media screen and (min-width: 64em) {
  .pr12 {
    padding-right: 1.8rem;
  }
}

.pl12 {
  padding-left: 1.2rem;
}
@media screen and (min-width: 64em) {
  .pl12 {
    padding-left: 1.8rem;
  }
}

.mt16 {
  margin-top: 1.6rem;
}
@media screen and (min-width: 64em) {
  .mt16 {
    margin-top: 2.4rem;
  }
}

.mb16 {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .mb16 {
    margin-bottom: 2.4rem;
  }
}

.mr16 {
  margin-right: 1.6rem;
}
@media screen and (min-width: 64em) {
  .mr16 {
    margin-right: 2.4rem;
  }
}

.ml16 {
  margin-left: 1.6rem;
}
@media screen and (min-width: 64em) {
  .ml16 {
    margin-left: 2.4rem;
  }
}

.pt16 {
  padding-top: 1.6rem;
}
@media screen and (min-width: 64em) {
  .pt16 {
    padding-top: 2.4rem;
  }
}

.pb16 {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .pb16 {
    padding-bottom: 2.4rem;
  }
}

.pr16 {
  padding-right: 1.6rem;
}
@media screen and (min-width: 64em) {
  .pr16 {
    padding-right: 2.4rem;
  }
}

.pl16 {
  padding-left: 1.6rem;
}
@media screen and (min-width: 64em) {
  .pl16 {
    padding-left: 2.4rem;
  }
}

.mt20 {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .mt20 {
    margin-top: 3rem;
  }
}

.mb20 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .mb20 {
    margin-bottom: 3rem;
  }
}

.mr20 {
  margin-right: 2rem;
}
@media screen and (min-width: 64em) {
  .mr20 {
    margin-right: 3rem;
  }
}

.ml20 {
  margin-left: 2rem;
}
@media screen and (min-width: 64em) {
  .ml20 {
    margin-left: 3rem;
  }
}

.pt20 {
  padding-top: 2rem;
}
@media screen and (min-width: 64em) {
  .pt20 {
    padding-top: 3rem;
  }
}

.pb20 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .pb20 {
    padding-bottom: 3rem;
  }
}

.pr20 {
  padding-right: 2rem;
}
@media screen and (min-width: 64em) {
  .pr20 {
    padding-right: 3rem;
  }
}

.pl20 {
  padding-left: 2rem;
}
@media screen and (min-width: 64em) {
  .pl20 {
    padding-left: 3rem;
  }
}

.mt24 {
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .mt24 {
    margin-top: 3.6rem;
  }
}

.mb24 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .mb24 {
    margin-bottom: 3.6rem;
  }
}

.mr24 {
  margin-right: 2.4rem;
}
@media screen and (min-width: 64em) {
  .mr24 {
    margin-right: 3.6rem;
  }
}

.ml24 {
  margin-left: 2.4rem;
}
@media screen and (min-width: 64em) {
  .ml24 {
    margin-left: 3.6rem;
  }
}

.pt24 {
  padding-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .pt24 {
    padding-top: 3.6rem;
  }
}

.pb24 {
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .pb24 {
    padding-bottom: 3.6rem;
  }
}

.pr24 {
  padding-right: 2.4rem;
}
@media screen and (min-width: 64em) {
  .pr24 {
    padding-right: 3.6rem;
  }
}

.pl24 {
  padding-left: 2.4rem;
}
@media screen and (min-width: 64em) {
  .pl24 {
    padding-left: 3.6rem;
  }
}

.mt28 {
  margin-top: 2.8rem;
}
@media screen and (min-width: 64em) {
  .mt28 {
    margin-top: 4.2rem;
  }
}

.mb28 {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 64em) {
  .mb28 {
    margin-bottom: 4.2rem;
  }
}

.mr28 {
  margin-right: 2.8rem;
}
@media screen and (min-width: 64em) {
  .mr28 {
    margin-right: 4.2rem;
  }
}

.ml28 {
  margin-left: 2.8rem;
}
@media screen and (min-width: 64em) {
  .ml28 {
    margin-left: 4.2rem;
  }
}

.pt28 {
  padding-top: 2.8rem;
}
@media screen and (min-width: 64em) {
  .pt28 {
    padding-top: 4.2rem;
  }
}

.pb28 {
  padding-bottom: 2.8rem;
}
@media screen and (min-width: 64em) {
  .pb28 {
    padding-bottom: 4.2rem;
  }
}

.pr28 {
  padding-right: 2.8rem;
}
@media screen and (min-width: 64em) {
  .pr28 {
    padding-right: 4.2rem;
  }
}

.pl28 {
  padding-left: 2.8rem;
}
@media screen and (min-width: 64em) {
  .pl28 {
    padding-left: 4.2rem;
  }
}

.mt32 {
  margin-top: 3.2rem;
}
@media screen and (min-width: 64em) {
  .mt32 {
    margin-top: 4.8rem;
  }
}

.mb32 {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .mb32 {
    margin-bottom: 4.8rem;
  }
}

.mr32 {
  margin-right: 3.2rem;
}
@media screen and (min-width: 64em) {
  .mr32 {
    margin-right: 4.8rem;
  }
}

.ml32 {
  margin-left: 3.2rem;
}
@media screen and (min-width: 64em) {
  .ml32 {
    margin-left: 4.8rem;
  }
}

.pt32 {
  padding-top: 3.2rem;
}
@media screen and (min-width: 64em) {
  .pt32 {
    padding-top: 4.8rem;
  }
}

.pb32 {
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .pb32 {
    padding-bottom: 4.8rem;
  }
}

.pr32 {
  padding-right: 3.2rem;
}
@media screen and (min-width: 64em) {
  .pr32 {
    padding-right: 4.8rem;
  }
}

.pl32 {
  padding-left: 3.2rem;
}
@media screen and (min-width: 64em) {
  .pl32 {
    padding-left: 4.8rem;
  }
}

.mt36 {
  margin-top: 3.6rem;
}
@media screen and (min-width: 64em) {
  .mt36 {
    margin-top: 5.4rem;
  }
}

.mb36 {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 64em) {
  .mb36 {
    margin-bottom: 5.4rem;
  }
}

.mr36 {
  margin-right: 3.6rem;
}
@media screen and (min-width: 64em) {
  .mr36 {
    margin-right: 5.4rem;
  }
}

.ml36 {
  margin-left: 3.6rem;
}
@media screen and (min-width: 64em) {
  .ml36 {
    margin-left: 5.4rem;
  }
}

.pt36 {
  padding-top: 3.6rem;
}
@media screen and (min-width: 64em) {
  .pt36 {
    padding-top: 5.4rem;
  }
}

.pb36 {
  padding-bottom: 3.6rem;
}
@media screen and (min-width: 64em) {
  .pb36 {
    padding-bottom: 5.4rem;
  }
}

.pr36 {
  padding-right: 3.6rem;
}
@media screen and (min-width: 64em) {
  .pr36 {
    padding-right: 5.4rem;
  }
}

.pl36 {
  padding-left: 3.6rem;
}
@media screen and (min-width: 64em) {
  .pl36 {
    padding-left: 5.4rem;
  }
}

.mt40 {
  margin-top: 4rem;
}
@media screen and (min-width: 64em) {
  .mt40 {
    margin-top: 6rem;
  }
}

.mb40 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .mb40 {
    margin-bottom: 6rem;
  }
}

.mr40 {
  margin-right: 4rem;
}
@media screen and (min-width: 64em) {
  .mr40 {
    margin-right: 6rem;
  }
}

.ml40 {
  margin-left: 4rem;
}
@media screen and (min-width: 64em) {
  .ml40 {
    margin-left: 6rem;
  }
}

.pt40 {
  padding-top: 4rem;
}
@media screen and (min-width: 64em) {
  .pt40 {
    padding-top: 6rem;
  }
}

.pb40 {
  padding-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .pb40 {
    padding-bottom: 6rem;
  }
}

.pr40 {
  padding-right: 4rem;
}
@media screen and (min-width: 64em) {
  .pr40 {
    padding-right: 6rem;
  }
}

.pl40 {
  padding-left: 4rem;
}
@media screen and (min-width: 64em) {
  .pl40 {
    padding-left: 6rem;
  }
}

.mt44 {
  margin-top: 4.4rem;
}
@media screen and (min-width: 64em) {
  .mt44 {
    margin-top: 6.6rem;
  }
}

.mb44 {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 64em) {
  .mb44 {
    margin-bottom: 6.6rem;
  }
}

.mr44 {
  margin-right: 4.4rem;
}
@media screen and (min-width: 64em) {
  .mr44 {
    margin-right: 6.6rem;
  }
}

.ml44 {
  margin-left: 4.4rem;
}
@media screen and (min-width: 64em) {
  .ml44 {
    margin-left: 6.6rem;
  }
}

.pt44 {
  padding-top: 4.4rem;
}
@media screen and (min-width: 64em) {
  .pt44 {
    padding-top: 6.6rem;
  }
}

.pb44 {
  padding-bottom: 4.4rem;
}
@media screen and (min-width: 64em) {
  .pb44 {
    padding-bottom: 6.6rem;
  }
}

.pr44 {
  padding-right: 4.4rem;
}
@media screen and (min-width: 64em) {
  .pr44 {
    padding-right: 6.6rem;
  }
}

.pl44 {
  padding-left: 4.4rem;
}
@media screen and (min-width: 64em) {
  .pl44 {
    padding-left: 6.6rem;
  }
}

.mt48 {
  margin-top: 4.8rem;
}
@media screen and (min-width: 64em) {
  .mt48 {
    margin-top: 7.2rem;
  }
}

.mb48 {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 64em) {
  .mb48 {
    margin-bottom: 7.2rem;
  }
}

.mr48 {
  margin-right: 4.8rem;
}
@media screen and (min-width: 64em) {
  .mr48 {
    margin-right: 7.2rem;
  }
}

.ml48 {
  margin-left: 4.8rem;
}
@media screen and (min-width: 64em) {
  .ml48 {
    margin-left: 7.2rem;
  }
}

.pt48 {
  padding-top: 4.8rem;
}
@media screen and (min-width: 64em) {
  .pt48 {
    padding-top: 7.2rem;
  }
}

.pb48 {
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 64em) {
  .pb48 {
    padding-bottom: 7.2rem;
  }
}

.pr48 {
  padding-right: 4.8rem;
}
@media screen and (min-width: 64em) {
  .pr48 {
    padding-right: 7.2rem;
  }
}

.pl48 {
  padding-left: 4.8rem;
}
@media screen and (min-width: 64em) {
  .pl48 {
    padding-left: 7.2rem;
  }
}

.mt52 {
  margin-top: 5.2rem;
}
@media screen and (min-width: 64em) {
  .mt52 {
    margin-top: 7.8rem;
  }
}

.mb52 {
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 64em) {
  .mb52 {
    margin-bottom: 7.8rem;
  }
}

.mr52 {
  margin-right: 5.2rem;
}
@media screen and (min-width: 64em) {
  .mr52 {
    margin-right: 7.8rem;
  }
}

.ml52 {
  margin-left: 5.2rem;
}
@media screen and (min-width: 64em) {
  .ml52 {
    margin-left: 7.8rem;
  }
}

.pt52 {
  padding-top: 5.2rem;
}
@media screen and (min-width: 64em) {
  .pt52 {
    padding-top: 7.8rem;
  }
}

.pb52 {
  padding-bottom: 5.2rem;
}
@media screen and (min-width: 64em) {
  .pb52 {
    padding-bottom: 7.8rem;
  }
}

.pr52 {
  padding-right: 5.2rem;
}
@media screen and (min-width: 64em) {
  .pr52 {
    padding-right: 7.8rem;
  }
}

.pl52 {
  padding-left: 5.2rem;
}
@media screen and (min-width: 64em) {
  .pl52 {
    padding-left: 7.8rem;
  }
}

.mt56 {
  margin-top: 5.6rem;
}
@media screen and (min-width: 64em) {
  .mt56 {
    margin-top: 8.4rem;
  }
}

.mb56 {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .mb56 {
    margin-bottom: 8.4rem;
  }
}

.mr56 {
  margin-right: 5.6rem;
}
@media screen and (min-width: 64em) {
  .mr56 {
    margin-right: 8.4rem;
  }
}

.ml56 {
  margin-left: 5.6rem;
}
@media screen and (min-width: 64em) {
  .ml56 {
    margin-left: 8.4rem;
  }
}

.pt56 {
  padding-top: 5.6rem;
}
@media screen and (min-width: 64em) {
  .pt56 {
    padding-top: 8.4rem;
  }
}

.pb56 {
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .pb56 {
    padding-bottom: 8.4rem;
  }
}

.pr56 {
  padding-right: 5.6rem;
}
@media screen and (min-width: 64em) {
  .pr56 {
    padding-right: 8.4rem;
  }
}

.pl56 {
  padding-left: 5.6rem;
}
@media screen and (min-width: 64em) {
  .pl56 {
    padding-left: 8.4rem;
  }
}

.mt60 {
  margin-top: 6rem;
}
@media screen and (min-width: 64em) {
  .mt60 {
    margin-top: 9rem;
  }
}

.mb60 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .mb60 {
    margin-bottom: 9rem;
  }
}

.mr60 {
  margin-right: 6rem;
}
@media screen and (min-width: 64em) {
  .mr60 {
    margin-right: 9rem;
  }
}

.ml60 {
  margin-left: 6rem;
}
@media screen and (min-width: 64em) {
  .ml60 {
    margin-left: 9rem;
  }
}

.pt60 {
  padding-top: 6rem;
}
@media screen and (min-width: 64em) {
  .pt60 {
    padding-top: 9rem;
  }
}

.pb60 {
  padding-bottom: 6rem;
}
@media screen and (min-width: 64em) {
  .pb60 {
    padding-bottom: 9rem;
  }
}

.pr60 {
  padding-right: 6rem;
}
@media screen and (min-width: 64em) {
  .pr60 {
    padding-right: 9rem;
  }
}

.pl60 {
  padding-left: 6rem;
}
@media screen and (min-width: 64em) {
  .pl60 {
    padding-left: 9rem;
  }
}

.mt64 {
  margin-top: 6.4rem;
}
@media screen and (min-width: 64em) {
  .mt64 {
    margin-top: 9.6rem;
  }
}

.mb64 {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 64em) {
  .mb64 {
    margin-bottom: 9.6rem;
  }
}

.mr64 {
  margin-right: 6.4rem;
}
@media screen and (min-width: 64em) {
  .mr64 {
    margin-right: 9.6rem;
  }
}

.ml64 {
  margin-left: 6.4rem;
}
@media screen and (min-width: 64em) {
  .ml64 {
    margin-left: 9.6rem;
  }
}

.pt64 {
  padding-top: 6.4rem;
}
@media screen and (min-width: 64em) {
  .pt64 {
    padding-top: 9.6rem;
  }
}

.pb64 {
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 64em) {
  .pb64 {
    padding-bottom: 9.6rem;
  }
}

.pr64 {
  padding-right: 6.4rem;
}
@media screen and (min-width: 64em) {
  .pr64 {
    padding-right: 9.6rem;
  }
}

.pl64 {
  padding-left: 6.4rem;
}
@media screen and (min-width: 64em) {
  .pl64 {
    padding-left: 9.6rem;
  }
}

.mt68 {
  margin-top: 6.8rem;
}
@media screen and (min-width: 64em) {
  .mt68 {
    margin-top: 10.2rem;
  }
}

.mb68 {
  margin-bottom: 6.8rem;
}
@media screen and (min-width: 64em) {
  .mb68 {
    margin-bottom: 10.2rem;
  }
}

.mr68 {
  margin-right: 6.8rem;
}
@media screen and (min-width: 64em) {
  .mr68 {
    margin-right: 10.2rem;
  }
}

.ml68 {
  margin-left: 6.8rem;
}
@media screen and (min-width: 64em) {
  .ml68 {
    margin-left: 10.2rem;
  }
}

.pt68 {
  padding-top: 6.8rem;
}
@media screen and (min-width: 64em) {
  .pt68 {
    padding-top: 10.2rem;
  }
}

.pb68 {
  padding-bottom: 6.8rem;
}
@media screen and (min-width: 64em) {
  .pb68 {
    padding-bottom: 10.2rem;
  }
}

.pr68 {
  padding-right: 6.8rem;
}
@media screen and (min-width: 64em) {
  .pr68 {
    padding-right: 10.2rem;
  }
}

.pl68 {
  padding-left: 6.8rem;
}
@media screen and (min-width: 64em) {
  .pl68 {
    padding-left: 10.2rem;
  }
}

.mt72 {
  margin-top: 7.2rem;
}
@media screen and (min-width: 64em) {
  .mt72 {
    margin-top: 10.8rem;
  }
}

.mb72 {
  margin-bottom: 7.2rem;
}
@media screen and (min-width: 64em) {
  .mb72 {
    margin-bottom: 10.8rem;
  }
}

.mr72 {
  margin-right: 7.2rem;
}
@media screen and (min-width: 64em) {
  .mr72 {
    margin-right: 10.8rem;
  }
}

.ml72 {
  margin-left: 7.2rem;
}
@media screen and (min-width: 64em) {
  .ml72 {
    margin-left: 10.8rem;
  }
}

.pt72 {
  padding-top: 7.2rem;
}
@media screen and (min-width: 64em) {
  .pt72 {
    padding-top: 10.8rem;
  }
}

.pb72 {
  padding-bottom: 7.2rem;
}
@media screen and (min-width: 64em) {
  .pb72 {
    padding-bottom: 10.8rem;
  }
}

.pr72 {
  padding-right: 7.2rem;
}
@media screen and (min-width: 64em) {
  .pr72 {
    padding-right: 10.8rem;
  }
}

.pl72 {
  padding-left: 7.2rem;
}
@media screen and (min-width: 64em) {
  .pl72 {
    padding-left: 10.8rem;
  }
}

.mt76 {
  margin-top: 7.6rem;
}
@media screen and (min-width: 64em) {
  .mt76 {
    margin-top: 11.4rem;
  }
}

.mb76 {
  margin-bottom: 7.6rem;
}
@media screen and (min-width: 64em) {
  .mb76 {
    margin-bottom: 11.4rem;
  }
}

.mr76 {
  margin-right: 7.6rem;
}
@media screen and (min-width: 64em) {
  .mr76 {
    margin-right: 11.4rem;
  }
}

.ml76 {
  margin-left: 7.6rem;
}
@media screen and (min-width: 64em) {
  .ml76 {
    margin-left: 11.4rem;
  }
}

.pt76 {
  padding-top: 7.6rem;
}
@media screen and (min-width: 64em) {
  .pt76 {
    padding-top: 11.4rem;
  }
}

.pb76 {
  padding-bottom: 7.6rem;
}
@media screen and (min-width: 64em) {
  .pb76 {
    padding-bottom: 11.4rem;
  }
}

.pr76 {
  padding-right: 7.6rem;
}
@media screen and (min-width: 64em) {
  .pr76 {
    padding-right: 11.4rem;
  }
}

.pl76 {
  padding-left: 7.6rem;
}
@media screen and (min-width: 64em) {
  .pl76 {
    padding-left: 11.4rem;
  }
}

.mt80 {
  margin-top: 8rem;
}
@media screen and (min-width: 64em) {
  .mt80 {
    margin-top: 12rem;
  }
}

.mb80 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 64em) {
  .mb80 {
    margin-bottom: 12rem;
  }
}

.mr80 {
  margin-right: 8rem;
}
@media screen and (min-width: 64em) {
  .mr80 {
    margin-right: 12rem;
  }
}

.ml80 {
  margin-left: 8rem;
}
@media screen and (min-width: 64em) {
  .ml80 {
    margin-left: 12rem;
  }
}

.pt80 {
  padding-top: 8rem;
}
@media screen and (min-width: 64em) {
  .pt80 {
    padding-top: 12rem;
  }
}

.pb80 {
  padding-bottom: 8rem;
}
@media screen and (min-width: 64em) {
  .pb80 {
    padding-bottom: 12rem;
  }
}

.pr80 {
  padding-right: 8rem;
}
@media screen and (min-width: 64em) {
  .pr80 {
    padding-right: 12rem;
  }
}

.pl80 {
  padding-left: 8rem;
}
@media screen and (min-width: 64em) {
  .pl80 {
    padding-left: 12rem;
  }
}

.mt84 {
  margin-top: 8.4rem;
}
@media screen and (min-width: 64em) {
  .mt84 {
    margin-top: 12.6rem;
  }
}

.mb84 {
  margin-bottom: 8.4rem;
}
@media screen and (min-width: 64em) {
  .mb84 {
    margin-bottom: 12.6rem;
  }
}

.mr84 {
  margin-right: 8.4rem;
}
@media screen and (min-width: 64em) {
  .mr84 {
    margin-right: 12.6rem;
  }
}

.ml84 {
  margin-left: 8.4rem;
}
@media screen and (min-width: 64em) {
  .ml84 {
    margin-left: 12.6rem;
  }
}

.pt84 {
  padding-top: 8.4rem;
}
@media screen and (min-width: 64em) {
  .pt84 {
    padding-top: 12.6rem;
  }
}

.pb84 {
  padding-bottom: 8.4rem;
}
@media screen and (min-width: 64em) {
  .pb84 {
    padding-bottom: 12.6rem;
  }
}

.pr84 {
  padding-right: 8.4rem;
}
@media screen and (min-width: 64em) {
  .pr84 {
    padding-right: 12.6rem;
  }
}

.pl84 {
  padding-left: 8.4rem;
}
@media screen and (min-width: 64em) {
  .pl84 {
    padding-left: 12.6rem;
  }
}

.mt88 {
  margin-top: 8.8rem;
}
@media screen and (min-width: 64em) {
  .mt88 {
    margin-top: 13.2rem;
  }
}

.mb88 {
  margin-bottom: 8.8rem;
}
@media screen and (min-width: 64em) {
  .mb88 {
    margin-bottom: 13.2rem;
  }
}

.mr88 {
  margin-right: 8.8rem;
}
@media screen and (min-width: 64em) {
  .mr88 {
    margin-right: 13.2rem;
  }
}

.ml88 {
  margin-left: 8.8rem;
}
@media screen and (min-width: 64em) {
  .ml88 {
    margin-left: 13.2rem;
  }
}

.pt88 {
  padding-top: 8.8rem;
}
@media screen and (min-width: 64em) {
  .pt88 {
    padding-top: 13.2rem;
  }
}

.pb88 {
  padding-bottom: 8.8rem;
}
@media screen and (min-width: 64em) {
  .pb88 {
    padding-bottom: 13.2rem;
  }
}

.pr88 {
  padding-right: 8.8rem;
}
@media screen and (min-width: 64em) {
  .pr88 {
    padding-right: 13.2rem;
  }
}

.pl88 {
  padding-left: 8.8rem;
}
@media screen and (min-width: 64em) {
  .pl88 {
    padding-left: 13.2rem;
  }
}

.mt92 {
  margin-top: 9.2rem;
}
@media screen and (min-width: 64em) {
  .mt92 {
    margin-top: 13.8rem;
  }
}

.mb92 {
  margin-bottom: 9.2rem;
}
@media screen and (min-width: 64em) {
  .mb92 {
    margin-bottom: 13.8rem;
  }
}

.mr92 {
  margin-right: 9.2rem;
}
@media screen and (min-width: 64em) {
  .mr92 {
    margin-right: 13.8rem;
  }
}

.ml92 {
  margin-left: 9.2rem;
}
@media screen and (min-width: 64em) {
  .ml92 {
    margin-left: 13.8rem;
  }
}

.pt92 {
  padding-top: 9.2rem;
}
@media screen and (min-width: 64em) {
  .pt92 {
    padding-top: 13.8rem;
  }
}

.pb92 {
  padding-bottom: 9.2rem;
}
@media screen and (min-width: 64em) {
  .pb92 {
    padding-bottom: 13.8rem;
  }
}

.pr92 {
  padding-right: 9.2rem;
}
@media screen and (min-width: 64em) {
  .pr92 {
    padding-right: 13.8rem;
  }
}

.pl92 {
  padding-left: 9.2rem;
}
@media screen and (min-width: 64em) {
  .pl92 {
    padding-left: 13.8rem;
  }
}

.mt96 {
  margin-top: 9.6rem;
}
@media screen and (min-width: 64em) {
  .mt96 {
    margin-top: 14.4rem;
  }
}

.mb96 {
  margin-bottom: 9.6rem;
}
@media screen and (min-width: 64em) {
  .mb96 {
    margin-bottom: 14.4rem;
  }
}

.mr96 {
  margin-right: 9.6rem;
}
@media screen and (min-width: 64em) {
  .mr96 {
    margin-right: 14.4rem;
  }
}

.ml96 {
  margin-left: 9.6rem;
}
@media screen and (min-width: 64em) {
  .ml96 {
    margin-left: 14.4rem;
  }
}

.pt96 {
  padding-top: 9.6rem;
}
@media screen and (min-width: 64em) {
  .pt96 {
    padding-top: 14.4rem;
  }
}

.pb96 {
  padding-bottom: 9.6rem;
}
@media screen and (min-width: 64em) {
  .pb96 {
    padding-bottom: 14.4rem;
  }
}

.pr96 {
  padding-right: 9.6rem;
}
@media screen and (min-width: 64em) {
  .pr96 {
    padding-right: 14.4rem;
  }
}

.pl96 {
  padding-left: 9.6rem;
}
@media screen and (min-width: 64em) {
  .pl96 {
    padding-left: 14.4rem;
  }
}

.mt100 {
  margin-top: 10rem;
}
@media screen and (min-width: 64em) {
  .mt100 {
    margin-top: 15rem;
  }
}

.mb100 {
  margin-bottom: 10rem;
}
@media screen and (min-width: 64em) {
  .mb100 {
    margin-bottom: 15rem;
  }
}

.mr100 {
  margin-right: 10rem;
}
@media screen and (min-width: 64em) {
  .mr100 {
    margin-right: 15rem;
  }
}

.ml100 {
  margin-left: 10rem;
}
@media screen and (min-width: 64em) {
  .ml100 {
    margin-left: 15rem;
  }
}

.pt100 {
  padding-top: 10rem;
}
@media screen and (min-width: 64em) {
  .pt100 {
    padding-top: 15rem;
  }
}

.pb100 {
  padding-bottom: 10rem;
}
@media screen and (min-width: 64em) {
  .pb100 {
    padding-bottom: 15rem;
  }
}

.pr100 {
  padding-right: 10rem;
}
@media screen and (min-width: 64em) {
  .pr100 {
    padding-right: 15rem;
  }
}

.pl100 {
  padding-left: 10rem;
}
@media screen and (min-width: 64em) {
  .pl100 {
    padding-left: 15rem;
  }
}

.ml1e {
  margin-left: 1em;
}

p + p {
  margin-top: 1.4rem;
}
@media screen and (min-width: 48em) {
  p + p {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  p + p {
    margin-top: 1.6rem;
  }
}
p + .grid {
  margin-top: 0.6rem;
}
@media screen and (min-width: 48em) {
  p + .grid {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 64em) {
  p + .grid {
    margin-top: 1.6rem;
  }
}

.element {
  margin: 1.4rem 0;
}
@media screen and (min-width: 48em) {
  .element {
    margin: 1.4rem 0;
  }
}
@media screen and (min-width: 64em) {
  .element {
    margin: 1.6rem 0;
  }
}

.lh-10 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.element-opacity {
  opacity: 0.4;
}

.info-container {
  margin: 0 auto;
  width: 100%;
}
.info-container h2.info {
  border-left: 2px solid #0c8282;
  color: #0c8282;
  font-size: 1.6em;
  margin-bottom: 2em;
  padding-left: 0.4em;
}
.info-container figure {
  margin-bottom: 2em;
  width: 100%;
}
.info-container p {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .info-container {
    width: 60%;
  }
  .info-container figure {
    text-align: center;
  }
}

.simulator-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -1em;
  padding: 1em;
}

.simulator-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .simulator-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.simulator-result-container {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1em;
}

.simulator-result-headline {
  color: #495057;
  font-weight: 700;
}

.simulator-result-price {
  font-size: 1em;
}
.simulator-result-price .price {
  color: #0c8282;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0.125em;
}

.fade-in {
  -webkit-animation: fadeIn 0.2s ease-out forwards;
  animation: fadeIn 0.2s ease-out forwards;
  opacity: 0;
}

form.simulator-form .simulator-form-field + .simulator-form-field {
  margin-top: 2em;
}
form.simulator-form .simulator-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
}
form.simulator-form .error {
  -webkit-animation: fadeIn 0.2s ease-out forwards;
  animation: fadeIn 0.2s ease-out forwards;
  color: #e6061f;
  margin-bottom: 0;
  margin-left: 1em;
  opacity: 0;
}
form.simulator-form .simulator-select {
  display: inline-block;
  position: relative;
}
form.simulator-form .simulator-select select {
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 1em;
  line-height: 1;
  padding: 1em 32px 1em 12px;
  position: relative;
  outline: none;
  overflow: hidden;
}
form.simulator-form .simulator-select::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230c8282"%3e%3cpath class="st0" d="M5.2,10.1C4.5,9.3,5,8,6.1,8h11.8c1.1,0,1.6,1.3,0.9,2.1l-5.5,6.3c-0.7,0.8-1.9,0.8-2.6,0L5.2,10.1z M6.7,9.5l5.2,5.9c0.1,0.1,0.3,0.1,0.4,0l5.2-5.9H6.7z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calc-btn-wrapper {
  margin: 1em 0;
  text-align: center;
}

.calc-btn {
  background-color: #317ae1;
  border-radius: 2em;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em 4em;
}
.calc-btn::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M18.9,2H5.1c-1,0-1.9,0.9-1.9,1.9v16.2c0,1,0.9,1.9,1.9,1.9h13.8c1,0,1.9-0.9,1.9-1.9V3.9C20.8,2.9,19.9,2,18.9,2z M8.2,19c0,0.2-0.2,0.5-0.5,0.5H6.2c-0.2,0-0.5-0.2-0.5-0.5v-1.5C5.8,17.2,6,17,6.2,17h1.5c0.2,0,0.5,0.2,0.5,0.5V19z M8.2,14c0,0.2-0.2,0.5-0.5,0.5H6.2c-0.2,0-0.5-0.2-0.5-0.5v-1.5C5.8,12.3,6,12,6.2,12h1.5c0.2,0,0.5,0.2,0.5,0.5V14z M13.2,19c0,0.2-0.2,0.5-0.5,0.5h-1.5c-0.2,0-0.5-0.2-0.5-0.5v-1.5c0-0.2,0.2-0.5,0.5-0.5h1.5c0.2,0,0.5,0.2,0.5,0.5L13.2,19L13.2,19z M13.2,14c0,0.2-0.2,0.5-0.5,0.5h-1.5c-0.2,0-0.5-0.2-0.5-0.5v-1.5c0-0.2,0.2-0.5,0.5-0.5h1.5c0.2,0,0.5,0.2,0.5,0.5L13.2,14L13.2,14z M18.2,19c0,0.2-0.2,0.5-0.5,0.5h-1.5c-0.2,0-0.5-0.2-0.5-0.5v-6.5c0-0.2,0.2-0.5,0.5-0.5h1.5c0.2,0,0.5,0.3,0.5,0.5V19L18.2,19z M18.2,9c0,0.2-0.2,0.5-0.5,0.5H6.2C6,9.5,5.8,9.3,5.8,9V5c0-0.2,0.2-0.5,0.5-0.5h11.5c0.2,0,0.5,0.2,0.5,0.5V9z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
}

.loading-wrapper {
  background-color: #0c8282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  z-index: 9;
}
.loading-wrapper.disabled {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 64em) {
  .loading-wrapper {
    width: calc(100% - 290px);
  }
}

.loading-container {
  margin: 0 auto;
  width: 90%;
}

.loading {
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  border-radius: 100%;
  border: 2px solid transparent;
  border-color: transparent #ffffff transparent #ffffff;
  margin: 0 auto;
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.loading-text {
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-image img {
  width: 64px;
  height: auto;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.paragraph-container {
  padding-left: 2em;
}

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

@keyframes modalShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit-table-wrapper {
  position: relative;
}

.recruit-list {
  width: 100%;
}
.recruit-list li {
  background: transparent;
}
.recruit-list li:not(:first-child) {
  margin-top: 4em;
}

.jobs-heading {
  background: #f8f9fa;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  color: #3c3c3c;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.2em 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .jobs-heading {
    margin-bottom: 1em;
  }
}
.jobs-heading .work-style {
  display: none;
}

.recruit-btn-container {
  display: block;
  margin: -0.5em;
  /*
  a, button {
    border-radius: 6px;
    display: block;
    line-height: 1;
    padding: 1em 0;
    text-align: center;
  }
  a {
    background: $recruit-shin-color;
    color: #fff;
    display: block;
    font-weight: 700;
    transition: background .2s;
    &:hover {
      background: darken( $recruit-shin-color, 10% );
      text-decoration: none;
    }
    &._chu {
      background: $recruit-chu-color;
      color: #fff;
      &:hover {
        background: darken( $recruit-chu-color, 10% );
      }
    }
    &._part {
      background: $recruit-part-color;
      color: #fff;
      &:hover {
        background: darken( $recruit-part-color, 10% );
      }
    }
  }
  button {
    background: $gray-200;
    color: $gray-500;
    font-size: 1em;
    pointer-events: none;
    width: 100%;
  }
  */
}
@media screen and (min-width: 48em) {
  .recruit-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.recruit-btn-container .btn-column {
  padding: 0.5em;
}
@media screen and (min-width: 48em) {
  .recruit-btn-container .btn-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.btn-recruit {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 6px;
  color: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.0625em;
  line-height: 1;
  padding: calc(0.625em + 0.5rem) 1em;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  width: 100%;
  height: 100%;
}
.btn-recruit::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffffff"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.btn-recruit span.work-style {
  display: none;
}
.btn-recruit.disabled {
  background-color: #D9E1EE !important;
  border-color: #D9E1EE !important;
  color: #6c757d !important;
  padding: calc(0.625em + 0.5rem) 1em;
  pointer-events: none;
}
.btn-recruit.disabled::after {
  content: none;
}
.btn-recruit.disabled span.work-style {
  display: none;
}
@media screen and (min-width: 48em) {
  .btn-recruit.disabled span {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .btn-recruit.disabled span {
    display: inline;
  }
}
.btn-recruit.shin {
  background-color: #657DC4;
  border-color: #657DC4;
  color: #ffffff;
}
@media (hover: hover) {
  .btn-recruit.shin:hover {
    background-color: #ffffff;
    color: #657DC4;
  }
  .btn-recruit.shin:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23657DC4"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.chu {
  background-color: #22C7A9;
  border-color: #22C7A9;
  color: #ffffff;
}
@media (hover: hover) {
  .btn-recruit.chu:hover {
    background-color: #1b9b84;
    color: #ffffff;
    text-decoration: none;
  }
  .btn-recruit.chu:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffffff"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.part {
  background-color: #D39266;
  border-color: #D39266;
  color: #ffffff;
}
@media (hover: hover) {
  .btn-recruit.part:hover {
    background-color: #c8763e;
    color: #ffffff;
    text-decoration: none;
  }
  .btn-recruit.part:hover::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%23ffffff"%3e%3cpolygon points="12.9,4 10.7,6.1 15.1,10.4 3,10.4 3,13.6 15,13.6 10.7,17.9 12.9,20.1 21,12 "/%3e%3c/svg%3e');
  }
}
.btn-recruit.external-site-url {
  position: relative;
}
.btn-recruit.external-site-url::after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-7h-2V19z M14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.btn-recruit.external-site-url.shin:hover::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-7h-2V19z M14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
}
.btn-recruit.external-site-url.chu:hover::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-7h-2V19z M14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
}
.btn-recruit.external-site-url.part:hover::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5v14c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2v-7h-2V19z M14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
}

.recruit-heading {
  color: #0c8282;
  border-bottom: 4px solid #0c8282;
  border-radius: 10px 10px 0 0;
  font-size: 1.8em;
  margin: 0 0 1em;
  padding: 0.5em 1em 0.5em 0;
}

.recruit-detail-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 2em 1em;
}
@media screen and (min-width: 64em) {
  .recruit-detail-list {
    padding: 2em;
  }
}
.recruit-detail-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .recruit-detail-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.recruit-detail-list li .detail-head {
  background-color: #ff452c;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.8em;
  padding: 0.4em 1em;
}
@media screen and (min-width: 48em) {
  .recruit-detail-list li .detail-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.recruit-detail-list li .detail-content {
  line-height: 1.6;
}

.form-btn-wrapper {
  margin-top: 4rem;
}

.form-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-btn-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
}
.form-btn-column .btn {
  background-color: #317ae1;
  border-radius: 2em;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  white-space: nowrap;
  padding: 0.8em 1em;
}
.form-btn-column .btn:hover {
  background-color: #1c61c3;
  text-decoration: none;
}

.recruit-form-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 2em 1em;
}
@media screen and (min-width: 48em) {
  .recruit-form-wrapper {
    padding: 4em 8em;
  }
}
@media screen and (min-width: 64em) {
  .recruit-form-wrapper {
    padding: 4em 12em;
  }
}

form.kotobuki-recruit-form {
  margin-top: 2em;
}

.kotobuki-recruit-form-field + .kotobuki-recruit-form-field {
  margin-top: 2em;
}
@media screen and (min-width: 48em) {
  .kotobuki-recruit-form-field + .kotobuki-recruit-form-field {
    margin-top: 2em;
  }
}
@media screen and (min-width: 64em) {
  .kotobuki-recruit-form-field + .kotobuki-recruit-form-field {
    margin-top: 2em;
  }
}

label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
label.kotobuki-recruit-item {
  border-left: 6px solid #0c8282;
  color: #495057;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.8em;
  padding-left: 0.6em;
}

.kotobuki-recruit-input-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -2px;
}
@media screen and (min-width: 48em) {
  .kotobuki-recruit-input-grid {
    margin: -2px;
  }
}
@media screen and (min-width: 64em) {
  .kotobuki-recruit-input-grid {
    margin: -2px;
  }
}
.kotobuki-recruit-input-grid .col {
  padding: 2px;
}
@media screen and (min-width: 48em) {
  .kotobuki-recruit-input-grid .col {
    padding: 2px;
  }
}
@media screen and (min-width: 64em) {
  .kotobuki-recruit-input-grid .col {
    padding: 2px;
  }
}
.kotobuki-recruit-input-grid .sm-1 {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
}
.kotobuki-recruit-input-grid .sm-1-center {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-1 {
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  margin-left: 8.3333333333%;
}
.kotobuki-recruit-input-grid .sm-2 {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.kotobuki-recruit-input-grid .sm-2-center {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-2 {
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  margin-left: 16.6666666667%;
}
.kotobuki-recruit-input-grid .sm-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.kotobuki-recruit-input-grid .sm-3-center {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  margin-left: 25%;
}
.kotobuki-recruit-input-grid .sm-4 {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.kotobuki-recruit-input-grid .sm-4-center {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-4 {
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 33.3333333333%;
}
.kotobuki-recruit-input-grid .sm-5 {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
}
.kotobuki-recruit-input-grid .sm-5-center {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-5 {
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  margin-left: 41.6666666667%;
}
.kotobuki-recruit-input-grid .sm-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.kotobuki-recruit-input-grid .sm-6-center {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 50%;
}
.kotobuki-recruit-input-grid .sm-7 {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
}
.kotobuki-recruit-input-grid .sm-7-center {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-7 {
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin-left: 58.3333333333%;
}
.kotobuki-recruit-input-grid .sm-8 {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
.kotobuki-recruit-input-grid .sm-8-center {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-8 {
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  margin-left: 66.6666666667%;
}
.kotobuki-recruit-input-grid .sm-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}
.kotobuki-recruit-input-grid .sm-9-center {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  margin-left: 75%;
}
.kotobuki-recruit-input-grid .sm-10 {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
}
.kotobuki-recruit-input-grid .sm-10-center {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-10 {
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 83.3333333333%;
}
.kotobuki-recruit-input-grid .sm-11 {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
}
.kotobuki-recruit-input-grid .sm-11-center {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-11 {
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  margin-left: 91.6666666667%;
}
.kotobuki-recruit-input-grid .sm-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.kotobuki-recruit-input-grid .sm-12-center {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.kotobuki-recruit-input-grid .sm-offset-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 100%;
}
@media screen and (min-width: 48em) {
  .kotobuki-recruit-input-grid .md-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-1-center {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-2-center {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .kotobuki-recruit-input-grid .md-3-center {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .kotobuki-recruit-input-grid .md-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-4-center {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-5-center {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .kotobuki-recruit-input-grid .md-6-center {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .kotobuki-recruit-input-grid .md-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-7-center {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-8-center {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .kotobuki-recruit-input-grid .md-9-center {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .kotobuki-recruit-input-grid .md-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-10-center {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .kotobuki-recruit-input-grid .md-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-11-center {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .kotobuki-recruit-input-grid .md-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .kotobuki-recruit-input-grid .md-12-center {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .md-offset-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
}
@media screen and (min-width: 64em) {
  .kotobuki-recruit-input-grid .lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-1-center {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-2-center {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .kotobuki-recruit-input-grid .lg-3-center {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 25%;
  }
  .kotobuki-recruit-input-grid .lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-4-center {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 33.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-5-center {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 41.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .kotobuki-recruit-input-grid .lg-6-center {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 50%;
  }
  .kotobuki-recruit-input-grid .lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-7-center {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 58.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-8-center {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 66.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .kotobuki-recruit-input-grid .lg-9-center {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin-left: 75%;
  }
  .kotobuki-recruit-input-grid .lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-10-center {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 83.3333333333%;
  }
  .kotobuki-recruit-input-grid .lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-11-center {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 91.6666666667%;
  }
  .kotobuki-recruit-input-grid .lg-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .kotobuki-recruit-input-grid .lg-12-center {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .kotobuki-recruit-input-grid .lg-offset-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 100%;
  }
}

.essential {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
}

.kotobuki-recruit-validate_error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kotobuki-recruit-validate_error .error {
  background: #b0120a;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 0 0.6em;
  padding: 0.2em 0.5em;
}

.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]),
.kotobuki-recruit-form textarea {
  background: #fff;
  border: 3px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-size: 1em;
  padding: 0.7em 1em;
  line-height: 1;
  width: 100%;
  -webkit-transition: border-color 0.2s ease-out, background 0.2s ease-out;
  transition: border-color 0.2s ease-out, background 0.2s ease-out;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus,
.kotobuki-recruit-form textarea:focus {
  background: #fff;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 6px 1px rgba(52, 58, 64, 0.075);
  box-shadow: 0 0 6px 1px rgba(52, 58, 64, 0.075);
  outline: 0;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus::-webkit-input-placeholder, .kotobuki-recruit-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus::-moz-placeholder, .kotobuki-recruit-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus:-ms-input-placeholder, .kotobuki-recruit-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus::-ms-input-placeholder, .kotobuki-recruit-form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):focus::placeholder,
.kotobuki-recruit-form textarea:focus::placeholder {
  color: transparent;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button])::-moz-placeholder,
.kotobuki-recruit-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button]):-ms-input-placeholder,
.kotobuki-recruit-form textarea:-ms-input-placeholder {
  color: #6c757d;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button])::-webkit-input-placeholder,
.kotobuki-recruit-form textarea::-webkit-input-placeholder {
  color: #6c757d;
}
.kotobuki-recruit-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]):not([type=button])::-ms-expand,
.kotobuki-recruit-form textarea::-ms-expand {
  background: #fff;
  border: 0;
}
.kotobuki-recruit-form textarea {
  line-height: 1.6;
  height: auto;
  padding: 1em;
  resize: vertical;
}
.kotobuki-recruit-form select {
  width: 100%;
}
.kotobuki-recruit-form select::-moz-focus-inner {
  border: 0;
}
.kotobuki-recruit-form .select {
  display: inline-block;
  position: relative;
}
.kotobuki-recruit-form .select select {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 1em;
  line-height: 1;
  padding: 0.8em 2.5em 0.7em 1em;
  position: relative;
  outline: none;
  overflow: hidden;
}
.kotobuki-recruit-form .select:after {
  border: 2px solid #adb5bd;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 64em) {
  .kotobuki-recruit-form .select:after {
    margin-top: -2px;
    width: 8px;
    height: 8px;
  }
}
.kotobuki-recruit-form .checkbox-group,
.kotobuki-recruit-form .radio-group {
  display: inline-block;
}
.kotobuki-recruit-form .checkbox-group.row,
.kotobuki-recruit-form .radio-group.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kotobuki-recruit-form .checkbox-group.row .label-checkbox,
.kotobuki-recruit-form .checkbox-group.row .label-radio,
.kotobuki-recruit-form .radio-group.row .label-checkbox,
.kotobuki-recruit-form .radio-group.row .label-radio {
  margin-right: 1em;
}
.kotobuki-recruit-form .label-checkbox input[type=checkbox],
.kotobuki-recruit-form .label-radio input[type=radio] {
  cursor: pointer;
}
.kotobuki-recruit-form .label-checkbox,
.kotobuki-recruit-form .label-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kotobuki-recruit-form .label-checkbox .lever,
.kotobuki-recruit-form .label-radio .lever {
  padding-left: 0.4em;
}

.apply-confirm-button {
  background-color: #3366cc;
  border-radius: 2em;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding: 1em 3em;
  text-align: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.apply-confirm-button:hover {
  background: #2952a3;
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .apply-confirm-button {
    display: block;
  }
}

.confirm-wrapper {
  background: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
  padding: 4em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-animation: modalShow 0.1s linear 0s;
  animation: modalShow 0.1s linear 0s;
}

.confirm-container {
  background: #fff;
  margin: 0 auto;
  padding: 2em 3em;
  width: 90%;
  max-width: 720px;
}

ul.confirm {
  margin-bottom: 3.2em;
}
ul.confirm li {
  display: block;
}
ul.confirm li:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  ul.confirm li:not(:last-child) {
    margin-bottom: 3em;
  }
}
ul.confirm li span {
  display: block;
}
ul.confirm li span.head {
  border-left: 2px solid #0c8282;
  border-bottom: 1px solid #e9ecef;
  color: #495057;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.4em 0.5em 0.5em 1em;
}
@media screen and (min-width: 48em) {
  ul.confirm li span.head {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0.4em 0.5em;
    width: 16rem;
  }
}
ul.confirm li span.value {
  padding-left: 1em;
}
@media screen and (min-width: 48em) {
  ul.confirm li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

body.overflow {
  overflow: hidden;
}

.modal-form-button {
  background: #3366cc;
  border: 2px solid transparent;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: calc(1em - 4px) 0;
  text-align: center;
  width: 100%;
}
.modal-form-button._close {
  background: #fff;
  border: 2px solid #3366cc;
  color: #3366cc;
}

h3.confirm {
  color: #495057;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: center;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.cd-main-content {
  position: relative;
  z-index: 1;
  padding: 4.795rem 0 0;
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
}
@media screen and (min-width: 64em) {
  .cd-main-content {
    padding: 0 0 0 290px;
  }
}

.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(290px);
  transform: translateX(290px);
}

#cd-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.795rem;
  height: 4.795rem;
  background-color: #c878a1;
}
@media screen and (min-width: 64em) {
  #cd-menu-trigger {
    width: 7rem;
    height: 7rem;
  }
}

#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}

#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 64em) {
  #cd-menu-trigger {
    display: none;
  }
}
#cd-lateral-nav {
  border-right: solid 1px #ccc;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  width: 290px;
  background-color: #fdf3f8;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
}
@media screen and (min-width: 64em) {
  #cd-lateral-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#cd-lateral-nav a {
  display: block;
  line-height: 1.2;
}
#cd-lateral-nav a:hover {
  text-decoration: none;
}
#cd-lateral-nav .cd-navigation {
  margin: 0;
}
@media screen and (min-width: 64em) {
  #cd-lateral-nav .cd-navigation {
    margin: 0;
  }
}
#cd-lateral-nav .cd-navigation > li {
  border-bottom: 1px solid #989898;
  position: relative;
}
#cd-lateral-nav .cd-navigation > li > a {
  color: #333333;
  padding: 1.2em 1em;
}
#cd-lateral-nav .cd-navigation > li > a:before {
  content: "";
  border-left: 10px dotted #3d84bd;
  margin-right: 1em;
}
#cd-lateral-nav .cd-navigation > li > a::hover {
  color: #fc7da1;
  padding: 1.2em 1em;
}


#cd-lateral-nav .sub-menu {
  display: none;
  border-bottom: none;
}
#cd-lateral-nav .sub-menu > li {
  position: relative;
}
#cd-lateral-nav .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #e19d20;
}
#cd-lateral-nav .sub-menu > li:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cd-lateral-nav .sub-menu > li > a {
  color: #fff;
  font-size: 85%;
  padding: 1.2em 1em 1.2em 3.5em;
  background: #e7b14d;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#cd-lateral-nav .sub-menu > li > a:hover {
  background: #e19d20;
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.2s 0s;
  transition: -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s, -webkit-transform 0.2s 0s;
  transition: transform 0.2s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  /* this is the right arrow to show that the item has a submenu  */
}

#cd-lateral-nav .item-has-children > a::after {
  font-family: FontAwesome;
  content: "\f107";
  color: #0c8282;
  font-size: 1.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-basic {
  border-bottom: none;
}
.nav-basic > li {
  border-top: 1px solid #dfe2e4;
  position: relative;
}
.nav-basic > li:before {
  content: "";
  background: url("../img/icon/icon-arrow-child.svg") no-repeat center center;
  background-size: 14px 14px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .nav-basic > li:before {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}
.nav-basic > li > a {
  color: #111;
  font-size: 85%;
  padding: 1.2em 1em 1.2em 3.5em;
  background: rgba(10, 107, 107, 0.1);
}

.item-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-sns > li {
  width: 7rem;
}
.item-sns > li > a {
  display: block;
}
.item-sns > li > a > img {
  width: 100%;
}
.item-sns > li + li {
  margin-left: 0.5em;
}

h2.deco::before {
  content: " ";
  background: url("/img/top/h2_before.png") no-repeat center;
    background-size: auto;
  display: block;
  height: 41px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.1em;
}

h2.deco {
  text-align: center;
  margin: 30px 0 0 0;
  padding-bottom: 1.2em;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: #14384f;
}

.top-support-menu {
  position: relative;
  font-size: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .top-support-menu {
    min-height: 90px;
  }
}
.top-support-menu-inner {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    gap: 20px;
  }
}
.top-support-menu-item {
  width: 100%;
  height: 100%;
  background: #fdf3f8;


  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-item {
    margin-bottom: 0;
    text-align: center;
  }
}
.top-support-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-link {
    height: 100%;
    display: block;
    position: relative;
  }
}
@media (hover: hover) {
  .top-support-menu-link:hover {
    background-color: #e3fde6;
  }
}
.top-support-menu-link-photo {
  max-width: 100px;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-link-photo {
    max-width: 100%;
  }
}
.top-support-menu-link-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-support-menu-link-content {
  padding: 2rem 1.4rem;
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-link-content {
    padding: 2.5rem 2.5rem 8rem;
    width: 100%;
  }
}
.top-support-menu-link-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #14384f;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-link-title {
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-support-menu-link-title span {
  display: block;
}
.top-support-menu-link-text {
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .top-support-menu-link-text {
    font-size: 1.4rem;
  }
}

.img_shadow {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(129, 138, 145, 0.7);
  box-shadow: 0 0 20px rgba(129, 138, 145, 0.7);
}

.local-hero-wrapper {
  background: #fcd6e9;
}

.local-heading-wrapper {
  padding: 1em 0;
}

.local-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;

}
.local-heading .local-icon {
  margin-right: 12px;
  min-width: 7rem;
}
.local-heading .local-icon img {
  width: 7rem;
  height: auto;
}
@media screen and (min-width: 61.25em) {
  .local-heading .local-icon img {
    width: 9rem;
  }
}
.local-heading h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.2em;  
}
.local-heading h1 .sub {
  font-size: 16px;
  color: #de5a9e;
  letter-spacing: 0.1em; 
}
@media screen and (min-width: 61.25em) {
  .local-heading h1 {
    font-size: 40px;
  }
  .local-heading h1 .sub {
    font-size: 22px;
  }
}
.flow {
  margin: 1em auto 3em;
}
.flow__title {
  margin-bottom: 0;
  padding: 1rem 0 1.6rem 5.5rem;
  color: #de5a9e;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .flow__title {
    padding: 1rem 0 1.6rem 7.5rem;
  }
}
.flow__text {
  margin: 0 0 0 5.5rem;
}
@media screen and (min-width: 1024px) {
  .flow__text {
    padding: 0 0 0 2rem;
  }
}
.flow > li {
  position: relative;
  padding: 2rem;
  border: 1px solid #e972af;
  border-radius: 8px;
}
.flow > li + li {
  margin-top: 4rem;
  position: relative;
}
.flow > li + li::before {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg width="22" height="14" viewBox="0 0 22 14" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M21 1.8125L11 11.8125L1 1.8125" stroke="%23213773" stroke-width="2.5"/%3e%3c/svg%3e');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.flow > li:nth-of-type(n) .flow__title::before, .flow > li:nth-of-type(n) .flow__title::after {
  width: 44px;
  height: 44px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  font-weight: normal;
  font-family: "Poppins", "Montserrat", sans-serif;
}
@media screen and (min-width: 1024px) {
  .flow > li:nth-of-type(n) .flow__title::before, .flow > li:nth-of-type(n) .flow__title::after {
    width: 54px;
    height: 54px;
  }
}
.flow > li:nth-of-type(n) .flow__title::before {
  content: "STEP";
  font-size: 1rem;
  background-color: #e972af;
  border-radius: 100%;
  padding: 0.6rem 0 0;
}
@media screen and (min-width: 1024px) {
  .flow > li:nth-of-type(n) .flow__title::before {
    padding: 0.8rem 0 0;
  }
}
.flow > li:nth-of-type(n) .flow__title::after {
  content: "";
  font-size: 2rem;
  padding: 1.6rem 0 0;
}
@media screen and (min-width: 1024px) {
  .flow > li:nth-of-type(n) .flow__title::after {
    font-size: 2.4rem;
    padding: 1.8rem 0 0;
  }
}
.flow > li:nth-of-type(1) .flow__title::after {
  content: "1";
}
.flow > li:nth-of-type(2) .flow__title::after {
  content: "2";
}
.flow > li:nth-of-type(3) .flow__title::after {
  content: "3";
}
.flow > li:nth-of-type(4) .flow__title::after {
  content: "4";
}
.flow > li:nth-of-type(5) .flow__title::after {
  content: "5";
}
.flow > li:nth-of-type(6) .flow__title::after {
  content: "6";
}
.flow > li:nth-of-type(7) .flow__title::after {
  content: "7";
}
.flow > li:nth-of-type(8) .flow__title::after {
  content: "8";
}
.flow > li:nth-of-type(9) .flow__title::after {
  content: "9";
}
.flow > li:nth-of-type(10) .flow__title::after {
  content: "10";
}

.border-box--pink {
  border: 1px solid #fcd6e9;
}
/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}
