@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Quicksand:500,700&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li, ol, dt, dd {
  list-style: none;
}

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  overflow: visible;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

/* Scripting
========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
========================================================================== */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.fr {
  float: right;
}

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

.fl {
  float: left;
}

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

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

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

.tR {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

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

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

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

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

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

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

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

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

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

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

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

/* clearfix */
.clear-fix:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
* {
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1rem;
}

.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6, .contents input, .contents button, .contents textarea, .contents select, .contents p, .contents th, .contents td, .contents address, .contents li, .contents dt, .contents dd {
  line-height: 1.6;
}

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%;
}

body {
  color: #000;
  font-family: heisei-kaku-gothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

input, textarea, button {
  font-family: heisei-kaku-gothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-appearance: none;
}

a {
  color: #000;
}

@media (min-width: 992px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================================
	general
========================================================= */
/* diaplay propaty
--------------------------------------------------------- */
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}

.contents h2 {
  color: #2c3cba;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contents h2 {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .contents h2 {
    margin-bottom: 20px;
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .contents h2 {
    margin-bottom: 30px;
    font-size: 1.875rem;
  }
}
.contents h2 small {
  display: block;
  margin-bottom: 5px;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .contents h2 small {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contents h2 small {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .contents h2 small {
    font-size: 1rem;
  }
}
.contents h2.hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents h2.hgroup span {
  padding-left: 10px;
}
.contents h2.hgroup i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2c3cba;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .contents h2.hgroup i {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .contents h2.hgroup i {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .contents h2.hgroup img, .contents h2.hgroup svg {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .contents h2.hgroup img, .contents h2.hgroup svg {
    width: 34px;
  }
}
.contents h2.hgroup svg {
  fill: #fff;
}
.contents h3 {
  background: #e9eef4;
  border-bottom: 1px solid #b9cadf;
  color: #2c3cba;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .contents h3 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .contents h3 {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .contents h3 {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .contents h3 {
    margin-bottom: 25px;
    padding: 20px 15px;
  }
}
.contents h4 {
  padding-left: 10px;
  border-left: 4px solid #2c3cba;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contents h4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .contents h4 {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}

section:after {
  content: " ";
  display: block;
  clear: both;
}
section p:last-child, section ul:last-child, section dl:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  section {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  section {
    padding: 0 0 100px;
  }
}
section p, section ul, section dl {
  margin-bottom: 1em;
  line-height: 1.8;
}
section section {
  width: 100%;
}
@media (max-width: 991px) {
  section section {
    padding: 60px 0 0;
  }
}
@media (min-width: 992px) {
  section section {
    padding: 80px 0 0;
  }
}
section h2 + section {
  padding-top: 0 !important;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
}
table th, table td {
  border: none;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  vertical-align: top;
  text-align: left;
  font-weight: 300;
}
@media (max-width: 575px) {
  table th, table td {
    display: block;
    padding: 10px;
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  table th, table td {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  table th, table td {
    padding: 20px;
  }
}
table th {
  background: #f4f4f4;
}
table td ul:last-child, table td dl:last-child {
  margin-bottom: 0;
}
table td dd {
  margin-bottom: 1em;
}
table td dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table-wrap {
    margin-top: 30px;
    position: relative;
    overflow: auto;
    /*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/
  }
  .table-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap::-webkit-scrollbar-track {
    background: #efefef;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background: #999;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: auto;
    min-width: 100%;
  }
}
.table-wrap th, .table-wrap td {
  display: table-cell;
}

.bold {
  font-weight: 700;
}

.emphasis {
  color: #ed3028;
  font-weight: 700;
}

p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

ul.attention {
  margin-top: 10px;
}
ul.attention li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

dl.attention dt, dl.attention dd {
  font-size: 13px;
}
dl.attention dt {
  margin-top: 5px;
  margin-left: 1em;
  text-indent: -1em;
}
dl.attention dt:nth-of-type(1) {
  margin-top: 0;
}
dl.attention dd {
  padding-left: 1em;
}

ul.list li {
  position: relative;
  padding-left: 1em;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2c3cba;
  border-radius: 100%;
}

ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside;
}
ol.num li {
  list-style-type: decimal;
}
ol.num li:last-child {
  margin-bottom: 0;
}

.btn-link {
  text-align: center;
}
@media (max-width: 767px) {
  .btn-link {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .btn-link {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .btn-link {
    padding-top: 60px;
  }
}
.btn-link a {
  display: inline-block;
  min-width: 250px;
  max-width: 350px;
  margin: auto;
  background: #2c3cba;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 0px 0px #222f91;
          box-shadow: 0px 3px 0px 0px #222f91;
}
.btn-link a:hover {
  background: #4656d3;
}
.btn-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .btn-link span {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .btn-link span {
    height: 57px;
    padding: 0 40px;
    font-size: 1.25rem;
  }
}

.btn-contact {
  text-align: center;
}
@media (max-width: 767px) {
  .btn-contact {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .btn-contact {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .btn-contact {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  .btn-contact form, .btn-contact .btn-wrap {
    display: inline-block;
  }
}
.btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ed3028;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 0px 0px #a1140e;
          box-shadow: 0px 5px 0px 0px #a1140e;
}
@media (max-width: 575px) {
  .btn-contact a {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .btn-contact a {
    height: 70px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .btn-contact a {
    height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .btn-contact a {
    height: 100px;
    padding: 0 80px;
  }
}
.btn-contact a:hover {
  background: #f15d57;
}
.btn-contact i {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .btn-contact i {
    width: 30px;
  }
}
@media (min-width: 576px) {
  .btn-contact i {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .btn-contact i {
    width: 50px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .btn-contact i {
    width: 60px;
    margin-right: 20px;
  }
}
.btn-contact svg {
  width: 100%;
  fill: #fff;
}
.btn-contact span {
  font-weight: 700;
  text-align: left;
}
@media (max-width: 575px) {
  .btn-contact span {
    letter-spacing: 0;
  }
}
@media (min-width: 576px) {
  .btn-contact span {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .btn-contact span {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .btn-contact span {
    font-size: 1.5rem;
  }
}
.btn-contact small {
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  .btn-contact small {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn-contact small {
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  .btn-contact small {
    font-size: 0.875rem;
  }
}

.wp-pagenavi {
  padding-top: 50px;
  line-height: 1;
  text-align: center;
  font-size: 0;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin-right: 3px;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 575px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 35px;
    line-height: 35px;
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}
.wp-pagenavi .current {
  background: #2c3cba;
  color: #fff;
}
.wp-pagenavi .extend {
  padding: 0;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  width: auto;
  padding: 0 10px;
}
.wp-pagenavi .pages {
  width: auto;
  margin-right: 5px;
}
.wp-pagenavi a {
  background: #f4f4f4;
  color: #666;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background: #dbdbdb;
  color: #000;
}

.img-btm, .img-top {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .img-top {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .img-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .img-top {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 960px) {
  .img-btm {
    padding-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .img-btm {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .img-btm {
    padding-top: 15px;
  }
}

@media screen and (max-width: 959px) {
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* =========================================================
 search box
========================================================= */
.box-search {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  background: #2c3cba;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .box-search {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .box-search {
    padding: 30px;
  }
}
@media (min-width: 900px) {
  .box-search {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .box-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.box-search h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .box-search h2 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .box-search h2 {
    margin-bottom: 15px;
    font-size: 1.375rem;
  }
}
@media (min-width: 900px) {
  .box-search h2 {
    margin-bottom: 0;
  }
}
.box-search h2 i {
  margin-right: 5px;
}
.box-search h2 svg {
  width: 42px;
  height: 42px;
  fill: #fff;
}
@media (min-width: 900px) {
  .box-search h2 span {
    padding-right: 30px;
  }
}
.box-search h2 small {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-search h2 small {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .box-search h2 small {
    font-size: 0.75rem;
  }
}
@media (min-width: 900px) {
  .box-search h2 small {
    font-size: 0.812rem;
  }
}
.box-search input {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .box-search input {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .box-search input {
    height: 60px;
  }
}
.box-search .box-input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.box-search .box-input:after {
  content: " ";
  display: block;
  clear: both;
}
.box-search .box-input input {
  outline: 0;
}
@media (min-width: 900px) {
  .box-search .box-input input {
    font-size: 1.25rem;
  }
}
.box-search .box-input input[type="text"] {
  width: calc(100% - 120px);
  background: #fff;
  border-radius: 6px 0 0 6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .box-search .box-input input[type="text"] {
    padding: 0 15px;
    width: calc(100% - 70px);
  }
}
@media (min-width: 768px) {
  .box-search .box-input input[type="text"] {
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  .box-search .box-input input[type="text"] {
    padding: 0 30px;
  }
}
.box-search .box-input input[type="submit"] {
  cursor: pointer;
  width: 120px;
  background: #ffde39;
  border-radius: 0 6px 6px 0;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .box-search .box-input input[type="submit"] {
    width: 70px;
  }
}

/* =========================================================
 route list
========================================================= */
@media (min-width: 768px) {
  .route-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .route-list .item {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .route-list .item {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .route-list .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
.route-list h3 {
  margin: 0;
  border: 1px solid #b9cadf;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .route-list h3 {
    font-size: 1	rem;
  }
}
@media (min-width: 768px) {
  .route-list h3 {
    font-size: 1.25rem;
  }
}
.route-list ul {
  overflow: hidden;
  border: 1px solid #b9cadf;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .route-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.route-list li {
  position: relative;
  margin-bottom: -1px;
  border-bottom: 1px solid #b9cadf;
}
@media (min-width: 768px) {
  .route-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-right: 1px solid #b9cadf;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .route-list li:nth-of-type(2n) {
    border-right: none;
  }
}

@media (min-width: 992px) {
  .route-list li {
    width: 33.33333%;
  }
  .route-list li:nth-of-type(3n) {
    border-right: none;
  }
}
.route-list a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .route-list a {
    display: block;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .route-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 13px;
  }
}
.route-list a:hover {
  color: #2c3cba;
  background: rgba(44, 60, 186, 0.03);
}
@media (min-width: 992px) {
  .route-list .list-jr {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .route-list .list-jr li {
    width: 25%;
  }
  .route-list .list-jr li:nth-of-type(3n) {
    border-right: 1px solid #b9cadf;
  }
  .route-list .list-jr li:nth-of-type(4n) {
    border-right: none;
  }
}

/* =========================================================
 case list
========================================================= */
@media (min-width: 576px) {
  .case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .case-list .item {
    margin-bottom: 20px;
  }
  .case-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .case-list .item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (min-width: 576px) and (max-width: 767px) {
  .case-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .case-list .item {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .case-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .case-list .item {
    width: calc(33.33333% - 20px);
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
.case-list a {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #2c3cba;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width: 575px) {
  .case-list a {
    display: block;
  }
}
@media (min-width: 576px) {
  .case-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case-list a:hover figure:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(44, 60, 186, 0.2);
}
.case-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case-list figure {
  overflow: hidden;
  position: relative;
}
.case-list img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.case-list dl {
  margin: 0;
}
@media (max-width: 767px) {
  .case-list dl {
    padding: 15px 15px 20px;
  }
}
@media (min-width: 768px) {
  .case-list dl {
    padding: 20px 20px 30px;
  }
}
@media (min-width: 992px) {
  .case-list dl {
    padding: 30px 25px 40px;
  }
}
.case-list dt {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 0.812rem;
}
.case-list dd:not(.cat) {
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .case-list dd:not(.cat) {
    font-size: 1.125rem;
  }
}
.case-list dd.cat {
  padding-top: 12px;
}
.case-list dd.cat ul {
  font-size: 0;
}
.case-list dd.cat li {
  display: inline-block;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0 15px;
  background: #e9eef4;
  border-radius: 15px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .case-list dd.cat li {
    border-radius: 11px;
    font-size: 0.687rem;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .case-list dd.cat li {
    border-radius: 13px;
    font-size: 0.75rem;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .case-list dd.cat li {
    font-size: 0.812rem;
    padding: 0 20px;
  }
}

/* =========================================================
 results list
========================================================= */
.results-list .item {
  position: relative;
  border-bottom: 1px solid #b9cadf;
}
.results-list .item:first-child {
  border-top: 1px solid #b9cadf;
}
.results-list .item .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .results-list .item .arrow {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 575px) {
  .results-list .item .arrow {
    display: none;
  }
}
.results-list .item .arrow:before, .results-list .item .arrow:after {
  position: absolute;
  content: "";
  background: #2c3cba;
}
.results-list .item .arrow:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px 0 0 2px;
}
@media (max-width: 767px) {
  .results-list .item .arrow:before {
    height: 3px;
    border-radius: 1.5px 0 0 1.5px;
  }
}
@media (max-width: 575px) {
  .results-list .item .arrow:before {
    height: 2px;
    border-radius: 1px 0 0 1px;
  }
}
.results-list .item .arrow:after {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 0 2px 2px;
}
@media (max-width: 767px) {
  .results-list .item .arrow:after {
    width: 3px;
    border-radius: 0 0 1.5px 1.5px;
  }
}
@media (max-width: 575px) {
  .results-list .item .arrow:after {
    width: 2px;
    border-radius: 0 0 1px 1px;
  }
}
.results-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 575px) {
  .results-list .item a {
    padding: 15px 0;
  }
}
@media (min-width: 576px) {
  .results-list .item a {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .results-list .item a {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .results-list .item a {
    padding: 30px 20px;
  }
}
.results-list .item a:hover {
  background: #f4f4f4;
}
.results-list .item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 575px) {
  .results-list .item figure {
    width: 80px;
  }
}
@media (min-width: 576px) {
  .results-list .item figure {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .results-list .item figure {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .results-list .item figure {
    width: 230px;
  }
}
@media (max-width: 575px) {
  .results-list .item .txt {
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  .results-list .item .txt {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .results-list .item .txt {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .results-list .item .txt {
    padding-left: 30px;
  }
}
.results-list .item p {
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  .results-list .item p {
    font-size: 0.687rem;
  }
}
@media (min-width: 576px) {
  .results-list .item p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .results-list .item p {
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  .results-list .item p {
    font-size: 0.875rem;
  }
}
.results-list .item h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-weight: 700;
}
@media (max-width: 575px) {
  .results-list .item h3 {
    margin: 5px 0;
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .results-list .item h3 {
    margin: 10px 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .results-list .item h3 {
    margin: 10px 0 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .results-list .item h3 {
    margin: 15px 0 20px;
    font-size: 1.375rem;
  }
}
.results-list .item ul {
  font-size: 0;
}
.results-list .item li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #b9cadf;
  background: #e9eef4;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .results-list .item li {
    margin-top: 3px;
    margin-right: 3px;
    padding: 5px;
    font-size: 0.687rem;
    letter-spacing: 0;
  }
}
@media (min-width: 576px) {
  .results-list .item li {
    margin-right: 6px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .results-list .item li {
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  .results-list .item li {
    font-size: 0.875rem;
  }
}

/* =========================================================
 add-type-list 
========================================================= */
@media (max-width: 767px) {
  .add-type-list .item {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .add-type-list .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .add-type-list .item {
    margin-bottom: 40px;
  }
}
.add-type-list .item:last-child {
  margin-bottom: 0;
}
.add-type-list h3, .add-type-list h4 {
  margin: 0;
  padding: 0;
  border: none;
  border: 1px solid #b9cadf;
  border-bottom: none;
  background: #e9eef4;
  border-radius: 4px 4px 0 0;
  color: #2c3cba;
  line-height: 1;
}
@media (max-width: 767px) {
  .add-type-list h3, .add-type-list h4 {
    font-size: 1	rem;
  }
}
@media (max-width: 575px) {
  .add-type-list h3, .add-type-list h4 {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .add-type-list h3, .add-type-list h4 {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .add-type-list h3, .add-type-list h4 {
    padding: 15px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .add-type-list h3, .add-type-list h4 {
    padding: 20px 15px;
  }
}
.add-type-list ul {
  overflow: hidden;
  border: 1px solid #b9cadf;
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .add-type-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.add-type-list li {
  position: relative;
  margin-bottom: -1px;
  border-bottom: 1px solid #b9cadf;
}
@media (min-width: 768px) {
  .add-type-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-right: 1px solid #b9cadf;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .add-type-list li:nth-of-type(2n) {
    border-right: none;
  }
}

@media (min-width: 992px) {
  .add-type-list li {
    width: 33.33333%;
  }
  .add-type-list li:nth-of-type(3n) {
    border-right: none;
  }
}
.add-type-list a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .add-type-list a {
    display: block;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .add-type-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 13px;
  }
}
.add-type-list a:hover {
  color: #2c3cba;
  background: rgba(44, 60, 186, 0.03);
}

/* =========================================================
 info list
========================================================= */
@media (min-width: 768px) {
  .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .info-list .item {
    margin-bottom: 20px;
  }
  .info-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .info-list .item {
    width: calc(50% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .info-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .info-list .item {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.info-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e9eef4;
  text-decoration: none;
}
.info-list a:hover figure:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(44, 60, 186, 0.2);
}
@media (min-width: 576px) {
  .info-list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.info-list figure {
  overflow: hidden;
  position: relative;
  width: 43%;
}
@media (max-width: 575px) {
  .info-list figure {
    width: 100px;
    height: 100px;
  }
  .info-list figure img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.info-list img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
.info-list dl {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .info-list dl {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .info-list dl {
    padding: 20px;
  }
}
.info-list dt {
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .info-list dt {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}
.info-list dd {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #b9cadf;
  background: #fff;
}
@media (max-width: 767px) {
  .info-list dd {
    border-radius: 10px;
    font-size: 0.687rem;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .info-list dd {
    border-radius: 13px;
    font-size: 0.75rem;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .info-list dd {
    padding: 0 20px;
  }
}

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  #wrapper {
    padding-top: 100px;
  }
}

/* =========================================================
	.contents
========================================================= */
.contents:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 575px) {
  .contents {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .contents {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .contents {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .contents {
    padding-top: 95px;
  }
}

/* =========================================================
	.pagetitle
========================================================= */
.pagetitle {
  position: relative;
  background: #ffde39;
}
@media (max-width: 575px) {
  .pagetitle {
    padding: 40px 5%;
  }
}
@media (min-width: 576px) {
  .pagetitle {
    padding: 50px 3%;
  }
}
@media (min-width: 768px) {
  .pagetitle {
    padding: 60px 3%;
  }
}
@media (min-width: 992px) {
  .pagetitle {
    padding: 90px 0;
  }
}
.pagetitle h1 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575px) {
  .pagetitle h1 {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
@media (min-width: 576px) {
  .pagetitle h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 {
    font-size: 2.625rem;
  }
}
.pagetitle h1 span {
  display: block;
  margin-top: 10px;
  font-family: "Quicksand", sans-serif;
  color: #2c3cba;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .pagetitle h1 span {
    font-size: 0.625rem;
  }
}
@media (min-width: 576px) {
  .pagetitle h1 span {
    font-size: 0.687rem;
  }
}
@media (min-width: 768px) {
  .pagetitle h1 span {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .pagetitle h1 span {
    margin-top: 20px;
    font-size: 0.875rem;
  }
}

/* =========================================================
	breadcrumbs
========================================================= */
.breadcrumbs {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  background: #2c3cba;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs * {
  color: #fff;
  font-size: 0.812rem;
}
.breadcrumbs ol {
  font-size: 0;
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.breadcrumbs a {
  opacity: .5;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* =========================================================
	header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 2.5%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}
@media (min-width: 768px) {
  header {
    height: 80px;
  }
}
@media (min-width: 992px) {
  header {
    height: 100px;
  }
}
header a {
  text-decoration: none;
  display: block;
}
header .head-logo, header .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  header .head-logo img {
    height: 44px;
  }
}
@media (max-width: 991px) {
  header .head-logo img {
    height: 30px;
  }
}
header .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 992px) {
  header .head-info {
    position: relative;
    padding-right: 220px;
  }
}
header .head-info i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
header .nav {
  cursor: pointer;
  position: relative;
  background: #2c3cba;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  header .nav {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  header .nav {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  header .nav {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  header .nav {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }
  header .nav:hover figure {
    width: 26px;
  }
}
header .nav figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  height: 1px;
  -webkit-transition: all  0.2s;
  transition: all  0.2s;
}
@media (max-width: 991px) {
  header .nav figure {
    width: 18px;
  }
}
@media (min-width: 992px) {
  header .nav figure {
    width: 22px;
    height: 1px;
  }
}
@media (max-width: 991px) {
  header .nav figure:nth-of-type(1) {
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  header .nav figure:nth-of-type(1) {
    margin-top: -7px;
  }
}
@media (max-width: 991px) {
  header .nav figure:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media (min-width: 992px) {
  header .nav figure:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media (max-width: 991px) {
  header .first {
    display: none;
  }
}
header .first a {
  font-weight: 700;
}
header .first a:hover {
  color: #2c3cba;
}
header .first svg {
  width: 20px;
  height: 20px;
  fill: #2c3cba;
}
@media (min-width: 992px) {
  header .mail {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  header .mail a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  header .mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ed3028;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 140px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  header .mail a:hover {
    background: #f15d57;
  }
}
@media (max-width: 991px) {
  header .mail h2 {
    display: none;
  }
}
@media (min-width: 992px) {
  header .mail h2 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  header .mail svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}
@media (min-width: 992px) {
  header .mail svg {
    width: 24px;
    height: 24px;
    fill: #ed3028;
  }
}
header .mail .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  header .mail .btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  header .mail .btn i {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  header .mail .btn {
    padding: 0 25px;
    background: #ed3028;
    color: #fff;
    font-size: 0.875rem;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  header .mail .btn {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  header .mail .btn {
    width: 160px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    color: #ed3028;
  }
}
@media (max-width: 575px) {
  header .mail .btn span {
    display: none;
  }
}

/* =========================================================
	menu
========================================================= */
.menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  width: 100%;
  height: 100%;
  background: #ffde39;
  z-index: 9999999;
  -webkit-transition: opacity .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
  transition: opacity .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
  transition: opacity .3s ease-in-out,transform .5s ease-out,visibility 2s ease-in-out;
  transition: opacity .3s ease-in-out,transform .5s ease-out,visibility 2s ease-in-out,-webkit-transform .5s ease-out;
}
@media (min-width: 768px) {
  .menu {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .menu {
    max-width: 800px;
    padding: 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
}
.menu.view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .2s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .2s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .2s ease-in-out,transform .3s ease-in-out,visibility 2s ease-in-out;
  transition: opacity .2s ease-in-out,transform .3s ease-in-out,visibility 2s ease-in-out,-webkit-transform .3s ease-in-out;
}
.menu .menu-scroll {
  width: 100%;
}
@media (max-width: 767px) {
  .menu .menu-scroll {
    height: 100%;
    padding: 80px 20px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.menu .close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.menu .close:hover {
  background: rgba(255, 255, 255, 0.8);
}
.menu .close figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
  background: #2c3cba;
}
.menu .close figure:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu .close figure:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu ul {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
@media (min-width: 768px) {
  .menu li {
    font-size: 1.25rem;
  }
}
.menu li small {
  display: block;
  color: #2c3cba;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .menu li small {
    margin-top: 5px;
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .menu li small {
    margin-top: 8px;
    font-size: 0.687rem;
  }
}
@media (min-width: 992px) {
  .menu li small {
    font-size: 0.75rem;
  }
}
.menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  border: none;
}
@media (min-width: 768px) {
  .menu li ul {
    padding-bottom: 10px;
  }
}
.menu li li {
  margin-right: 10px;
  border: none;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .menu li li {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .menu li li {
    margin-bottom: 15px;
    font-size: 0.937rem;
  }
}
.menu li li:after {
  display: inline-block;
  content: "/";
  margin-left: 10px;
}
.menu li li a {
  display: inline-block;
  padding: 0;
}
.menu li li a:after {
  display: none;
}
.menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu a {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .menu a {
    padding: 20px 10px;
  }
}
.menu a:hover {
  color: #2c3cba;
}
.menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #2c3cba;
  border-right: 2px solid #2c3cba;
}
@media (max-width: 767px) {
  .menu a:after {
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  .menu a:after {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 992px) {
  .menu a:after {
    width: 10px;
    height: 10px;
  }
}
.menu span {
  display: block;
}
@media (max-width: 767px) {
  .menu span {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .menu span {
    padding: 20px 10px;
  }
}

.nav-ov {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .nav-ov {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.9);
    z-index: 8888888;
  }
}
.nav-ov.view {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

/* =========================================================
	footer
========================================================= */
footer {
  background: #2c3cba;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 5%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 2.5%;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 60px 2.5%;
  }
}
footer * {
  color: #fff;
}
footer a {
  display: block;
}
@media (max-width: 767px) {
  footer .foot-logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  footer .foot-logo img {
    width: 230px;
  }
}
@media (max-width: 767px) {
  footer .foot-logo img {
    width: 50%;
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  footer .foot-info {
    position: relative;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
footer .copyright, footer .foot-link {
  line-height: 1;
}
footer .foot-link {
  font-size: 0;
}
@media (max-width: 767px) {
  footer .foot-link {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  footer .foot-link {
    text-align: right;
  }
}
footer .foot-link li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}
footer .foot-link li:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
footer .foot-link a {
  text-decoration: none;
}
footer .foot-link a:hover {
  opacity: .6;
}
footer .copyright {
  font-family: "Quicksand", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  footer .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}

/* =========================================================
	pagetop
========================================================= */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffde39;
  text-decoration: none;
  border-radius: 100%;
}
.pagetop a:hover i {
  margin-top: 0;
}
.pagetop i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.pagetop i:before, .pagetop i:after {
  content: "";
  position: absolute;
  background: #2c3cba;
}
.pagetop i:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px 0 0 2px;
}
.pagetop i:after {
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 0 2px 2px;
}

/* index page
========================================================= */
#home-page .mv {
  background: #ffde39;
  text-align: center;
}
@media (max-width: 767px) {
  #home-page .mv {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  #home-page .mv {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .mv {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  #home-page .mv {
    padding-top: 80px;
  }
}
#home-page .mv h1 {
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  #home-page .mv h1 {
    margin-bottom: 30px;
    font-size: 6.5vw;
  }
}
@media (max-width: 575px) {
  #home-page .mv h1 {
    margin-bottom: 20px;
    font-size: 10vw;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  #home-page .mv h1 {
    margin-bottom: 40px;
    font-size: 6vw;
  }
}
@media (min-width: 992px) {
  #home-page .mv h1 {
    margin-bottom: 50px;
    font-size: 3.75rem;
  }
}
#home-page .mv h1 small {
  display: block;
}
@media (max-width: 767px) {
  #home-page .mv h1 small {
    margin-bottom: 15px;
    font-size: 5.5vw;
  }
}
@media (max-width: 575px) {
  #home-page .mv h1 small {
    margin-bottom: 5px;
    font-size: 6.5vw;
  }
}
@media (min-width: 768px) {
  #home-page .mv h1 small {
    margin-bottom: 20px;
    font-size: 5vw;
  }
}
@media (min-width: 992px) {
  #home-page .mv h1 small {
    margin-bottom: 30px;
    font-size: 3.125rem;
  }
}
@media (min-width: 576px) {
  #home-page .mv h1 br {
    display: none;
  }
}
#home-page .mv .slide {
  overflow: hidden;
  width: 100%;
  height: 120px;
}
#home-page .mv .slide .simply-scroll-container {
  position: relative;
}
#home-page .mv .slide .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#home-page .mv .slide .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#home-page .mv .slide .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
}
#home-page .mv .slide img {
  display: block;
}
@media (max-width: 767px) {
  #home-page .mv .box-search {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .mv .box-search {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #home-page .mv .box-search {
    margin-bottom: 60px;
  }
}
#home-page .contents {
  padding-top: 0;
}
@media (min-width: 992px) {
  #home-page .hgroup i {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #home-page .hgroup i img {
    width: 50px;
  }
}
#home-page .cnt-route {
  background: #f4f4f4;
  border-bottom: 1px solid rgba(185, 202, 223, 0.5);
}
@media (max-width: 767px) {
  #home-page .cnt-route {
    margin-bottom: 50px;
    padding: 50px 0 25px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-route {
    margin-bottom: 60px;
    padding: 60px 0 30px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-route {
    margin-bottom: 80px;
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-add section {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-add section {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-add section {
    padding-top: 50px;
  }
}
#home-page .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  #home-page .type-list .item {
    margin-bottom: 20px;
  }
  #home-page .type-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  #home-page .type-list .item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (min-width: 576px) and (max-width: 767px) {
  #home-page .type-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #home-page .type-list .item {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-page .type-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #home-page .type-list .item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
  #home-page .type-list .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
#home-page .type-list a {
  position: relative;
  display: block;
  text-decoration: none;
}
#home-page .type-list a:hover {
  color: #2c3cba;
}
#home-page .type-list a:hover figure:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(44, 60, 186, 0.2);
}
#home-page .type-list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#home-page .type-list figure {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #home-page .type-list figure {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #home-page .type-list figure {
    margin-bottom: 15px;
  }
}
#home-page .type-list img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
#home-page .type-list span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #home-page .cnt-case .btn-link, #home-page .cnt-info .btn-link {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-case .btn-link, #home-page .cnt-info .btn-link {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-case .btn-link, #home-page .cnt-info .btn-link {
    padding-top: 20px;
  }
}
#home-page .cnt-step {
  background: #f4f4f4;
  border-top: 1px solid rgba(185, 202, 223, 0.5);
}
@media (max-width: 767px) {
  #home-page .cnt-step {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  #home-page .cnt-step {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-step {
    padding-top: 80px;
  }
}
#home-page .cnt-step .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
#home-page .cnt-step .step-list .item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
  border: 1px solid #b9cadf;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 575px) {
  #home-page .cnt-step .step-list .item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #home-page .cnt-step .step-list .item {
    width: calc(50% - 10px);
    padding: 30px 15px 15px;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(7) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home-page .cnt-step .step-list .item {
    width: calc(33.33333% - 14px);
    padding: 35px 20px 20px;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(7) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-step .step-list .item {
    width: calc(25% - 15px);
    margin-bottom: 50px;
    padding: 45px 20px 20px;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(4n) {
    margin-right: 0;
  }
  #home-page .cnt-step .step-list .item:nth-of-type(5), #home-page .cnt-step .step-list .item:nth-of-type(6), #home-page .cnt-step .step-list .item:nth-of-type(7) {
    margin-bottom: 0;
  }
}
#home-page .cnt-step .step-list .item:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -31px;
  border-radius: 100%;
  background: #2c3cba;
}
@media (max-width: 575px) {
  #home-page .cnt-step .step-list .item:before {
    width: 30px;
    height: 30px;
    margin-left: -20px;
  }
}
#home-page .cnt-step .step-list .item:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-19px, -50%) rotate(45deg);
          transform: translate(-19px, -50%) rotate(45deg);
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 575px) {
  #home-page .cnt-step .step-list .item:after {
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-12px, -50%) rotate(45deg);
            transform: translate(-12px, -50%) rotate(45deg);
  }
}
#home-page .cnt-step .step-list .item:first-child:before, #home-page .cnt-step .step-list .item:first-child:after {
  display: none;
}
#home-page .cnt-step .step-list span {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: #2c3cba;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0;
  text-transform: uppercase;
}
#home-page .cnt-step .step-list figure {
  max-width: 130px;
  margin: auto;
}
#home-page .cnt-step .step-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 1rem;
}
@media (min-width: 768px) {
  #home-page .cnt-step .step-list h3 {
    margin: 15px 0;
    font-size: 1.125rem;
  }
}
#home-page .cnt-step .step-list small {
  display: block;
  padding: 10px;
  background: #e9eef4;
  border-radius: 6px;
  color: #2c3cba;
  font-weight: 700;
  font-size: 0.812rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #home-page .cnt-step .step-list small {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #home-page .cnt-step .step-list small {
    font-size: 0.875rem;
  }
}

/* =========================================================
search page 
========================================================= */
#search-page .contents {
  padding: 0;
}
#search-page .cnt-re_search {
  border-bottom: 1px solid rgba(185, 202, 223, 0.5);
  background: #f4f4f4;
}
@media (max-width: 767px) {
  #search-page .cnt-re_search {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  #search-page .cnt-re_search {
    margin-bottom: 60px;
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  #search-page .cnt-re_search {
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
#search-page .box-re_search {
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
#search-page .box-re_search .box-input-name {
  background: #2c3cba;
}
@media (max-width: 575px) {
  #search-page .box-re_search .box-input-name {
    padding: 20px 15px;
  }
}
@media (min-width: 576px) {
  #search-page .box-re_search .box-input-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-input-name {
    padding: 0 30px;
  }
}
#search-page .box-re_search h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 575px) {
  #search-page .box-re_search h2 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  #search-page .box-re_search h2 {
    font-size: 1.375rem;
  }
}
#search-page .box-re_search h2 i {
  margin-right: 5px;
}
#search-page .box-re_search h2 svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media (min-width: 576px) {
  #search-page .box-re_search h2 span {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search h2 span {
    padding-right: 30px;
  }
}
#search-page .box-re_search input {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#search-page .box-re_search .box-input {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#search-page .box-re_search .box-input:after {
  content: " ";
  display: block;
  clear: both;
}
#search-page .box-re_search .box-input input {
  outline: 0;
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-input input {
    font-size: 1.25rem;
  }
}
#search-page .box-re_search .box-input input[type="text"] {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #search-page .box-re_search .box-input input[type="text"] {
    height: 50px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-input input[type="text"] {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  #search-page .box-re_search .box-input input[type="text"] {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #search-page .box-re_search .box-narrow {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-narrow {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  #search-page .box-re_search .box-narrow {
    padding: 40px;
  }
}
#search-page .box-re_search .box-narrow dl, #search-page .box-re_search .box-narrow p {
  margin: 0;
}
@media (max-width: 575px) {
  #search-page .box-re_search .box-narrow dl {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  #search-page .box-re_search .box-narrow dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
#search-page .box-re_search .box-narrow dt {
  width: 6em;
  font-weight: 700;
}
@media (min-width: 576px) {
  #search-page .box-re_search .box-narrow dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-narrow dt {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #search-page .box-re_search .box-narrow dt {
    font-size: 1.25rem;
  }
}
#search-page .box-re_search .box-narrow ul {
  font-size: 0;
}
#search-page .box-re_search .box-narrow li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 575px) {
  #search-page .box-re_search .box-narrow li {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  #search-page .box-re_search .box-narrow li {
    padding: 5px;
  }
}
#search-page .box-re_search .box-narrow label {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  border: 2px solid #e6e6e6;
  background: #e6e6e6;
  color: gray;
  border-radius: 6px;
}
#search-page .box-re_search .box-narrow label input {
  display: none;
}
#search-page .box-re_search .box-narrow label:hover {
  color: #000;
}
#search-page .box-re_search .box-narrow label.selected {
  border-color: #2c3cba;
  background: #fff;
  color: #2c3cba;
  font-weight: 700;
}
#search-page .box-re_search .box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #b9cadf;
}
@media (max-width: 767px) {
  #search-page .box-re_search .box-btn {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  #search-page .box-re_search .box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-btn {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  #search-page .box-re_search .box-btn {
    padding: 30px 0 40px;
  }
}
#search-page .box-re_search .box-btn input {
  cursor: pointer;
  width: 280px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
@media (max-width: 767px) {
  #search-page .box-re_search .box-btn input {
    height: 50px;
    border-radius: 25px;
    width: 240px;
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  #search-page .box-re_search .box-btn input {
    width: 100%;
    margin: 0;
  }
  #search-page .box-re_search .box-btn input:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #search-page .box-re_search .box-btn input {
    height: 60px;
    margin: 0 15px;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  #search-page .box-re_search .box-btn input {
    font-size: 1.125rem;
  }
}
#search-page .box-re_search .box-btn input#submit {
  background: #ffde39;
}
#search-page .box-re_search .box-btn input#submit:hover {
  background: #ffe76c;
}
#search-page .box-re_search .box-btn input.reset {
  background: #ccc;
  color: #666;
}
#search-page .box-re_search .box-btn input.reset:hover {
  background: #d9d9d9;
}
#search-page .narrow-cat {
  background: #e9eef4;
}
@media (max-width: 575px) {
  #search-page .narrow-cat {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  #search-page .narrow-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #search-page .narrow-cat {
    margin-bottom: 30px;
    padding: 25px;
  }
}
@media (min-width: 992px) {
  #search-page .narrow-cat {
    margin-bottom: 40px;
  }
}
#search-page .narrow-cat dt, #search-page .narrow-cat dd {
  line-height: 1;
}
#search-page .narrow-cat dt {
  font-weight: 700;
}
@media (max-width: 575px) {
  #search-page .narrow-cat dt {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9cadf;
  }
}
@media (min-width: 576px) {
  #search-page .narrow-cat dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 5px 0;
    padding-right: 15px;
    border-right: 1px solid #b9cadf;
  }
}
@media (min-width: 768px) {
  #search-page .narrow-cat dt {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  #search-page .narrow-cat dd {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #search-page .narrow-cat dd {
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  #search-page .narrow-cat ul {
    font-size: 0;
  }
}
#search-page .narrow-cat li {
  line-height: 1;
}
@media (max-width: 575px) {
  #search-page .narrow-cat li {
    padding-top: 15px;
  }
}
@media (min-width: 576px) {
  #search-page .narrow-cat li {
    padding: 5px 0;
    display: inline-block;
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  #search-page .narrow-cat li {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  #search-page .narrow-cat li {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  #search-page .narrow-cat li {
    margin-right: 25px;
  }
}

#search-page .narrow-cat li span {
  opacity: .7;
}

/* =========================================================
 add page
========================================================= */
@media (max-width: 575px) {
  #add-page .box-hgroup {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  #add-page .box-hgroup {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  #add-page .box-hgroup {
    margin-bottom: 50px;
  }
}
#add-page .box-hgroup h2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin: 0;
  color: #000;
}
@media (max-width: 767px) {
  #add-page .box-hgroup h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #add-page .box-hgroup h2 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  #add-page .box-hgroup h2 {
    font-size: 2.125rem;
  }
}
#add-page .box-hgroup h2 span {
  display: block;
  color: #2c3cba;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  #add-page .box-hgroup h2 span {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup h2 span {
    margin-bottom: 10px;
  }
}
#add-page .box-hgroup h2 i {
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #2c3cba;
}
@media (max-width: 767px) {
  #add-page .box-hgroup h2 i {
    padding: 5px 15px;
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  #add-page .box-hgroup h2 i {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup h2 i {
    padding: 7px 20px;
    font-size: 1rem;
  }
}
#add-page .box-hgroup .icon-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #add-page .box-hgroup .icon-cat {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 10px;
    font-size: 0;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup .icon-cat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 220px;
    padding-left: 10px;
  }
}
#add-page .box-hgroup .icon-cat li {
  background: #2c3cba;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  #add-page .box-hgroup .icon-cat li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1;
  }
  #add-page .box-hgroup .icon-cat li i {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  #add-page .box-hgroup .icon-cat li {
    height: 30px;
    margin-right: 5px;
    border-radius: 15px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup .icon-cat li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  #add-page .box-hgroup .icon-cat li img {
    width: 20px;
  }
}
@media (max-width: 575px) {
  #add-page .box-hgroup .icon-cat li img {
    width: 16px;
  }
}
@media (min-width: 768px) {
  #add-page .box-hgroup .icon-cat li img {
    width: 40px;
  }
}
@media (min-width: 992px) {
  #add-page .box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  #add-page .slider-wrap {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  #add-page .slider-wrap {
    width: 50%;
  }
}
#add-page .slider-wrap ul {
  margin: 0;
}
#add-page .slider-wrap .slider {
  width: 100%;
}
#add-page .slider-wrap .slider span {
  display: block;
  padding: 10px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #add-page .slider-wrap .slider span {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  #add-page .slider-wrap .slider span {
    font-size: 0.75rem;
  }
}
#add-page .slider-wrap .thumb {
  font-size: 0;
}
#add-page .slider-wrap .thumbnail-item {
  position: relative;
  display: inline-block;
  width: 80px;
  margin-top: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #add-page .slider-wrap .thumbnail-item {
    width: 60px;
  }
}
#add-page .slider-wrap .thumbnail-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
#add-page .slider-wrap .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
@media (max-width: 767px) {
  #add-page .station-info {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  #add-page .station-info {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  #add-page .station-info {
    width: calc(50% - 50px);
  }
}
#add-page .station-info .memo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #2c3cba;
}
#add-page .station-info .memo i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media (max-width: 991px) {
  #add-page .station-info .memo i {
    width: 50px;
  }
}
#add-page .station-info .memo dl {
  position: relative;
  padding-left: 10px;
}
@media (min-width: 576px) {
  #add-page .station-info .memo dl {
    padding-top: 10px;
  }
}
#add-page .station-info .memo dt {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #2c3cba;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #add-page .station-info .memo dt {
    display: none;
  }
}
@media (min-width: 576px) {
  #add-page .station-info .memo dt {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #add-page .station-info .memo dt {
    font-size: 0.875rem;
  }
}
#add-page .station-info .memo dd {
  color: #2c3cba;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  #add-page .station-info .memo dd {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .memo dd {
    font-size: 1.125rem;
  }
}
@media (min-width: 1080px) {
  #add-page .station-info .memo dd {
    font-size: 1.5rem;
  }
}
#add-page .station-info .memo dd small {
  letter-spacing: 0;
}
@media (max-width: 575px) {
  #add-page .station-info .memo dd small {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .memo dd small {
    font-size: 0.937rem;
  }
}
@media (min-width: 992px) {
  #add-page .station-info .memo dd small {
    font-size: 1.125rem;
  }
}
#add-page .station-info .memo dd strong {
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  #add-page .station-info .memo dd strong {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  #add-page .station-info .memo dd strong {
    font-size: 5.5vw;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .memo dd strong {
    font-size: 4.5vw;
  }
}
@media (min-width: 992px) {
  #add-page .station-info .memo dd strong {
    font-size: 4vw;
  }
}
@media (min-width: 1080px) {
  #add-page .station-info .memo dd strong {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  #add-page .station-info .station-img {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .station-img {
    padding-top: 30px;
  }
}
#add-page .station-info .station-img label {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 600px;
  margin: auto;
  text-align: center;
  border: 1px solid #efefef;
}
@media (max-width: 767px) {
  #add-page .station-info .station-img label {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .station-img label {
    padding: 10px;
  }
}
#add-page .station-info .station-img label:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 60, 186, 0.2);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#add-page .station-info .station-img label:hover:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#add-page .station-info .station-img img {
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
#add-page .station-info .station-img i {
  position: absolute;
}
@media (max-width: 767px) {
  #add-page .station-info .station-img i {
    bottom: 5px;
    right: 5px;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .station-img i {
    bottom: 10px;
    right: 10px;
  }
}
#add-page .station-info .station-img i svg {
  fill: #2c3cba;
}
@media (max-width: 767px) {
  #add-page .station-info .station-img i svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  #add-page .station-info .station-img i svg {
    width: 50px;
    height: 50px;
  }
}
#add-page .station-info #zoom {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#add-page .station-info #zoom img {
  width: auto;
  height: auto;
}
@media (max-width: 575px) {
  #add-page .station-info #zoom img {
    max-width: 80vw;
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 576px) {
  #add-page .station-info #zoom img {
    max-width: 80vw;
    max-height: calc(100vh - 80px);
  }
}
#add-page .station-info #zoom figure {
  position: relative;
  display: inline-block;
}
#add-page .station-info #zoom label {
  cursor: pointer;
  position: absolute;
  display: block;
  background: #2c3cba;
  border-radius: 100%;
}
@media (max-width: 575px) {
  #add-page .station-info #zoom label {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 576px) {
  #add-page .station-info #zoom label {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  #add-page .station-info #zoom label {
    top: -20px;
    right: -20px;
  }
}
@media (min-width: 576px) {
  #add-page .station-info #zoom label {
    top: -25px;
    right: -25px;
  }
}
#add-page .station-info #zoom label:before, #add-page .station-info #zoom label:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
@media (max-width: 575px) {
  #add-page .station-info #zoom label:before, #add-page .station-info #zoom label:after {
    width: 24px;
    margin-left: -12px;
  }
}
@media (min-width: 576px) {
  #add-page .station-info #zoom label:before, #add-page .station-info #zoom label:after {
    width: 28px;
    margin-left: -14px;
  }
}
#add-page .station-info #zoom label:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#add-page .station-info #zoom label:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#add-page .station-info #popup-on {
  display: none;
}
#add-page .station-info #popup-on:checked + #zoom {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#add-page .intro {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (max-width: 767px) {
  #add-page .intro {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #add-page .intro {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  #add-page .intro {
    padding-top: 50px;
  }
}
#add-page .cnt-price table th, #add-page .cnt-price table td {
  text-align: center;
  vertical-align: middle;
}
#add-page .cnt-price .table-wrap {
  position: relative;
}
@media (max-width: 767px) {
  #add-page .cnt-price .table-wrap:after {
    display: block;
    padding-top: 7px;
    content: "表は横にスクロールできます。";
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  #add-page .cnt-price .table-wrap .table-scroll {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    /*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/
  }
  #add-page .cnt-price .table-wrap .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  #add-page .cnt-price .table-wrap .table-scroll::-webkit-scrollbar-track {
    background: #efefef;
  }
  #add-page .cnt-price .table-wrap .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
@media (max-width: 767px) {
  #add-page .cnt-price .table-wrap table {
    max-width: 1000px;
  }
}
#add-page .cnt-point .box-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  #add-page .cnt-point .box-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) {
  #add-page .cnt-point .box-point {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#add-page .cnt-point .box-point figure {
  text-align: center;
}
@media (max-width: 575px) {
  #add-page .cnt-point .box-point figure {
    max-width: 150px;
    margin: auto;
  }
}
@media (min-width: 576px) {
  #add-page .cnt-point .box-point figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px;
  }
}
@media (min-width: 992px) {
  #add-page .cnt-point .box-point figure {
    width: 15%;
  }
}
#add-page .cnt-point .box-point figure figcaption {
  display: block;
}
@media (max-width: 575px) {
  #add-page .cnt-point .box-point figure figcaption {
    padding-top: 5px;
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  #add-page .cnt-point .box-point figure figcaption {
    padding-top: 10px;
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  #add-page .cnt-point .box-point .txt {
    padding-top: 15px;
  }
}
@media (min-width: 576px) {
  #add-page .cnt-point .box-point .txt {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #add-page .cnt-point .box-point .txt {
    padding-left: 20px;
  }
}
#add-page .btn-contact {
  text-align: center;
}
@media (max-width: 767px) {
  #add-page .btn-contact {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #add-page .btn-contact {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  #add-page .btn-contact {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  #add-page .btn-contact form {
    display: inline-block;
  }
}
#add-page .btn-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ed3028;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 0px 0px #a1140e;
          box-shadow: 0px 5px 0px 0px #a1140e;
}
@media (max-width: 575px) {
  #add-page .btn-contact a {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  #add-page .btn-contact a {
    height: 70px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  #add-page .btn-contact a {
    height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  #add-page .btn-contact a {
    height: 100px;
    padding: 0 80px;
  }
}
#add-page .btn-contact a:hover {
  background: #f15d57;
}
#add-page .btn-contact i {
  margin-right: 10px;
}
@media (max-width: 575px) {
  #add-page .btn-contact i {
    width: 30px;
  }
}
@media (min-width: 576px) {
  #add-page .btn-contact i {
    width: 40px;
  }
}
@media (min-width: 768px) {
  #add-page .btn-contact i {
    width: 50px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  #add-page .btn-contact i {
    width: 60px;
    margin-right: 20px;
  }
}
#add-page .btn-contact svg {
  width: 100%;
  fill: #fff;
}
#add-page .btn-contact span {
  font-weight: 700;
  text-align: left;
}
@media (max-width: 575px) {
  #add-page .btn-contact span {
    letter-spacing: 0;
  }
}
@media (min-width: 576px) {
  #add-page .btn-contact span {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #add-page .btn-contact span {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #add-page .btn-contact span {
    font-size: 1.5rem;
  }
}
#add-page .btn-contact small {
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
@media (max-width: 575px) {
  #add-page .btn-contact small {
    display: none;
  }
}
@media (min-width: 768px) {
  #add-page .btn-contact small {
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  #add-page .btn-contact small {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #add-page .cnt-relation .btn-link {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #add-page .cnt-relation .btn-link {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  #add-page .cnt-relation .btn-link {
    padding-top: 20px;
  }
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* =========================================================
 railway page
========================================================= */
#railway-page .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 575px) {
  #railway-page .gallery {
    margin-bottom: -10px;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) {
  #railway-page .gallery {
    margin-bottom: -15px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #railway-page .gallery {
    margin-bottom: -20px;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #railway-page .gallery li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
  #railway-page .gallery li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #railway-page .gallery li {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #railway-page .gallery li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #railway-page .gallery li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #railway-page .gallery li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#railway-page .station-list {
  margin-bottom: -15px;
  font-size: 0;
}
#railway-page .station-list li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: 1px solid #b9cadf;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 575px) {
  #railway-page .station-list li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
#railway-page .station-list li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
#railway-page .station-list a:hover {
  color: #2c3cba;
  text-decoration: none;
}

/* =========================================================
/*  station-add page
========================================================= */
#station-add-page .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 576px) {
  #station-add-page .gallery {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  #station-add-page .gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #station-add-page .gallery {
    margin-bottom: -20px;
  }
}
@media (max-width: 575px) {
  #station-add-page .gallery li {
    margin-top: 15px;
  }
  #station-add-page .gallery li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  #station-add-page .gallery li {
    width: calc(50% - 7px);
    margin-top: 15px;
  }
  #station-add-page .gallery li:nth-of-type(1), #station-add-page .gallery li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #station-add-page .gallery li {
    width: calc(33.33333% - 10px);
    margin-right: 15px;
    margin-top: 15px;
  }
  #station-add-page .gallery li:nth-of-type(1), #station-add-page .gallery li:nth-of-type(2), #station-add-page .gallery li:nth-of-type(3) {
    margin-top: 0;
  }
  #station-add-page .gallery li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #station-add-page .gallery li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-top: 20px;
  }
  #station-add-page .gallery li:nth-of-type(1), #station-add-page .gallery li:nth-of-type(2), #station-add-page .gallery li:nth-of-type(3), #station-add-page .gallery li:nth-of-type(4) {
    margin-top: 0;
  }
  #station-add-page .gallery li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  #station-add-page .period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  #station-add-page .period dt, #station-add-page .period dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#station-add-page .period dt {
  background: #2c3cba;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 575px) {
  #station-add-page .period dt {
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 576px) {
  #station-add-page .period dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 9em;
    padding: 15px 0;
    border-radius: 4px 0 0 4px;
  }
}
#station-add-page .period dd {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: 1px solid #b9cadf;
}
@media (max-width: 575px) {
  #station-add-page .period dd {
    padding: 10px;
    border-top: none;
  }
}
@media (min-width: 576px) {
  #station-add-page .period dd {
    padding: 15px;
    border-left: none;
  }
}
@media (min-width: 576px) {
  #station-add-page .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #station-add-page .feature-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#station-add-page .feature-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
  border: 4px solid #2c3cba;
  border-radius: 6px;
}
@media (max-width: 575px) {
  #station-add-page .feature-list dl {
    margin-top: 50px;
    padding: 3rem 1rem 2rem;
  }
  #station-add-page .feature-list dl:last-child {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  #station-add-page .feature-list dl {
    width: 48.5938%;
    margin-top: 60px;
    padding: 2.5rem 1.5rem;
  }
  #station-add-page .feature-list dl:nth-of-type(1), #station-add-page .feature-list dl:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  #station-add-page .feature-list dl {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  #station-add-page .feature-list dl {
    width: calc(33.33333% - 20px);
    margin: 80px 0 0;
    margin-right: 30px;
    padding: 3rem 2rem 2rem;
    font-size: 1.125rem;
  }
  #station-add-page .feature-list dl:nth-of-type(1), #station-add-page .feature-list dl:nth-of-type(2), #station-add-page .feature-list dl:nth-of-type(3) {
    margin-top: 40px;
  }
  #station-add-page .feature-list dl:nth-child(3n) {
    margin-right: 0;
  }
}
#station-add-page .feature-list dl:after {
  position: absolute;
  right: 5%;
  bottom: -30px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #2c3cba transparent transparent transparent;
}
#station-add-page .feature-list dt {
  position: absolute;
  top: -40px;
  left: 4%;
  width: 70px;
  height: 70px;
}
#station-add-page .feature-list dt i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#station-add-page .feature-list dt span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 12%;
  padding-right: 4%;
  color: #2c3cba;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  z-index: 10;
  letter-spacing: 0;
}
#station-add-page .feature-list dd {
  text-align: center;
}
@media (min-width: 576px) {
  #station-add-page .reco-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#station-add-page .reco-list .item {
  border: 1px solid #b9cadf;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 575px) {
  #station-add-page .reco-list .item {
    margin-bottom: 1.25rem;
    padding: 15px;
  }
  #station-add-page .reco-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  #station-add-page .reco-list .item {
    width: 48.5938%;
    margin-bottom: 1.5rem;
    padding: 20px;
  }
  #station-add-page .reco-list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #station-add-page .reco-list .item {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  #station-add-page .reco-list .item {
    width: calc(33.33333% - 20px);
    margin: 0;
    padding: 30px;
    font-size: 1.125rem;
  }
}
#station-add-page .reco-list .item i {
  display: block;
  max-width: 130px;
  margin: 0 auto 1rem;
}
#station-add-page .cnt-price th, #station-add-page .cnt-price td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #station-add-page .cnt-price th, #station-add-page .cnt-price td {
    white-space: nowrap;
  }
}
#station-add-page .cnt-price th.nw, #station-add-page .cnt-price td.nw {
  white-space: nowrap;
}
#station-add-page .cnt-price td small {
  font-size: 80%;
}

/* =========================================================
/*  case page
========================================================= */
@media (max-width: 575px) {
  #case-page p + .case-list {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  #case-page p + .case-list {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #case-page p + .case-list {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  #case-page .slider-wrap {
    padding-top: 30px;
  }
}
@media (min-width: 576px) {
  #case-page .slider-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  #case-page .slider-wrap {
    padding-top: 50px;
  }
}
#case-page .slider-wrap ul {
  margin: 0;
}
#case-page .slider-wrap .slider {
  margin: auto;
}
@media (max-width: 991px) {
  #case-page .slider-wrap .slider {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  #case-page .slider-wrap .slider {
    max-width: 800px;
  }
}
#case-page .slider-wrap .slider span {
  display: block;
  padding: 10px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #case-page .slider-wrap .slider span {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  #case-page .slider-wrap .slider span {
    font-size: 0.75rem;
  }
}
#case-page .slider-wrap .thumb {
  font-size: 0;
  text-align: center;
}
#case-page .slider-wrap .thumbnail-item {
  position: relative;
  display: inline-block;
  width: 80px;
  margin-top: 10px;
  margin-right: 5px;
}
#case-page .slider-wrap .thumbnail-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #case-page .slider-wrap .thumbnail-item {
    width: 60px;
  }
}
#case-page .slider-wrap .thumbnail-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
#case-page .slider-wrap .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
#case-page .case-detail h2 {
  text-align: center;
}
@media (max-width: 575px) {
  #case-page .case-detail h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  #case-page .case-detail h2 {
    margin-bottom: 15px;
  }
}
#case-page .case-detail .case-info {
  margin: 0;
}
@media (max-width: 575px) {
  #case-page .case-detail .case-info {
    text-align: center;
  }
}
@media (min-width: 576px) {
  #case-page .case-detail .case-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#case-page .case-detail .case-info dt, #case-page .case-detail .case-info dd {
  line-height: 1;
}
#case-page .case-detail .case-info .cat {
  background: #e9eef4;
  padding: 5px 10px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #case-page .case-detail .case-info .cat {
    margin-top: 10px;
    display: inline-block;
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  #case-page .case-detail .case-info .cat {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #case-page .case-detail .case-info .cat {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  #case-page .case-detail .case-info .cat {
    font-size: 0.812rem;
  }
}
@media (min-width: 992px) {
  #case-page .case-detail .case-info .cat {
    padding: 7px 15px;
  }
}

/* =========================================================
/*  info page
========================================================= */
@media (min-width: 768px) {
  #info-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#info-page .container:not(.cnt-archive) {
  max-width: 1080px;
}
#info-page .main {
  width: 100%;
}
@media (min-width: 768px) {
  #info-page .main {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  #info-page .main {
    padding-right: 50px;
  }
}
@media (min-width: 576px) {
  #info-page .main .info-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  #info-page .main .info-archive .item {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  #info-page .main .info-archive .item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 30px;
  }
  #info-page .main .info-archive .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #info-page .main .info-archive .item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 40px;
  }
}
#info-page .main .info-archive a {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #2c3cba;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width: 575px) {
  #info-page .main .info-archive a {
    display: block;
  }
}
@media (min-width: 576px) {
  #info-page .main .info-archive a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#info-page .main .info-archive a:hover figure:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(44, 60, 186, 0.2);
}
#info-page .main .info-archive a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#info-page .main .info-archive figure {
  overflow: hidden;
  position: relative;
}
#info-page .main .info-archive img {
  -webkit-transition: all  0.5s;
  transition: all  0.5s;
}
#info-page .main .info-archive dl {
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  #info-page .main .info-archive dl {
    padding: 30px 20px 25px;
  }
}
@media (min-width: 768px) {
  #info-page .main .info-archive dl {
    padding: 35px 25px 35px;
  }
}
@media (min-width: 992px) {
  #info-page .main .info-archive dl {
    padding: 40px 25px 40px;
  }
}
#info-page .main .info-archive dt {
  font-weight: 700;
}
@media (min-width: 992px) {
  #info-page .main .info-archive dt {
    font-size: 1.125rem;
  }
}
#info-page .main .info-archive dd {
  position: absolute;
  top: 0;
  display: inline-block;
  margin-top: 12px;
  padding: 0 15px;
  background: #2c3cba;
  color: #fff;
}
@media (max-width: 767px) {
  #info-page .main .info-archive dd {
    left: 20px;
    margin-top: -11px;
    border-radius: 11px;
    font-size: 0.687rem;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  #info-page .main .info-archive dd {
    left: 25px;
    margin-top: -13px;
    border-radius: 13px;
    font-size: 0.75rem;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  #info-page .main .info-archive dd {
    margin-top: -15px;
    padding: 0 20px;
    font-size: 0.812rem;
    line-height: 30px;
    border-radius: 15px;
  }
}
#info-page .main article h2 {
  position: relative;
  padding: 8px 16px;
  background: #e9eef4;
  border-radius: 6px;
}
@media (max-width: 575px) {
  #info-page .main article h2 {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  #info-page .main article h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #info-page .main article h2 {
    margin-bottom: 50px;
    padding: 20px;
    font-size: 1.5rem;
  }
}
#info-page .main article h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #e9eef4;
}
#info-page .main article p {
  margin-bottom: 2em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #info-page aside {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
  }
}
@media (min-width: 992px) {
  #info-page aside {
    width: 300px;
  }
}
#info-page aside h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #2c3cba;
  font-size: 1rem;
}
@media (max-width: 575px) {
  #info-page aside .cat-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  #info-page aside .cat-list {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #info-page aside .cat-list {
    margin-bottom: 50px;
  }
}
#info-page aside .cat-list li {
  border-bottom: 1px solid rgba(185, 202, 223, 0.5);
  line-height: 1;
}
#info-page aside .cat-list a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 20px;
}
#info-page aside .cat-list a:before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #2c3cba;
  border-right: 2px solid #2c3cba;
}
#info-page aside .cat-list a:hover {
  color: #2c3cba;
}
@media (max-width: 767px) {
  #info-page aside .info-list {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  #info-page aside .info-list {
    padding: 10px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #info-page aside .info-list {
    padding: 15px 0;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  #info-page aside .info-list {
    padding: 20px 0;
  }
}

#info-page aside .info-list .item {
  border-bottom: 1px solid rgba(185, 202, 223, 0.5);
}
@media (max-width: 767px) {
  #info-page aside .info-list .item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #info-page aside .info-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #info-page aside .info-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
#info-page aside .info-list a {
  background: none;
}
@media (max-width: 575px) {
  #info-page aside .info-list a {
    padding: 10px 0;
  }
}
@media (min-width: 576px) {
  #info-page aside .info-list a {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  #info-page aside .info-list a {
    padding: 20px 0;
  }
}
#info-page aside .info-list a:hover dt {
  color: #2c3cba;
}
#info-page aside .info-list figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 575px) {
  #info-page aside .info-list figure {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 576px) {
  #info-page aside .info-list figure {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #info-page aside .info-list figure {
    width: 100px;
    height: 100px;
  }
}
#info-page aside .info-list img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #info-page aside .info-list dl {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 768px) {
  #info-page aside .info-list dl {
    padding: 0 0 0 15px;
  }
}
#info-page aside .info-list dt {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  #info-page aside .info-list dt {
    font-size: 0.875rem;
  }
}
#info-page aside .info-list dd {
  padding: 0 15px;
  border: none;
  background: #f4f4f4;
}
@media (max-width: 767px) {
  #info-page aside .info-list dd {
    border-radius: 10px;
    font-size: 0.625rem;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  #info-page aside .info-list dd {
    border-radius: 11px;
    font-size: 0.687rem;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  #info-page aside .info-list dd {
    padding: 0 15px;
  }
}

/* =========================================================
/*  first page
========================================================= */
@media (min-width: 576px) {
  #first-page .container .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#first-page .container .point-list .item {
  position: relative;
  text-align: center;
  border: 3px solid #2c3cba;
  border-radius: 6px;
}
@media (max-width: 575px) {
  #first-page .container .point-list .item {
    margin-top: 60px;
    padding: 60px 15px 15px;
  }
}
@media (min-width: 576px) {
  #first-page .container .point-list .item {
    width: calc(50% - 10px);
    margin-top: 80px;
    padding: 70px 20px 20px;
  }
}
@media (min-width: 768px) {
  #first-page .container .point-list .item {
    width: calc(50% - 15px);
    margin-top: 70px;
    padding: 80px 30px 30px;
  }
}
@media (min-width: 992px) {
  #first-page .container .point-list .item {
    width: calc(33.33333% - 20px);
  }
}
#first-page .container .point-list i {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2c3cba;
  color: #fff;
  font-weight: 700;
  border-radius: 100%;
}
@media (max-width: 575px) {
  #first-page .container .point-list i {
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
  }
}
@media (min-width: 576px) {
  #first-page .container .point-list i {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -60px);
            transform: translate(-50%, -60px);
  }
}
@media (min-width: 768px) {
  #first-page .container .point-list i {
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -70px);
            transform: translate(-50%, -70px);
  }
}
#first-page .container .point-list i small {
  margin-bottom: 3px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 575px) {
  #first-page .container .point-list i small {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  #first-page .container .point-list i small {
    font-size: 0.875rem;
  }
}
#first-page .container .point-list i span {
  line-height: 1;
}
@media (max-width: 575px) {
  #first-page .container .point-list i span {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  #first-page .container .point-list i span {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  #first-page .container .point-list i span {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #first-page .container .point-list i span {
    font-size: 3.125rem;
  }
}
#first-page .container .point-list i:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  content: "";
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #2c3cba transparent transparent transparent;
}
@media (max-width: 575px) {
  #first-page .container .point-list i:after {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
  }
}
#first-page .container .point-list h3 {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 3px dotted #2c3cba;
  background: none;
}
@media (max-width: 575px) {
  #first-page .container .point-list h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  #first-page .container .point-list h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  #first-page .container .point-list h3 {
    font-size: 1.5rem;
  }
}

/* =========================================================
/*  company page
========================================================= */
#company-page .container {
  max-width: 1080px;
}

/* =========================================================
/*  privacy page
========================================================= */
#privacy-page .container {
  max-width: 1080px;
}
#privacy-page .for-contact {
  border: 1px solid #b9cadf;
}
@media (max-width: 575px) {
  #privacy-page .for-contact {
    padding: 15px;
  }
}
@media (min-width: 576px) {
  #privacy-page .for-contact {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #privacy-page .for-contact {
    padding: 30px;
  }
}
#privacy-page .for-contact dt {
  color: #2c3cba;
  font-weight: 700;
}

/* =========================================================
/*  contact page
========================================================= */
#contact-page .container {
  max-width: 1000px;
}
#contact-page .contents .for-tel {
  margin-bottom: 0;
  text-align: center;
}
#contact-page .contents .for-tel dt {
  margin-bottom: 1em;
}
#contact-page .contents .for-tel dd {
  color: #2c3cba;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 575px) {
  #contact-page .contents .for-tel dd {
    font-size: 12.5vw;
  }
}
@media (min-width: 576px) {
  #contact-page .contents .for-tel dd {
    font-size: 8vw;
  }
}
@media (min-width: 768px) {
  #contact-page .contents .for-tel dd {
    font-size: 6vw;
  }
}
@media (min-width: 992px) {
  #contact-page .contents .for-tel dd {
    font-size: 3.75rem;
  }
}
#contact-page .contents form {
  width: 100%;
}
#contact-page .contents form #mfp_confirm_table {
  width: 100%;
  margin-top: 20px;
}
#contact-page .contents form dt, #contact-page .contents form dd {
  font-size: 1rem;
  line-height: 1;
}
#contact-page .contents form dt {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 575px) {
  #contact-page .contents form dt {
    margin-top: 40px;
  }
}
@media (min-width: 576px) {
  #contact-page .contents form dt {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #contact-page .contents form dt {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #contact-page .contents form dt {
    margin-top: 70px;
    font-size: 1.25rem;
  }
}
#contact-page .contents form dt:first-child {
  margin-top: 0;
}
#contact-page .contents form dt span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  background: #ed3028;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  text-indent: 0;
  border-radius: 4px;
  line-height: 1;
}
#contact-page .contents form dd {
  padding: 0;
}
#contact-page .contents form dd .mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0 0 0 17px;
  color: #ed3028;
  font-weight: 700;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 0px center;
}
@media (max-width: 575px) {
  #contact-page .contents form dd .mfp_err {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  #contact-page .contents form dd .mfp_err {
    font-size: 0.812rem;
  }
}
#contact-page .contents form dd input[type="text"], #contact-page .contents form dd input[type="tel"], #contact-page .contents form dd input[type="email"], #contact-page .contents form dd textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px rgba(185, 202, 223, 0.5);
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100% !important;
  border-radius: 4px;
  outline: none;
}
@media (max-width: 575px) {
  #contact-page .contents form dd input[type="text"], #contact-page .contents form dd input[type="tel"], #contact-page .contents form dd input[type="email"], #contact-page .contents form dd textarea {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  #contact-page .contents form dd input[type="text"], #contact-page .contents form dd input[type="tel"], #contact-page .contents form dd input[type="email"], #contact-page .contents form dd textarea {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  #contact-page .contents form dd input[type="text"], #contact-page .contents form dd input[type="tel"], #contact-page .contents form dd input[type="email"], #contact-page .contents form dd textarea {
    padding: 20px;
  }
}
#contact-page .contents form dd .radio, #contact-page .contents form dd .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#contact-page .contents form dd .radio input, #contact-page .contents form dd .checkbox input {
  display: none;
}
#contact-page .contents form dd .radio:hover, #contact-page .contents form dd .checkbox:hover {
  color: #2c3cba;
}
#contact-page .contents form dd .radio:hover i:before, #contact-page .contents form dd .checkbox:hover i:before {
  border: 1px solid #2c3cba;
}
#contact-page .contents form dd .radio.mfp_checked, #contact-page .contents form dd .checkbox.mfp_checked {
  color: #2c3cba;
  font-weight: 700;
}
#contact-page .contents form dd .radio.mfp_checked i:before, #contact-page .contents form dd .checkbox.mfp_checked i:before {
  border: 1px solid #2c3cba;
}
#contact-page .contents form dd .radio.mfp_checked i:after, #contact-page .contents form dd .checkbox.mfp_checked i:after {
  opacity: 1;
}
#contact-page .contents form dd .radio i, #contact-page .contents form dd .checkbox i {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#contact-page .contents form dd .radio i:before, #contact-page .contents form dd .radio i:after, #contact-page .contents form dd .checkbox i:before, #contact-page .contents form dd .checkbox i:after {
  display: block;
  content: "";
  border-radius: 100%;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
#contact-page .contents form dd .radio i:before, #contact-page .contents form dd .checkbox i:before {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border: solid 1px rgba(185, 202, 223, 0.5);
}
#contact-page .contents form dd .radio i:after, #contact-page .contents form dd .checkbox i:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #2c3cba;
}
#contact-page .contents form dd ol {
  position: relative;
  margin-top: -15px;
}
@media (min-width: 576px) {
  #contact-page .contents form dd ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contact-page .contents form dd li {
  margin-top: 15px;
}
@media (min-width: 576px) {
  #contact-page .contents form dd li {
    margin-right: 30px;
  }
}
#contact-page .contents .cnt-thanks {
  text-align: center;
}
#contact-page .contents .cnt-thanks p {
  margin-bottom: 1em;
  text-align: center;
  line-height: 2;
}
#contact-page .contents #mfp_phase_confirm h4 {
  border: none;
}
@media (min-width: 576px) {
  #contact-page .contents #mfp_phase_confirm h4 {
    font-size: 1.25rem;
  }
}
#contact-page .contents #mfp_phase_confirm dl {
  margin: 0;
  border-bottom: 1px dotted #b9cadf;
}
@media (max-width: 767px) {
  #contact-page .contents #mfp_phase_confirm dl {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  #contact-page .contents #mfp_phase_confirm dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  #contact-page .contents #mfp_phase_confirm dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  #contact-page .contents #mfp_phase_confirm dl dd {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
#contact-page .contents #button, #contact-page .contents .mfp_buttons {
  text-align: center;
}
@media (min-width: 768px) {
  #contact-page .contents #button, #contact-page .contents .mfp_buttons {
    margin: 50px 180px 0;
  }
}
@media (max-width: 767px) {
  #contact-page .contents #button, #contact-page .contents .mfp_buttons {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  #contact-page .contents #button, #contact-page .contents .mfp_buttons {
    margin-top: 0;
  }
}
#contact-page .contents #button li, #contact-page .contents .mfp_buttons li {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #contact-page .contents #button li, #contact-page .contents .mfp_buttons li {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
#contact-page .contents #button button, #contact-page .contents .mfp_buttons button {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  border: none;
  background: #2c3cba;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#contact-page .contents #button button:hover, #contact-page .contents .mfp_buttons button:hover {
  opacity: 0.8;
}
#contact-page .contents .mfp_buttons {
  padding: 0;
}
#contact-page .contents .mfp_buttons:after {
  content: " ";
  display: block;
  clear: both;
}
#contact-page .contents .mfp_buttons button {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #contact-page .contents .mfp_buttons button {
    width: 100%;
    margin-top: 30px;
  }
}
#contact-page .contents .mfp_buttons #mfp_button_send {
  float: right;
}
#contact-page .contents .mfp_buttons #mfp_button_cancel {
  float: left;
}

/*  error page
========================================================= */
#error-page .pagetitle h1 {
  padding: 0;
  border: none;
}
#error-page .contents {
  text-align: center;
}
#error-page .contents h2 span {
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 959px) {
  #error-page #pagetitle h1 {
    padding: 0;
    border: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

@media print {
  * html body {
    zoom: .7;
  }
}
