@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; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1200px; } }

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: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 1.5;
  background-position: center;
  padding-top: 150px; }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 66px; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* リンク
-------------------------------------------------------*/
a {
  /*画像クリック時に半透明*/ }
  a:link {
    color: #0066CC;
    text-decoration: underline; }
  a:visited {
    color: #003399;
    text-decoration: underline; }
  a:hover {
    color: #0099CC;
    text-decoration: underline;
    font-weight: bold; }
  a:active {
    color: #0066CC;
    text-decoration: underline; }
  a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )"; }

/* フォント
-------------------------------------------------------*/
.font_red {
  color: #F80004; }
.font_blue {
  color: #00A4E9; }
.font_water {
  color: #6ebee5; }
.font_green {
  color: #0ECC00; }
.font_orange {
  color: #FF7600; }
.font_pink {
  color: #FF00CE; }
.font_gray {
  color: #666; }
.font_white {
  color: #fff; }
.font_black {
  color: #333; }
.font_brown {
  color: #6E3A17; }

.red {
  color: #981624; }

.blue {
  color: #5dc2d0; }

.white {
  color: #fff; }

.black {
  color: #333; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

p.headspace {
  margin-left: 1em; }

p.indent10 {
  text-indent: 1em; }

p.starmark10 {
  margin-left: 1em;
  text-indent: -1em; }

ul.starmark {
  list-style: none; }

ul.starmark li {
  margin-left: 1em;
  text-indent: -1em; }

.font50 {
  font-size: 50%; }

.font60 {
  font-size: 60%; }

.font70 {
  font-size: 70%; }

.font80 {
  font-size: 80%; }

.font90 {
  font-size: 90%; }

.font100 {
  font-size: 100%; }

.font110 {
  font-size: 110%; }

.font120 {
  font-size: 120%; }

.font130 {
  font-size: 130%; }

.font140 {
  font-size: 140%; }

.font150 {
  font-size: 150%; }

.font160 {
  font-size: 160%; }

.font170 {
  font-size: 170%; }

.font180 {
  font-size: 180%; }

.font190 {
  font-size: 190%; }

.font200 {
  font-size: 200%; }

.font210 {
  font-size: 210%; }

.font220 {
  font-size: 220%; }

.font230 {
  font-size: 230%; }

.font240 {
  font-size: 240%; }

.font250 {
  font-size: 250%; }

.font260 {
  font-size: 260%; }

.font270 {
  font-size: 270%; }

.font280 {
  font-size: 280%; }

.font290 {
  font-size: 290%; }

.font300 {
  font-size: 300%; }

@media screen and (max-width: 768px) {
  .font110 {
    font-size: 105%; }

  .font120 {
    font-size: 110%; }

  .font130 {
    font-size: 115%; }

  .font140 {
    font-size: 120%; }

  .font150 {
    font-size: 125%; }

  .font160 {
    font-size: 130%; }

  .font170 {
    font-size: 135%; }

  .font180 {
    font-size: 140%; }

  .font190 {
    font-size: 145%; }

  .font200 {
    font-size: 150%; }

  .font210 {
    font-size: 155%; }

  .font220 {
    font-size: 160%; }

  .font230 {
    font-size: 165%; }

  .font240 {
    font-size: 170%; }

  .font250 {
    font-size: 175%; }

  .font260 {
    font-size: 180%; }

  .font270 {
    font-size: 185%; }

  .font280 {
    font-size: 190%; }

  .font290 {
    font-size: 195%; }

  .font300 {
    font-size: 200%; } }
.font95 {
  font-size: 95%; }

storong {
  font-weight: bold; }

@font-face {
  font-family: 'LemonBird';
  src: url(../font/LemonBird.otf); }
.font-yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

.font-yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.font-mont {
  font-family: 'Montserrat', sans-serif; }

.font-note {
  font-family: 'Noto Sans JP', sans-serif; }

/* 文字ぞろえ
-------------------------------------------------------*/
.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

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

@media screen and (max-width: 768px) {
  /*改行*/
  .br:before {
    content: "\a";
    white-space: pre; } }
/* スマホ切り替え
-------------------------------------------------------*/
.sp_alive {
  display: none; }

.pc_alive {
  display: block; }

@media screen and (max-width: 768px) {
  .sp_alive {
    display: block; }

  .pc_alive {
    display: none; } }
.sp_sm_alive {
  display: none; }

.pc_sm_alive {
  display: block; }

@media screen and (max-width: 574px) {
  .sp_sm_alive {
    display: block; }

  .pc_sm_alive {
    display: none; } }
/* 画像
-------------------------------------------------------*/
/*--画像に文字を回り込ませるとき--*/
.imgright {
  float: right;
  margin: 0 0 10px 10px; }

.imgleft {
  float: left;
  margin: 0 10px 5px 0; }

@media screen and (max-width: 768px) {
  .imgright {
    float: none;
    margin: 0 auto 0.5em;
    text-align: center; }

  .imgleft {
    float: none;
    margin: 0 auto 0.5em;
    text-align: center; } }
/*スマホ時も常に回り込ませる*/
.imgright_all {
  float: right;
  margin: 0 0 10px 10px; }

.imgleft_all {
  float: left;
  margin: 0 10px 5px 0; }

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

ul.topic_path {
  margin: 10px 0; }

ul.topic_path li {
  display: inline-block;
  line-height: 110%;
  list-style-type: none;
  margin-left: 0; }

ul.topic_path li a {
  text-decoration: none; }

ul.topic_path li a:after {
  content: " > ";
  color: #000;
  font-weight: normal; }

/*------------------------------------------------------
　本文
-------------------------------------------------------*/
.text-box {
  padding: 0 2em; }
  .text-box p {
    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: 14px; } }
/*注意書き*/
.note-text {
  padding: 1em;
  background: #eeeeee; }
  .note-text.blue {
    background: #e5f2ff; }
  .note-text.red {
    background: #ffeee4;
    color: #c34901; }
  .note-text.orange {
    background: #FFEBA5; }
  .note-text.brown {
    padding: 2em;
    background: #F4F1EC; }

.frame-text {
  padding: 1em;
  border: 2px solid #dddddd; }
  .frame-text.blue {
    border: 2px solid #5dc2d0; }
  .frame-text.orange {
    border: 2px solid #f5a32d; }
  .frame-text.red {
    border: 2px solid #981624; }
  .frame-text.green {
    border: 2px solid #7fbe26;
    color: #000; }
  .frame-text.round {
    border-radius: 1em; }
  .frame-text.dot {
    background-color: #fff;
    /*background-size: 2em 2em;
    background-image: radial-gradient(#e9ffb1 5%, transparent 20%),
    radial-gradient(#e9ffb1 5%, transparent 20%);
    background-position: 0 0, 1em 1em;*/ }

.inner-pd {
  padding: 1em; }

/*テキスト装飾*/
.text-underline {
  text-decoration: underline; }

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

h2 {
  font-size: 200%; }

h3 {
  font-size: 170%; }

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: 180%; }

  h3 {
    font-size: 150%; }

  h4 {
    font-size: 140%; }

  h5 {
    font-size: 120%; }

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

  h2 {
    font-size: 135%; }

  h3 {
    font-size: 130%; }

  h4 {
    font-size: 115%; }

  h5 {
    font-size: 115%; }

  h6 {
    font-size: 110%; } }
.page-content {
  padding: 0 0 70px 0; }
  .page-content h2 {
    color: #222;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0;
    line-height: 1.5;
    border-bottom: 2px solid #eee;
    font-family: 'Noto Sans JP', sans-serif; }
    .page-content h2:after {
      display: block;
      content: "";
      width: 5em;
      background: #981624;
      height: 2px;
      margin: 0.5em auto -2px auto;
      position: relative; }
  .page-content h3 {
    font-family: 'Noto Sans JP', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    text-align: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    .page-content h3:before {
      display: block;
      content: ' ';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-bottom: 1px dashed #aaa;
      margin-right: 1em; }
    .page-content h3:after {
      display: block;
      content: ' ';
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      border-bottom: 1px dashed #aaa;
      margin-left: 1em; }
    .page-content h3 span {
      background: #fff;
      display: inline-block;
      padding: 0.2em 1em;
      position: relative;
      z-index: 2; }
  .page-content h4 {
    font-weight: 500;
    color: #000;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fafafa;
    padding: 0.3em 0.6em; }

/*------------------------------------------------------
　ファイルアイコン
-------------------------------------------------------*/
.page-content a:not([class]) {
  color: #0e52c2;
  /*&:visited{
  	color:#004edd;
  }*/ }
.page-content a[href$=".pdf"]:not([class*="btn-"]), .page-content a[href$=".xls"]:not([class*="btn-"]), .page-content a[href$=".xlsx"]:not([class*="btn-"]), .page-content a[href$=".txt"]:not([class*="btn-"]), .page-content a[href$=".pptx"]:not([class*="btn-"]),
.page-content a[href$=".doc"]:not([class*="btn-"]), .page-content a[href$=".docx"]:not([class*="btn-"]), .page-content a[href$=".ppt"]:not([class*="btn-"]), .page-content a[href$=".zip"]:not([class*="btn-"]), .page-content a[href$=".rar"]:not([class*="btn-"]) {
  color: #0e52c2; }
.page-content a[href$=".pdf"]:after {
  content: "PDF";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".pdf"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".pdf"].img {
  background: none; }
.page-content a[href$=".pdf"].noicon {
  background: none; }
.page-content a[href$=".pdf"]:after {
  border: 1px solid #e00;
  color: #e00; }
.page-content .note-text a[href$=".pdf"] {
  border-bottom: 1px solid;
  margin-right: 3em;
  text-decoration: none;
  display: inline-block;
  height: 1.2em;
  overflow-x: inherit; }
  .page-content .note-text a[href$=".pdf"]:after {
    margin-right: -4em; }
.page-content a[href$=".xls"]:after, .page-content a[href$=".xlsx"]:after {
  content: "XLS";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".xls"][class*="btn-"]:after, .page-content a[href$=".xlsx"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".xls"].img, .page-content a[href$=".xlsx"].img {
  background: none; }
.page-content a[href$=".xls"].noicon, .page-content a[href$=".xlsx"].noicon {
  background: none; }
.page-content a[href$=".xls"]:after, .page-content a[href$=".xlsx"]:after {
  border: 1px solid #009688;
  color: #009688; }
.page-content a[href$=".doc"]:after, .page-content a[href$=".docx"]:after {
  content: "DOC";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".doc"][class*="btn-"]:after, .page-content a[href$=".docx"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".doc"].img, .page-content a[href$=".docx"].img {
  background: none; }
.page-content a[href$=".doc"].noicon, .page-content a[href$=".docx"].noicon {
  background: none; }
.page-content a[href$=".doc"]:after, .page-content a[href$=".docx"]:after {
  border: 1px solid #001fff;
  color: #001fff; }
.page-content a[href$=".ppt"]:after, .page-content a[href$=".pptx"]:after {
  content: "PPT";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".ppt"][class*="btn-"]:after, .page-content a[href$=".pptx"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".ppt"].img, .page-content a[href$=".pptx"].img {
  background: none; }
.page-content a[href$=".ppt"].noicon, .page-content a[href$=".pptx"].noicon {
  background: none; }
.page-content a[href$=".ppt"]:after, .page-content a[href$=".pptx"]:after {
  border: 1px solid #ff9900;
  color: #ff9900; }
.page-content a[href$=".txt"]:after {
  content: "TXT";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".txt"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".txt"].img {
  background: none; }
.page-content a[href$=".txt"].noicon {
  background: none; }
.page-content a[href$=".zip"]:after, .page-content a[href$=".rar"]:after {
  content: "ZIP";
  font-size: 11px;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  border: 1px solid #000;
  color: #000;
  text-decoration: none !important;
  margin-left: 1em;
  vertical-align: middle;
  font-weight: bold; }
.page-content a[href$=".zip"][class*="btn-"]:after, .page-content a[href$=".rar"][class*="btn-"]:after {
  display: none; }
.page-content a[href$=".zip"].img, .page-content a[href$=".rar"].img {
  background: none; }
.page-content a[href$=".zip"].noicon, .page-content a[href$=".rar"].noicon {
  background: 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-contact {
  background: linear-gradient(90deg, #e968a4, #4ca0d3);
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 1em 3em 1em 1.5em;
  border-radius: 0.3em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  position: relative; }
  a.btn-contact img {
    width: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em; }
  a.btn-contact:hover {
    opacity: 0.9; }
  a.btn-contact:after {
    position: absolute;
    content: "";
    right: 1em;
    top: 50%;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    transform: rotate(45deg); }

a.btn-contact-round {
  background: linear-gradient(90deg, #e968a4, #4ca0d3);
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 1em 3em 1em 2em;
  border-radius: 2em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  position: relative; }
  a.btn-contact-round img {
    width: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em; }
  a.btn-contact-round.small {
    padding: 0.5em 3em 0.5em 2em; }
  a.btn-contact-round:hover {
    opacity: 0.9; }
  a.btn-contact-round:after {
    position: absolute;
    content: "";
    right: 1em;
    top: 50%;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    transform: rotate(45deg); }

a.btn-white {
  background: #fff;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  padding: 1.5em 3em 1.5em 1.2em;
  text-decoration: none;
  color: #555;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  text-align: left; }
  a.btn-white:after {
    position: absolute;
    display: block;
    content: "";
    border-top: 1px solid #000;
    top: 50%;
    right: 0;
    width: 1.5em; }
  a.btn-white:hover {
    background: rgba(255, 255, 255, 0.8); }
  a.btn-white img {
    width: 2em;
    vertical-align: middle;
    margin-right: 0.5em; }

a.btn-banner {
  border: 1px solid #ddd;
  display: inline-block; }
  a.btn-banner img {
    vertical-align: bottom; }

a.btn-more {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  border: 1px solid #981624;
  padding: 1.2em 2.5em 1.2em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #981624;
  position: relative;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  a.btn-more:after {
    content: "";
    position: absolute;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #981624;
    border-right: 2px solid #981624;
    transform: rotate(45deg);
    margin-top: -0.25em;
    top: 50%; }
  a.btn-more:before {
    background: #981624;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    z-index: 0;
    left: -100%;
    top: 0; }
  a.btn-more span {
    position: relative;
    z-index: 1; }
  a.btn-more:hover {
    color: #fff; }
    a.btn-more:hover:before {
      left: 0;
      -webkit-transition: .15s ease-in-out;
      -moz-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
    a.btn-more:hover:after {
      border-color: #fff; }

a.btn-form {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  background: #00bcd4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 1em 2.5em 1em 1em;
  position: relative;
  text-align: left;
  line-height: 1.5;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }
  a.btn-form img {
    vertical-align: middle;
    width: 2.5em;
    margin-right: 0.5em; }
    @media screen and (max-width: 768px) {
      a.btn-form img {
        float: left; } }
  a.btn-form:after {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    display: block;
    width: 2em;
    right: 0;
    top: 50%; }
  a.btn-form:hover {
    opacity: 0.9; }

a.btn-arrow {
  display: inline-block;
  position: relative;
  padding: 0.3em 2.5em 0.3em 2em;
  margin-left: 2em;
  text-decoration: none;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  color: #222;
  border-bottom: 1px solid #222; }
  a.btn-arrow:after {
    content: "";
    border-top: 1px solid #222;
    position: absolute;
    width: 2em;
    transform: rotate(45deg);
    right: -0.2em;
    bottom: 0.7em; }
  a.btn-arrow:hover {
    padding: 0.3em 2.5em 0.3em 4em;
    margin-left: 0; }

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

.float_right {
  float: right; }

.float_center {
  margin-left: auto;
  margin-right: auto; }

.float_left {
  float: left; }

/*オープンキャンパスへのボタン*/
.btn-copy {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center; }

.btn-copy:before {
  margin-right: 1rem;
  content: '＼'; }

.btn-copy:after {
  margin-left: 1rem;
  content: '／'; }

a.btn-oc {
  background: #981624;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 1em 3em 1em 2em;
  border: solid 2px #000;
  border-radius: 2em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all  0.25s;
  position: relative; }
  a.btn-oc img {
    width: 1.5em;
    vertical-align: middle;
    margin-right: 0.5em; }
  a.btn-oc.small {
    padding: 0.5em 3em 0.5em 2em; }
  a.btn-oc:hover {
    opacity: 0.9; }
  a.btn-oc:after {
    position: absolute;
    content: "";
    right: 1em;
    top: 50%;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.25em;
    transform: rotate(45deg); }

/*------------------------------------------------------
　スペース
-------------------------------------------------------*/
/*padding*/
.pd_5 {
  padding: 5px; }

.pd_10 {
  padding: 10px; }

.pd_20 {
  padding: 20px; }

.pd_30 {
  padding: 30px; }

/*上下*/
.mt05 {
  margin-top: 0.5em; }

.mb05 {
  margin-bottom: 0.5em; }

.mt10 {
  margin-top: 1em; }

.mb10 {
  margin-bottom: 1em; }

.mt20 {
  margin-top: 2em; }

.mb20 {
  margin-bottom: 2em; }

.mt30 {
  margin-top: 3em; }

.mb30 {
  margin-bottom: 3em; }

.mt40 {
  margin-top: 4em; }

.mb40 {
  margin-bottom: 4em; }

.mt50 {
  margin-top: 5em; }

.mb50 {
  margin-bottom: 5em; }

.mt60 {
  margin-top: 6em; }

.mb60 {
  margin-bottom: 6em; }

.mt70 {
  margin-top: 7em; }

.mb70 {
  margin-bottom: 7em; }

.mt80 {
  margin-top: 8em; }

.mb80 {
  margin-bottom: 8em; }

.mt90 {
  margin-top: 9em; }

.mb90 {
  margin-bottom: 9em; }

.mt100 {
  margin-top: 10em; }

.mb100 {
  margin-bottom: 10em; }

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

  .mb10 {
    margin-bottom: 0.5em; }

  .mt20 {
    margin-top: 1em; }

  .mb20 {
    margin-bottom: 1em; }

  .mt30 {
    margin-top: 1.5em; }

  .mb30 {
    margin-bottom: 1.5em; }

  .mt40 {
    margin-top: 2em; }

  .mb40 {
    margin-bottom: 2em; }

  .mt50 {
    margin-top: 2.5em; }

  .mb50 {
    margin-bottom: 2.5em; }

  .mt60 {
    margin-top: 3em; }

  .mb60 {
    margin-bottom: 3em; }

  .mt70 {
    margin-top: 3.5em; }

  .mb70 {
    margin-bottom: 3.5em; }

  .mt80 {
    margin-top: 4em; }

  .mb80 {
    margin-bottom: 4em; }

  .mt90 {
    margin-top: 4.5em; }

  .mb90 {
    margin-bottom: 4.5em; }

  .mt100 {
    margin-top: 5em; }

  .mb100 {
    margin-bottom: 5em; }

  h2.mt10, h3.mt10, h4.mt10, h5.mt10, h6.mt10 {
    margin-top: 1em; }
  h2.mb10, h3.mb10, h4.mb10, h5.mb10, h6.mb10 {
    margin-bottom: 1em; }
  h2.mt20, h3.mt20, h4.mt20, h5.mt20, h6.mt20 {
    margin-top: 2em; }
  h2.mb20, h3.mb20, h4.mb20, h5.mb20, h6.mb20 {
    margin-bottom: 2em; }
  h2.mt30, h3.mt30, h4.mt30, h5.mt30, h6.mt30 {
    margin-top: 3em; }
  h2.mb30, h3.mb30, h4.mb30, h5.mb30, h6.mb30 {
    margin-bottom: 3em; }
  h2.mt40, h3.mt40, h4.mt40, h5.mt40, h6.mt40 {
    margin-top: 4em; }
  h2.mb40, h3.mb40, h4.mb40, h5.mb40, h6.mb40 {
    margin-bottom: 4em; }
  h2.mt50, h3.mt50, h4.mt50, h5.mt50, h6.mt50 {
    margin-top: 5em; }
  h2.mb50, h3.mb50, h4.mb50, h5.mb50, h6.mb50 {
    margin-bottom: 5em; }
  h2.mt60, h3.mt60, h4.mt60, h5.mt60, h6.mt60 {
    margin-top: 6em; }
  h2.mb60, h3.mb60, h4.mb60, h5.mb60, h6.mb60 {
    margin-bottom: 6em; }
  h2.mt70, h3.mt70, h4.mt70, h5.mt70, h6.mt70 {
    margin-top: 7em; }
  h2.mb70, h3.mb70, h4.mb70, h5.mb70, h6.mb70 {
    margin-bottom: 7em; }
  h2.mt80, h3.mt80, h4.mt80, h5.mt80, h6.mt80 {
    margin-top: 8em; }
  h2.mb80, h3.mb80, h4.mb80, h5.mb80, h6.mb80 {
    margin-bottom: 8em; }
  h2.mt90, h3.mt90, h4.mt90, h5.mt90, h6.mt90 {
    margin-top: 9em; }
  h2.mb90, h3.mb90, h4.mb90, h5.mb90, h6.mb90 {
    margin-bottom: 9em; }
  h2.mt100, h3.mt100, h4.mt100, h5.mt100, h6.mt100 {
    margin-top: 10em; }
  h2.mb100, h3.mb100, h4.mb100, h5.mb100, h6.mb100 {
    margin-bottom: 10em; } }
/* clearfix
-------------------------------------------------------*/
.clearfix {
  min-height: 1px;
  /*IE6、7対策*/ }
  .clearfix:after {
    /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: "."; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/ }

@media screen and (max-width: 768px) {
  .mymap iframe {
    height: 300px; } }
/*------------------------------------------------------
　マーカー
-------------------------------------------------------*/
.line {
  background-image: -webkit-linear-gradient(transparent 60%, #FCD4E0 60%);
  background-image: -o-linear-gradient(transparent 60%, #FCD4E0 60%);
  background-image: linear-gradient(transparent 60%, #FCD4E0 60%);
  padding: 0 0.2em; }

/*------------------------------------------------------
　箱
-------------------------------------------------------*/
.decoration-box {
  padding: 3vw;
  background: #fff8f6; }
  .decoration-box.green {
    background: #def2ca; }

/*---- 吹き出し -----------------------------------------*/
.balloon-box {
  position: relative;
  display: inline-block;
  background: #981624;
  border-radius: 50px;
  padding: .5rem 1rem;
  font-weight: bold;
  color: #fff; }
  .balloon-box:before {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #981624;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .balloon-box.green {
    background: #7fbe26; }
    .balloon-box.green:before {
      border-top: 10px solid #7fbe26; }

/*------------------------------------------------------
　iframe
-------------------------------------------------------*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------------------------
　テーブル
-------------------------------------------------------*/
figure.wp-block-table tr td, figure.wp-block-table tr th {
  border: none; }

figure.wp-block-table:not(.table-history) table:not([class]),
table.tableline, .tableline-scroll table, table.tableline-hold {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%; }
  figure.wp-block-table:not(.table-history) table:not([class]) thead,
  table.tableline thead, .tableline-scroll table thead, table.tableline-hold thead {
    background: #275b81;
    color: #fff; }
    figure.wp-block-table:not(.table-history) table:not([class]) thead th,
    table.tableline thead th, .tableline-scroll table thead th, table.tableline-hold thead th {
      padding: 1.5em 0.8em;
      vertical-align: middle;
      font-weight: bold;
      border-top: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6; }
  figure.wp-block-table:not(.table-history) table:not([class]) tbody th,
  table.tableline tbody th, .tableline-scroll table tbody th, table.tableline-hold tbody th {
    padding: 1.5em 0.8em;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    background: #7293aa;
    color: #fff;
    text-align: center; }
  figure.wp-block-table:not(.table-history) table:not([class]) td,
  table.tableline td, .tableline-scroll table td, table.tableline-hold td {
    padding: 1.5em 0.8em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; }
  figure.wp-block-table:not(.table-history) table:not([class]) p,
  table.tableline p, .tableline-scroll table p, table.tableline-hold p {
    margin: 0; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-course th,
  table.tableline.table-course th, .tableline-scroll table.table-course th, table.tableline-hold.table-course th {
    color: #333;
    text-align: left; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-course th.th-bg1,
    table.tableline.table-course th.th-bg1, .tableline-scroll table.table-course th.th-bg1, table.tableline-hold.table-course th.th-bg1 {
      color: #FFF;
      text-align: center; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-sinkyu th,
  table.tableline.table-sinkyu th, .tableline-scroll table.table-sinkyu th, table.tableline-hold.table-sinkyu th {
    background: #F0FAE7; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-sinkyu th.th-bg1,
    table.tableline.table-sinkyu th.th-bg1, .tableline-scroll table.table-sinkyu th.th-bg1, table.tableline-hold.table-sinkyu th.th-bg1 {
      background: #7fbe26; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-judo th,
  table.tableline.table-judo th, .tableline-scroll table.table-judo th, table.tableline-hold.table-judo th {
    background: #C6D3DB; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-judo th.th-bg1,
    table.tableline.table-judo th.th-bg1, .tableline-scroll table.table-judo th.th-bg1, table.tableline-hold.table-judo th.th-bg1 {
      background: #7293aa; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-physiotherapy th,
  table.tableline.table-physiotherapy th, .tableline-scroll table.table-physiotherapy th, table.tableline-hold.table-physiotherapy th {
    background: #ceebff; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-physiotherapy th.th-bg1,
    table.tableline.table-physiotherapy th.th-bg1, .tableline-scroll table.table-physiotherapy th.th-bg1, table.tableline-hold.table-physiotherapy th.th-bg1 {
      background: #5dc2d0; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-occupational th,
  table.tableline.table-occupational th, .tableline-scroll table.table-occupational th, table.tableline-hold.table-occupational th {
    background: #ffedca; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-occupational th.th-bg1,
    table.tableline.table-occupational th.th-bg1, .tableline-scroll table.table-occupational th.th-bg1, table.tableline-hold.table-occupational th.th-bg1 {
      background: #f5a32d; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-nursing th,
  table.tableline.table-nursing th, .tableline-scroll table.table-nursing th, table.tableline-hold.table-nursing th {
    background: #F9CED1; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-nursing th.th-bg1,
    table.tableline.table-nursing th.th-bg1, .tableline-scroll table.table-nursing th.th-bg1, table.tableline-hold.table-nursing th.th-bg1 {
      background: #f09199; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-exam.width-max,
  table.tableline.table-exam.width-max, .tableline-scroll table.table-exam.width-max, table.tableline-hold.table-exam.width-max {
    min-width: 768px; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-exam th,
  table.tableline.table-exam th, .tableline-scroll table.table-exam th, table.tableline-hold.table-exam th {
    background: #EDE9CF;
    color: #222;
    border-color: #FFF;
    border-width: 2px; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-sinkyu,
    table.tableline.table-exam th.cell-sinkyu, .tableline-scroll table.table-exam th.cell-sinkyu, table.tableline-hold.table-exam th.cell-sinkyu {
      background: #7fbe26;
      color: #FFF; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-judo,
    table.tableline.table-exam th.cell-judo, .tableline-scroll table.table-exam th.cell-judo, table.tableline-hold.table-exam th.cell-judo {
      background: #7293aa;
      color: #FFF; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-physiotherapy,
    table.tableline.table-exam th.cell-physiotherapy, .tableline-scroll table.table-exam th.cell-physiotherapy, table.tableline-hold.table-exam th.cell-physiotherapy {
      background: #5dc2d0;
      color: #FFF; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-occupational,
    table.tableline.table-exam th.cell-occupational, .tableline-scroll table.table-exam th.cell-occupational, table.tableline-hold.table-exam th.cell-occupational {
      background: #f5a32d;
      color: #FFF; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-nursing,
    table.tableline.table-exam th.cell-nursing, .tableline-scroll table.table-exam th.cell-nursing, table.tableline-hold.table-exam th.cell-nursing {
      background: #f09199;
      color: #FFF; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.cell-ocher,
    table.tableline.table-exam th.cell-ocher, .tableline-scroll table.table-exam th.cell-ocher, table.tableline-hold.table-exam th.cell-ocher {
      background: #F3F0DD; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam th.left,
    table.tableline.table-exam th.left, .tableline-scroll table.table-exam th.left, table.tableline-hold.table-exam th.left {
      text-align: left; }
  figure.wp-block-table:not(.table-history) table:not([class]).table-exam td,
  table.tableline.table-exam td, .tableline-scroll table.table-exam td, table.tableline-hold.table-exam td {
    background: #F7F5E8;
    border-color: #FFF;
    border-width: 2px; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-blue,
    table.tableline.table-exam td.cell-blue, .tableline-scroll table.table-exam td.cell-blue, table.tableline-hold.table-exam td.cell-blue {
      background: #ceebff; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-red,
    table.tableline.table-exam td.cell-red, .tableline-scroll table.table-exam td.cell-red, table.tableline-hold.table-exam td.cell-red {
      background: #fdafb2; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-green,
    table.tableline.table-exam td.cell-green, .tableline-scroll table.table-exam td.cell-green, table.tableline-hold.table-exam td.cell-green {
      background: #def2ca; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-orange,
    table.tableline.table-exam td.cell-orange, .tableline-scroll table.table-exam td.cell-orange, table.tableline-hold.table-exam td.cell-orange {
      background: #ffedca; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-purple,
    table.tableline.table-exam td.cell-purple, .tableline-scroll table.table-exam td.cell-purple, table.tableline-hold.table-exam td.cell-purple {
      background: #E5CBF3; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-gray,
    table.tableline.table-exam td.cell-gray, .tableline-scroll table.table-exam td.cell-gray, table.tableline-hold.table-exam td.cell-gray {
      background: #E0E9ED; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-yellow,
    table.tableline.table-exam td.cell-yellow, .tableline-scroll table.table-exam td.cell-yellow, table.tableline-hold.table-exam td.cell-yellow {
      background: #FFFEB1; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-pink,
    table.tableline.table-exam td.cell-pink, .tableline-scroll table.table-exam td.cell-pink, table.tableline-hold.table-exam td.cell-pink {
      background: #ffcbd9; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-ocher,
    table.tableline.table-exam td.cell-ocher, .tableline-scroll table.table-exam td.cell-ocher, table.tableline-hold.table-exam td.cell-ocher {
      background: #F3F0DD; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-start,
    table.tableline.table-exam td.cell-start, .tableline-scroll table.table-exam td.cell-start, table.tableline-hold.table-exam td.cell-start {
      text-align: start; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td.cell-vertical-top,
    table.tableline.table-exam td.cell-vertical-top, .tableline-scroll table.table-exam td.cell-vertical-top, table.tableline-hold.table-exam td.cell-vertical-top {
      vertical-align: top; }
    figure.wp-block-table:not(.table-history) table:not([class]).table-exam td a.btn-cell-gray,
    table.tableline.table-exam td a.btn-cell-gray, .tableline-scroll table.table-exam td a.btn-cell-gray, table.tableline-hold.table-exam td a.btn-cell-gray {
      padding: 10px;
      background: #7293aa;
      color: #FFF;
      text-decoration: none;
      display: block;
      border-radius: 6px; }
      figure.wp-block-table:not(.table-history) table:not([class]).table-exam td a.btn-cell-gray:hover,
      table.tableline.table-exam td a.btn-cell-gray:hover, .tableline-scroll table.table-exam td a.btn-cell-gray:hover, table.tableline-hold.table-exam td a.btn-cell-gray:hover {
        background: #9B9B9B; }

figure.wp-block-table.table-history table,
table.table-history {
  width: 100%; }
  figure.wp-block-table.table-history table th,
  table.table-history th {
    padding: 1.7em 0.8em;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #981624; }
  figure.wp-block-table.table-history table td,
  table.table-history td {
    padding: 1.7em 0.8em;
    vertical-align: middle;
    border-bottom: 1px solid #ddd; }
  figure.wp-block-table.table-history table p,
  table.table-history p {
    margin: 0; }

table.small, .small table {
  font-size: 80%; }
  table.small th, .small table th {
    padding: 0.5em; }
  table.small td, .small table td {
    padding: 0.5em; }

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

  table.table-history th {
    display: block;
    width: 75%;
    padding-bottom: 0.5em; }
  table.table-history td {
    display: block; }
  table.table-history p {
    margin: 0; }

  .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: #5dc2d0; }
    .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.small, .small table {
    font-size: 70%; }
    table.small th, .small table th {
      padding: 0.5em 0; }
    table.small td, .small table td {
      padding: 0.5em 0; } }
/*ライン無*/
table.noline {
  width: 100%; }
  table.noline td {
    border: none;
    padding: 0.3em;
    vertical-align: middle; }
  table.noline th {
    border: none;
    background: none;
    width: auto;
    text-align: left;
    padding: 0.3em; }

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

/*------------------------------------------------------
　タブの切り替え
-------------------------------------------------------*/
.tabs {
  padding: 50px 0 0 0;
  position: relative;
  text-align: center;
  font-size: 0; }
  .tabs .tab-label {
    display: inline-block;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 0.5em 0.5em 0 0;
    margin: 0 10px 0 10px;
    padding: 1em;
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer; }
  .tabs .tab-label:hover {
    background-color: #00B2EB;
    color: #fff; }
  .tabs input[name="tab-radio"],
  .tabs .tab-content {
    display: none;
    clear: both;
    padding: 20px;
    border: 2px solid #00B2EB; }
  .tabs .tab-content {
    font-size: 16px;
    color: #003049;
    min-height: 200px;
    text-align: left; }

@media screen and (max-width: 768px) {
  .tabs {
    padding: 0; }
    .tabs .tab-label {
      font-size: 14px;
      margin: 0 5px;
      width: 45%; }
    .tabs .tab-content {
      padding: 10px; } }
/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content,
.tabs #tab-4:checked ~ .tab-4-content,
.tabs #tab-5:checked ~ .tab-5-content {
  display: block; }

/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
  background-color: #00B2EB;
  color: #fff; }

/*------------------------------------------------------
　wordpress 設定
-------------------------------------------------------*/
.wp-block-image.full img {
  width: 100%;
  height: auto; }

/*!
 * 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: 1400px; }

.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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background: #fff; }
  @media screen and (min-width: 769px) {
    #header {
      min-width: 1200px; } }
  #header .sub-content {
    overflow: hidden;
    max-height: 200px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all  0.25s;
    padding: 0 10px;
    background: -moz-linear-gradient(right, #f4dbdd, #fbf0f1);
    background: -webkit-linear-gradient(right, #f4dbdd, #fbf0f1);
    background: linear-gradient(to right, #f4dbdd, #fbf0f1); }
    #header .sub-content .inner {
      display: flex;
      max-width: 1600px;
      margin: auto; }
      #header .sub-content .inner .sub-title {
        width: 280px;
        display: flex;
        vertical-align: middle; }
      #header .sub-content .inner .nav {
        flex: 1; }
    @media screen and (max-width: 768px) {
      #header .sub-content {
        display: none; } }
  #header .main-content {
    padding: 0 10px;
    position: relative; }
    #header .main-content .inner {
      display: flex;
      max-width: 1600px;
      margin: auto; }
      #header .main-content .inner .sitelogo {
        width: 320px;
        padding: 15px 0;
        display: flex;
        align-items: center; }
        #header .main-content .inner .sitelogo img {
          width: 100%;
          max-width: 320px;
          vertical-align: bottom; }
        @media screen and (max-width: 768px) {
          #header .main-content .inner .sitelogo {
            width: 200px; } }
      #header .main-content .inner .navi {
        flex: 1; }
        @media screen and (max-width: 768px) {
          #header .main-content .inner .navi {
            display: none; } }
      #header .main-content .inner .contact {
        padding: 10px 0 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          #header .main-content .inner .contact {
            display: none; } }
  #header.small {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    #header.small .sub-content {
      max-height: 0; }
    #header.small .main-content nav.globalnavi > ul > li > a {
      padding: 1.5em 1.5em; }

/*------------------------------------------------------
　サイドメニュー
-------------------------------------------------------*/
.side-nav-warp {
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  background: #888;
  list-style: none;
  z-index: 998; }
  .side-nav-warp ul {
    list-style: none; }
    .side-nav-warp ul li {
      display: block;
      margin: 0;
      padding: 0; }
      .side-nav-warp ul li a, .side-nav-warp ul li span {
        display: block;
        text-decoration: none;
        cursor: pointer;
        padding: 3px; }
        .side-nav-warp ul li a img, .side-nav-warp ul li span img {
          vertical-align: bottom; }
        .side-nav-warp ul li a:hover, .side-nav-warp ul li span:hover {
          background-color: rgba(255, 255, 255, 0.3); }
      .side-nav-warp ul li:last-child {
        background: #5dc2d0; }
  @media screen and (max-width: 576px) {
    .side-nav-warp {
      top: auto;
      bottom: 30px;
      width: 50px; } }

/*------------------------------------------------------
　ページタイトル
-------------------------------------------------------*/
.page-title {
  position: relative; }
  .page-title h1 {
    padding: 0;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 2em; }
    .page-title h1 span {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 60%; }
      .page-title h1 span:before {
        content: "";
        background: linear-gradient(90deg, #7fbe26, #7293aa, #5dc2d0, #f5a32d, #f09199);
        max-width: 13em;
        width: 100%;
        height: 2px;
        display: block;
        margin: 0.3em auto; }

/*------------------------------------------------------
　トピックパス
-------------------------------------------------------*/
#topicpath {
  margin-top: 2em;
  margin-bottom: 1em; }
  #topicpath ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    #topicpath ul li {
      list-style: none;
      display: inline-block;
      padding: 0.3em 0.5em;
      font-size: 14px;
      color: #333; }
      #topicpath ul li:after {
        content: '＞';
        color: #333;
        opacity: 0.7; }
      #topicpath ul li:last-child:after {
        display: none; }
      #topicpath ul li a {
        color: #333;
        margin-right: 0.5em; }
  #topicpath a {
    color: #333;
    margin-right: 0.5em; }

@media screen and (max-width: 768px) {
  #topicpath {
    font-size: 12px; } }
/*------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer hr {
  border-bottom: 1px solid #fff; }

.footer-map {
  background: url("../img/temp/access-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 70px 10px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer-map {
      padding: 50px 10px; } }
  .footer-map:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/common/rainbow-bg.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1; }
  .footer-map:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.4);
    z-index: 2; }
  .footer-map .container {
    position: relative;
    z-index: 3; }

.map-frame {
  position: relative;
  padding-bottom: 400px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .map-frame iframe {
    position: absolute;
    top: -150px;
    height: 700px;
    width: 100%;
    left: 0;
    bottom: -150px; }
  @media screen and (max-width: 768px) {
    .map-frame {
      padding-bottom: 300px; }
      .map-frame iframe {
        height: 600px; } }

@media screen and (max-width: 768px) {
  .map-logo {
    width: 240px; }

  .map-chara {
    width: 100px;
    margin-top: -50px; } }
.footer-contact {
  background: #fff;
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: auto;
  max-width: 1400px; }
  @media screen and (max-width: 768px) {
    .footer-contact {
      padding: 10px;
      font-size: 14px;
      flex-wrap: wrap; } }
  .footer-contact h3 {
    font-size: 240%;
    font-weight: 300; }
  .footer-contact .contact-item {
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .footer-contact .contact-item {
        border-bottom: 1px solid #ddd;
        border-right: none; }
        .footer-contact .contact-item a.btn-contact-round.small {
          padding: 0.5em 2em 0.5em 1em;
          font-size: 12px; }
        .footer-contact .contact-item:nth-child(2) {
          width: 50%;
          padding: 25px 10px;
          border-right: 1px solid #ddd;
          border-bottom: none; }
        .footer-contact .contact-item:nth-child(3) {
          width: 50%;
          padding: 25px 10px; } }
    .footer-contact .contact-item:last-child {
      border-right: none;
      border-bottom: none; }

.footer-nav-wrap {
  padding: 80px 0;
  background: url("../img/common/rainbow-bg.jpg");
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .footer-nav-wrap {
      display: none; } }

ul.footer-nav li {
  list-style: none; }
ul.footer-nav a {
  text-decoration: none;
  color: #000; }
ul.footer-nav.float {
  display: flex;
  flex-wrap: wrap; }
  ul.footer-nav.float li {
    width: 25%; }
    @media screen and (max-width: 768px) {
      ul.footer-nav.float li {
        width: 100%; } }
ul.footer-nav > li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 1em;
  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; }
  ul.footer-nav > li > a {
    display: block;
    font-weight: bold; }
  ul.footer-nav > li ul li {
    padding-left: 0.7em;
    position: relative;
    margin-top: 0.3em; }
    ul.footer-nav > li ul li:before {
      content: "";
      width: 0.3em;
      height: 2px;
      background: #981624;
      position: absolute;
      left: 0;
      top: 50%; }

p.copyright {
  background: #c36266;
  text-align: center;
  color: #fff;
  padding: 0.7em; }
  @media screen and (max-width: 768px) {
    p.copyright {
      font-size: 75%; } }

/*------------------------------------------------------
　グローバルメニュー PC共通
-------------------------------------------------------*/
ul.sub-nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  font-size: 90%; }
  ul.sub-nav li {
    padding-left: 2px; }
    ul.sub-nav li a {
      background: #bf5670;
      display: inline-block;
      padding: 0.8em 1em;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      font-size: 90%; }
      ul.sub-nav li a:hover {
        opacity: 0.8; }
      ul.sub-nav li a img {
        width: 1.3em;
        vertical-align: middle;
        margin-right: 0.5em; }

nav.globalnavi {
  display: flex;
  justify-content: flex-end; }
  nav.globalnavi > ul {
    display: flex;
    justify-content: flex-end; }
    nav.globalnavi > ul > li {
      list-style: none; }
      nav.globalnavi > ul > li > a {
        display: block;
        padding: 2em 1.5em;
        font-size: 15.5px;
        text-decoration: none;
        color: #111;
        font-weight: bold;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all  0.25s; }
        @media screen and (min-width: 1340px) {
          nav.globalnavi > ul > li > a {
            padding: 2.5em 1.5em;
            font-size: 15px; } }
        @media screen and (max-width: 1024px) {
          nav.globalnavi > ul > li > a {
            font-size: 14.5px; } }
        nav.globalnavi > ul > li > a:after {
          content: "";
          display: block;
          height: 4px;
          background: linear-gradient(90deg, #7fbe26, #fff697);
          margin-top: 0.3em; }
        nav.globalnavi > ul > li > a:hover {
          background: #f7f7f7; }
      nav.globalnavi > ul > li .drop:after {
        background: linear-gradient(90deg, #7fbe26, #fff697); }
      nav.globalnavi > ul > li:nth-child(2) > a:after {
        background: linear-gradient(90deg, #7293aa, #bce1e2); }
      nav.globalnavi > ul > li:nth-child(2) .drop:after {
        background: linear-gradient(90deg, #7293aa, #bce1e2); }
      nav.globalnavi > ul > li:nth-child(3) > a:after {
        background: linear-gradient(90deg, #5dc2d0, #cbe1a2); }
      nav.globalnavi > ul > li:nth-child(3) .drop:after {
        background: linear-gradient(90deg, #5dc2d0, #cbe1a2); }
      nav.globalnavi > ul > li:nth-child(4) > a:after {
        background: linear-gradient(90deg, #f5a32d, #f6c7ce); }
      nav.globalnavi > ul > li:nth-child(4) .drop:after {
        background: linear-gradient(90deg, #f5a32d, #f6c7ce); }
      nav.globalnavi > ul > li:nth-child(5) > a:after {
        background: linear-gradient(90deg, #bad4ee, #f09199); }
      nav.globalnavi > ul > li:nth-child(5) .drop:after {
        background: linear-gradient(90deg, #bad4ee, #f09199); }
      nav.globalnavi > ul > li:hover .drop {
        display: block;
        max-height: 768px;
        z-index: 10; }
        nav.globalnavi > ul > li:hover .drop .drop-inner {
          margin: 50px auto; }
  nav.globalnavi .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 .drop .drop-inner {
      max-width: 1600px;
      margin: 0 auto;
      padding: 20px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all  0.4s; }
    nav.globalnavi .drop:after {
      display: block;
      content: "";
      width: 100%;
      height: 5px; }
    nav.globalnavi .drop .drop-col {
      display: flex;
      flex-wrap: nowrap; }
      nav.globalnavi .drop .drop-col .drop-photo {
        width: 25%;
        padding: 20px; }
        nav.globalnavi .drop .drop-col .drop-photo p {
          font-size: 90%;
          margin-top: 0.5em; }
        nav.globalnavi .drop .drop-col .drop-photo img {
          padding: 5px;
          background: #fff;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      nav.globalnavi .drop .drop-col .drop-menu {
        flex: 1;
        padding: 20px; }
        nav.globalnavi .drop .drop-col .drop-menu ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap; }
          nav.globalnavi .drop .drop-col .drop-menu ul li {
            width: 33.33333%;
            padding: 10px; }
            nav.globalnavi .drop .drop-col .drop-menu ul li a {
              padding: 1em 1.2em;
              background: #fff;
              font-weight: bold;
              box-shadow: 0 0 15px 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 .drop .drop-col .drop-menu ul li a:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-left: 8px solid #981624;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                margin-right: 0.7em; }
              nav.globalnavi .drop .drop-col .drop-menu ul li a:hover {
                box-shadow: 0 0 15px rgba(0, 0, 0, 0);
                background: #981624;
                color: #fff; }
                nav.globalnavi .drop .drop-col .drop-menu ul li a:hover:before {
                  border-left: 8px solid #fff; }
        nav.globalnavi .drop .drop-col .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 .drop .drop-col .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 .drop .drop-col .drop-menu h5 a:before {
              content: "";
              display: inline-block;
              width: 0;
              height: 0;
              border-left: 10px solid #981624;
              border-top: 7px solid transparent;
              border-bottom: 7px solid transparent;
              margin-right: 0.7em; }
          nav.globalnavi .drop .drop-col .drop-menu h5:hover {
            border-color: #981624; }

/*------------------------------------------------------
　グローバルメニュー スマホ用
-------------------------------------------------------*/
nav.globalMenuSp {
  position: fixed;
  z-index: 999;
  top: 66px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  padding: 0;
  padding: 10px;
  transform: translateX(-100%);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  width: 100%;
  display: none;
  background: #fff;
  overflow-y: scroll;
  /* このクラスを、jQueryで付与・削除する */ }
  nav.globalMenuSp 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 #981624;
          border-bottom: 2px solid #981624; }
      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: #981624; }
        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 #981624;
        border-bottom: 2px solid #981624; }
      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: #981624;
  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 #981624;
    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 #981624;
    -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: #981624;
    color: #fff; }
nav.globalMenuSp .close-sp {
  padding: 1em;
  background: #777;
  text-align: center;
  color: #fff; }

@media screen and (max-width: 768px) {
  nav.globalMenuSp {
    display: block; }

  .navToggle {
    display: block; } }
/*------------------------------------------------------
　リスト
-------------------------------------------------------*/
.page-content {
  /*ノーマル*/ }
  .page-content dt {
    margin: 0 0 0.4em 0;
    font-weight: bold;
    line-height: 1.2em; }
  .page-content dd {
    margin: 0 0 1em 1em; }
    .page-content dd:last-child {
      margin: 0 0 0 1em; }
  .page-content 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: #981624;
        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; }
  .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; }

/*------------------------------------------------------
　新着情報
-------------------------------------------------------*/
ul.list-news {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    ul.list-news {
      font-size: 90%; } }
  ul.list-news li {
    list-style: none;
    border-top: 1px dotted #b3b3b3;
    padding: 0;
    margin: 0; }
    ul.list-news li:last-child {
      border-bottom: 1px dotted #b3b3b3; }
    ul.list-news li a {
      display: flex;
      text-decoration: none;
      flex-wrap: nowrap;
      padding: 1.2em 0.7em;
      color: #333;
      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.list-news li a {
          flex-wrap: wrap; } }
      ul.list-news li a span.category {
        padding: 0.1em;
        width: 8em;
        text-align: center;
        background: #4c567f;
        font-size: 12px;
        margin-right: 0.7em;
        color: #fff;
        border-radius: 0.3em;
        margin-bottom: 0.3em; }
        ul.list-news li a span.category.navy, ul.list-news li a span.category.news-school {
          background: #4c567f; }
        ul.list-news li a span.category.green, ul.list-news li a span.category.news-shinkyu, ul.list-news li a span.category.voice-shinkyu, ul.list-news li a span.category.visit-shinkyu, ul.list-news li a span.category.info {
          background: #7fbe26; }
        ul.list-news li a span.category.gray, ul.list-news li a span.category.news-judo, ul.list-news li a span.category.voice-judo, ul.list-news li a span.category.visit-judo {
          background: #7293aa; }
        ul.list-news li a span.category.blue, ul.list-news li a span.category.news-physiotherapy, ul.list-news li a span.category.voice-physiotherapy, ul.list-news li a span.category.visit-physiotherapy {
          background: #5dc2d0; }
        ul.list-news li a span.category.orange, ul.list-news li a span.category.news-occupational, ul.list-news li a span.category.voice-occupational, ul.list-news li a span.category.visit-occupational {
          background: #f5a32d; }
        ul.list-news li a span.category.pink, ul.list-news li a span.category.news-nursing, ul.list-news li a span.category.voice-nursing, ul.list-news li a span.category.visit-nursing {
          background: #f09199; }
        ul.list-news li a span.category.red, ul.list-news li a span.category.important {
          background: #C50003; }
      ul.list-news li a time {
        padding-right: 0.7em; }
      ul.list-news li a span.title {
        flex: 1; }
        @media screen and (max-width: 768px) {
          ul.list-news li a span.title {
            flex: auto; } }
      ul.list-news li a:hover {
        background: #fafafa; }
  ul.list-news.summary li a {
    color: #333; }
    @media screen and (max-width: 768px) {
      ul.list-news.summary li a {
        font-size: 90%; } }
    ul.list-news.summary li a > div {
      padding: 0 0 0 20px;
      flex: 1; }
      @media screen and (max-width: 768px) {
        ul.list-news.summary li a > div {
          padding: 0 0 0 10px; } }
      ul.list-news.summary li a > div span.cat-number {
        float: left; }
      ul.list-news.summary li a > div span.title {
        display: block;
        padding: 0.5em 0;
        font-size: 170%; }
        @media screen and (max-width: 768px) {
          ul.list-news.summary li a > div span.title {
            font-size: 120%; } }
    ul.list-news.summary li a .image {
      flex: none;
      padding: 0;
      position: relative;
      padding-bottom: 14%;
      width: 20%; }
      @media screen and (max-width: 768px) {
        ul.list-news.summary li a .image {
          width: 25%;
          padding-bottom: 25%; } }
      ul.list-news.summary li a .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }

/*------------------------------------------------------
　重要なお知らせ
-------------------------------------------------------*/
.inportant-news {
  background-color: #e54c5d; }
  .inportant-news ul.list-news-important {
    background-image: url("../img/top/icon_inportant.png");
    padding: 20px 0 20px 2.5em;
    background-size: 2em;
    background-position: center left 0;
    background-repeat: no-repeat; }
    .inportant-news ul.list-news-important li a {
      color: #fff; }

ul.list-news-important {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 768px) {
    ul.list-news-important {
      font-size: 90%; } }
  ul.list-news-important li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: dashed 1px #CCC; }
    ul.list-news-important li a {
      display: flex;
      text-decoration: none;
      flex-wrap: wrap;
      padding: 0.1em 0.7em;
      color: #333;
      align-items: center;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      ul.list-news-important li a time {
        padding-right: 1em; }
      ul.list-news-important li a:hover {
        background: rgba(255, 255, 255, 0.1); }

ul.sns-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  ul.sns-list li {
    padding: 12px; }
    ul.sns-list li a {
      display: inline-block; }
      ul.sns-list li a img {
        width: 50px; }
        @media screen and (max-width: 768px) {
          ul.sns-list li a img {
            width: 35px; } }
    @media screen and (max-width: 768px) {
      ul.sns-list li {
        padding: 7px; } }

/*------------------------------------------------------
　ページの対応
-------------------------------------------------------*/
/*---- 疑似要素 -----------------------------------*/
.list_icon-wrap {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list_icon-wrap li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #981624;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px; }
  .list_icon-wrap li.green:before {
    background-color: #7fbe26; }

/*------------------------------------------------------
　一覧ページ用サマリー
-------------------------------------------------------*/
.index-summary-item {
  padding: 2%; }
  .index-summary-item a {
    border-top: 3px solid #981624;
    display: block;
    padding: 0;
    height: 100%;
    text-decoration: none;
    color: #333 !important;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .index-summary-item a .index-title {
      font-weight: bold;
      height: 4em;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 115%;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .index-summary-item a .index-title {
          font-size: 90%; } }
    .index-summary-item a .index-summary-image {
      position: relative;
      padding-bottom: 65%;
      overflow: hidden; }
      .index-summary-item a .index-summary-image img {
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all  0.4s; }
    .index-summary-item a .index-text {
      padding: 1em 10px;
      height: 7em;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .index-summary-item a .index-text {
          font-size: 90%; } }
    .index-summary-item a:hover .index-summary-image img {
      transform: scale(1.1); }
  .index-summary-item.course01 a {
    border-top: 3px solid #7fbe26; }
  .index-summary-item.course02 a {
    border-top: 3px solid #7293aa; }
  .index-summary-item.course03 a {
    border-top: 3px solid #5dc2d0; }
  .index-summary-item.course04 a {
    border-top: 3px solid #f5a32d; }
  .index-summary-item.course05 a {
    border-top: 3px solid #F09199; }
  .index-summary-item.course06 a {
    border-top: 3px solid #698bac; }

.index-summary {
  display: flex;
  flex-wrap: wrap; }
  .index-summary .index-summary-item {
    width: 33.33333%;
    padding: 2%; }
    @media screen and (max-width: 768px) {
      .index-summary .index-summary-item .index-title {
        font-size: 100%; } }
    @media screen and (max-width: 768px) {
      .index-summary .index-summary-item .index-text {
        font-size: 80%; } }
    @media screen and (max-width: 768px) {
      .index-summary .index-summary-item {
        width: 50%; } }

/*------------------------------------------------------
 TOP
-------------------------------------------------------*/
.top-newarea .item-newbox {
  padding: 20px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%; }
  .top-newarea .item-newbox:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 4px;
    background: #c36266;
    top: 0;
    left: 30%;
    display: block; }
  @media screen and (max-width: 768px) {
    .top-newarea .item-newbox {
      font-size: 90%; } }
  .top-newarea .item-newbox h3 {
    color: #c36266;
    font-size: 140%;
    margin: 0.3em 0 0.9em 0;
    font-family: 'Montserrat', sans-serif; }
  .top-newarea .item-newbox .image {
    flex: none;
    padding: 0;
    position: relative;
    padding-bottom: 65%; }
    .top-newarea .item-newbox .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      padding: 5px;
      background: #fff; }
  .top-newarea .item-newbox .link-title {
    border-bottom: 1px solid #222;
    margin-bottom: 1em; }
    .top-newarea .item-newbox .link-title a {
      color: #222;
      text-decoration: none;
      display: block;
      margin-bottom: 0.3em;
      font-weight: bold; }
  .top-newarea .item-newbox .text {
    font-size: 90%; }
  .top-newarea .item-newbox .more {
    text-align: right; }
    .top-newarea .item-newbox .more a {
      color: #000; }

/*------------------------------------------------------
 459コラム
-------------------------------------------------------*/
.column_459 .page_list, .column_459 .column-recommend {
  margin-bottom: 2rem; }
  .column_459 .page_list a, .column_459 .column-recommend a {
    border-radius: 10px;
    padding: 1rem 2rem;
    display: block;
    box-shadow: 2px 2px 6px 0px rgba(129, 129, 129, 0.4);
    background-color: #FFF;
    text-decoration: none;
    color: #333;
    height: 100%; }
    .column_459 .page_list a:hover, .column_459 .column-recommend a:hover {
      background: #eee; }
  .column_459 .page_list time, .column_459 .column-recommend time {
    font-size: 90%; }
  .column_459 .page_list .column-category, .column_459 .column-recommend .column-category {
    display: flex;
    flex-wrap: wrap; }
    .column_459 .page_list .column-category span, .column_459 .column-recommend .column-category span {
      font-size: 80%;
      padding: 0 5px;
      margin-right: 10px;
      /*background: $basecolor-gray;
      color: #FFF;*/
      border: solid 1px #7293aa;
      color: #7293aa;
      display: block;
      margin-top: 5px; }
  .column_459 .page_list .column-thumbnail img, .column_459 .column-recommend .column-thumbnail img {
    width: 150px;
    height: 150px;
    object-fit: cover; }
    @media screen and (max-width: 576px) {
      .column_459 .page_list .column-thumbnail img, .column_459 .column-recommend .column-thumbnail img {
        width: 100px;
        height: 100%; } }
  .column_459 .page_list .column-overview, .column_459 .column-recommend .column-overview {
    width: calc(100% - 150px - 2rem); }
    @media screen and (max-width: 768px) {
      .column_459 .page_list .column-overview, .column_459 .column-recommend .column-overview {
        width: calc(100% - 100px - 1rem); } }
.column_459 .page_main {
  /*h3 {
  	border-bottom: solid 3px #999;
  	padding: 30px 0 5px 1rem;
  	text-align: left;
  }
  h4 {
  	background: #ddd;
  	padding: 5px 1rem;
  	text-align: left;
  }*/ }
  .column_459 .page_main h3, .column_459 .page_main h4 {
    margin-top: 8vh; }
  .column_459 .page_main ol, .column_459 .page_main ul {
    margin-left: 2rem; }
  .column_459 .page_main .column-mokuji {
    background: #eee;
    border-top: solid 3px #BBB;
    padding: 1rem; }
    .column_459 .page_main .column-mokuji ol {
      margin-left: 1.6rem; }
    .column_459 .page_main .column-mokuji ol li {
      line-height: 2; }
  .column_459 .page_main .column-mainimg {
    position: relative;
    overflow: hidden;
    /*max-height: 280px;*/ }
    .column_459 .page_main .column-mainimg::before {
      content: "";
      padding-top: 100%;
      display: block; }
    .column_459 .page_main .column-mainimg img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .column_459 .page_main .column-prev a {
    display: block;
    background: #7293aa;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 90%;
    padding: 0 8px;
    border-radius: 8px; }
  .column_459 .page_main .column-recommend .column-thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover; }
  .column_459 .page_main p.column-fixtext:first-letter {
    font-weight: bold;
    font-size: 180%;
    color: #981624; }

/*------------------------------------------------------
 ページ内
-------------------------------------------------------*/
div.attribute-area {
  margin-left: 1em; }

div.attribute-area2 {
  width: 98%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    div.attribute-area2 {
      width: 95%; } }

span.cat-number {
  padding: 0.1em;
  width: 8em;
  text-align: center;
  background: #4c567f;
  font-size: 12px;
  margin-right: 0.7em;
  color: #fff;
  border-radius: 0.3em;
  margin-bottom: 0.3em;
  display: block; }
  @media screen and (max-width: 768px) {
    span.cat-number {
      font-size: 90%; } }
  span.cat-number.navy, span.cat-number.news-school, span.cat-number.for-students, span.cat-number.lecture, span.cat-number.workshop {
    background: #4c567f; }
  span.cat-number.green, span.cat-number.news-shinkyu, span.cat-number.voice-shinkyu, span.cat-number.visit-shinkyu, span.cat-number.info {
    background: #7fbe26; }
  span.cat-number.gray, span.cat-number.news-judo, span.cat-number.voice-judo, span.cat-number.visit-judo {
    background: #7293aa; }
  span.cat-number.blue, span.cat-number.news-physiotherapy, span.cat-number.voice-physiotherapy, span.cat-number.visit-physiotherapy {
    background: #5dc2d0; }
  span.cat-number.orange, span.cat-number.news-occupational, span.cat-number.voice-occupational, span.cat-number.visit-occupational {
    background: #f5a32d; }
  span.cat-number.pink, span.cat-number.news-nursing, span.cat-number.voice-nursing, span.cat-number.visit-nursing {
    background: #f09199; }
  span.cat-number.red, span.cat-number.important {
    background: #C50003; }

/*------------------------------------------------------
 ページナビゲーション
-------------------------------------------------------*/
body .wp-pagenavi a, body .wp-pagenavi span {
  background: #5dc2d0;
  color: #FFF;
  text-align: center;
  width: 30px;
  line-height: 26px;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  border: 1px solid #5dc2d0;
  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 #5dc2d0; }

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

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

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

body .wp-pagenavi {
  margin-bottom: 30px;
  text-align: center; }

/*------------------------------------------------------
 年度表記
-------------------------------------------------------*/
.year-area {
  background: #F8F4CF;
  padding: 1em 10px; }
  .year-area .year-list {
    flex-wrap: wrap; }
    .year-area .year-list a {
      text-decoration: none;
      color: #333;
      overflow: hidden;
      display: block;
      padding: 5px;
      margin: 0 10px; }
  .year-area a.list-back {
    display: flex;
    max-width: 200px;
    padding: 5px 10px 0;
    text-decoration: none;
    margin: 0 0 10px 0;
    color: #333;
    border-radius: 8px; }
    .year-area a.list-back:hover {
      background: #FFF; }
    .year-area a.list-back span {
      display: block;
      padding-right: 10px; }

/*------------------------------------------------------
 Wordpress必須
-------------------------------------------------------*/
.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.scrolltable, table.tablelineonly {
  margin: 0.5em 0;
  border-collapse: collapse;
  border: 1px solid #CCC;
  max-width: 100%; }

table.scrolltable th, table.tablelineonly th, table.tablelineonly td {
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #CCC; }

table.scrolltable th, table.tablelineonly th {
  background: #EEEEEE; }

@media screen and (max-width: 576px) {
  table.scrolltable {
    width: auto;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%; }
    table.scrolltable tbody {
      min-width: 640px;
      display: block; }

  /*iframe*/
  .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
.topics_box table {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 100%; }
  .topics_box table th {
    padding: 1.5em 0.8em;
    vertical-align: middle;
    font-weight: bold;
    background: #EDE9CF;
    color: #222;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF; }
  .topics_box table td {
    padding: 1.5em 0.8em;
    vertical-align: middle;
    background: #F7F5E8;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF; }
