@charset 'UTF-8';
.PCprocess__tag {
    display: none;
}

.process__list {
    margin-top: 40px;
}

.process__index {
    display: flex;
    justify-content: center;
}

.process__name__1 {
    background-image: url(../images/SPhoken1.png);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}

.process__name__2 {
    background-image: url(../images/SPhoken2.png);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}

.process__name__3 {
    background-image: url(../images/SPhoken3.png);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}

.process__name__4 {
    background-image: url(../images/SPhoken4.png);
    width: 60px;
    height: 50px;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px;
}

.process__topic {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-align: center;
    margin-top: 10px;
}

.process__txt {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.77px;
    margin-left: 9.3%;
    margin-right: 9.3%;
    margin-top: 8px;
    margin-bottom: 25px;
}

.process__span {
    color: #F00;
}

@media screen and (min-wdit: 769px) {
    .process__span {
        font-size: 1.8rem;
    }
}

.addinfo {
    /* margin-top: 45px; */
    margin-bottom: 40px;
    margin-left: 9.3%;
    margin-right: 9.3%;
}

.addinfo__name {
    
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.88px;
}

.addinfo__txt {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.77px;
}

.addinfo__item {
    margin-top: 25px;
}

/* PCinsurance */
@media screen and (min-width: 769px) {
    .process__item {
        display: flex;
        gap: 60px;
        justify-content: center;
        margin-bottom: 42.5px;
    }

    .process__txt {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.88px;
        margin-top: 18px;
    }

    .process__contents {
        width: 53.6%;
    }

    .process__list {
        margin-top: 80px;
    }

    .process__name__1 {
        background-image: url(../images/PChoken1.png);
        width: 197.5px;
        height: 193.5px;
        background-repeat: no-repeat;
        font-size: 3rem;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .process__name__2 {
        background-image: url(../images/PChoken2.png);
        width: 197.5px;
        height: 193.5px;
        background-repeat: no-repeat;
        font-size: 3rem;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .process__name__3 {
        background-image: url(../images/PChoken3.png);
        width: 197.5px;
        height: 193.5px;
        background-repeat: no-repeat;
        font-size: 3rem;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .process__name__4 {
        background-image: url(../images/PChoken4.png);
        width: 197.5px;
        height: 193.5px;
        background-repeat: no-repeat;
        font-size: 3rem;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .process__topic {
        margin: 0;
        text-align: left;
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 1.32px;
    }

    .process__contents {
        margin-left: 0;
    }

}

@media screen and (min-width: 920px) {
    .addinfo {
        margin-bottom: 70px;
        margin-left: 14%;
        margin-right: 0;
    }

    .addinfo__name {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 1.32px;
    }

    .addinfo__txt {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.88px;
        margin-top: 19px;
    }

}

.addinfo__content {
    display: flex;
    justify-content: flex-start;
}

/* 同意書ダウンロードセクション */
.doui-download {
    background-color: #f5f5f5;
    padding: 30px 20px;
    margin: 40px 0;
    text-align: center;
}

.doui-download__inner {
    max-width: 600px;
    margin: 0 auto;
}

.doui-download__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.doui-download__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #666;
}

.doui-download__btn {
    display: inline-block;
    background-color: #5B4B96;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.6rem;
    transition: background-color 0.3s;
}

.doui-download__btn:hover {
    background-color: #4a3d7a;
}

@media screen and (min-width: 769px) {
    .doui-download {
        padding: 50px 20px;
        margin: 60px 0;
    }

    .doui-download__title {
        font-size: 2.4rem;
    }

    .doui-download__txt {
        font-size: 1.6rem;
    }

    .doui-download__btn {
        font-size: 1.8rem;
        padding: 18px 40px;
    }
}
