#mv .mvWrap .mvSlide .item .textBox .title {
  color: #24709b;
}

#mv .mvWrap .mvSlide .slick-dots {
  bottom: -35px;
}

#mv .mvWrap .mvSlide .slick-dots li button:before {
  font-size: 1.6rem;
  color: #ccc;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#mv .mvWrap .mvSlide .slick-dots li.slick-active button:before {
  color: #2ca7e0;
}

#mv .mvWrap .right {
  font-size: 0;
}

#news {
  padding-top: 20px;
}

.titleArea01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.titleArea01 .title {
  font-size: 2.8rem;
}

.titleArea01 .seeMore a {
  color: #000;
}

.titleArea01 .seeMore a::before {
  margin-right: 7px;
  content: '\f0a9';
  font-family: 'fontawesome';
}

.newsList .item {
  margin-bottom: 60px;
}

.newsList .item figure {
  position: relative;
  margin-bottom: 5px;
  font-size: 0;
}

.newsList .item figure img {
  width: 100%;
}

.newsList .item figure figcaption {
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  width: 133px;
  height: 23px;
  overflow: hidden;
}

.newsList .item figure figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 75px;
  background-color: #fff;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.newsList .item figure figcaption::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background-color: #fff;
  width: 80%;
  height: 100%;
}

.newsList .item figure figcaption span {
  padding-right: 10px;
  position: relative;
  font-size: 1.5rem;
  color: #000;
  font-style: italic;
  z-index: 1;
}

.newsList .item .title {
  margin-bottom: 10px;
  color: #24709b;
  font-size: 1.8rem;
}

.newsList .item .text {
  font-size: 1.4rem;
  color: #000;
  line-height: 160%;
}

#event {
  background-color: #ededed;
  margin-top: -30px;
  padding-top: 45px;
  position: relative;
}

#event .evTitle {
  margin-bottom: 20px;
  padding: 2px 10px;
  border-left: 4px solid #24709b;
  color: #24709b;
  font-size: 22.2px;
}

#event .evArc {
  padding: 30px 0 20px;
}

#event .evArc a {
  font-size: 1.8rem;
}

#event .evArc a::before {
  margin-right: 7px;
  content: '\f0a9';
  font-family: 'fontawesome';
}

.eventList {
  overflow: hidden;
  overflow-y: scroll;
}

.eventList .item .titleArea {
  display: -webkit-box;
  display: flex;
}

.eventList .item .titleArea .dateBox {
  width: 50px;
}

.eventList .item .titleArea .dateBox .month {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 20px;
  background-color: #2ca7e0;
  color: #fff;
  font-size: 1.6rem;
}

.eventList .item .titleArea .dateBox .date {
  font-size: 3.2rem;
  color: #24709b;
  background-color: #fff;
  text-align: center;
}

.eventList .item .titleArea .dateBox .year {
  margin-top: 1px;
  color: #24709b;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.eventList .item .titleArea .textArea {
  margin-bottom: 30px;
  padding-left: 10px;
  -webkit-box-flex: 1;
          flex: 1;
}

.eventList .item .titleArea .textArea .venue {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

.eventList .item .titleArea .textArea .title {
  color: #24709b;
  font-size: 1.6rem;
}

.eventList .item .content {
  font-size: 1.5rem;
  color: #000;
}

.eventList .item .itemAnc {
  padding-bottom: 30px;
  display: block;
}

.eventList .item + .item .itemAnc {
  padding-top: 20px;
  border-top: 1px solid #bebebe;
}

.eventList::-webkit-scrollbar {
  width: 13px;
}

.eventList::-webkit-scrollbar-track {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, white), color-stop(60%, white), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, white 40%, white 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.eventList::-webkit-scrollbar-thumb {
  background-color: #24709b;
}

#reports {
  background-color: #e1f1ff;
}

#reports .leftColumn {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rpList .item {
  display: -webkit-box;
  display: flex;
}

.rpList .item figure img {
  width: 92px;
}

.rpList .item .textArea {
  padding-left: 20px;
  -webkit-box-flex: 1;
          flex: 1;
}

.rpList .item .textArea .text {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.rpList .item .textArea .morePdf a {
  width: 80px;
  height: 30px;
  background-color: #fff;
  color: #f00;
}

.rpList .item .textArea .morePdf a::before {
  margin-right: 5px;
  content: '\f1c1';
  font-family: 'fontawesome';
}

@media screen and (max-width: 767px) {
  #mv .mvWrap .mvSlide .item .textBox {
    padding: 15px;
    margin: 0px;
    position:relative;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: rgba(0, 0, 0, 0.9);
		color:#fff;
    display:block;
    z-index: 1;
  }

  #mv .mvWrap .mvSlide .item .textBox .btnWrap,
  #mv .mvWrap .mvSlide .item .textBox .textStyle01 {
    display:block;
		text-align:right;
  }
  #mv .mvWrap .right {
    text-align: center;
  }
  .columnWrap .rightColumn,
  .columnWrap .leftColumn {
    padding-left: 10px;
    padding-right: 10px;
  }
  #reports .rightColumn {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  #event .evArc {
    text-align: center;
  }
  #event .evArc a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    max-width: 360px;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #24709b;
  }
  .eventList {
    height: 600px;
  }
  .rpList .item + .item {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 20px;
  }
  #fbWidget {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media all and (min-width: 768px) {
  #mv {
    padding: 55px 0;
  }
  #mv .mvWrap {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #mv .mvWrap .mvSlide {
    width: 100%;
  }
	#have_sub.mvSlide{
	    max-width: 850px;
	}
	
  #mv .mvWrap .mvSlide .item {
    position: relative;
  }
  #mv .mvWrap .mvSlide .item figure {
    position: relative;
    font-size: 0;
  }
  #mv .mvWrap .mvSlide .item .textBox {
    padding: 15px;
    margin: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: rgba(0, 0, 0, 0.75);
		color:#fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
            justify-content: space-between;
    z-index: 1;
  }
  #mv .mvWrap .mvSlide .item .textBox .title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    border-bottom: 1px solid #c7c7c7;
  }
  #mv .mvWrap .mvSlide .item .textBox .btnWrap {
    align-self: flex-end;
  }
  #mv .mvWrap .mvSlide.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #mv .mvWrap .right {
    max-width: 300px;
    width: 100%;
  }
  #mv .mvWrap .right a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #mv .mvWrap .right a:hover {
    opacity: .7;
  }
  .titleArea01 .seeMore a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .titleArea01 .seeMore a:hover {
    color: #2ca7e0;
  }
  .columnWrap {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .columnWrap .leftColumn {
    max-width: 850px;
    width: 100%;
  }
  .columnWrap .rightColumn {
    max-width: 300px;
    width: 100%;
  }
  .newsList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .newsList .item {
    max-width: 410px;
    width: 100%;
  }
  .newsList .item a {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .newsList .item a:hover {
    opacity: .7;
  }
  .eventList {
    padding-left: 10px;
    padding-right: 10px;
    height: 800px;
  }
  .eventList .itemAnc {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .eventList .itemAnc:hover {
    opacity: .7;
  }
  #event .evArc {
    padding-left: 10px;
    padding-right: 10px;
  }
  #event .evArc a {
    color: #24709b;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #event .evArc a:hover {
    color: #2ca7e0;
  }
  .rpList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .rpList .item {
    width: 50%;
  }
  .rpList .item:nth-of-type(odd) {
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
  .rpList .item:nth-of-type(even) {
    padding-left: 30px;
  }
  .rpList .item:nth-of-type(-n+2) {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
  .rpList .item:nth-of-type(n+3) {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=top.css.map */