@charset "UTF-8";

.jis-mainimg{
  margin-bottom: 70px;
  width: 100%;
}
.jis-img{
  margin: 0 auto 60px;
  width: 90%;
}
.jis-mainimg img,
.jis-img img{
  width: 100%;
}
.block-jis{
  margin-bottom: 60px;
  text-align: left;
}
.block-jis h2{
  margin-bottom: 0;
  text-align: left;
}
.block-jis h2 span.title{
  color: #000;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.0rem;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.block-jis h2 span.title::before{
  background: none;
}
.block-jis h2 span.step{
  color: #0e214e;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
  padding-left: 70px;
  position: relative;
  text-align: left;
}
.block-jis h2 span.step::before{
  background: #0e214e;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0;
  width: 60px;
  position :absolute;
  left: 0;
  top: 9px;
}
.block-jis h2 span.step:after{
  background: #be0000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 15px;
  position :absolute;
  left: 45px;
  top: 9px;
}
.block-jis:nth-of-type(even) h2{
  text-align: right;
}
@media screen and (max-width:767px) {
  .block-jis h2 span.title{
    font-size: 2.2rem;
  }
  .block-jis h2 span.step{
    font-size: 1.5rem;
  }
  .block-jis:nth-of-type(even) h2{
    text-align: left;
  }
  .jis-img{
    width: 100%;
  }
}


