@charset "utf-8";

/* 共通の設定 */
.page .mv{
    position: relative;
    padding: 225px 0 130px;
    background-image: url(../img/page/mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.page .mv .inner{
    position: relative;
    z-index: 2;
}
.page .mv p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto 13px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
}
.page .mv p::before,
.page .mv p::after{
    content: "";
    width: 7px;
    height: 32px;
    background-image: url(../img/page/mv_p-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page .mv p::after{
    transform: scale(-1);
}
.page .mv h1{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
.page .mv .text-slider {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    width: 100%;
}
.page .mv .text-slider .slide-track {
    display: inline-block;
    animation: slide 30s linear infinite;
}
.page .mv .text-slider .slide-track span {
    display: inline-block;
    padding: 0 30px;
}
@media only screen and (max-width: 768px) {
    .page .mv{
        padding: 26.666666666666668vw 0 10.6666666666666666668vw;
    }
    .page .mv p{
        gap: 4vw;
        margin: 0 auto;
        font-size: 4.266666666666666666667vw;
    }
    .page .mv p::before,
    .page .mv p::after{
        width: 1.0666666666666666666667vw;
        height: 4.8vw;
    }
    .page .mv h1{
        font-size: 8vw;
    }
    .page .mv .text-slider {
        top: 65%;
    }
    .page .mv .text-slider .slide-track span {
        width: 80%;
        padding: 0 2.66666666666666667vw;
    }
    #page-terms .mv .text-slider .slide-track span {
        width: 130%;
    }
    #page-privacy .mv .text-slider .slide-track span {
        width: 150%;
    }
}


/* 特定商取引に伴う表記 
------------------------------*/
#page-terms .ctt{
    padding: 105px 0 150px;
}
#page-terms .ctt .item{
    margin: 0 auto 105px;
}
#page-terms .ctt .item:last-of-type{
    margin: 0;
}
#page-terms .ctt .item .ttl{
    position: relative;
    display: block;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 0 0 30px;
    margin: 0 auto 80px;
}
#page-terms .ctt .item .ttl::before{
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ED6C00;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
#page-terms .ctt .item dl{
    position: relative;
    display: flex;
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #DEDEDE;
}
#page-terms .ctt .item dl:last-of-type{
    margin: 0;
}
#page-terms .ctt .item dl::before{
    content: "";
    width: 230px;
    height: 1px;
    background-color: #111111;
    position: absolute;
    left: 0;
    bottom: -1px;
}
#page-terms .ctt .item dl dt{
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    max-width: 320px;
    width: 100%;
    color: #222222;
}
#page-terms .ctt .item dl dd{
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.81;
    color: #111111;
}
@media only screen and (max-width: 768px) {
    #page-terms .ctt{
        padding: 16vw 0;
    }
    #page-terms .ctt .item{
        margin: 0 auto 13.333333333333335vw;
    }
    #page-terms .ctt .item .ttl{
        font-size: 8vw;
        padding: 0 0 6.666666666666666667vw;
        margin: 0 auto 10.666666666666668vw;
    }
    #page-terms .ctt .item .ttl::before{
        width: 10.66666666666666666668vw;
        height: 2px;
        bottom: -2px;
    }
    #page-terms .ctt .item dl{
        display: block;
        padding: 0 0 8vw;
        margin: 0 0 8vw;
    }
    #page-terms .ctt .item dl::before{
        width: 32vw;
    }
    #page-terms .ctt .item dl dt{
        font-size: 4.8vw;
        margin: 0 0 4vw;
        max-width: none;
    }
    #page-terms .ctt .item dl dd{
        font-size: 4vw;
    }
}


/* プライバシーポリシー 
------------------------------*/
#page-privacy .ctt{
    padding: 105px 0 120px;
}
#page-privacy .ctt .inner{
    max-width: 1020px;
}
#page-privacy .ctt .item{
    margin: 0 0 80px;
}
#page-privacy .ctt .item:last-of-type{
    margin: 0;
}
#page-privacy .ctt .item .ttl{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 25px;
}
#page-privacy .ctt .item .note{
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.88;
}
#page-privacy .ctt .ttl_area{
    margin: 0 0 100px;
}
#page-privacy .ctt .ttl_area .main-ttl{
    position: relative;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 0 0 30px;
    margin: 0 0 60px;
}
#page-privacy .ctt .ttl_area .main-ttl::before{
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ED6C00;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
#page-privacy .ctt a{
    color: #0052B7;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    #page-privacy .ctt{
        padding: 16vw 0;
    }
    #page-privacy .ctt .item{
        margin: 0 0 12vw;
    }
    #page-privacy .ctt .item .ttl{
        font-size: 5.3333333333333333334vw;
        margin: 0 0 5.3333333333333333334vw;
    }
    #page-privacy .ctt .item .note{
        font-size: 4vw;
    }
    #page-privacy .ctt .ttl_area{
        margin: 0 0 12vw;
    }
    #page-privacy .ctt .ttl_area .main-ttl{
        font-size: 8vw;
        padding: 0 0 5.333333333333333334vw;
        margin: 0 0 9.333333333333333333334vw;
    }
    #page-privacy .ctt .ttl_area .main-ttl::before{
        width: 10.66666666666666668vw;
        height: 0.53333333333333333333vw;
        bottom: -0.53333333333333333333vw;
    }
}


/* LINE査定
------------------------------*/
#line .mv{
    position: relative;
    background-image: url(../img/page/line_mv.jpg);
    background-position: unset;
    color: #fff;
}
#line .mv .bg{
    position: absolute;
    bottom: 0;
    max-width: 350px;
    width: 20vw;
    right: 18.229166666666664vw;
    z-index: 2;
}
#line .mv .hukidasi{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 318px;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04em;
    background-color: #111111;
    border-radius: 100vw;
    padding: 9px 0 10px;
    margin: 0 auto 8px;
}
#line .mv .hukidasi::before{
    content: "";
    width: 30px;
    height: 13px;
    background-image: url(../img/page/line_mv-deco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
#line .mv h1{
    font-size: 65px;
    letter-spacing: 0.06em;
}
#line .mv p{
    font-size: 22px;
    letter-spacing: 0.06em;
}
#line .mv p::before,
#line .mv p::after{
    display: none;
}
@media only screen and (max-width: 768px) {
    #line .mv {
        padding: 26.666666666666668vw 0 0;
    }
    #line .mv .inner{
        display: block;
        margin: 0 auto 8vw;
    }
    #line .mv .bg{
        position: relative;
        max-width: 72vw;
        width: 100%;
        right: 0;
        margin: 0 0 0 auto;
    }
    #line .mv .hukidasi{
        max-width: 62.66666666666667vw;
        font-size: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.3333333333333335vw;
    }
    #line .mv .hukidasi::before{
        width: 6.16vw;
        height: 2.613333333333333vw;
        bottom: -1.6vw;
    }
    #line .mv h1{
        font-size: 12.8vw;
    }
    #line .mv p{
        font-size: 4.2666666666666667vw;
    }
    #line .mv .text-slider{
        top: 33%;
    }
    #line .mv .text-slider .slide-track span {
        width: 70%;
    }
    #line .mv .text-slider .slide-track {
        animation: slide 20s linear infinite;
    }
}

#line .line_info{
    position: relative;
    padding: 100px 0 120px;
}
#line .line_info::before{
    content: "";
    width: 405px;
    height: 252px;
    background-image: url(../img/top/pickup_animal_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 200px;
    z-index: 2;
}
#line .line_info .inner{
    position: relative;
    z-index: 1;
}
#line .line_info .txt_area{
    margin: 0 auto 70px;
}
#line .line_info .txt_area h2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 18px;
}
#line .line_info .txt_area h2 span{
    color: #3CB158;
}
#line .line_info .txt_area p{
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto 40px;
}
#line .line_info .txt_area .line_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 360px;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #fff;
    background-color: #3CB157;
    border: none;
    padding: 17px 0 16px;
    margin: 0 auto 0;
    border-radius: 100vw;
}
#line .line_info .txt_area .line_btn a::before{
    content: "";
    width: 39px;
    height: 37px;
    background-image: url(../img/common/line_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#line .line_info .sub-ttl{
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #111111;
    margin: 0 auto 40px;
}
#line .line_info .sub-ttl span{
    color: #3CB158;
}
#line .line_info .addtion{
    position: relative;
    display: flex;
    background-color: #fff;
    border: 3px solid #111111;
    border-radius: 10px;
    padding: 50px 0 55px;
}
#line .line_info .addtion::before{
    content: "";
    width: 1px;
    height: calc(100% - 85px);
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-image: repeating-linear-gradient(to bottom, #1A2C44, #1A2C44 1px, transparent 1px, transparent 5px);
}
#line .line_info .addtion .item{
    max-width: 600px;
    width: 100%;
}
#line .line_info .addtion .item .ttl{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 20px;
}
#line .line_info .addtion .item .ttl span{
    color: #4EB968;
}
#line .line_info .addtion .item .note{
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 auto 30px;
}
#line .line_info .addtion .item .img img{
    display: block;
    max-width: 160px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#line .line_info .addtion .item .id-txt{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto;
    color: #4EB968;
    background: #F4F6F9;
    border-radius: 8px;
}
#line .line_info .addtion .item .id-txt::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to bottom,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to left,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    ),
    repeating-linear-gradient(
        to top,
        #4EB968,
        #4EB968 3px,
        transparent 3px,
        transparent 5px
    );
    background-repeat: no-repeat;
    background-size:
        100% 1px,
        1px 100%,
        100% 1px,
        1px 100%;
    background-position:
        top left,
        top right,
        bottom left,
        top left;
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    #line .line_info{
        padding: 12vw 0 40vw;
    }
    #line .line_info::before {
        width: 56.8vw;
        height: 35.199999999999996vw;
        left: 50%;
        transform: translateX(-50%);
    }
    #line .line_info .txt_area{
        margin: 0 auto 13.33333333333333333334vw;
    }
    #line .line_info .txt_area h2{
        font-size: 5.866666666666vw;
        line-height: 1.36;
        margin: 0 auto 7.19999999999999999vw;
    }
    #line .line_info .txt_area p{
        font-size: 3.46666666666666666666663vw;
        line-height: 1.67;
        margin: 0 auto 8vw;
    }
    #line .line_info .txt_area .line_btn a{
        gap: 4.666666666666667vw;
        max-width: 80vw;
        font-size: 4vw;
        padding: 3.5999999999999996vw 0;
    }
    #line .line_info .txt_area .line_btn a::before{
        width: 9.06666666666666vw;
        height: 8.53333333333333333vw;
    }
    #line .line_info .sub-ttl{
        font-size: 4.8vw;
        margin: 0 auto 5.33333333333333334vw;
    }
    #line .line_info .addtion{
        flex-direction: column;
        bottom: 5px solid #EAEDF4;
        padding: 9.866666666666667vw 7.19999999999999999999vw 13.866666666666665vw;
    }
    #line .line_info .addtion::before{
        display: none;
    }
    #line .line_info .addtion .item{
        position: relative;
        max-width: none;
        padding: 0 0 40px;
        margin: 0 0 40px;
    }
    #line .line_info .addtion .item:last-of-type{
        padding: 0;
        margin: 0;
    }
    #line .line_info .addtion .item::before{
        content: "";
        width: 100%;
        height: 1px;
        background-image: repeating-linear-gradient(to right, #111111, #111111 1px, transparent 1px, transparent 5px);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #line .line_info .addtion .item:last-of-type::before{
        display: none;
    }
    #line .line_info .addtion .item .ttl{
        font-size: 4.8vw;
        margin: 0 auto 5.333333333333334vw;
    }
    #line .line_info .addtion .item .note{
        font-size: 3.46666666666666663vw;
        line-height: 1.92;
        margin: 0 auto 8vw;
    }
    #line .line_info .addtion .item .img img{
        max-width: 42.66666666666667vw;
    }
    #line .line_info .addtion .item .id-txt{
        width: 60.8vw;
        height: 14.133333333333335vw;
        font-size: 4.2666666666666667vw;
    }
}

#line .sell{
    position: relative;
    padding: 110px 0 150px;
    background-color: #3CB157;
    border-radius: 30px 30px 0 0;
}
#line .sell .ttl_area{
    margin: 0 0 80px;
    color: #fff;
}
#line .sell .ttl_area .label{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.52;
    margin: 0 auto 20px;
}
#line .sell .ttl_area .label span{
    font-weight: normal;
}
#line .sell .ttl_area h2{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.45;
}
#line .sell .step_area .item{
    position: relative;
    display: flex;
    gap: 80px;
    padding: 40px;
    margin: 0 0 60px;
    background-color: #fff;
    border-radius: 10px;
}
#line .sell .step_area .item::before{
    content: "";
    width: 37px;
    height: 22px;
    background-image: url(../img/page/step_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateY(-50%);
}
#line .sell .step_area .item:last-of-type::before{
    display: none;
}
#line .sell .step_area .item .img img{
    display: block;
    max-width: 400px;
    width: 100%;
}
#line .sell .step_area .item .txt{
    flex: 1;
}
#line .sell .step_area .item .txt .label{
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0 0 22px;
}
#line .sell .step_area .item .txt .label .step{
    position: relative;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0;
    color: #3CB157;
}
#line .sell .step_area .item .txt .label .step span{
    font-size: 41px;
}
#line .sell .step_area .item .txt .label .step::before{
    content: "";
    width: 2px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background-image: repeating-linear-gradient(
        to bottom,
        #111111,
        #111111 2px,
        transparent 2px,
        transparent 6px
    );
}
#line .sell .step_area .item .txt .label .step-name{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding-bottom: 5px;
    color: #111111;
}
#line .sell .step_area .item .txt .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.69;
}
#line .sell .info-item{
    padding: 32px 0 37px;
    background-color: #fff;
    border-radius: 10px;
}
#line .sell .info-item .time{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 16px;
    color: #3CB158;
}
#line .sell .info-item .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.69;
}
#line .sell .text-slider {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    width: 100%;
}
#line .sell .text-slider .slide-track {
    display: inline-block;
    animation: slide 20s linear infinite;
}
#line .sell .text-slider .slide-track span {
    display: inline-block;
    padding: 0 30px;
}
@media only screen and (max-width: 768px) {
    #line .sell{
        padding: 12vw 0 16vw;
        border-radius: 10px 10px 0 0;
    }
    #line .sell .ttl_area{
        margin: 0 0 10.666666666666666668vw;
    }
    #line .sell .ttl_area .label{
        font-size: 4.266666666666666667vw;
        margin: 0 auto 3.2vw;
    }
    #line .sell .ttl_area h2{
        font-size: 6.4vw;
        margin: 0;
    }
    #line .sell .step_area .item{
        display: block;
        padding: 5.3333333333333333334vw;
        margin: 0 0 10.6666666666666666666668vw;
        border-radius: 10px;
    }
    #line .sell .step_area .item::before{
        left: 46%;
        width: 8vw;
        height: 4.5333333333333333333333vw;
        bottom: -9.6vw;
    }
    #line .sell .step_area .item .img img{
        max-width: none;
        margin: 0 auto 8vw;
    }
    #line .sell .step_area .item .txt .label{
        display: block;
        margin: 0 0 5.3333333333333334vw;
    }
    #line .sell .step_area .item .txt .label .step{
        font-size: 4vw;
        margin: 0 0 1.333333333333335vw;
    }
    #line .sell .step_area .item .txt .label .step span{
        font-size: 6.4vw;
    }
    #line .sell .step_area .item .txt .label .step::before{
        display: none;
    }
    #line .sell .step_area .item .txt .label .step-name{
        font-size: 5.33333333333333334vw;
        padding-bottom: 0;
    }
    #line .sell .step_area .item .txt .note{
        font-size: 3.466666666666666666663vw;
        line-height: 1.92;
    }
    #line .sell .info-item{
        padding: 4vw 4vw 4.8vw;
        border-radius: 5px;
    }
    #line .sell .info-item .time{
        font-size: 4.8vw;
        margin: 0 auto 4vw;
    }
    #line .sell .info-item .note{
        font-size: 3.2vw;
    }
    #line .sell .text-slider {
        bottom: 6.66666666666667vw;
        width: 150%;
    }
    #line .sell .text-slider .slide-track span {
        padding: 0 3.2vw;
    }
}

#line .point{
    padding: 110px 0 95px;
}
#line .point .ttl_area{
    margin: 0 0 60px;
}
#line .point .ttl_area .label{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.52;
    margin: 0 auto 20px;
    color: #3CB158;
}
#line .point .ttl_area .label span{
    font-weight: normal;
}
#line .point .ttl_area h2{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 auto 50px;
}
#line .point .ttl_area h2 span{
    color: #3CB158;
}
#line .point .ttl_area .note{
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.88;
}
#line .point .point-area{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 45px 50px 40px;
    margin: 0 0 50px;
    background-color: #fff;
    border: 2px solid #111111;
    border-radius: 10px;
}
#line .point .point-area .item{
    display: block;
    max-width: 260px;
    width: 100%;
}
#line .point .point-area .item .img img{
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 0 0 18px;
}
#line .point .point-area .item p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
}
#line .point .precautions{
    margin: 0 auto 95px;
}
#line .point .precautions .ttl{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 22px 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background-color: #111111;
}
#line .point .precautions .note{
    padding: 40px 50px 45px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    background-color: #fff;
    border: 1px solid #111111;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
#line .point .add-area .line-ttl{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 18px;
}
#line .point .add-area .line-ttl span{
    color: #3CB158;
}
#line .point .add-area p{
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto 40px;
}
#line .point .add-area .line_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 360px;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.09em;
    color: #fff;
    background-color: #3CB157;
    border: none;
    padding: 17px 0 16px;
    margin: 0 auto;
    border-radius: 100vw;
}
#line .point .add-area .line_btn a::before{
    content: "";
    width: 39px;
    height: 37px;
    background-image: url(../img/common/line_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    #line .point{
        padding: 16vw 0;
    }
    #line .point .ttl_area{
        margin: 0 0 10.666666666666666668vw;
    }
    #line .point .ttl_area .label{
        font-size: 4.266666666666666667vw;
        margin: 0 auto 3.2vw;
    }
    #line .point .ttl_area h2{
        font-size: 6.4vw;
        margin: 0 0 6.6666666666667vw;
    }
    #line .point .ttl_area .note{
        font-size: 3.7333333333333334vw;
        line-height: 1.67;
    }
    #line .point .point-area{
        display: block;
        padding: 0;
        margin: 0 0 10.66666666668vw;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }
    #line .point .point-area .item{
        max-width: none;
        padding: 4.8vw 4.8vw 8vw;
        margin: 0 0 5.3333333333333334vw;
        border-radius: 5px;
        background-color: #fff;
    }
    #line .point .point-area .item:last-of-type{
        margin: 0;
    }
    #line .point .point-area .item .img img{
        max-width: none;
        margin: 0 0 5.33333333333333334vw;
    }
    #line .point .point-area .item p{
        font-size: 4.26666666666666666667vw;
    }
    #line .point .precautions{
        margin: 0 auto 12vw;
    }
    #line .point .precautions .ttl{
        font-size: 4.8vw;
        padding: 3.73333333333333333334vw 0;
        border-radius: 5px 5px 0 0;
    }
    #line .point .precautions .note{
        padding: 5.333333333333334vw 5.33333333333334vw 6.6666666666667vw;
        font-size: 3.7333333333333334vw;
        line-height: 1.67;
        border-radius: 0 0 5px 5px;
    }
    #line .point .add-area .line-ttl{
        font-size: 5.866666666666vw;
        line-height: 1.36;
        margin: 0 auto 7.19999999999999999vw;
    }
    #line .point .add-area p{
        font-size: 3.46666666666666666666663vw;
        line-height: 1.67;
        margin: 0 auto 8vw;
    }
    #line .point .add-area .line_btn a{
        gap: 4.666666666666667vw;
        max-width: 80vw;
        font-size: 4vw;
        padding: 3.5999999999999996vw 0;
    }
    #line .point .add-area .line_btn a::before{
        width: 9.06666666666666vw;
        height: 8.53333333333333333vw;
    }
}


/* お問い合わせ
------------------------------*/
.page-form .info-txt{
    position: relative;
    padding: 115px 0 105px;
    background-color: #F7F6F5;
}
.page-form .info-txt .inner{
    position: relative;
    z-index: 1;
}
.page-form .info-txt::before{
    content: "";
    width: 20.454545454545457vw;
    height: 12.727272727272727vw;
    background-image: url(../img/top/pickup_animal_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 10.1010101010101vw;
    z-index: 2;
}
.page-form .info-txt .note{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.76;
    margin: 0 auto 45px;
}
.page-form .info-txt .note a{
    color: #ED6C00;
    text-decoration: underline;
}
.page-form .info-txt h2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0 auto 50px;
    color: #111111;
}
.page-form .info-txt h2 span{
    color: #ED6C00;
}
.page-form .info-txt .info_list{
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    padding: 50px 0 55px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
}
.page-form .info-txt .info_list .item{
    display: block;
    width: 500px;
    flex-shrink: 0;
}
.page-form .info-txt .info_list .line-info{
    border-left: 1px dashed #032A38;
}
.page-form .info-txt .info_list .item .txt{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    margin: 0 auto 25px;
}
.page-form .info-txt .info_list .item .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: -0.01em;
    margin: -25px 0 -10px;
    color: #222222;
}
.page-form .info-txt .info_list .item .ttl::before{
    content: "";
    width: 39px;
    height: 39px;
    background-image: url(../img/page/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-form .info-txt .info_list .item .small{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.08em;
}
.page-form .info-txt .info_list .line-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 100%;
    max-width: 340px;
    height: 80px;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    background-color: #3CB157;
}
.page-form .info-txt .info_list .line-btn a::before{
    content: "";
    width: 37px;
    height: 35px;
    background-image: url(../img/page/icon_line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    .page-form .info-txt{
        padding: 8vw 0 41.33333333333333336vw;
    }
    .page-form .info-txt::before{
        width: 56.8vw;
        height: 35.199999999999996vw;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-form .info-txt .note{
        font-size: 3.466666666666666663vw;
        line-height: 1.54;
        margin: 0 auto 16vw;
    }
    .page-form .info-txt h2{
        font-size: 4.8vw;
        line-height: 1.72;
        margin: 0 auto 8vw;
    }
    .page-form .info-txt .info_list{
        display: block;
        max-width: 86.666666666666667vw;
        padding: 7.46666666666666668vw 6.6666666666666667vw 8vw;
    }
    .page-form .info-txt .info_list .item{
        width: auto;
    }
    .page-form .info-txt .info_list .tel-info{
        padding: 0 0 8vw;
        margin: 0 0 8vw;
        border-bottom: 1px dashed #032A38;
    }
    .page-form .info-txt .info_list .line-info{
        border-left: none;
    }
    .page-form .info-txt .info_list .item .txt{
        font-size: 3.73333333333333334vw;
        margin: 0 auto 4vw;
    }
    .page-form .info-txt .info_list .item .ttl{
        gap: 0.8vw;
        font-size: 9.86666666666666666667vw;
        margin: -4vw 0 -2.13333333333333333vw;
    }
    .page-form .info-txt .info_list .item .ttl::before{
        width: 6.66666666666666667vw;
        height: 6.66666666666666667vw;
    }
    .page-form .info-txt .info_list .item .small{
        font-size: 2.6666666666666666666667vw;
    }
    .page-form .info-txt .info_list .line-btn a{
        gap: 2.1333333333333333333vw;
        font-size: 4.53333333333333333333vw;
        max-width: 66.1333333333333vw;
        height: 15.466666666666667vw;
        border-radius: 5px;
    }
    .page-form .info-txt .info_list .line-btn a::before{
        width: 7.199999999999999vw;
        height: 6.66666666666666666666667vw;
    }
}


.page-form .form-ctt{
    padding: 105px 0 110px;
    border-radius: 30px 30px 0 0;
    background-color: #EFEEEC;
}
.page-form .form-ctt h2{
    position: relative;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 0 0 30px;
    margin: 0 0 60px;
}
.page-form .form-ctt h2::before{
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ED6C00;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.page-form .form-ctt .ttl-note{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    margin: 0 auto 70px;
}
.page-form .form-ctt .form_area{
    width: 100%;
    margin: 0 auto 60px;
}
.page-form .form-ctt .form_area .form_item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 0 20px;
}
.page-form .form-ctt .form_area .last_item{
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
    min-height: 76px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0 25px 0 30px;
    background-color: #fff;
    border: 1px solid #F0EEEC;
}
.page-form .form-ctt .form_area .start_item .label{
    align-items: center;
    padding: 25px 25px 25px 30px;
}
.page-form .form-ctt .form_area .form_item .label span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 100vw;
}
.page-form .form-ctt .form_area .form_item .label .required{
    color: #fff;
    background-color: #EB612A;
}
.page-form .form-ctt .form_area .form_item .w-input,
.page-form .form-ctt .form_area .form_item .post_code,
.page-form .form-ctt .form_area .form_item .select,
.page-form .form-ctt .form_area .form_item .radio-input,
.page-form .form-ctt .form_area .form_item .input-area,
.page-form .form-ctt .form_area .form_item .textarea{
    flex: 1;
    background-color: #fff;
    border: 1px solid #F0EEEC;
    border-left: none;
}
.page-form .form-ctt .form_area .form_item .select,
.page-form .form-ctt .form_area .form_item .w-input{
    display: flex;
    align-items: center;
}
.page-form .form-ctt .form_area .form_item .select{
    padding-right: 30px;
}
.page-form .form-ctt .form_area .form_item .post_code,
.page-form .form-ctt .form_area .form_item .radio-input{
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.page-form .form-ctt .form_area .form_item .input-area{
    padding: 30px;
}
.page-form .form-ctt .form_area .form_item .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.page-form .form-ctt .form_area .form_item .post_code {
    font-size: 15px;
    letter-spacing: 0.02em;
}
.page-form .form-ctt .form_area .form_item .w-input input,
.page-form .form-ctt .form_area .form_item .post_code input,
.page-form .form-ctt .form_area .form_item .select select,
.page-form .form-ctt .form_area .form_item .textarea textarea{
    font-size: 15px;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 30px 40px;
    border: none;
    outline: none;
    appearance: auto;
}
.page-form .form-ctt .form_area .form_item .textarea textarea{
    height: 100%;
    max-height: 200px;
}
.page-form .form-ctt .form_area .form_item .post_code input{
    padding: 30px 0 30px 10px;
}
.page-form .form-ctt .form_area .form_item .w-input input::placeholder,
.page-form .form-ctt .form_area .form_item .post_code input::placeholder,
.page-form .form-ctt .form_area .form_item textarea::placeholder{
    color: #C9C9C9;
}
.page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio{
    display: flex;
    align-items: center;
    gap: 35px;
}
.page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio .wpcf7-list-item{
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .radio-input input[type="radio"] {
    accent-color: #ED6C00;
}
.page-form .form-ctt .form_area .form_item .radio-input label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.page-form .form-ctt .form_area .form_item .radio-input label input{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
}
.page-form .form-ctt .form_area .form_item .radio-input label span{
    font-size: 15px;
    letter-spacing: 0.06em;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 30px;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 10px 15px 10px 18px;
    margin-right: 15px;
    background-color: #EAEAEA;
    border: 1px solid #D1CDC4;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    transition: all .3s;
}
.page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button:hover{
    opacity: 0.7;
}
.page-form .form-ctt .form_area .form_item .input-area .note,
.page-form .form-ctt .form_area .form_item .input-area .file-input .wpcf7-file{
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #1A2C44;
}
.page-form .form-ctt .form_area .form_item .wpcf7-not-valid-tip{
    padding: 0 40px 10px;
}
.page-form .form-ctt .check{
    margin: 0 auto 60px;
}
.page-form .form-ctt .check .check-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.page-form .form-ctt .check .check-flex .wpcf7-not-valid-tip{
    display: none;
}
.page-form .form-ctt .check .check-flex input{
    border: 1px solid #232323;
    background-color: #fff;
    width: 20px;
    height: 20px;
    margin: 0;
}
.page-form .form-ctt .check .check-flex .note{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #232323;
}
.page-form .form-ctt .check .check-flex .note a{
    color: #ED6C00;
    text-decoration: underline;
}
.page-form .form-ctt .check .check-flex .wpcf7-list-item-label{
    display: none;
}
.page-form .form-ctt .btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 80px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #ED6C00;
    border-radius: 100vw;
    padding: 0;
    margin: 0 auto;
    transition: all .3s;
    cursor: pointer;
    box-shadow: none;
    border: 0;
    z-index: 2;
}
.page-form .form-ctt .btn::before{
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../img/top/searchbtn-arrow-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.page-form .form-ctt .btn:hover{
    box-shadow: 0 0 0 10px rgba(237, 108, 0, 0.5);
}
.page-form .form-ctt .btn input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: transparent;
}
.page-form .form-ctt .btn .wpcf7-spinner{
    display: none;
}
.page-form .form-ctt .wpcf7-response-output{
    margin: 0;
    padding: 0;
    opacity: 0;
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .page-form .form-ctt{
        padding: 13.3333333333335vw 0 16svw;
        border-radius: 20px 20px 0 0;
    }
    .page-form .form-ctt h2{
        font-size: 6.4vw;
        padding: 0 0 4.8vw;
        margin: 0 0 10.66666666666666666668vw;
    }
    .page-form .form-ctt h2::before{
        width: 8vw;
        height: 0.533333333333333vw;
        bottom: -0.53333333333333333vw;
    }
    .page-form .form-ctt .ttl-note{
        font-size: 3.466666666666666666666663vw;
        line-height: 1.67;
        margin: 0 auto 10.666666666666666666668vw;
    }
    .page-form .form-ctt .form_area{
        margin: 0 auto 13.3333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item{
        flex-direction: column;
        margin: 0 0 4vw;
    }
    .page-form .form-ctt .form_area .form_item .label{
        max-width: none;
        min-height: auto;
        font-size: 3.733333333333333333334vw;
        padding: 4.53333333333333333vw 5.33333333333333333334vw 4.26666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .start_item .label{
        align-items: center;
        padding: 4.53333333333333333vw 5.33333333333333333334vw 4.26666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .label span{
        width: 11.200000000000001vw;
        height: 5.8666666666666666666vw;
        font-size: 2.93333333333333333333vw;
    }
    .page-form .form-ctt .form_area .form_item .w-input,
    .page-form .form-ctt .form_area .form_item .post_code,
    .page-form .form-ctt .form_area .form_item .select,
    .page-form .form-ctt .form_area .form_item .radio-input,
    .page-form .form-ctt .form_area .form_item .input-area,
    .page-form .form-ctt .form_area .form_item .textarea{
        width: 100%;
        border: 1px solid #F0EEEC;
        border-top: none;
        padding: 0;
    }
    .page-form .form-ctt .form_area .form_item .select{
        padding-right: 5.333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code,
    .page-form .form-ctt .form_area .form_item .radio-input{
        display: flex;
        align-items: center;
        padding: 6.6666666666666666667vw 5.333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area{
        padding: 5.3333333333333334vw 5.333333333333333334vw 8vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code {
        font-size: 4.53333333333333333333333vw;
        padding: 0 5.33333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .w-input input,
    .page-form .form-ctt .form_area .form_item .post_code input,
    .page-form .form-ctt .form_area .form_item .select select,
    .page-form .form-ctt .form_area .form_item .textarea textarea{
        font-size: 3.466666666666666666666663vw;
        padding: 5.3333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .textarea textarea{
        max-height: 42.6666666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .post_code input{
        padding: 6.666666666666666667vw 0 6.6666666666666666667vw 2.66666666666666666667vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input .wpcf7-radio{
        flex-direction: column;
        align-items: flex-start;
        gap: 5.33333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label{
        gap: 3.2vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label input{
        width: 5.8666666666666666666666vw;
        height: 5.8666666666666666666666vw;
    }
    .page-form .form-ctt .form_area .form_item .radio-input label span{
        font-size: 3.466666666666666666663vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .file-input{
        gap: 2.666666666666666667vw;
        margin: 0 0 5.333333333333333333334vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .file-input input[type=file]::file-selector-button{
        font-size: 3.2vw;
        padding: 1.8666666666666666666667vw 3.2vw 2.1333333333333333333vw;
        margin-right: 4vw;
    }
    .page-form .form-ctt .form_area .form_item .input-area .note,
    .page-form .form-ctt .form_area .form_item .input-area .file-input .wpcf7-file{
        font-size: 2.933333333333333333333vw;
    }
    .page-form .form-ctt .form_area .form_item .wpcf7-not-valid-tip{
        padding: 0 5.333333333333333334vw 2.1333333333333333vw;
    }
    .page-form .form-ctt .check{
        margin: 0 auto 8vw;
    }
    .page-form .form-ctt .check .check-flex{
        gap: 3.2vw;
    }
    .page-form .form-ctt .check .check-flex input{
        width: 4.8vw;
        height: 4.8vw;
    }
    .page-form .form-ctt .check .check-flex .note{
        font-size: 3.466666666666666666663vw;
    }
    .page-form .form-ctt .btn input{
        font-size: 4vw;
    }
    .page-form .form-ctt .btn{
        width: 68vw;
        height: 14.66666666666666666vw;
        font-size: 4vw;
    }
    .page-form .form-ctt .btn::before{
        width: 4.8vw;
        height: 4.8vw;
        right: 3.73333333333333334vw;
    }
}

/* 完了画面 */
.page-form .thanks .wrap{
    margin: 120px auto;
}
.page-form .thanks .thanks-content {
    max-width: 650px;
    margin: 60px auto;
    text-align: center;
}
.page-form .thanks .thanks-icon {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 30px;
    background: #FFE037;
    border-radius: 50%;
}
.page-form .thanks .thanks-icon .check-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 60px;
    transform: translate(-50%, -60%) rotate(45deg);
    border-right: 8px solid #222;
    border-bottom: 8px solid #222;
}
.page-form .thanks .wrap h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 25px;
    color: #222;
}
.page-form .thanks .thanks-message {
    margin-bottom: 40px;
}
.page-form .thanks .thanks-message p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin: 0;
}
.page-form .thanks .btn a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 80px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #111;
    border-radius: 100vw;
    transition: all .3s;
    z-index: 2;
}
.page-form .thanks .btn a::before{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../img/top/searchbtn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}
.page-form .thanks .btn a:hover{
    opacity: 1;
    background-color: #ED6C00;
    box-shadow: 0 0 0 10px rgba(237, 108, 0, 0.5);
}
.page-form .thanks .btn a:hover::before{
    background-image: url(../img/top/searchbtn-arrow-hover.svg);
}
@media only screen and (max-width: 768px) {
    .page-form .thanks .wrap {
        margin: 8vw auto 12vw;
    }
    .page-form .thanks .thanks-content {
        margin: 8vw auto 0;
    }
    .page-form .thanks .thanks-icon {
        width: 25vw;
        height: 25vw;
        margin: 0 auto 6vw;
    }
    .page-form .thanks .thanks-icon .check-mark {
        width: 8vw;
        height: 12vw;
        border-right: 1.5vw solid #222;
        border-bottom: 1.5vw solid #222;
    }
    .page-form .thanks .wrap h2 {
        font-size: 6vw;
        margin: 0 auto 4vw;
    }
    .page-form .thanks .thanks-message {
        margin-bottom: 6vw;
    }
    .page-form .thanks .thanks-message p {
        font-size: 3.5vw;
    }
    .page-form .thanks .btn a{
        width: 68vw;
        height: 14.6666666666666666666vw;
        font-size: 4vw;
    }
    .page-form .thanks .btn a::before{
        right: 3.73333333333333334vw;
        width: 4.8vw;
        height: 4.8vw;
    } 
}

/* 宅配買取フォーム */
#delivery-form .info-txt .info_list {
    max-width: 800px;
    padding: 35px 0 48px;
}
#delivery-form .info-txt .info_list .item{
    width: 100%;
}
#delivery-form .info-txt .info_list .item .txt{
    font-size: 24px;
    margin: 0 auto 25px;
}
#delivery-form .info-txt .info_list .item .ttl{
    font-size: 70px;
    letter-spacing: -0.01em;
    margin: -25px 0 -10px;
}
#delivery-form .info-txt .info_list .item .ttl::before{
    width: 48px;
    height: 48px;
}
#delivery-form .info-txt .info_list .item .small{
    font-size: 17px;
}
@media only screen and (max-width: 768px) {
    #delivery-form .info-txt .info_list{
        display: block;
        max-width: 86.666666666666667vw;
        padding: 7.46666666666666668vw 6.6666666666666667vw 8vw;
    }
    #delivery-form .info-txt .info_list .item{
        width: auto;
    }
    #delivery-form .info-txt .info_list .tel-info{
        padding: 0;
        margin: 0;
        border-bottom: none;
    }
    #delivery-form .info-txt .info_list .line-info{
        border-left: none;
    }
    #delivery-form .info-txt .info_list .item .txt{
        font-size: 3.73333333333333334vw;
        margin: 0 auto 4vw;
    }
    #delivery-form .info-txt .info_list .item .ttl{
        gap: 0.8vw;
        font-size: 9.86666666666666666667vw;
        margin: -4vw 0 -2.13333333333333333vw;
    }
    #delivery-form .info-txt .info_list .item .ttl::before{
        width: 6.66666666666666667vw;
        height: 6.66666666666666667vw;
    }
    #delivery-form .info-txt .info_list .item .small{
        font-size: 2.6666666666666666666667vw;
    }
}


#delivery-form .v-application{
    font-family: "Noto Sans JP", sans-serif;
}
#delivery-form .theme--light.v-application{
    background-color: transparent;
}
#delivery-form .v-application .ma-sm-5 {
    margin: 0 !important;
    background-color: transparent;
    box-shadow: none;
}
#delivery-form .v-application .pa-5{
    padding: 0 !important;
}
#delivery-form .v-application p{
    margin: 0;
}
[v-cloak] {
  display: none !important;
}

#delivery-form .form-item{
    margin: 0 0 20px;
}
#delivery-form .flex-input{
    display: flex;
    align-items: stretch;
    gap: 10px;
}
#delivery-form .flex-input .input_area{
    display: flex;
    align-items: center;
}
#delivery-form .input_area{
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}
#delivery-form .big-size{
    align-items: flex-start;
}
#delivery-form .input_area .label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    padding: 24px 25px 25px 30px;
    max-width: 280px;
    width: 100%;
    max-height: 76px;
}
#delivery-form .input_area .label span{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: normal;
    padding: 4px 10px 5px;
    color: #fff;
    background-color: #EB612A;
    border-radius: 100vw;
}
#delivery-form .input_area .w-input{
    flex: 1;
    border-left: 1px solid #EFEEEC;
}
#delivery-form .input_area .w-input .flex{
    align-items: center;
    gap: 10px;
    padding: 0 40px;
}
#delivery-form .input_area .w-input .v-select__slot .v-label{
    left: 40px !important;
}
#delivery-form .input_area .w-input .v-text-field--outlined fieldset{
    border: none;
}
#delivery-form .input_area .w-input .theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset{
    border: none;
}
#delivery-form .input_area .w-input .v-input__slot{
    padding: 0;
    margin: 0;
}
#delivery-form .input_area .w-input .v-text-field__details{
    position: absolute;
    bottom: -5px;
    left: 40px;
    padding: 0;
    margin: 0;
}
#delivery-form .postal .w-input .v-text-field__details{
    left: 0;
}
#delivery-form .sum .w-input .v-text-field__details{
    width: 200px;
    left: 210px;
    top: 38%;
    transform: translateX(-50%);
    max-width: none;
}
#delivery-form .input_area .w-input .v-textarea .v-text-field__details{
    bottom: 10px;
}
#delivery-form .input_area .w-input .v-text-field input{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.02em;
    color: #111;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    max-height: 76px;
}
#delivery-form .postal .w-input .v-text-field input{
    padding: 0;
}
#delivery-form .input_area .w-input .v-text-field textarea{
    display: block;
    width: 100%;
    padding: 24px 40px 30px;
    margin: 0;
    height: 100% !important;
    max-height: 200px;
}
#delivery-form .input_area .w-input .v-text-field input::placeholder{
    color: #C9C9C9;
    opacity: 1;
}
#delivery-form .prefe-input{
    padding: 0 40px;
}
#delivery-form .prefe-input input{
    padding: 0 !important;
    cursor: pointer;
}
#delivery-form .input_area .prefe-input .v-text-field__details{
    left: 0;
}
#delivery-form .sum .w-input{
    gap: 10px;
    padding: 0 25px;
}
#delivery-form .sum .w-input .v-input{
    max-width: 70px;
}
#delivery-form .sum .w-input .v-text-field__slot input{
    max-width: 70px;
    width: 100%;
    max-height: 46px;
    text-align: right;
    padding: 0 10px;
    border: 1px solid #E8E3E2;
}
#delivery-form .date-item .v-input__slot .v-text-field__slot,
#delivery-form .select .v-select__slot{
    position: relative;
    max-width: 250px;
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
}
#delivery-form .date-item .v-input__slot .v-text-field__slot::before,
#delivery-form .select .v-select__slot::after{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    width: 13px;
    height: 7px;
    background-image: url(../img/page/delivery-form_arrow.svg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
#delivery-form .select .v-select__slot label{
    color: #1A2C44;
    opacity: 1;
}
#delivery-form .input_area .w-input .v-select__slot .v-label{
    left: 20px !important;
}
#delivery-form .input_area .prefe-input .v-select__slot .v-label {
    left: 0 !important;
}
#delivery-form .prefe-input .v-input__append-inner,
#delivery-form .select .v-select__slot .v-input__append-inner{
    display: none;
}
#delivery-form .select .v-select__slot .v-select__selections{
    padding: 10px 20px 8px;
}
#delivery-form .select .v-select__slot .v-select__selections input{
    padding: 0 20px;
    height: 0;
}
#delivery-form .select .w-input .v-text-field__details{
    bottom: -18px;
    left: 20px;
}
#delivery-form .select .v-select__slot .v-icon.v-icon{
    display: none;
}
#delivery-form .date-item .w-input .v-input__slot label{
    padding: 0 20px;
    color: #111111;
}
#delivery-form .date-item .w-input .v-input__slot input{
    padding: 0 20px;
}
#delivery-form .select .w-input .time-note{
    display: block;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.77;
    margin: 18px 0 0;
}
#delivery-form .size-input{
    padding: 30px 25px 35px;
}
#delivery-form .ex_area{
    margin: 22px 0 0;
}
#delivery-form .ex_area .size_area{
    display: flex;
    gap: 22px;
    margin: 0 0 35px;
}
#delivery-form .ex_area .size_area .item{
    display: block;
    max-width: 150px;
    width: 100%;
}
#delivery-form .ex_area .size_area .item .img img{
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
#delivery-form .ex_area .size_area .item .text .ttl{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 5px;
    color: #111111;
}
#delivery-form .ex_area .size_area .item .text .detail{
    font-size: 12px;
    letter-spacing: 0.05em;
}
#delivery-form .ex_area .ex_txt .note-ttl{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 14px;
}
#delivery-form .ex_area .ex_txt .note{
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.67;
}
#delivery-form .input_area .precautions{
    background-color: #fff;
    width: 100%;
    padding: 40px 50px 60px;
}
#delivery-form .input_area .precautions .ttl{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #032A38;
}
#delivery-form .input_area .precautions .txt{
    max-height: 250px;
    overflow: auto;
    padding-right: 10px;
}
#delivery-form .input_area .precautions .txt p,
#delivery-form .input_area .precautions .txt ul li{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
}
#delivery-form .input_area .precautions .txt .p_need{
    margin-bottom: 25px;
}
#delivery-form .input_area .precautions .txt .ca_p{
    margin-bottom: 30px;
}
#delivery-form .input_area .precautions .txt ul{
    padding: 0;
}
#delivery-form .input_area .precautions .txt ul li{
    display: flex;
    align-items: center;
}
#delivery-form .input_area .precautions .txt ul li::before{
    content: "・";
}
#delivery-form .input_area .precautions .txt ul li::marker{
    color: transparent;
}
#delivery-form .input_area .precautions .txt .add_txt{
    margin-top: 30px;
}
#delivery-form .input_area .precautions .txt .add_txt .item{
    margin-bottom: 30px;
}
#delivery-form .input_area .precautions .txt .add_txt .item:last-of-type{
    margin: 0;
}
#delivery-form .input_area .precautions .txt .add_txt .item h3{
    font-size: 20px;
    margin: 0 0 15px;
}
#delivery-form .input_area .precautions .txt .add_txt .item ul li {
    align-items: flex-start;
}
#delivery-form .input_area .precautions .txt .add_txt .item p{
    margin-bottom: 20px;
}
#delivery-form .check p{
    margin: 0;
}
#delivery-form .check p a{
    display: block;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
    transition: all .3s;
}
#delivery-form .check p a:hover{
    opacity: 0.7;
}
#delivery-form .check .row{
    justify-content: center;
}
#delivery-form .check .v-input__slot{
    max-width: 450px;
    margin: 0 auto;
}
#delivery-form .check .v-input__slot label{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #222222;
}
#delivery-form .check .theme--light.v-icon{
    color: #D3D3D3;
    font-size: 28px;
}
#delivery-form .check .v-input--selection-controls{
    padding: 0;
    margin: 0 auto 16px;
}
#delivery-form .check label a{
    color: #ED6C00;
    text-decoration: underline;
}
#delivery-form .btn button{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: center;
    height: 100%;
    padding: 0;
    background: transparent;
    border-radius: 100vw;
    color: #fff;
}
#delivery-form .btn_confirm{
    margin: 50px auto 0;
}
#delivery-form .submit{
    margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
    #delivery-form .form-item{
        flex-direction: column;
        margin: 0 0 4vw;
    }
    #delivery-form .flex-input{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 4vw;
    }
    #delivery-form .flex-input .input_area{
        flex-direction: column;
        align-items: flex-start;
    }  
    #delivery-form .input_area .label{
        font-size: 3.733333333333333333334vw;
        padding: 4.53333333333333333vw 5.33333333333333333334vw 4.26666666666666666666667vw;
        max-width: none;
        max-height: none;
        border-bottom: 1px solid #F0EEEC;
    }
    #delivery-form .input_area .label span{
        font-size: 2.93333333333333333333vw;
        padding: 1.0666666666666667vw 2.6666666666666667vw 1.333333333333335vw;
    }
    #delivery-form .input_area .w-input{
        border: none;
        width: 100%;
    }
    #delivery-form .input_area .w-input .flex{
        gap: 2.66666666666666666667vw;
        padding: 0 5.33333333333333333334vw;
    }
    #delivery-form .input_area .w-input .v-select__slot .v-label{
        left: 0;
        font-size: 3.46666666666666663vw;
    }
    #delivery-form .input_area .w-input .v-text-field__details{
        bottom: 0vw;
        left: 5.333333333333333334vw;
    }
    #delivery-form .input_area .w-input .v-text-field__details .v-messages__message{
        line-height: 10px;
        font-size: 2.9333333333333333333vw;
    }
    #delivery-form .input_area .w-input .v-text-field input{
        font-size: 3.4666666666666666663vw;
        padding: 0 5.333333333333333333333334vw;
        max-height: 16vw;
    }
    #delivery-form .postal .w-input .v-text-field input{
        padding: 0;
    }
    #delivery-form .input_area .w-input .v-text-field textarea{
        padding: 5.3333333333333333333333334vw;
        font-size: 3.466666666663vw;
        line-height: 1.67 !important;
        max-height: 42.6666666666666666666667vw ;
    }
    #delivery-form .prefe-input{
        padding: 0 5.33333333333333334vw;
    }
    #delivery-form .prefe-input .v-text-field .v-text-field__details{
        left: 0;
    }
    #delivery-form .sum .w-input{
        gap: 4vw;
        padding: 0 5.33333333333333333334vw;
    }
    #delivery-form .sum .w-input .v-input{
        max-width: 16vw;
    }
    #delivery-form .sum .w-input .v-text-field__slot input{
        max-width: 16vw;
        max-height: 12vw;
        padding: 0 2.66666666666666667vw;
    }
    #delivery-form .sum .w-input .v-text-field__details{
        width: 48vw;
        left: 55vw;
        top: 42%;
    }
    #delivery-form .v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot{
        margin: 0;
    }
    #delivery-form .v-application--is-ltr .v-text-field--outlined fieldset{
        padding: 0;
    }
    #delivery-form .date-item .v-input__slot .v-text-field__slot,
    #delivery-form .select .v-select__slot{
        max-width: 100%;
        max-height: 12vw;
    }
    #delivery-form .date-item .v-input__slot .v-text-field__slot::before,
    #delivery-form .select .v-select__slot::after{
        right: 4vw;
        width: 2.933333333333333333333vw;
        height: 1.33333333333333335vw;
    }
    #delivery-form .date-item .w-input .v-input__slot label{
        font-size: 3.466666666666666663vw;
        top: 30%;
    }
    #delivery-form .input_area .w-input .v-select__slot .v-label{
        top: 30%;    
        left: 4vw;
    }
    #delivery-form .select .v-select__slot .v-select__selections{
        padding: 0 5.3333333333333333334vw;
    }
    #delivery-form .select .v-select__slot .v-select__selections input{
        padding: 0 4vw;
    }
    #delivery-form .input_area .size-input .v-text-field__details{
        bottom: -4.8vw;
    }
    #delivery-form .select .w-input{
        padding: 5.3333333333333333333334vw;
    }
    #delivery-form .select .w-input .v-text-field__details{
        bottom: -3.2vw;
        left: 5.3333333333333333334vw;
    }
    #delivery-form .select .w-input .time-note{
        font-size: 2.93333333333333333333vw;
        margin: 4vw 0 0;
    }
    #delivery-form .size-input{
        padding: 5.333333333333333333334vw;
    }
    #delivery-form .ex_area{
        margin: 5.33333333333333333334vw 0 0;
    }
    #delivery-form .ex_area .size_area{
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 4vw; 
        margin: 0 0 5.333333333333333334vw;
    }
    #delivery-form .ex_area .size_area .item{
        max-width: 35.46666666666667vw;
    }
    #delivery-form .ex_area .size_area .item .img img{
        margin: 0 0 3.2vw;
    }
    #delivery-form .ex_area .size_area .item .text .ttl{
        font-size: 3.2vw;
        margin: 0 0 1.33333333333333333333335vw;
    }
    #delivery-form .ex_area .size_area .item .text .detail{
        font-size: 2.933333333333333333vw;
    }
    #delivery-form .ex_area .ex_txt .note-ttl{
        font-size: 3.2vw;
        margin: 0 0 2.666666666666666667vw;
    }
    #delivery-form .ex_area .ex_txt .note{
        font-size: 2.9333333333333333333vw;
    }
    #delivery-form .input_area .precautions{
        padding: 6.66666666666666667vw 5.333333333333333334vw;
    }
    #delivery-form .input_area .precautions .ttl{
        font-size: 4.266666666666666667vw;
        padding-bottom: 4vw;
        margin-bottom: 5.3333333333333334vw;
    }
    #delivery-form .input_area .precautions .txt{
        max-height: 58.666666666666664vw;
        padding-right: 1.333333333333333335vw;
    }
    #delivery-form .input_area .precautions .txt p,
    #delivery-form .input_area .precautions .txt ul li{
        font-size: 3.2vw;
    }
    #delivery-form .input_area .precautions .txt .p_need{
        margin-bottom: 4.8vw;
    }
    #delivery-form .input_area .precautions .txt .ca_p{
        margin-bottom: 6.6666666666666667vw;
    }
    #delivery-form .input_area .precautions .txt .add_txt{
        margin-top: 6.666666666666666666667vw;
    }
    #delivery-form .input_area .precautions .txt .add_txt .item{
        margin-bottom: 6.666666666666666666667vw;
    }
    #delivery-form .input_area .precautions .txt .add_txt .item h3{
        font-size: 4vw;
        margin: 0 0 2.666666666666667vw;
    }
    #delivery-form .input_area .precautions .txt .add_txt .item p{
        margin-bottom: 4vw;
    }
    #delivery-form .check{
        margin: 0 auto 5.3333333333333333334vw;
    }
    #delivery-form .check p a{
        margin: 0 auto 5.333333333333333334vw;
    }
    #delivery-form .check .v-input__slot label{
        font-size: 3.733333333333333334vw;
    }
    #delivery-form .check .col-auto{
        padding: 0;
    }
    #delivery-form .btn button{
        font-size: 4vw;
    }
    #delivery-form .btn_confirm{
        margin: 8vw auto 0;
    }
    #delivery-form .submit{
        margin: 4vw auto 0;
    }
}

/* 確認画面 */
@media only screen and (max-width: 768px) {
    #delivery-form .confirm .input_area{
        flex-direction: column;
        margin: 0 0 4vw;
    }
    #delivery-form .confirm .confirm-txt{
        padding: 5.3333333333333333334vw;
    }
    #delivery-form .confirm .confirm-txt,
    #delivery-form .confirm .confirm-txt p{
        display: block;
        margin: 0 auto 0 0;
        width: 100%;
        font-size: 3.466666666666666666663vw;
        text-align: left;
    }
    #delivery-form .confirm .confirm-txt .flex{
        gap: 1.333333333333335vw;
    }
    #delivery-form .confirm .confirm-txt p{
        margin: 0;
        width: auto;
    }

}


/* yahoo */
.yahoo *{
    box-sizing: border-box;
}
.yahoo .sp{
    display: none;
}
.yahoo-img{
    background-color: #f1f1f1;
    padding: 60px 0 40px;
}
.yahoo-img img{
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.yahoo{
    background-color: #f1f1f1;
    padding: 30px 0 80px;
}
.yahoo .ctt{
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px 105px 30px 95px;
}
.yahoo .ctt table{
    width: 100% !important;
}
.yahoo .ctt .top_note td{ 
    display: block;
    line-height: 1.63;
    padding: 0;
    margin: 0 0 60px;
}
.yahoo .ctt .ttl td{
    display: block;
    padding: 12px 0 11px;
    margin: 0 0 30px;
}
.yahoo .ctt .note td{
    display: block;
    letter-spacing: 0.06em;
    line-height: 1.67;
    padding: 0;
    margin: 12px 0 40px;
}
.yahoo .ctt .note td .big{
    font-size: 17px;
    line-height: 1.4;
}
@media only screen and (max-width: 768px) {
    .yahoo *{
        max-width: 100%;
    }
    .yahoo .sp{
        display: block;
    }
    .yahoo-img{
        padding: 10.66666666666666666668vw 4vw 6.6666666666666667vw;
    }
    .yahoo{
        padding: 0 0 16vw;
    }
    .yahoo .ctt{
        border-radius: 10px;
        max-width: 90vw;
        margin: 0 auto;
        padding: 5.3333333333333333334vw 4vw 0;
    }
    .yahoo .ctt .top_note td{ 
        margin: 0 0 8vw;
    }
    .yahoo .ctt .top_note td span{
        font-size: 3.733333333333334vw !important;
    }
    .yahoo .ctt .ttl td{
        padding: 2.6666666666666667vw 3.2vw;
        margin: 0 0 6.66666666666667vw;
    }
    .yahoo .ctt .ttl td span{
        font-size: 4.8vw !important;
    }
    .yahoo .ctt .sub_ttl td:first-of-type{
        width: 0.8vw;
    }
    .yahoo .ctt .sub_ttl td:last-of-type{
        display: block;
    }
    .yahoo .ctt .sub_ttl td span{
        display: block;
        font-size: 4.26666666666666667vw !important;
        padding-left: 2.666666666666667vw;
    }
    .yahoo .ctt .note td{
        margin: 2.666666666666667vw 0 8vw;
    }
    .yahoo .ctt .note td span{
        font-size: 3.733333333333333334vw !important;
    }
    .yahoo .ctt .note td .big{
        font-size: 4vw !important;
    }
    .yahoo .ctt .last-table td{
        margin: 2.6666666667vw 0 4vw;
    }

}