@charset "UTF-8";

/* ベーステキスト */
.ir_base #mainContent{font-size: 1.5rem;}

.ir_base h3{font-size: 2rem;}
.ir_base h4{font-size: 1.8rem;}
.ir_base h5{font-size: 1.6rem;}

.note{font-size: 1.3rem;}

.link_list li::after {
    content: '▶';
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 3px;
    top: 3px;
    font-weight: bold;
    font-size: 50%;
}