.extra-service-card{display:flex;flex-direction:column;gap:2.4rem;padding:3.2rem 2.4rem;border-radius:1.2rem;border:1px solid #e3e3e3;background-color:#fff}.extra-service-card .header{display:flex;flex-direction:column;gap:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid #e3e3e3}.extra-service-card .header .label-area{display:flex;align-items:center;gap:.8rem}.extra-service-card .header .label-area .label{font-size:2rem;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.extra-service-card .header .label-area .ico-area{display:flex;gap:.8rem;align-items:center}.extra-service-card .header .label-area .ico-area img{width:3.2rem}.extra-service-card .header .date{font-size:1.4rem;color:#575757}.extra-service-card .service-price{font-size:1.4rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.6rem}.extra-service-card .service-price .value{font-size:1.8rem;font-weight:700}.extra-service-card .content{display:flex;flex-direction:column;gap:3.2rem;font-size:1.6rem}.extra-service-card .content .title{font-weight:700}.extra-service-card .content .list{display:flex;flex-direction:column;gap:1.2rem}.extra-service-card .btn-area.--tip{display:flex;gap:.4rem}.extra-service-card .btn-area.--tip .btn-text{font-size:1.5rem;color:#3760BE;text-decoration:underline}.extra-service-card .btn-area.--more .btn-more{display:flex;align-items:center;margin-top:1.8rem;font-size:1.6rem;color:#575757}.extra-service-card .content-area .btn-more:after{content:"";display:inline-block;width:2rem;height:2rem;background-image:url(/images/ico/ico_arrow_down.svg);background-size:cover}.extra-service-card .content-area>.wrap{max-height:8rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;font-size:1.6rem;line-height:1.5}.extra-service-card .content-area>.wrap .text{line-height:1.6}.extra-service-card .content-area.is-expanded .wrap{max-height:max-content}.extra-service-card .content-area.is-expanded .btn-more:after{background-image:url(/images/ico/ico_arrow_top.svg)}