@charset "shift_jis";

/* ======================================================
 * layout.css
====================================================== */

.checkList01 > li::before {
    background:url("/point/img/exception_ic01.png") no-repeat scroll 6px center / 13px 11px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0.1em;
    width: 26px;
}
.checkList01 > li {
    padding-left: 26px;
		font-size: 1.8rem;
    position: relative;
}

.headLineLarge{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
.checkList01 > li::before {
    background:url("/point/img/exception_ic01.png") no-repeat scroll 6px center / 13px 11px;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0.1em;
    width: 26px;
}
.checkList01 > li {
    padding-left: 26px;
		font-size: 1.8rem;
    position: relative;
}
.headLineLarge{
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.2;
}

}