@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* ==================================================
	basic layout
================================================== */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px grey;
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    height: 100%;
    font-size: 1.4rem;
    width: 100%;
    position: relative;
    background: #fff;
    color: #181818;
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

form {
    width: 100%;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 95%;
    }
}

._pd50 {
    padding: 50px 0;
}

._pdt50 {
    padding-top: 50px;
}

._pdb50 {
    padding-bottom: 50px;
}

._pd100 {
    padding: 100px 0;
}

@media only screen and (max-width: 768px) {
    ._pd100 {
        padding: 40px 0;
    }
}

._pdt100 {
    padding-top: 100px;
}

@media only screen and (max-width: 768px) {
    ._pdt100 {
        padding-top: 40px;
    }
}

._pdb100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    ._pdb100 {
        padding-bottom: 40px;
    }
}

._mgt100 {
    margin-top: 100px;
}

@media only screen and (max-width: 768px) {
    ._mgt100 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.yellow-bg {
    background: #f2e850;
}

.yellow-sha {
    -webkit-text-stroke: 1px #fff;
    color: #d8b13a;
    text-shadow: 0px 0px 16.17px rgba(0, 0, 0, 0.46);
}

.pink-sha {
    -webkit-text-stroke: 1px #fff;
    color: #fc5690;
    text-shadow: 0px 0px 16.17px rgba(0, 0, 0, 0.46);
}

.blue-sha {
    -webkit-text-stroke: 1px #fff;
    color: #15a3df;
    text-shadow: 0px 0px 16.17px rgba(0, 0, 0, 0.46);
}

.black-sha {
    -webkit-text-stroke: 1px #fff;
    color: #161616;
    text-shadow: 0px 0px 16.17px rgba(0, 0, 0, 0.46);
}

.blue-color {
    color: #005dc5;
}

.white-color {
    color: #fff;
}

._btn {
    text-align: center;
}

._btn a {
    background: #fd5392;
    background: -webkit-linear-gradient(10deg, #fd5392 0%, #f89564 100%);
    background: -o-linear-gradient(10deg, #fd5392 0%, #f89564 100%);
    background: -webkit-linear-gradient(350deg, #fd5392 0%, #f89564 100%);
    background: -o-linear-gradient(350deg, #fd5392 0%, #f89564 100%);
    background: linear-gradient(100deg, #fd5392 0%, #f89564 100%);
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    margin-top: 60px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    ._btn a {
        margin-top: 30px;
    }
}

.c-tlt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-tlt01 h2 {
    display: block;
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .c-tlt01 h2 {
        font-size: 2rem;
    }
}

.c-tlt02 {
    position: relative;
}

.c-tlt02 h2 {
    display: block;
    width: 100%;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.c-tlt02 .sub {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .c-tlt02 h2 {
        font-size: 2.8rem;
    }
}

.c-tlt02:after {
    content: '';
    display: block;
    max-width: 280px;
    width: 100%;
    height: 2px;
    background: #000;
    margin: 20px auto 0;
}

.c-btn01 a {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #005dc5;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.c-btn01 a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.c-btn02 {
    margin-top: 60px;
    text-align: center;
}

.c-btn02 a {
    padding: 0 15px;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.6;
    width: 250px;
    margin: 0 auto;
}

.c-btn02 a:hover {
    background: #333;
    color: #fff;
}

.error_empty,
.error_tel,
.error_mail {
    color: red;
    font-size: 1.2rem;
    display: none;
    margin-top: 3px;
}

.error_display {
    background: #ffb6c1 !important;
}

.error_checked {
    color: red;
    font-size: 1.2rem;
    display: none;
    text-align: center;
    margin-top: 5px;
}

.p-thanks p {
    text-align: center;
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.6;
}


/* ▽ PC-TAB layout ========== */

@media print,
screen and (max-width: 768px) {
    .p-thanks p {
        font-size: 1.4rem;
        margin-top: 110px;
    }
}

.l-header--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

.h-logo {
    max-width: 200px;
}

@media only screen and (max-width: 575.98px) {
    .h-logo {
        width: 100%;
        max-width: inherit;
        text-align: center;
    }
}

.h-logo h1 {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 5px;
}

.h-logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

@media only screen and (max-width: 768px) {
    .h-logo img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575.98px) {
    .h-btn {
        width: 100%;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 0;
    }
}

.h-btn a {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #005dc5;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h-btn a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #043266;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h-btn a:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.h-btn a:hover:after {
    bottom: 0;
    height: 0;
}

.h-btn a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}


/* ==================================================
  footer
================================================== */

#footer {
    background: #3b3b3b;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    #footer {
        padding-bottom: 55px;
    }
}

#footer p {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 15px 0;
}

#footer .fnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .fnav a {
    display: inline-block;
    color: #fff;
    padding: 10px;
}


/* ==================================================
  Main
================================================== */

.l-mv {
    background: url("../images/l-mv--bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

.l-mv:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 768px) {
    .l-mv {
        padding: 40px 0;
    }
}

.l-mv .container {
    position: relative;
    z-index: 1;
}

.l-mv--tlt01 {
    font-size: 4rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .l-mv--tlt01 {
        font-size: 2.5rem;
    }
}

.l-mv--tlt02 {
    font-size: 1.9rem;
    line-height: 2;
    color: #333;
    padding: 60px 0;
    max-width: 430px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .l-mv--tlt02 {
        font-size: 1.6rem;
        padding: 40px 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.l-mv--tlt02 .icon {
    display: inline-block;
    max-width: 20px;
}

.l-mv--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 575.98px) {
    .l-mv--list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.l-mv--list ._items {
    color: #333;
    border: 3px solid #333;
    width: 25%;
    text-align: center;
    min-height: 60px;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 768px) {
    .l-mv--list ._items {
        font-size: 1.3rem;
        width: 30%;
    }
    .l-mv--list ._items:last-child {
        margin-bottom: 0;
    }
}

.l-mv--list ._items:not(:nth-child(3n)) {
    margin-right: 3%;
}

@media only screen and (max-width: 768px) {
    .l-mv--list ._items:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

.l-mv--list ._items img {
    width: 100%;
    height: auto;
}

.l-news {
    background: #f6f6f4;
    padding: 40px 0;
}

.l-news--list {
    background: #fff;
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

.l-news--list ._items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .l-news--list ._items a {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}

.l-news--list ._items time {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #181818;
    margin-right: 20px;
}

.l-news--list ._items p {
    font-size: 1.7rem;
    line-height: 1.6;
    color: #181818;
}

@media only screen and (max-width: 768px) {
    .l-news--list ._items p {
        font-size: 1.4rem;
    }
}

.l-about {
    background: url("../images/l-about--bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .l-about {
        padding-bottom: 80px;
    }
}

.l-about .c-tlt02 {
    margin: 60px 0;
}

@media only screen and (max-width: 768px) {
    .l-about .c-tlt02 {
        margin: 40px 0;
    }
}

.l-about .c-tlt02 h2 {
    color: #fff;
}

.l-about .c-tlt02:after {
    background: #fff;
}

.l-about .c-btn01 a {
    font-size: 2.7rem;
    width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .l-about .c-btn01 a {
        width: 100%;
        max-width: 350px;
        font-size: 2rem;
    }
}

.l-about .c-btn01 a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #043266;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.l-about .c-btn01 a:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.l-about .c-btn01 a:hover:after {
    bottom: 0;
    height: 0;
}

.l-about .c-btn01 a img {
    width: 30px;
}

@media only screen and (max-width: 768px) {
    .l-about .c-btn01 a img {
        width: 25px;
    }
}

.l-about--main {
    text-align: center;
}

.l-about--tlt01 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .l-about--tlt01 {
        font-size: 1.6rem;
    }
}

.l-about--tlt02 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    padding: 60px 0;
}

@media only screen and (max-width: 768px) {
    .l-about--tlt02 {
        font-size: 2.2rem;
        line-height: 1;
        padding: 40px 0;
    }
}

.l-about--txt01 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .l-about--txt01 {
        font-size: 1.6rem;
    }
}

.l-use--txt01 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 30px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .l-use--txt01 span {
        font-weight: bold;
    }
}

.l-use--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.l-use--list ._items {
    width: 30%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .l-use--list ._items {
        width: 32%;
    }
}

@media only screen and (max-width: 575.98px) {
    .l-use--list ._items {
        width: 100%;
        margin-bottom: 30px;
    }
    .l-use--list ._items:last-child {
        margin-bottom: 0;
    }
}

.l-use--list ._items-number {
    padding-left: calc(10% + 10px);
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
}

.l-use--list ._items-number:before {
    content: 'STEP';
    display: inline-block;
    margin-right: 5px;
    font-size: 3rem;
}

.l-use--list ._items-img figure {
    position: relative;
    padding-top: 120%;
    overflow: hidden;
}

@media only screen and (max-width: 575.98px) {
    .l-use--list ._items-img figure {
        padding-top: 90%;
    }
}

.l-use--list ._items-img figure img {
    position: absolute;
    width: 90%;
    height: 95%;
    top: 5%;
    left: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.l-use--list ._items-inner {
    margin-top: 10px;
}

.l-use--list ._items-inner p {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 10%;
}

.l-use--list ._items-box {
    position: absolute;
    top: 40px;
    left: 0;
}

.l-use--list ._items-box--step {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
}

.l-use--list ._items-box--tlt {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    background: #fdf071;
    padding: 5px;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .l-use--list ._items-box--tlt {
        font-size: 2.2rem;
        margin-top: 20px;
        padding: 10px;
    }
}

.l-feature {
    background: #454c5b;
}

.l-feature .c-tlt02:after {
    background: #fff;
}

.l-feature--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

@media only screen and (max-width: 768px) {
    .l-feature--list {
        margin-top: 30px;
    }
}

.l-feature--list ._items {
    width: calc(100%/3 - 30px);
    margin: 15px;
    background: #fff;
    padding: 20px 15px;
    border: 5px solid #eee;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 768px) {
    .l-feature--list ._items {
        width: calc(100%/2 - 30px);
    }
}

@media only screen and (max-width: 575.98px) {
    .l-feature--list ._items {
        width: 100%;
    }
}

.l-feature--list ._items-point p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #b4b4b4;
    text-align: center;
}

.l-feature--list ._items-img {
    margin-top: 10px;
}

.l-feature--list ._items-img img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
}

.l-feature--list ._items-tlt {
    margin-top: 10px;
}

.l-feature--list ._items-tlt p {
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}

.l-feature--list ._items-txt {
    margin-top: 15px;
}

.l-feature--list ._items-txt p {
    font-size: 1.6rem;
    color: #181818;
    line-height: 1.6;
}

.l-comparison {
    background: url("../images/l-comparison--bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.l-comparison--img {
    margin-top: 60px;
}

.l-comparison--img figure img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .l-comparison--img {
        margin-top: 40px;
    }
}

.l-comparison ._table {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table {
        margin-top: 40px;
    }
}

.l-comparison ._table .l-comparison--tb {
    overflow-x: auto;
    position: relative;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table .l-comparison--tb>table tr th:nth-child(1),
    .l-comparison ._table .l-comparison--tb>table tr th:nth-child(2) {
        width: 120px;
        opacity: 0;
    }
    .l-comparison ._table .l-comparison--tb>table tr th:nth-child(3),
    .l-comparison ._table .l-comparison--tb>table tr th:nth-child(4),
    .l-comparison ._table .l-comparison--tb>table tr th:nth-child(5) {
        width: 81px;
    }
    .l-comparison ._table .l-comparison--tb>table tr td:nth-child(1),
    .l-comparison ._table .l-comparison--tb>table tr td:nth-child(2) {
        width: 120px;
        opacity: 0;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    .l-comparison ._table .l-comparison--tb>table tr td:nth-child(3),
    .l-comparison ._table .l-comparison--tb>table tr td:nth-child(4),
    .l-comparison ._table .l-comparison--tb>table tr td:nth-child(5) {
        width: 81px;
    }
}

.l-comparison ._table .tbSP {
    display: none;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table .tbSP {
        display: block;
        position: absolute;
        width: 242px;
        top: 1px;
        left: 0;
        pointer-events: none;
    }
    .l-comparison ._table .tbSP tr th:nth-child(1),
    .l-comparison ._table .tbSP tr th:nth-child(2) {
        width: 120px;
    }
    .l-comparison ._table .tbSP tr th:nth-child(1) {
        position: relative;
        z-index: 10;
        background: url(../images/l-comparison--bg.png);
    }
    .l-comparison ._table .tbSP tr th:nth-child(2) {
        border-top: 0px solid #005dc5;
    }
    .l-comparison ._table .tbSP tr th:nth-child(3),
    .l-comparison ._table .tbSP tr th:nth-child(4),
    .l-comparison ._table .tbSP tr th:nth-child(5) {
        width: 81px;
    }
    .l-comparison ._table .tbSP tr td:nth-child(1),
    .l-comparison ._table .tbSP tr td:nth-child(2) {
        width: 120px;
    }
    .l-comparison ._table .tbSP tr td:nth-child(3),
    .l-comparison ._table .tbSP tr td:nth-child(4),
    .l-comparison ._table .tbSP tr td:nth-child(5) {
        width: 81px;
    }
}

.l-comparison ._table table {
    border-collapse: collapse;
    width: 1000px;
    overflow-x: auto;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table table {
        width: 488px;
    }
}

.l-comparison ._table th,
.l-comparison ._table td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 10px;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table th,
    .l-comparison ._table td {
        padding: 20px 5px;
    }
}

.l-comparison ._table th {
    font-size: 2.3rem;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table th {
        font-size: 1.6rem;
    }
}

.l-comparison ._table th p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-comparison ._table th p img {
    width: 45px;
    height: auto;
    margin-right: 5px;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table th p img {
        width: 30px;
    }
}

.l-comparison ._table td {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table td {
        font-size: 1.2rem;
    }
}

.l-comparison ._table .cricle {
    width: 30px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table .cricle {
        width: 20px;
    }
}

.l-comparison ._table .tb-yellow {
    background: #f6f6f4;
}

.l-comparison ._table .tb-white {
    background: #fff;
}

.l-comparison ._table .tb-blue {
    background: #e9f0f8;
}

.l-comparison ._table .tb-blueB {
    background: #005dc5;
}

.l-comparison ._table .tb-blueB1 {
    background: #454c5b;
}

.l-comparison ._table .tb-blue--color {
    color: #005dc5;
    font-size: 2rem;
    font-weight: bold;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table .tb-blue--color {
        font-size: 1.4rem;
    }
}

.l-comparison ._table .tb-border--topNone {
    border-top: none;
}

.l-comparison ._table .tb-border--bottomNone {
    border-bottom: none;
}

.l-comparison ._table .tb-border--leftNone {
    border-left: none;
}

.l-comparison ._table .tb-border--rightNone {
    border-right: none;
}

.l-comparison ._table .tb-borderL--blue {
    border-left: 3px solid #005dc5;
}

.l-comparison ._table .tb-borderR--blue {
    border-right: 3px solid #005dc5;
}

.l-comparison ._table .tb-borderB--blue {
    border-bottom: 3px solid #005dc5;
}

@media only screen and (max-width: 575.98px) {
    .l-comparison ._table .display-none {
        opacity: 0;
        background: transparent;
        border: none;
    }
}

.l-comparison .c-tlt01 {
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    .l-comparison .c-tlt01 {
        margin-top: 40px;
    }
}

.l-voice {
    background: #f6f6f4;
}

.l-voice .c-tlt02 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .l-voice .c-tlt02 {
        margin-bottom: 40px;
    }
}

.l-voice_more {
    padding: 0 15px;
    height: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.6;
    width: 250px;
    margin: 0 auto;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

.l-voice--box {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border: 5px solid #eee;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
    .l-voice--box {
        padding: 15px;
    }
}

.l-voice--box:last-child {
    margin-bottom: 0;
}

.l-voice--box_target {
    display: none;
}

.l-voice--box ._flame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.l-voice--box ._flame-img {
    width: 45%;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame-img {
        width: 100%;
    }
}

.l-voice--box ._flame-inner {
    width: 52%;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame-inner {
        width: 100%;
        margin-top: 15px;
    }
}

.l-voice--box ._flame-inner ._tb {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.l-voice--box ._flame-inner ._tb dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-voice--box ._flame-inner ._tb dt {
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame-inner ._tb dt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.l-voice--box ._flame-inner ._tb dd {
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame-inner ._tb dd {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.l-voice--box ._flame-inner ._tb .star {
    max-width: 130px;
}

.l-voice--box ._flame-inner ._txt p {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame-inner ._txt p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.l-voice--box ._flame_viewmore {
    display: none;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame_viewmore {
        display: block;
        width: 150px;
        padding: 6px 12px;
        color: #000;
        border: 2px solid #000;
        background: #fff;
        text-align: center;
        font-size: 1.6rem;
        margin: auto;
        -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._flame_viewmore_target {
        display: none;
    }
}

.l-voice--box ._comment {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.l-voice--box ._comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.l-voice--box ._comment p {
    font-size: 1.8rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .l-voice--box ._comment p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

.l-voice--user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.l-voice--user_img {
    width: 100px;
}

@media only screen and (max-width: 768px) {
    .l-voice--user_img {
        width: 80px;
    }
}

.l-voice--user figure {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.l-voice--user_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.l-voice--user_info {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .l-voice--user_info {
        padding-left: 10px;
    }
}

.l-voice--user_name {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.l-voice--user_name span {
    font-size: 2.4rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .l-voice--user_name span {
        font-size: 2rem;
    }
}

.l-voice--user_link {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #005dc5;
    border: 1px solid #005dc5;
    padding: 5px 10px;
}

@media only screen and (max-width: 768px) {
    .l-voice--user_link {
        padding: 5px;
    }
}

.l-quest {
    background: url("../images/l-quest--bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40%;
}

.l-quest_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.l-quest_tablinks {
    display: inline-block;
    padding: 6px 12px;
    color: #000;
    border: none;
    border: 1px solid #333;
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin: 10px;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

.l-quest_tablinks.active {
    border-color: #333;
    background: #333;
    color: #fff;
}

.l-quest--box {
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    .l-quest--box {
        margin-top: 40px;
    }
}

.l-quest--qa {
    margin-top: 30px;
}

.l-quest--qa dl {
    background: #fff;
    border: 5px solid #eee;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

.l-quest--qa dl:last-child {
    margin-bottom: 0;
}

.l-quest--qa dl:after {
    content: '\E804';
    font-family: 'fontello';
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 28px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.l-quest--qa dl.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.l-quest--qa dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .l-quest--qa dt {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }
}

.l-quest--qa dt span {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

@media only screen and (max-width: 768px) {
    .l-quest--qa dt span {
        font-size: 1.6rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }
}

.l-quest--qa dt p {
    font-size: 2.2rem;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .l-quest--qa dt p {
        font-size: 1.6rem;
    }
}

.l-quest--qa dd {
    padding: 20px 0;
    padding-left: 40px;
    font-size: 1.8rem;
    line-height: 1.6;
    display: none;
}

@media only screen and (max-width: 768px) {
    .l-quest--qa dd {
        font-size: 1.6rem;
        padding-left: 30px;
    }
}

.l-quote {
    background: #f6f6f4;
}

.l-quote--list ._items {
    width: calc(100%/3 - 30px);
    margin: 0 15px;
    overflow: hidden;
    background: #fff;
    max-width: 320px;
    padding: 30px 20px;
    border: 5px solid #eee;
    height: 100%;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 768px) {
    .l-quote--list ._items {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
}

.l-quote--list ._items-img img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-quote--list ._items-head {
    text-align: center;
    padding: 20px 0;
}

.l-quote--list ._items-head h3 {
    font-size: 2rem;
    line-height: 1.6;
}

.l-quote--list ._items-head p {
    font-size: 1.8rem;
    line-height: 1.6;
}

.l-quote--list ._items-body {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.l-quote--list ._items-body p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.l-quote--list ._items-foot {
    padding-top: 20px;
}

.l-quote--list ._items-foot p {
    font-size: 1.6rem;
    line-height: 1.6;
}

.l-quote--list ._items-foot a {
    display: block;
    max-width: 200px;
    padding: 6px 0;
    color: #005dc5;
    border: 2px solid #005dc5;
    margin: 20px auto 0;
    text-align: center;
    font-size: 1.6rem;
}

.l-blog {
    background: #454c5b;
}

.l-blog .c-tlt02:after {
    background: #fff;
}

.l-blog--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    .l-blog--list {
        margin-top: 40px;
    }
}

.l-blog--list ._items {
    width: 30%;
    -webkit-box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 768px) {
    .l-blog--list ._items {
        width: 100%;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .l-blog--list ._items:last-child {
        margin-bottom: 0;
    }
}

.l-blog--list ._items:hover {
    -webkit-box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.35);
    box-shadow: 7px 11px 43px 0px rgba(255, 255, 255, 0.35);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media only screen and (max-width: 768px) {
    .l-blog--list ._items-img {
        width: 150px;
    }
}

.l-blog--list ._items-img figure {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

@media only screen and (max-width: 768px) {
    .l-blog--list ._items-img figure {
        height: 100%;
    }
}

.l-blog--list ._items-img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.l-blog--list ._items-box {
    margin: 10px 0;
    padding: 0 10px;
}

.l-blog--list ._items-box span {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
}

.l-blog--list ._items-tlt h3 {
    font-size: 1.7rem;
    color: #fff;
    line-height: 1.6;
    padding: 0 10px 10px;
}

.slide-main .slick-arrow {
    font-size: 0;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .slide-main .slick-arrow {
        width: 35px;
        height: 35px;
    }
}

.slide-main .slick-arrow:after {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 2rem;
    font-family: fontello;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .slide-main .slick-arrow:after {
        font-size: 1.6rem;
    }
}

.slide-main .slick-arrow.slick-prev:after {
    content: "\E901";
    right: inherit;
}

.slide-main .slick-arrow.slick-prev {
    left: -40px;
}

@media only screen and (max-width: 1280px) {
    .slide-main .slick-arrow.slick-prev {
        left: -10px;
    }
}

.slide-main .slick-arrow.slick-next {
    right: -40px;
}

@media only screen and (max-width: 1280px) {
    .slide-main .slick-arrow.slick-next {
        right: -10px;
    }
}

.slide-main .slick-arrow.slick-next:after {
    content: "\E900";
}


/* 10-08-2020 */

._table__note {
    text-align: right;
    margin-top: 5px;
}


/* 01-08-2021 */

.txtStyle01 {
    display: inline-block;
    background: #FEEF71;
    padding: 0 3px;
    margin: 0 3px;
}


/* 03-02-2021 */

.l-quest--qa a {
    color: #3892a2;
    text-decoration: underline;
}


/* 03-16-2021 */

.l-quote--list .comment__parts {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    align-items: flex-end;
    line-height: 1;
    margin-top: 5px;
}

.l-quote--list .comment__parts .left {
    display: flex;
    align-items: center;
}

.l-quote--list .rating {
    font-size: 2rem;
    font-weight: bold;
    color: #CE0000;
    display: flex;
    align-items: center;
    margin-right: 8px;
    line-height: 1;
}

.l-quote--list .rating img {
    width: 65px;
    margin-right: 3px;
}

.l-quote--list .comment {
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-top: 3px;
}

.l-quote--list .comment img {
    width: 11px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 3px;
}

.l-quote--list .right a {
    font-size: 1.1rem;
    font-weight: bold;
    color: #094BFF;
    line-height: 1;
}

.l-quote--list .right a i {
    margin-left: 5px;
}


/* 03-17-2021 */

.l-quote--list .comment.no {
    margin-top: 0;
}

.l-quote--list .comment.no p {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #A5A5A5;
}


/* 05-14-2021 */

.l-voice--box ._flame-inner ._tb dt {
    flex: 0 0 160px;
}


/* 06-08-2021 */

.l-pageTtl {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 37px 0 42px;
}

.l-pageTtl_main {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 35px;
}

.l-pageTtl_sub {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.l-pageTtl_box {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-wrap: wrap;
}

.l-pageTtl_box .item {
    border: 1px solid;
    width: 166px;
    padding: 10px 10px;
    margin: 0 5px 5px;
}

.c-title01 {
    text-align: center;
    margin-bottom: 50px;
}

.c-title01>* {
    font-size: 4rem;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid;
}

.c-title02 {
    font-size: 2.6rem;
    line-height: 1.5;
    border: 2px solid;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 11px 0;
    margin-bottom: 50px;
}

.c-title03 {
    font-size: 2rem;
    font-weight: bold;
    border-left: 4px solid;
    padding: 7px 0 7px 14px;
    margin-bottom: 30px;
}

.c-loadMoreBtn {
    width: 210px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #EFEFEF;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
    transition: .3s ease;
}

.c-loadMoreBtn:hover {
    opacity: 0.7;
}

.c-loadMoreBtn:after {
    content: "";
    border: 2px solid;
    border-top: none;
    border-left: none;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 1px;
    transition: 0.3s ease;
}

.l-header.l-headerPage {
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.15);
}

.bread-crumb-list {
    width: 100%;
    height: 40px;
    padding-left: 16px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .bread-crumb-list {
        width: 600px;
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-list {
        width: 992px;
    }
}

.bread-crumb-list ol {
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    animation: RightToLeft 2s cubic-bezier(0.24, 0.56, 0.47, 0.91) 0s 1 normal;
    -webkit-overflow-scrolling: touch;
}

.bread-crumb-list ol li a,
.bread-crumb-list ol li>span {
    display: inline-block;
    padding: 0 12px;
    height: 40px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    line-height: 40px;
}

.bread-crumb-list ol li:nth-child(1) a {
    padding-left: 0;
}

.bread-crumb-list ol li:nth-last-child(1) a,
.bread-crumb-list ol li:nth-last-child(1)>span {
    padding-right: 0;
    color: #000;
}

.bread-crumb-list ol li .material-icons.arrow {
    padding: 0;
    vertical-align: -5px;
    color: #aaa;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v33/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    padding-right: 4px;
    vertical-align: -3px;
    font-size: 18px;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?-cgsukl");
    src: url("fonts/icomoon.eot?#iefix-cgsukl") format("embedded-opentype"), url("fonts/icomoon.woff?-cgsukl") format("woff"), url("fonts/icomoon.ttf?-cgsukl") format("truetype"), url("fonts/icomoon.svg?-cgsukl#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
    content: "\e600";
}

.icon-hatebu:before {
    content: "\e601";
}

.icon-line:before {
    content: "\e602";
}

.icon-pocket:before {
    content: "\e603";
}

.icon-google-plus:before {
    content: "\ea88";
}

.icon-google-drive:before {
    content: "\ea8b";
}

.icon-facebook:before {
    content: "\ea8c";
}

.icon-twitter:before {
    content: "\ea91";
}

.icon-feed:before {
    content: "\ea94";
}

.icon-youtube:before {
    content: "\ea99";
}

.icon-instagram:before {
    content: "\ea90";
}


/* page brand */

.page-brand .l-pageTtl {
    background-image: url('../images/pagettl/brand.png');
}

.page-brand .l-part {
    padding: 60px 0;
}

.page-brand .banner:hover {
    opacity: 0.7;
}

.page-brand .l-blog {
    background: #fff;
}

.page-brand .l-blog p {
    font-size: 1.8rem;
    line-height: 1.77;
}

.page-brand .l-blog .featureBox {
    background: #F8FCFF;
    padding: 50px 20px 27px;
    margin: 50px 0;
}

.page-brand .l-blog .featureBox_ttl {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 70px;
}

.page-brand .l-blog .featureBox_list {
    display: flex;
    flex-wrap: wrap;
}

.page-brand .l-blog .featureBox_list .item {
    width: 30%;
    text-align: center;
    margin-bottom: 40px;
}

.page-brand .l-blog .featureBox_list .item:not(:nth-child(3n)) {
    margin-right: 5%;
}

.page-brand .l-blog .featureBox_list .ico {
    width: 100px;
    margin: 0 auto 30px;
}

.page-brand .l-blog .featureBox_list .item .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 10px;
}

.page-brand .l-blog .featureBox_list .item p {
    font-size: 1.6rem;
    color: #555555;
    line-height: 1.5;
    font-weight: bold;
}

.page-brand .l-charge p {
    font-size: 1.6rem;
    line-height: 1.4;
}

.page-brand .l-charge table {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    border: 3px solid #000000;
    margin-top: 25px;
}

.page-brand .l-charge .table-wr{
    margin-bottom: 50px;
}

.page-brand .l-charge table th {
    background: #000000;
    color: #fff;
    padding: 14px 34px;
}

.page-brand .l-charge table th.borderBlue {
    border: 8px solid #005DC5;
    background: #005DC5;
    font-size: 1.8rem;
    border-top-width: 12px;
    border-bottom-width: 12px;
}

.page-brand .l-charge table td {
    height: 60px;
    padding: 10px 34px;
}

.page-brand .l-charge table td.borderBlue {
    border: 8px solid #005DC5;
    border-top: none;
    border-bottom: none;
    font-size: 2.2rem;
    color: #005DC5;
}

.page-brand .l-charge table td.borderBlue--last {
    border-bottom: 8px solid #005DC5;
}

.page-brand .l-charge table tr:nth-child(even) td {
    background: #F5F5F5;
}

.page-brand .l-charge table th:nth-child(2),
.page-brand .l-charge table th:nth-child(3),
.page-brand .l-charge table td:nth-child(2),
.page-brand .l-charge table td:nth-child(3) {
    text-align: center;
}

.page-brand .l-charge .watch-list {
    margin-top: 130px;
}

.page-brand .l-charge .watch-list .item {
    display: flex;
    margin-bottom: 140px;
}

.page-brand .l-charge .watch-list .item:last-child {
    margin-bottom: 50px;
}

.page-brand .l-charge .watch-list .image {
    flex: 0 0 350px;
}

.page-brand .l-charge .watch-list p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.page-brand .l-repair .repair-list {
    display: flex;
    justify-content: space-between;
}

.page-brand .l-repair .repair-list .repair {
    width: 48.7%;
    margin-bottom: 30px;
}

.page-brand .l-repair .repair .c-title03 {
    margin-bottom: 13px;
}

.page-brand .l-repair .repair .repair-images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px;
}

.page-brand .l-repair .repair .repair-images img {
    width: 50%;
}

.page-brand .l-repair .repair table {
    font-size: 1.4rem;
}

.page-brand .l-repair .repair table th,
.page-brand .l-repair .repair table td {
    border: 1px solid #EBEBEB;
    padding: 15px 20px;
    height: 60px;
}

.page-brand .l-repair .repair table th {
    background: #F7F7F7;
    font-weight: bold;
    width: 190px;
}

.page-brand .l-repair .repair-part {
    margin-bottom: 70px;
}

.page-brand .l-voice {
    background: #fff;
}

.page-brand .l-commonText p {
    font-size: 1.6rem;
    line-height: 1.4;
}

.page-brand .l-brands {
    margin-bottom: 50px;
}

.page-brand .l-brands .brand-list {
    display: flex;
    flex-wrap: wrap;
}

.page-brand .l-brands .brand-list .brand {
    width: 32%;
    position: relative;
    margin-bottom: 2%;
    transition: .3s ease;
}

.page-brand .l-brands .brand-list .brand:hover {
    opacity: 0.7;
}

.page-brand .l-brands .brand-list .brand:not(:nth-child(3n)) {
    margin-right: 2%;
}

.page-brand .l-brands .brand-list .brand .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .c-title01 {
        margin-bottom: 30px;
    }
    .c-title01>* {
        font-size: 2.6rem;
        padding-bottom: 10px;
    }
    .c-title02 {
        font-size: 2rem;
        padding: 10px 0;
        margin-bottom: 30px;
    }
    .c-title03 {
        font-size: 1.6rem;
        border-width: 3px;
        padding: 3px 0 3px 10px;
    }
    .c-loadMoreBtn {
        font-size: 1.6rem;
        width: 180px;
        height: 50px;
    }
    .page-brand .l-part {
        padding: 40px 0;
    }
    .l-pageTtl {
        padding: 27px 0 32px;
    }
    .l-pageTtl_main {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .l-pageTtl_sub {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .l-pageTtl_box {
        font-size: 1.3rem;
    }
    .l-pageTtl_box .item {
        width: 30%;
        padding: 10px 0px;
    }
    .page-brand .l-blog p {
        font-size: 1.6rem;
    }
    .page-brand .l-blog .featureBox {
        margin: 30px 0;
        padding: 30px 15px 5px;
    }
    .page-brand .l-blog .featureBox_ttl {
        font-size: 2.2rem;
        margin-bottom: 35px;
    }
    .page-brand .l-blog .featureBox_list {
        display: block;
    }
    .page-brand .l-blog .featureBox_list .item {
        width: 100%;
    }
    .page-brand .l-blog .featureBox_list .item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .page-brand .l-blog .featureBox_list .ico {
        width: 80px;
        margin-bottom: 15px;
    }
    .page-brand .l-blog .featureBox_list .item .ttl {
        font-size: 1.8rem;
    }
    .page-brand .l-blog .featureBox_list .item p {
        font-size: 1.3rem;
    }
    .page-brand .l-blog .featureBox_list .item {
        margin-bottom: 35px;
    }
    .page-brand .l-charge p {
        font-size: 1.4rem;
    }
    .page-brand .l-charge .table-scroll {
        overflow-x: auto;
    }
    .page-brand .l-charge table {
        font-size: 1.4rem;
        width: 600px;
    }

    .page-brand .l-charge .table-wr{
        margin-bottom: 30px;
    }
    .page-brand .l-charge table th {
        padding: 10px 15px;
    }
    .page-brand .l-charge table td {
        padding: 10px 15px;
    }
    .page-brand .l-charge table th.borderBlue {
        font-size: 1.5rem;
        border-width: 8px;
    }
    .page-brand .l-charge table td.borderBlue {
        font-size: 1.8rem;
    }
    .page-brand .l-charge .watch-list {
        margin-top: 80px;
    }
    .page-brand .l-charge .watch-list .item {
        display: block;
    }
    .page-brand .l-charge .watch-list .image {
        width: 200px;
        margin: 0 auto 30px;
    }
    .page-brand .l-charge .watch-list .c-title03 {
        margin-bottom: 15px;
    }
    .page-brand .l-charge .watch-list p {
        font-size: 1.4rem;
    }
    .page-brand .l-charge .watch-list .item {
        margin-bottom: 50px;
    }
    .page-brand .l-repair .repair-list {
        display: block;
    }
    .page-brand .l-repair .repair-list .repair {
        width: 100%;
    }
    .page-brand .l-repair .repair .repair-images {
        margin-bottom: 20px;
    }
    .page-brand .l-repair .repair table th {
        width: 120px;
    }
    .page-brand .l-repair .repair table th,
    .page-brand .l-repair .repair table td {
        padding: 10px 15px;
        height: 50px;
    }
    .page-brand .l-repair .repair table {
        font-size: 1.3rem;
    }
    .page-brand .l-repair .repair-part {
        margin-bottom: 50px;
    }
    .page-brand .l-commonText p {
        font-size: 1.4rem;
    }
    .page-brand .l-brands .brand-list {
        display: block;
    }
    .page-brand .l-brands .brand-list .brand {
        width: 100%;
    }
    .page-brand .l-brands .brand-list .brand:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .page-brand .l-brands .brand-list .brand .ttl {
        font-size: 1.6rem;
    }
    .page-brand .l-brands {
        margin-bottom: 20px;
    }
}

.l-pageTtl {
    font-family: 'Noto Serif JP', serif;
}


/* 06-10-2021 */

.page-brand .l-repair .repair .repair-images {
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .page-brand .l-charge .table-wr{
        margin-bottom: 20px;
    }
}


/* 06-16-2021 */

.page-brand .l-blog .featureBox {
    background: #F8F8F8;
}

@media screen and (max-width: 768px) {
    .page-brand .l-blog .featureBox {
        background: transparent;
        padding: 30px 0px 5px;
    }
    .page-brand .l-blog .featureBox_list .item {
        display: flex;
        align-items: flex-start;
        background: #f8f8f8;
        padding: 15px;
    }
    .page-brand .l-blog .featureBox_list .ico {
        width: 55px;
        margin: 0 0;
        margin-right: 12px;
        flex-shrink: 0;
    }
    .page-brand .l-blog .featureBox_list .content {
        text-align: left;
        margin-top: 5px;
    }
    .page-brand .l-blog .featureBox_list .item .ttl {
        margin-bottom: 5px;
    }
    .page-brand .l-blog .featureBox_list .item {
        margin-bottom: 10px;
    }
    .page-brand .l-blog .featureBox_list .item:last-child {
        margin-bottom: 0;
    }
    .page-brand .l-blog .featureBox_ttl {
        margin-bottom: 20px;
    }
}


/* 06-21-2021 */

.page-brand .l-voice--user {
    margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
    .page-brand .l-voice--user {
        margin-bottom: 20px;
    }
}

.l-quote--list ._items {
    box-shadow: none;
}


/* 08-11-2021 */

.l-pageTtl {
    padding: 0 0;
    position: relative;
    background: none;
}

.l-pageTtl img {
    width: 100%;
    min-height: 264px;
    object-fit: cover;
}

.l-pageTtl .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .l-pageTtl img {
        width: 100%;
        min-height: 216px;
    }
}


/* 09-21-2021 */

.page-brand .l-repair .repair .repair-image {
    position: relative;
    padding-bottom: 50%;
    width: 50%;
}

.page-brand .l-repair .repair .repair-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 09-30-2021 */

.c-tags .tag {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    background: #E3E3E3;
    border-radius: 24px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.l-quote--list ._items-head .c-tags {
    margin-top: 10px;
}

/* 10-12-2021 */
.page-brand .l-charge .table-wr > p{
    text-align: right;
    font-size:1.115rem;
    margin-top:5px;
}

@media screen and (max-width: 1050px){
    .page-brand .l-charge .table-wr > p{
        font-size: 1.06vw;
    }
}

@media screen and (max-width: 998px){
    .page-brand .l-charge .table-wr > p{
        font-size: 1.07vw;
    }
}

@media screen and (max-width: 880px){
    .page-brand .l-charge .table-wr > p{
        font-size: 1.08vw;
    }
}

@media screen and (max-width: 800px){
    .page-brand .l-charge .table-wr > p{
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 768px){
    .page-brand .l-charge .table-wr > p{
        text-align: left;
        font-size:1.115rem;
    }
}

.fz12{
    font-size:1.2rem;
}

/* 10-21-2021 */

.fnav-new ul {
    display: flex;
    flex-wrap: wrap;
}

.fnav-new ul li {
    width: 25%;
    margin-bottom:5px;
    padding-right:15px;
}

.fnav-new a {
    font-size: 16px;
    color: #fff;    
    transition:.3s ease;
}

.fnav-new a:hover {
    opacity: 0.5;
}

.fnav-new {
    padding: 50px 0;
    border-bottom: 1px solid #5D5D5D;
}

.fnav-new_ttl {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px){
    .fnav-new {
        padding: 30px 0;
    }

    .fnav-new_ttl{
        font-size:14px;
    }

    .fnav-new ul{
        justify-content: space-between;
    }

    .fnav-new ul li{
        width:48%;
        padding-right:0;
    }

    .fnav-new a{
        font-size:14px;
    }

}

/* 01-12-2023 */
.u-star {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ce0000;
	display: inline-flex;
	align-items: center;
	margin-bottom:20px;
}
.u-star img.u-star__img {
	position: static;
	width: 76px;
	margin-right: 5px;
	height:auto;
}
.comment {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 1.3rem;
}

.u-star img.u-star__com {
	position: static;
	width: 13px;
	margin-left: 5px;
	margin-right: 3px;
	height:auto;
}
.u-star .right {
	display: flex;
	font-size: 1.2rem;
	margin-left: 5px;
}

.u-star{
	flex-wrap:wrap;
	display:flex;
}

.u-star__parts{
	display:flex;
	align-items: center;
	margin-right:5px;
}

.comment{
	flex-shrink: 0;
}

.u-star .right{
	margin-left:0;
}

.u-star a{
	font-size: inherit !important;
    line-height: inherit !important;
    color: blue !important;
    text-decoration: none !important;
}

.jquery-modal .modal{
	width:1000px;
	max-width:100%;
	border: 1px solid #dadce0;
	box-shadow: 0 2px 4px #dadce0;
	border-radius: 0;
	padding: 0;
}
.jquery-modal .modal_main{
	height: 80vh;
	overflow-y: scroll;
	padding: 15px 30px;
	position:relative;
}

.jquery-modal.blocker{
	background:rgba(0,0,0,0.5);
    z-index:999;
}

#comment.modal a.close-modal{
	top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
}

/* 01-16-2023 */
.l-mv__crown {
    max-width: 600px;
    margin: 0 auto;
    margin-top:-20px;
}

@media only screen and (max-width: 768px){
    .l-mv__crown {
        margin-top:-10px;
    }
}

.l-topAccordion .l-about {
    background: transparent;
}

.l-topAccordion .l-about--main > * {
    color: inherit;
}

.l-topAccordion .l-feature {
    background: transparent;
}

.l-topAccordion .l-feature .c-tlt02 h2 {
    color: inherit;
}

.l-topAccordion .l-feature h2::after {
    background: inherit;
}

.l-topAccordion .l-feature .c-tlt02:after {
    background: #000;
}

.c-accordion__item:not(:last-child) {
    margin-bottom: 30px;
}

.c-accordion__item {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
}

.c-accordion__head {
    font-size: 25px;
    font-weight: bold;
    padding: 30px;
    cursor: pointer;
    position: relative;
    padding-right: 60px;
}

.c-accordion__content {
    margin: 0 30px;
    border-top: 1px solid #eee;
    padding: 70px 0;
    display: none;
}

.l-topAccordion .l-about--main .l-about--tlt02 {
    padding-top: 0;
}

.c-accordion__head::before {
    content: '';
    height: 20px;
    width: 2px;
    background: #333;
    position: absolute;
    top: 37px;
    right: 40px;
    transition: .3s ease;
}

.c-accordion__head::after {
    content: '';
    height: 2px;
    width: 20px;
    position: absolute;
    top: 46px;
    right: 31px;
    background: #333;
}

.c-accordion__head.is-active::before {
    transform: rotate(90deg);
}

@media screen and (max-width: 768px){
    .c-accordion__head {
        font-size: 18px;
        padding: 20px 15px;
    }
    
    .c-accordion__content {
        margin: 0 15px;
        padding: 40px 0;
    }
    
    .c-accordion__head::before {
        height: 16px;
        top: 24px;
        right: 22px;
    }
    
    .c-accordion__head::after {
        width: 16px;
        right: 15px;
        top: 31px;
    }
    
    .c-accordion__item:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* 01-27-2023 */
.l-mv--tlt02{
    font-weight: bold;
}

.l-mv--tlt02 .icon{
    margin-right: 5px;
}

/* 01-30-2023 */
.c-hiddenPart {
    position: relative;
    margin-bottom: 40px;
}

.c-hiddenPart__content {
    height: 60px;
    overflow: hidden;
    padding-bottom: 20px;
}

.c-hiddenPart__btn {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding-top: 60px;
  text-align: left;
  background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0, rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  color: #005DC5;
  display: block;
  margin-bottom: -15px;
}

.c-hiddenPart__btn.active {
    background: transparent;
}

.voice-list.moreBtn--gray .c-hiddenPart__btn:not(.active) {
    background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0, rgb(246 246 246) 70%);
}

/* 02-01-2023 */
#toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    display:none;
  }
  
  @media only screen and (max-width: 575.98px) {
    #toTop {
        bottom:80px;
    }
  }

/* 04-03-2023 */
.c-tlt02 {
    margin-bottom: 60px;
}

.swiper-quote {
    position: relative;
}

.swiper-quote .swiper-button-prev, .swiper-quote .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1!important;
    color: #fff;        
}

.swiper-quote .swiper-button-prev:after, .swiper-quote .swiper-button-next:after{
    font-size:15px;
}

.swiper-quote .swiper-button-prev{
    left:15px;
    transform:translateX(-100%);
}

.swiper-quote .swiper-button-next{
    right:15px;
    transform:translateX(100%);
}

.l-quote--list ._items{
    height:auto;
}

.swiper-quote .swiper-scrollbar {
    position: relative!important;
    width: calc(100% - 30px);
    margin: 20px auto 0;
    left: 0;
    border-radius: 0;
    background: #E2E2E2;
}

.swiper-quote .swiper-scrollbar-drag{
    background:#000;
    border-radius:0;
}

.l-voice_more {
    position: relative;
}

.l-voice--loading {
    max-width: 20px;
    margin:0 auto;
    display: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px){
    .l-quote--list ._items {
        max-width:300px;
        margin:0 7px;
    }
    .swiper-quote .swiper-button-prev{
        transform:none;
        left:5px;
    }
    .swiper-quote .swiper-button-next{
        right:5px;
        transform: none;
    }
}

/* ===== 修理・お直しの実績（TOP / NEWS直下） ===== */
.l-works {
    background: #faf7f1;
}
.l-works__lead {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #4a4a4a;
    margin: 22px auto 0;
    max-width: 760px;
}
.l-works__hero {
    margin-top: 40px;
}
/* ステージ：主役パネルを重ねず1枚ずつ表示 */
.l-works__panel {
    display: none;
    background: #fff;
    border: 1px solid #ece5d8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(60, 40, 20, 0.10);
}
.l-works__panel.is-active {
    display: flex;
    animation: worksFade .45s ease;
}
@keyframes worksFade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: none; }
}
/* JS無効時のフォールバック：先頭パネルだけは表示 */
.no-js .l-works__panel:first-child { display: flex; }
.l-works__media {
    position: relative;
    flex: 0 0 48%;
    max-width: 48%;
    aspect-ratio: 1 / 1;
    background: #f3efe7;
}
.l-works__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.l-works__brand {
    position: absolute;
    left: 0;
    bottom: 16px;
    background: rgba(40, 28, 18, 0.82);
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 9px 20px 9px 18px;
    border-radius: 0 6px 6px 0;
}
.l-works__body {
    flex: 1 1 auto;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.l-works__cat {
    display: inline-block;
    align-self: flex-start;
    font-size: 1.25rem;
    color: #8a6d45;
    border: 1px solid #d8c7a8;
    border-radius: 999px;
    padding: 3px 14px;
    margin-bottom: 16px;
}
.l-works__desc {
    list-style: none;
    margin: 0;
    padding: 0;
}
.l-works__desc li {
    font-size: 1.55rem;
    line-height: 1.7;
    color: #333;
    padding-left: 18px;
    position: relative;
    margin-bottom: 6px;
}
.l-works__desc li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b89968;
}
.l-works__desc._breakdown li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-left: 0;
    border-bottom: 1px dashed #ece5d8;
    padding-bottom: 6px;
}
.l-works__desc._breakdown li:before { content: none; }
.l-works__desc._breakdown li:last-child { border-bottom: none; }
.l-works__desc._breakdown ._n { flex: 1 1 auto; }
.l-works__desc._breakdown ._p {
    flex: 0 0 auto;
    color: #555;
    white-space: nowrap;
}
.l-works__foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f0ebe0;
}
.l-works__price {
    color: #7b5535;
    line-height: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.l-works__price ._label {
    font-size: 1.3rem;
    color: #8a7a63;
    margin-right: 8px;
    align-self: center;
}
.l-works__price ._num {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .01em;
}
.l-works__price ._yen {
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: 2px;
}
.l-works__price small {
    font-size: 1.15rem;
    color: #8a7a63;
    margin-left: 5px;
}
.l-works__days {
    font-size: 1.4rem;
    color: #555;
    white-space: nowrap;
}
.l-works__days b {
    font-size: 1.9rem;
    color: #333;
    margin-left: 3px;
}
/* サムネ列：クリックで主役入れ替え */
.l-works__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding: 4px 2px 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #c9b48f transparent;
}
.l-works__thumbs::-webkit-scrollbar { height: 7px; }
.l-works__thumbs::-webkit-scrollbar-thumb { background: #d8c7a8; border-radius: 4px; }
.l-works__thumb {
    flex: 0 0 auto;
    width: 92px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    opacity: .72;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.l-works__thumb img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    display: block;
}
.l-works__thumb ._cap {
    display: block;
    font-size: 1.0rem;
    line-height: 1.3;
    padding: 4px 5px;
    color: #6b5a44;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-works__thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.l-works__thumb.is-active {
    opacity: 1;
    border-color: #7b5535;
    box-shadow: 0 2px 8px rgba(123, 85, 53, 0.25);
}
@media only screen and (max-width: 768px) {
    .l-works__panel.is-active { flex-direction: column; }
    .l-works__media { flex-basis: auto; max-width: none; width: 100%; }
    .l-works__body { padding: 22px 20px; }
    .l-works__desc li { font-size: 1.45rem; }
    .l-works__price ._num { font-size: 3rem; }
    .l-works__thumb { width: 76px; }
    .l-works__thumb img { height: 76px; }
}
.l-works__cta {
    text-align: center;
    margin-top: 44px;
}
.l-works__cta a {
    display: inline-block;
    background: #005dc5;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 44px;
    border-radius: 999px;
    box-shadow: 0 4px 14px rgba(0, 93, 197, 0.35);
    transition: background .2s ease, transform .2s ease;
}
.l-works__cta a:hover {
    background: #0049a3;
    transform: translateY(-2px);
}
@media only screen and (max-width: 560px) {
    .l-works__cta a { width: 100%; padding: 18px 20px; font-size: 1.6rem; }
}

/* 職人スライダー見出し「クラフトワーカーズが紹介する職人」は文字数が多く
   他のc-tlt02見出しより大きく見えるため、この箇所だけ少し小さくする */
.l-quote .c-tlt02 h2 {
    font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
    .l-quote .c-tlt02 h2 {
        font-size: 2.2rem;
    }
}

/* スマホ(575.98px以下)では画面下部に固定CTA(.h-btn)が常時表示されるため、
   実績セクション内の「無料で一括見積もりする」ボタンは重複するので非表示にする */
@media only screen and (max-width: 575.98px) {
    .l-works__cta { display: none; }
}
