.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.columns {
    margin-bottom: 3rem;
}

.columns .tit {
    float: left;
    width: 34%;
}

.columns ul {
    float: right;
    width: 59%;
}

.columns ul li {
    display: block;
    margin-bottom: 1rem;
}

.columns ul li a {
    color: #000;
    font-size: 1rem;
    line-height: 2rem;
    display: block;
    position: relative;
    padding-left: 1rem;
}

.columns .tit h2:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.columns .tit h2 img {
    width: 2rem;
    float: left;
}

.columns .tit h2 span {
    float: left;
    font-family: 'ALIMAMA';
    font-size: 1.26rem;
    color: #000000;
    line-height: 2.2rem;
    padding-left: 0.5rem;
    cursor: pointer;
}

.columns .tit p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    padding-left: 2.3rem;
}

.columns ul li a:before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5rem;
    background: #ccc;
    left: 0px;
    top: 0.65rem;
    content: "";
    position: absolute;
}

.plc.wz {
    display: none;
}

.pro_main {
    margin-top: 4rem;
}

.columns ul.fy li {
    float: left;
    width: 50%;
}

.columns ul li:hover a {
    color: #00a0e8;
}

.columns .tit h2:hover span {color: #00a0e8;}