@charset "UTF-8";


.lh1 {
  line-height: 1rem;
}
.lh15 {
  line-height: 1.5rem;
}
.lh2 {
  line-height: 2rem;
}
.lh25 {
  line-height: 2.5rem;
}
.flow01-bg {
  width: 100%;
  height: 250px;
}
.under-line {
  text-decoration: underline;
}
.img-hover:hover{
  opacity: 0.5;
  transition: all 0.6s ease 0s;
}

.result-ph {
  height: 180px;
}
.result-btn a {
    display: block;
    background: url(/assets/images/common/gmenu-arrow@2x.png) no-repeat center right 5px / 8px 14px #f0f0f0;
    text-align: center;
    font-size: .8rem;
    padding: 5px 0;
    border-top: 1px solid #e7e9eb;
}
.result-btn a:hover {
    color: #fff;
    background: url(/assets/images/common/gmenu-arrow@2x.png) no-repeat center right 5px / 8px 14px #3f4ab6;
}


@media (max-width: 1199.98px) {

.flow01-bg {
  height: 100px;
}




}