@charset "UTF-8";

/*summary*/
.l-content .summary {
    line-height: 29px;
}

/*h2Ttl*/
.l-content .h2Ttl {
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 15px;
}
.l-content .h2Ttl span {
    border-left: 10px solid #0f218b;
    display: block;
    padding: 5px 0 0 20px;
    line-height: 40px;
}

.l-content .wrap {
    width: 1000px;
}
.l-content .wrap .item > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 30px;
}
.l-content .wrap .item > div > div h3,
.l-content .wrap .item > div > div p:first-of-type {
    line-height: 36px;
}
.l-content .wrap .item > div > div p:last-of-type {
    font-size: 16px;
    line-height: 29px;
}
.l-content .wrap .item > div div:last-of-type a.m-btnWin--conversion {
    display: block;
    width: 260px;
    padding: 15px 0 13px;
}

.l-content .btn {
    width: 360px;
}
.l-content .btn > a {
    width: 100%;
    height: 50px;
    padding: 15px 0 13px;
}