@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;
}


.qr-box {
  width: 80px;
}
.step-box {
    width: 20%;
}
.color-green {
    color: #00c300;
}
.bdb-green {
    border-bottom: dotted 1px #00c300;
}
.btn-line a {
    display: block;
    background: #00c300;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: .8rem;
}
.btn-line a:hover {
    background: #333;
}

@media (max-width: 1199.98px) {

.flow01-bg {
  height: 100px;
}

.step-box {
    width: 50%;
}


}