@charset "UTF-8";
/**************************************************************
	original.css
	企業固有のスタイルを指定
***************************************************************/
/************************************************
//
//　foundation
//
************************************************/
body {
  -webkit-text-size-adjust: 100% !important;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
}

#header,
body#pagetop {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: recop-iconfont;
  src: url("option/font/recop-iconfont.eot?") format("eot"), url("option/font/recop-iconfont.woff") format("woff"), url("option/font/recop-iconfont.ttf") format("truetype");
}
#header,
#footer,
#header *,
#footer * {
  box-sizing: border-box;
}

#header img,
#footer img {
  width: 100%;
  height: auto;
}

div#container {
  width: 100%;
}

/* 最小画面幅の時にSNSボタンが起因の横スクロールを出ないように */
#bottomContent #social {
  overflow: hidden;
}

#bottomContent ul#socialObj {
  overflow: hidden;
  text-align: center;
}

#errorContent {
  max-width: 1020px;
}

/* regular contents reset
--------------------------------------- */
#container,
#header,
#header .free,
#main,
#main .free,
#footer,
#footer .free {
  width: auto;
}

#footer {
  width: 100%;
}

#footer p {
  margin: 0;
}

/************************************************
//
//　自由ヘッダー
//
************************************************/
.l-header {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  flex-direction: column;
}
.l-header__logo {
  width: 38.6666666667vw;
  max-width: 145px;
}
.l-header__logo-link {
  transition: 0.3s ease;
  transition-property: opacity;
}
.l-header__logo-link:hover {
  opacity: 0.6;
}
.l-header__text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.l-header__text span {
  display: inline-block;
}
.l-header__search {
  display: none;
}

/************************************************
//
//　自由フッター
//
************************************************/
#footer .content .free,
#footer {
  height: 150px;
}

#main .space {
  padding-bottom: 150px;
}

.l-footer {
  font-size: 15px;
  line-height: 1.8666666667;
  background-color: #EAE8E5;
  text-align: center;
  padding: 33px 0;
}
.l-footer a:link, .l-footer a:active, .l-footer a:visited {
  color: #333 !important;
  text-decoration: none;
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer__copy .copy {
  font-family: Verdana, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}