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

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

/*------------------------------------------------------
　基本設定
-------------------------------------------------------*/
body {
  font-family: 'M PLUS 1p', sans-serif;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 1.5;
  background-position: center; }

img {
  max-width: 100%;
  height: auto; }

/* リンク
-------------------------------------------------------*/
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 )"; }

/* フォント
-------------------------------------------------------*/
.red {
  color: #bc0a17; }

.blue {
  color: #0c96f5; }

.w-blue {
  color: #6ebee5; }

.green {
  color: #003618; }

.orange {
  color: #FFAA00; }

.pink {
  color: #ff7bac; }

.gray {
  color: #666; }

.white {
  color: #fff; }

.gold {
  color: #a57f38; }

.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%; } }
storong {
  font-weight: bold; }

@font-face {
  font-family: 'LemonBird';
  src: url(../font/LemonBird.woff); }
.font-lemon {
  font-family: LemonBird;
  letter-spacing: 0.13em; }

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

.textright {
  text-align: right; }

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

img[src$=".svg"].wave {
  width: 100%;
  height: auto; }

.font-yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

.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: 93%; } }
/*注意書き*/
.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 #0c96f5; }
  .frame-text.orange {
    border: 2px solid #FFAA00; }
  .frame-text.red {
    border: 2px solid #bc0a17; }
  .frame-text.green {
    border: 2px solid #8cc63f;
    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; }

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

h2 {
  font-size: 280%; }

h3 {
  font-size: 200%; }

h4 {
  font-size: 150%; }

h5 {
  font-size: 130%; }

h6 {
  font-size: 120%; }

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

  h2 {
    font-size: 220%; }

  h3 {
    font-size: 180%; }

  h4 {
    font-size: 130%; }

  h5 {
    font-size: 120%; }

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

  h2 {
    font-size: 160%; }

  h3 {
    font-size: 150%; }

  h4 {
    font-size: 125%; }

  h5 {
    font-size: 115%; }

  h6 {
    font-size: 110%; } }
.page_content h2 {
  border-bottom: 1px solid #FFAA00; }
  .page_content h2:before {
    content: '';
    display: inline-block;
    background: #FFAA00;
    width: 0.4em;
    height: 0.4em;
    margin: 0.2em 0.4em 0.2em 0;
    border-radius: 50%; }

/*------------------------------------------------------
　ボタン
-------------------------------------------------------*/
[class*="btn-"] {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  background: #FFE8BA;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease; }
  [class*="btn-"] img {
    vertical-align: middle;
    margin-right: 0.5em; }
  [class*="btn-"]:hover {
    background-color: #fff;
    color: #0c96f5; }

a[class*="btn-"] {
  text-decoration: none;
  color: #333; }

.btn-more {
  padding: 0.3em 2em;
  border-radius: 0;
  position: relative;
  min-width: 260px;
  font-size: 28px; }
  .btn-more:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0px;
    height: 0px;
    border: 0px solid #333;
    border-top-color: #FFE8BA;
    border-right-color: #FFE8BA;
    background-color: #FFE8BA;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
    overflow: hidden; }
  .btn-more:hover {
    color: #fff;
    background: #FFAA00; }
    .btn-more:hover:after {
      border-width: 12px; }

.btn-new {
  border: 2px solid #fa0;
  color: #000;
  border-radius: 7px;
  background: #fff;
  font-size: 17px; }
  .btn-new:hover {
    color: #fff;
    background: #FFAA00; }
    .btn-new:hover:after {
      border-width: 12px; }

a.btn-fix {
  border: 1px solid #808080;
  background: #fff;
  padding: 1.5em;
  width: 100%;
  max-width: 320px; }
  a.btn-fix:hover {
    background: #808080;
    color: #fff; }

@media screen and (max-width: 768px) {
  a.btn-fix {
    font-size: 14px; } }
@media screen and (max-width: 768px) {
  [class*="btn-"] {
    font-size: 24px;
    width: auto; }

  .btn-new {
    font-size: 17px;
    margin: 20px auto; } }
.float_right {
  float: right; }

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

.float_left {
  float: left; }

/*------------------------------------------------------
　スペース
-------------------------------------------------------*/
/*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; } }
/*------------------------------------------------------
　パンくずリスト
-------------------------------------------------------*/
#breadcrumb ul {
  margin: 10px 0;
  font-size: 80%; }
  #breadcrumb ul li {
    display: inline-block;
    line-height: 110%;
    list-style-type: none;
    margin-left: 0; }
    #breadcrumb ul li a {
      text-decoration: none; }
      #breadcrumb ul li a:after {
        content: " > ";
        color: #000;
        font-weight: normal; }

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

/*------------------------------------------------------
　マーカー
-------------------------------------------------------*/
.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; }

/*------------------------------------------------------
　テーブル
-------------------------------------------------------*/
table.tableline, .tableline-scroll table, table.tableline-shrink, table.tableline-mix {
  border-top: 1px solid #ddd;
  width: 100%; }
  table.tableline caption, .tableline-scroll table caption, table.tableline-shrink caption, table.tableline-mix caption {
    color: #333;
    font-weight: bold;
    padding: 0.7em 0.5em;
    font-size: 150%; }
  table.tableline.small th, table.tableline.small td, .tableline-scroll table.small th, .tableline-scroll table.small td, table.tableline-shrink.small th, table.tableline-shrink.small td, table.tableline-mix.small th, table.tableline-mix.small td {
    padding: 0.5em 0; }
  table.tableline tr, .tableline-scroll table tr, table.tableline-shrink tr, table.tableline-mix tr {
    border-bottom: 1px solid #ddd; }
  table.tableline th, .tableline-scroll table th, table.tableline-shrink th, table.tableline-mix th {
    padding: 1.5em 0.2em;
    vertical-align: middle;
    font-weight: bold;
    text-align: left; }
  table.tableline td, .tableline-scroll table td, table.tableline-shrink td, table.tableline-mix td {
    padding: 1.5em 0.2em;
    vertical-align: middle; }
  table.tableline p, .tableline-scroll table p, table.tableline-shrink p, table.tableline-mix 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; }

table.tableline-mix {
  border: none; }
  table.tableline-mix th {
    padding: 1.3em 1em;
    border: none;
    background: none;
    text-align: left;
    color: #777; }
  table.tableline-mix td {
    padding: 1.3em 1em;
    border: none; }
  table.tableline-mix tr {
    border-bottom: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.3); }
    table.tableline-mix tr:first-child {
      border-top: 1px solid #ddd; }

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

  table.tableline-mix thead {
    display: none; }
  table.tableline-mix tr {
    display: block;
    padding: 0.8em; }
    table.tableline-mix tr th {
      display: block;
      width: auto;
      padding-bottom: 0;
      padding: 0.2em; }
    table.tableline-mix tr td {
      width: 100%;
      display: block;
      padding: 0.2em; }
  table.tableline-mix.group tr td:first-child {
    float: right;
    width: auto;
    display: inline-block;
    color: #fff;
    background: #C79E3F;
    padding: 0.4em 0.8em; }

  .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: #0c96f5; }
    .tableline-scroll table {
      min-width: 640px;
      max-width: 768px;
      margin-bottom: 10px; }
      .tableline-scroll table th, .tableline-scroll table td {
        padding: 0.7em 0;
        font-size: 14px; }

  table.tableline-shrink th, table.tableline-shrink td {
    padding: 0.6em 0;
    font-size: 14px; }

  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; } }
.flick-mes {
  font-size: 14px; }
  .flick-mes img {
    width: 50px;
    vertical-align: bottom; }

/*ライン無*/
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;"; }

/*会員専用-常時*/
.member-notice {
  border: solid 1px #CCC;
  margin: 0 auto 1em; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1200px; }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-2-5, .col-md-2-5, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-1-5 {
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 769px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 769px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
@media print {
  .body {
    width: 1024px !important; }

  .box_content {
    width: 1024px !important; }

  .container {
    width: 1024px !important; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%; }

  .visible-xs {
    display: none !important; }

  .hidden-xs {
    display: block !important; }

  table.hidden-xs {
    display: table; }

  tr.hidden-xs {
    display: table-row !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important; }

  .hidden-xs.hidden-print {
    display: none !important; }

  .hidden-sm {
    display: none !important; }

  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media print {
  .col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.333333%; }

  .pull-xl-2 {
    right: 16.666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.333333%; }

  .pull-xl-5 {
    right: 41.666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.333333%; }

  .pull-xl-8 {
    right: 66.666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.333333%; }

  .pull-xl-11 {
    right: 91.666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.333333%; }

  .push-xl-2 {
    left: 16.666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.333333%; }

  .push-xl-5 {
    left: 41.666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.333333%; }

  .push-xl-8 {
    left: 66.666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.333333%; }

  .push-xl-11 {
    left: 91.666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/*------------------------------------------------------
　header
-------------------------------------------------------*/
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 30px 0; }
  #header .container a.logo {
    text-decoration: none;
    display: inline-block;
    padding: 0; }
    #header .container a.logo img {
      vertical-align: bottom; }

@media screen and (max-width: 768px) {
  #header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #FFAA00;
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0; }
    #header .container a.logo {
      width: 130px;
      padding: 0; } }
/*------------------------------------------------------
　ページタイトル
-------------------------------------------------------*/
#page-title {
  background: #97CEFF url("../img/temp/title-bg.png");
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  #page-title .inner {
    background: url("../img/temp/border.png");
    position: relative;
    padding: 10px 0  6.5% 0; }
    #page-title .inner img.wave {
      position: absolute;
      bottom: -1px;
      left: 0; }
  #page-title h1 {
    padding: 1em 10px 1.1em 10px;
    color: #737373;
    font-weight: bold;
    background: url("../img/temp/page-title-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 720px;
    color: #fff;
    line-height: 0.8; }
    #page-title h1 span.jp {
      font-size: 16px;
      font-family: 'M PLUS 1p', sans-serif;
      display: block;
      font-weight: 300;
      letter-spacing: 0.3em; }
    #page-title h1 span:not([class]) {
      display: inline-block;
      margin: 0 0.15em;
      font-size: 40px;
      font-weight: normal; }
      #page-title h1 span:not([class]):first-letter {
        color: #FFAA00; }

ul.topicPass {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }
  ul.topicPass li {
    list-style: none;
    float: left;
    display: inline-block;
    padding: 0.3em 0.5em; }
    ul.topicPass li:after {
      content: '＞';
      color: #fff; }
    ul.topicPass li:last-child:after {
      display: none; }
    ul.topicPass li a {
      color: #fff;
      margin-right: 0.5em; }

@media screen and (max-width: 768px) {
  #page-title {
    margin-top: 60px;
    margin-bottom: 30px; }
    #page-title .inner {
      padding: 10px 0  13% 0; }
    #page-title h1 {
      background: url("../img/temp/page-title-bg.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 480px;
      line-height: 0.7; }
      #page-title h1 span.jp {
        font-size: 14px; }
      #page-title h1 span:not([class]) {
        font-size: 28px; }
    #page-title ul.topicPass {
      margin-bottom: 10px;
      font-size: 14px; } }
@media screen and (max-width: 576px) {
  #page-title h1 {
    background: url("../img/temp/page-title-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    line-height: 0.8; }
    #page-title h1 span.jp {
      font-size: 10px; }
    #page-title h1 span:not([class]) {
      font-size: 22px; } }
/*------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  color: #333;
  margin-top: 50px; }
  #footer img.wave {
    margin-bottom: -1px; }
  #footer .inner {
    padding: 50px 0;
    background: #FFAA00; }
    #footer .inner a.footer-btn {
      display: inline-block;
      padding: 0 10px;
      min-width: 280px;
      font-weight: 500;
      line-height: 65px;
      border: 1px solid #808080;
      position: relative;
      background: #fff;
      margin-bottom: 20px;
      text-decoration: none;
      color: #333; }
      #footer .inner a.footer-btn img {
        vertical-align: middle; }
      #footer .inner a.footer-btn.contact span {
        position: absolute;
        left: -5em;
        color: #fff;
        font-weight: 900;
        font-size: 24px; }
      #footer .inner a.footer-btn.contact img {
        position: absolute;
        right: -100px;
        bottom: 10px; }
      #footer .inner a.footer-btn.more {
        font-size: 14px; }
        #footer .inner a.footer-btn.more img {
          margin-right: 5px; }
      #footer .inner a.footer-btn:hover {
        background: #fff3ba; }

.company-about .company-detail {
  font-size: 12px; }
  .company-about .company-detail a {
    color: #fff;
    text-decoration: none; }

.sitemap {
  position: relative; }
  .sitemap h4 {
    font-weight: 900;
    color: #fff;
    width: 110%;
    font-size: 32px;
    background-image: url("../img/temp/foot.png");
    background-repeat: repeat-x;
    background-size: 1.9em;
    background-position: center; }
    .sitemap h4 span {
      background: #FFAA00;
      padding: 0 0.5em 0 0; }
      .sitemap h4 span img {
        width: 1.2em;
        vertical-align: middle;
        margin-right: 0.4em; }
  .sitemap ul.sitemap-list {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%; }
    .sitemap ul.sitemap-list li {
      list-style: none;
      padding: 0;
      margin: 0;
      min-width: 80px;
      display: table-cell; }
      .sitemap ul.sitemap-list li a {
        padding: 0.8em 0;
        text-align: center;
        display: block;
        font-size: 14px;
        text-decoration: none;
        color: #666;
        font-weight: 300;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all  0.2s ease;
        position: relative; }
        .sitemap ul.sitemap-list li a:after {
          position: absolute;
          top: 0;
          right: 0;
          content: '';
          width: 0px;
          height: 0px;
          border: 0px solid #333;
          border-top-color: #FFE8BA;
          border-right-color: #FFE8BA;
          background-color: #FFE8BA;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all  0.2s ease;
          overflow: hidden; }
        .sitemap ul.sitemap-list li a:hover {
          color: #333;
          background: #ffb728; }
          .sitemap ul.sitemap-list li a:hover:after {
            border-width: 12px; }
        .sitemap ul.sitemap-list li a span {
          display: block;
          font-size: 16px;
          color: #fff; }

address {
  margin-top: 50px;
  color: #fff; }
  address .company-name a {
    color: #fff;
    text-decoration: none; }

.copyright {
  font-size: 14px;
  padding-top: 1.5em;
  color: #fff;
  font-family: Verdana; }

@media screen and (max-width: 1590px) {
  .sitemap h4 {
    width: 90%; } }
@media screen and (max-width: 1024px) {
  .sitemap ul.sitemap-list li {
    min-width: auto;
    padding: 5px; } }
@media screen and (max-width: 768px) {
  #footer .sitemap ul.sitemap-list li {
    width: auto;
    font-size: 10px; } }
@media screen and (max-width: 576px) {
  #footer .inner a.footer-btn.contact span {
    left: 0;
    top: -2.5em;
    font-size: 20px; }
  #footer .inner a.footer-btn.contact img {
    position: absolute;
    right: -20px;
    bottom: auto;
    top: -40px;
    width: 100px; }

  .sitemap h4 {
    font-size: 24px;
    margin-top: 30px; }
  .sitemap ul.sitemap-list {
    padding: 0 10px;
    display: block;
    width: 100%; }
    .sitemap ul.sitemap-list li {
      display: block;
      width: 100%;
      padding: 0px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.4); }
      .sitemap ul.sitemap-list li a {
        text-align: left; }
        .sitemap ul.sitemap-list li a span {
          display: inline-block;
          font-size: 14px;
          margin-left: 0.5em; }

  .copyright {
    text-align: center; } }
/*------------------------------------------------------
　グローバルメニュー PC共通
-------------------------------------------------------*/
.globalMenu {
  position: relative;
  padding: 10px 0;
  max-width: 800px;
  width: 100%;
  float: right; }
  .globalMenu ul {
    display: table;
    margin: 0;
    width: 100%;
    text-align: center; }
    .globalMenu ul li {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      font-size: 16px;
      width: 16.6666%; }
      .globalMenu ul li a {
        text-align: center;
        color: #666;
        display: block;
        margin: 0 auto;
        padding: 0 10px 0.3em 10px;
        text-decoration: none;
        font-weight: 300;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        .globalMenu ul li a:hover {
          background: #fff8ea; }
        .globalMenu ul li a span {
          color: #FFAA00;
          display: block;
          font-size: 22px; }
      .globalMenu ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0.5em;
        bottom: 0.3em;
        left: 0;
        border-left: 1px solid #c6c6c6;
        z-index: 2; }
      .globalMenu ul li:last-child:after {
        content: '';
        display: block;
        position: absolute;
        top: 0.5em;
        bottom: 0.3em;
        right: 0;
        border-right: 1px solid #c6c6c6; }
      .globalMenu ul li ul {
        display: none;
        position: absolute;
        z-index: 3;
        left: 0;
        width: 100%;
        border-top: 1px solid #aaa;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3); }
        .globalMenu ul li ul li {
          display: block;
          height: auto;
          border-bottom: 1px solid #aaa; }
      .globalMenu ul li:hover > ul {
        display: block; }

@media screen and (max-width: 1024px) {
  .globalMenu ul li a {
    font-size: 12px; }
    .globalMenu ul li a span {
      font-size: 13px; } }
/*------------------------------------------------------
　グローバルメニュー スマホ用
-------------------------------------------------------*/
nav.globalMenuSp {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  padding: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  overflow-y: scroll;
  /* このクラスを、jQueryで付与・削除する */ }
  nav.globalMenuSp ul {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-top: 1px solid #e0e0e0; }
    nav.globalMenuSp ul.wrap {
      height: 170%; }
    nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #e0e0e0; }
      nav.globalMenuSp ul li:last-child {
        padding-bottom: 0; }
      nav.globalMenuSp ul li a {
        display: block;
        color: #737373;
        padding: 1em;
        text-decoration: none; }
      nav.globalMenuSp ul li span {
        display: block;
        padding: 1em;
        cursor: pointer;
        color: #fff; }
      nav.globalMenuSp ul li ul {
        background: #fff;
        padding-left: 1.5em; }
        nav.globalMenuSp ul li ul li {
          border-top: 1px dashed #aaa;
          border-bottom: none; }
          nav.globalMenuSp ul li ul li a {
            text-align: left;
            padding: 1em;
            color: #0c96f5; }
          nav.globalMenuSp ul li ul li:first-child {
            border-top: none; }
  nav.globalMenuSp.active {
    transform: translateY(60px);
    box-shadow: 200px 0 0 rgba(0, 0, 0, 0.5); }

.navToggle {
  position: fixed;
  right: 10px;
  top: 0px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 999;
  background: none;
  text-align: center; }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 35px;
    border-bottom: solid 2px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 9px;
    border-radius: 3px; }
    .navToggle span:nth-child(1) {
      top: 19px; }
    .navToggle span:nth-child(2) {
      top: 28px; }
    .navToggle span:nth-child(3) {
      top: 37px; }

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 27px;
  left: 9px;
  -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: 27px;
  -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 #aaa;
    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 #aaa;
    -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); }
  nav.globalMenuSp span.child.push:after {
    transform: rotate(180deg); }
  nav.globalMenuSp span.child.push {
    border-bottom: none; }

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

  .navToggle {
    display: block; } }
/*------------------------------------------------------
　リスト
-------------------------------------------------------*/
dl {
  margin: 0 0 1em 0; }

dt {
  margin: 0 0 0.4em 0;
  font-weight: bold;
  border-left: 3px solid #FFAA00;
  padding-left: 0.3em;
  line-height: 1.2em; }

dd {
  margin: 0 0 1em 0.5em; }

/*ノーマル*/
.page_content ul {
  margin-bottom: 1em; }
  .page_content ul li {
    list-style-type: disc;
    margin-bottom: 0.3em;
    margin-left: 1.5em; }
.page_content ol {
  margin-bottom: 1em; }
  .page_content ol li {
    list-style: outside decimal;
    margin-left: 1.5em;
    margin-bottom: 0.3em; }
  .page_content ol.list-text li {
    margin-bottom: 1.5em; }

/*--横並びリスト--*/
/*table_list*/
ul.list_table {
  list-style: none;
  display: table; }

ul.list_table li {
  list-style: none;
  display: table-cell; }

/*inline-block*/
ul.list_inline {
  text-align: center;
  list-style: none; }

ul.list_inline li {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 768px) {
  ul.list_inline li {
    display: block;
    margin: 0 auto 1em; } }
/*スマホ時も保つ*/
ul.list_inline_sp {
  text-align: center;
  list-style: none; }

ul.list_inline_sp li {
  display: inline-block;
  vertical-align: top; }

/*左寄せ*/
ul.list_inline_left {
  text-align: left;
  list-style: none; }

ul.list_inline_left li {
  display: inline-block;
  vertical-align: top; }

/*チェックマーク*/
ul.list_check li {
  position: relative;
  list-style: none;
  background-image: url("../img/top/icon_check.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 0 0.2em 0 2em;
  margin: 0.7em; }

/*カッコつきリスト*/
ol.list_brackets li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  margin-left: 0;
  padding-left: 1.8em;
  text-indent: -1.8em; }

ol.list_brackets li:before {
  display: marker;
  content: "(" counter(cnt) ") "; }

/*〇つきリスト*/
ol.decoration {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  ol.decoration li {
    margin: 1em 0;
    padding-left: 1.8em;
    position: relative;
    list-style: none;
    margin-left: 0; }
    ol.decoration li:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      background-color: #FFAA00;
      color: #fff;
      display: block;
      float: left;
      line-height: 1.4em;
      margin-left: -1.8em;
      text-align: center;
      height: 1.5em;
      width: 1.5em;
      border-radius: 50%; }

/*矢印*/
ul.arrow01 li {
  position: relative;
  list-style: none; }

ul.arrow01 li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 2px solid #A3D900;
  border-bottom: 2px solid #A3D900;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*円の上に矢印*/
ul.arrow02 li {
  position: relative;
  list-style: none; }

ul.arrow02 li:after,
ul.arrow02 li:before {
  display: block;
  content: '';
  position: absolute; }

ul.arrow02 li:after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #A3D900;
  border-radius: 100%; }

ul.arrow02 li:before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
  ul.arrow01 li {
    margin: 0.5em; }

  ul.arrow01 li:after,
  ul.arrow01 li:before {
    display: block;
    content: '';
    position: absolute; }

  ul.arrow01 li:after {
    width: 0;
    height: 0; }

  ul.arrow01 li:before {
    width: 0;
    height: 0;
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    transform: none; }

  ul.arrow01 li a {
    padding: 0.5em;
    border: solid 1px #CCCCCC;
    background: #0479BF url(../img/common/btn_bg02.jpg) repeat-x top;
    overflow: hidden;
    display: block;
    border-radius: 6px;
    color: #FFFFFF;
    text-decoration: none; }

  ul.arrow01 li a:over {
    padding: 0.5em;
    border: solid 1px #CCCCCC;
    background: #BDD7E1; }

  ul.arrow02 li {
    margin: 0.5em; }

  ul.arrow02 li:after,
  ul.arrow02 li:before {
    display: block;
    content: '';
    position: absolute; }

  ul.arrow02 li:after {
    width: 0;
    height: 0; }

  ul.arrow02 li:before {
    width: 0;
    height: 0;
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    transform: none; }

  ul.arrow02 li a {
    padding: 0.5em;
    border: solid 1px #CCCCCC;
    background: url(../img/temp/navi_back.jpg) repeat-x top;
    overflow: hidden;
    display: block; }

  ul.arrow02 li a:over {
    padding: 0.5em;
    border: solid 1px #CCCCCC;
    background: #BDD7E1; } }
/**************ひし形***************/
ul.diamond li {
  text-indent: -1em;
  margin-left: 1em;
  list-style: none;
  margin-bottom: 0.3em; }

ul.diamond li:before {
  content: '';
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .3em;
  background: #6ebee5;
  transform: rotate(45deg);
  vertical-align: 1px; }

/*〇つきリスト*/
ul.maru {
  list-style: none;
  padding: 0; }
  ul.maru li {
    list-style: none;
    margin-left: 0;
    padding-left: 1.7em;
    position: relative;
    margin-bottom: 0.3em; }
    ul.maru li:before {
      content: "";
      margin-top: 0.2em;
      background-color: #555555;
      color: #fff;
      display: block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      position: absolute;
      left: 0;
      text-align: center;
      height: 0.9em;
      width: 0.9em;
      border-radius: 50%; }

/**************飾り付けなし***************/
ul.normal li {
  list-style: none;
  margin-bottom: 0.3em;
  margin-left: 0; }

/*------------------------------------------------------
　一覧ページのリスト
-------------------------------------------------------*/
ul.index-list {
  list-style: none;
  padding: 0;
  border-top: 1px dotted #91bf1f; }
  ul.index-list li {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px dotted #91bf1f; }
    ul.index-list li:before {
      content: "";
      margin-top: 1.2em;
      background-color: #91bf1f;
      color: #fff;
      display: block;
      margin-right: 0.5em;
      margin-left: 0.5em;
      position: absolute;
      left: 0;
      text-align: center;
      height: 1em;
      width: 1em;
      border-radius: 50%; }
    ul.index-list li a {
      display: block;
      text-decoration: none;
      padding: 1em; }
      ul.index-list li a:hover {
        background: #fff; }

/*------------------------------------------------------
 ニュースリスト
-------------------------------------------------------*/
.info-list-page {
  margin-bottom: 50px; }
  .info-list-page a.article_links {
    text-decoration: none;
    color: #444;
    display: block;
    padding: 10px; }
  .info-list-page a.article_links:hover {
    background: #FFF5E1; }
  .info-list-page .day {
    margin: 5px auto; }
  .info-list-page h3 {
    font-size: 18px; }

@media screen and (max-width: 768px) {
  .info-list-page {
    margin-bottom: 40px; }
    .info-list-page h3 {
      font-size: 16px; } }
/*ページナビゲーション*/
/*
body .hl-pagenavi a,body .hl-pagenavi span{
	background:#FFAA00;
	color:#FFF;
	text-align:center;
	width:30px;
	line-height:26px;
	border-radius:20px;
	padding:0;
	display:inline-block;
	border:2px solid #FFAA00;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin: 0 2px;
	margin-bottom:10px;
}
body .hl-pagenavi span, body .hl-pagenavi span.current{
	color:#333;
	background-color:#fff;
	border:2px solid #FFAA00;
}

body .hl-pagenavi a:hover{
	color:#333;
	background:#fff;
	border:2px solid #FFAA00;
}
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 .hl-pagenavi span.pages{
	width:auto;
	padding:0 20px 0 20px;
}
body .hl-pagenavi{
	margin-bottom:30px;
	text-align:center;
}*/
/*------------------------------------------------------
 トピックス詳細
-------------------------------------------------------*/
.info-page {
  margin-bottom: 50px; }
  .info-page h3 {
    border-bottom: 1px solid #808080;
    margin: 1em 0 1em 0; }

/*------------------------------------------------------
　フォームメール
-------------------------------------------------------*/
.form-frame {
  max-width: 1024px;
  margin: auto;
  background-image: url("../img/contact/background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px; }
  .form-frame:after {
    content: '';
    display: block;
    position: absolute;
    right: -100px;
    bottom: 80px;
    width: 170px;
    height: 230px;
    background: url("../img/contact/icon.png");
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 1280px) {
  .form-frame:after {
    right: auto;
    left: 0;
    bottom: -30px;
    width: 100px;
    height: 180px;
    background: url("../img/contact/icon.png");
    background-size: 100%;
    background-repeat: no-repeat; } }
@media screen and (max-width: 768px) {
  .form-frame {
    padding: 30px 10px;
    background: none; }
    .form-frame:after {
      bottom: -10px;
      width: 70px;
      height: 120px; } }
table.contact {
  margin: 0 0 2em 0;
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #CACACA; }
  table.contact tr {
    border-bottom: 1px solid #CACACA; }
  table.contact th {
    padding: 45px 60px 45px 10px;
    text-align: center;
    vertical-align: top;
    width: 25%;
    font-weight: bold;
    vertical-align: middle;
    position: relative; }
    table.contact th span {
      position: absolute;
      top: 53px;
      right: 0; }
  table.contact td {
    padding: 44px 20px; }
    table.contact td input {
      width: 100%; }
    table.contact td span.error-mes {
      display: block;
      margin-bottom: -1.5em;
      padding-top: 0.2em;
      color: #EB1C24; }

@media screen and (max-width: 768px) {
  table.contact th {
    display: block;
    width: auto;
    text-align: left;
    padding: 20px 10px 5px 10px; }
    table.contact th span {
      position: relative;
      top: auto;
      right: 0; }
  table.contact td {
    display: block;
    padding: 5px 10px 40px 10px; } }
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  padding: 1em;
  background: #E4E4E4;
  border: none;
  font-size: 14px; }

button {
  padding: 0.8em 1.5em;
  background: #f90;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 20px; }

button[type="submit"].return {
  -webkit-appearance: none;
  background: #bc0a17; }

button#zip {
  padding: 0.3em 0.6em;
  background: #bc0a17;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-size: 14px;
  margin: 0 0.5em; }

button:hover {
  opacity: 0.8; }

textarea {
  width: 100%;
  padding: 1em;
  background: #eeeeee;
  border: none;
  font-size: 14px; }

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

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

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

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

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

  textarea {
    padding: 1em; }

  input.radio {
    display: inline-block;
    width: 40%;
    height: 2em;
    vertical-align: top; }

  label.radiolabel {
    display: inline-block;
    width: 90%;
    height: 2em;
    line-height: 2em;
    background: #EEF;
    border: 1px solid #CCC;
    padding-left: 1em;
    margin: 0 auto; } }
.select-wrap {
  display: inline-block;
  position: relative; }
  .select-wrap select {
    padding: 1em 2.8em 1.1em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eee;
    font-size: 1em; }
    .select-wrap select option {
      background: #fff; }
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.4em;
    margin-top: -0.35em;
    border: 0.6em solid transparent;
    border-top: 0.7em solid #aaa; }

.confirm .select-wrap:before {
  display: none; }

p.error {
  background: #ffdbdc;
  color: #ee0003;
  padding: 1em;
  margin: 2em 0; }

p.confirm {
  background: #d3eaff;
  color: #101790;
  padding: 1em;
  margin: 2em 0; }

span.error {
  color: #ee0003;
  font-weight: bold; }
  span.error + input, span.error + textarea, span.error + span input {
    border: solid 2px #FF2E2E; }

.quest {
  /*Checkboxes styles*/ }
  .quest label {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px 10px 0; }
    .quest label:hover {
      background: #eee; }
  .quest input[type="checkbox"] {
    display: none; }
  .quest input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .quest input[type="checkbox"] + span:last-child {
    margin-bottom: 0; }
  .quest input[type="checkbox"] + span:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border: 2px solid #aaa;
    position: absolute;
    left: 0;
    top: 0.2em;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .quest input[type="checkbox"]:checked + span:before {
    width: 10px;
    top: 0;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border: 2px solid #f33;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .quest input[type="radio"] {
    display: none; }
  .quest input[type="radio"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .quest input[type="radio"] + span:last-child {
    margin-bottom: 0; }
  .quest input[type="radio"] + span:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border: 2px solid #aaa;
    position: absolute;
    left: 0;
    top: 0.2em;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .quest input[type="radio"]:checked + span:before {
    width: 10px;
    top: 0;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border: 2px solid #f33;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

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

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