@charset "UTF-8";

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

.ir_base h3{font-size: 1.7rem;}
.ir_base h4{font-size: 1.6rem;}
.ir_base h5{font-size: 1.4rem;}

.note{font-size: 1.0rem;}

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