@charset "UTF-8"; /*　口コミパーツ
----------------------------- */
.viral-box-wrap {
    margin: 3rem 0 5rem;
    padding: 24px;
    border-radius: 5px;
    background: #e6f1ec;
}

.viral-box-wrap.column1 .viral-head, .viral-box-wrap.column2 .viral-head {
    display: flex;
    align-items: flex-start;
}

.basic-layout.column1 {
    padding: 25px;
    border-radius: 5px;
}

.basic-layout.column1 .basic-column-box {
    margin-bottom: 2rem;
    padding: 20px 22px;
    border-radius: 10px;
    background: #fff;
}

.basic-layout.column1 .basic-column-box:last-child {
    margin-bottom: 0;
}

.basic-layout .box-wrap {
    margin: 0;
}

.basic-layout.column1 .box-wrap div:nth-of-type(1) img {
    display: block;
    margin: 0 auto 20px;
    border-radius: 100%;
}

.viral-box-wrap.column2 .basic-column-box {
    margin-right: 3rem;
    margin-bottom: 0;
    padding: 20px;
    width: calc((100% - 30px) / 2);
    border: none;
    border-radius: 10px;
    background: #fff;
}

.viral-box-wrap.column2 .basic-column-box:nth-child(2n) {
    margin-right: 0;
}

.viral-box-wrap.column3 {
    padding: 20px;
    border-radius: 5px;
}

.viral-box-wrap .catch-copy .catch {
    color: #53c0f5;
}

.viral-box-wrap.column3 .basic-column-box {
    margin-right: 1rem;
    margin-bottom: 0;
    padding: 20px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
}

.viral-box-wrap.column3 .basic-column-box:nth-child(3n) {
    margin-right: 0;
}

.basic-layout.column1 .box-wrap__inner {
    flex: 0 0 10%;
    margin-right: 20px;
    width: 10%;
}

.viral-box-wrap .box-wrap__inner {
    flex: 0 0 20%;
    margin-right: 20px;
    width: 20%;
}

.viral-box-wrap .catch-copy {
    display: inline-block;
    padding: 2px 0 10px;
    width: 100%;
    border-bottom: 2px dotted #f57a9b;
    color: #f57a9b;
    vertical-align: top;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.viral-box-wrap .paragraph-frame {
    clear: both;
    margin: 15px 0 0;
}

.viral-box-wrap.column2 .catch-copy {
    width: 100%;
    font-size: 1.6rem;
}

.viral-box-wrap.column3 .box-wrap__inner {
    flex: 0 0 20%;
    margin-right: 5%;
    width: 100%;
}

.viral-box-wrap.column3 .catch-copy {
    margin: 1rem 0 1.5rem;
    padding: 0 0 1rem;
    width: 100%;
    font-size: 1.6rem;
}

/*　共通パーツ01,02
----------------------------- */
.lower_bottom, .lower_bottom-2 {
    margin: 80px 0;
    padding: 3%;
}

.lower_bottom {
      background-image: linear-gradient(90deg,
    #fcdddd 25%, #fdd1d1 25%, #fdd1d1 50%, #fcdddd 50%, #fcdddd 75%,#fdd1d1 75%, #fdd1d1
  );
        background-image: linear-gradient(90deg,
    #fdd1d1 25%, #fcdddd 25%, #fcdddd 50%, #fdd1d1 50%, #fdd1d1 75%,#fcdddd 75%, #fcdddd
  );
      background-size: 80px 80px;
}

.lower_bottom-2 {
    background-color: #aee1ff;
    background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
    background-size: 3px 3px;
}

.lower_bottom .mainttl {
    position: relative;
    margin: 0px -3.2% 2.5rem;
    padding: 2rem 6rem 1.8rem 6rem;
    background: url(img/top_h4_parts_line.png) repeat-x center top 5px, url(img/top_h4_parts_line.png) repeat-x center bottom 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
}

.lower_bottom .mainttl {
    background-color: #fb938a;
}

.lower_bottom-2 .mainttl {
    background-color: #4196c8;
}

.lower_bottom .mainttl span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.lower_bottom .cmn-parts-box {
    padding: 10px 15px 15px;
    background: #fff;
}

.lower_bottom .cmn-parts-box {
    margin-right: 2rem;
    width: calc((100% - 42px) / 3);
    border: 1px solid #f6adc1;
}

.lower_bottom .cmn-column2 .cmn-parts-box {
    width: calc((100% - 20px) / 2);
}

.lower_bottom .cmn-column2 .cmn-parts-box:nth-child(2n) {
    margin-right: 0;
}

.lower_bottom-2 .cmn-column3 .cmn-parts-box:nth-child(3n), .lower_bottom .cmn-column3 .cmn-parts-box:nth-child(3n) {
    margin-right: 0;
}

.lower_bottom-2 .cmn-column2 .cmn-parts-box, .lower_bottom-2 .cmn-column3 .cmn-parts-box {
    border: 1px solid #4196c8;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fb938a;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy::before {
    position: absolute;
    bottom: -0.5rem;
    left: 35%;
    display: block;
    width: 30%;
    border-bottom: 4px solid #fb938a;
    content: "";
}

.lower_bottom .cmn01-paragraph {
    margin-top: 20px;
    padding: 17px 10px 14px 10px;
    background: #e7f6f1;
    text-align: center;
}

.lower_bottom .cmn01-paragraph .txt_bold {
    display: inline-block;
    padding: 0 5px 0 0;
    color: #222;
    font-weight: normal;
    font-size: 1.6rem;
}

.lower_bottom .cmn01-ttl, .lower_bottom .ttl {
    position: relative;
    margin: 0 0 8px;
    padding: 10px 5px;
    color: #222222;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.lower_bottom .cmn01-ttl::after {
    position: absolute;
    bottom: -0.5rem;
    left: 30%;
    display: block;
    width: 40%;
    border-bottom: 2px solid #4196c8;
    content: "";
}

.cmn-parts-box .tag-list-area {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1rem;
    padding: 0;
}

.cmn-parts-box .tag-list-area li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2% 2% 0!important;
    padding: 0!important;
    width: 48%;
    background: none!important;
}

.cmn-parts-box .tag-list-area li:nth-child(2n) {
    margin-right: 0!important;
}

.cmn-parts-box .tag-list-area li a {
    width: 100%;
    border-radius: 5px;
    background: #66b3d9;
    text-align: center;
}

.lower_bottom .cmn01-paragraph p:first-child, .lower_bottom-2 .cmn01-paragraph p:first-child {
    margin: 0 auto;
}

.lower_bottom .cmn01-paragraph p:first-child::before, .lower_bottom-2 .cmn01-paragraph p:first-child::before {
    display: none;
}

/*　テキストバナー
----------------------------- */
.text-banner-area {
    margin-bottom: 1.5rem;
    border: 3px solid #7ac0b0;
    background-size: cover;
}

.cmn02-text-banner-area__image {
    flex: 0 0 40%;
    width: 40%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.text-banner-area__text {
    padding: 1.5rem;
    width: 100%;
    background-color: #fff;
    background-image: linear-gradient(-45deg, #e6f1ec 25%, transparent 25%, transparent 50%, #e6f1ec 50%, #e6f1ec 75%, transparent 75%, transparent);
    background-size: 5px 5px;
}

.text-banner-area .cmn02-text-banner-area__title {
    position: relative;
    display: block;
    margin: 0 0 40px;
    padding: 0 0 15px;
    border-bottom: 2px dotted #489aca;
    color: #616161;
    text-align: left;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
}

.supervision-area.cmn-column2 {
    padding: 2rem;
}

.text-banner-area .cmn02-text-banner-area__catch {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
}

.text-banner-area .btn-internal a, .text-banner-area .btn-web a, .text-banner-area .btn-tel a {
}

/*　監修者パーツ
----------------------------- */
.supervision-area {
    justify-content: space-between;
    margin: 70px 0;
    padding: 3rem 4rem;
    border: 2px solid #dccef2;
    border-radius: 5px;
}

.supervision-area.cmn-column1 .cmn-parts-box:not(:first-child) {
    margin-top: 5rem;
}

.supervision-area .cmn-parts-box .mainttl {
    margin: 0 0 2rem -4rem;
    padding: 2rem;
    width: 60%;
    background: #e8e2f1;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}

.supervision-area.cmn-column2 .cmn-parts-box .mainttl {
    margin: 0 0 3rem;
    width: 100%;
    width: 100%;
}

.supervision-area.cmn-column2 .cmn-parts-box .mainttl a {
    display: block;
    padding: 0;
    color: #333;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

.supervision-area.cmn-column2 .cmn-parts-box .mainttl a:hover {
    opacity: 0.7;
}

.supervision-area .image-wrap .text-wrap .catch-copy {
    margin: 1rem 0 1.5rem;
    padding: 0 0 20px;
    background: url(img/underline_catch03.png) no-repeat center bottom;
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.4;
}

.supervision-area .image-left, .supervision-area .image-right {
    flex: 0 0 50%;
    width: 50%;
}

.supervision-area .text-wrap {
    width: 100%;
}

.lower_bottom span.txt_marker {
    margin-left: 6px;
    background: none;
    color: #ff4749;
    font-size: 2.8rem;
}

/* add */
.slick-slide span, .viral-info, .viral-quote, .viral-quote span {
    display: block;
    margin: 10px 0;
    color: #888888;
    text-align: left;
    word-wrap: break-word;
    font-size: 10px;
    line-height: 1.4;
    overflow-y: hidden;
    margin: 10px 0;
    white-space: nowrap;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
}

/* for chrome, safari */

*::-webkit-scrollbar,
*::-webkit-scrollbar {
	height: 5px;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #C0C0C0;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #eee;
}

.slick-slide span a, .viral-info a, .viral-quote a, .viral-quote span a {
    color: #888888;
}

.slick-slide span, .viral-info {
    text-align: center;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    /*　口コミパーツ
----------------------------- */.viral-box-wrap.column2 .basic-column-box {
        margin-bottom: 2rem;
        border: none;
    }

    .viral-box-wrap.column3 .basic-column-box:last-child, .viral-box-wrap.column2 .basic-column-box:last-child {
        margin-bottom: 0;
    }

    .viral-box-wrap.column3 {
        padding: 5%;
    }

    .viral-box-wrap.column3 .basic-column-box {
        margin-bottom: 2rem;
        width: 100%;
        border: none;
        background: #fff;
    }

    .basic-layout.column1 .box-wrap__inner {
        flex: 0 0 20%;
        margin-right: 5%;
    }

    .viral-box-wrap .box-wrap__inner {
        flex: 0 0 20%;
        margin-right: 20px;
    }

    .viral-box-wrap.column3 .viral-head {
        display: flex;
        align-items: flex-start;
    }

    .viral-box-wrap .paragraph-frame {
        clear: both;
        margin: 15px 0 0;
    }

    .viral-box-wrap.column2 .catch-copy {
        width: 100%;
        font-size: 1.6rem;
    }

    .viral-box-wrap.column3 .catch-copy {
        margin: 0;
        padding: 0 0 1rem;
        width: 100%;
        font-size: 1.6rem;
    }

    .viral-box-wrap .catch-copy {
        margin: 0;
        width: 100%;
        font-size: 1.5rem;
    }

    .basic-layout.column1 .box-wrap__inner {
        width: 100%;
    }

    .viral-box-wrap .box-wrap__inner {
        width: 100%;
    }

    .viral-box-wrap .box-wrap__inner img {
        display: block;
        margin: auto;
        max-height: 120px;
        width: auto;
    }

    /*　共通パーツ01,02
----------------------------- */
    .lower_bottom {
        margin: 4rem 0;
        padding: 3% 3% 6%;
        border-top-width: 5px;
    }

    .lower_bottom .mainttl span {
        font-size: 1.3rem;
    }

    .lower_bottom .mainttl {
        padding: 1.5rem;
        background-size: 17%;
        font-size: 2rem;
    }

    .basic-layout {
        margin: 4rem 0;
    }

    .viral-box-wrap {
        padding: 5%;
    }

    .basic-layout.column1 {
        margin: 3rem 0;
        padding: 5%;
    }

    .basic-layout.column1 .box-wrap div:nth-of-type(1) img {
        display: block;
        margin: 0 auto 20px;
        border-radius: 100%;
    }

    .lower_bottom .cmn-column2 .cmn-parts-box, .lower_bottom .cmn-column3 .cmn-parts-box {
        margin: 0 auto 2rem;
        padding: 3%;
        width: 100%;
    }

    .lower_bottom-2 .cmn-column2 .cmn-parts-box, .lower_bottom-2 .cmn-column3 .cmn-parts-box {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .lower_bottom-2 .cmn-parts-box .txt-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 2%;
        width: 56%;
    }

    .lower_bottom .cmn01-ttl, .lower_bottom .ttl {
        padding: 0 0 1rem;
        font-size: 1.8rem;
    }

    .cmn-column3 .cmn01-ttl, .lower_bottom .cmn-column3 .ttl {
        padding: 1rem 0;
        font-size: 1.8rem;
    }

    .lower_bottom .cmn01-paragraph {
        padding: 1rem;
    }

    .lower_bottom span.txt_marker {
        padding: 0;
        font-size: 2rem;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: -1rem;
        width: 42%;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal {
        display: contents!important;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a, .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
        display: flex;
        align-items: center;
        flex: auto;
        justify-content: center;
        margin: 1rem auto 0;
        width: 100%;
        font-size: 1.6rem;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-internal a {
        padding: 1rem 3rem 1rem 1rem;
        background: #66b3d9 url(img/top_btn_ar.png) no-repeat center right 10px;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-web a {
        padding: 1rem 3rem 1rem 1rem;
        background: #ff8fa5 url(img/top_btn_ar.png) no-repeat center right 10px;
    }

    .lower_bottom-2 .cmn-parts-box .btn-wrap .btn-tel a {
        margin: 1rem 0 0;
        padding: 1rem 1rem 1rem 4rem;
    }

    /*　テキストバナー
----------------------------- */
    .supervision-area {
        margin: 5rem 0;
        padding: 2rem 1.5rem;
    }

    .text-banner-area__text {
        padding-bottom: 1px;
        background: rgba(249, 242, 225, .8);
    }

    .text-banner-area .cmn02-text-banner-area__title {
        font-size: 1.8rem;
    }

    .text-banner-area {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 1rem;
        background: transparent;
    }

    .cmn02-text-banner-area__image {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: contain;
    }

    .cmn02-text-banner-area__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        background: #fff;
    }

    /*　監修者パーツ
----------------------------- */
    .supervision-area .image-wrap {
        display: block;
    }

    .supervision-area .image-left, .supervision-area .image-right, .supervision-area .text-wrap {
        padding: 0;
        width: 100%;
    }

    .supervision-area .text-wrap {
        margin-top: 2rem;
    }

    .supervision-area.cmn-column2 {
        display: block;
    }

    .cmn-column2 .cmn-parts-box {
        width: 100%;
    }

    .supervision-area.cmn-column2 .cmn-parts-box .mainttl {
        margin: 0 0 2rem -1.5rem;
        width: 100%;
        font-size: 2.0rem;
    }

    .supervision-area .cmn-parts-box .mainttl {
        margin: 0 0 2rem -1.56rem;
        padding: 1.5rem;
        width: 100%;
        font-size: 2.0rem;
    }

    .supervision-area .image-wrap .text-wrap .catch-copy {
        font-size: 1.8rem;
    }
}

/* add end */
