/* block */
.block {
    padding: 75px 0;
}
.block-inner {
    margin: 0 auto;
    width: calc(100% - 50px);
}
.block-head {
    margin: 0 0 45px;
    text-align: center;
}
.block-head::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 108px;
    margin: 0 auto 35px;
    width: 100px;
}
.block-head h2 {
    color: var(--sub-theme-color);
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 35px;
}
.block-head p {
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .block-head h2 {
        font-size: 38px;
    }
    .block-head p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .block {
        padding: 45px 0;
    }
    .block-head {
        margin: 0 0 35px;
    }
    .block-head::before {
        margin: 0 auto 25px;
        width: 75px;
    }
    .block-head h2 {
        font-size: 28px;;
    }
    .block-head p {
        font-size: 16px;
    }
}


/* btn */
.btn {
    background: var(--main-theme-color);
    height: 110px;
    width: 100%;
}
.btn.type1 {
    border-radius: 0;
    filter: drop-shadow(0 5px 0 #b3543a);
    height: 110px;
}
.btn.type2 {
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 #b3543a);
    height: 110px;
}
.btn.type3 {
    border-radius: 75px;
    filter: drop-shadow(5px 5px 0 #b3543a);
    height: 88px;
}
.btn.type4 {
    border-radius: 10px;
    filter: drop-shadow(5px 5px 0 #b3543a);
    height: 88px;
}
.btn.blue {
    background: var(--sub-theme-color);
    filter: drop-shadow(5px 5px 0 #507a7f);
}
.btn.type1 a::after {
    background: url(../../images/lp2/icon-triangel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 25px;
    margin-left: 10px;
    width: 21px;
}
.btn.type2 a::after {
    background: url(../../images/lp2/icon-triangel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 21px;
    margin-left: 10px;
    width: 18px;
}
.btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
.btn.type1 a {
    font-size: 36px;
}
.btn.type2 a,
.btn.type3 a {
    font-size: 32px;
}
.btn.type4 a {
    font-size: 22px;
}
.btn.type3 a {
    background-image: url(../../images/lp2/icon-triangel.svg);
    background-position: right 20px center;
    background-size: 18px;
    background-repeat: no-repeat;
}

/* blockname */
@media screen and (max-width: 1250px) {
    .btn.type1 {
        height: 90px;
    }
    .btn.type2 {
        height: 75px;
    }
    .btn.type3 {
        height: 65px;
    }
    .btn.type1 a {
        font-size: 22px;
    }
    .btn.type2 a,
    .btn.type3 a {
        font-size: 21px;
    }
}
@media screen and (max-width: 400px) {
    .btn.type1 a::after {
        height: 25px;
        margin-left: 5px;
        width: 14px;
    }
    .btn.type2 a::after {
        height: 21px;
        margin-left: 5px;
        width: 12px;
    }
    .btn.type1 a {
        font-size: 20px;
    }
    .btn.type2 a,
    .btn.type3 a {
        font-size: 15px;
    }
}

/* mv */
.mv-image {
    line-height: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* archivement */
.archivement-head::before {
    background-image: url(../../images/lp2/icon-archivement.svg);
}
.archivement-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 35px;
}
.archivement-card {
    background: #3199cd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}
.archivement-card__image {
    aspect-ratio: 1 / 1;
    line-height: 0;
    width: 190px;
}
.archivement-card__text {
    width: calc(100% - 200px);
}
.archivement-card__text .name {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.archivement-card__text .txt,
.archivement-card__text .txt2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
}
.archivement-card__priceline1 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 26px;
}
.archivement-card__priceline1 dt {
    background: #e57c02;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    width: 100px;
}
.archivement-card__priceline1 dd {
    background: #fff;
    color: var(--main-theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    height: 100%;
    padding: 0 10px;
    width: calc(100% - 100px);
}
.archivement-card__priceline1 dd span {
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: 700;
}
.archivement-card__priceline2 {
    background: #fe0100;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
    padding: 0 0 0 10px;
 }
.archivement-card__priceline2 p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}
.archivement-card__priceline2 .num {
    font-size: 18px;
    font-weight: 700;
}
.archivement-card__priceline2 .yen {
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
}
.archivement-card__priceline2 .yellow {
    color: #ffff00;
}
.archivement-card__text .price {
    background: #fff;
    color: #fe0100;
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 0 10px;
}
.archivement-card__text .price .yen {
    color: #fe0100;
    font-size: 32px;
    font-weight: 700;
}
@media screen and (max-width: 1250px) {
    .archivement-card__image {
        width: 100px;
    }
    .archivement-card__text {
        width: calc(100% - 110px);
    }
    .archivement-card__text .name {
        font-size: 16px;
    }
    .archivement-card__text .txt,
    .archivement-card__text .txt2 {
        font-size: 12px;
    }
    .archivement-card__priceline1 {
        height: 20px;
    }
    .archivement-card__priceline1 dt {
        font-size: 14px;
        line-height: 20px;
        width: 85px;
    }
    .archivement-card__priceline1 dd {
        font-size: 12px;
        line-height: 20px;
        width: calc(100% - 85px);
    }
    .archivement-card__priceline1 dd span {
        font-size: 18px;
    }
    .archivement-card__priceline2 {
        height: 26px;
        padding: 0 0 0 10px;
    }
    .archivement-card__priceline2 p {
        font-size: 14px;
        line-height: 26px;
    }
    .archivement-card__priceline2 .num {
        font-size: 18px;
    }
    .archivement-card__priceline2 .yen {
        font-size: 18px;
    }
    .archivement-card__text .price {
        font-size: 32px;
        padding: 0 0 0 10px;
    }
    .archivement-card__text .price .yen {
        font-size: 20px;
    }
}
@media screen and (max-width: 468px) {
    .archivement-card__image {
        aspect-ratio: 16 / 9;
        margin: 0 0 8px;
        overflow: hidden;
        width: 100%;
    }
    .archivement-card__image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .archivement-card__text {
        width: 100%;
    }
}

/* voice */
.voice-head::before {
    background-image: url(../../images/lp2/icon-voice.svg);
}
.voice-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.voice-card {
    background: #f2f2f2;
    border-radius: 30px;
    padding: 15px 20px;
}
.voice-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 15px;
}
.voice-card__text {
    width: calc(100% - 260px);
}
.voice-card__image {
    width: 260px;
}
.voice-card__text .maker,
.voice-card__text .user {
    color: #9d9d9d;
    font-size: 20px;
    font-weight: 700;
}
.voice-card__text .name {
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0 10px;
}
.voice-card__comment {
    margin: 15px 0 0;
}
.voice-comment__icon {
    float: left;
    height: 85px;
    padding: 0 10px 0 0;
    width: 120px;
}
.voice-card__icon img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.voice-card__comment p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 1250px) {
    .voice-card {
        border-radius: 20px;
        padding: 15px 20px;
    }
    .voice-card__head {
        margin: 0 0 15px;
    }
    .voice-card__text {
        width: calc(100% - 155px);
    }
    .voice-card__image {
        width: 140px;
    }
    .voice-card__text .maker,
    .voice-card__text .user {
        font-size: 14px;
    }
    .voice-card__text .name {
        font-size: 20px;
        margin: 2px 0 5px;
    }
    .voice-card__comment {
        margin: 10px 0 0;
    }
    .voice-comment__icon {
        height: 57px;
        width: 75px;
    }
    .voice-card__comment p {
        font-size: 16px;
    }
}
@media screen and (max-width: 468px) {}

/* reason */
.reason {
    background: #f6f6f6;
    background-image: url(../../images/lp2/bg-triangel.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 150px;
}
.reason-head::before {
    background-image: url(../../images/lp2/icon-reason.svg);
}
.reason-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    row-gap: 10px;
    margin: 0 0 35px;
}
.reason-card {
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(3px 3px 2px rgb(147 147 147 / 45%));
    padding: 15px 5px;
}
.reason-point {
    background: var(--sub-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    margin: 0 auto;
    padding: 0 35px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.reason-point p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.reason-point p span {
    color: #fff;    
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
}
.reason-image {
    line-height: 0;
    height: 75px;
    margin: 20px auto 15px;
    width: max-content;
}
.reason-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.reason-text {
    text-align: center;
}
.reason-text h3 {
    font-size: 21px;
    font-weight: 700;
}
.reason-text p {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 1250px) {
    .reason {
        padding-top: 120px;
    }
    .reason-head::before {
        background-image: url(../../images/lp2/icon-reason.svg);
    }
    .reason-cards {
        margin: 0 0 25px;
    }
    .reason-point {
        height: 32px;
        padding: 0 25px;
    }
    .reason-point p {
        font-size: 12px;
    }
    .reason-point p span { 
        font-size: 20px;
    }
    .reason-image {
        height: 50px;
        margin: 15px auto 10px;
    }
    .reason-text h3 {
        font-size: 16px;
    }
    .reason-text p {
        font-size: 12px;
    }
}
@media screen and (max-width: 468px) {}


/* flow */
.flow {
    background-image: url(../../images/lp2/bg-triangel-gray.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 150px;
}
.flow-head::before {
    background-image: url(../../images/lp2/icon-flow.svg);
}
.flow-cards {
    border: 2px solid var(--main-text-color);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 auto;
    width: 80%;
}
.flow-card {
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.flow-card:not(:last-child)::before,
.flow-card:not(:last-child)::after {
    background: var(--main-text-color);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 54%;
}
.flow-card:not(:last-child)::before {
    transform: rotate(-20deg);
    left: 48.1%;
}
.flow-card:not(:last-child)::after {
    transform: rotate(20deg);
    right: 48.1%;
}
.flow-num {
    background: var(--sub-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin: 0 auto 25px;
    width: 65px;
}
.flow-num p {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.flow-image {
    height: 75px;
    margin: 0 auto 20px;
    width: max-content;
}
.flow-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.flow-text h3 {
    font-size: 20px;
    font-weight: 700;
}
.flow-text p {
    font-size: 20px;
    font-weight: 500;
}

.flow-info,
.service-info {
    background: #e9f7f8;
    border: 2px solid var(--main-text-color);
    border-radius: 10px;
    margin: 35px 0;
    padding: 45px 15px 30px;
    text-align: center;
}
.flow-info h3,
.service-info h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
}
.flow-info p,
.service-info p {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1250px) {
    .flow {
        padding-top: 120px;
    }
    .flow-cards {
        border-radius: 20px;
        gap: 60px;
        width: 100%;
    }
    .flow-num {
        height: 50px;
        margin: 0 auto 15px;
        width: 50px;
    }
    .flow-num p {
        font-size: 28px;
    }
    .flow-image {
        height: 50px;
        margin: 0 auto 15px;
    }
    .flow-text h3 {
        font-size: 16px;
    }
    .flow-text p {
        font-size: 16px;
    }

    .flow-info,
    .service-info {
        margin: 25px 0;
        padding: 35px 10px 20px;
    }
    .flow-info h3,
    .service-info h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .flow-info p,
    .service-info p {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {}


/* faq */
.faq {
    background: #f2f2f2;
}
.faq-head::before {
    background-image: url(../../images/lp2/icon-faq.svg);
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faq-list__item {
    background: #fff;
    padding: 3px;
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.faq-list__item dt {
    padding: 20px 55px 20px 12px;
    position: relative;
}
.faq-list__item dt::before,
.faq-list__item dt::after {
    background: var(--main-text-color);
    content: "";
    display: block;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
}
.faq-list__item dt::before {
    transform: rotate(90deg);
}
.faq-list__item.open dt::before,
.faq-list__item.open dt::after {
    transform: rotate(90deg);
}
.faq-list__item dd {
    background: #f6f6f6;
    padding: 20px 15px;
}
.faq-list__item dt .faq-icon,
.faq-list__item dd .faq-icon {
    margin-right: 15px;
    width: 60px;
}
.faq-list__item dt p,
.faq-list__item dd p {
    width: calc(100% - 75px);
}
.faq-list__item dt p {
    font-size: 20px;
    font-weight: 700;   
}
.faq-list__item dd p {
    font-size: 14px;
    font-weight: 500;
}
.faq-text {
    margin: 45px 0 35px;
    text-align: center;
}
.faq-text p {
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1250px) {
    .faq-list__item dt {
        padding: 15px 45px 15px 12px;
    }
    .faq-list__item dt::before,
    .faq-list__item dt::after {
        height: 15px;
        right: 15px;
    }
    .faq-list__item dd {
        padding: 15px 10px;
    }
    .faq-list__item dt .faq-icon,
    .faq-list__item dd .faq-icon {
        margin-right: 10px;
        width: 45px;
    }
    .faq-list__item dt p,
    .faq-list__item dd p {
        width: calc(100% - 55px);
    }
    .faq-list__item dt p {
        font-size: 16px;
    }
    .faq-list__item dd p {
        font-size: 12px;
    }
    .faq-text {
        margin: 35px 0 25px;
    }
    .faq-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {}


/* service */
.service-head::before {
    background-image: url(../../images/lp2/icon-service.svg);
}
.service-map {
    background: #f2f2f2;
    border-radius: 20px;
    margin: 0 0 35px;
    padding: 20px 25px;
}
.service-map__in {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.service-map__image {
    line-height: 0;
    margin: 0 0 10px;
}
.service-map__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service-map__item {
    background: #e9f7f8;
    padding: 20px 25px;
    text-align: center;
}
.service-map__item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
.service-map__item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
}

.shoplist.top {
    margin: 0 0 35px;
}
.shoplist-head {
    margin: 0 0 35px;
    text-align: center;
}
.shoplist-head h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
}
.shoplist-head p {
    font-size: 20px;
    font-weight: 700;
}
.shoplist-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.shoplist-card {
    background: #fff;
    border-radius: 28px;
    filter: drop-shadow(5px 5px 4px rgb(147 147 147 / 45%));
    padding: 15px 35px 25px;
}
.shoplist-ttl {
    background: var(--sub-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    margin: 0 auto 20px;
    padding: 0 35px;
    width: 100%;
    max-width: max-content;
}
.orange .shoplist-ttl {
    background: var(--main-theme-color);
}
.shoplist-ttl p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.shoplist-image {
    line-height: 0;
    margin: 0 0 15px;
}
.shoplist-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 25px;
}
.shoplist-info::before {
    background: url(../../images/lp2/icon-map.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 35px;
    margin-right: 10px;
    width: 20px;
}
.shoplist-info p {
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 30px);
}
.shoplist-topic {
    background: #e9f7f8;
    margin: 0 0 25px;
    padding: 25px 0;
    text-align: center;
}
.shoplist-topic .big {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
}
.shoplist-topic .small {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1250px) {
    .service-map {
        margin: 0 0 25px;
        padding: 15px 20px;
    }
    .service-map__in {
        padding: 12px;
    }
    .service-map__item {
        padding: 10px 15px;
    }
    .service-map__item h3 {
        font-size: 15px;
    }
    .service-map__item p {
        font-size: 12px;
    }
    .shoplist.top {
        margin: 0 0 25px;
    }
    .shoplist-head {
        margin: 0 0 25px;
    }
    .shoplist-head h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .shoplist-head p {
        font-size: 14px;
    }
    .shoplist-card {
        border-radius: 20px;
        padding: 12px 25px 15px;
    }
    .shoplist-ttl {
        height: 30px;
        margin: 0 auto 15px;
        padding: 0 25px;
    }
    .shoplist-ttl p {
        font-size: 14px;
    }
    .shoplist-image {
        margin: 0 0 12px;
    }
    .shoplist-info {
        margin: 0 0 20px;
    }
    .shoplist-info::before {
        height: 30px;
        margin-right: 5px;
        width: 15px;
    }
    .shoplist-info p {
        font-size: 14px;
        width: calc(100% - 20px);
    }
    .shoplist-topic {
        margin: 0 0 20px;
        padding: 20px 0;
    }
    .shoplist-topic .big {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .shoplist-topic .small {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {}


/* servicebottom */
.servicebottom {
    background: #f6f6f6;
    background-image: url(../../images/lp2/bg-triangel.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 150px;
}
.servicebottom-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.servicebottom-card {
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(5px 5px 4px rgb(147 147 147 / 45%));
    overflow: hidden;
}
.servicebottom-card__head {
    background: var(--sub-theme-color);
    padding: 12px 0;
    text-align: center;
}
.servicebottom-card__head h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.servicebottom-card__body {
    padding: 35px 20px 25px;
    text-align: center;
}
.servicebottom-card__image {
    line-height: 0;
    height: 120px;
    margin: 0 auto 35px;
    width: max-content;
}
.servicebottom-card__image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.servicebottom-card__text {
    margin: 0 0 25px;
    text-align: center;
}
.servicebottom-card__text p {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1250px) {
    .servicebottom {
        padding-top: 120px;
    }
    .servicebottom-card__head {
        padding: 10px 0;
    }
    .servicebottom-card__head h3 {
        font-size: 22px;
    }
    .servicebottom-card__body {
        padding: 25px 15px 20px;
    }
    .servicebottom-card__image {
        height: 100px;
        margin: 0 auto 25px;
    }
    .servicebottom-card__text {
        margin: 0 0 20px;
    }
    .servicebottom-card__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {}


/* form */
.form {
    background: #f6f6f6;
}
.form-head::before {
    background-image: url(../../images/lp2/icon-form.svg);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
/* フォームコンテナにIDを付与 */
.assessment-form-container {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 4px;
}

/* 親要素のマージンをリセット */
.assessment-form-container .vc_column-inner {
    padding: 0;
    margin: 0;
}

.vc_custom_1737972339257 .vc_custom_1738050950123 .vc_column-inner {
    margin-bottom: 0 !important;
}

.assessment-form-container table th,
.assessment-form-container table td {
    padding-top: 0;
    padding-bottom: 0;
}

.assessment-form-container p {
    margin: 0;
}

.assessment-form-container br {
    display: none;
}


.assessment-contents {
    width: 100%;
    min-width: 300px;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}
.assessment-form__table {
    width: 100%;
    height: 100%;
    max-height: 100%;
    table-layout: fixed;
    margin-bottom: 0 !important;
}

.assessment-form__table th {
    width: 30%;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    font-size: 12px;
    position: relative;
    padding: 8px 45px 8px 8px;
    margin: 0;
}
.assessment-form__table th,
.assessment-form__table td {
    border-color: #d3d3d3;
}
.assessment-form__table th::after {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: red;
    content: "必須";
    color: #fff;
    font-size: 11px;
    padding: 2px 3px;
    height: fit-content;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment-form__table th span {
    font-size: 9px;
    display: block;
    margin-left: 5px;
}

.assessment-form__table td {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.assessment-form__table td span {
    display: flex;
    width: 100%;
    min-height: 35px;
    gap: 4px;
    align-items: center;
}

.assessment-form__table td input,
.assessment-form__table td select {
    height: 35px;
    margin: 0;
}
.assessment-form__left,
.assessment-form__right {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}
.left-label,
.right-label,
.privacy,
.msg-attention__text,
center {
    display: none;
}

.assessment-form__table tr {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: stretch;
}

/* 入力フィールドの幅調整 */
.assessment-form__table td input,
.assessment-form__table td select {
    width: 100%;
    height: 35px;
    margin: 0;
    box-sizing: border-box;
}

/* 2つ並びの入力フィールド */
.assessment-form__table td span label {
    flex: 1;
}

/* 郵便番号・住所の調整 */
.assessment-form__table td .zip {
    width: 100px;
}

/* ラジオボタンの調整 */
.assessment-form__table td .wpcf7-radio {
    display: flex;
    width: 100%;
}
.assessment-form__table td .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    width: auto !important;
}

.assessment-form__table .wpcf7-radio {
    display: flex;
    width: 100%;
}

.assessment-form__table .wpcf7-radio .wpcf7-list-item {
    white-space: nowrap;
    margin: 0;
}

.assessment-form__table .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 4px;
}
.assessment-form__table td input[type="radio"] {
    width: auto !important;
    margin-right: 5px;
}
.assessment-form__btn {
    margin: 15px 0 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}