@charset "utf-8";
/* ==================================================

style.css

================================================== */

/* ----------------------------------------

 - #MainImage

---------------------------------------- */
#MainImage {
  background: url("../images/main.png") center center no-repeat,linear-gradient(to right, #b0e4ff 50%, #0023e2 50%);
  box-sizing: border-box;
  height: 242px;
  padding-top: 34px;
}
#MainImage h1 {
  margin: 0 auto;
  width: 460px;
}
#MainImage h1 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #MainImage {
    background: #000 url("../images/main_sp.png") center center no-repeat;
    background-size: cover;
    height: 132px;
  }
  #MainImage h1 {
    margin: 0 auto;
    width: 202px;
  }
}
/* ----------------------------------------

 - .leadBox #dl.lead

---------------------------------------- */
.leadBox {
  background: #fff;
}
.leadBox dl.lead {
  display: flex;
    align-items: center;
  margin: 0 auto 35px;
  padding: 18px 0;
  max-width: 1100px;
}
.leadBox dl.lead dt {
  background: url("../images/lead_dot.png") right center no-repeat;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  display: block;
  /*padding: 0 30px 0 45px;*/
  /*padding: 0 15.15% 0 20.20%;*/
  padding: 0 2.72% 0 4.09%;
  width: 18%;
  min-width: 176px;
  white-space: nowrap;
}
.leadBox dl.lead dd {
  box-sizing: border-box;
  font-size: 14px;
  /*padding: 0 45px 0 25px;*/
  padding: 0 4.09% 0 2.27%;
  width: 82%;
}
@media screen and (max-width: 768px) {
  #MainImage h1 {
    margin: 0 auto;
    width: 202px;
  }
  .leadBox dl.lead {
    background: #fff;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 0;
  }
  .leadBox dl.lead dt {
    background: none;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    padding: 0 10%;
    text-align: center;
    width: auto;
  }
  .leadBox dl.lead dd {
    padding: 0 5%;
    width: 100%;
  }
}
/* ----------------------------------------

.columnWrapper

---------------------------------------- */
.columnWrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .columnWrapper {
    display: block;
    padding: 0 0 50px;
  }
}
/* ----------------------------------------

#NewsBox

---------------------------------------- */
#NewsBoxOuter {
  width: 75.45%;
}
#NewsBoxOuter h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
#NewsBoxOuter h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #717171;
	display: block;
	margin-left: 12px;
}
#NewsBoxOuter h2 img {
  width: 84px;
}
#NewsBoxLR {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#NewsBoxL { 
  width: 60%
}
#NewsBoxL a.newsLink {
  border-bottom: solid 1px #717171;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#NewsBoxL a.newsLink:last-child {
  border-bottom: none;
}
#NewsBoxL a.newsLink:hover p {
  text-decoration: none;
}
#NewsBoxL ul.tagList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#NewsBoxL ul.tagList li {
  width: 19%;
}
#NewsBoxL ul.tagList li a {
  border-radius: 5px 5px 0 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  width: 100%;
}
#NewsBoxL dl.news {
  display: flex;
  align-self: flex-start;
}
#NewsBoxL a.newsLink dl.news dt.photo {
  margin-right: 4%;
  width: 24%;
}
#NewsBoxL a.newsLink dl.news dt.photo span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  position: relative;
}
#NewsBoxL a.newsLink dl.news dt.photo span::before {
  content: '';
  display: block;
  padding-top: 90%;
}
#NewsBoxL a.newsLink dl.news dt.photo span img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  position: absolute;
    left: 50%;
    top: 0;
  width: auto;
  height: 100%;
  transform: translate(-50%);
}
#NewsBoxL a.newsLink dl.news dd {
  width: 72%;
}
#NewsBoxL a.newsLink dl.news dt.photo img {
  transition-duration: 0.3s;
}
#NewsBoxL a.newsLink:hover dl.news dt.photo img {
  transform: translate(-50%) scale(1.1);
  transition-duration: 0.3s;
}
#NewsBoxL dl.news dd .newsWrapper p.date {
  font-size: 14px;
}
#NewsBoxL dl.news dd .newsWrapper p.ttl {
  font-size: 12px;
  font-weight: bold;
  float: left;
}
#NewsBoxL dl.news dd .newsWrapper p.txt {
  font-size: 15px;
}
#NewsBoxL dl.news dd .newsWrapper p.date {
  float: left;
  margin-right: 2.64%;
}
#NewsBoxL dl.news dd .newsWrapper {
  overflow: hidden;
}
#NewsBoxL dl.news dd .newsWrapper ul.tag {
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#NewsBoxL dl.news dd .newsWrapper ul.tag li {
  box-sizing: border-box;
  font-size: 13px;
  height: 1.6em;
  text-align: center;
  margin-left: 2%;
  width: 66px;
}
#NewsBoxL dl.news dd .newsWrapper ul.tag li:first-child {
  margin-left: 0;
}
#NewsBoxL dl.news dd .newsWrapper p.group {
  background: #fff;
  float: left;
  margin-right: 4%;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 4px;
}
#NewsBoxL dl.news dd .newsWrapper p.group.yellow {
  border-left: solid 4px #d4bd41;
}
#NewsBoxL dl.news dd .newsWrapper p.group.red {
  border-left: solid 4px #ff7771;
}
#NewsBoxL dl.news dd .newsWrapper p.group.green {
  border-left: solid 4px #5dd075;
}
#NewsBoxL dl.news dd .newsWrapper p.group.blue {
  border-left: solid 4px #21c2fc;
}
#NewsBoxL dl.news dd .newsWrapper p.group.mint {
  border-left: solid 4px #5ccec9;
}
#NewsBoxL dl.news dd .newsWrapper p.group.pink {
  border-left: solid 4px #e48ffc;
}
#NewsBoxL dl.news dd .newsWrapper p.ttl {
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 768px) {
#NewsBoxOuter {
  padding: 28px 0 0;
  width: 100%;
}
#NewsBoxOuter h2 {
  margin: 0 auto 8px;
  width: 90%;
}
#NewsBoxOuter h2 img {
  width: 64px;
}
#NewsBoxLR {
  display: block;
  justify-content: space-between;
  width: 100%;
}
#NewsBoxL {
  margin: 0 auto;
  padding: 0 0 55px;
  width: 90%;
}
#NewsBoxL h2 {
  margin-bottom: 8px;
  width: 64px;
}
#NewsBoxL dl.news dd .newsWrapper p.date {
  margin-bottom: 5px; 
}
#NewsBoxL dl.news dd .newsWrapper ul.tag {
  width: 100%;
}
#NewsBoxL dl.news dd .newsWrapper ul.tag li {
  width: 24.63%;
}
}

/* ---------------------------------------- 
 - 中見出し
---------------------------------------- */
#NewsBoxL ul.tagList li.all a, #NewsBoxL ul.tag li.all {
  background: #fff;
  color: #616161;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.all a:hover, #NewsBoxL ul.tagList li.all.active a, #NewsBoxL ul.tag li.all.active {
  background: #616161;
  color: #fff;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.committee a, #NewsBoxL ul.tag li.committee {
  background: #fff;
  color: #6777e8;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.committee a:hover, #NewsBoxL ul.tagList li.committee.active a, #NewsBoxL ul.tag li.committee.active {
  background: #6777e8;
  color: #fff;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.events a, #NewsBoxL ul.tag li.events {
  background: #fff;
  color: #00c4b6;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.events a:hover, #NewsBoxL ul.tagList li.events.active a, #NewsBoxL ul.tag li.events.active {
  background: #00c4b6;
  color: #fff;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.notice a, #NewsBoxL ul.tag li.notice {
  background: #fff;
  color: #83bd30;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.notice a:hover, #NewsBoxL ul.tagList li.notice.active a, #NewsBoxL ul.tag li.notice.active {
  background: #83bd30;
  color: #fff;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.other a, #NewsBoxL ul.tag li.other {
  background: #fff;
  color: #909000;
  transition-duration: 0.3s;
}
#NewsBoxL ul.tagList li.other a:hover, #NewsBoxL ul.tagList li.other.active a, #NewsBoxL ul.tag li.other.active {
  background: #909000;
  color: #fff;
  transition-duration: 0.3s;
}
/* 過去のNEWSを見る */
@media screen and (max-width: 768px) {
#NewsBoxL ul.tagList li {
  width: 18.80%;
}
#NewsBoxL ul.tagList li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
  width: 100%;
}
#NewsBoxL ul.tagList li.all.active a {
  background: #616161 !important;
  color: #fff !important;
}
#NewsBoxL ul.tagList li.all a:hover {
  background: #fff;
  color: #616161;
}
#NewsBoxL ul.tagList li.committee.active a {
  background: #6777e8 !important;
  color: #fff !important;
}
#NewsBoxL ul.tagList li.committee a:hover {
  background: #fff;
  color: #6777e8;
}
#NewsBoxL ul.tagList li.events.active a {
  background: #00c4b6 !important;
  color: #fff !important;
}
#NewsBoxL ul.tagList li.events a:hover {
  background: #fff;
  color: #00c4b6;
}
#NewsBoxL ul.tagList li.notice.active a {
  background: #83bd30 !important;
  color: #fff !important;
}
#NewsBoxL ul.tagList li.notice a:hover {
  background: #fff;
  color: #83bd30;
}
#NewsBoxL ul.tagList li.other.active a {
  background: #909000 !important;
  color: #fff !important;
}
#NewsBoxL ul.tagList li.other a:hover {
  background: #fff;
  color: #909000;
}
#NewsBoxL dl.news dt.photo img {
  width: 78px;
}
}

/* ----------------------------------------

.btnPast

---------------------------------------- */
/* 過去のNEWSを見る */
.btnPast {
  position: relative;
}
.btnPast a {
  display: block;
  background: #464646;
  padding: 22px 0 24px;
  text-align: center;
  transition: background-color 0.3s;
}
.btnPast a:hover {
  background: #959595;
}
.btnPast img {
  width: 195px;
  height: 22px;
}
.btnPast::before, .btnPast::after {
  position: absolute;
  top: 0;
  right: -270px;
  bottom: 0;
  margin: auto;
  content: "";
}
.btnPast::before {
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
.btnPast {
  position: relative;
}
.btnPast a {
  display: block;
  background: #464646;
  padding: 18px 0;
  text-align: center;
}
.btnPast a:hover {
  background: #959595;
}
.btnPast img {
  width: 50.90%;
}
.btnPast::before, .btnPast::after {
  position: absolute;
  top: 0;
  right: -70%;
  bottom: 0;
  margin: auto;
  content: "";
}
.btnPast::before {
  left: 3px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}

/* ----------------------------------------

#NewsBoxR

---------------------------------------- */
#NewsBoxR {
  width: 33.73%;
}
#NewsBoxR a dl {
  margin-bottom: 17px;
}
#NewsBoxR a dl dt {
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  width: 100%;
}
#NewsBoxR a dl dt span {
  display: block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  position: relative;
}
#NewsBoxR a dl dt span::before {
  content: '';
  display: block;
  padding-top: 61.87%;
}
#NewsBoxR a dl dt span img {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  position: absolute;
    left: 50%;
    top: 0;
  margin: auto;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
#NewsBoxR a dl dd {
  background: #fff;
  font-size: 15px;
  padding: 2px 16px;
}
#NewsBoxR a dl dt img {
  overflow: hidden;
  transition-duration: 0.3s;
}
#NewsBoxR a:hover dl dt img {
  transform: translateX(-50%) scale(1.05);
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
#NewsBoxR {
  padding: 30px 0 0;
}
#NewsBoxR {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 90%;
}
}
/* ----------------------------------------

#SideNav

---------------------------------------- */
#SideNav {
  padding-top: 42px;
  max-width: 220px;
  width: 20.18%;
}
#SideNav ul li {
  margin-bottom: 10px;
}
#SideNav ul li a {
  background: #8abae7;
  border: solid 1px #1e1e1e;
  border-left: solid 14px #1e1e1e;
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  letter-spacing: 0.2em;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s;
}
#SideNav ul li a:hover {
  background: #1e1e1e;
  color: #8abae7;
  text-decoration: none;
}
#SideNav ul li a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
#SideNav ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -4px;
}
#SideNav ul li:last-child a {
  background: #002fb6;
  border: solid 1px #1e1e1e;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 24px 0 28px;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s;
}
#SideNav ul li:last-child a:hover {
  background: #8abae7;
  color: #fff;
}
#SideNav ul li:last-child a img {
  line-height: 1em;
  width: 72%;
}
#SideNav ul li:last-child a::before {
  content: none;
}
#SideNav a.banner {
  display: block;
  margin-top: 10px;
}
#SideNav a.banner:first-of-type {
  margin-top: 0;
}
#SideNav a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
#SideNav {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: inherit;
  padding-top: 0;
  width: 90%;
}
#SideNav ul {
  display: none;
}
#SideNav a {
  display: block;
  width: 100%;
}
#SideNav a.banner {
  margin-top: 20px;
}
}