@charset "utf-8";
/* -------------------- 下層共通 -------------------- */

#lower-kv {
    width: 100%;

}

.lower-kv-wrap {
    width: 100%;
    height: 300px;
    margin: 140px 0 0 0;
    position: relative;
}

.lower-kv-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.lower-title-wrap {
    position: absolute;
    transform: translateY(-50%)translateX(-50%);
    top: 50%;
    left: 50%;
}

#lower h1 {
    font-size: 36px;
    line-height: 1.2;
    color: #003F89;
    text-align: center;
    font-weight: 600;
}

#lower .h1-sub {
    display: block;
    font-size: 18px;
    color: #39A5E8;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .lower-kv-wrap {
        margin: 60px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .lower-kv-wrap {
        height: 220px;
    }

    .lower-kv-img {
        height: 220px;
    }

    #lower h1 {
        font-size: 26px;
        white-space: nowrap;
    }

    #lower .h1-sub {
        font-size: 14px;
    }
}

/* -------------------- products-2plus -------------------- */

/* ----- section products01 ----- */

#products01 {
    padding: 100px 0;
}

.products-name {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #1d1d1d;
    text-align: left;
    padding: 0 12px 8px 12px;
    border-bottom: 1px solid #ccc;
}

.products01-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.products01-left {
    width: 600px;
    height: 460px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #EDF7FF;
}

.products06-left {
    width: 600px;
    align-items: center;
}

.products06-left div {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #EDF7FF;
    padding: 40px 0;
    margin: 0 0 20px 0;
}

.products01-right {
    width: 520px;
    display: flex;
    align-items: center;
    justify-content: right;
}

#products01 .text-wrap {
    text-align: left;
    width: 440px;
}

#products01 p {
    margin: 20px 0;
    text-align: justify;
}

#products01 span {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
}

#products01 span.price {
    color: #003F89;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 10px;
}

#products01 span.yen {
    color: #003F89;
}

.price-wrap {
    text-align: right;
}

@media screen and (max-width: 1120px) {
    .products01-wrap {
        gap: 5%;
    }

    .products01-left {
        width: 50%;
        height: auto;
        aspect-ratio: 30 / 23;
    }

    .products06-left {
        width: 50%;
    }

    .products01-right {
        width: 45%;
    }

    img.product01-img,
    img.product04-img,
    img.products06-img,
    img.products10-img,
    img.products15-img,
    img.products20-img,
    img.products21-img,
    img.products22-img,
    img.products23-img {
        width: 80%;
    }

    img.products19-img {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    #products01 {
        padding: 50px 0;
    }

    .products01-left {
        width: 100%;
        aspect-ratio: 32 / 23;
        height: auto;
    }

    .products06-left {
        width: 100%;
    }

    .products01-right {
        width: 100%;
    }

    .products-name {
        font-size: 24px;
    }

    #products01 p {
        margin: 10px 0;
    }

    .products01-wrap {
        gap: 20px;
    }


}

/* ----- section products02 ----- */

#products02 {
    padding: 80px 0;
    background-color: #003F89;
}

#lower h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #1d1d1d;
}

#products02 h2 {
    color: #fff;
}

#lower h2::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    background-color: #39A5E8;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}

#products02 ul {
    margin: 50px 0 0 0;
    background-color: #fff;
    text-align: left;
    padding: 30px;
}

#products02 li {
    margin: 8px 0;
}

.feature-copy {
    color: #003F89;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
}

.feature-copy::before {
    content: url('/wp-content/uploads/2025/03/checkmark.svg');
    margin: 0 8px 0 0;
    vertical-align: middle;
}

#products02 p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 1120px) {

    #mupid-2plus li,
    #mupid-exu li,
    #mupid-One li,
    #scope21 li {
        width: 47.5%;
    }
}

@media screen and (max-width: 600px) {
    #products02 {
        padding: 50px 0;
    }

    #lower h2 {
        font-size: 22px;
    }

    #lower h2::after {
        content: '';
        width: 30px;
        height: 2px;
        bottom: -4px;
        left: calc(50% - 15px)
    }

    #products02 ul {
        justify-content: center;
        margin: 20px 0 0 0;
        padding: 20px;
    }

    .feature-item {
        height: 60px;
        width: 100%;
    }

    #mupid-2plus li,
    #mupid-exu li,
    #mupid-One li,
    #scope21 li {
        width: 100%;
        max-width: 350px;
    }

    .feature-num {
        font-size: 24px;
    }

    .feature-copy {
        font-size: 16px;
    }

    #products02 p {
        font-size: 13px;
    }
}

/* ----- section products03 ----- */

#products03 {
    padding: 100px 0 0 0;
}

.specifications-wrap {
    width: 100%;
    display: inline-block;
    border: 1px solid #003F89;
    padding: 50px;
    margin: 50px 0 0 0;
}

#mupid-2plus .td-flex {
    border-bottom: 1px solid #ccc;
}

#mupid-exu .td-flex,
#mupid-One .td-flex {
    border-right: 1px solid #ccc;
}

.caption {
    text-align: left;
    margin: 8px 0 0 0;
}

.table-pic {
    width: 360px;
}

img.set-img {
    width: 360px;
}

@media screen and (max-width: 1120px) {
    .products02-img {
        width: 43.7%;
    }

    .products03-img {
        width: 39%;
    }

    .products05-img {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    #products03 {
        padding: 50px 0 0 0;
    }

    .specifications-wrap {
        padding: 30px 20px;
        margin: 30px 0 0 0;
    }

    img.products02-img,
    img.products03-img {
        width: 100%;
    }

    table {
        font-size: 12px;

    }

    th,
    td {
        padding: 6px;
    }

    .table01 td {
        word-break: break-all;
    }

    img.products05-img {
        width: 100%;
    }

    .caption small {
        text-indent: -1em;
        padding-left: 1em;
        display: inline-block;
    }

    .table-box {
        overflow-x: auto;
        display: block;
    }

    .table-box table th,
    .table-box table td {
        white-space: nowrap;
    }

    .table-box::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .table-box::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .table-box::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

    .table-box::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .table-pic {
        width: 160px;
    }

    img.set-img {
        width: 240px;
    }
}


/* ----- section products04 ----- */

#products04 {
    padding: 100px 0 0 0;
}

.accordion {
    width: 100%;
    margin: 50px 0 0 0;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 20px;
}

.qa-title,
.qa-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.qa-title {
    border: 1px solid #003F89;
    padding: 2px 20px;
    display: flex;
    text-align: left;
    background-color: #003F89;

}

.qa-title span {
    color: #fff;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.question {
    font-size: 30px;
}

.qa-title::after,
.qa-title::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
}

.qa-title::after {
    transform: rotate(90deg);
}

.qa-content {
    max-height: 0;
    overflow: hidden;
    border-left: 1px solid #003F89;
    border-right: 1px solid #003F89;
    border-bottom: 1px solid #003F89;
    display: flex;
}

.answer {
    font-size: 30px;
    font-weight: 500;
    padding: 0 0 0 20px;
    color: #003F89;
}

.qa-content p {
    margin: 0;
    padding: 12px 12px 12px 20px;
    line-height: 1.5;
}

.toggle:checked+.qa-title+.qa-content {
    max-height: 500px;
    transition: all 1.5s;
}

.toggle:checked+.qa-title::before {
    transform: rotate(90deg) !important;
}

.border01 {
    width: 100%;
    border: 1px solid #ccc;
}

.flow-wrap {
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
}

.flow-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 10px 0 0 0;
}

.destination-wrap {
    text-align: left;
}

#products04 .item-contents {
    text-align: left;
    display: inline-block;
}

.gaikan-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.gaikan-item {
    width: 47.5%;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;

}

img.gaikan-img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    #products04 {
        padding: 50px 0 0 0;
    }

    .accordion {
        margin: 30px 0 0 0;
    }

    img.products11-img {
        width: 80%;
    }

    .flow-inner {
        gap: 20px;
    }

    .flow-wrap {
        padding: 15px 20px;
        margin: 10px 0 0 0;
    }

    img.flow01-img,
    img.flow02-img {
        width: 100%;
    }

    .gaikan-item {
        width: 100%;
        gap: 20px;
    }
}

/* ----- section products05 ----- */
#products05 {
    padding: 100px 0 0 0;
}

.table-wrap {
    margin: 50px 0 0 0;
    text-align: left;
}

table {
    width: 100%;

}

th,
td {
    border: 1px solid #ccc;
    padding: 12px;
    vertical-align: middle;
}

th {
    background-color: #B4D6F2;
    font-weight: 500;
}

td {
    text-align: left;
}

.td01 {
    background-color: #EDF7FF;
}

.td-flex {
    display: flex;
    border: 1px;

}

@media screen and (max-width: 600px) {
    #products05 {
        padding: 50px 0 0 0;
    }
}

/* ----- section products06 ----- */

#products06 {
    padding: 100px 0 0 0;
}

.th01 {
    color: #fff;
    background-color: #4B86CB;
}

.table-heading {
    font-weight: 500;
    margin: 0 0 4px 0;
}

.table-heading span {
    color: #003F89;

}

.th02 {
    width: 400px;
    text-align: left;
}

#products06 td {
    text-align: center;
}

#products04 td.price,
#products06 td.price {
    text-align: right;
}

.td-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 600px) {
    #products06 {
        padding: 50px 0 0 0;
    }

    .table-wrap {
        margin: 30px 0 0 0;
    }

    .table-heading {
        text-indent: -1em;
        padding-left: 1em;
    }

    .th02 {
        width: auto;
    }

    .td-list {
        font-weight: 400;
        font-size: 10px;
        line-height: 1.6;
        display: block;
        text-indent: -1em;
        padding-left: 1em;
    }
}

/* ----- section products07 ----- */
#products07 {
    padding: 100px 0 0 0;
}

.content-wrap {
    margin: 40px 0 0 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 600px) {
    #products07 {
        padding: 50px 0 0 0;
    }

    .content-wrap {
        margin: 20px 0 0 0;
    }
}

/* ----- section products08 ----- */
#products08 {
    padding: 100px 0 0 0;
}

@media screen and (max-width: 600px) {
    #products08 {
        padding: 50px 0 0 0;
    }
}

/* ----- section products09 ----- */
#products09 {
    padding: 100px 0 0 0;
}

.torisetsu-wrap {
    margin: 40px 0 0 0;
}

.torisetsu-img {
    border: 1px solid #ccc;
}

@media screen and (max-width: 600px) {
    #products09 {
        padding: 50px 0;
    }

    .torisetsu-wrap {
        margin: 20px 0 0 0;
    }
}

/* ----- button-area ----- */

#button-area {
    padding: 130px 0 50px 0;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.button03 {
    width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #003F89;
    color: #003F89;
}

.active {
    background-color: #EDF7FF;
}

@media screen and (max-width: 1120px) {
    .btn-wrap {

        gap: 2%;
        row-gap: 20px;
    }

    .button03 {
        width: 32%;

    }
}


@media screen and (max-width: 600px) {
    #button-area {
        padding: 0 0 30px 0;
    }

    .btn-wrap {
        gap: 4%;
        row-gap: 16px;
    }

    .button03 {
        width: 48%;
        height: 60px;
    }
}


/* -------------------- news -------------------- */

/* ----- section news01 ----- */

#news01 {
    padding: 100px 0 0 0;
}

#news01 ul {
    margin: 80px 0 0 0;
    display: inline-block;
}

#news01 li {

    margin: 0 0 100px 0;
}

.news-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 180px 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: -180px 0 20px 0;
}

.news-date {
    font-size: 16px;
    color: #003F89;
    display: inline-block;
    text-align: left;
    margin: 0 10px 0 0;
}

.news-cat a {
    font-size: 14px;
    color: #003F89;
    border: 1px solid #003F89;
    width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-title {
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1d;
    font-weight: 600;
}

#news01 table {
    width: auto;
    margin: 10px 0 10px 0;
}

#news01 p {
    text-align: justify;
}

#news01 small {
    text-align: left;
    display: block;
}

@media screen and (max-width: 600px) {
    #news01 {
        padding: 50px 0 0 0;
    }

    #news01 ul {
        margin: 50px 0 0 0;
    }

    .news-wrap {
        gap: 8px;
        margin: -50px 0 10px 0;
        padding: 50px 0 0 0;
    }

    .news-date {
        font-size: 14px;
    }

    .news-cat {
        font-size: 12px;
        width: 110px;
    }

    .news-title {
        font-size: 18px;
        width: 100%;
        text-align: left;
    }

    #news01 li {
        margin: 0 0 50px 0;
    }
}

/* -------------------- movies -------------------- */

/* ----- section movies01 ----- */
#movies01 {
    padding: 100px 0 0 0;
}

#movies ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px 0 0 0;
}

#movies li {
    width: 250px;
}

img.movies-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}

#movies p {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0 0;
    text-align: center;
}

.movies-item a {
    color: #333;
}

img.movie-img {
    width: 100%;
    border: 1px solid #ccc;
}

#movies01 video {
    width: 100%;
}

.featherlight-sample {
    display: none;
}

@media screen and (max-width: 1120px) {
    #movies ul {
        gap: 3%;
    }

    #movies li {
        width: 22.75%;
    }
}

@media screen and (max-width: 880px) {
    #movies ul {
        gap: 5%;
        row-gap: 30px;
    }

    #movies li {
        width: 47.5%;
        max-width: 250px;
    }
}

@media screen and (max-width: 600px) {
    #movies01 {
        padding: 50px 0 0 0;
    }

    #movies ul {
        gap: 30px;
        margin: 30px 0 0 0;
        justify-content: center;
    }

    #movies li {
        width: 100%;
        max-width: 250px;
    }
}

/* ----- section movies02 ----- */
#movies02 {
    padding: 100px 0;
}

@media screen and (max-width: 600px) {
    #movies02 {
        padding: 50px 0;
    }
}

/* ----- section movies03 ----- */
#movies03 {
    padding: 100px 0 0 0;
}

@media screen and (max-width: 600px) {
    #movies03 {
        padding: 50px 0 0 0;
    }
}

/* ----- section movies04 ----- */
#movies04 {
    padding: 100px 0 100px 0;
}

@media screen and (max-width: 600px) {
    #movies04 {
        padding: 50px 0 50px 0;
    }
}

/* -------------------- company -------------------- */

/* ----- section company01 ----- */
#company01 {
    padding: 100px 0;
}

#company01 dl {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    gap: 20px;
    row-gap: 0;

}

#company01 dt {
    width: 200px;
    padding: 20px;
    border-bottom: 1px solid #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
}

#company01 dd {
    width: calc(100% - 220px);
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

@media screen and (max-width: 600px) {
    #company01 {
        padding: 50px 0;
    }

    #company01 dl {
        margin: 30px 0 0 0;
        gap: 10px;
        row-gap: 0;
    }

    #company01 dt {
        width: 100px;
        padding: 10px;
    }

    #company01 dd {
        width: calc(100% - 110px);
        padding: 10px;
    }
}

/* -------------------- contact -------------------- */

/* ----- section contact01 ----- */
#contact01 {
    padding: 100px 0;
}

.text-area {
    background-color: #EAEAEA;
    border-radius: 4px;
    border: 0;
    padding: 10px;
}

.text-area01 {
    width: 100%;
    height: 50px;
}

#contact01 dl {
    display: flex;
    flex-wrap: wrap;
}

#contact01 dt {
    width: 220px;
    text-align: left;
    margin: 16px 0 16px 0;
}

#contact01 dd {
    width: calc(100% - 220px);
    margin: 0 0 40px 0;
    text-align: left;
}

.text-area02 {
    width: 100%;
    height: 200px;
}

#occupation {
    font-size: 16px;
    line-height: 1.4;
    padding: 6px;
    height: 50px;
    width: 140px;
    border-radius: 4px;
    background-color: #fff;
}

.required {
    font-size: 14px;
    line-height: 1;
    padding: 2px 6px 2px 6px;
    color: #fff;
    background-color: #003F89;
    margin-right: 20px;
    border-radius: 2px;
    border: 1px solid #003F89;
}

.any {
    font-size: 14px;
    line-height: 1;
    padding: 2px 6px 2px 6px;
    color: #003F89;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 2px;
    border: 1px solid #003F89;
}

.submit01 {
    font-size: 14px;
    line-height: 60px;
    width: 300px;
    height: 60px;
    background-color: #39A5E8;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    border: 0;
    margin-top: 20px;
}

.submit01:hover {
    cursor: pointer;
    cursor: hand;
    background-color: #3D91C6;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7 p {
    display: inline;
}

@media screen and (max-width: 600px) {
    #contact01 {
        padding: 50px 0;
    }

    #contact01 dt {
        width: 100%;
        margin: 12px 0 12px 0;
    }

    #contact01 dd {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .required {
        font-size: 12px;
        margin-right: 10px;
    }

    .any {
        font-size: 12px;
        margin-right: 10px;
    }

    .text-area01 {
        height: 40px;
    }

    #occupation {
        font-size: 14px;
        height: 40px;
    }

    .submit01 {
        line-height: 50px;
        width: 260px;
        height: 50px;

    }
}

/* -------------------- repair -------------------- */

/* ----- section repair01 ----- */
#repair01 {
    padding: 100px 0;
}

#repair h3 {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 500;
    margin: 50px 0 0 0;
}

.repair-wrap {
    text-align: left;
    padding: 30px 40px;
    border: 1px solid #ccc;
    margin: 20px 0 0 0;
}

.color01 {
    color: #4B86CB;
}

.dot01 {
    font-size: 8px;
    color: #003F89;
    vertical-align: middle;
}

.color02 {
    color: #B4D6F2;
}

.attention {
    font-size: 12px;
    color: #333;
    margin: 20px 0 0 0;
}


@media screen and (max-width: 600px) {
    #repair01 {
        padding: 50px 0 0 0;
    }

    #repair h3 {
        font-size: 15px;
        margin: 30px 0 0 0;
    }

    .repair-wrap {
        padding: 15px 20px;
        margin: 10px 0 0 0;
    }

    .attention {
        font-size: 11px;
        margin: 10px 0 0 0;
    }
}

/* ----- section repair02 ----- */
#repair02 {
    padding: 100px 0;
}

#repair h4 {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 500;
}

#repair02 li {
    margin: 10px 0 0 0;
}

.repair-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 20px 0 0 0;
}

.repair-left {
    width: 420px;
}

.repair-right {
    width: 578px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

img.repair-img {
    width: 100%;
}

a.file-dl {
    font-size: 12px;
    line-height: 1.3;
    color: #1d1d1d;
    display: block;
}

img.repair-icon {
    display: block;
}

.file-dl span {
    display: block;
    margin: 8px 0 0 0;
}

.repair-item {
    width: calc(50% - 20px);
}

.item-contents {
    background-color: #EDF7FF;
    padding: 20px;
    margin: 20px 0 0 0;
    display: inline-block;
}

@media screen and (max-width: 1120px) {
    .repair-inner {
        gap: 5%;
    }

    .repair-left {
        width: 40%;
    }

    .repair-right {
        width: 55%;
    }
}

@media screen and (max-width: 600px) {
    #repair02 {
        padding: 50px 0;
    }

    .repair-inner {
        margin: 10px 0 0 0;
        row-gap: 20px;
    }

    .repair-left {
        width: 100%;
    }

    .repair-right {
        width: 100%;
        padding: 10px;
    }

    .repair-item {
        width: 100%;
    }

    img.repair-icon {
        width: 80px;
    }

    .item-contents {
        font-size: 13px;
        padding: 12px;
        margin: 8px 0 0 0;
    }
}


/* -------------------- combs -------------------- */

/* ----- section combs ----- */
#combs {
    padding: 100px 0;
}

#combs02,
#combs03 {
    padding: 100px 0 0;
}

#combs .text-wrap {
    text-align: left;
    width: 440px;
}

#combs p {
    margin: 20px 0;
    text-align: justify;
}

#combs .imgWrap {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
    max-width: 100%;
}

#combs .imgWrap img {
    display: block;
}

#combs span {
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
}

#combs span.price {
    color: #003F89;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0 10px;
}

#combs span.yen {
    color: #003F89;
}

#combs td {
    text-align: center;
}

@media screen and (max-width: 600px) {
    #combs {
        padding: 50px 0;
    }

    #combs02,
    #combs03 {
        padding: 50px 0 0;
    }

    #combs p {
        margin: 10px 0;
    }
}