.features {
    border: 1px solid #242424;
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
}
.features p span {
    color: #d60010;
}
.features-tag {
    position: absolute;
}
.features-head {
    line-height: 1.2;
    border-bottom: 1px solid #242424;
    font-weight: bold;
}
.features-head span {
    color: #d60010;
}
.features-list p {
    line-height: 1.6842105;
    text-align: left;
}
.features-ttl,
.features-list p.features-ttl {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    color: #1b84bb;
    line-height: 1.3;
    text-align: left;
}
.features-ttl img {
    display: block;
    height: auto;
}
.features-btn {
    background: url("/assets/img/index/feature--more.png") no-repeat #d60010;
    display: flex;
    color: #ffffff !important;
    border-radius: 16px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
/*  */
@media screen and (min-width: 768px) {
    .is-sp {
        display: none !important;
    }
    .features {
        margin: 40px auto 0;
        padding: 45px 49px 49px;
        max-width: 1166px;
    }
    .features p {
        text-align: center;
    }
    .features p.features-head {
        margin-bottom: 40px;
        padding-left: 100px;
        padding-bottom: 35px;
        font-size: 32px;
        text-align: left;
    }
    .features-tag {
        top: 49px;
        left: 49px;
        height: 70px;
        width: 70px;
    }
    .features-list {
        display: flex;
        justify-content: space-between;
    }
    .features-list li {
        width: 100%;
    }
    .features-list li:not(:first-child) {
        margin-left: 50px;
    }
    .features-list p {
        text-align-last: left;
        font-size: 19px;
    }
    .features-ttl,
    .features-list p.features-ttl {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .features-ttl img {
        width: 30px;
        margin: 7px 10px 0 0;
    }
    .features-img {
        margin-bottom: 60px;
    }
    .features-btn {
        background-size: 29px auto;
        background-position: right 20px center;
        height: 66px;
        font-size: 25px;
        margin: 60px auto 0;
        padding-right: 29px;
        width: 360px;
    }
}
/*  */
@media screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
    .features {
        padding: 30px 24px;
        width: 100%;
    }
    .features:not(:first-child) {
        margin-top: 48px;
    }
    .features p.features-head {
        font-size: 21px;
        margin-bottom: 28px;
        padding-bottom: 16px;
    }
    .features-tag {
        top: -22px;
        left: 24px;
        height: 45px;
        width: 45px;
    }
    .features-list li {
        width: 100%;
    }
    .features-list li:not(:first-child) {
        margin-top: 32px;
    }
    .features-list p {
        text-align-last: left;
        font-size: 16px;
    }
    .features-ttl,
    .features-list p.features-ttl {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .features-ttl img {
        width: 18px;
        margin: 5px 6px 0 0;
    }
    .features-img {
        margin-bottom: 30px;
    }
    .features-img img {
        width: 100%;
        height: auto;
    }
    .features-btn {
        background-size: 25px auto;
        background-position: right 17px center;
        height: 66px;
        font-size: 16px;
        margin: 40px auto 0;
        padding-right: 25px;
        width: 100%;
    }
}

.media_head {
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
    .media_head {
        font-size: 120%;
      }
}

.media_wrap {
    margin: 0 auto 48px;
    max-width: 1000px;
}
.media_cm {
    margin: 0 auto;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.media_cm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*  */

.features-line {
    border-color: #00b833;
}
@media screen and (min-width: 768px) {
    .features-line {
        display: none;
    }
}
.features-line p {
    text-align: center;
    line-height: 1.75;
}
.features-line .features-btn {
    background-color: #00b833;
    background-image: url("/assets/img/index/ico-line.png");
    background-position: 26px center;
    background-size: 40px auto;
    padding-left: 60px;
    text-align: left;
    height: 40px;
    width: 70%;
    border-radius: 8px;
    margin-top: 16px;
}