@charset "UTF-8";

.senior-img-area{
    display: flex;
    justify-content: space-between;
    margin:60px -20px;
}
.senior-img-area img{
    width: 48%;
}
.senior-img-area img:first-child{
    margin-top:100px;
}
.senior-img-area img:last-child{
    margin-bottom:100px;
}
.senior-img{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.show {
    opacity: 1;
    transform: translateY(0);
}
.senior-text-area{
    color: #003460;
    line-height: 1.7;
}
.senior-ttl{
    font-size: 18px;
    font-weight: 700;
    margin-bottom:10px;
}
.senior-text{
    font-size: 14px;
}
.price__head{
    margin-top:20px;
}
.price-index__number {
    width: clamp(15px,1.6vw,20px);
    flex-shrink: 0;
}
.price-head__shoot,
.price-shoot__text {
    width: 22%;
}
.price-head__print,
.price-print__text {
    width: 28%;
}
.price-head__data,
.price-data__text {
    width: 28%;
}
.price-head__sum,
.price-sum__text {
    width: 22%;
}
.price-shoot__text,
.price-print__text,
.price-data__text {
    padding-left: clamp(15px,1.6vw,20px);
}
.price__plus {
    left: calc(min(0.25vw, 3px));
}
@media screen and (min-width: 600px) {
    .senior-img-area{
        margin:80px 0;
    }
    .senior-img-area img:first-child{
        margin-top:140px;
    }
    .senior-img-area img:last-child{
        margin-bottom:140px;
    }
    .senior-text-area{
        line-height: 1.8;
    }
    .senior-ttl{
        font-size: 22px;
    }
    .senior-text{
        font-size: 18px;
    }
    .tab-contents {
        margin: 30px auto 0;
    }

}
