@charset "utf-8";

section.c5-recommend{
    margin-bottom: 0px;
}
.c5-recommend__list{
  justify-content:center;
}
.c5-recommend__child--txt .c5-name {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
span.c5-product_size {
    box-sizing: border-box;
    background-color: #6976B8;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 0.5em;
    display: inline-block;
    color: #fff;
}
.c5-recommend__inner{
  border: none;
}
.c5-recommend__list50{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    /* padding: 50px 80px; */
}
.c5-recommend__list50 .c5-recommend__child--txt {
  padding: 0;
}
.c5-recommend__list50 .c5-recommend__child {
    width: calc(50% - 20px);
}
.c5-recommend__list50 .c5-icon li:not(:first-child) {
    margin-left: 10px;
}
.c5-recommend__inner3{
    padding: 20px;
}
.c5-recommend__inner3 p.c5-reason-recomend {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-top: 0px;
    display: block;
    background-color: #fff;
    border-bottom: 1px #f2f2f2 solid;
}
.c5-recommend__inner3 p.c5-c-text{
    min-height: 74px;
}
.c5-recommend__inner3 .c5-recommend__child--txt{
    margin-top: 10px;
    padding: 0;
}
.list-wrap__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.list-wrap__wrapper > * {
  width: 100%;
  background-color: #fff;
}
.c5-recommend__list__25 .c5-recommend__child--txt p.c5-desc{
    text-align: left;
} 

@media (max-width: 768px) {
    .c5-recommend__inner3 p.c5-c-text{
    min-height: auto;
    }
    .c5-recommend__list50 {
    flex-direction: column;
    }
    .c5-recommend__list50 .c5-recommend__child {
    width: 100%;
    }
}

/* 0717 */

.c5-floatBtn__wrap{
    padding: 15px 0;
}
.c5-floatBtn__wrap ul li{
    max-width: 260px;
}
.c5-floatBtn__wrap ul .c5-floatBtn{
    height: 60px;
    font-size: clamp(16px, 1.8vw, 26px);
}
@media screen and (max-width: 768px) {
    .c5-floatBtn__wrap{
    padding: 20px 0;
    }
    .c5-floatBtn__wrap ul .c5-floatBtn {
        height: 30px;
    }
    .c5-floatBtn__wrap ul {
    margin: 5px auto;
    }
}

/* consultation.css */
.c5-c-consultation {
    margin-bottom: 60px;
}
