@charset "utf-8";
.sec01 {
  text-align: center;
  position: relative;
}
.sec01 h1 img{
  width: 100%;
  height: auto;
}
.sec01 .banner {
	position: absolute;
	top: 60px;
	right: 27%;
  width: 210px
}
.sec01 .banner a {transition: 0.3s}
.sec01 .banner a:hover {
opacity: 0.7}
.sec01 .txt{
  position: absolute;
  top: 0%;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  margin-top: 20px;
}
.sec01 .txt01{
  position: absolute;
  bottom: 0%;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: 20px;
}
.sec01 .side {
  width: 330px;
  position: absolute;
  left: 30px;
  bottom: 7%;
}
.sec01 .side .full {
	padding: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sec01 .side .full p {
  font-size: 14px;
  line-height: 1.2em
}
.sec01 .side .harf{
  width: 48%;
}
.sec01 .side .harf a{
  border: 3px solid #FFFFFF;
  display: block;
  padding: 4px;
}
.sec01 .side .harf a img {vertical-align: sub}
.sec01 .side .harf.fL a{
  background-color: #A6467A;
}
.sec01 .side .harf.fR a{
  background-color: #486FAA;
}

.twitterBox {
  width: 100%;
  margin: 0px auto
}
@media (max-width: 830px) {
  .sec01 {
  position: relative;
}
  .sec01 .txt01{
  position: relative;
  bottom: 0%;
  width: 96%;
  left: 0%;
  margin: -15% auto 30px;
  }
  .sec01 .bannerSp {
	padding: 10px 4% 0;
	margin: 10px 0;
}
  .sec01 .side {
  width: 100%;
  position: relative;
  left: 0px;
  padding: 0 4%;
  bottom: 0%;
  margin-bottom: 20px;
  }}

.sec02 {
  position: relative;
  z-index: 30;
  padding: 0 50px 20px;
  margin-top: 25px;
}
.sec02 .inner {
  width: 1200px;
}

.sec02 .award {
  text-align: left;
  width: 590px;
  float: left;
  margin-right: 20px;
}
.sec02 .award li {
  display: inline-block;
  margin-right: 15px;
}
.sec02 .award li:last-child {
  margin-right: 0px;}
.sec02 .news {
  float: left;
  width: 320px;
  margin-bottom: -15px;
}
.sec02 .news ul {
  margin-bottom: -10px;
}
.sec02 .news li a{
  background-color: #9F2424;
  color: #FFFFFF;
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  z-index: 31;
  margin-bottom: 10px;
}
.sec02 .news li a:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 45px;
 	margin-left: -15px;
	border: 5px solid transparent;
	border-top:10px solid #9F2424;
}

@media (max-width: 830px) {
  .sec02 {
  position: relative;
  z-index: 30;
  padding: 10px 0px;
  margin-top:30px;
  }
  .sec02 .inner {
  min-width: initial;
  width: 92%;
}
  .sec02 .award {
  width: 100%;
  float: none;
  margin: 0 auto;
  }
  .sec02 .award li {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 48%;
  float: left;
  }
  .sec02 .award li:nth-child(2){
  float: right;
}
  .sec02 .award li img {
}
  .sec02 .award li:last-child {
  margin: 0 26%;
  float: none;
  width: 48%;
  text-align: center;
}
  .sec02 .news {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  }
  .sec02 .news li a{
    display: block;
    padding: 20px;
    border-radius: 10px;
    z-index: 31;
  }
  .sec02 .news li a:before{
    display: none
  }
  
.slick-list {overflow: hidden !important}

}









































