@charset "UTF-8";
/* Scss Document */

/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/

/*フッター*/
.footers_area {
  width: 100%;
  background-color: #fff;
/*  padding: 1.5em 0 0;
  border-top: 5px solid #6fba2c;*/ }

  .footers_area dl dt {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    font-size: 125%;
    line-height: 1.7;
    font-weight: bold; }
    .footers_area dl dt img {
      width: 50px;
      display: block;
      margin: 0 auto; }
      .footers_area dl dt span {
      font-size: 71%;
      display: block;
      font-weight: normal; }
      .footers_area dl dd {
      text-align: center;
      margin: 1em auto 0;
      font-size: 90%;
      line-height: 1.8; }
      .footers_area dl dd a {
      color: #000;
      text-decoration: none; }
      .footers_area dl dd a:hover, .footers_area dl dd a:active {
        color: #000;
        text-decoration: underline; }
        .footers_area dl dd span {
        font-size: 80%;
        display: block;
        margin: 1em 0 0;
        line-height: 1.7;}

.address {
  color: #fff;
  width: 100%;
  background-color: #000;
  font-size: 80%;
  margin: 2em 0 0;
  padding: 0.5em 0;
  font-style: normal;
  text-align: center; }


/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/


  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/


  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/


  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/


  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
 }
/* smartPhone1 */
@media only screen and (max-width: 499px) {


  /*メイン*/ }
