@charset "utf-8";

/* common */
.l-content .h2Ttl {
    position: relative;
    padding: 0 0 4px 30px;
    border-bottom: 1px solid #333;
    margin: 60px 0 10px;
    font-size: 23px;
    font-weight: bold;
}

.l-content .h2Ttl::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 28px;
    box-sizing: border-box;
    background: #0f218b;
    content: "";
}

.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;
}