@charset "UTF-8";

/************
 * header
 ************/
header nav ul li {
  padding-bottom: 0;
  background: none;
  font-family: fot-tsukuardgothic-std, sans-serif !important;
}
main{
  padding: 0;
}

/*************
 * contents
 *************/

/* .topArea */
.topArea {
  position: relative;
  width: 860px;
  margin: 32px auto 0;
}

.topArea img {
  display: block;
}

.ttl_copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.8rem;
  line-height: 2.3;
  color: #808080;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  text-align: center;
  margin-top: -4%;
}

/************
 * .content
 ************/
.content {
  border-top: 1px solid #807e7d;
}
.ttl_type01 {
  margin-bottom: 14px;
}
/* .information */
.content .information {
  padding: 30px 20px;
}

/* .news */
.newsblock {
  margin-bottom: 35px;
}

.news_list a {
  text-decoration: none;
}

.newsblock h1 {
  margin-bottom: 15px;
}


.news_list li {
  background: url("/fauna/common/images/line_dotted.gif") bottom left repeat-x;
  padding: 6px 3px;
  display: flex;
  justify-content: flex-start;
}

.news_list li .date {
  padding-left: 2px;
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}

.news_list li span.important {
  background: #ee706e;
  color: #333333;
  padding: 3px;
  line-height: 1em;
}

.news_list li .text {
  flex-grow: 1;
}

.newsblock .more {
  margin-top: 8px;
  text-align: right;
}


/* .socialMedia & communication*/
.content .sns_list {
  display: block;
  margin-left: 20px;
}

/*404page*/
#contents section.notfound {
  text-align: center;
}

#contents section.notfound div.content {
  margin: 3em auto;
  background: none;
}




/* .banner */
.banner {
  margin-bottom: 28px;
  text-align: center;
}


.ga_form_text {
  padding-top: 10px;
}

.ga_form_text_1 {
  text-align: right !important;
  padding-right: 20px;
  margin-bottom: 15px;
  position: relative;
}

.ga_form_text_1 a {
  padding-left: 12px;
  margin-bottom: 15px;
  text-decoration: underline;
}


/*�{�^���@20181228 shimada*/

.topAreaNavi {
  margin: 3.3% 0;
}

.topAreaNavi .Induction {
  padding: 0 2%;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #fff;

}

.topAreaNavi .Induction+.Induction {
  margin-top: 2%;
}

/*TOP navigation button 20190405*/

.topAreaNavi a {
  font-size: 1.8rem;
  color: #fff;
  height: 61px;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: background 1s;
  -webkit-transition: background 1s;
}

.topAreaNavi .button_small a {
  width: 196px;
  background: url('/fauna/images/index_btn/index_small_btn_o2.png') 0 0 repeat;
  border-radius: 8px;
}

.topAreaNavi .button_large a {
  width: 405px;
  background: url('/fauna/images/index_btn/index_big_btn_g2.png') 0 0 repeat;
  border-radius: 8px;
  margin: 0 auto;
}


@media screen and (min-width: 769px) {
  .topAreaNavi .button_small a:hover {
    background-image: url('/fauna/images/index_btn/index_small_btn_btn_o2_hover.png');
  }

  .topAreaNavi .button_large a:hover {
    background-image: url('/fauna/images/index_btn/index_big_btn_g_hover.png');
  }
}


/************
 sp
 ************/


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

  .topArea {
    width: 100%;
    margin: 0 auto ;
}

  .topAreaNavi .Induction {
    font-size: 4vw;
    flex-wrap: wrap;
    gap: 2vw 0;
    padding: 0;
  }

  .topAreaNavi a {
    height: 16vw;
font-size: 4.8vw;
  }

  .topAreaNavi .button_small a {
    width: 48.85%;
  }

  .content .information {
    width: 100%;
    padding: 0;
    margin: 6vw auto;
  }


  .ttl_copy {
    top: 44vw;
    text-align: left;
    left: 14vw;
    line-height: 1.7;
  }

  .news_list li {
    flex-direction: column;
    padding: 8px 3px 6px;
  }

  .news_list li .date {
    font-size: 3.2vw;
    width: auto;
  }

  .banner {
    width: 94%;
    margin: 0 auto;
  }

}