@charset "UTF-8";
/*オレンジ*/
/*背景グレー*/
/*ボーダー*/
/*オレンジ 薄い*/
.f_news {
  display: block;
}

.f_history {
  display: block;
}

.vi {
  position: relative;
  /*min-height:500px;*/
}
.vi .vi_lead {
  position: absolute;
  background: #ff6600;
  background: rgba(255, 102, 0, 0.8);
  top: 0;
  left: 0;
  /*right: 0;*/
  bottom: 0;
  margin: auto;
  width: 315px;
  height: 180px;
}
.vi .cycle-slideshow {
  width: 100%;
}
.vi .cycle-slideshow .slide {
  width: 100%;
  height: auto;
  position: relative;
}
.vi .cycle-slideshow .slide.s1 {
  background: url(/design/img/index/vi01.jpg) center top;
  background-size: cover;
}
.vi .cycle-slideshow .slide.s2 {
  background: url(/design/img/index/vi02.jpg) center top;
  background-size: cover;
}
.vi .cycle-slideshow .slide.s3 {
  background: url(/design/img/index/vi03.jpg) center top;
  background-size: cover;
}
.vi .cycle-slideshow .slide.s4 {
  background: url(/design/img/index/vi04.jpg) center top;
  background-size: cover;
}
.vi .cycle-pager {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 50000;
}
.vi .cycle-pager span {
  transition: 0.3s;
  font-size: 0px;
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  border-radius: 15px;
  background: #fff;
  border: #ff6600 1px solid;
  margin-right: 10px;
  /*+span{
  	margin-left:10px;
  }*/
}
.vi .cycle-pager span:hover, .vi .cycle-pager span.cycle-pager-active {
  background: #ff6600;
}

.vi_entry a {
  display: block;
  height: 100px;
  background: #ff6600;
  text-align: center;
}
.vi_entry a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#contents .svi {
  width: 100%;
  max-width: 1200px;
  height: 245px;
  margin: auto;
}
#contents .svi1 {
  background: url(/design/img/cmn/bg.png);
}
#contents .svi2 {
  background: url(/design/img/index/bg2.jpg) center center;
}
#contents .svi3 {
  background: url(/design/img/index/bg3.jpg) center center;
  height: 400px;
  padding-top: 20px;
}
#contents .svi3 p {
  color: #fff;
}
#contents .svi4 {
  background: url(/design/img/index/bg4.jpg) center center;
}
#contents .svi5 {
  background: url(/design/img/index/bg5.jpg) center center;
}
#contents article {
  text-align: center;
}
#contents article h2 {
  margin: 65px 0 50px;
}
#contents article p {
  margin-bottom: 30px;
}
#contents article ul {
  margin-bottom: 70px;
}
#contents article ul li {
  width: 250px;
  display: inline-block;
}
#contents article ul li + li {
  margin-left: 30px;
}
#contents article ul li a {
  vertical-align: top;
  text-decoration: none;
  color: #ff6600;
  display: block;
  border: #ff6600 1px solid;
  padding: 10px 0;
}
#contents article ul li a.snow {
  color: #ff5500;
  border-color: #ff5500;
  background: rgba(255,255,255,0.6);
}
#contents article ul li a span {
  display: inline-block;
  padding: 3px 0;
  padding-left: 18px;
  background: url(../../img/index/a.png) no-repeat left center;
}
#contents article ul li a:hover {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
#top_news {
  top: -40px;
  position: relative;
  text-align: center;
  background-color: #1aa234;;
  margin: 0 auto;
  width: 700px;
  border-radius: 20px;
  border: solid 3px #0a7224;
  box-shadow: inset 0 3px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
#top_news div {
  padding: 20px;
}
#top_news a:hover {
  text-decoration: none;
}
#top_news:hover {
  box-shadow: #ae4600 0px 0px 0px 0px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#top_news span {
  display: block;
}
#top_news span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
}
#top_news span:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  color: #FF0;
  position: relative;
  display: inline-block;
  padding: 0 0 4px 50px;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 10px;
}
#top_news span:nth-child(2)::before,
#top_news span:nth-child(2)::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#top_news span:nth-child(2)::before{
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 3px solid #FF0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#top_news span:nth-child(2)::after{
  left: 13px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left: 16px solid #FF0;
}
