@charset "UTF-8"; /* CSS Document */


.clmBox p:first-child {
    margin-bottom: 40px;
}

.clmBox ul{
    display: block;
    border-bottom: dotted 1px #333;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.clmBox ul li{
    padding-bottom: 32px;
}

.clmBox ul li a{
    display:block;
    padding-top: inherit;
}

.clmBox ul li .subLinkBtn {
    background-position: center left;
}

.clmBox ul li em{
    display:block;
    font-style: normal;
    
}

@media screen and (min-width: 879px) {
    .clmBox ul li a.xlrg {
        font-size:22px !important;
        font-size:2.2rem !important;
        line-height:22px !important;
        line-height:2.2rem !important;
    }
}
