@charset "utf-8";
/* CSS Document */
.strong-point__anchor{
  width: 992px;
  margin: 30px auto;
}
.strong-point__anchor>a{
  display: block;
  background: #47c40c;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
}

.strong-point__ttl .sub{
  color: #47c40c;
  font-size: 85%;
  margin-right: 5px
}
.strong-point__ttl .read-txt{
  display: block;
  text-align: center;
  font-size: 50%;  
  font-weight: bold
}
#strong_point>li{
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
#strong_point>li::before{
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#strong_point>li:first-child::before{
  background-image: url("https://www.his-j.com/cmn/icon/icon_tour_train_kokunai.svg")
}
#strong_point>li:nth-child(2)::before{
  background-image: url("https://www.his-j.com/cmn/icon/icon_celeb_kokunai.svg")
}
#strong_point>li:nth-child(3)::before{
  background-image: url("https://www.his-j.com/cmn/icon/icon_train_kokunai.png")
}
.strong-point__caption{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width:768px){
  .strong-point__anchor{
    width: 94vw;
    margin: calc(20vw / 7.5) auto;
  }
  .strong-point__anchor>a{
    display: block;
    background: #47c40c;
    font-size: calc(36vw / 7.5);
    color: #FFF;
    text-align: center;
    border-radius: calc(10vw / 7.5);
    padding: calc(20vw / 7.5);
  }

  .strong-point__ttl .sub{
    color: #30ab07;
    font-size: 75%;
    margin-right: calc(10vw / 7.5)
  }
  #strong_point>li{
    padding-left: calc(90vw / 7.5);
    position: relative;
    margin-bottom: calc(30vw / 7.5)
  }
  #strong_point>li::before{
    width: calc(80vw / 7.5);
    height: calc(80vw / 7.5);
    top: 0;
    bottom: auto;
  }
  .strong-point__caption{
    font-size: calc(26vw / 7.5);
    font-weight: bold;
    margin-bottom: calc(10vw / 7.5);
  }
  .strong-point__txt{
    font-size: calc(24vw / 7.5);
  }
}


