@charset "utf-8";

body {
  overflow: hidden;
}

#content {
  padding-bottom: 80px;
}

.main_visual {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.main_visual .slider {
  width: 1040px;
  margin: 0 auto;
}
.main_visual .slider .slide_sp {
  display: none;
}
.main_visual .slider .slick-list {
  overflow: visible;
}
.main_visual .slider .slick-slide {
  background-color: #000;
}
.main_visual .slider .slick-center {
  background-color: #fff;
  transition: background-color 0s ease 0.7s;
}
.main_visual .slider .slick-center-finished > a:hover > img {
  opacity: 0.65!important;
}
.main_visual .slider .slick-slide a {
  display: block;
}
.main_visual .slider .slick-center a {

}
.main_visual .slider .slick-slide img {
  width: 100%;
  opacity: 0.5!important;
  transition: opacity 0.3s;
}
.main_visual .slider .slick-center img {
  opacity: 1!important;
}

.main_visual .controls {
  width: 1040px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -520px;
}
@-webkit-keyframes switch {
  0%   { opacity: 0.5; }
  30%  { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes switch {
  0%   { opacity: 0.5; }
  30%  { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes switch {
  0%   { opacity: 0.5; }
  30%  { opacity: 0; }
  100% { opacity: 1; }
}
.main_visual .controls.is_slide {
  -webkit-animation: switch 0.7s;
  -o-animation: switch 0.7s;
  animation: switch 0.7s;
}

.main_visual .control {
  width: 44px;
  height: 65px;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main_visual .control:hover {
  opacity: 0.7;
}
.main_visual .controls .prev {
  left: 10px;
  background: url(../img/ico-arrow_white_l.png) no-repeat center center;
}
.main_visual .controls .next {
  right: 10px;
  background: url(../img/ico-arrow_white_r.png) no-repeat center center;
}
.main_visual .is_black .prev {
  left: 10px;
  background: url(../img/ico-arrow_black_l.png) no-repeat center center;
}
.main_visual .is_black .next {
  right: 10px;
  background: url(../img/ico-arrow_black_r.png) no-repeat center center;
}

.main_visual .slick-dots {
  position: absolute;
  height: 12px;
  bottom: 29px;
  right: 42px;
}
.main_visual .slick-dots > li {
  display: inline-block;
  margin: 0;
}
.main_visual .slick-dots > li > button {
  display: block;
  width: 26px;
  height: 26px;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.main_visual .slick-dots > li > button:focus {
  outline: none;
}
.main_visual .slick-dots > li > button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  border-radius: 9999px;
  background-color: #ccc;
}
.main_visual .slick-dots > li.slick-active > button:before {
  background-color: #222;
}

.main_content {
  width: 1052px;
  margin: 0 auto;
}

.board {
  margin-top: 24px;
}
.board .board_title {
  border-top: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 200%;
}
/*@media only all and (min-width: 768px) and (max-width: 1249px) {*/
  /*.board .board_title {*/
    /*width: auto;*/
    /*margin: 0;*/
    /*padding: 0 18.5px 0;*/
    /*padding-bottom: 8px;*/
  /*}*/
/*}*/
.board .board_body {
  padding: 0 15px 0;
}
/*@media only all and (min-width: 768px) and (max-width: 1249px) {*/
  /*.board .board_body {*/
    /*width: auto;*/
    /*margin: 0;*/
    /*padding: 24px 15px;*/
  /*}*/
/*}*/
.board a {
  display: block;
  color: #222222;
}

.important_notice {
  width: 846px;
  margin: 0 auto 30px;
  font-size: 117%;
  padding: 5px 0;
  position: relative;
}
.important_notice_inner {
  padding: 5px 76px;
  background: url(../img/bg-notice.png) repeat-y;
}
.important_notice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/bg-notice_top.png) no-repeat;
}
.important_notice:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/bg-notice_bottom.png) no-repeat;
}
.important_notice_inner dl {
  overflow: hidden;
}
.important_notice_inner dt {
  float: left;
  width: 120px;
  color: #fe3856;
  padding-left: 26px;
  background: url(../img/ico-notice.gif) no-repeat left 40%;
}
.important_notice_inner dd {
  float: left;
  width: 540px;
}

#pickup {
  margin: 0;
  margin-bottom: -20px;
}
#pickup .board_item {
  margin-bottom: 20px;
}
#pickup .board_item .item_thumb {
  position: relative;
  height: 140px;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
#pickup .board_item .item_thumb > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#pickup .board_item p {
  margin: 0;
}


#news .board_item {
  margin-bottom: 20px;
}
#news .board_item > a {
  color: #00a7d7;
}
#news .board_item > a:hover {
  opacity: 0.6;
}
#news .board_item .item_thumb {
  position: relative;
  height: 158px;
  overflow: hidden;
  box-sizing: border-box;
}
#news .board_item .item_thumb img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1 !important;
}
#news .board_item .item_about {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 12px 23px;
  background-color: #efefef;
  box-sizing: border-box;
}
#news .board_item .item_about:before {
  content: "";
  float: left;
  display: inline-block;
  height: 0;
  margin-top: -13px;
  padding-top: 58.35777%;
}
#news .board_item .item_about .news_excerpt,
#news .board_item .item_about .clone_excerpt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
#news .board_item .item_about time {
  display: block;
  font-weight: bold;
  color: #00a7d7;
  font-size: 100%;
}
#news .board_item .item_category {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 117%;
}
#news .board_item .item_category > li {
  float: left;
  padding: 0 7px;
  line-height: 22px;
  font-size: 75%;
  color: #ffffff;
}

#news .board_item .item_category > li.study {
  background-color: #00a7d7;
}
#news .board_item .item_category > li.exam {
  background-color: #fabe00;
}
#news .board_item .item_category > li.info {
  background-color: #90c31f;
}
#news .board_item .item_category > li.event {
  background-color: #e34581;
}
#news .board_item .item_category > li.important {
  background-color: #ea5555;
}
#news .board_item .item_category > li.kpu {
  background-color: #8C51D0;
}
#news .board_item .item_category > li.search {
  background-color: #99959D;
}

#news .button{
  width: 300px;
  margin: 0 auto;
}
#news .button a{
  font-size: 15px;
  text-align: center;
  padding: 14px 20px 12px;
  color: #ffffff;
  background: #00a7d7 url(../img/icon-arrow.gif) no-repeat 20px center;
}

#info .board_item {
  margin-bottom: 22px;
}
#info .board_item.clear {
  clear: both;
}
#info .board_item > a {
  display: block;
}
#info .board_item > a:hover {
  opacity: 0.6;
}
#info .board_item > a > img {
  width: 100%;
}
#info .board_item > a > p {
  margin: 0;
  padding: 6px 4px;
  padding-left: 12px;
  padding-right: 24px;
  background: url(/common/img/ico-circle_arrow_opaque.png) no-repeat 205px center;
  background-color: #00a7d7;
  color: #ffffff;
  text-align: center;
}

.board_tabbed .board_body {
  position: relative;
}
.board_tabbed .tab_btns {
  width: auto;
  position: absolute;
  top: -56px;
  right: 42px;
}
.board_tabbed .tab_btns:before, .board_tabbed .tab_btns:after {
  content: " ";
  display: table;
}
.board_tabbed .tab_btns:after {
  clear: both;
}
.board_tabbed .tab_btns {
  *zoom: 1;
}
.board_tabbed .tab_btns > li {
  width: 109px;
  height: 30px;
  float: left;
  margin-left: 2px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  background: #f7f7f7;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.board_tabbed .tab_btns > li:first-child {
  margin-left: 0;
}
.board_tabbed .tab_btns > li.is_active {
  background: #222222;
  color: #ffffff;
}

.board_tabbed .tab_content > ul {

}

.grid_wide_gutter {
  margin-left: -22px;
}
.grid_wide_gutter:before, .grid_wide_gutter:after {
  content: " ";
  display: table;
}
.grid_wide_gutter:after {
  clear: both;
}
.grid_wide_gutter {
  *zoom: 1;
}
.grid_wide_gutter > .col {
  float: left;
  border-left: 22px solid transparent;
  box-sizing: border-box;
}
.grid_wide_gutter > .col.md1_4 {
  width: 25%;
}
.grid_wide_gutter > .col.md2_4 {
  width: 50%;
}
.grid_wide_gutter > .col.md3_4 {
  width: 75%;
}
.grid_wide_gutter > .col.md4_4 {
  width: 100%;
}

.news-kpu {
  background-color: #f7f7f7;
  padding-top: 0px;
}
.news-kpu #news.board .board_title {
  background-color: transparent;
}
.news-kpu #news .news_item.board_item.col.md1_4.sm1_2 {
  width: 33%;
}
.news-kpu #news .board_item .item_thumb {
  height: 216px;
}
.news-kpu #news .board_item .item_about {
  background-color: transparent;
  padding-top: 0;
}
.news-kpu #news .board_item .item_about:before {
  margin-top: -93px;
}
/* スライドが１枚しかないとき */

/* .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
} */
