@charset "utf-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* line 29, ../scss/_settings.scss */
#header .con_header .box_header, #contents .con_link, #contents .tmp_intro, #footer .con_footer .inner, #footer .con_relux .inner, #footer .con_child .inner, #footer .lay_gp .con_gp {
  max-width: 1100px;
  margin: auto;
}

/* line 36, ../scss/_settings.scss */
#header .con_header .box_header:after, .box_gnav:after, #footer .con_relux .inner:after, #footer .con_child .inner .box_child:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
/* line 14, ../scss/common.scss */
html {
  font-size: small;
  line-height: 1.6;
}

/* line 18, ../scss/common.scss */
body {
  color: white;
  background: #000;
  -webkit-text-size-adjust: none;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
/* line 23, ../scss/common.scss */
.ie body {
  font-size: 98%;
}
/* line 25, ../scss/common.scss */
body a {
  color: white;
}
/* line 29, ../scss/common.scss */
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
/* line 33, ../scss/common.scss */
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: white;
}
/* line 38, ../scss/common.scss */
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
/* line 42, ../scss/common.scss */
body *::selection {
  background: #CCC;
}
/* line 45, ../scss/common.scss */
body *::-moz-selection {
  background: #CCC;
}

/* line 54, ../scss/common.scss */
html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
/* line 57, ../scss/common.scss */
html.ie8 #page {
  min-width: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

/* line 68, ../scss/common.scss */
.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;
}
/* line 76, ../scss/_settings.scss */
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 79, ../scss/_settings.scss */
.touch .over {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 81, ../scss/_settings.scss */
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
/* line 85, ../scss/common.scss */
#page {
  min-width: 1100px;
  position: relative;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
/* line 95, ../scss/common.scss */
#header {
  position: relative;
  z-index: 10;
}
/* line 98, ../scss/common.scss */
#header .con_header {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 24px;
  border-bottom: 1px solid #313131;
}
/* line 102, ../scss/common.scss */
#header .con_header .box_header {
  position: relative;
}
/* line 106, ../scss/common.scss */
#header .con_header .box_header h1 {
  font-weight: normal;
  padding-top: 48px;
  width: 420px;
  float: left;
  font-size: 11px;
  line-height: 1.4em;
}
/* line 114, ../scss/common.scss */
#header .con_header .box_header .logo {
  position: absolute;
  width: 196px;
  height: 65px;
  top: 24px;
  left: 50%;
  margin-left: -108px;
}
/* line 122, ../scss/common.scss */
#header .con_header .box_header .box_cnt {
  width: 430px;
  float: right;
  overflow: hidden;
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 127, ../scss/common.scss */
#header .con_header .box_header .box_cnt .box_mf{
  width: 125px;
}
#header .con_header .box_header .box_cnt .box_mf .mail{
  margin-bottom: 5px;
}
#header .con_header .box_header .box_cnt .box_mf .faq a{
  text-decoration: none;
}
/* line 131, ../scss/common.scss */
#header .con_header .box_header .box_cnt .tel {
  width: 198px;
}
/* line 136, ../scss/common.scss */
#header .con_header .box_header .box_cnt .wrp_lang {
  width: 68px;
}
/* line 139, ../scss/common.scss */
#header .con_header .box_header .box_cnt .wrp_lang li {
  display: inline-block;
}
/* line 148, ../scss/common.scss */
#header .con_header #gnav {
  max-width: 1100px;
  margin: 32px auto 0;
}

/* line 159, ../scss/common.scss */
.box_gnav li {
  width: calc(100% / 9);
  float: left;
}
/* line 162, ../scss/common.scss */
.box_gnav li a {
  display: block;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
}
/* line 167, ../scss/common.scss */
.box_gnav li a:after {
  -webkit-transition: width 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: width 200ms ease-out, opacity 200ms ease-out;
  -o-transition: width 200ms ease-out, opacity 200ms ease-out;
  transition: width 200ms ease-out, opacity 200ms ease-out;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 2px;
  background-color: #FFF;
}
/* line 179, ../scss/common.scss */
.box_gnav li a:hover:after, .box_gnav li a.active:after {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 187, ../scss/common.scss */
.box_gnav li.gnav_rev a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bf9f71;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* line 207, ../scss/common.scss */
#contents {
  position: relative;
  z-index: 10;
  margin-top: 8px;
}
/* line 214, ../scss/common.scss */
#contents .con_link ul li {
  display: inline-block;
  color: #CCC;
}
/* line 217, ../scss/common.scss */
#contents .con_link ul li a {
  color: #CCC;
}
/* line 224, ../scss/common.scss */
#contents .tmp_intro {
  text-align: center;
}
/* line 227, ../scss/common.scss */
#contents .tmp_intro h2 {
  padding: 144px 0;
}
/* line 231, ../scss/common.scss */
#contents .tmp_intro .box_intro .text {
  margin-top: 2.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.2em;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}
/* line 239, ../scss/common.scss */
#contents .tmp_intro .box_plink {
  margin-top: 48px;
}
/* line 241, ../scss/common.scss */
#contents .tmp_intro .box_plink li {
  display: inline-block;
}
/* line 248, ../scss/common.scss */
#contents .tmp_slider {
  margin: 24px auto 0;
}
/* line 250, ../scss/common.scss */
#contents .tmp_slider .slick-dots {
  bottom: 8px;
}
/* line 252, ../scss/common.scss */
#contents .tmp_slider .slick-dots li {
  margin: 0 8px;
}
/* line 255, ../scss/common.scss */
#contents .tmp_slider .slick-dots li button:before {
  font-size: 13px;
  color: #888;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}
/* line 264, ../scss/common.scss */
#contents .tmp_slider .slick-dots li.slick-active button:before {
  color: #FFF;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
/* line 282, ../scss/common.scss */
#footer {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
/* line 286, ../scss/common.scss */
#footer .con_footer {
  height: 428px;
  background: transparent url("../images/footer/bt_fot.jpg") center top no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 64px;
}
/* line 294, ../scss/common.scss */
#footer .con_footer .inner .box_ads {
  margin-top: 1em;
}
/* line 296, ../scss/common.scss */
#footer .con_footer .inner .box_ads h4 {
  font-weight: normal;
}
/* line 301, ../scss/common.scss */
#footer .con_footer .inner .tel {
  margin-top: 24px;
}
/* line 304, ../scss/common.scss */
#footer .con_footer .inner .box_sitemap {
  border: 3px solid #000;
  background-color: #111;
  margin: 40px auto 0;
  max-width: 950px;
}
/* line 309, ../scss/common.scss */
#footer .con_footer .inner .box_sitemap ul {
  padding: 16px 24px 8px;
  text-align: left;
}
/* line 312, ../scss/common.scss */
#footer .con_footer .inner .box_sitemap ul li {
  display: inline-block;
  margin-bottom: 8px;
}
/* line 315, ../scss/common.scss */
#footer .con_footer .inner .box_sitemap ul li a {
  text-decoration: none;
  display: inline-block;
  background: transparent url("../images/common/arrL.png") left center no-repeat;
  padding-left: 18px;
  margin-left: 24px;
}
/* line 321, ../scss/common.scss */
#footer .con_footer .inner .box_sitemap ul li a:hover {
  text-decoration: underline;
}
/* line 333, ../scss/common.scss */
#footer .con_relux {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMjcwNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhM2IwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #322707), color-stop(100%, #4a3b0f));
  background: -webkit-linear-gradient(top, #322707 0%, #4a3b0f 100%);
  background: -moz-linear-gradient(top, #322707 0%, #4a3b0f 100%);
  background: -o-linear-gradient(top, #322707 0%, #4a3b0f 100%);
  background: linear-gradient(top, #322707 0%, #4a3b0f 100%);
  padding: 24px 0;
}
/* line 339, ../scss/common.scss */
#footer .con_relux .inner h4 {
  width: 580px;
  float: left;
}
/* line 343, ../scss/common.scss */
#footer .con_relux .inner .box_text {
  width: 500px;
  float: right;
}
/* line 349, ../scss/common.scss */
#footer .con_relux .inner .box_text .text {
  margin-top: 0.5em;
}
/* line 357, ../scss/common.scss */
#footer .con_child {
  background-color: #131313;
  border-bottom: 5px solid #000;
  padding: 24px 0;
}
/* line 363, ../scss/common.scss */
#footer .con_child .inner h4 {
  font-weight: normal;
}
/* line 366, ../scss/common.scss */
#footer .con_child .inner .box_child {
  margin-top: 16px;
}
/* line 369, ../scss/common.scss */
#footer .con_child .inner .box_child .bn {
  width: 263px;
  float: left;
}
/* line 373, ../scss/common.scss */
#footer .con_child .inner .box_child .wrp_link {
  width: 820px;
  float: right;
}
/* line 376, ../scss/common.scss */
#footer .con_child .inner .box_child .wrp_link li {
  display: inline-block;
}
/* line 378, ../scss/common.scss */
#footer .con_child .inner .box_child .wrp_link li a {
  text-decoration: none;
  display: inline-block;
  background: transparent url("../images/common/arrL.png") left center no-repeat;
  padding-left: 18px;
  margin-left: 24px;
  line-height: 1.8em;
}
/* line 385, ../scss/common.scss */
#footer .con_child .inner .box_child .wrp_link li a:hover {
  text-decoration: underline;
}
/* line 396, ../scss/common.scss */
#footer .lay_gp {
  background: transparent url("../images/common/pat2.jpg") left top repeat;
  position: relative;
  padding: 80px 0 64px;
  -webkit-box-shadow: 0 30px 40px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 30px 40px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 30px 40px 0 rgba(255, 255, 255, 0.1) inset;
}
/* line 403, ../scss/common.scss */
#footer .lay_gp .con_gp h4 {
  text-align: center;
}
/* line 406, ../scss/common.scss */
#footer .lay_gp .con_gp .box_gp {
  margin-top: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 16px 0;
}
/* line 412, ../scss/common.scss */
#footer .lay_gp .con_gp .box_gp dl.bb {
  margin-top: 18px;
}
/* line 415, ../scss/common.scss */
#footer .lay_gp .con_gp .box_gp dl dt {
  display: block;
}
/* line 418, ../scss/common.scss */
#footer .lay_gp .con_gp .box_gp dl dd {
  display: inline-block;
  margin-top: 8px;
  width: 172px;
  margin-left: 4px;
}
/* line 427, ../scss/common.scss */
#footer .lay_gp .con_gp .box_gp.short dl dd {
  width: 161px;
}
/* line 438, ../scss/common.scss */
#footer #copyright {
  -webkit-box-shadow: 0 -30px 40px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 -30px 40px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 -30px 40px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
  background-color: #000;
  color: #565656;
  padding: 16px 0;
  position: relative;
  z-index: 10;
}

/* -----------------------------------------------------------
	#fnav
----------------------------------------------------------- */
/* line 453, ../scss/common.scss */
#fnav {
  position: fixed;
  z-index: 1000;
  top: -90px;
  left: 0;
  width: 100%;
  height: 62px;
  background: transparent url("../images/common/pat6.jpg") center top repeat-x;
  border-bottom: 5px solid #000;
  -webkit-transition: top 150ms ease-out;
  -moz-transition: top 150ms ease-out;
  -o-transition: top 150ms ease-out;
  transition: top 150ms ease-out;
}
/* line 463, ../scss/common.scss */
#fnav .inner {
  max-width: 1100px;
  padding-top: 24px;
  margin: 0 auto;
}
/* line 469, ../scss/common.scss */
#fnav .inner .box_gnav li a {
  padding-bottom: 8px;
}
/* line 477, ../scss/common.scss */
#fnav.active {
  top: 0;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
/* line 494, ../scss/common.scss */
table.tbl_basic {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #000;
  border: 1px solid #232323;
  border-left: 0;
}
/* line 503, ../scss/common.scss */
table.tbl_basic thead tr th {
  padding: 16px 3%;
  text-align: center;
  background: #111111;
  border-left: 1px solid #232323;
  font-weight: normal;
  width: 19%;
}
/* line 515, ../scss/common.scss */
table.tbl_basic tbody tr th {
  padding: 16px 3%;
  text-align: center;
  background: #111111;
  border-left: 1px solid #232323;
  font-weight: normal;
  width: 19%;
}
/* line 523, ../scss/common.scss */
table.tbl_basic tbody tr td {
  padding: 16px 3%;
  border-left: 1px solid #232323;
  width: 69%;
}
/* line 527, ../scss/common.scss */
table.tbl_basic tbody tr td .cl {
  color: #b09b5c;
}
/* line 533, ../scss/common.scss */
table.tbl_basic.cl2 {
  background: none;
  border: 1px solid #808080;
  border-bottom: 0;
}
/* line 539, ../scss/common.scss */
table.tbl_basic.cl2 thead tr th {
  padding: 16px 3%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-weight: normal;
  width: 19%;
}
/* line 552, ../scss/common.scss */
table.tbl_basic.cl2 tbody tr th {
  padding: 16px 3%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  font-weight: normal;
  width: 19%;
}
/* line 561, ../scss/common.scss */
table.tbl_basic.cl2 tbody tr td {
  padding: 16px 3%;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 69%;
}
