@charset "UTF-8";
/*==================
 ▼ブレイクポイントのルール▼
*～786px
*1024px～

 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/
/*------------------------------------------------------
　リセット
-------------------------------------------------------*/
/* 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;
  min-width: 320px;
  margin: 0 auto;
  background: #F3F6F9; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 960px; } }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 66px; } }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

hr {
  margin: 2em 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  height: 1px;
  border-top: 0; }
  hr.clearHidden {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

iframe {
  vertical-align: bottom; }

/*------------------------------------------------------
　基本設定
-------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-position: center;
  width: 100%;
  background: #fff; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* リンク
-------------------------------------------------------*/
a {
  /*画像クリック時に半透明*/ }
  a:link {
    color: #0066CC;
    text-decoration: underline; }
  a:visited {
    color: #003399;
    text-decoration: underline; }
  a:hover {
    color: #0099CC;
    text-decoration: underline;
    font-weight: bold; }
  a:active {
    color: #0066CC;
    text-decoration: underline; }
  a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; }

/* フォント
-------------------------------------------------------*/
.font_red {
  color: #F80004; }
.font_blue {
  color: #00A4E9; }
.font_water {
  color: #6ebee5; }
.font_green {
  color: #0ECC00; }
.font_orange {
  color: #EF821D; }
.font_pink {
  color: #FF00CE; }
.font_gray {
  color: #666; }
.font_white {
  color: #fff; }
.font_black {
  color: #333; }
.font_brown {
  color: #6E3A17; }

.red {
  color: #EE1C25; }

.blue {
  color: #407797; }

.white {
  color: #fff; }

.black {
  color: #333; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

p.headspace {
  margin-left: 1em; }

p.indent10 {
  text-indent: 1em; }

p.starmark10 {
  margin-left: 1em;
  text-indent: -1em; }

ul.starmark {
  list-style: none; }

ul.starmark li {
  margin-left: 1em;
  text-indent: -1em; }

.font50 {
  font-size: 50%; }

.font60 {
  font-size: 60%; }

.font70 {
  font-size: 70%; }

.font80 {
  font-size: 80%; }

.font90 {
  font-size: 90%; }

.font100 {
  font-size: 100%; }

.font110 {
  font-size: 110%; }

.font120 {
  font-size: 120%; }

.font130 {
  font-size: 130%; }

.font140 {
  font-size: 140%; }

.font150 {
  font-size: 150%; }

.font160 {
  font-size: 160%; }

.font170 {
  font-size: 170%; }

.font180 {
  font-size: 180%; }

.font190 {
  font-size: 190%; }

.font200 {
  font-size: 200%; }

.font210 {
  font-size: 210%; }

.font220 {
  font-size: 220%; }

.font230 {
  font-size: 230%; }

.font240 {
  font-size: 240%; }

.font250 {
  font-size: 250%; }

.font260 {
  font-size: 260%; }

.font270 {
  font-size: 270%; }

.font280 {
  font-size: 280%; }

.font290 {
  font-size: 290%; }

.font300 {
  font-size: 300%; }

@media screen and (max-width: 768px) {
  .font110 {
    font-size: 105%; }

  .font120 {
    font-size: 110%; }

  .font130 {
    font-size: 115%; }

  .font140 {
    font-size: 120%; }

  .font150 {
    font-size: 125%; }

  .font160 {
    font-size: 130%; }

  .font170 {
    font-size: 135%; }

  .font180 {
    font-size: 140%; }

  .font190 {
    font-size: 145%; }

  .font200 {
    font-size: 150%; }

  .font210 {
    font-size: 155%; }

  .font220 {
    font-size: 160%; }

  .font230 {
    font-size: 165%; }

  .font240 {
    font-size: 170%; }

  .font250 {
    font-size: 175%; }

  .font260 {
    font-size: 180%; }

  .font270 {
    font-size: 185%; }

  .font280 {
    font-size: 190%; }

  .font290 {
    font-size: 195%; }

  .font300 {
    font-size: 200%; } }
.font95 {
  font-size: 95%; }

storong {
  font-weight: bold; }

@font-face {
  font-family: 'LemonBird';
  src: url(../font/LemonBird.otf); }
.font-yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.font-yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.font-mont {
  font-family: 'Montserrat', sans-serif; }

.font-note {
  font-family: 'Noto Sans JP', sans-serif; }

/* 文字ぞろえ
-------------------------------------------------------*/
.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

.textcenter-spleft {
  text-align: center; }
  @media screen and (max-width: 576px) {
    .textcenter-spleft {
      text-align: left; } }

@media screen and (max-width: 768px) {
  /*改行*/
  .br:before {
    content: "\a";
    white-space: pre; } }
/* スマホ切り替え
-------------------------------------------------------*/
.sp_alive {
  display: none; }

.pc_alive {
  display: block; }

@media screen and (max-width: 768px) {
  .sp_alive {
    display: block; }

  .pc_alive {
    display: none; } }
.sp_sm_alive {
  display: none; }

.pc_sm_alive {
  display: block; }

@media screen and (max-width: 574px) {
  .sp_sm_alive {
    display: block; }

  .pc_sm_alive {
    display: none; } }
/* 画像
-------------------------------------------------------*/
/*--画像に文字を回り込ませるとき--*/
.imgright {
  float: right;
  margin: 0 0 10px 10px; }

.imgleft {
  float: left;
  margin: 0 10px 5px 0; }

@media screen and (max-width: 768px) {
  .imgright {
    float: none;
    margin: 0 auto 0.5em;
    text-align: center; }

  .imgleft {
    float: none;
    margin: 0 auto 0.5em;
    text-align: center; } }
/*スマホ時も常に回り込ませる*/
.imgright_all {
  float: right;
  margin: 0 0 10px 10px; }

.imgleft_all {
  float: left;
  margin: 0 10px 5px 0; }

.att {
  padding-left: 1em;
  text-indent: -1em; }

/*------------------------------------------------------
　本文
-------------------------------------------------------*/
.text-box {
  padding: 0 2em; }

p:not([class]) {
  margin: 1em 0;
  line-height: 2; }

@media screen and (max-width: 1024px) {
  .text-box {
    padding: 0 2vw; } }
@media screen and (max-width: 576px) {
  .text-box {
    font-size: 14px; }

  p:not([class]) {
    font-size: 14px; } }
/*------------------------------------------------------
　画像
-------------------------------------------------------*/
.wp-block-image {
  margin: 1em 0; }

/*------------------------------------------------------
　カラム設定
-------------------------------------------------------*/
.wp-block-columns.is-style-justify {
  justify-content: space-between; }
.wp-block-columns.is-style-center {
  justify-content: center; }

/*------------------------------------------------------
　ファイルアイコン
-------------------------------------------------------*/
.page-content a:not([class]) {
  color: #0e52c2;
  /*&:visited{
  	color:#004edd;
  }*/ }
.page-content a[href$=".pdf"].icon:before {
  content: '';
  background: url("../img/common/fileicon/pdf.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.3;
  text-decoration: none !important;
  margin-right: 0.5em;
  vertical-align: middle; }
.page-content a[href$=".pdf"].icon.noicon:before {
  display: none; }
.page-content a[href$=".xls"].icon:before, .page-content a[href$=".xlsx"].icon:before {
  content: '';
  background: url("../img/common/fileicon/xls.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.3;
  text-decoration: none !important;
  margin-right: 0.5em;
  vertical-align: middle; }
.page-content a[href$=".xls"].icon.noicon:before, .page-content a[href$=".xlsx"].icon.noicon:before {
  display: none; }
.page-content a[href$=".doc"].icon:before, .page-content a[href$=".docx"].icon:before {
  content: '';
  background: url("../img/common/fileicon/doc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.3;
  text-decoration: none !important;
  margin-right: 0.5em;
  vertical-align: middle; }
.page-content a[href$=".doc"].icon.noicon:before, .page-content a[href$=".docx"].icon.noicon:before {
  display: none; }
.page-content a[href$=".ppt"].icon:before, .page-content a[href$=".pptx"].icon:before {
  content: '';
  background: url("../img/common/fileicon/ppt.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.3;
  text-decoration: none !important;
  margin-right: 0.5em;
  vertical-align: middle; }
.page-content a[href$=".ppt"].icon.noicon:before, .page-content a[href$=".pptx"].icon.noicon:before {
  display: none; }
.page-content a[target=_blank]:not(a[href$=".pdf"]):not(a[href$=".xls"]):not(a[href$=".xlsx"]):not(a[href$=".txt"]):not(a[href$=".pptx"]):not(a[href$=".doc"]):not(a[href$=".docx"]):not(a[href$=".ppt"]):not(a[href$=".zip"]):not(a[href$=".rar"]):not([class]):after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  /*background:url("../img/common/icon_blank.svg");*/
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5em; }
.page-content a[target=_blank]:not(a[href$=".pdf"]):not(a[href$=".xls"]):not(a[href$=".xlsx"]):not(a[href$=".txt"]):not(a[href$=".pptx"]):not(a[href$=".doc"]):not(a[href$=".docx"]):not(a[href$=".ppt"]):not(a[href$=".zip"]):not(a[href$=".rar"]):not([class]):hover {
  font-weight: normal;
  opacity: 0.7; }
.page-content a[target=_blank]:not(a[href$=".pdf"]):not(a[href$=".xls"]):not(a[href$=".xlsx"]):not(a[href$=".txt"]):not(a[href$=".pptx"]):not(a[href$=".doc"]):not(a[href$=".docx"]):not(a[href$=".ppt"]):not(a[href$=".zip"]):not(a[href$=".rar"]):not([class])[class*="btn-"]:after {
  display: none; }
.page-content a[target=_blank]:not(a[href$=".pdf"]):not(a[href$=".xls"]):not(a[href$=".xlsx"]):not(a[href$=".txt"]):not(a[href$=".pptx"]):not(a[href$=".doc"]):not(a[href$=".docx"]):not(a[href$=".ppt"]):not(a[href$=".zip"]):not(a[href$=".rar"]):not([class])[class*="btn-"]:hover {
  opacity: 1; }
.page-content a.blank:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  /*background:url("../img/common/icon_blank.svg");*/
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  float: left; }
.page-content a.blank-white:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/icon_blank_white.svg");
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  float: left; }
.page-content a[target=_blank]:not([class]).none:after {
  display: none !important; }

/*------------------------------------------------------
　ボタン
-------------------------------------------------------*/
.btn-more,
a.btn-more {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 3em;
  padding: 0.6em 2em;
  border: 2px solid #EF821D;
  background: #EF821D;
  min-width: 260px;
  margin: auto;
  box-shadow: 3px 5px 0 #7b4b1f;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .btn-more,
    a.btn-more {
      font-size: 16px; } }
  .btn-more:hover,
  a.btn-more:hover {
    background: #fff;
    color: #EF821D;
    box-shadow: 3px 5px 0 rgba(123, 75, 31, 0); }

.btn-pdf,
a.btn-pdf {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  padding: 0.5em 3em 0.5em 2em;
  background-color: #f44;
  background-image: url(../img/temp/icon-file.svg);
  background-position: center right 1em;
  background-repeat: no-repeat;
  background-size: 1.5em;
  min-width: 140px;
  margin: auto; }
  .btn-pdf:hover,
  a.btn-pdf:hover {
    background-color: #EF821D; }

.float_right {
  float: right; }

.float_center {
  margin-left: auto;
  margin-right: auto; }

.float_left {
  float: left; }

/*------------------------------------------------------
　スペース
-------------------------------------------------------*/
/*padding*/
.pd5 {
  padding: 5px; }

.pd10 {
  padding: 10px; }

.pd20 {
  padding: 20px; }

.pd30 {
  padding: 30px; }

.pl05 {
  padding-left: 0.5em; }

.pl1 {
  padding-left: 1em; }

/*上下*/
.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.mt05 {
  margin-top: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.mt10 {
  margin-top: 1em; }

.mb10 {
  margin-bottom: 1em; }

.mt20 {
  margin-top: 2em; }

.mb20 {
  margin-bottom: 2em; }

.mt30 {
  margin-top: 3em; }

.mb30 {
  margin-bottom: 3em; }

.mt40 {
  margin-top: 4em; }

.mb40 {
  margin-bottom: 4em; }

.mt50 {
  margin-top: 5em; }

.mb50 {
  margin-bottom: 5em; }

.mt60 {
  margin-top: 6em; }

.mb60 {
  margin-bottom: 6em; }

.mt70 {
  margin-top: 7em; }

.mb70 {
  margin-bottom: 7em; }

.mt80 {
  margin-top: 8em; }

.mb80 {
  margin-bottom: 8em; }

.mt90 {
  margin-top: 9em; }

.mb90 {
  margin-bottom: 9em; }

.mt100 {
  margin-top: 10em; }

.mb100 {
  margin-bottom: 10em; }

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 0.5em; }

  .mb10 {
    margin-bottom: 0.5em; }

  .mt20 {
    margin-top: 1em; }

  .mb20 {
    margin-bottom: 1em; }

  .mt30 {
    margin-top: 1.5em; }

  .mb30 {
    margin-bottom: 1.5em; }

  .mt40 {
    margin-top: 2em; }

  .mb40 {
    margin-bottom: 2em; }

  .mt50 {
    margin-top: 2.5em; }

  .mb50 {
    margin-bottom: 2.5em; }

  .mt60 {
    margin-top: 3em; }

  .mb60 {
    margin-bottom: 3em; }

  .mt70 {
    margin-top: 3.5em; }

  .mb70 {
    margin-bottom: 3.5em; }

  .mt80 {
    margin-top: 4em; }

  .mb80 {
    margin-bottom: 4em; }

  .mt90 {
    margin-top: 4.5em; }

  .mb90 {
    margin-bottom: 4.5em; }

  .mt100 {
    margin-top: 5em; }

  .mb100 {
    margin-bottom: 5em; }

  h2.mt10, h3.mt10, h4.mt10, h5.mt10, h6.mt10 {
    margin-top: 1em; }
  h2.mb10, h3.mb10, h4.mb10, h5.mb10, h6.mb10 {
    margin-bottom: 1em; }
  h2.mt20, h3.mt20, h4.mt20, h5.mt20, h6.mt20 {
    margin-top: 2em; }
  h2.mb20, h3.mb20, h4.mb20, h5.mb20, h6.mb20 {
    margin-bottom: 2em; }
  h2.mt30, h3.mt30, h4.mt30, h5.mt30, h6.mt30 {
    margin-top: 3em; }
  h2.mb30, h3.mb30, h4.mb30, h5.mb30, h6.mb30 {
    margin-bottom: 3em; }
  h2.mt40, h3.mt40, h4.mt40, h5.mt40, h6.mt40 {
    margin-top: 4em; }
  h2.mb40, h3.mb40, h4.mb40, h5.mb40, h6.mb40 {
    margin-bottom: 4em; }
  h2.mt50, h3.mt50, h4.mt50, h5.mt50, h6.mt50 {
    margin-top: 5em; }
  h2.mb50, h3.mb50, h4.mb50, h5.mb50, h6.mb50 {
    margin-bottom: 5em; }
  h2.mt60, h3.mt60, h4.mt60, h5.mt60, h6.mt60 {
    margin-top: 6em; }
  h2.mb60, h3.mb60, h4.mb60, h5.mb60, h6.mb60 {
    margin-bottom: 6em; }
  h2.mt70, h3.mt70, h4.mt70, h5.mt70, h6.mt70 {
    margin-top: 7em; }
  h2.mb70, h3.mb70, h4.mb70, h5.mb70, h6.mb70 {
    margin-bottom: 7em; }
  h2.mt80, h3.mt80, h4.mt80, h5.mt80, h6.mt80 {
    margin-top: 8em; }
  h2.mb80, h3.mb80, h4.mb80, h5.mb80, h6.mb80 {
    margin-bottom: 8em; }
  h2.mt90, h3.mt90, h4.mt90, h5.mt90, h6.mt90 {
    margin-top: 9em; }
  h2.mb90, h3.mb90, h4.mb90, h5.mb90, h6.mb90 {
    margin-bottom: 9em; }
  h2.mt100, h3.mt100, h4.mt100, h5.mt100, h6.mt100 {
    margin-top: 10em; }
  h2.mb100, h3.mb100, h4.mb100, h5.mb100, h6.mb100 {
    margin-bottom: 10em; } }
/* clearfix
-------------------------------------------------------*/
.clearfix {
  min-height: 1px;
  /*IE6、7対策*/ }
  .clearfix:after {
    /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/ }

@media screen and (max-width: 768px) {
  .mymap iframe {
    height: 300px; } }
/*------------------------------------------------------
　iframe
-------------------------------------------------------*/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.height-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.height-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

/*------------------------------------------------------
　フェードイン設定
-------------------------------------------------------*/
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1.2s, visibility 1.2s, transform 1.2s; }

/* フェードイン時に入るクラス */
.fadein-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1200px; }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-2-5, .col-md-2-5, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-1-5 {
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
@media print {
  .body {
    width: 1024px !important; }

  .box_content {
    width: 1024px !important; }

  .container {
    width: 1024px !important; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .visible-xs {
    display: none !important; }

  .hidden-xs {
    display: block !important; }

  table.hidden-xs {
    display: table; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; }

  .hidden-xs.hidden-print {
    display: none !important; }

  .hidden-sm {
    display: none !important; }

  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media print {
  .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; }

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/*------------------------------------------------------
　header
-------------------------------------------------------*/
#header {
  /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  padding: 20px;
  min-width: 960px; }
  @media screen and (max-width: 768px) {
    #header {
      position: fixed;
      left: 0;
      top: 0;
      padding: 12px 0;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  #header .inner {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
    margin: auto;
    max-width: 1600px;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #header .inner {
        width: auto; } }
    #header .inner .header-logo {
      width: 200px;
      font-size: 28px;
      font-weight: bold; }
      #header .inner .header-logo h1 {
        margin: 0;
        font-size: 28px; }
        #header .inner .header-logo h1 img {
          vertical-align: bottom; }
          @media screen and (max-width: 768px) {
            #header .inner .header-logo h1 img {
              width: 150px; } }
      #header .inner .header-logo a {
        display: block;
        text-decoration: none;
        color: #006F6F; }
    #header .inner .header-contact {
      width: 33%;
      padding: 0 10px; }
      @media screen and (max-width: 768px) {
        #header .inner .header-contact {
          display: none; } }
      #header .inner .header-contact a.btn-header-contact {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        border-radius: 0.5em;
        border: 3px solid #EF821D;
        padding: 0.6em 0em;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all  0.25s;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        #header .inner .header-contact a.btn-header-contact.mail {
          background-color: #EF821D; }
        #header .inner .header-contact a.btn-header-contact.dl {
          color: #EF821D;
          background-color: #fff; }
        #header .inner .header-contact a.btn-header-contact:hover {
          opacity: 0.85; }
          #header .inner .header-contact a.btn-header-contact:hover.mail {
            color: #EF821D;
            background-color: #fff; }
          #header .inner .header-contact a.btn-header-contact:hover.dl {
            color: #fff;
            background-color: #EF821D; }
    #header .inner .header-nav {
      width: 100%;
      display: flex;
      padding: 0;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        #header .inner .header-nav {
          display: none; } }
  @media screen and (max-width: 768px) {
    #header .header-nav {
      display: none; } }
  @media screen and (max-width: 768px) {
    #header .header-tel {
      display: none; } }

.spnav-open {
  position: fixed; }

/*------------------------------------------------------
　ページタイトル
-------------------------------------------------------*/
.page-title {
  position: relative;
  background: url("../img/common/bg.webp"), #407797;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .page-title h1 {
    padding: 2em 10px;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #fff; }

@media screen and (max-width: 768px) {
  .page-content {
    padding-left: 2%;
    padding-right: 2%; } }

/*------------------------------------------------------
　フッター
-------------------------------------------------------*/
footer {
  position: relative; }
  footer .footer-contact {
    padding: 50px 0;
    background: url("../img/common/bg.webp"), #407797;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    footer .footer-contact p {
      color: #fff; }
    footer .footer-contact .contact-wrap {
      border-radius: 7px;
      background: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      margin: 10px;
      padding: 7px; }
      footer .footer-contact .contact-wrap .inner {
        padding: 15px;
        border-radius: 5px;
        border: 2px solid #407797; }
        footer .footer-contact .contact-wrap .inner > span {
          background: #41acbb;
          color: #fff;
          font-weight: bold;
          padding: 0.3em 1em;
          font-size: 25px;
          transform: rotate(-5deg);
          display: inline-block;
          margin-left: -35px;
          margin-top: -1em; }
          footer .footer-contact .contact-wrap .inner > span.double {
            margin-left: 20px; }
          @media screen and (max-width: 1024px) {
            footer .footer-contact .contact-wrap .inner > span {
              font-size: 20px; } }
          @media screen and (max-width: 768px) {
            footer .footer-contact .contact-wrap .inner > span {
              font-size: 18px;
              margin-left: -35px;
              margin-top: -20px; }
              footer .footer-contact .contact-wrap .inner > span.double {
                margin-left: 10px; } }
        footer .footer-contact .contact-wrap .inner .inner-content {
          padding: 20px; }
          @media screen and (max-width: 768px) {
            footer .footer-contact .contact-wrap .inner .inner-content {
              padding: 8px; } }
          footer .footer-contact .contact-wrap .inner .inner-content p {
            color: #222;
            margin-bottom: 0; }
    footer .footer-contact .btn-orange {
      display: block;
      border-radius: 4em;
      text-align: center;
      /* padding: 1em; */
      text-decoration: none;
      font-weight: bold;
      background: #EF821D;
      color: #fff;
      display: flex;
      height: 3.5em;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      position: relative;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s; }
      @media screen and (max-width: 768px) {
        footer .footer-contact .btn-orange {
          font-size: 16px; } }
      footer .footer-contact .btn-orange:hover {
        background: #407797;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0); }
      footer .footer-contact .btn-orange span {
        position: absolute;
        border-radius: 50%;
        width: 3.5em;
        border: 2px solid #ea5504;
        color: #ea5504;
        background: #ffe178;
        height: 3.5em;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 0 3px #ffe178;
        transform: rotate(-15deg);
        right: -0.5em;
        top: -1.5em; }
        @media screen and (max-width: 768px) {
          footer .footer-contact .btn-orange span {
            top: -2.5em; } }
      footer .footer-contact .btn-orange img {
        width: 2em;
        margin-right: 0.5em; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .footer-contact-sub {
    padding: 0 5%; }

.footer-nav-wrap {
  padding: 3em 0 3em 0; }
  @media screen and (max-width: 768px) {
    .footer-nav-wrap {
      font-size: 14px;
      padding: 2em 0 2em 0; } }

ul.footer-nav {
  padding-left: 1.7em; }
  ul.footer-nav li {
    list-style: disc;
    margin-bottom: 0.5em;
    font-size: 0.8em; }
    ul.footer-nav li a {
      color: #111;
      margin-right: 2em; }
  ul.footer-nav a {
    text-decoration: none;
    color: #111; }
  @media screen and (max-width: 768px) {
    ul.footer-nav {
      display: none; } }

dl.org-details {
  color: #111; }
  dl.org-details dt {
    margin-bottom: 1em;
    color: #111; }
    dl.org-details dt a {
      color: #fff;
      text-decoration: none;
      font-size: 110%; }
  @media screen and (max-width: 768px) {
    dl.org-details {
      text-align: center; } }
  dl.org-details dd {
    color: #111;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      dl.org-details dd {
        font-size: 11px; } }

p.copyright {
  text-align: center;
  color: #111;
  padding: 1em 10px;
  margin: 0 auto;
  font-size: 90%;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    p.copyright {
      font-size: 10px;
      text-align: center; } }

/*------------------------------------------------------
　グローバルメニュー PC共通
-------------------------------------------------------*/
nav.globalnavi {
  width: 100%;
  overflow: hidden; }
  nav.globalnavi > ul {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    nav.globalnavi > ul > li {
      list-style: none;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s;
      position: relative; }
      nav.globalnavi > ul > li:before {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 1.6em;
        top: 0.7em;
        right: 0;
        z-index: 1; }
      nav.globalnavi > ul > li:first-child:after {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 2em;
        top: 0.7em;
        left: 0;
        z-index: 1; }
      nav.globalnavi > ul > li > a {
        height: 3.5em;
        padding: 0 1em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        text-decoration: none;
        color: #222;
        font-weight: bold;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all  0.25s;
        position: relative;
        z-index: 0;
        line-height: 1.2em; }
        @media screen and (max-width: 1024px) {
          nav.globalnavi > ul > li > a {
            font-size: 14px; } }
        nav.globalnavi > ul > li > a:hover {
          background: #fff8f1;
          color: #EF821D; }

/*------------------------------------------------------
　グローバルメニュー スマホ用
-------------------------------------------------------*/
nav.globalMenuSp {
  position: fixed;
  z-index: 999;
  top: 66px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 0;
  padding: 10px;
  transform: translateX(-100%);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  display: none;
  background: #fff;
  overflow-y: scroll;
  /* このクラスを、jQueryで付与・削除する */ }
  nav.globalMenuSp .site-search {
    margin-right: 20px; }
  nav.globalMenuSp ul.main-list {
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    border-top: 1px solid #eee; }
    nav.globalMenuSp ul.main-list li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #eee; }
      nav.globalMenuSp ul.main-list li:last-child {
        padding-bottom: 0; }
      nav.globalMenuSp ul.main-list li a {
        display: block;
        color: #222;
        padding: 1em 3em 1em 1em;
        text-decoration: none;
        position: relative;
        font-weight: bold; }
        nav.globalMenuSp ul.main-list li a:after {
          content: "";
          display: block;
          width: 0.5em;
          height: 0.5em;
          position: absolute;
          right: 1em;
          top: 50%;
          margin-top: -0.25em;
          transform: rotate(-45deg);
          border-right: 2px solid #EF821D;
          border-bottom: 2px solid #EF821D; }
      nav.globalMenuSp ul.main-list li span {
        display: block;
        padding: 1em;
        cursor: pointer;
        color: #222; }
      nav.globalMenuSp ul.main-list li ul {
        margin-bottom: 0;
        padding-left: 3px;
        position: relative; }
        nav.globalMenuSp ul.main-list li ul:before {
          content: "";
          display: block;
          width: 3px;
          position: absolute;
          left: 0;
          top: 0px;
          bottom: 0;
          background: #EF821D; }
        nav.globalMenuSp ul.main-list li ul li {
          border-top: 1px dashed #e5e5e5;
          border-bottom: none; }
          nav.globalMenuSp ul.main-list li ul li a {
            text-align: left;
            padding: 1em;
            color: #222;
            font-weight: bold; }
          nav.globalMenuSp ul.main-list li ul li:first-child {
            border-top: none; }
          nav.globalMenuSp ul.main-list li ul li:last-child {
            border-bottom: none; }
  nav.globalMenuSp.active {
    transform: translateX(0); }
  nav.globalMenuSp ul.sub-list {
    list-style: none;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5; }
    nav.globalMenuSp ul.sub-list li {
      position: relative;
      padding-left: 1em; }
      nav.globalMenuSp ul.sub-list li:after {
        content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        position: absolute;
        left: 0;
        top: 0.7em;
        transform: rotate(-45deg);
        border-right: 2px solid #EF821D;
        border-bottom: 2px solid #EF821D; }
      nav.globalMenuSp ul.sub-list li a {
        text-decoration: none;
        color: #222;
        padding: 0.3em;
        display: block;
        font-weight: bold; }

.navToggle {
  position: fixed;
  right: 0px;
  top: 0px;
  display: none;
  width: 66px;
  height: 66px;
  cursor: pointer;
  z-index: 999;
  background: #EF821D;
  text-align: center; }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 40px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 13px;
    border-radius: 3px; }
    .navToggle span:nth-child(1) {
      top: 11px; }
    .navToggle span:nth-child(2) {
      top: 22px; }
    .navToggle span:nth-child(3) {
      top: 33px; }
    .navToggle span:last-child {
      border: none;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      top: 40px;
      width: 100%;
      left: 0;
      text-align: center;
      letter-spacing: 0.1em; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  opacity: 0; }

.navToggle.active span:nth-child(3) {
  top: 22px;
  left: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }

nav.globalMenuSp .child + ul {
  display: none; }
nav.globalMenuSp ul.push {
  display: block;
  border-top: none; }
nav.globalMenuSp span.child {
  position: relative; }
  nav.globalMenuSp span.child:before {
    content: "";
    position: absolute;
    top: 49%;
    right: 20px;
    width: 20px;
    border-top: 2px solid #EF821D;
    transform: rotate(-90deg);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all  0.25s; }
  nav.globalMenuSp span.child:after {
    content: "";
    position: absolute;
    top: 49%;
    right: 20px;
    width: 20px;
    border-top: 2px solid #EF821D;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all  0.25s; }
  nav.globalMenuSp span.child.push:before {
    transform: rotate(0deg);
    border-color: #fff; }
  nav.globalMenuSp span.child.push:after {
    transform: rotate(180deg);
    border-color: #fff; }
  nav.globalMenuSp span.child.push {
    border-bottom: none;
    background: #EF821D;
    color: #fff; }
nav.globalMenuSp .close-sp {
  padding: 1em;
  background: #777;
  text-align: center;
  color: #fff; }

@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    display: block; }

  .navToggle {
    display: block; } }
/*------------------------------------------------------
　リスト
-------------------------------------------------------*/
.page-content {
  /*ノーマル*/ }
  .page-content dt {
    margin: 0 0 0.4em 0;
    font-weight: bold;
    line-height: 1.2em; }
  .page-content dd {
    margin: 0 0 1em 1em; }
    .page-content dd:last-child {
      margin: 0 0 0 1em; }
  .page-content ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .page-content ol {
        font-size: 90%; } }
  .page-content ol li {
    position: relative;
    line-height: 1.8;
    padding: 0.2em 0.5em 0.2em 2em; }
  .page-content ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #006F6F;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 85%;
    border-radius: 50%;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 1.2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/*------------------------------------------------------
　トピックパス
-------------------------------------------------------*/
#path {
  padding: 0.5rem; }
  #path ul.breadcrumbs {
    max-width: 1200px;
    margin: auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    #path ul.breadcrumbs li {
      list-style: none;
      display: inline-block;
      padding: 0.3em 1.5em 0.3em 0.5em;
      font-size: 13px;
      color: #333;
      position: relative; }
      @media screen and (max-width: 768px) {
        #path ul.breadcrumbs li {
          font-size: 11px; } }
      #path ul.breadcrumbs li:after {
        content: '＞';
        color: #333;
        opacity: 0.7;
        position: absolute;
        top: 50%;
        margin-top: -0.7em;
        right: 0; }
      #path ul.breadcrumbs li:last-child:after {
        display: none; }
      #path ul.breadcrumbs li a {
        color: #333;
        margin-right: 0; }
  #path a {
    color: #333;
    margin-right: 0; }

/*------------------------------------------------------
　ページャー
-------------------------------------------------------*/
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 30px; }
  .nav-links span {
    display: block;
    text-decoration: none;
    line-height: 2em;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    height: 2em;
    width: 2em;
    background: #006F6F;
    margin: 5px; }
  .nav-links a {
    display: block;
    text-decoration: none;
    border-radius: 50%;
    line-height: 2em;
    height: 2em;
    width: 2em;
    color: #006F6F;
    background: #fff;
    background: #fff4fa;
    margin: 5px;
    font-weight: bold; }
    .nav-links a.next {
      width: auto;
      padding: 0 1em;
      border-radius: 0 2em 2em 0; }
    .nav-links a.prev {
      width: auto;
      padding: 0 1em;
      border-radius: 2em 0 0 2em; }
    .nav-links a:hover {
      color: #fff;
      background: #006F6F; }

/*------------------------------------------------------
 NEWS
-------------------------------------------------------*/
ul.news-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 768px) {
    ul.news-list {
      font-size: 90%; } }
  ul.news-list li {
    list-style: none;
    border-top: 1px solid #000;
    padding: 0;
    margin: 0; }
    ul.news-list li a {
      display: flex;
      position: relative;
      text-decoration: none;
      flex-wrap: nowrap;
      padding: 1.5em 2.2em 1.5em 0.7em;
      color: #333 !important;
      align-items: flex-start;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      @media screen and (max-width: 768px) {
        ul.news-list li a {
          flex-wrap: wrap; } }
      ul.news-list li a span.cat {
        padding: 0.1em;
        width: 8em;
        text-align: center;
        font-size: 13px;
        margin-right: 1em;
        color: #000;
        margin-bottom: 0.3em;
        font-weight: bold;
        background: #fff;
        border-radius: 4px; }
      ul.news-list li a time {
        padding-right: 0.7em;
        color: #000; }
      ul.news-list li a span.title {
        flex: 1;
        text-align: left; }
        @media screen and (max-width: 768px) {
          ul.news-list li a span.title {
            flex: auto;
            width: 100%; } }
      ul.news-list li a:hover {
        background-color: rgba(255, 255, 255, 0.5); }
      ul.news-list li a[href$="none"] {
        pointer-events: none; }
        ul.news-list li a[href$="none"]:hover {
          background: #fffa; }
        ul.news-list li a[href$="none"]:after {
          display: none; }
    ul.news-list li a + a {
      display: block;
      padding: 0;
      margin-bottom: 1em;
      margin-left: 13em; }
      ul.news-list li a + a:after {
        display: none; }
      ul.news-list li a + a:hover {
        background: #fff; }
      @media screen and (max-width: 768px) {
        ul.news-list li a + a {
          margin-left: 1em; } }

ul.archive-list {
  padding: 0; }
  ul.archive-list li {
    padding: 0;
    list-style: none;
    margin-bottom: 5px; }
    ul.archive-list li span,
    ul.archive-list li a {
      display: block;
      text-decoration: none;
      padding: 0.3em 1em;
      background: #E6F2F6;
      color: #407797;
      cursor: pointer; }
      ul.archive-list li span.active,
      ul.archive-list li a.active {
        background: #407797;
        color: #fff; }
    ul.archive-list li ul.month {
      display: none; }
      ul.archive-list li ul.month li {
        margin-bottom: 0;
        border-bottom: 1px solid #eee; }
        ul.archive-list li ul.month li a {
          background: none; }

/*------------------------------------------------------
 ページナビゲーション
-------------------------------------------------------*/
body .wp-pagenavi a, body .wp-pagenavi span {
  background: #407797;
  color: #FFF;
  text-align: center;
  width: 30px;
  line-height: 26px;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  border: 1px solid #407797;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 2px;
  margin-bottom: 10px; }

body .wp-pagenavi span, body .wp-pagenavi span.current {
  color: #333;
  background-color: #fff;
  border: 1px solid #407797; }

body .wp-pagenavi a:hover {
  color: #333;
  background: #fff;
  border: 1px solid #407797; }

body a.previouspostslink, body a.nextpostslink {
  width: auto;
  padding: 0 20px 0 20px;
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 15px; }

body .wp-pagenavi span.pages {
  width: auto;
  padding: 0 20px 0 20px; }

body .wp-pagenavi {
  margin-bottom: 30px;
  text-align: center; }

/*------------------------------------------------------
 Wordpress必須
-------------------------------------------------------*/
.attribute-area {
  text-align: right; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.topics_box {
  overflow: hidden;
  padding-bottom: 1em; }

p.clear {
  overflow: hidden;
  clear: both; }

/*---------------------------------------------------------
 導入事例
---------------------------------------------------------*/
.case-summary {
  display: flex;
  gap: 40px;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .case-summary {
      gap: 20px; } }
  .case-summary .case-summary-item {
    width: calc(33% - 40px); }
    @media screen and (max-width: 768px) {
      .case-summary .case-summary-item {
        width: 100%; } }
    .case-summary .case-summary-item .case-summary-item-inner {
      height: 100%;
      display: block;
      padding: 0;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      text-decoration: none;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s; }
      .case-summary .case-summary-item .case-summary-item-inner:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 768px) {
        .case-summary .case-summary-item .case-summary-item-inner {
          flex-wrap: nowrap; } }
      .case-summary .case-summary-item .case-summary-item-inner .case-summary-image {
        width: 100%;
        padding-bottom: 66%;
        border-radius: 10px 10px 0 0;
        position: relative;
        background: #aaa; }
        .case-summary .case-summary-item .case-summary-item-inner .case-summary-image:hover {
          opacity: 0.8; }
        @media screen and (max-width: 768px) {
          .case-summary .case-summary-item .case-summary-item-inner .case-summary-image {
            padding-bottom: 0;
            width: 30%;
            height: 100%; } }
        .case-summary .case-summary-item .case-summary-item-inner .case-summary-image img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          object-fit: cover;
          opacity: 0.9; }
      .case-summary .case-summary-item .case-summary-item-inner .case-summary-text {
        padding: 20px; }
        @media screen and (max-width: 768px) {
          .case-summary .case-summary-item .case-summary-item-inner .case-summary-text {
            flex: 1;
            padding: 15px; } }
        .case-summary .case-summary-item .case-summary-item-inner .case-summary-text h6 a {
          color: #666;
          font-weight: bold;
          margin-bottom: 1em;
          font-size: 18px;
          height: 4.5em;
          overflow: hidden;
          display: flex;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            .case-summary .case-summary-item .case-summary-item-inner .case-summary-text h6 a {
              font-size: 15px; } }
          .case-summary .case-summary-item .case-summary-item-inner .case-summary-text h6 a:hover {
            color: #407797; }
        .case-summary .case-summary-item .case-summary-item-inner .case-summary-text p {
          color: #407797;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 768px) {
            .case-summary .case-summary-item .case-summary-item-inner .case-summary-text p {
              font-size: 16px; } }
        .case-summary .case-summary-item .case-summary-item-inner .case-summary-text .tag_list a {
          display: inline-block;
          padding: 0.2em 0.5em;
          color: #fff;
          background: #407797;
          font-weight: bold;
          border-radius: 5px;
          margin-right: 0.5em;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            .case-summary .case-summary-item .case-summary-item-inner .case-summary-text .tag_list a {
              font-size: 12px; } }
          .case-summary .case-summary-item .case-summary-item-inner .case-summary-text .tag_list a:hover {
            opacity: 0.8; }
  .case-summary.yoko .case-summary-item {
    width: 100%; }
    .case-summary.yoko .case-summary-item .case-summary-item-inner {
      flex-wrap: nowrap; }
      .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-image {
        padding-bottom: 0;
        width: 30%;
        height: 100%; }
      .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text {
        flex: 1;
        padding: 30px; }
        @media screen and (max-width: 768px) {
          .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text {
            padding: 15px; } }
        .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text h6 a {
          color: #407797;
          font-size: 22px;
          height: auto; }
          @media screen and (max-width: 768px) {
            .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text h6 a {
              font-size: 18px; } }
        .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text p {
          color: #666;
          font-weight: 500;
          font-size: 15px;
          margin-bottom: 0.5em; }
          @media screen and (max-width: 768px) {
            .case-summary.yoko .case-summary-item .case-summary-item-inner .case-summary-text p {
              font-size: 14px; } }

/*------------------------------------------------------
　フォームメール
-------------------------------------------------------*/
table.contact {
  margin: 0 0 2em 0;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  display: block;
  background: #f7f7f7;
  border-radius: 10px; }
  table.contact p {
    margin: 0; }
  table.contact th {
    padding: 0;
    vertical-align: top;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    display: block;
    text-align: left; }
  table.contact td {
    padding: 0 0 10px 0;
    width: 100%;
    display: block; }
    table.contact td span.error-mes {
      display: block;
      margin-bottom: -1.5em;
      padding-top: 0.2em;
      color: #EB1C24; }

table.contact input[type="text"], table.contact input[type="tel"], table.contact input[type="number"], table.contact input[type="email"],
.contact-box input[type="text"],
.contact-box input[type="tel"],
.contact-box input[type="number"],
.contact-box input[type="email"] {
  width: 100%; }
table.contact input[type="radio"],
.contact-box input[type="radio"] {
  display: none; }
table.contact input[type="checkbox"],
.contact-box input[type="checkbox"] {
  display: none; }
table.contact input[type="radio"] + span,
table.contact input[type="checkbox"] + span,
.contact-box input[type="radio"] + span,
.contact-box input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font: 16px 'Open Sans', Arial, sans-serif;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-right: 1em; }
table.contact input[type="radio"] + span:last-child,
.contact-box input[type="radio"] + span:last-child {
  margin-bottom: 0; }
table.contact input[type="checkbox"] + span:last-child,
.contact-box input[type="checkbox"] + span:last-child {
  margin-bottom: 0; }
table.contact input[type="radio"] + span:before,
table.contact input[type="checkbox"] + span:before,
.contact-box input[type="radio"] + span:before,
.contact-box input[type="checkbox"] + span:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid #aaa;
  position: absolute;
  left: 0;
  top: 0.2em;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }
table.contact input[type="radio"]:checked + span:before,
table.contact input[type="checkbox"]:checked + span:before,
.contact-box input[type="radio"]:checked + span:before,
.contact-box input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: 0;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #f33;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
  -webkit-appearance: none;
  padding: 1em;
  margin: 3px;
  border: solid 1px #ccc;
  font-size: 14px;
  border-radius: 3px; }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus {
    border: solid 2px #98CC82; }
  input[type="text"].full, input[type="tel"].full, input[type="number"].full, input[type="email"].full {
    width: 100%; }

div.wpcf7 .wpcf7-spinner {
  display: block; }

select {
  border: solid 1px #999;
  font-size: 14px;
  padding: 1em; }

button {
  padding: 0.8em 1.5em;
  background: #f90;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px; }

button[type="submit"].return {
  -webkit-appearance: none;
  background: #EE1C25; }

button#zip {
  padding: 0.3em 0.6em;
  background: #EE1C25;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 14px;
  margin: 0 0.5em; }

button:hover {
  opacity: 0.8; }

textarea {
  width: 100%;
  padding: 1em;
    /*background: #eeeeee;
	border: none;*/
  font-size: 14px;
  border: solid 1px #ccc;
  border-radius: 6px; }

.required-label {
  display: inline-block;
  margin-left: 5px;
  padding: 0.2em 1em;
  border: 1px solid #EE1C25;
  border-radius: 1.5em;
  color: #EE1C25;
  font-size: 12px;
  line-height: 1.2; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  padding: 0.8em 1.5em;
  background: #EF821D;
  font-weight: bold;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px;
  margin: 0.5em; }
  input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="button"]:disabled {
    background: #aaa; }

input[type="reset"] {
  padding: 0.6em 1em;
  background: #407797;
  font-size: 14px; }

input[type="submit"]:hover {
  opacity: 0.8; }

@media screen and (max-width: 648px) {
  textarea {
    padding: 1em; }

  input.radio {
    display: inline-block;
    width: 40%;
    height: 2em;
    vertical-align: top; }

  label.radiolabel {
    display: inline-block;
    width: 90%;
    height: 2em;
    line-height: 2em;
    background: #EEF;
    border: 1px solid #CCC;
    padding-left: 1em;
    margin: 0 auto; } }
.select-wrap {
  display: inline-block;
  position: relative; }
  .select-wrap select {
    padding: 1em 2.8em 1.1em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eee;
    font-size: 1em; }
    .select-wrap select option {
      background: #fff; }
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.4em;
    margin-top: -0.35em;
    border: 0.6em solid transparent;
    border-top: 0.7em solid #aaa; }

.confirm .select-wrap:before {
  display: none; }

p.error {
  background: #ffdbdc;
  color: #ee0003;
  padding: 1em;
  margin: 2em 0; }

p.confirm {
  background: #d3eaff;
  color: #101790;
  padding: 1em;
  margin: 2em 0; }

span.error {
  color: #ee0003;
  font-weight: bold; }
  span.error + input, span.error + textarea, span.error + span input {
    border: solid 2px #FF2E2E; }

.service_term {
  font-size: 14px;
  padding: 20px;
  max-height: 150px;
  overflow-y: scroll;
  padding: 20px;
  border: solid 1px #eee; }

/*------------------------------------------------------
　見出し
-------------------------------------------------------*/
.editor-styles-wrapper {
  font-size: 16px !important; }

h1 {
  font-size: 240%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 160%; }

h4 {
  font-size: 150%; }

h5 {
  font-size: 150%; }

h6 {
  font-size: 120%; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 200%; }

  h2 {
    font-size: 180%; }

  h3 {
    font-size: 140%; }

  h4 {
    font-size: 130%; }

  h5 {
    font-size: 130%; }

  h6 {
    font-size: 115%; } }
@media screen and (max-width: 576px) {
  h1 {
    font-size: 160%; }

  h2 {
    font-size: 160%; }

  h3 {
    font-size: 125%; }

  h4 {
    font-size: 120%; }

  h5 {
    font-size: 120%; }

  h6 {
    font-size: 110%; } }
.page_content > .container > h2.wp-block-heading:first-child {
  margin-top: 0; }

.page_content {
  padding: 50px 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_content {
      padding: 40px 4%; } }
  .page_content .wp-block-heading:first-child {
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .page_content {
      font-size: 14px; } }

.page_content h2,
h2.wp-block-heading {
  font-weight: 900;
  text-align: center;
  color: #407797;
  font-size: 38px; }
  @media screen and (max-width: 768px) {
    .page_content h2,
    h2.wp-block-heading {
      font-size: 26px; } }

h3.wp-block-heading {
  border-bottom: 1px solid #EF821D;
  color: #407797;
  padding: 0.3em 0;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.7em; }

h4.wp-block-heading {
  color: #fff;
  background: #407797;
  padding: 0.3em 1em;
  position: relative;
  font-weight: bold;
  border-radius: 0.2em;
  margin-bottom: 0.7em; }

h5.wp-block-heading, h6.wp-block-heading {
  color: #407797;
  font-weight: bold;
  margin-bottom: 0.7em; }

/*------------------------------------------------------
　ボタン
-------------------------------------------------------*/
.wp-block-button a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 3em;
  padding: 0.6em 2em;
  border: 2px solid #EF821D;
  background: #EF821D;
  min-width: 260px;
  margin: auto;
  box-shadow: 3px 5px 0 #7b4b1f;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .wp-block-button a {
      font-size: 16px; } }
  .wp-block-button a:hover {
    background: #fff;
    color: #EF821D;
    box-shadow: 3px 5px 0 rgba(123, 75, 31, 0); }

/*------------------------------------------------------
　フォント
-------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page_content p.has-medium-font-size {
    font-size: 16px !important; }
  .page_content p.has-large-font-size {
    font-size: 22px !important; }
  .page_content p.has-x-large-font-size {
    font-size: 28px !important; } }

/*------------------------------------------------------
　リスト
-------------------------------------------------------*/
ul.wp-block-list {
  padding-left: 0; }
  ul.wp-block-list li {
    list-style: none;
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative; }
    ul.wp-block-list li:before {
      position: absolute;
      content: "";
      display: block;
      width: 0.6em;
      height: 0.6em;
      background: #f3895e;
      border-radius: 50%;
      left: 0;
      top: 0.4em; }
    ul.wp-block-list li a {
      color: #000;
      margin-right: 2em; }

ol.wp-block-list {
  padding-left: 2em; }
  ol.wp-block-list li {
    margin-bottom: 1em; }

/*------------------------------------------------------
　カバーブロック
-------------------------------------------------------*/
.page_content .wp-block-cover.full {
  padding: 50px 0;
  margin: 0 -10px; }
  .page_content .wp-block-cover.full .wp-block-cover__inner-container {
    max-width: 1200px;
    padding: 40px 20px; }
  @media screen and (min-width: 1200px) {
    .page_content .wp-block-cover.full {
      margin: 0 calc(50% - 50vw);
      width: 100vw; }
      .page_content .wp-block-cover.full .wp-block-cover__inner-container {
        max-width: 1200px;
        padding: 20px; } }
.page_content .wp-block-cover.frame-yakuin {
  padding: 50px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  @media screen and (max-width: 768px) {
    .page_content .wp-block-cover.frame-yakuin {
      padding: 30px; } }

/*------------------------------------------------------
　テーブル
-------------------------------------------------------*/
.wp-block-table table {
  width: 100%; }
  .wp-block-table table th, .wp-block-table table td {
    padding: 1.2em 1.5em;
    vertical-align: middle;
    border: none; }
  .wp-block-table table thead {
    color: #fff; }
    .wp-block-table table thead th, .wp-block-table table thead td {
      font-weight: bold;
      background: #407797;
      text-align: center;
      padding: 0.5em; }
  .wp-block-table table tr {
    border-bottom: 1px solid #407797; }
    .wp-block-table table tr:first-child {
      border-top: 1px solid #407797; }
  .wp-block-table table tbody th {
    color: #407797; }
  .wp-block-table table tbody th,
  .wp-block-table table tbody td:first-child {
    font-weight: bold;
    text-align: left;
    background: #fff; }
  @media screen and (max-width: 768px) {
    .wp-block-table table {
      font-size: 85%; }
      .wp-block-table table td, .wp-block-table table th {
        padding: 0.8em 0.5em; } }
.wp-block-table.normal table tbody th,
.wp-block-table.normal table tbody td:first-child {
  font-weight: normal;
  background: none; }
.wp-block-table.border-td table th, .wp-block-table.border-td table td {
  border-right: 1px solid #e4ffc0; }
.wp-block-table.border-td table th:last-child,
.wp-block-table.border-td table td:last-child {
  border-right: none; }
@media screen and (max-width: 768px) {
  .wp-block-table.drop table {
    font-size: 95%; }
    .wp-block-table.drop table th,
    .wp-block-table.drop table td,
    .wp-block-table.drop table td:first-child {
      width: auto;
      display: block; }
    .wp-block-table.drop table td:first-child {
      border-bottom: none; } }
.wp-block-table .wp-element-caption {
  padding: 0.5em 0; }
  @media screen and (max-width: 768px) {
    .wp-block-table .wp-element-caption {
      font-size: 85%; } }

/*------------------------------------------------------
　カラム設定
-------------------------------------------------------*/
.wp-block-columns.is-style-justify {
  justify-content: space-between; }
.wp-block-columns.is-style-center {
  justify-content: center; }
.wp-block-columns.is-style-reverse {
  flex-direction: column-reverse; }
  @media screen and (max-width: 768px) {
    .wp-block-columns.is-style-reverse {
      flex-direction: row; } }

/*------------------------------------------------------
　お問い合わせ資料請求
-------------------------------------------------------*/
.wp-block-cover.form-about {
  border-radius: 10px;
  padding: 35px; }
  @media screen and (max-width: 768px) {
    .wp-block-cover.form-about {
      padding: 20px; } }
  .wp-block-cover.form-about h2.wp-block-heading {
    color: #fff;
    font-size: 26px;
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 768px) {
      .wp-block-cover.form-about h2.wp-block-heading {
        font-size: 20px; } }

.wp-block-cover.form-cover {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .wp-block-cover.form-cover {
      padding: 15px; } }

/*------------------------------------------------------
　導入事例　導入の背景
-------------------------------------------------------*/
.search_tag.wp-block-cover {
  padding: 0.5em 1em; }
.search_tag .wp-block-cover__inner-container {
  display: flex;
  flex-wrap: wrap; }
.search_tag p {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0.3em;
  padding: 0.3em 1.5em;
  border-radius: 0.3em;
  color: #333;
  font-weight: bold;
  background: #eee;
  line-height: 2; }
  .search_tag p:hover {
    color: #fff;
    background: #407797; }
  @media screen and (max-width: 768px) {
    .search_tag p {
      font-size: 12px; } }
  .search_tag p.current {
    color: #fff;
    background: #407797; }
    .search_tag p.current:hover {
      cursor: auto;
      color: #fff;
      background: #407797; }

.faq-nav .wp-block-button {
  width: 100%; }
.faq-nav .wp-block-button a {
  border-radius: 10px;
  width: 100%;
  min-width: auto; }
@media screen and (max-width: 768px) {
  .faq-nav .wp-block-button a {
    padding: 1em 0.2em;
    font-size: 14px;
    display: flex;
    height: 5em;
    justify-content: center;
    align-items: center; } }

.wp-block-cover.decide {
  padding: 20px;
  margin: 30px 0; }
  .wp-block-cover.decide .wp-block-columns {
    border-bottom: 1px dashed #EF821D;
    max-width: 800px;
    margin: auto; }
    .wp-block-cover.decide .wp-block-columns:last-child {
      border-bottom: none; }
    @media screen and (max-width: 768px) {
      .wp-block-cover.decide .wp-block-columns {
        gap: 0; } }
    .wp-block-cover.decide .wp-block-columns .wp-block-column {
      padding: 1em; }
      .wp-block-cover.decide .wp-block-columns .wp-block-column p {
        margin: 0; }
      @media screen and (max-width: 768px) {
        .wp-block-cover.decide .wp-block-columns .wp-block-column:first-child {
          padding-bottom: 0; } }
      .wp-block-cover.decide .wp-block-columns .wp-block-column:first-child p {
        padding-left: 2em;
        background: url("../img/common/check.svg");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 1.5em;
        font-size: 120%; }

.wp-block-columns.effect {
  margin: 20px 0 30px; }
  .wp-block-columns.effect .wp-block-column.effect-title {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1em;
    background: #407797; }
    .wp-block-columns.effect .wp-block-column.effect-title h5 {
      color: #FFF;
      margin-bottom: 0; }

/*------------------------------------------------------
　faq
-------------------------------------------------------*/
.wp-block-group.faq {
  font-size: 18px;
  margin-bottom: 1em;
  background: #ecf3f8; }
  @media screen and (max-width: 768px) {
    .wp-block-group.faq {
      font-size: 15px; } }
  .wp-block-group.faq p.q {
    font-weight: bold;
    padding: 1em 3em 1em 3em;
    position: relative; }
    .wp-block-group.faq p.q:before {
      content: "Q.";
      position: absolute;
      left: 0.7em;
      top: 0.4em;
      font-size: 140%;
      font-weight: 900;
      color: #EF821D; }
    .wp-block-group.faq p.q:after {
      content: "+";
      position: absolute;
      right: 0.7em;
      top: 0.5em;
      font-size: 140%;
      color: #407797; }
    .wp-block-group.faq p.q.active {
      background: #407797;
      color: #fff; }
      .wp-block-group.faq p.q.active:before {
        color: #fff; }
      .wp-block-group.faq p.q.active:after {
        content: "－";
        color: #fff; }
    .wp-block-group.faq p.q:hover {
      cursor: pointer;
      background: #a5cfe8; }
  .wp-block-group.faq p.a {
    padding: 1em 1em 1em 3em;
    position: relative;
    display: none; }
    .wp-block-group.faq p.a:before {
      content: "A.";
      position: absolute;
      left: 0.8em;
      top: 0.5em;
      font-size: 140%;
      font-weight: 900;
      color: #407797; }

.editor-styles-wrapper .wp-block-group.faq p.a {
  display: block; }
