@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common_renew.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_inner, .box_container, #header .gnav .inner, #header .gnav .inner > ul > li .mnav .st_mnav, #header .gnav .inner > ul > li .mnav .mnav_inner, .con_topicpath, .con_title, #footer .con_houjin_footer .con_inner {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  .con_inner, .box_container, #header .gnav .inner, #header .gnav .inner > ul > li .mnav .st_mnav, #header .gnav .inner > ul > li .mnav .mnav_inner, .con_topicpath, .con_title, #footer .con_houjin_footer .con_inner {
    width: 95%;
  }
}
@media print {
  .con_inner, .box_container, #header .gnav .inner, #header .gnav .inner > ul > li .mnav .st_mnav, #header .gnav .inner > ul > li .mnav .mnav_inner, .con_topicpath, .con_title, #footer .con_houjin_footer .con_inner {
    width: 95%;
  }
}
.ie8 .con_inner, .ie8 .box_container, .ie8 #header .gnav .inner, #header .gnav .ie8 .inner, .ie8 #header .gnav .inner > ul > li .mnav .st_mnav, #header .gnav .inner > ul > li .mnav .ie8 .st_mnav, .ie8 #header .gnav .inner > ul > li .mnav .mnav_inner, #header .gnav .inner > ul > li .mnav .ie8 .mnav_inner, .ie8 .con_topicpath, .ie8 .con_title, .ie8 #footer .con_houjin_footer .con_inner, #footer .con_houjin_footer .ie8 .con_inner {
  width: 95%;
}

.con_inner:after, .box_container:after, #header .gnav .inner > ul > li .mnav .mnav_inner:after, #header .gnav .inner > ul > li .mnav .mnav_inner .menu:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
}

body {
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4d4d4d;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #666666;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1140px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.st_high {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .st_high {
    line-height: 1.3;
  }
}
.st_high span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high span.jp:before, .st_high span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .st_high span.jp:before, .st_high span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high span.jp:before {
  left: 0;
}
.st_high span.jp:after {
  right: 0;
}
.st_high span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
    font-size: 115%;
  }
}
.st_high span.en em {
  font-size: 134%;
  font-style: italic;
}
.st_high.white {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .st_high.white {
    line-height: 1.3;
  }
}
.st_high.white span {
  color: #fff !important;
}
.st_high.white span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high.white span.jp:before, .st_high.white span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.jp:before, .st_high.white span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high.white span.jp:before {
  left: 0;
}
.st_high.white span.jp:after {
  right: 0;
}
.st_high.white span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.en {
    font-size: 115%;
  }
}
.st_high.white span.en em {
  font-size: 134%;
  font-style: italic;
}

.st_high_border {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .st_high_border {
    line-height: 1.3;
  }
}
.st_high_border span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high_border span.jp:before, .st_high_border span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.jp:before, .st_high_border span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high_border span.jp:before {
  left: 0;
}
.st_high_border span.jp:after {
  right: 0;
}
.st_high_border span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.en {
    font-size: 115%;
  }
}
.st_high_border span.en em {
  font-size: 134%;
  font-style: italic;
}

.st_mid_skew {
  position: relative;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
}
.st_mid_skew span {
  display: inline-block;
  font-size: 158%;
  position: relative;
  padding: 0 50px 0 0.5em;
  z-index: 2;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .st_mid_skew span {
    font-size: 129%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid_skew span {
    font-size: 115%;
    padding-left: 15px;
  }
}
.st_mid_skew span:after {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  right: 6%;
  bottom: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(40deg);
  position: absolute;
  z-index: -1;
  background: #063c6c;
}

.st_mid_center {
  font-weight: normal;
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st_mid_center {
    font-size: 143%;
    margin-bottom: 20px;
  }
}
.st_mid_center span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .st_mid_center span {
    padding: 0 25px;
  }
}
.st_mid_center span:before, .st_mid_center span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .st_mid_center span:before, .st_mid_center span:after {
    width: 15px;
  }
}
.st_mid_center span:before {
  left: 0;
}
.st_mid_center span:after {
  right: 0;
}

.st_mid {
  font-weight: normal;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st_mid {
    margin-bottom: 20px;
    font-size: 143%;
  }
}
.st_mid:before {
  content: "◆";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 59%;
  color: #cccccc;
  margin-top: -3px;
}

.st_sm {
  font-weight: normal;
  background: #f5f3ed;
  padding: 0.5em;
  font-size: 108%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.st_sm:before {
  content: "◆";
  display: inline;
  margin-right: 0.5em;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .st_sm:before {
    font-size: 87%;
  }
}

.btn_basic.blue a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #063f74;
}
@media only screen and (max-width: 767px) {
  .btn_basic.blue a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.blue a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.blue a:hover:after {
  right: 8px;
}
.btn_basic.blue a:hover {
  background: #05325c;
}
.btn_basic.black a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .btn_basic.black a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.black a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.black a:hover:after {
  right: 8px;
}
.btn_basic.black a:hover {
  background: #262626;
}
.btn_basic.ghost a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  border: 1px solid #ccc;
  color: #4e3427 !important;
}
@media only screen and (max-width: 767px) {
  .btn_basic.ghost a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.ghost a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.ghost a:hover:after {
  right: 8px;
}
.btn_basic.ghost a:hover {
  background: #ccc;
}
.btn_basic.yellow a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #987010;
}
@media only screen and (max-width: 767px) {
  .btn_basic.yellow a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.yellow a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.yellow a:hover:after {
  right: 8px;
}
.btn_basic.yellow a:hover {
  background: #815f0e;
}

.btn_large.blue a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #063c6c;
}
@media only screen and (max-width: 767px) {
  .btn_large.blue a {
    font-size: 115%;
  }
}
.btn_large.blue a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large.blue a:hover:after {
  right: 8px;
}
.btn_large.blue a:hover {
  background: #052f54;
}
.btn_large.yellow a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #987010;
}
@media only screen and (max-width: 767px) {
  .btn_large.yellow a {
    font-size: 115%;
  }
}
.btn_large.yellow a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large.yellow a:hover:after {
  right: 8px;
}
.btn_large.yellow a:hover {
  background: #815f0e;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.box_container {
  display: block;
}

/*準備中のテキスト*/
.txt_preparation {
  text-align: center;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
@media only screen and (max-width: 767px) {
  #page {
    padding-top: 70px;
  }
}

/* -----------------------------------------------------------
	.bg_page
----------------------------------------------------------- */
#bg_page {
  padding-top: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #bg_page {
    padding-top: 65%;
  }
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

/* -----------------------------------------------------------
	.slick-arrow
----------------------------------------------------------- */
.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    padding-top: 34px;
  }
}
.slick-arrow.slick-prev {
  left: 10px;
  background: url(../images/common/btn_arrow_left.png) 0 0 no-repeat;
  background-size: contain;
}
.slick-arrow.slick-next {
  right: 10px;
  background: url(../images/common/btn_arrow_right.png) 0 0 no-repeat;
  background-size: contain;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  z-index: 990;
}
#header .con_header {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 42, 82, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#header .con_header .seo {
  color: #fff;
  font-size: 86%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0.8em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .seo {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .seo {
    font-size: 72%;
  }
}
@media only screen and (max-width: 1140px) {
  #header .con_header .seo {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media print {
  #header .con_header .seo {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.ie8 #header .con_header .seo {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header .gnav {
  background: rgba(0, 43, 82, 0.8);
  position: relative;
}
#header .gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 810px) {
  #header .gnav .logo {
    left: 10px;
  }
}
@media only screen and (max-width: 930px) {
  #header .gnav .logo img {
    width: 140px;
  }
}
#header .gnav .inner {
  width: 100% !important;
}
#header .gnav .inner > ul {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
#header .gnav .inner > ul > li {
  min-width: 130px;
}
@media only screen and (max-width: 1470px) {
  #header .gnav .inner > ul > li {
    min-width: 0;
  }
}
@media print {
  #header .gnav .inner > ul > li {
    min-width: 0;
  }
}
.ie8 #header .gnav .inner > ul > li {
  min-width: 0;
}
#header .gnav .inner > ul > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  line-height: 1.6;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner > ul > li > a:hover, #header .gnav .inner > ul > li > a.over {
  background: #2b4863;
}
@media screen and (max-width: 1190px) {
  #header .gnav .inner > ul > li > a {
    padding: 12px 10px;
    font-size: 95%;
  }
  #header .gnav .inner > ul > li > a img {
    width: 75%;
  }
}
@media screen and (max-width: 920px) {
  #header .gnav .inner > ul > li > a {
    padding: 12px 7px;
    font-size: 90%;
  }
  #header .gnav .inner > ul > li > a img {
    width: 75%;
  }
}
#header .gnav .inner > ul > li > a span {
  display: block;
}
#header .gnav .inner > ul > li > a span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 122%;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner > ul > li > a span.jp {
    font-size: 108%;
  }
}
@media print {
  #header .gnav .inner > ul > li > a span.jp {
    font-size: 108%;
  }
}
.ie8 #header .gnav .inner > ul > li > a span.jp {
  font-size: 108%;
}
@media only screen and (max-width: 1024px) {
  #header .gnav .inner > ul > li > a span.jp {
    font-size: 93%;
  }
}
@media only screen and (max-width: 810px) {
  #header .gnav .inner > ul > li > a span.jp {
    font-size: 86%;
  }
}
#header .gnav .inner > ul > li > a span.en {
  font-family: "Times New Roman", serif;
  font-size: 79%;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .gnav .inner > ul > li > a span.en {
    font-size: 72%;
  }
}
#header .gnav .inner > ul > li.d_business a {
  background: #2E75B6;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner > ul > li.d_business a:hover {
  background: #2968a2;
}
#header .gnav .inner > ul > li.d_mypage a {
  background: #cca83d;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner > ul > li.d_mypage a:hover {
  background: #be9a32;
}
#header .gnav .inner > ul > li .mnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 43, 82, 0.85);
  opacity: 0;
}
#header .gnav .inner > ul > li .mnav .st_mnav {
  margin-bottom: 10px;
}
#header .gnav .inner > ul > li .mnav .st_mnav span {
  color: #fff;
}
#header .gnav .inner > ul > li .mnav .st_mnav span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 158%;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner > ul > li .mnav .st_mnav span.jp {
    font-size: 143%;
  }
}
@media print {
  #header .gnav .inner > ul > li .mnav .st_mnav span.jp {
    font-size: 143%;
  }
}
.ie8 #header .gnav .inner > ul > li .mnav .st_mnav span.jp {
  font-size: 143%;
}
@media only screen and (max-width: 850px) {
  #header .gnav .inner > ul > li .mnav .st_mnav span.jp {
    font-size: 129%;
  }
}
#header .gnav .inner > ul > li .mnav .st_mnav span.en {
  padding-left: 0.5em;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner > ul > li .mnav .st_mnav span.en {
    font-size: 115%;
  }
}
@media print {
  #header .gnav .inner > ul > li .mnav .st_mnav span.en {
    font-size: 115%;
  }
}
.ie8 #header .gnav .inner > ul > li .mnav .st_mnav span.en {
  font-size: 115%;
}
@media only screen and (max-width: 850px) {
  #header .gnav .inner > ul > li .mnav .st_mnav span.en {
    font-size: 100%;
  }
}
#header .gnav .inner > ul > li .mnav .mnav_inner .img {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu {
  float: right;
  width: 65%;
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul {
  display: inline-block;
  margin: 0 10% 25px 0;
  vertical-align: top;
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li {
  margin-bottom: 10px;
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a {
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  text-decoration: none;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a {
    font-size: 100%;
  }
}
@media print {
  #header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a {
    font-size: 100%;
  }
}
.ie8 #header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a {
  font-size: 100%;
}
@media only screen and (max-width: 850px) {
  #header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a {
    font-size: 93%;
  }
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a::before {
  content: "\f101";
  display: inline;
  margin-right: 0.5em;
  font-family: "FontAwesome";
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a span {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner > ul > li .mnav .mnav_inner .menu ul li a:hover span {
  text-decoration: underline;
}
#header .attention {
  background: rgba(25, 64, 99, 0.8);
  padding: 7px 0;
  text-align: center;
}
#header .attention a {
  color: #fff;
  font-size: 1.15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .attention a {
    font-size: 1em;
  }
}
#header #spmenu {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header #spmenu {
    display: block;
  }
}
#header #spmenu ul {
  display: table;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
#header #spmenu ul li {
  text-align: center;
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header #spmenu ul li > a, #header #spmenu ul li > span {
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 1.2;
}
#header #spmenu ul li > a span, #header #spmenu ul li > span span {
  display: block;
}
#header #spmenu ul li > a span.ic, #header #spmenu ul li > span span.ic {
  font-size: 143%;
}
#header #spmenu ul li > a span.txt, #header #spmenu ul li > span span.txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 86%;
  margin-top: 5px;
}
#header #spmenu ul li.menu {
  background: #1d4d74;
}
#header #spmenu ul li.hotel {
  background: #193f61;
}
#header #spmenu ul li.d_mypage {
  background: #bf9528;
}
#header #spmenu ul li.d_mypage a img {
  height: 1.5em;
}

/* -----------------------------------------------------------
	#js-ganv
----------------------------------------------------------- */
#js-gnav {
  z-index: 1000;
  background: #fff;
  top: 70px;
  height: calc(100% - 70px);
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-gnav {
    display: block;
  }
}
#js-gnav #js-gnav-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#js-gnav .btn_home {
  background: #292929;
  padding-top: 0;
}
#js-gnav .btn_home a {
  display: block;
  color: #fff;
  padding: 1em 35px 1em 30px;
  text-decoration: none;
  font-size: 93%;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#js-gnav .nav {
  width: 100%;
}
#js-gnav .nav ul li a {
  display: block;
  padding: 0.8em 1em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  padding-right: 35px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#js-gnav .nav ul li a:before {
  content: "\f362";
  display: inline;
  margin-right: 0.5em;
  font-family: "Ionicons";
}
#js-gnav .nav ul li a.active {
  color: #866a4c;
}
#js-gnav .nav ul li.language {
  border-top: 1px dotted #333333;
}
#js-gnav .nav ul li ul {
  display: none;
}
#js-gnav .nav ul li ul li a {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 93%;
}
#js-gnav .link {
  background: #002140;
}
#js-gnav .link dl {
  padding: 20px 0;
  border-top: 1px solid #0e2d4a;
}
#js-gnav .link dl:first-child {
  margin-top: 0;
}
#js-gnav .link dl dt {
  color: #b49d59;
  text-align: center;
}
#js-gnav .link dl dd ul {
  overflow: hidden;
}
#js-gnav .link dl dd ul li {
  margin-top: 0.5em;
  float: left;
  width: 50%;
}
#js-gnav .link dl dd ul li:nth-child(odd) {
  clear: both;
}
#js-gnav .link dl dd ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 1em;
  font-size: 86%;
}
#js-gnav .link dl dd ul li a:hover {
  text-decoration: underline;
}
#js-gnav .btns {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#js-gnav .btns li {
  margin-top: 5px;
}
#js-gnav .btns li a {
  width: 100%;
}
#js-gnav .link_general .box_logo {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
#js-gnav .link_general .box_logo .logo {
  margin-bottom: 15px;
}
#js-gnav .link_general .box_logo address {
  font-size: 86%;
  line-height: 1.5;
}
#js-gnav .link_general .box_logo .txt_tel {
  font-family: "Times New Roman", serif;
  line-height: 1.2;
  font-size: 108%;
  margin-top: 10px;
}
#js-gnav .link_general .box_logo .txt_tel a {
  text-decoration: none;
}
#js-gnav .link_general .box_logo .txt_tel strong {
  font-weight: normal;
  font-size: 167%;
}
#js-gnav .link_general .box_logo .txt_tel em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
  display: block;
}
#js-gnav .link_general .box_logo .txt_fax {
  font-size: 86%;
}
#js-gnav .link_general .nav {
  overflow: hidden;
  padding: 20px 0;
  margin-top: -0.5em;
}
#js-gnav .link_general .nav li {
  margin-top: 0.5em;
  float: left;
  width: 50%;
}
#js-gnav .link_general .nav li:nth-child(odd) {
  clear: both;
}
#js-gnav .link_general .nav li a {
  text-decoration: none;
  display: block;
  padding: 0 1em;
  font-size: 86%;
}
#js-gnav .link_general .nav li a:hover {
  text-decoration: underline;
}

#js-tel {
  z-index: 1000;
  background: #fff;
  top: 70px;
  height: calc(100% - 70px);
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-tel {
    display: block;
  }
}
#js-tel #js-tel-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#js-tel #js-tel-menu .nav ul {
  border-bottom: 1px solid #ccc;
}
#js-tel #js-tel-menu .nav ul li {
  padding: 0.5em 1em;
  border-top: 1px solid #ccc;
  text-align: center;
}
#js-tel #js-tel-menu .nav ul li dl dd {
  text-decoration: none;
  font-family: "Times New Roman", serif;
  font-size: 115%;
  line-height: 1.2;
}
#js-tel #js-tel-menu .nav ul li dl dd a {
  text-decoration: none;
}
#js-tel #js-tel-menu .nav ul li dl dd strong {
  font-weight: normal;
  font-size: 150%;
}

#js-overlay {
  position: fixed;
  z-index: 989;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-overlay {
    display: block;
  }
}

.is-opened-gnav #js-gnav {
  visibility: visible;
  right: 0;
}
.is-opened-gnav #js-overlay {
  opacity: 1;
  visibility: visible;
}

.is-opened-tel #js-tel {
  visibility: visible;
  right: 0;
}
.is-opened-tel #js-overlay {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.con_topicpath ul li {
  display: inline;
  margin-left: 1.5em;
  position: relative;
}
.con_topicpath ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -1em;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul li:before {
    top: 0.6em;
  }
}
.con_topicpath ul li:first-child {
  margin-left: 0;
}
.con_topicpath ul li:first-child:before {
  display: none;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  margin-bottom: 40px;
}
.con_title h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_title h2 {
    line-height: 1.3;
  }
}
.con_title h2 span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.con_title h2 span.jp:before, .con_title h2 span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp:before, .con_title h2 span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.con_title h2 span.jp:before {
  left: 0;
}
.con_title h2 span.jp:after {
  right: 0;
}
.con_title h2 span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.en {
    font-size: 115%;
  }
}
.con_title h2 span.en em {
  font-size: 134%;
  font-style: italic;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .con_fnav {
  border-top: 1px solid #cccccc;
  padding: 25px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav {
    padding: 20px 0;
  }
}
#footer .con_fnav .con_inner {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  #footer .con_fnav .con_inner {
    width: 95%;
    margin: 0 auto;
  }
}
@media print {
  #footer .con_fnav .con_inner {
    width: 95%;
    margin: 0 auto;
  }
}
.ie8 #footer .con_fnav .con_inner {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .con_inner {
    display: block;
  }
}
#footer .con_fnav .con_inner > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .con_inner > * {
    display: block;
  }
}
#footer .con_fnav .box_logo {
  width: 400px;
}
@media only screen and (max-width: 1140px) {
  #footer .con_fnav .box_logo {
    width: 300px;
  }
}
@media print {
  #footer .con_fnav .box_logo {
    width: 300px;
  }
}
.ie8 #footer .con_fnav .box_logo {
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .box_logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#footer .con_fnav .box_logo .logo {
  margin-bottom: 15px;
}
#footer .con_fnav .box_logo address {
  font-size: 86%;
  line-height: 1.5;
}
#footer .con_fnav .box_logo .txt_tel {
  font-family: "Times New Roman", serif;
  line-height: 1.2;
  font-size: 108%;
  margin-top: 10px;
}
#footer .con_fnav .box_logo .txt_tel a {
  text-decoration: none;
}
#footer .con_fnav .box_logo .txt_tel strong {
  font-weight: normal;
  font-size: 167%;
}
#footer .con_fnav .box_logo .txt_tel em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
}
#footer .con_fnav .box_logo .txt_fax {
  font-size: 86%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .fnav {
    display: none;
  }
}
#footer .con_fnav .fnav .nav {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -15px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav .nav {
    text-align: center;
  }
}
#footer .con_fnav .fnav .nav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 10px;
}
#footer .con_fnav .fnav .nav li.rsv {
  clear: both;
}
#footer .con_fnav .fnav .nav li a {
  font-size: 108%;
  text-decoration: none;
}
#footer .con_fnav .fnav .nav li a:hover {
  text-decoration: underline;
}
#footer .con_fnav .fnav .nav li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.3em;
}
#footer .con_fnav .fnav .btns {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav .btns {
    text-align: center;
  }
}
#footer .con_fnav .fnav .btns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#footer .con_fnav .fnav .btns li a {
  min-width: 140px;
}
#footer .con_link {
  background: #002b52;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_link {
    display: none;
  }
}
#footer .con_link .con_inner > * {
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner > * {
    width: 100%;
    padding-right: 0;
  }
}
#footer .con_link .con_inner dl dt {
  font-size: 108%;
  color: #b49d59;
  margin-left: -0.5em;
  margin-bottom: 5px;
}
#footer .con_link .con_inner dl dd {
  overflow: hidden;
}
#footer .con_link .con_inner dl dd ul {
  float: left;
  padding-right: 1em;
  margin-top: -5px;
}
#footer .con_link .con_inner dl dd ul li {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl dd ul li {
    padding-right: 1em;
  }
}
#footer .con_link .con_inner dl dd ul li a {
  color: #fff;
  font-size: 108%;
  text-decoration: none;
}
#footer .con_link .con_inner dl dd ul li a:hover {
  text-decoration: underline;
}
#footer .con_link .con_inner dl dd ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.3em;
}
#footer .con_link .con_inner dl.gen {
  width: 100%;
  margin-bottom: 35px;
}
#footer .con_link .con_inner dl.gen ul {
  overflow: hidden;
  width: 100%;
  margin-top: -10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.gen ul {
    padding-right: 0;
  }
}
#footer .con_link .con_inner dl.gen ul li {
  width: 25%;
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.gen ul li {
    width: 33.33333% !important;
  }
}
#footer .con_link .con_inner dl.col3 ul {
  width: 38.333333%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.col3 ul {
    width: 33.33333% !important;
  }
}
#footer .con_link .con_inner dl.col3 ul:last-child {
  width: 23.3333333%;
}
#footer .con_link .con_inner dl.col2 ul {
  width: 55%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.col2 ul {
    width: 33.33333% !important;
  }
}
#footer .con_link .con_inner dl.col2 ul:last-child {
  width: 45%;
}
#footer #copyright {
  background: #001b34;
  color: #fff;
  font-size: 93%;
  text-align: center;
  font-family: "Times New Roman", serif;
  padding: 15px 0;
}
#footer .con_houjin_footer {
  border-top: 1px solid #cccccc;
}
#footer .con_houjin_footer .con_inner {
  padding: 25px 0 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_houjin_footer .con_inner {
    padding: 20px 0 30px;
  }
}
#footer .con_houjin_footer .con_inner .text_company {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 150%;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .con_houjin_footer .con_inner .text_company {
    width: 100%;
    margin: 0 0 0.25em;
  }
}
#footer .con_houjin_footer .con_inner .text_company span {
  font-size: 81%;
}

/* -----------------------------------------------------------
	#pagetop
----------------------------------------------------------- */
#pagetop {
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
  display: table;
  width: 64px;
  height: 64px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    height: 50px;
  }
}
#pagetop a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #063c6c;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.4;
}
#pagetop a span {
  display: block;
}
#pagetop a span.txt {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #pagetop a span.txt {
    font-size: 9px;
  }
}
#pagetop a span.ic {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  #pagetop a span.ic {
    font-size: 20px;
  }
}

/* -----------------------------------------------------------
	reCAPTCHAV3 アイコン
----------------------------------------------------------- */
.grecaptcha-badge {
  bottom: 96px !important;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.tbl_primary {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
.tbl_primary th {
  width: 30%;
  background: #f5f3ed;
  border: 1px solid #fff;
  color: #333;
  text-align: center;
  padding: 12px 6px;
}
.tbl_primary td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tbl_primary th, .tbl_primary td {
    display: block;
  }
}

.tbl_primary_fix {
  border: 0;
  border-collapse: separate;
  background-color: #ccc;
  width: 100%;
  border-spacing: 1px;
}
.tbl_primary_fix th {
  width: 30%;
  background: #f5f3ed;
  border: 1px solid #fff;
  color: #333;
  text-align: center;
  padding: 12px 6px;
}
@media only screen and (max-width: 767px) {
  .tbl_primary_fix th {
    width: 30%;
  }
}
.tbl_primary_fix td {
  padding: 12px 12px;
  background: #fff;
  text-align: left;
}

.tbl_secondary {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary {
    border-top: 1px solid #ccc;
  }
}
.tbl_secondary th {
  width: 30%;
}
.tbl_secondary th, .tbl_secondary td {
  font-weight: normal;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary th, .tbl_secondary td {
    border-top: none;
    display: block;
  }
}

.tbl_secondary_fix {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_secondary_fix th, .tbl_secondary_fix td {
  font-weight: normal;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary_fix th {
    width: 30%;
  }
}
