@charset "UTF-8";
/**************************************************************
	original.css
	企業固有のスタイルを指定
***************************************************************/
/************************************************
//
//　foundation
//
************************************************/
:root {
  --icon-font: "recop-iconfont";
  --original-text: #333;
  --sb: 0;
  --original-width-contents-wrapper: 1020px;
  --original-footer-bg: #00a495;
}

body {
  -webkit-text-size-adjust: 100% !important;
  font-size: 0.875rem;
  line-height: 2;
  color: var(--original-text);
}

#header,
body#pagetop {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, 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;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* regular contents reset
--------------------------------------- */
#header,
#header .content,
#header .content .free,
#main,
#main .content,
#main .content .free,
#footer .content,
#footer .content .free {
  width: auto;
}

div#container,
#footer {
  width: 100%;
}

/*コンテンツ幅設定用*/
#main .content {
  max-width: var(--original-width-contents-wrapper);
}

/*404エラー画面*/
#errorContent {
  box-sizing: border-box;
  max-width: var(--original-width-contents-wrapper);
  padding: 0 10px;
  margin: 0 auto;
  font-size: 14px;
}
#errorContent a {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  #errorContent {
    padding: 0 15px;
  }
}
/************************************************
//
//　自由ヘッダー
//
************************************************/
.l-header {
  margin: 0 auto;
  max-width: var(--original-width-contents-wrapper);
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header__logo {
  width: min(13.75rem, 58.6666666667vw);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    flex-shrink: 0;
    margin: 0 1.25rem 0 0;
  }
}
.l-header__logo-link {
  transition: opacity 0.3s ease;
  display: block;
}
@media (hover: hover) {
  .l-header__logo-link:where(:-moz-any-link, :enabled, summary, dt):hover {
    opacity: 0.7;
  }
  .l-header__logo-link:where(:any-link, :enabled, summary, dt):hover {
    opacity: 0.7;
  }
}
.l-header__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.625rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .l-header__text {
    margin-top: 0;
    text-align: right;
  }
}
.l-header__text span {
  display: inline-block;
}

/************************************************
//
//　自由フッター
//
************************************************/
#footer .content .free,
#footer {
  height: 7.125rem;
}
@media screen and (min-width: 768px) {
  #footer .content .free,
  #footer {
    height: 11.25rem;
  }
}

#main .space {
  padding-bottom: 7.125rem;
}
@media screen and (min-width: 768px) {
  #main .space {
    padding-bottom: 11.25rem;
  }
}

.l-footer {
  background-color: var(--color-white);
  font-size: 0.875rem;
  line-height: 1.5714285714;
  background-color: #fff;
}
@media screen and (min-width: 850px) {
  .l-footer {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.l-footer a:link,
.l-footer a:active,
.l-footer a:visited {
  color: #fff !important;
}
.l-footer small {
  font-size: inherit;
}
.l-footer .l-inner {
  --module-padding-contents-wrapper: 42px;
  --module-width-contents-wrapper: 1140px;
  margin: 0 auto;
  padding: 0 var(--module-padding-contents-wrapper);
  max-width: var(--module-width-contents-wrapper);
}
@media screen and (min-width: 768px) {
  .l-footer .l-inner {
    --module-padding-contents-wrapper: 30px;
    position: relative;
  }
}
@media screen and (min-width: 850px) {
  .l-footer__group {
    --_contentsHeight: 100px;
    --_bottomSpace: 20px;
    position: absolute;
    top: calc(var(--_contentsHeight) * -1 - var(--_bottomSpace));
    left: 20px;
  }
}
.l-footer__logo-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: var(--transition-opacity);
}
@media screen and (max-width: 849px) {
  .l-footer__logo-link {
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .l-footer__logo-link:where(:-moz-any-link, :enabled, summary, dt):hover {
    opacity: 0.7;
  }
  .l-footer__logo-link:where(:any-link, :enabled, summary, dt):hover {
    opacity: 0.7;
  }
}
.l-footer__logo {
  width: 18.0625rem !important;
}
@media screen and (max-width: 849px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}
.l-footer__text {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 849px) {
  .l-footer__text {
    text-align: center;
  }
}
.l-footer__bg {
  margin-top: 1.25rem;
  padding-top: 1.125rem;
  padding-bottom: 3.375rem;
  padding-inline: 0.3125rem;
  color: #fff;
  text-align: center;
  background-color: var(--original-footer-bg);
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding-top: 1.5625rem;
    padding-bottom: 5.53125rem;
  }
}
.l-footer__copyright .copyright {
  font-family: Verdana, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}