.lead {
    padding: 90px 0 95px;
}

@media screen and (max-width: 812px) {
    .lead {
        padding: 45px 0;
    }
}

.lead .ttl {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
}

@media screen and (max-width: 812px) {
    .lead .ttl {
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
}

.lead .discription {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 812px) {
    .lead .discription {
        text-align: left;
    }
}

.productwrap {
    padding: 65px 0 95px;
}

@media screen and (max-width: 812px) {
    .productwrap {
        padding: 30px 0 45px;
    }
}

.productwrap .point {
    padding-top: 65px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #187291;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 812px) {
    .productwrap .point {
        padding-top: 30px;
        font-size: 1.6rem;
    }
}

.productwrap .discription {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 65px;
}

@media screen and (max-width: 812px) {
    .productwrap .discription {
        padding-top: 30px;
        font-size: 1.4rem;
    }
}

.productwrap .ttl {
    padding-top: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    color: #187291;
}

.productwrap .ttl .txt {
    padding: 0 15px;
}

@media screen and (max-width: 812px) {
    .productwrap .ttl {
        font-size: 1.6rem;
    }
}

.productwrap .listwrap {
    border: solid 4px #187291;
    padding: 40px 50px 15px;
    margin-top: 30px;
    background-color: #fff;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap {
        margin-top: 15px;
        padding: 20px 4% 5px;
    }
}

.productwrap .listwrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap .list .item {
        width: 46%;
        padding-bottom: 10px;
    }
}

.productwrap .listwrap .list .item img {
    width: 100%;
    max-width: 197px;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap .list .item img {
        max-width: none;
    }
}

.productwrap .listwrap .list .item .txt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap .list .item .txt {
        font-size: 1.0rem;
    }
}

.productwrap .listwrap.list02 {
    padding: 40px 50px 25px;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list02 {
        padding: 20px 4% 5px;
    }
}

.productwrap .listwrap.list02 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.productwrap .listwrap.list02 .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 49%;
    padding-bottom: 15px;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list02 .list .item {
        width: 46%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 10px;
    }
}

.productwrap .listwrap.list02 .list .item p {
    padding-left: 15px;
    line-height: 1.8;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list02 .list .item p {
        padding-left: 0;
    }
}

.productwrap .listwrap.list03 {
    padding: 40px 50px 30px;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list03 {
        padding: 20px 4% 15px;
    }
}

.productwrap .listwrap.list03 .btm_txt {
    padding-top: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list03 .btm_txt {
        padding-top: 10px;
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list04 .item {
        width: 49.5%;
    }
}

.productwrap .listwrap.list04 .item img {
    width: 100%;
    max-width: 213px;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list04 .item img {
        max-width: none;
    }
}

.productwrap .listwrap.list04 .btm_txt {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 812px) {
    .productwrap .listwrap.list04 .btm_txt {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 1.0rem;
    }
}

.productwrap .next_btn {
    margin-top: 30px;
    width: 280px;
}

@media screen and (max-width: 812px) {
    .productwrap .next_btn {
        width: 50%;
    }
}

.product01,
.product03,
.product05 {
    background-color: #fafafa;
}

@media screen and (max-width: 812px) {
  .product05 {
    padding: 30px 0 65px;
  }
}