@charset "UTF-8";
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; }

.my_over_img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .my_over_img:hover {
    cursor: pointer;
    color: #00A0E8; }
    .my_over_img:hover h1, .my_over_img:hover h2, .my_over_img:hover h3, .my_over_img:hover h4, .my_over_img:hover p {
      color: #00A0E8; }
    .my_over_img:hover img {
      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; }
  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: #37474f;
  font-weight: bold; }

.t-center {
  text-align: center; }

.m0 {
  margin: 0px !important; }

.w100 {
  width: 100% !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; }

@media (max-width: 768px) {
  .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: 768px) {
    .pc_mb30 {
      margin-bottom: 0px !important; } }

section {
  margin-bottom: 35px; }

#map_canvas {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .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; } }
.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; }

/* ---------------------------- */
/* ▼「続きを読む」ボタンの装飾 */
/* ---------------------------- */
/* ▽ボタンとマスク(グラデーション)を掲載するボックス */
.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: 768px) {
    .readmore-button-box {
      margin-bottom: 50px; } }

.hide_area {
  display: 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-green, .btn-my-red, .btn-my-orange, .btn-my-gray {
  padding: 10px; }

.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-green {
  background-color: #69C2C8;
  border-bottom: 4px solid #368B92;
  color: white; }
  .btn-my-green:hover {
    color: white;
    background-color: #368B92; }

.btn-my-red {
  background-color: #E47052;
  border-bottom: 4px solid #CA4220;
  color: white; }
  .btn-my-red:hover {
    color: white;
    background-color: #CA4220; }

.btn-my-orange {
  background-color: #ff9800;
  border: 1px solid #f57c00;
  border-bottom: 4px solid #f57c00;
  color: white; }
  .btn-my-orange:hover {
    color: white;
    background-color: #f57c00; }

.btn-my-gray {
  background-color: white;
  border: 1px solid #bdbdbd;
  border-bottom: 4px solid #bdbdbd;
  color: #37474f; }
  .btn-my-gray:hover {
    color: #37474f;
    background-color: #eeeeee; }

.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; }

.logo_block {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .logo_block {
      padding-right: 0px;
      padding-left: 0px; } }
  .logo_block img {
    width: 140px; }

.navbar {
  min-height: 60px !important;
  margin-bottom: 40px !important;
  border: 1px solid #ddd; }

.menu-trigger,
.menu-trigger span,
.search_btn,
.search_btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 25px;
  height: 20px; }
  @media (max-width: 768px) {
    .menu-trigger {
      top: -3px;
      left: 0px; } }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    border-radius: 3px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 10px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  .menu-trigger::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    left: 0px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: black;
    font-size: 9px;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: center;
    transition: all .4s; }
  .menu-trigger.active::after {
    content: 'CLOSE';
    bottom: -16px; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg) scale(0.8);
    transform: translateY(9px) rotate(-315deg) scale(0.8); }
  .menu-trigger.active span:nth-of-type(2) {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 50%; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg) scale(0.8);
    transform: translateY(-9px) rotate(315deg) scale(0.8); }

.main_container {
  position: relative; }

.my_menu {
  position: fixed;
  top: 55px;
  left: 0px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: none;
  background: white;
  height: 100%;
  width: 1030px;
  left: 50%;
  margin-left: -515px;
  z-index: 99999 !important;
  /**
  position:fixed;
  top:$header-height;
  left:0px;
  display:none;
  background-color: rgba(55,71,79,0.88);
  color:white;
  width:$site-width;
  left: 50%;
  margin-left:-($site-width/2);
  z-index: 99999 !important;
  
  @include sp {
  	position:absolute;
  	left: 0;
  	margin-left:0px;
  	width:100%;
  }
  **/ }
  @media (max-width: 768px) {
    .my_menu {
      left: 0;
      margin-left: 0px;
      width: 100%;
      height: 100% !important;
      overflow: scroll; } }
  .my_menu .my_menu_inner {
    height: auto; }
    @media (max-width: 768px) {
      .my_menu .my_menu_inner {
        overflow: scroll; } }
    .my_menu .my_menu_inner dl {
      width: 100%;
      margin-bottom: 0px; }
      .my_menu .my_menu_inner dl dt {
        padding: 10px;
        background: #69C2C8;
        font-weight: normal;
        text-align: center;
        color: white; }
        @media (max-width: 768px) {
          .my_menu .my_menu_inner dl dt {
            padding: 5px; } }
      .my_menu .my_menu_inner dl dd {
        margin: 0px !important;
        padding: 0px !important; }
        .my_menu .my_menu_inner dl dd ul, .my_menu .my_menu_inner dl dd li {
          margin: 0px !important;
          padding: 0px !important;
          list-style: none; }
        .my_menu .my_menu_inner dl dd ul {
          width: 100%;
          display: table;
          /* or inline-table */
          border-collapse: collapse; }
          .my_menu .my_menu_inner dl dd ul li {
            display: table-row;
            border-right: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
            float: left;
            width: 33.33333333333%;
            text-align: center; }
            @media (max-width: 768px) {
              .my_menu .my_menu_inner dl dd ul li {
                width: 50%; } }
            .my_menu .my_menu_inner dl dd ul li a {
              position: relative;
              color: black;
              padding: 10px;
              display: block;
              background: white; }
              .my_menu .my_menu_inner dl dd ul li a i {
                position: absolute;
                top: 30%;
                right: 10px; }
              .my_menu .my_menu_inner dl dd ul li a:hover {
                background: #e1f5fe; }
              @media (max-width: 768px) {
                .my_menu .my_menu_inner dl dd ul li a {
                  padding: 8px 5px; } }

.my_search {
  position: fixed;
  top: 55px;
  left: 0px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: none;
  background: white;
  height: 100%;
  width: 1030px;
  left: 50%;
  margin-left: -515px;
  z-index: 99999 !important; }
  @media (max-width: 768px) {
    .my_search {
      left: 0;
      margin-left: 0px;
      width: 100%;
      height: 100% !important;
      overflow: scroll; } }
  .my_search dl {
    width: 100%;
    margin-bottom: 0px; }
    .my_search dl dt {
      padding: 10px;
      background: #E47052;
      font-weight: normal;
      text-align: center;
      color: white; }
    .my_search dl dd {
      padding: 20px; }
      .my_search dl dd .input-group {
        margin-bottom: 10px; }
        .my_search dl dd .input-group .form-control {
          padding: 22px; }
        .my_search dl dd .input-group .btn-my-default {
          width: 150px; }
          @media (max-width: 768px) {
            .my_search dl dd .input-group .btn-my-default {
              width: auto; } }

.search_btn {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 20px;
  right: 10px; }
  .search_btn::after {
    position: absolute;
    left: 0;
    bottom: -16px;
    left: -6px;
    content: 'SEARCH';
    display: block;
    width: 100%;
    color: black;
    font-size: 9px;
    letter-spacing: 0px;
    text-decoration: none;
    text-align: center;
    transition: all .4s; }
  .search_btn i {
    position: absolute;
    right: 3px;
    top: -6px;
    color: black;
    font-size: 1.6em; }
  .search_btn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px; }
    .search_btn span:nth-of-type(1) {
      top: 0; }
    .search_btn span:nth-of-type(2) {
      top: 10px; }
    .search_btn span:nth-of-type(3) {
      bottom: 0; }
    .search_btn span:nth-of-type(2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  @media (max-width: 768px) {
    .search_btn {
      top: -3px;
      right: 5px; } }
  .search_btn.active::after {
    content: 'CLOSE';
    bottom: -16px;
    left: 0px; }
  .search_btn.active i {
    display: none; }
  .search_btn.active span {
    background-color: black; }
    .search_btn.active span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-315deg) scale(0.8);
      transform: translateY(9px) rotate(-315deg) scale(0.8); }
    .search_btn.active span:nth-of-type(2) {
      width: 28px;
      height: 28px;
      background-color: transparent;
      border: 2px solid black;
      border-radius: 50%; }
    .search_btn.active span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(315deg) scale(0.8);
      transform: translateY(-9px) rotate(315deg) scale(0.8); }

body {
  background-color: white;
  color: #212121;
  padding-top: 55px;
  /**
  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-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' !important;
  font-size: 15px; }
  @media (max-width: 768px) {
    body {
      font-size: 15px;
      background: white; } }

h1, h2, h3 {
  color: #334854; }

.container {
  width: 1030px; }
  @media (max-width: 768px) {
    .container {
      width: auto; } }

.logo_w_class {
  width: 170px; }
  @media (max-width: 768px) {
    .logo_w_class {
      width: 140px; } }

.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 70px;
  height: 70px;
  z-index: 4; }
  .page-top img {
    width: 70px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .page-top img:hover {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      position: relative;
      top: 1px;
      left: 1px; }
  @media (max-width: 768px) {
    .page-top {
      display: none; } }

/** コンテンツ **/
.sub_title, .block_title {
  font-size: 110%;
  display: flex;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
  margin-bottom: 15px; }
  .sub_title:before, .block_title:before, .sub_title:after, .block_title:after {
    border-top: 1px dotted #bdbdbd;
    content: "";
    display: inline;
    /* for IE */
    flex-grow: 1; }
  .sub_title:before, .block_title:before {
    margin-right: 1em; }
  .sub_title:after, .block_title:after {
    margin-left: 1em; }

.block_title {
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .block_title {
      font-size: 1.2em;
      margin-bottom: 10px;
      margin-top: 0px;
      font-weight: bold; } }

.pc_no {
  display: none !important; }

@media (max-width: 768px) {
  .sp_block {
    display: block; }

  .pankuzu {
    display: none; }

  .sp_no {
    display: none !important; }

  .pc_no {
    display: inline !important; }

  .other_link_big .media-left, .blog_card .media-left {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important; }

  .other_link_big .media-left img, .blog_card .media-left img {
    width: 100% !important; }

  .sp_foot_btn {
    /**
    box-shadow:0 -2px 8px 0px #CCC;
    **/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-top: 4px solid #00A0E8; }
    .sp_foot_btn .btn1 {
      float: left;
      width: 33.3%;
      border-right: 1px solid #e0e0e0; }
    .sp_foot_btn .btn2 {
      float: left;
      width: 33.3%;
      border-right: 1px solid #e0e0e0; }
    .sp_foot_btn .btn3 {
      float: left;
      width: 33.3%; }
    .sp_foot_btn .btn_50 {
      width: 50%; }
    .sp_foot_btn a {
      background-color: white;
      color: #00A0E8;
      display: block;
      text-align: center;
      font-size: 0.6em;
      padding-top: 5px;
      padding-bottom: 5px;
      color: #37474f; }
      .sp_foot_btn a i {
        font-size: 2.4em;
        color: #00A0E8;
        display: block;
        margin-bottom: 4px; }
    .sp_foot_btn .col-xs-6 {
      padding-right: 3px;
      padding-left: 3px; } }
.form_title {
  font-size: 1.1em;
  margin-bottom: 10px; }

.form_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #CCC;
  word-break: break-all; }
  .form_tbl th,
  .form_tbl td {
    padding: 10px; }
  .form_tbl i.hissu {
    font-style: normal;
    float: right;
    font-size: 11px;
    border: 1px solid #F39C11;
    color: #F39C11;
    background: white;
    padding: 3px; }
  .form_tbl th {
    font-weight: bold;
    font-size: 14px;
    background: #ecf7f9;
    color: #2E787E;
    border-bottom: 1px solid #CCC;
    border-right: none !important;
    border-left: none !important; }
    .form_tbl th.title_th {
      color: black;
      font-size: 100%; }
  .form_tbl td {
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    border-right: none !important;
    border-left: none !important; }
    .form_tbl td span {
      display: block;
      margin-top: 5px;
      font-size: 13px; }

@media (max-width: 768px) {
  .res_tbl th, .res_tbl td {
    display: block;
    width: 100%; } }

.res_tbl_no th, .res_tbl_no td {
  display: table-cell !important;
  width: auto !important; }

.step {
  position: relative;
  margin-top: 40px;
  margin-right: 80px;
  margin-left: 80px;
  margin-bottom: 80px;
  background: #e0e0e0;
  height: 10px;
  font-size: 12px;
  text-align: center;
  color: #212121; }
  @media (max-width: 768px) {
    .step {
      margin-right: 40px;
      margin-left: 40px;
      margin-bottom: 60px; } }
  .step .step-item {
    position: absolute;
    top: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .step .step-item:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 auto 10px;
      border-radius: 12px;
      background-color: #e0e0e0; }
  .step .step-item1 {
    left: 0; }
  .step .step-item2 {
    left: 33.3%; }
  .step .step-item3 {
    left: 66.66%; }
  .step .step-item4 {
    width: 4em;
    left: 100%; }
  .step.step-current-1 .step-item1::before, .step.step-current-2 .step-item1::before, .step.step-current-2 .step-item2::before, .step.step-current-3 .step-item1::before, .step.step-current-3 .step-item2::before, .step.step-current-3 .step-item3::before, .step.step-current-4 .step-item1::before, .step.step-current-4 .step-item2::before, .step.step-current-4 .step-item3::before, .step.step-current-4 .step-item4::before {
    background-color: #fb8c00; }
  .step.step-current-2 {
    background-image: -webkit-linear-gradient(left, #fb8c00 33.3%, #e0e0e0 33.3%);
    background-image: linear-gradient(to right, #fb8c00 33.3%, #e0e0e0 33.3%); }
  .step.step-current-3 {
    background-image: -webkit-linear-gradient(left, #fb8c00 66.6%, #e0e0e0 66.6%);
    background-image: linear-gradient(to right, #fb8c00 66.6%, #e0e0e0 66.6%); }
  .step.step-current-4 {
    background-color: #fb8c00; }
  .step .step3 .step-item2 {
    left: 50%; }
  .step .step3 .step-item3 {
    width: 4em;
    left: 100%; }
  .step .step3 .step-current-2 {
    background-image: -webkit-linear-gradient(left, #fb8c00 50%, #e0e0e0 50%);
    background-image: linear-gradient(to right, #fb8c00 50%, #e0e0e0 50%); }
  .step .step3 .step-current-3 {
    background-image: -webkit-linear-gradient(left, #fb8c00 100%, #e0e0e0 100%);
    background-image: linear-gradient(to right, #fb8c00 100%, #e0e0e0 100%); }

.form_container {
  padding-bottom: 100px; }

.error_txt {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px !important;
  background: #FBE3E4;
  color: #8A1F11;
  padding: 3px;
  border-color: #FBC2C4; }

.policy {
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px; }

h4 {
  font-size: 1.1em !important;
  font-weight: normal;
  margin-bottom: 20px !important;
  position: relative;
  padding: 0.5em !important;
  background: #ecf7f9; }

h4:after {
  position: absolute;
  content: '';
  top: 100% !important;
  left: 20px !important;
  border: 15px solid transparent;
  border-top: 15px solid #ecf7f9;
  width: 0;
  height: 0; }

.check_radio input {
  display: none; }

.check_radio label {
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  width: 110px;
  padding: 8px 8px;
  border-right: 1px solid #abb2b7;
  background: #eeeeee;
  color: #555e64;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s; }

.check_radio label:first-of-type {
  border-radius: 3px 0 0 3px; }

.check_radio label:last-of-type {
  border-right: 0px;
  border-radius: 0 3px 3px 0; }

.check_radio input[type="radio"]:checked + label {
  background-color: #1e88e5;
  color: #fff; }

dl.menu dt {
  font-weight: normal;
  color: #FF5926;
  font-size: 1.5em;
  margin-bottom: 10px; }
dl.menu dd li:last-child {
  border-bottom: 1px solid #e0e0e0; }

.menu_list {
  padding: 10px 10px 10px 10px;
  display: block;
  border: 1px solid #e0e0e0;
  position: relative; }
  .menu_list h3 {
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: normal; }
  .menu_list p {
    color: #333;
    font-size: 0.9em;
    line-height: 140%;
    margin-bottom: 0px; }
  .menu_list span {
    font-weight: normal;
    color: #FF5926;
    font-size: 0.9em; }
  .menu_list i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    color: #8d6e63; }

.staff_list {
  padding: 10px 40px 10px 10px;
  display: block;
  border: 1px solid #e0e0e0;
  position: relative;
  zoom: 100%; }
  .staff_list img {
    width: 80px;
    float: left;
    margin-right: 10px; }
  .staff_list h3 {
    font-size: 1.1em;
    margin-bottom: 5px; }
  .staff_list p {
    color: #333;
    font-size: 0.7em;
    line-height: 150%;
    margin-bottom: 0px; }
  .staff_list span {
    position: absolute;
    top: 10px;
    right: 30px;
    font-weight: bold;
    color: #FF5926;
    font-size: 1.2em; }
  .staff_list i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    color: #8d6e63; }

.staff_list:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.my_cal {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #bdbdbd; }
  .my_cal th {
    border: 1px solid #bdbdbd;
    text-align: center; }
  .my_cal td {
    border: 1px solid #bdbdbd;
    text-align: center;
    font-size: 0.8em; }
    .my_cal td.td1 {
      font-size: 0.9em;
      background: #EDEAE5;
      padding: 0px !important; }
    .my_cal td.td2 {
      font-size: 0.9em;
      background: #EEEEEE;
      padding: 0px !important; }
    .my_cal td.td_maru {
      font-size: 1.1em; }
      .my_cal td.td_maru a {
        display: block; }

.intbl {
  /**
  height: 20*30px;
  **/
  height: 30px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px !important; }
  .intbl .cell {
    border: 0px !important;
    border-bottom: 1px dotted #ccc !important;
    height: 30px !important;
    line-height: 100% !important; }
  .intbl .cell_ok a {
    display: block;
    background: white;
    line-height: 29px !important; }

.h_td {
  padding: 5px 0px;
  line-height: 130%; }

.cart_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .cart_tbl tr {
    border-bottom: 1px solid #bdbdbd; }
  .cart_tbl td {
    padding: 5px; }
  .cart_tbl span {
    font-size: 0.9em;
    display: block;
    margin-bottom: 5px !important; }
    .cart_tbl span.price {
      color: #FF5926;
      font-weight: bold; }
  .cart_tbl h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px; }
  .cart_tbl b {
    font-weight: normal; }
  .cart_tbl .staff {
    display: block;
    zoom: 100%; }
    .cart_tbl .staff img {
      float: left;
      margin-right: 10px; }
    .cart_tbl .staff:after {
      content: " ";
      clear: both;
      height: 0;
      display: block;
      visibility: hidden; }

.message {
  text-align: center;
  color: red;
  margin: 15px; }

.langselectform {
  margin-top: 20px;
  text-align: center;
  display: block;
  width: 100%; }
  .langselectform i {
    position: relative;
    top: 4px;
    padding-right: 8px;
    font-size: 25px; }
  .langselectform .myactive {
    background: #00b0ff;
    color: white; }

nav .langselectform i {
  color: white; }

.site-logo {
  text-align: center; }

.card_info {
  position: relative;
  height: 30px;
  display: block;
  zoom: 100%; }
  .card_info img {
    position: absolute;
    width: 50px;
    top: 0px;
    left: 0px; }
  .card_info span {
    position: absolute;
    top: 5px;
    left: 60px;
    width: 200px;
    display: block;
    font-size: 1.2em !important; }

.card_info:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

.privacy h5 {
  font-weight: bold;
  margin-bottom: 10px; }
.privacy dt {
  font-weight: bold;
  margin-bottom: 10px; }

.ymd_input_div {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .ymd_input_div .ymd_input {
    text-align: center;
    outline: none; }
  .ymd_input_div i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999; }

#number-form,
#expiry-form,
#cvc-form {
  border: #ccc 1px solid;
  padding: 10px 20px;
  border-radius: 5px;
  max-width: 320px;
  box-sizing: border-box; }
