@charset "UTF-8";

/* Layout
----------------------------------------*/
.hero_area{
  margin: 0 auto;
  background: url(bg_hero.jpg) no-repeat center top;
  max-height: 350px;
  position: relative;
  border-bottom: 5px solid #004da0;
  border-bottom: 1px solid #d1d1d1;
}
.hero_review{
  background-color: rgba(0, 195, 225, 0.7);
  background-color: rgba(0,0,0, 0.9);
  background-color: #e50012;
  line-height: 1;
  padding: 15px 0 16px;
  margin: 0 auto;
  text-align: center;
  opacity: .8;
}
.hero_container{
  text-align: center;
  margin: 0 auto;
}
.hero_box{
  background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 10%,rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0) 100%);
  padding: 45px 0 75px;
}
.hero_logo{
  margin: 0 auto 30px;
  max-width: 90%;
}
.hero_heading{
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: #fff 1px 1px 5px, #fff 1px 1px 5px, #fff 1px 1px 5px, #fff 1px 1px 5px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.hero_info{
  background: #231815;
  max-width: 678px;
  color: #fff;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.hero_info dl{
  /* background: #004da0; */
  margin: 0 0;
  padding: 0 10px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
}
.hero_info dl:last-child{
  padding-right: 10px;
}
.hero_info dt .infotitle{
  background: #e60012;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 10px 6px;
}
.hero_info dd{
  line-height: 1.25;
  padding-right: 5px;
}
.hero_info dd .em{
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 1px;
}
.hero_info dd .em2{
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 1px;
}

.wrapper p{
  font-size: 1.6rem;
}
.wrapper .inner{
  margin: 0 auto;
  width: 970px;
  max-width: 90%;
}
.wrapper .lead_box{
  padding: 0px 0 10px;
  margin-bottom: 30px;
}
.wrapper .lead_box p{
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: bold;
}

.main_container{
  padding: 0 0 30px;
  width: 970px;
  max-width: 90%;
  margin: 0 auto;
}
.index_nav{
  margin-bottom: 30px;
}
.index_nav ul{
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.index_nav ul li {
  width: 100%;
}
/* .index_nav ul li.nav01{
  background-color: #eb2c39;
}
.index_nav ul li.nav02{
  background-color: #a60000;
} */
.index_nav ul li a{
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index_nav ul li:hover{
  opacity: .8;
}
.index_nav ul li a:hover{
  text-decoration: none;
}
section.section01{
  margin-bottom: 30px;
}
section h2{
  padding: 0 .5em 5px;
  margin-bottom: 1em;
  color: #e60012;
  border-bottom: 2px solid #e60012;
}
.index_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.index_list > .index_list-item {
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
.index_list-item a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  position: relative;
}
.index_list-item a:hover{
  /* opacity: .8; */
  background-color: #efefef;
}
.index_list-item a::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 10px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  transition: all .3s ease;
}
.index_list-item a:hover::after {
  right: 8px;
}
.index_list-box{
  display: flex;
}
.index_list-heading{
  /* background-image: -moz-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(254,91,104) 80%);
  background-image: -webkit-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(254,91,104) 80%);
  background-image: -ms-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(254,91,104) 80%); */
  color: #e50012;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.index_list-box .index_list-txt{
  padding: 5px 0px 0px 0px;
  margin-right: 30px;
  line-height: 1.4;
  width: calc(100% - 145px);
}
.index_list-txt p{
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.index_list-txt p.index_list-name{
  color: #555;
  font-size: 1.9rem;
  font-feature-settings: "palt";
  font-weight: 600;
  margin-bottom: 5px;
}
.index_list-txt p.index_list-name span{
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
.index_list-img{
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
/* .index_list-box.thumb2 .index_list-img{
  width: auto;
}
.index_list-box.thumb2 .index_list-txt{
  width: calc(100% - 157px);
} */
.index_list-item a img{
  -webkit-transition: all .3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
  max-width: 100%;
  max-height: 120px;
}
.index_list-item a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.index_list-item a:hover{
  text-decoration: none;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 900px){  
  .hero_area{
    background-size: cover;
  }
  .hero_box{
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 767px){
  body .wrapper {
    padding: 0 0 0px;
  }
  .hero_area{
    max-height: 300px;
  }
  .hero_box {
    padding: 5% 4% 4%;
  }
  .hero_logo {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .hero_heading{
    font-size: 3.3rem;
  }
  .hero_info{
    display: block;
    min-height: auto;
    max-width: 100%;
    position: relative;
    top: 0px;
  }
  .hero_info dl{
    padding: 5px 10px;
    justify-content: center;
  }
  .hero_info dd br{
    display: none;
  }
  .hero_info span{
    padding: 1px 1px;
  }
  .inner{
    padding: 5%;
  }
  .header h1 {
    max-width: 100%;
    padding: 0 0;
  }
  .wrapper .lead_box {
    padding: 5% 0 5%;
    margin-bottom: 5%;
  }
  .main_container{
    padding: 0 0 2.5%;
  }
  .index_nav{
    margin-bottom: 5%;
  }
  section.section01{
    margin-bottom: 0;
  }
  .index_list {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .index_list > .index_list-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px){
  body .wrapper{
    padding: 0 0 0px;
  }
  .hero_review{
    padding: 10px 0 10px;
  }
  .main_container {
    padding: 0 0 0%;
  }
  .hero_info dt{
    width: 4em;
  }
  .hero_info dd{
    flex: 1;
  }
}
@media screen and (max-width: 480px){
  .hero_review{
    padding: 7px 0 7px;
  }
  .hero_logo{
    margin: 0 auto 15px;
  }
  .hero_heading{
    font-size: 2.4rem;
  }
  .hero_info dl {
    padding: 5px 10px;
    justify-content: start;
  }
  .hero_info dd{
    font-size: 1.3rem;
  }
  .hero_info dd br {
    display: inline-block;
  }
  .wrapper .lead_box p{
    line-height: 1.8;
  }

  .index_nav ul{
    gap: 10px;
  }
  section h2{
    padding: 0.5em .5em 5px;
  }
  .index_list-box .index_list-txt{
    float: none;
    width: 100%;
  }
  .index_list-img{
    float: none;
    margin: 0 10px 0 0;
  }
  .index_list-box .index_list-txt{
    width: calc(100% - 110px);
  }
  .index_list-heading{
    font-size: 1.5rem;
  }
  .index_list-txt p.index_list-name{
    font-size: 1.8rem;
  }
}
html{
  word-wrap:break-word!important;
}