@CHARSET "UTF-8";


li {
  list-style-type: none;
}
.f08 {
  font-size: .8rem;
}
.f09 {
  font-size: .9rem;
}
.f1 {
  font-size: 1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f15 {
  font-size: 1.5rem;
}
.f2 {
  font-size: 2rem;
}
.f25 {
  font-size: 2.5rem;
}

.lh1 {
  line-height: 1rem;
}
.lh25 {
  line-height: 2.5rem;
}
.lh3 {
  line-height: 3rem;
}
.lh4 {
  line-height: 4rem;
}




.fw-bolder {
  font-weight: bold;
}
.color-blue {
  color: #205289;
}
.bdb-blue {
  border-bottom: dotted 1px #205289;
}
.color-white {
  color: #fff;
}
.bg-gray {
  background: #F0EFEF;
}
.bg-lightgreen {
  background: #CAE5D3;
}
.step-box {
  width: 20%;
}

.column-box {
  position: relative;
  border: solid 4px #205289;
  background-color: #fff;
}
.column-ph {
  width: 150px;
  height: 120px;
  background: #999;
}
.column-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.column-box a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.column-box a:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.btn01 a {
  display: block;
  width: 200px;
  padding: 5px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  background: #205289;
}







@media screen and (max-width:767px) {


  .title01 {
    line-height: 2.5rem;
  }
  .step-box {
    width: 50%;
  }
  .spf08 {
    font-size: .8rem;
  }
  .spf1 {
    font-size: 1rem;
  }
  .spf12 {
    font-size: 1.2rem;
  }
  .spf15 {
    font-size: 1.5rem;
  }
  .spf18 {
    font-size: 1.8rem;
  }



  .splh1 {
    line-height: 1rem;
  }
  .splh2 {
    line-height: 2rem;
  }
  .splh25 {
    line-height: 2.5rem;
  }

  .column-ph {
    width: 120px;
  }



}




