﻿@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  color: #0079b6;
  font-size: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background: #76d8ff;
}

a {
  color: #0079b6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/**/
#wrapper footer {
  padding-bottom: 50px;
}

#wrapper footer .share {
  width: 450px;
  margin: 60px auto 23px auto;
}

#wrapper footer .share li {
  width: 130px;
  margin: 0 10px;
  display: inline;
  float: left;
}

#wrapper footer .link {
  width: 382px;
  height: 60px;
  margin: 0 auto 18px auto;
}

#wrapper footer .link li {
  display: inline;
  float: left;
}

#wrapper footer .copy {
  text-align: center;
  line-height: 0;
  margin-bottom: 33px;
}

#wrapper footer .pageTop {
  text-align: center;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../assets/img/float/bg_float_fil-1.png);
  z-index: 9999;
}

.navWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gnav_contanin {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}

.close_btn {
  position: absolute;
  top: 0;
  right: 6px;
}

.gnav-opener {
  position: fixed;
  top: 0;
  right: 6px;
}

.gnav_logo {
  margin: 70px auto 36px;
}

.gnav-items li {
  display: inline-block;
}

.gnav-items li:nth-child(odd) {
  margin-right: 30px;
}

#wrapper {
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 100px;
}

#wrapper header {
  width: 640px;
  height: 257px;
  position: relative;
}

#news {
  background-color: #fff;
  padding-top: 25px;
}
#news h1 {
  margin-bottom: 40px;
}
#news .years_tub {
  text-align: center;
  margin-bottom: 30px;
}
#news .years_tub li {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #008bd1;
  width: 145px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #008BD1;
  color: #fff;
  overflow: hidden;
}
#news .years_tub li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #cbf0f8;
  line-height: 36px;
  color: #008BD1;
  font-size: 20px;
  text-decoration: none;
}
#news .years_list h3 {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 40px;
  font-weight: 900;
  background: url("../img/in_news/line_news_title.png") no-repeat center bottom;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
#news .years_list ul {
  width: 580px;
  margin: auto;
}
#news .years_list ul li {
  position: relative;
  text-align: left;
  background: url("../img/in_news/line.png") repeat-x center bottom;
  padding-bottom: 30px;
  margin-bottom: 28px;
  display: table;
}
#news .years_list ul li:last-child {
  background: none;
  margin-bottom: 0;
}
#news .years_list ul li .date {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 20px;
  width: 100px;
  display: table-cell;
}
#news .years_list ul li .date span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
#news .years_list ul li .title {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
}
#news .years_list ul li .title p {
  margin-bottom: 10px;
}
#news .years_list ul li .title p img {
  margin: 0 8px 10px 0;
}
#news .years_list ul li .title a {
  color: #008BD1;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.5;
}
#news .news_detail {
  text-align: left;
}
#news .news_detail .news_title {
  background: url("../img/in_news/line_news_title.png") no-repeat center bottom;
  width: 580px;
  margin: auto;
  padding-bottom: 20px;
}
#news .news_detail .news_title .date {
  float: left;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 20px;
}
#news .news_detail .news_title .title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}
#news .news_detail .news_title .title p {
  margin-bottom: 10px;
}
#news .news_detail .news_title .title p img {
  margin: 0 8px 10px 0;
}
#news .news_detail .news_contents {
  width: 580px;
  margin: 0 auto 40px;
  padding: 25px 0 40px;
  line-height: 1.6;
  font-size: 20px;
}
#news .news_detail .news_contents a, #news .news_detail .news_contents b, #news .news_detail .news_contents font {
  font-size: 20px;
}
#news .news_detail .news_contents .more_contents {
  background: #cbf0f8;
  margin-top: 20px;
}
#news .news_detail .news_contents .more_contents .more_tab {
  font-weight: bold;
  padding: 30px 25px;
  font-size: 18px;
}
#news .news_detail .news_contents .more_contents .more_tab p {
  background: url("../img/common/icon_detail.png") no-repeat left bottom;
  height: 22px;
  padding-left: 30px;
  line-height: 22px;
  margin: 0;
  font-size: 22px;
}
#news .news_detail .news_contents .more_contents .more_tab.close p {
  background-position: left top;
}
#news .news_detail .news_contents .more_contents .news_more {
  background: url("../img/in_news/line.png") repeat-x center top;
  padding: 30px 25px;
  display: none;
  font-size: 18px;
  line-height: 1.4;
}
#news .news_detail .news_contents .more_contents .news_more p {
  font-size: 18px;
  line-height: 1.4;
}
