@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;
  max-width: 2000px;
  padding-top: 110px; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1100px; } }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 70px; } }

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.rainbow {
    border: none;
    background: linear-gradient(90deg, #7fbe26, #7293aa, #5dc2d0, #f5a32d, #f09199);
    height: 5px; }
  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-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background-position: center;
  width: 100%; }

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: #015FB4; }
.font_water {
  color: #6ebee5; }
.font_green {
  color: #0ECC00; }
.font_orange {
  color: #FF7600; }
.font_pink {
  color: #FF00CE; }
.font_gray {
  color: #666; }
.font_white {
  color: #fff; }
.font_black {
  color: #333; }
.font_brown {
  color: #6E3A17; }

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

.textleft-spcenter {
  text-align: left; }
  @media screen and (max-width: 576px) {
    .textleft-spcenter {
      text-align: center; } }

@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; }

/* 画像
-------------------------------------------------------*/
.frame {
  padding: 20px 20px 15px; }
  .frame.notice {
    background: #E6F2F6; }

.att {
  padding-left: 1em;
  text-indent: -1em; }

/*------------------------------------------------------
　本文
-------------------------------------------------------*/
.text-box {
  padding: 0 2em; }

p:not([class]) {
  margin: 1em 0;
  line-height: 1.8; }

@media screen and (max-width: 1024px) {
  .text-box {
    padding: 0 2vw; } }
@media screen and (max-width: 576px) {
  .text-box {
    font-size: 100%; }

  p:not([class]) {
    font-size: 100%; } }
/*------------------------------------------------------
　画像
-------------------------------------------------------*/
.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; }

/*------------------------------------------------------
　タイトル
-------------------------------------------------------*/
h1 {
  font-size: 240%; }

h2 {
  font-size: 180%; }

h3 {
  font-size: 140%; }

h4 {
  font-size: 150%; }

h5 {
  font-size: 130%; }

h6 {
  font-size: 120%; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 200%; }

  h2 {
    font-size: 160%; }

  h3 {
    font-size: 130%; }

  h4 {
    font-size: 130%; }

  h5 {
    font-size: 120%; }

  h6 {
    font-size: 115%; } }
@media screen and (max-width: 576px) {
  h1 {
    font-size: 160%; }

  h2 {
    font-size: 140%; }

  h3 {
    font-size: 120%; }

  h4 {
    font-size: 120%; }

  h5 {
    font-size: 110%; }

  h6 {
    font-size: 110%; } }
h2.top-title {
  color: #1F4695;
  font-size: 240%;
  line-height: 2; }
  h2.top-title span {
    padding-bottom: 0.2em;
    border-bottom: 2px solid #efc935; }
  @media screen and (max-width: 768px) {
    h2.top-title {
      font-size: 200%; } }

.wp-block-heading {
  margin-top: 3em;
  margin-bottom: 1.4em; }

.page-content > .container > .wp-block-heading:first-child {
  margin-top: 0;
  margin-bottom: 1.8em; }

/*
.page-content{
	h2{
		font-weight: bold;
		text-align: center;
		color: $basecolor-blue; 
		display: flex;
		align-items: center;
		&:after,
		&:before{
			content:"";
			display: block;
			flex: 1;
			border-top:1px solid $basecolor-yellow; 
		}
		&:after{
			margin-left: 0.3em;
		}
		&:before{
			margin-right: 0.3em;
		}
	}
	h3{
		color: #fff;
		background: $basecolor-blue; 
		padding:0.25em 0.7em;
		position: relative;
		font-weight: bold;
	}
	h4{
		font-weight: bold;
		color: $basecolor-blue;
        border-bottom: solid 2px #CCC;
        padding: 1rem 0.5rem 0.5rem 0;
	}
	h5, h6{
		font-weight: bold;
	}
}
*/
/*------------------------------------------------------
　ファイルアイコン
-------------------------------------------------------*/
.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; }

/*------------------------------------------------------
　ボタン
-------------------------------------------------------*/
a.btn-line {
  display: inline-block;
  border-bottom: 1px solid #1F4695;
  padding: 0.5em 3em 0.5em 1em;
  text-decoration: none;
  position: relative;
  color: #1F4695;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }
  a.btn-line:after {
    content: "";
    border-right: 1px solid #1F4695;
    transform: rotate(-45deg);
    height: 3em;
    position: absolute;
    right: 1em;
    bottom: -0.5em;
    display: block; }
  a.btn-line:hover {
    padding: 0.5em 3em 0.5em 4em; }

.btn-more,
a.btn-more {
  background: #f09199;
  padding: 1em 2em 1em 1.5em;
  display: inline-block;
  min-width: 250px;
  text-decoration: none;
  color: #fff;
  text-align: left;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  position: relative;
  font-weight: bold;
  text-align: center;
  border-radius: 50px; }
  .btn-more:after,
  a.btn-more:after {
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: rotate(45deg);
    width: 0.4em;
    height: 0.4em;
    margin-top: -0.2em; }
  .btn-more:hover,
  a.btn-more:hover {
    background: #EB6D77;
    color: #FFF; }
  .btn-more.white,
  a.btn-more.white {
    background: #fff;
    color: #1F4695; }
    .btn-more.white:after,
    a.btn-more.white:after {
      border-top: 2px solid #1F4695;
      border-right: 2px solid #1F4695; }
    .btn-more.white:hover,
    a.btn-more.white:hover {
      background: #efc935; }
  .btn-more.green,
  a.btn-more.green {
    background: #7CCB76;
    color: #FFF; }
    .btn-more.green:after,
    a.btn-more.green:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF; }
    .btn-more.green:hover,
    a.btn-more.green:hover {
      background: #7fbe26; }
  .btn-more.orange,
  a.btn-more.orange {
    background: #FFB448;
    color: #FFF; }
    .btn-more.orange:after,
    a.btn-more.orange:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF; }
    .btn-more.orange:hover,
    a.btn-more.orange:hover {
      background: #f5a32d; }
  .btn-more.blue,
  a.btn-more.blue {
    background: #6CB5E6;
    color: #FFF; }
    .btn-more.blue:after,
    a.btn-more.blue:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF; }
    .btn-more.blue:hover,
    a.btn-more.blue:hover {
      background: #1F4695; }
  .btn-more.pink,
  a.btn-more.pink {
    background: #F47475;
    color: #FFF; }
    .btn-more.pink:after,
    a.btn-more.pink:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF; }
    .btn-more.pink:hover,
    a.btn-more.pink:hover {
      background: #f09199; }

a.anchor {
  display: inline-block;
  padding: 0 0 0 1.3em;
  background: url(../img/common/arrow-list.svg) no-repeat;
  background-position: top 0.3em left;
  background-size: 0.8em; }

a.btn-pdficon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid gray;
  border-radius: 10px;
  background-color: white;
  text-decoration: none;
  color: black;
  font-size: 16px; }
  a.btn-pdficon::after {
    content: url("../img/common/icon_pdf.png");
    margin-left: 10px; }

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

.pl10 {
  padding-left: 1em; }

.pr05 {
  padding-right: 0.5em; }

.pr10 {
  padding-right: 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; } }
/*左右*/
.ml0 {
  margin-left: 0; }

.mr0 {
  margin-right: 0; }

.ml05 {
  margin-left: 0.5em; }

.mr05 {
  margin-right: 0.5em; }

.ml10 {
  margin-left: 1em; }

.mr10 {
  margin-right: 1em; }

.ml20 {
  margin-left: 2em; }

.mr20 {
  margin-right: 2em; }

.ml30 {
  margin-left: 3em; }

.mr30 {
  margin-right: 3em; }

@media screen and (max-width: 768px) {
  .ml10 {
    margin-left: 0.5em; }

  .mr10 {
    margin-right: 0.5em; }

  .ml20 {
    margin-left: 1em; }

  .mr20 {
    margin-right: 1em; }

  .ml30 {
    margin-left: 1.5em; }

  .mr30 {
    margin-right: 1.5em; } }
/* 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%; }

.bg-gray {
  padding: 3em 3em;
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .bg-gray {
      padding: 2em 10px; } }

/*------------------------------------------------------
　テーブル
-------------------------------------------------------*/
table .no_wrap {
  white-space: nowrap; }

table.tableline, .tableline-scroll table, table.tableline-hold {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  width: 100%; }
  table.tableline thead, .tableline-scroll table thead, table.tableline-hold thead {
    background: #1F4695;
    color: #fff; }
    table.tableline thead th, .tableline-scroll table thead th, table.tableline-hold thead th {
      padding: 1em 0.8em;
      vertical-align: middle;
      font-weight: bold;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd; }
  table.tableline tbody th, .tableline-scroll table tbody th, table.tableline-hold tbody th {
    padding: 1em 0.8em;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #467193;
    text-align: center;
    color: #fff; }
  table.tableline td, .tableline-scroll table td, table.tableline-hold td {
    padding: 1em 0.8em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  table.tableline p, .tableline-scroll table p, table.tableline-hold p {
    margin: 0; }

table.tableunderline {
  width: 100%; }
  table.tableunderline tr {
    border-bottom: 2px dotted #1F4695; }
  table.tableunderline th {
    padding: 1em 0.4em;
    vertical-align: middle;
    font-weight: bold;
    text-align: center; }
  table.tableunderline td {
    padding: 1em 0.4em;
    vertical-align: middle; }
  table.tableunderline p {
    margin: 0; }

@media screen and (max-width: 768px) {
  table.tableline {
    font-size: 14px; }
    table.tableline th {
      display: block;
      width: auto; }
    table.tableline td {
      display: block; }

  .tableline-scroll {
    overflow-x: scroll;
    /*スクロールバーの横幅指定*/
    /*スクロールバーの背景色・角丸指定*/
    /*スクロールバーの色・角丸指定*/ }
    .tableline-scroll::-webkit-scrollbar {
      width: 15px;
      height: 5px; }
    .tableline-scroll::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #f0f0f0; }
    .tableline-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #1F4695; }
    .tableline-scroll table {
      /*max-width:768px;*/
      min-width: 375px;
      margin-bottom: 10px; }
      .tableline-scroll table th, .tableline-scroll table td {
        padding: 0.7em 0.5em;
        font-size: 12px; }

  .page-content table:not([class]) th, .page-content table:not([class]) td,
  table.tableline-hold th,
  table.tableline-hold td {
    padding: 0.6em;
    font-size: 12px; }

  table.tableunderline {
    font-size: 85%; }
    table.tableunderline tr {
      border-bottom: 1px dotted #1F4695; } }
svg.clipPath {
  width: 100%;
  height: auto; }

.obfit_img {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center top;"; }

.height-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.height-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }

.wp-block-table table {
  background: #fff; }
  .wp-block-table table tr {
    /*
    td:first-child{
    	background: $tablecolor-green;
    	text-align: center;
    	font-weight:bold;
    }*/ }
    .wp-block-table table tr th, .wp-block-table table tr td {
      padding: 1em 0.8em;
      vertical-align: middle;
      border: 1px solid #CCC; }
    .wp-block-table table tr th {
      background: #52c2d0;
      text-align: center;
      font-weight: bold;
      color: #FFF;
      border: 1px solid #FFF; }
    @media screen and (max-width: 768px) {
      .wp-block-table table tr th, .wp-block-table table tr td,
      .wp-block-table table tr td:first-child {
        width: auto;
        display: block; }
      .wp-block-table table tr th, .wp-block-table table tr td:first-child {
        border-bottom: none; } }
@media screen and (max-width: 768px) {
  .wp-block-table.table-scroll {
    overflow-x: scroll;
    /*スクロールバーの横幅指定*/
    /*スクロールバーの背景色・角丸指定*/
    /*スクロールバーの色・角丸指定*/ }
    .wp-block-table.table-scroll::-webkit-scrollbar {
      width: 15px;
      height: 5px; }
    .wp-block-table.table-scroll::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #f0f0f0; }
    .wp-block-table.table-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #7293aa; }
    .wp-block-table.table-scroll table {
      /*max-width:768px;*/
      min-width: 640px;
      margin-bottom: 10px;
      border: 1px solid #CCC;
      display: table;
      border-collapse: collapse; }
      .wp-block-table.table-scroll table th, .wp-block-table.table-scroll table td {
        padding: 0.7em 0.5em;
        width: auto;
        display: table-cell;
        border-right: 1px solid #CCC;
        border-collapse: collapse; }
      .wp-block-table.table-scroll table td:first-child {
        border-right: none;
        border-left: none; }
  .wp-block-table.table-hold table {
    border: 1px solid #CCC;
    display: table;
    border-collapse: collapse; }
    .wp-block-table.table-hold table th, .wp-block-table.table-hold table td {
      padding: 0.6em;
      width: auto;
      display: table-cell;
      border-right: 1px solid #CCC;
      border-collapse: collapse; }
    .wp-block-table.table-hold table td:first-child {
      border-right: none;
      border-left: none; } }

@media screen and (max-width: 768px) {
  .table-scroll {
    overflow-x: scroll;
    /*スクロールバーの横幅指定*/
    /*スクロールバーの背景色・角丸指定*/
    /*スクロールバーの色・角丸指定*/ }
    .table-scroll::-webkit-scrollbar {
      width: 15px;
      height: 5px; }
    .table-scroll::-webkit-scrollbar-track {
      border-radius: 5px;
      background: #f0f0f0; }
    .table-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #7293aa; }
    .table-scroll table {
      /*max-width:768px;*/
      min-width: 640px;
      margin-bottom: 10px;
      border: 1px solid #CCC;
      display: table;
      border-collapse: collapse; }
      .table-scroll table th, .table-scroll table td {
        padding: 0.7em 0.5em;
        width: auto;
        display: table-cell;
        border-right: 1px solid #CCC;
        border-collapse: collapse; }
      .table-scroll table td:first-child {
        border-right: none;
        border-left: none; } }

.wp-block-table thead {
  border-bottom: none; }

/*------------------------------------------------------
　フェードイン設定
-------------------------------------------------------*/
.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); }

/*------------------------------------------------------
　Box
-------------------------------------------------------*/
.box-white {
  background: #FFF;
  margin: 1rem auto; }

/*------------------------------------------------------
　その他
-------------------------------------------------------*/
/*Table color*/
td.cell-pink {
  background: #ffcbd9; }

td.cell-blue {
  background: #E6F2F6; }

td.cell-green {
  background: #def2ca; }

/*!
 * 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);*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 769px) {
    #header {
      min-width: 1100px; } }
  @media screen and (max-width: 768px) {
    #header {
      padding-top: 0;
      background: #fff; } }
  #header .sub-content {
    z-index: 2;
    position: relative;
    /*overflow: hidden;*/
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all  0.25s;
    padding: 0; }
    #header .sub-content img {
      vertical-align: bottom; }
    @media screen and (max-width: 768px) {
      #header .sub-content {
        height: 66px; } }
    #header .sub-content .inner {
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0;
      max-width: 1200px; }
      #header .sub-content .inner .header-logo {
        flex: 1;
        padding: 0;
        -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) {
          #header .sub-content .inner .header-logo {
            padding: 10px;
            height: 60px;
            display: flex;
            align-items: center; }
            #header .sub-content .inner .header-logo img {
              width: 200px; } }
      #header .sub-content .inner .header-nav {
        width: 65%;
        -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) {
          #header .sub-content .inner .header-nav {
            display: none; } }
  #header.small {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.spnav-open {
  position: fixed; }

/*------------------------------------------------------
　詳細ページ　コンテンツ
-------------------------------------------------------*/
.page-content {
  padding: 100px 20px;
  background: #fff;
  width: 94%;
  max-width: 1500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto 100px auto;
  z-index: 2;
  position: relative;
  /*opacity:0;
  -ms-filter: blur(10px);
  filter: blur(10px);
  animation: fade 1s ease-in-out 0s 1 normal forwards;*/ }
  @media screen and (max-width: 768px) {
    .page-content {
      padding: 40px 10px; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -ms-filter: blur(0.1px);
    filter: blur(0.1px); } }
/*------------------------------------------------------
　フッター
-------------------------------------------------------*/
footer {
  position: relative;
  /*background: #fcf9e6;*/
  background: #1F4695; }

.footer-nav-wrap {
  padding: 3em 0 0 0;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .footer-nav-wrap {
      font-size: 14px; } }

ul.footer-nav {
  padding-left: 0.7em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  ul.footer-nav li {
    list-style: none;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 95%; }
    ul.footer-nav li a {
      color: #fff;
      margin-right: 2em; }
    ul.footer-nav li ul {
      margin-top: 0.5em;
      padding-left: 1em; }
      ul.footer-nav li ul li {
        margin-bottom: 0.5em;
        font-weight: normal; }
        ul.footer-nav li ul li a {
          color: #333; }
  ul.footer-nav a {
    text-decoration: none;
    color: #333; }
  @media screen and (max-width: 768px) {
    ul.footer-nav {
      display: none; } }

ul.footer-nav-other {
  color: #fff;
  margin-left: auto;
  margin-right: 0;
  padding-left: 1.5em;
  max-width: 300px; }
  @media screen and (max-width: 768px) {
    ul.footer-nav-other {
      margin-right: auto; } }
  ul.footer-nav-other li {
    margin-bottom: 0.3em; }
    ul.footer-nav-other li a {
      color: #fff;
      margin-right: 2em;
      text-decoration: none; }

dl.org-details {
  color: #fff; }
  dl.org-details dt {
    margin-bottom: 1em;
    color: #fff; }
  @media screen and (max-width: 768px) {
    dl.org-details {
      text-align: center; } }

ul.sns-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px; }

p.copyright {
  text-align: center;
  color: #fff;
  padding: 1em 10px;
  margin: 1em auto 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: table;
    width: 100%; }
    nav.globalnavi > ul > li {
      list-style: none;
      display: table-cell;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s; }
      nav.globalnavi > ul > li:hover {
        background: rgba(0, 0, 0, 0.1); }
      nav.globalnavi > ul > li > a {
        height: 7em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        padding: 0.5em;
        text-decoration: none;
        color: #0b385b;
        font-weight: bold;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all  0.25s; }
        nav.globalnavi > ul > li > a:hover {
          background: #f5f5f5; }
      nav.globalnavi > ul > li .drop {
        display: none; }
      nav.globalnavi > ul > li:hover .drop {
        display: block;
        max-height: 768px;
        z-index: 10; }
        nav.globalnavi > ul > li:hover .drop .drop-inner {
          margin: 10px auto; }
      nav.globalnavi > ul > li .drop {
        position: absolute;
        left: 0;
        z-index: 0;
        width: 100%;
        background: #fafafa;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all  0.4s; }
        nav.globalnavi > ul > li .drop .drop-inner {
          max-width: 1600px;
          margin: 0 auto;
          padding: 10px 20px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all  0.4s; }
        nav.globalnavi > ul > li .drop:after {
          display: block;
          content: "";
          width: 100%;
          height: 5px; }
        nav.globalnavi > ul > li .drop .drop-menu {
          flex: 1; }
          nav.globalnavi > ul > li .drop .drop-menu ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap; }
            nav.globalnavi > ul > li .drop .drop-menu ul li {
              width: 33.33333%;
              padding: 10px; }
              nav.globalnavi > ul > li .drop .drop-menu ul li a {
                padding: 1em 1.2em;
                background: #fff;
                font-weight: bold;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
                text-decoration: none;
                color: #333;
                display: flex;
                height: 4em;
                line-height: 1.3;
                align-items: center;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all  0.4s; }
                nav.globalnavi > ul > li .drop .drop-menu ul li a:before {
                  content: "";
                  display: inline-block;
                  width: 0;
                  height: 0;
                  border-left: 8px solid #1F4695;
                  border-top: 5px solid transparent;
                  border-bottom: 5px solid transparent;
                  margin-right: 0.7em; }
                nav.globalnavi > ul > li .drop .drop-menu ul li a:hover {
                  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
                  background: #1F4695;
                  color: #fff; }
                  nav.globalnavi > ul > li .drop .drop-menu ul li a:hover:before {
                    border-left: 8px solid #fff; }
          nav.globalnavi > ul > li .drop .drop-menu h5 {
            margin-bottom: 0.8em;
            border-bottom: 1px solid #ccc;
            font-size: 160%;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all  0.4s; }
            nav.globalnavi > ul > li .drop .drop-menu h5 a {
              margin-top: -0.5em;
              position: relative;
              padding: 0.5em 10px;
              text-decoration: none;
              color: #333;
              font-weight: bold;
              display: block; }
              nav.globalnavi > ul > li .drop .drop-menu h5 a:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-left: 10px solid #1F4695;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                margin-right: 0.7em; }
            nav.globalnavi > ul > li .drop .drop-menu h5:hover {
              border-color: #1F4695; }

/*------------------------------------------------------
　グローバルメニュー スマホ用
-------------------------------------------------------*/
nav.globalMenuSp {
  margin-top: 5vh;
  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%;
  max-width: 520px;
  display: none;
  background: #fff;
  overflow-y: scroll;
  /* このクラスを、jQueryで付与・削除する */ }
  nav.globalMenuSp ul.main-list {
    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; }
        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 #1F4695;
          border-bottom: 2px solid #1F4695; }
      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: #1F4695; }
        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; }
          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 #1F4695;
        border-bottom: 2px solid #1F4695; }
      nav.globalMenuSp ul.sub-list li a {
        text-decoration: none;
        color: #222;
        padding: 0.3em;
        display: block; }

.navToggle {
  position: fixed;
  right: 0px;
  top: 0px;
  display: none;
  width: 66px;
  height: 66px;
  cursor: pointer;
  z-index: 999;
  background: #1F4695;
  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 #1F4695;
    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 #1F4695;
    -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: #1F4695;
    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;
    margin-top: 0; }

  .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 ul:not([class]) {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2; }
    .page-content ul:not([class]) li {
      position: relative;
      padding: 0 0 0 1em; }
      .page-content ul:not([class]) li:before {
        content: "";
        width: 0.6em;
        height: 0.6em;
        display: inline-block;
        background-color: #1F4695;
        border-radius: 50%;
        position: absolute;
        margin-top: -0.3em;
        top: 1em;
        left: 0; }
  .page-content ol:not([class]) > li {
    list-style: outside decimal;
    margin-left: 1.5em;
    line-height: 1.7;
    margin-bottom: 0.5em; }
    .page-content ol:not([class]) > li span {
      font-weight: normal;
      font-size: 90%; }
  .page-content ol:not([class]).list-text li {
    margin-bottom: 1.5em; }
  .page-content ul.link {
    list-style: none;
    padding: 0; }
    .page-content ul.link li {
      padding: 0 0 0 1.2em;
      background: url("../img/common/arrow-list.svg") no-repeat;
      background-position: top 0.4em left;
      background-size: 0.8em;
      margin-bottom: 0.5em; }
  .page-content ol.cnt-list li {
    list-style-type: none;
    counter-increment: cnt; }
  .page-content ol.cnt-list li::before {
    content: "(" counter(cnt) ") "; }

/*------------------------------------------------------
　トピックパス
-------------------------------------------------------*/
#path {
  padding: 0.5rem;
  background: #f5f5f5; }
  #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: 14px;
      color: #333;
      position: relative; }
      #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; }

@media screen and (max-width: 768px) {
  #topicpath {
    font-size: 12px; } }
/*------------------------------------------------------
　青四角のリスト
-------------------------------------------------------*/
.list-square-blue {
  list-style-type: none;
  color: #333; }
  .list-square-blue li {
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em; }
  .list-square-blue li::before {
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #1F4695;
    content: ''; }

/*------------------------------------------------------
　ラインナップ
-------------------------------------------------------*/
ul.lineup-list {
  display: flex;
  flex-wrap: wrap; }
  ul.lineup-list li {
    width: 25%;
    list-style: none;
    padding: 0;
    font-size: 110%; }
    @media screen and (max-width: 768px) {
      ul.lineup-list li {
        width: 50%;
        font-size: 95%; } }
    ul.lineup-list li a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 0.2em 0.5em 0.2em 1.5em;
      margin: 0;
      background: url("../img/icon/arrow-white.svg");
      background-size: 1em;
      background-repeat: no-repeat;
      background-position: left center; }

/*------------------------------------------------------
　アイテム別
-------------------------------------------------------*/
ul.item-list {
  display: flex;
  flex-wrap: wrap; }
  ul.item-list li {
    width: 25%;
    list-style: none;
    padding: 0;
    font-size: 110%; }
    @media screen and (max-width: 768px) {
      ul.item-list li {
        width: 50%;
        font-size: 95%; } }
    ul.item-list li a {
      display: block;
      text-decoration: none;
      color: #1F4695;
      padding: 0.2em 0.5em 0.2em 1.5em;
      margin: 0;
      background: url("../img/icon/arrow-blue.svg");
      background-size: 1em;
      background-repeat: no-repeat;
      background-position: left center; }

ul.item-line li {
  padding: 10px;
  border-bottom: solid 1px #999;
  list-style: none; }
  ul.item-line li.table-line {
    display: inline-table;
    width: 48%;
    margin-right: 1em; }
    @media screen and (max-width: 768px) {
      ul.item-line li.table-line {
        width: 100%; } }
    ul.item-line li.table-line span {
      display: table-cell; }
    ul.item-line li.table-line span.num-blue {
      text-align: center;
      width: 2.5rem; }
      ul.item-line li.table-line span.num-blue i {
        display: block;
        padding: 3px 0;
        width: 1.8rem;
        background: #1F4695;
        color: #FFF;
        font-weight: bold;
        font-size: 90%; }

/*------------------------------------------------------
 NEWS
-------------------------------------------------------*/
section.category-list {
  overflow: hidden; }
  section.category-list ol, section.category-list ul {
    margin: 1.5rem 1rem 0.5rem 2rem; }

ul.news-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    ul.news-list {
      font-size: 90%; } }
  ul.news-list li {
    list-style: none;
    border-top: 1px solid #eee;
    padding: 0;
    margin: 0; }
    ul.news-list li a {
      display: flex;
      position: relative;
      text-decoration: none;
      flex-wrap: nowrap;
      padding: 1.3em 2.2em 1em 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;
        border: 1px solid #798A94;
        font-size: 13px;
        margin-right: 1em;
        color: #798A94;
        margin-bottom: 0.3em;
        font-weight: bold; }
        ul.news-list li a span.cat.cat_1, ul.news-list li a span.cat.cat_5 {
          border: 1px solid #798A94;
          color: #798A94; }
        ul.news-list li a span.cat.cat_2 {
          border: 1px solid #FFB448;
          color: #FFB448; }
        ul.news-list li a span.cat.cat_3 {
          border: 1px solid #6CB5E6;
          color: #6CB5E6; }
        ul.news-list li a span.cat.cat_4 {
          border: 1px solid #7CCB76;
          color: #7CCB76; }
      ul.news-list li a time {
        padding-right: 0.7em; }
      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: #fafafa; }
      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: #1F4695;
      cursor: pointer; }
      ul.archive-list li span.active,
      ul.archive-list li a.active {
        background: #1F4695;
        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: #1F4695;
  color: #FFF;
  text-align: center;
  width: 30px;
  line-height: 26px;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  border: 1px solid #1F4695;
  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 #1F4695; }

body .wp-pagenavi a:hover {
  color: #333;
  background: #fff;
  border: 1px solid #1F4695; }

body a.previouspostslink, body a.nextpostslink {
  width: auto;
  padding: 0 10px;
  background-position: center left 15px;
  background-repeat: no-repeat;
  background-size: 15px; }

body .wp-pagenavi span.pages {
  width: auto;
  padding: 0 10px; }

body .wp-pagenavi {
  margin-bottom: 30px;
  text-align: center; }
  body .wp-pagenavi a.first, body .wp-pagenavi a.last {
    width: 3rem; }

/*------------------------------------------------------
 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; }

/*------------------------------------------------------
　フォームメール
-------------------------------------------------------*/
.table-contact table {
  margin: 0 0 2em 0;
  width: 100%;
  font-size: 14px; }
  .table-contact table tr {
    border-top: 3px dotted #CACACA; }
    .table-contact table tr:last-child {
      border-bottom: 3px dotted #CACACA; }
    .table-contact table tr th, .table-contact table tr td {
      border: none; }
    .table-contact table tr th {
      text-align: left;
      vertical-align: middle;
      background: none;
      color: #333;
      width: 25%; }
      @media screen and (max-width: 768px) {
        .table-contact table tr th {
          width: 100%;
          padding: 15px 0 0; } }
      .table-contact table tr th p {
        margin: 0;
        padding: 0; }
      .table-contact table tr th div.item-box p {
        display: flex;
        justify-content: space-between;
        width: 100%; }
      .table-contact table tr th div.item-box span.required {
        display: block;
        width: 3.5rem;
        background: #f09199;
        color: #FFF;
        font-weight: bold;
        font-size: 90%;
        padding: 2px 10px 0;
        margin-left: 1rem;
        text-align: center;
        border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .table-contact table tr td {
        width: 100%;
        padding: 0; } }

input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
  -webkit-appearance: none;
  padding: 1em;
    /*background: #E4E4E4;
	border: none;*/
  border: solid 1px #999;
  font-size: 14px;
  border-radius: 6px;
  width: 100%; }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus {
    border: solid 2px #98CC82; }

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

button#zip {
  padding: 0.3em 0.6em;
  background: #981624;
  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 #999;
  border-radius: 6px; }

.required-label {
  display: inline-block;
  margin-left: 5px;
  padding: 0.2em 1em;
  border: 1px solid #981624;
  border-radius: 1.5em;
  color: #981624;
  font-size: 12px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  padding: 0.8em 1.5em;
  background: #1F4695;
  font-weight: bold;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px;
  margin: 0.5em; }

input[type="reset"] {
  padding: 0.6em 1em;
  background: #3CDEBD;
  font-size: 14px; }

input[type="submit"]:hover {
  opacity: 0.8; }

@media screen and (max-width: 648px) {
  input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
    width: 100%;
    padding: 1em; }

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

.quest {
  /*Checkboxes styles*/ }
  .quest label {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px 10px 0; }
    .quest label:hover {
      background: #eee; }
  .quest input[type="checkbox"] {
    display: none; }
  .quest input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .quest input[type="checkbox"] + span:last-child {
    margin-bottom: 0; }
  .quest 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; }
  .quest 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); }
  .quest input[type="radio"] {
    display: none; }
  .quest input[type="radio"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .quest input[type="radio"] + span:last-child {
    margin-bottom: 0; }
  .quest input[type="radio"] + 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; }
  .quest input[type="radio"]: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); }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

@media screen and (max-width: 576px) {
  .quest label {
    display: block;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding: 15px 10px; }
  .quest input[type="checkbox"] + span {
    font: 16px 'Open Sans', Arial, sans-serif; }
  .quest input[type="radio"] + span {
    font: 16px 'Open Sans', Arial, sans-serif; } }
