@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
body {
  -webkit-text-size-adjust: 100%!important;
  font-size: 14px;
}

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 * {
  color: #fff;
  box-sizing: border-box;
}

#header img,
#footer img {
  width: 100%;
}

/***** #container *****/
div#container {
  width: 100%;
}

/***** switch display *****/
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/* 固定ヘッダ */
#header {
}


/*******************************
 フッター
*******************************/
#footer {
  background: #51b792;
  color: #fff;
}

/* フッタ関連の高さ指定 */
#footer .content .free {
  width: auto;
	height: 250px;/* ★1 自由フッタの高さ */
}

#footer {
	height: 250px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space {
	padding-bottom: 250px; /* footerの高さ（★1＋★2）分指定する */
}
@media (max-width: 767px) {
  #footer,
  #footer .content .free {
    height: 175px;
  }
  #main .space {
    padding-bottom: 175px;
  }
}

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


/*******************************
 自由ヘッダー
*******************************/
#header .header-wrapper {

}

/***** .header-logo *****/
#header .header-logo {
  margin: 0 auto;
  padding: 12px 0;
  width: 270px;
}
#header .header-logo a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #header .header-logo {
    padding: 10px 0 2px;
    width: 225px;
  }
}
@media (max-width: 374px) {
  #header .header-logo {
  }
}

/***** header-text *****/
#header .header-text {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  background: #51b792;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 767px) {
  #header .header-text {
    padding: 5px;
    line-height: 1.5;
    text-align: center;
  }
}

/*******************************
 自由フッター
*******************************/
.footer-links {
  padding: 36px 0;
  text-align: center;
  background: #68c07e;
}
@media (max-width: 767px) {
  .footer-links {
    padding: 15px 0 17px;
  }
}
.footer-links .footer-title {
  margin-bottom: 10px;
  font-size: 22px;  
}
@media (max-width: 767px) {
  .footer-links .footer-title {
    margin-bottom: 5px;
    font-size: 15px;  
  }
}
.footer-links .links {
  font-size: 22px;  
}
@media (max-width: 767px) {
  .footer-links .links {
    font-size: 18px;  
  }
}
.footer-links .links li {
  display: inline-block;
}
.footer-links .links li a {
  color: #fff;
}
.footer-links .links li::before {
  content: "/";
  padding: 0 1em;
}
@media (max-width: 767px) {
  .footer-links .links li::before {
    padding: 0 .5em;
  }
}
.footer-links .links li:first-child::before {
  display: none;
}
#footer .content .footer-wrapper {
  padding-top: 12px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer .content .footer-wrapper {
    padding-top: 10px;
    font-size: 15px;
    line-height: 20px;
    background: #51b792;
  }
}

/***** link *****/
#footer .content .footer-wrapper a:link,
#footer .content .footer-wrapper a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
#footer .content .footer-wrapper a:hover {
  opacity: 0.7;
}

/***** .footer-copy *****/
#footer .footer-copyright {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #footer .footer-copyright {
    margin-bottom: 0;
  }
}

/***** .links *****/
#footer .content .footer-wrapper .links {

}

/***** .ga_pdf *****/
#footer .ga_pdf {
  margin-left: 2em;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .ga_pdf {
    margin-left: 0;
    display: block;
  }
}

/***** .footer-poweredby *****/
#footer .footer-poweredby {
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .footer-poweredby {
    display: block;
  }
}


