@charset "UTF-8";

.HLplan li .txtBox {
    padding: 30px 15px 15px;
    background-color: #2b2f44;
    text-align: center;
    /* float: left; */
    width: 490px;
    height: 308px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.HLplan li .txtBox {
    padding: 30px 15px 15px;
    background-color: #2b2f44;
    text-align: center;
    /* float: left; */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

.HLivent li .txtArea .heightLine-h1 .font-ORG {
    color: #ff5b00;
    padding: 15px 0;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .HLivent li .txtArea p br {
        display: block;
    }
}