@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#footer .con_footer .box_footer {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  #footer .con_footer .box_footer {
    padding: 0 5.72917%;
  }
}
@media print {
  #footer .con_footer .box_footer {
    padding: 0 5.72917%;
  }
}
.ie8 #footer .con_footer .box_footer, #footer .con_footer .ie8 .box_footer {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  #footer .con_footer .box_footer {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #232323;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 116%;
}
.ie body {
  font-size: 112%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #232323;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
}

body, pre, input, textarea, select {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",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: 1200px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  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: 1199px) {
  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 {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s 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 {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  #page {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
  }
}
@media print {
  #page {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
  }
}
.ie8 #page {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
@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;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.video {
  position: relative;
}
.video:after {
  content: "";
  width: 20%;
  height: 120px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/home/icon_play.png) no-repeat center/100% auto;
  pointer-events: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 12% 0;
  }
}
#footer .catch_footer {
  width: 460px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #footer .catch_footer {
    width: 65%;
  }
}
#footer .logo_footer {
  width: 305px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  #footer .logo_footer {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .logo_footer {
    margin: 5% auto 0;
  }
}
#footer .con_footer {
  margin-top: 155px;
  background: #1c1c1c;
  color: #fff;
  padding: 45px 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 5% 0 2%;
  }
}
#footer .con_footer .box_footer {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #footer .con_footer .box_footer .box_com {
    float: left;
    width: 800px;
    padding: 15px 0 40px 0;
    border-right: 1px solid #fff;
  }
}
@media print {
  #footer .con_footer .box_footer .box_com {
    float: left;
    width: 800px;
    padding: 15px 0 40px 0;
    border-right: 1px solid #fff;
  }
}
.ie8 #footer .con_footer .box_footer .box_com {
  float: left;
  width: 800px;
  padding: 15px 0 40px 0;
  border-right: 1px solid #fff;
}
#footer .con_footer .box_footer .box_com h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_com h3 {
    margin-bottom: 5%;
  }
}
#footer .con_footer .box_footer .box_com .box_address {
  overflow: hidden;
}
#footer .con_footer .box_footer .box_com .box_address div {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_com .box_address div {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer .box_com .box_address div {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_com .box_address div {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
  #footer .con_footer .box_footer .box_com .box_address div h4 {
    line-height: 2;
  }
}
#footer .con_footer .box_footer .box_bn li {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer .box_bn li {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_bn li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_footer .box_footer .box_bn {
    width: 224px;
    float: left;
    margin-left: 35px;
  }
}
@media print {
  #footer .con_footer .box_footer .box_bn {
    width: 224px;
    float: left;
    margin-left: 35px;
  }
}
.ie8 #footer .con_footer .box_footer .box_bn {
  width: 224px;
  float: left;
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) {
  #footer .con_footer .box_footer .box_bn {
    text-align: center;
    letter-spacing: -.4em;
  }
  #footer .con_footer .box_footer .box_bn li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
  }
  #footer .con_footer .box_footer .box_bn li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  #footer .con_footer .box_footer .box_bn li {
    width: 45%;
  }
}

#footer .con_footer #copyright {
  color: #a9a9a9;
  text-align: center;
  font-size: 74%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer #copyright {
    margin-top: 6%;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
