@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : news.css
 author     : Ability Consultant
 style info : 委員会活動方針
=================================================================== */
.con_news ul.tabs:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin: 0 0 80px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_news {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .con_news {
    margin: 0 0 30px;
  }
}
.con_news ul.tabs {
  margin: 0 0 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_news ul.tabs {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_news ul.tabs {
    margin: 0 0 20px;
  }
}
.con_news ul.tabs li {
  float: left;
  margin: 0 10px 10px 0;
}
.con_news ul.tabs li a {
  color: #2f6bb9;
  font-weight: bold;
  display: block;
  background: #fff;
  border: 1px solid #3b74bd;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
}
.con_news ul.tabs li a.active {
  color: #fff;
  background: #2f6bb9;
  text-decoration: none;
}
.mouse .con_news ul.tabs li a:hover, .touch .con_news ul.tabs li a.touchstart {
  color: #fff;
  background: #2f6bb9;
  text-decoration: none;
}
.touch .con_news ul.tabs li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news ul.tabs li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_news .tabs_sp {
  text-align: center;
  margin: 0 0 20px;
}
.con_news .tabs_sp .tab_sp {
  padding: 10px 20px;
}
.con_news .tabs_contents .tabs_content {
  display: none;
}
.con_news .tabs_contents .tabs_content.active {
  display: block;
}
.con_news ul.box_news li {
  display: block;
}
.con_news ul.box_news li a, .con_news ul.box_news li div {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #cfd5dc;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_news ul.box_news li a, .con_news ul.box_news li div {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_news ul.box_news li a, .con_news ul.box_news li div {
    padding: 15px 0;
  }
}
.con_news ul.box_news li a p, .con_news ul.box_news li div p {
  font-size: 124%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_news ul.box_news li a p, .con_news ul.box_news li div p {
    font-size: 116%;
  }
}
@media only screen and (max-width: 640px) {
  .con_news ul.box_news li a p, .con_news ul.box_news li div p {
    font-size: 100%;
  }
}
.con_news ul.box_news li a p.tit, .con_news ul.box_news li div p.tit {
  margin: 0 0 10px;
}
.con_news ul.box_news li a p.tit span, .con_news ul.box_news li div p.tit span {
  font-size: 88%;
  padding: 0 15px;
  background: #2f6bb9;
  margin: 0 0 0 10px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .con_news ul.box_news li a p.tit span, .con_news ul.box_news li div p.tit span {
    padding: 3px 15px;
  }
}
.con_news ul.box_news li a:hover {
  text-decoration: none;
  background: #cfd5dc;
}
@media only screen and (max-width: 1024px) {
  .con_news .r-tabs-accordion-title {
    margin-bottom: 10px;
  }
  .con_news .r-tabs-accordion-title a {
    color: #2f6bb9;
    display: block;
    font-weight: bold;
    background: #fff;
    border: 1px solid #3b74bd;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .mouse .con_news .r-tabs-accordion-title a:hover, .touch .con_news .r-tabs-accordion-title a.touchstart {
    color: #fff;
    background: #2f6bb9;
    text-decoration: none;
  }
  .touch .con_news .r-tabs-accordion-title a {
    -webkit-tap-highlight-color: transparent;
  }
  .touch .con_news .r-tabs-accordion-title a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
  }
}
.con_news .box_pagination {
  margin: 3.76471% 0 0 0;
}
.con_news .box_pagination ul {
  display: inline-block;
}
.con_news .box_pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.con_news .box_pagination ul li:last-child {
  margin-right: 0;
}
.con_news .box_pagination ul li a {
  display: inline-block;
  padding: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #cfd5dc;
  font-size: 108%;
}
.con_news .box_pagination ul li a.active {
  background: #cfd5dc;
}
.mouse .con_news .box_pagination ul li a:hover, .touch .con_news .box_pagination ul li a.touchstart {
  background: #cfd5dc;
}
.touch .con_news .box_pagination ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_news .box_pagination ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 1024px) {
  .con_news .box_pagination {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_detail
----------------------------------------------------------- */
.con_detail {
  padding: 0 0 80px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail {
    padding: 0 0 30px;
  }
}
.con_detail .box_slide {
  margin: 0 0 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail .box_slide {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail .box_slide {
    margin: 0 0 20px;
  }
}
.con_detail .box_tit {
  margin: 0 0 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail .box_tit {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail .box_tit {
    margin: 0 0 20px;
  }
}
.con_detail .box_tit p {
  margin: 0 0 10px;
  color: #000;
  font-size: 124%;
}
.con_detail .box_tit p span {
  font-size: 88%;
  background: #2f6bb9;
  color: #fff;
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  .con_detail .box_tit p span {
    padding: 3px 15px;
  }
}
.con_detail .box_tit p.tit {
  font-size: 200%;
  font-weight: bold;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail .box_tit p.tit {
    font-size: 143%;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail .box_tit p.tit {
    font-size: 115%;
  }
}
.con_detail p.des {
  margin: 0 0 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail p.des {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail p.des {
    margin: 0 0 20px;
  }
}
.con_detail p.btn {
  margin: 0 0 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail p.btn {
    margin: 0 0 25px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail p.btn {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail p.btn {
    text-align: center;
  }
}
.con_detail p.btn a {
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #3b74bd;
  border: 1px solid #3b74bd;
  padding: 10px 20px;
  border-radius: 4px;
}
.mouse .con_detail p.btn a:hover, .touch .con_detail p.btn a.touchstart {
  color: #fff;
  background: #2f6bb9;
  text-decoration: none;
}
.touch .con_detail p.btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_detail p.btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_detail p.pagination {
  border-top: 1px solid #cfd5dc;
  padding: 30px 0 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_detail p.pagination {
    padding: 25px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail p.pagination {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_detail p.pagination {
    text-align: center;
  }
}
.con_detail p.pagination a {
  display: inline-block;
  border: 1px solid #cfd5dc;
  padding: 5px 20px;
}
.con_detail p.pagination a span {
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.con_detail p.pagination a span i {
  margin: 0;
  float: left;
  font-size: 150%;
}
.mouse .con_detail p.pagination a:hover, .touch .con_detail p.pagination a.touchstart {
  background: #cfd5dc;
  text-decoration: none;
}
.touch .con_detail p.pagination a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_detail p.pagination a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
