@charset "UTF-8";
/**
$widthTab: 768px; //タブレット
$widthSp: 568px; //スマートフォン
**/
ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

p {
  margin-bottom: 20px;
  line-height: 160%; }

h1, h2, h3, h4, h5, ul, li {
  margin: 0px;
  padding: 0px; }

.red {
  color: red; }

.over_img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .over_img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

a.style_no, a.style_no:visited, a.style_no:hover {
  color: #333;
  text-decoration: none !important; }

a {
  /**
  @extend .my_over_img;
  **/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-decoration: underline; }
  a:hover {
    cursor: pointer; }
    a:hover img {
      /**
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)";
      **/ }

a.style_no {
  padding: 5px;
  display: block; }

a h1, a h2, a h3, a h4 {
  	/**
      color: #1976d2;
  	**/
  color: #424242;
  font-weight: bold; }

.text-center {
  text-align: center; }

.m0 {
  margin: 0px !important; }

.w100 {
  width: 100% !important; }

.max_w100 {
  max-width: 100% !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

@media (max-width: 992px) {
  .sp_mb10 {
    margin-bottom: 10px !important; }

  .sp_mb20 {
    margin-bottom: 20px !important; }

  .sp_mb30 {
    margin-bottom: 30px !important; } }
.pc_mb30 {
  margin-bottom: 30px !important; }
  @media (max-width: 992px) {
    .pc_mb30 {
      margin-bottom: 0px !important; } }

@media (max-width: 992px) {
  .sp_bl {
    display: block; } }

section {
  margin-bottom: 40px; }

#map_canvas {
  margin-bottom: 20px; }

@media (max-width: 992px) {
  .sp_mb10 {
    margin-bottom: 10px !important; }

  .sp_mb20 {
    margin-bottom: 20px !important; }

  .sp_mb30 {
    margin-bottom: 30px !important; }

  .sp_mb40 {
    margin-bottom: 40px !important; }

  .sp_mb50 {
    margin-bottom: 50px !important; }

  .sp_no {
    display: none !important; } }
.bottom_hr {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 15px; }

select.form-control {
  background: white !important; }

ul.table_ul {
  display: table;
  table-layout: fixed;
  width: 100%; }

ul.table_ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 30%;
  /**
  border:2px solid blue;
  **/ }
  ul.table_ul li img {
    width: 30%;
    /**
    border:1px solid red;
    **/ }

.fright {
  float: right; }

.fleft {
  float: left; }

.text_center {
  text-align: center !important; }

.v_middle {
  vertical-align: middle !important; }

.pc_no {
  display: none; }
  @media (max-width: 992px) {
    .pc_no {
      display: block; } }

/* ---------------------------- */
/* ▼「続きを読む」ボタンの装飾 */
/* ---------------------------- */
/* ▽ボタンとマスク(グラデーション)を掲載するボックス */
.readmore-button-box {
  width: 100%;
  /* ↓※以下は古いブラウザでグラデーションを表示するための各種対策 */
  background: -webkit-gradient(top, rgba(255, 255, 255, 0.5), white);
  /* Chrome,Safari */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
  /* Firefox */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
  /* Opera */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
  /* IE10 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80ffffff,EndColorStr=#ffffffff);
  /* IE9- */
  /* ↑ここまで */
  text-align: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white);
  /* 上から下へ：[白色半透明]から[白色]へグラデーション */
  padding-top: 6em;
  /* ボタンの上側でグラデーションを見せる距離(長さ) */
  margin-top: -6.5em;
  /* ボックスを上側に重ねる距離(長さ) */
  position: relative;
  /* ボックス全体を上に重ねるために必要 */
  margin-bottom: 100px; }
  @media (max-width: 992px) {
    .readmore-button-box {
      margin-bottom: 50px; } }

.hide_area {
  display: none; }

.icon_list label {
  background: #fffde7;
  font-weight: normal;
  font-size: 0.7em;
  color: black;
  padding: 5px 10px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */ }

.icon_list_blue label {
  background: #e1f5fe;
  font-weight: normal;
  font-size: 0.7em;
  color: black;
  padding: 5px 10px;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */ }

.icon_list_sm label,
.icon_list_sm span {
  font-weight: bold;
  font-size: 0.6em;
  color: #9e9e9e !important;
  margin-bottom: 0px;
  line-height: 15px !important;
  padding: 0px !important;
  margin: 0px !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.table1, .table2, .yakancontents table, #ssl-contents table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%; }
  .table1 th, .table2 th, .yakancontents table th, #ssl-contents table th {
    padding: 5px;
    font-weight: normal;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #F4FCFF; }
  .table1 td, .table2 td, .yakancontents table td, #ssl-contents table td {
    padding: 5px;
    background: white;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

.table2 th, .yakancontents table th {
  background: #fafafa; }
.table2.input_tbl th, .yakancontents table.input_tbl th {
  background: #e3f2fd; }
  .table2.input_tbl th span, .yakancontents table.input_tbl th span {
    text-align: right;
    color: white;
    background: #ff8f00;
    font-size: 0.8em;
    float: right;
    padding: 3px; }
.table2 small, .yakancontents table small {
  display: block;
  color: #ff8f00;
  font-size: 0.9em;
  margin-top: 5px;
  margin-bottom: 5px; }
.table2 p, .yakancontents table p {
  margin-bottom: 0px !important; }

.table_search, .table_search2, .table_search3 {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border: 10px solid #00A0E8;
  width: 100%; }
  .table_search th, .table_search2 th, .table_search3 th {
    padding: 15px;
    font-weight: normal;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #F4FCFF; }
  .table_search td, .table_search2 td, .table_search3 td {
    padding: 15px;
    background: white;
    vertical-align: top;
    border-bottom: 1px solid #ccc; }
  .table_search .border_no, .table_search2 .border_no, .table_search3 .border_no {
    border: 0px !important; }

@media (max-width: 992px) {
  .res_tbl th, .yakancontents table th,
  .res_tbl td,
  .yakancontents table td {
    width: 100%;
    display: block;
    border-top: none; } }

.pr-btn {
  position: relative;
  display: inline-block;
  background-color: #ff9100;
  color: #fff;
  line-height: 2em;
  border-radius: 5px;
  transition: width 0.3s, background-color 0.3s;
  height: 2em;
  text-align: center;
  color: white;
  font-size: 1.3em;
  padding: 0px 50px; }

.my_btn_base, .btn-my-default, .btn-my-red, .btn-my-orange, .btn-my-gray, .btn-my-green, .btn-my-blue {
  padding: 10px;
  font-size: 18px;
  font-weight: bold !important;
  text-align: center;
  text-decoration: none; }
  .my_btn_base:hover, .btn-my-default:hover, .btn-my-red:hover, .btn-my-orange:hover, .btn-my-gray:hover, .btn-my-green:hover, .btn-my-blue:hover {
    color: white; }
  .my_btn_base:active, .btn-my-default:active, .btn-my-red:active, .btn-my-orange:active, .btn-my-gray:active, .btn-my-green:active, .btn-my-blue:active {
    color: white; }
  .my_btn_base:focus, .btn-my-default:focus, .btn-my-red:focus, .btn-my-orange:focus, .btn-my-gray:focus, .btn-my-green:focus, .btn-my-blue:focus {
    color: white; }

.btn-primary {
  background-color: #00A0E8; }

.btn-my-default {
  background-color: #00A0E8;
  border-bottom: 4px solid #1976d2;
  color: white; }
  .btn-my-default:hover {
    color: white;
    background-color: #1976d2; }

.btn-my-sm {
  padding: 5px 10px !important;
  font-size: 14px; }

.btn-my-red {
  background-color: #D8250B;
  box-shadow: 0 5px 0 #971A08;
  color: white; }
  .btn-my-red:hover {
    background-color: #f44336; }

.btn-my-orange {
  background-color: #ff9800 !important;
  border: 1px solid #f57c00;
  /**
  border-bottom:4px solid #f57c00;
  **/
  box-shadow: 0 5px 0 #e65100;
  color: white; }
  .btn-my-orange:hover {
    background-color: #f57c00; }

.btn-my-gray {
  background-color: white;
  border: 1px solid #bdbdbd;
  box-shadow: 0 5px 0 #bdbdbd;
  color: #424242; }
  .btn-my-gray:hover {
    color: #424242;
    background-color: #eeeeee; }

.btn-my-green {
  background-color: #aed581;
  border: 1px solid #bdbdbd;
  box-shadow: 0 5px 0 #bdbdbd;
  color: #424242; }
  .btn-my-green:hover {
    color: #424242;
    background-color: #eeeeee; }

.btn-my-blue {
  background-color: #1565c0;
  border: 1px solid #1976d2;
  /**
  border-bottom:4px solid #f57c00;
  **/
  box-shadow: 0 5px 0 #0d47a1;
  color: white; }
  .btn-my-blue:hover {
    background-color: #0d47a1; }

.mybtn {
  display: inline-block;
  min-width: 160px;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
  border-color: #cacaca #b0b0b0 #9c9c9c;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 50%, #F4F4F4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #F7F7F7), color-stop(100%, #F4F4F4));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 50%, #F4F4F4 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F7F7 50%, #F4F4F4 100%);
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 50%, #F4F4F4 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 50%, #F4F4F4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
  background-size: auto 200%;
  background-position: 0 100%;
  box-shadow: inset 0 1px 0 white;
  transition: background-position .1s ease-out;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; }
  .mybtn:hover {
    position: relative;
    top: 1px;
    background-position: 0 0;
    text-decoration: none;
    color: #666; }

.mybtn-default {
  border: 1px solid;
  border-color: #deb372 #ce9c4b #c1882e;
  background-color: #fcdc80;
  background-image: -moz-linear-gradient(top, #FEF0C7 0%, #FDE69F 50%, #FFCC44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(50%, #FDE69F), color-stop(100%, #FFCC44));
  background-image: -webkit-linear-gradient(top, #FEF0C7 0%, #FDE69F 50%, #FFCC44 100%);
  background-image: -o-linear-gradient(top, #FEF0C7 0%, #FDE69F 50%, #FFCC44 100%);
  background-image: -ms-linear-gradient(top, #FEF0C7 0%, #FDE69F 50%, #FFCC44 100%);
  background-image: linear-gradient(to bottom, #FEF0C7 0%, #FDE69F 50%, #FFCC44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEF0C7', endColorstr='#FFCC44',GradientType=0 );
  box-shadow: inset 0 1px 0 #fff1d1; }
  .mybtn-default:hover {
    border-color: #e6c695 #dab578 #d1a662; }

.mybtn-primary {
  border: 1px solid;
  border-color: #64B5F6 #1976d2 #1565c0;
  background-color: #fcdc80;
  background-image: -moz-linear-gradient(top, #E3F2FD 0%, #FDE69F 50%, #90caf9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde5a0), color-stop(50%, #BBDEFB), color-stop(100%, #90caf9));
  background-image: -webkit-linear-gradient(top, #E3F2FD 0%, #BBDEFB 50%, #90caf9 100%);
  background-image: -o-linear-gradient(top, #E3F2FD 0%, #BBDEFB 50%, #90caf9 100%);
  background-image: -ms-linear-gradient(top, #E3F2FD 0%, #BBDEFB 50%, #90caf9 100%);
  background-image: linear-gradient(to bottom, #E3F2FD 0%, #BBDEFB 50%, #90caf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3F2FD', endColorstr='#90caf9',GradientType=0 );
  box-shadow: inset 0 1px 0 #fff1d1; }

.mybtn-success {
  border: 1px solid;
  border-color: #00acc1 #0097a7 #00838f;
  background-color: #fcdc80;
  background-image: -moz-linear-gradient(top, #e0f7fa 0%, #b2ebf2 50%, #80deea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f7fa), color-stop(50%, #b2ebf2), color-stop(100%, #80deea));
  background-image: -webkit-linear-gradient(top, #e0f7fa 0%, #b2ebf2 50%, #80deea 100%);
  background-image: -o-linear-gradient(top, #e0f7fa 0%, #b2ebf2 50%, #80deea 100%);
  background-image: -ms-linear-gradient(top, #e0f7fa 0%, #b2ebf2 50%, #80deea 100%);
  background-image: linear-gradient(to bottom, #e0f7fa 0%, #b2ebf2 50%, #80deea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f7fa', endColorstr='#80deea',GradientType=0 );
  box-shadow: inset 0 1px 0 #fff1d1; }
  .mybtn-success:hover {
    border-color: #4dd0e1 #26c6da #00bcd4; }

#page-top {
  position: fixed;
  bottom: 0px;
  right: 20px; }
  @media (max-width: 992px) {
    #page-top {
      display: none; } }
  #page-top a {
    text-decoration: none;
    padding: 20px !important;
    text-align: center;
    display: block;
    background: #00A0E8; }
    #page-top a i {
      color: white; }

/* フッター */
footer {
  border: 2px solid #red;
  background: #424242;
  margin-top: 0px;
  background: #616161;
  color: white;
  padding: 20px 0px; }
  footer .bottom_bread {
    margin-top: 50px; }
  @media (max-width: 992px) {
    footer {
      margin-top: 50px;
      margin-bottom: 0px; } }
  footer dt {
    margin-bottom: 5px; }
  footer dd {
    margin-left: 0px; }
  footer a {
    margin-right: 10px;
    font-size: 0.9em;
    color: white !important; }
    footer a :hover {
      color: white !important; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  background-color: white !important;
  color: #212121;
  font-family: Meiryo, メイリオ, "Helvetica Neue", "Open Sans", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  /**
  background:#FAFAFA;	
  font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  **/
  /**
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",sans-serif;
  **/
  font-size: 15px; }
  @media (max-width: 992px) {
    body {
      font-size: 15px;
      background: white; } }

h1, h2, h3 {
  line-height: 130%;
  color: #1D2830; }

.h1_content h1 {
  font-size: 1.9em;
  font-weight: bold;
  margin-bottom: 10px; }

.h2_content h2 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  .h2_content h2 span {
    display: block; }
  .h2_content h2 .text {
    display: inline-block;
    position: relative;
    padding: 0 25px; }
    .h2_content h2 .text:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      border-top: solid 1px #000; }
  .h2_content h2 .inner {
    display: inline-block;
    position: relative;
    padding: 0 13px;
    background: #FFF;
    z-index: 1; }
  .h2_content h2 .en-font {
    margin-top: 13px;
    font-size: 1.0em;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
  .h2_content h2 .c-main {
    color: #c11329; }

.my_content h3 {
  font-size: 1.5em;
  font-weight: normal; }

.container {
  width: 980px; }
  @media (max-width: 992px) {
    .container {
      width: auto; } }

.blue_container {
  background: #F4FCFF; }

.orange_container {
  background: #ffa726;
  color: white; }
  .orange_container h1 {
    color: white; }

.gray_container {
  background: #fafafa;
  /**
  background: repeating-linear-gradient(-45deg, #F9F9F9, #F9F9F9 10px, white 0, white 20px);
  **/ }

.blue_check_container {
  /**
  background-color: white;
  background-image: linear-gradient(115deg, transparent 75%, #F0FCFF 75%), linear-gradient(245deg, transparent 75%, #F0FCFF 75%), linear-gradient(115deg, transparent 75%, #F0FCFF 75%), linear-gradient(245deg, transparent 75%, #F0FCFF 75%);
  background-position: 0 0, 0 0, 10px -20px, 10px -20px;
  background-size: 20px 40px;
  **/
  background: repeating-linear-gradient(-45deg, #F0FCFF, #F0FCFF 10px, white 0, white 20px); }

.orange_check_container {
  /**
  background-color: white;
  background-image: linear-gradient(115deg, transparent 75%, #F0FCFF 75%), linear-gradient(245deg, transparent 75%, #F0FCFF 75%), linear-gradient(115deg, transparent 75%, #F0FCFF 75%), linear-gradient(245deg, transparent 75%, #F0FCFF 75%);
  background-position: 0 0, 0 0, 10px -20px, 10px -20px;
  background-size: 20px 40px;
  **/
  background: repeating-linear-gradient(-45deg, #FFF9EE, #FFF9EE 10px, white 0, white 20px); }

.main_article {
  padding-top: 100px; }
  @media (max-width: 992px) {
    .main_article {
      padding-top: 90px; } }

.datepicker-days th,
.datepicker-days td {
  font-size: 18px;
  padding: 12px !important; }

.top_link .mimg {
  height: 100px;
  line-height: 100px; }

#main_veg {
  height: 600px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  background-image: url("/assets/img/main_bg.jpg?03088");
  background-size: cover; }
  @media (max-width: 992px) {
    #main_veg {
      height: 400px;
      width: 100%;
      margin-bottom: 60px; } }

.search_c {
  position: relative;
  height: 600px; }
  .search_c:after {
    position: absolute;
    background: url("/assets/img/5454.png?0302");
    background-repeat: no-repeat;
    height: 480px;
    width: 700px;
    margin-left: -340px;
    bottom: 0px; }
    @media (max-width: 992px) {
      .search_c:after {
        background-size: 400px auto;
        bottom: 100px;
        margin-left: -100px;
        width: 100%; } }

.search_box, .list_search_box {
  margin-bottom: -40px;
  position: absolute;
  bottom: 0px;
  width: 1005px;
  height: 130px;
  z-index: 99;
  background: #BF1511;
  display: block;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
  border: 6px solid white; }
  @media (max-width: 992px) {
    .search_box, .list_search_box {
      position: relative;
      margin-top: 200px;
      height: auto;
      width: 100%; } }
  .search_box:before, .list_search_box:before {
    position: absolute;
    background: url("/assets/img/msg.png?0302");
    background-repeat: no-repeat;
    border: 2px solid red;
    height: 60px;
    width: 900px; }

.tag_div span {
  display: block;
  float: left;
  margin-right: 15px; }

.search_box_msg {
  margin-top: -60px;
  margin-bottom: 15px; }

.search_box_msg_sp {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 10px; }

@media (max-width: 992px) {
  h1 {
    font-size: 1.4em;
    margin-bottom: 10px; } }

.calender {
  border-collapse: collapse; }
  .calender th,
  .calender td {
    border: 1px solid #eeeeee;
    font-weight: 300; }
  .calender th {
    text-align: center;
    background: #b3e5fc; }
  .calender td a,
  .calender td span {
    display: block;
    height: 40px;
    line-height: 40px; }
  .calender td.blue {
    background: #e3f2fd; }
  .calender td.red {
    background: #ffebee; }
  .calender td a:hover {
    background: #e3f2fd; }

.calender_title {
  background: #e1f5fe; }
  .calender_title div {
    font-weight: bold;
    padding: 5px 0px; }

.clickable_on a {
  border: 2px solid red; }

.remodal {
  padding: 10px !important;
  margin-bottom: 0px !important; }

.pankuzu {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0; }
  @media (max-width: 992px) {
    .pankuzu {
      display: none; } }

@media (max-width: 992px) {
  .main_container {
    margin-top: 20px; } }

.breadcrumb {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: white; }

.banner01 {
  margin-top: -550px;
  margin-right: -200px; }

.search-select-box {
  margin-top: 0px; }
  .search-select-box select,
  .search-select-box input {
    position: relative;
    width: 100% !important;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: linear-gradient(to bottom, #fff 0%, #efebe1 100%); }
  .search-select-box label,
  .search-select-box button {
    position: relative;
    float: left;
    width: 25%; }
    @media (max-width: 992px) {
      .search-select-box label,
      .search-select-box button {
        float: none;
        width: 100%; } }
  .search-select-box label.arrow:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("/assets/img/arrow02.png?0302") 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none; }
  .search-select-box label.cal:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("/assets/img/cal.png?0333") 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none; }

.search_btn {
  display: block;
  width: 100%;
  color: white;
  font-size: 1.0em;
  font-weight: bold;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
  background: black;
  background: -webkit-linear-gradient(top, #333 0%, black 100%);
  background: linear-gradient(to bottom, #333 0%, black 100%);
  /* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
  transition: background-color 0.5s; }
  .search_btn:hover {
    background: #e53935;
    background: #e53935;
    background: -webkit-linear-gradient(top, #E95854 0%, #e53935 100%);
    background: linear-gradient(to bottom, #E95854 0%, #e53935 100%);
    /* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
    transition: background-color 0.6s; }

.info_entry section .col-sm-12 {
  margin-bottom: 20px; }

.top_link h3 {
  font-size: 16px;
  text-align: left; }

.top_link {
  text-align: right;
  margin-bottom: 20px; }

.question_area {
  background: #e3f2fd;
  padding: 14px; }
  .question_area strong {
    font-size: 1.3em;
    color: #0d47a1;
    padding-right: 10px; }

.tbl1 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #CCC;
  word-break: break-all; }
  .tbl1 th {
    font-weight: bold;
    font-size: 14px;
    background: #F4FCFF;
    border: 1px solid #CCC;
    padding: 10px; }
  .tbl1 td {
    font-size: 16px;
    border: 1px solid #CCC;
    padding: 10px; }
  .tbl1 .tex_str2 {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #757575; }

.td_center td {
  text-align: center !important; }

@media (max-width: 992px) {
  .sp_th {
    font-weight: bold;
    font-size: 13px;
    background: #FDEAEB;
    text-align: center; } }

@media (max-width: 992px) {
  .sp_sm_tbl th {
    font-size: 0.8em; }
  .sp_sm_tbl td {
    font-size: 0.7em; } }

.search_section {
  background: rgba(42, 47, 45, 0.6);
  border-radius: 6px;
  box-shadow: 0 3px 10px #393939;
  margin: 20px auto 0;
  padding: 15px 30px 20px;
  width: 830px; }
  .search_section h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    text-align: center;
    text-shadow: 0 3px 8px #393939;
    margin-bottom: 15px; }

.list_search_box {
  margin-top: 10px;
  background: white; }

@media (max-width: 992px) {
  .res_tbl th, .yakancontents table th, .res_tbl td, .yakancontents table td {
    display: block;
    width: 100%; } }

.tag a {
  background: #fff9c4;
  display: block;
  color: #1565c0;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 10px !important;
  border-radius: 6px;
  border-bottom: 2px solid #fbc02d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 0.9em; }
  .tag a:hover {
    background: #fbc02d;
    color: white; }

.policy {
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px; }
  .policy .plain dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .policy .plain dd {
    margin-bottom: 10px;
    line-height: 120%; }

.detail_dl dt {
  margin-bottom: 10px;
  font-size: 1.2em; }

.img_info {
  display: block;
  text-align: center;
  padding: 5px;
  background: #eceff1;
  font-size: 0.8em; }

section h4 {
  margin-bottom: 10px; }

#video_wrap {
  height: 400px;
  margin-bottom: 25px; }

.top_slider li img {
  width: 440px; }
  @media (max-width: 992px) {
    .top_slider li img {
      width: 100%; } }

.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
  background: #2E2E2E !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .slick-prev i,
  .slick-next i {
    color: white !important;
    font-size: 20px;
    width: 25px;
    height: 20px; }

.slick-prev i {
  padding-right: 5px; }

.slick-next i {
  padding-left: 4px; }

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  	/**
      
  	
  	**/
  color: white !important;
  font-size: 30px !important; }

/*左右の矢印の位置を変える*/
.slick-next {
  right: -15px !important;
  z-index: 99; }
  @media (max-width: 992px) {
    .slick-next {
      right: -10px !important; } }

.slick-prev {
  left: -17px !important;
  z-index: 100; }
  @media (max-width: 992px) {
    .slick-prev {
      left: -10px !important; } }

.error_container {
  margin-top: 50px;
  margin-bottom: 50px; }

.entry h2, .entry h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2em; }
.entry img {
  max-width: 100%; }

@media (max-width: 992px) {
  .my-btn-group_wrap {
    margin-left: -15px;
    margin-right: -15px; } }

.map h2 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 10px; }

.border_bottom {
  border-bottom: 2px solid #eeeeee; }

ul#tab,
ul#tab2 {
  zoom: 1;
  background: #fafafa;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 3px solid #c81528;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%; }
  ul#tab li,
  ul#tab2 li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    border-right: 1px solid #e0e0e0; }
    ul#tab li:last-child,
    ul#tab2 li:last-child {
      background: none; }
    ul#tab li a,
    ul#tab2 li a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #222; }
      ul#tab li a:hover,
      ul#tab2 li a:hover {
        background: #c95560;
        color: #fff; }
    ul#tab li.active, ul#tab li.active a, ul#tab li.active a:hover,
    ul#tab2 li.active,
    ul#tab2 li.active a,
    ul#tab2 li.active a:hover {
      background: #c81528;
      color: #fff; }

#detail {
  clear: both;
  overflow: hidden;
  background: #fafafa;
  padding: 20px; }

.tabbox {
  display: none;
  width: 100%; }

.mytitle1 {
  text-align: center;
  font-size: 3em;
  line-height: 110%;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .mytitle1 {
      font-size: 2.0em; } }

.mymsg {
  font-size: 1.6em; }
  @media (max-width: 992px) {
    .mymsg {
      font-size: 1.3em; } }

.mv {
  background: #ddd;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 40px; }

.category_head {
  /**
  .media-head {
  	height: 200px;
  	width: 200px;
  	float: left;
  	margin-right:30px;
  	background: white;
  	border-radius: 50%;
  	position: relative;
  	
  	img {
  		position: absolute;
  		top: 0;
  		right: 0;
  		bottom: 0;
  		left: 0;
  		margin: auto;
  		width:130px;
  	}
  }
  **/
  margin-bottom: 0px;
  zoom: 100%; }
  .category_head h1 {
    font-size: 2.2em; }
  .category_head .media-head {
    height: 200px;
    width: 200px;
    float: left;
    margin-right: 20px;
    position: relative; }
    .category_head .media-head img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 150px; }

.category_head:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.clearfix {
  zoom: 100%; }

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.h30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }
  @media (max-width: 992px) {
    .card {
      margin-bottom: 15px; } }
  .card .card-img {
    text-align: center; }
  .card img {
    max-width: 100%; }
  .card .card-block {
    padding: 15px; }
  .card .card-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px; }
  .card p {
    height: 65px; }

.card_arrow {
  position: relative;
  display: block;
  border: solid 1px #e8e8e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  text-decoration: none !important;
  zoom: 100%; }
  .card_arrow img {
    float: left;
    margin-right: 15px;
    width: 100px; }
  .card_arrow .card-title {
    font-size: 1.5em;
    margin-bottom: 10px; }
  .card_arrow p {
    font-size: 0.9em;
    margin-top: 0px;
    margin-bottom: 0px; }
  .card_arrow i {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.5rem; }

.card_arrow:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.list-group-item i {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.5rem; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00A0E8;
  border-color: #00A0E8; }

.midashi1 {
  padding: .4em .0em;
  border-bottom: 3px solid #00A0E8;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold; }

.midashi2 {
  padding: .3em .45em;
  background-color: #f6f6f6;
  font-size: 1.4em;
  margin-bottom: 20px; }

.midashi3 {
  padding: .2em .3em;
  font-size: 1.2em;
  margin-bottom: 20px; }

.sticky_navi {
  /**
  background-color: rgba(255,255,255,0.88);
  **/
  background: white;
  z-index: 99;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 30px; }
  .sticky_navi li {
    float: left; }
    .sticky_navi li a {
      padding: 15px 25px;
      display: block;
      color: black;
      margin-bottom: -2px;
      border-bottom: 5px solid transparent;
      font-weight: bold; }
      @media (max-width: 992px) {
        .sticky_navi li a {
          padding: 10px 10px !important; } }
    .sticky_navi li a:hover, .sticky_navi li.active a {
      text-decoration: none;
      color: #FF9E0D;
      border-bottom: 5px solid #ffa726; }

.sticky_navi_fixed {
  position: fixed;
  top: 65px; }

dl.enkaku {
  margin-bottom: 30px; }
  dl.enkaku dt {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em; }
  dl.enkaku dd {
    font-size: 1.1em;
    line-height: 120%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc; }

ol.olist li {
  line-height: 130%;
  margin-bottom: 15px;
  font-size: 1.1em; }
  ol.olist li b {
    font-weight: normal;
    display: block;
    margin-bottom: 10px; }

.qlist li {
  font-size: 1.2em;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px; }

.faqbox {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }
  .faqbox .q {
    display: block;
    font-size: 1.4em;
    margin-bottom: 15px;
    background: #e3f2fd;
    padding: 10px; }

.yakancontents h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px; }
.yakancontents h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  background: #eeeeee;
  padding: 10px; }
.yakancontents h5 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px; }
.yakancontents table {
  margin-bottom: 20px; }
.yakancontents dl {
  margin-bottom: 20px; }
  .yakancontents dl dt {
    font-size: 1em;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px; }
  .yakancontents dl dd {
    font-size: 0.9em;
    margin-bottom: 10px; }
.yakancontents ul {
  margin-bottom: 20px; }
  .yakancontents ul li {
    line-height: 120%;
    margin-bottom: 10px; }

#ssl-contents table {
  margin-bottom: 20px; }
#ssl-contents #totalbox_price {
  border: 4px solid #4fc3f7;
  padding: 10px;
  text-align: center; }
#ssl-contents .errmsg li {
  text-align: center;
  margin-bottom: 5px;
  color: red; }

.max_w100 {
  max-width: 100% !important; }

.gallary_row div {
  padding: 5px !important; }

.ymd_input {
  text-align: center; }

.logo_block {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px; }
  @media (max-width: 992px) {
    .logo_block {
      padding-right: 0px;
      padding-left: 0px; } }
  .logo_block img {
    /**
    width:140px;
    **/
    width: auto;
    margin-bottom: 10px;
    width: 300px; }

.navbar {
  min-height: 60px !important;
  margin-bottom: 40px !important;
  border: 1px solid #ddd; }

.form_body {
  padding-top: 0px; }

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
  background: #00396E; }

.form_title {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
  line-height: 100%; }

.price {
  color: #0195DF;
  font-weight: bold; }
  .price b {
    font-size: 1.8em;
    padding-right: 5px; }

.table_search2 {
  border: 10px solid #ffa726 !important; }

.table_search3 {
  border-top: 0px !important;
  border-right: 8px solid #0195DF !important;
  border-bottom: 8px solid #0195DF !important;
  border-left: 8px solid #0195DF !important; }
  .table_search3 thead th {
    text-align: center;
    background: #0195DF;
    border: 0px !important;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px !important; }
  .table_search3 .th_left {
    border-left: 1px solid #ccc !important; }

.my_card {
  /* box-shadow */
  box-shadow: 0px 0px 10px 3px #cccccc;
  /* border-radius */
  border-radius: 3px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .my_card .img {
    margin-bottom: 10px;
    margin-right: -15px !important;
    margin-left: -15px !important;
    max-height: 200px;
    overflow: hidden; }
  .my_card h3 {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px; }
  .my_card p {
    font-size: 0.8em; }
  .my_card .btn {
    margin-bottom: 15px; }

.news_box {
  margin-bottom: 10px; }
  .news_box .title {
    border-bottom: 3px solid #0d47a1;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    .news_box .title h3 {
      float: left; }
      .news_box .title h3 strong {
        font-weight: bold;
        color: #0d47a1;
        font-size: 1.4em;
        padding-right: 10px; }
      .news_box .title h3 span {
        /**
        border-left:1px solid #0d47a1;
        margin-bottom:10px;
        **/
        color: #757575;
        padding-left: 10px;
        font-weight: bold; }
    .news_box .title a {
      float: right; }
  .news_box .news ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #bdbdbd; }
    .news_box .news ul li span {
      color: #757575;
      font-size: 12px;
      font-weight: normal;
      display: block;
      margin-left: 5px;
      margin-top: 5px; }
    .news_box .news ul li a {
      display: block;
      padding: 5px;
      line-height: 160%; }

.foot-info {
  background: #757575;
  padding: 10px; }
  .foot-info b {
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
    .foot-info b a {
      font-size: 1.5em;
      text-decoration: none; }
  .foot-info p {
    margin-bottom: 0px; }

.maiv_v {
  margin-top: -10px;
  background-color: #e1f5fe;
  background-image: url("../img/main.jpg?1225");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 63px;
  height: 478px; }
  @media (max-width: 992px) {
    .maiv_v {
      background-color: #fff;
      background-image: none;
      height: auto; } }

.main_v_sm {
  display: none; }
  @media (max-width: 992px) {
    .main_v_sm {
      display: inline-block;
      margin-right: -15px;
      margin-left: -15px;
      margin-top: -20px; } }
  .main_v_sm img {
    width: 100%; }

.car_list {
  border: 10px solid #FED700;
  padding: 10px;
  margin-bottom: 20px; }
  .car_list h3 {
    padding: 5px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px; }

.normal_tbl th {
  padding: 10px;
  font-weight: bold; }
.normal_tbl td {
  padding: 10px; }
  .normal_tbl td b {
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }

.num {
  margin-bottom: 15px;
  font-size: 1.3em; }
  .num b {
    font-size: 1.6em;
    font-weight: bold; }

.top_ymd {
  width: 160px; }
  @media (max-width: 992px) {
    .top_ymd {
      width: 100%; } }

input:read-only {
  background-color: #fff !important; }

.myul li {
  margin-bottom: 5px;
  line-height: 160%; }

.agreement dt {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px; }
.agreement dd {
  margin-bottom: 30px;
  line-height: 160%; }

footer dd a {
  display: inline-block;
  margin-bottom: 10px; }

.com-page-navi {
  text-align: center;
  font-size: 0; }
  .com-page-navi li {
    display: inline-block;
    font-size: 14px; }
    .com-page-navi li a {
      padding: 15px 10px;
      display: inline-block;
      border: #ccc 1px solid;
      box-sizing: border-box; }

.blog .editor_contents {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px; }
.blog h2 {
  margin-bottom: 10px; }
.blog .date {
  font-size: 13px;
  color: #333;
  display: block;
  margin-bottom: 15px; }

.blog-archive h4 {
  font-weight: bold;
  border-bottom: 3px solid #0d47a1;
  margin-bottom: 15px;
  padding-bottom: 5px; }
.blog-archive li {
  padding: 0px; }
  .blog-archive li a {
    padding: 10px 15px;
    display: block; }

.plan_title {
  font-size: 1.7em;
  margin-bottom: 15px;
  font-weight: bold; }

.form_midashi {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold; }

.alert_my {
  display: none;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px; }

.overlay {
  opacity: 0.8;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  background: #FFF;
  z-index: 999; }

.dl_dialog {
  display: none;
  width: 400px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  font-weight: normal; }

.read_dialog {
  display: none;
  width: 400px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  z-index: 9999;
  background: #FFF;
  padding: 30px;
  color: #4E0001;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px; }

.alert_loading {
  display: none;
  width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  z-index: 9999;
  background: #444444;
  padding: 30px;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  font-weight: normal; }

.alert_loading span {
  padding-left: 60px;
  background: url("../img/loading.gif") no-repeat left center;
  padding-top: 15px;
  padding-bottom: 15px; }

.alert_close {
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  cursor: pointer;
  font-size: 30px !important;
  color: black; }

.wari {
  font-weight: bold;
  color: #f06292; }

.sml_text {
  font-size: 0.9em; }

@media (max-width: 992px) {
  .sp_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    background: white;
    z-index: 9999; } }

.sq_box {
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px !important; }
  .sq_box b {
    display: block;
    font-weight: bold;
    margin-bottom: 5px; }

.card_icon {
  margin-left: 18px;
  margin-bottom: 10px; }
  .card_icon img {
    width: 60px;
    margin-right: 10px; }

table caption {
  font-weight: bold;
  color: #37474f; }

.check_label label {
  line-height: 35px;
  margin-right: 10px; }

.check_label label.nonde {
  border: 0px;
  background: white;
  border-bottom: 2px solid #00c853; }

.check_label input[type="checkbox"] {
  font-size: 1.4em;
  float: left;
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }

.check_label input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #99cc00;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00c853), color-stop(1, #00c853));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #00c853 0%, #00c853 100%);
  border: 1px solid #336600; }

.check_label input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }

.check_label input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

.no-table {
  width: 100%;
  border-bottom: 0px !important; }
  .no-table tr:last-child th {
    border-bottom: none; }
  .no-table tr:last-child td {
    border-bottom: none; }

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 992px) {
    .stepBar .step {
      padding: 0px;
      font-size: 12px;
      text-align: left;
      padding-left: 9px; } }

.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px; }

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg); }

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg); }

.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none; }

.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.stepBar .step.current {
  color: #FFF;
  /**
    background-color: #26bfa1;
  **/
  background-color: #0195DF; }

.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #0195DF; }

.stepBar.step2 .step {
  width: 50%; }

.stepBar.step3 .step {
  width: 33.333%; }
  @media (max-width: 992px) {
    .stepBar.step3 .step {
      font-size: 11px; } }

.stepBar.step4 .step {
  width: 25%; }

.stepBar.step5 .step {
  width: 20%; }

#info hr {
  margin-top: 5px;
  margin-bottom: 5px; }
