@charset "utf-8";

/* common */
.l-content .h2Ttl {
    width: 1160px;
    padding: 17px 0 9px;
    border-bottom: solid 3px #0f218b;
    margin: 0 auto;
    background: #fc0;
    color: #0f218b;
    font-size: 27px;
    text-align: center;
}

.l-content .btn>a {
    width: 400px;
    padding: 14px 0 10px;
    font-size: 21px;
}

.l-content .btn>a.m-btnWin--conversion::after {
    vertical-align: -1px;
}

.l-content .wrap {
    width: 1140px;
    margin: 0 auto;
}
/* /common */

.l-content .h1Ttl {
    box-sizing: border-box;
    width: 1200px;
    padding: 16px 0 11px 25px;
    border-left: solid 6px #fc0;
    background: #0f218b;
    color: #fff;
    font-size: 29px;
}

/* summary */
.l-content .summary {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
