@charset "utf-8";

#infoBenefit.index .ttl_main { background: url(../img/benefit/line-mb.jpg) center top no-repeat }

.benefit__h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.bd_green {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 0;
    padding-bottom: 12px !important;
}
.benefit__h3-img {
    max-width: 81px;
    width: 100%;
    margin-right: 12px;
    vertical-align: text-bottom;
}
.benefit__pdf-wrapper {
    margin: 0 50px;
}
.benefit__pdf-wrapper-ul {
    margin: 50px 0 108px;
}
.benefit__pdf-wrapper-li {
    border: 1px solid #000;
    padding: 18px 30px 18px 86px;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.benefit__li-l-240px, .benefit__li-l {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    text-align: center;
}
.benefit__li-l img {
    width: initial;
    max-width: initial;
    width: 100%;
    max-width: 122px;
    max-height: 100%;
    height: auto;
}
.benefit__li-l-240px img {
    width: initial;
    max-width: initial;
    width: 100%;
    max-width: 240px;
    max-height: 100%;
    height: auto;
}
.benefit__li-r-ttl {
    color: #fd7507;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3;
}
.benefit__li-r {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 725px;
    max-width: 725px;
    margin-left: 56px;
}
.benefit__li-r-btn {
    display: block;
    width: 270px;
    max-width: 270px;
    padding: 16px 0;
    text-align: center;
    background: -moz-linear-gradient(to right, #f42f05 0%, #f27324 100%);
    background: -webkit-linear-gradient(to right, #f42f05 0%, #f27324 100%);
    background: linear-gradient(to right, #f42f05 0%,#f27324 100%);
}
.benefit__li-r-btn a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    display: block;
}
.benefit__li-r-ttl-border {
    display: inline-block;
    width: 100%;
    border-bottom: #fd7507 solid 3px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #333333;
}
.sp_view {
    line-height: 0;
}
.benefit__li-r-ttl-box {
    width: 352px;
    max-width: 352px;
}
@media(min-width: 1200px) {
.benefit__li-l, .benefit__li-r-btn {
    transition: 0.5s ;
}
.benefit__li-l:hover, .benefit__li-r-btn:hover {
    opacity: 0.5;
}
}
@media(max-width: 480px) {
.benefit__pdf-wrapper-li {
    display: block;
    padding: 18px 30px;
}
.bd_green {
    line-height: 1.8;
}
.benefit__pdf-wrapper {
    margin: 0;
}
.benefit__li-r {
    display: block;
    padding: 5vw 7vw 0;
    box-sizing: border-box;
    width: initial;
    max-width: initial;
    width: 100%;
    margin-left: 0;
}
.benefit__li-r-btn {
    width: 100%;
    padding: 3vw 8vw;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto;
}
.benefit__li-r-ttl-box {
    width: initial;
    max-width: initial;
}
.benefit__li-l-240px {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-height: initial;
    height: initial;
    width: 100%;
    max-width: initial;
}
.benefit__li-l {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-height: initial;
    height: initial;
    width: 60%;
    max-width: initial;
}
.benefit__li-l img {
    width: 100%;
    max-width: 100%;
}
.benefit__li-l-240px img {
    width: 100%;
    max-width: 100%;
}
.benefit__li-r-ttl {
    font-size: 20px;
    margin-bottom: 20px;
}
}