@charset "UTF-8";

/* header top only
-------------------------------------------------------------*/
#top #header .top_only{display:block;}
#top #header .inp_only{display:none;}

/* header
-------------------------------------------------------------*/
#top #header h1 span.sp { display: none; }

#top #header h1 span.en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 8px;
  letter-spacing: -0.05em;
  margin-top: 3px;
}

#top .top_inv { display: none; }


/* mv
-------------------------------------------------------------*/
#top #mv {
  background-size: cover;
  height: 550px;
}

#top #mv .inner { padding: 8vh 0 0; position:relative;}

#top #mv .ttl {
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-size: 24px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}

#top #mv .ttl_text {
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#top #mv .ttl span {
  font-size: 42px;
  margin: 0 0 5px;
}



#top #mv .btn_type02 {
  line-height: 1.1;
  padding: 24px 50px 24px 0;
  background: #b5b5b5;
  position: relative;
}

#top #mv .btn_type02:hover { background: #8a8a8a; }

#top #mv .btn_type02 i {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 54px;
  right: 24px;
  position: absolute;
}

#top #mv .btn_type02 i img {
  width: 22px;
  height: 17px;
}

#top #mv .btn_type02 span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
#top #kinkyu {
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #fff;
  width: 30%;
  top: 30px;
  right: 0;
  position: absolute;
  background: #FCEE94;
}
#top #kinkyu span {
  font-size: 20px;
  color: #ff0000;
  margin: 10px 0;
  display: block;
}
#top #kinkyu a p{
  border: #ff0000 2px solid;
  background: #fff;
  margin: 15px;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}
#top #kinkyu a p::after{
  content:"";
	display:block;
  background:url(../../../img/common/icon_link03.png) no-repeat;
  width: 10px;
  height: 19px;
  right: 20px;
  position: absolute;
  background-size: contain;
  top: 35%;
}
#top #kinkyu a:hover{
  text-decoration: none;
}
#top #kinkyu a:hover p{
  background: #ff0000;
  color: #fff;
}
#top #kinkyu a:hover p::after{
  background:url(../../../img/common/icon_link02.png) no-repeat;
  background-size: contain;
}
#top #kinkyu a p small{
  display: block;
  font-size: 14px;
}
/*#top #kinkyu {
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 5px solid #fff;
  width: 45%;
  top: 30px;
  right: 0;
  position: absolute;
}

#top #kinkyu span {
  font-size: 30px;
  color: #ff0000;
  margin-bottom: 15px;
  display: block;
}

#top #kinkyu a {
  padding: 20px;
  display: block;
  background: #fff949;
}

#top #kinkyu a:hover {
  opacity: 0.8;
  text-decoration: none;
}*/

#top #kinkyu.pre-check{
  width: 43%;
}
#top #kinkyu.pre-check span{
  margin-bottom: 0;
}
#top #kinkyu .pre-check_date{
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
}
#top #kinkyu .pre-check_box{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#top #kinkyu.pre-check a{
  width: calc(100% / 3);
}
#top #kinkyu.pre-check a p{
  margin: 4px;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px;
}
#top #kinkyu.pre-check a p:after{
  width: 7px;
  height: 14px;
  right: 6px;
}

/* top_news
-------------------------------------------------------------*/
#top_news { margin: 80px 0; }

#top_news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top_news .news_wrap { width: calc(100% - 950px); }
#top_news .news_list { width: 950px; }



#top_news .news_list li a {
  margin-left: auto;
  width: 650px;
}


#top_news .news_list li:last-child { border: none; }

