@charset "utf-8";
/*****************************************
  original.css
  企業固有のスタイルを指定
******************************************/

/* toppage.cssより転記 */
body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000000;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}


/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
  background-color:#ffffff; /* 背景 */
  color:#000000; /* 文字色 */
  height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
  padding-top:10px; /* 企業ロゴ表示開始位置 上 */
  padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
  bottom:5px; /* フリーコメント開始位置 下 */
  right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
  height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
  height:100px; /* ★2 固定フッタの高さ */
}
/*#footer {
  height: 180px;   footerの高さ（ ★1＋★2 ）分指定する
}*/
#main .space
{
  padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
  background-color:#d50000; /* 背景 */
  color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {}
.topOnlyHead {
  display: none;
}
.logo {
    padding: 0 10px;
    max-width: 218px;
}
.logo img {
    width: 100%;
}
#header .content .free h1 {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
    max-width: calc(100% - 240px);
    width: auto;
    text-align: left;
}
@media screen and (max-width: 670px) {
  .logo {
    width: 40%;
    margin: 0 auto;
  }
  #header .content .free h1 {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 50%;
  }
  #header .content .free h1 {
    font-size: 13px;
    padding: 0 10px;
  }
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
}

/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
}

/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}
#footer .content .free p {
    text-align: center;
}
.topOnlyFoot {
  display: none;
}
/* footer */
#main .space {
  padding-bottom: 220px;
}

#footer {}

#footer .content .free {
  color: #ffffff;
  height: 180px;
  padding-bottom: 20px;
}

#footer .content .free a {
  color: #ffffff !important;
}

#footer .content .free a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.topOnlyFoot {
  background-color: #ffffff;
  display: block;
  height: 80px;
  position: relative;
}

.fLogo {
  max-width: 512px;
  margin-right: 50%;
  bottom: 0;
  position: absolute;
  font-size: 16px;
  color: #000000;
}

.footWrap {
  background-color: #1e2380;
  padding: 18px 3%;
/*  min-height: 120px; 第2階層以下向けに外す */
}

@media screen and (max-width: 959px) {
  .fLogo {
    margin-right: auto; /* 100px */
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 540px) {}

/* footer end */


/*******************************
 to pagetop btn
*******************************/
#scroll_pagetop {
  bottom: 0;
  z-index: 999;
  position: fixed;
  opacity: 0.6;
}

#scroll_pagetop{
  right: 0;
}
#scroll_pagetop a {
  background-color: #00853b;
  color: #ffffff !important;
  display: block;
  font-size: 18px;
  line-height: 60px;
  margin-left: 80px;
  min-width: 128px;
  padding-top: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
#scroll_pagetop a > span {}
#scroll_pagetop a:before,
#scroll_pagetop a:after {
  content: "";
  display: block;
  position: absolute;
}
#scroll_pagetop a:before {
  font-family: recop-iconfonts;
  position: absolute;
  height: 1em;
  line-height:1;
  margin: auto;
  content: "\E844 ";
  color: #ffffff;
  font-size: 24px;
  left: 30px;
  top: 15px;
}
#scroll_pagetop a:after {
  left: -79px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #00853b transparent;
  top: 0;
}
#scroll_pagetop a:hover {
    text-decoration: none !important;
}
@media screen and (max-width: 959px) {
    #scroll_pagetop a {
        background-color: transparent;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 130px 130px;
        border-color: transparent transparent #00853b transparent;
        padding: 0;
        margin: 0;
        min-width: initial;
    }
    #scroll_pagetop a::after {
        display: none;
    }
    #scroll_pagetop a > span {
        display: none;
    }
    #scroll_pagetop a::before {
        right: 25px;
        margin: 0;
        top: 75px;
        left: initial;
    }
}
@media screen and (max-width: 540px) {
  #scroll_pagetop a {
    border-width: 0 0 100px 100px;
    padding: 0;
    margin: 0;
    min-width: initial;
  }
  #scroll_pagetop a::before {
    top: 50px;
    right: 20px;
  }
}

#bottomContent ul#socialObj {
  overflow: hidden !important;
}

/*フッターに関連サイトのリンク設置*/
.footer_link {
    text-align: center;
    margin-bottom: 1em;
}

/*for Android copyrightマークの色 */
.copy span {
  font-family: Verdana, "Droid Sans" !important;
}