/* Start Navigation */
.header__container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FBF9F2;
    line-height: 1.5;
}

header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5.2%;
    background-color: #FFFFFF;
}

nav {
    display: flex;
    gap: 40px;
}

.logo {
    font-size: 40px;
    font-weight: 700;
    color: #E9450A;
}

.nav__icon {
    max-width: 24px;
}

.nav__icon img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: contain;
    color: #1E4BB1;
}

.nav__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}

.nav__text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
}

/* End Navigation */

/* Start Breadcrumb */
.breadcrumb__container {
    margin-top: 24px;
}

.breadcrumb__nav {
    max-width: 1720px;
    margin: 0 5.2%;
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.breadcrumb__separator {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.breadcrumb__link {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.breadcrumb__current {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

/* End Breadcrumb */

/* Start Hero banner */
.hero-banner__container {
    max-width: 1200px;
    margin: 40px auto 60px auto;
    display: flex;
}

.title-herobanner__name {
    color: #E9450A;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    padding: 26.5px 0 0 0;
    flex: 1;
}

.hero-banner__image {
    max-width: 384px;
    width: 100%;
}

.hero-banner__image {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-banner__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-banner__cta {
    margin-top: 24px;
}

.hero-banner__cta-button {
    display: flex;
    background-color: #F5F1EA;
    width: fit-content;
    align-items: center;
    column-gap: 16px;
    padding: 16px 28.5px;
    cursor: pointer;
}

.hero-banner__cta-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
}

.hero-banner__cta-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.hero-banner__cta-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-banner__cta-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #47413E;
    font-family: "Noto Sans JP", sans-serif;
}

.hero-banner__cta-button.active {
    background-color: #FDECE7;
}

.hero-banner__cta-button.active .hero-banner__cta-text {
    color: #E9450A;
}

.title-herobanner__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.title-herobanner__title {
    font-size: 56px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 40px;
    line-height: 1.25;
}

.title-herobanner__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.hero-banner__description {
    margin-top: 24px;
}

.hero-banner__text {
    font-size: 20px;
    font-weight: 500;
    color: #636363;
}

/* End Hero banner */

/* Start Search by Field */
.search-by-field {
    max-width: 1820px;
    background-color: #F5F1EA;
}

.title-section__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
    width: fit-content;
}

.title-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 24px;
    line-height: 1.25;
}

.title-section__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.search-by-field__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.search-by-category__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.search-by-category__tag {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 90px;
}

.search-by-category__tag.active {
    background-color: #E9450A;
    color: #FFFFFF;
}


.case-category-divorces {
    margin-top: 40px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
}

.case-category-divorce__header {
    display: flex;
    padding: 16px 20px;
    background-color: #E9EDF7;
    border-left: 4px solid #1E4BB1;
    column-gap: 4px;
}

.case-category-divorce__title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.case-category-divorce__link-text {
    color: #E9450A;
    font-size: 14px;
    font-weight: 500;
}

.case-category-divorce {
    display: flex;
    flex-direction: column;
}

.case-category-divorce__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-category-divorce__action {
    display: flex;
    column-gap: 8px;
}

.case-category-divorce__count {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    margin-top: 4px;
}

.case-category-divorce__tags {
    padding: 16px 0;
    background-color: #FFFFFF;
}

.case-category-divorce__tags-container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.case-category-divorce__tag {
    font-size: 12px;
    font-weight: 400;
    color: #101828;
    background-color: #FAF8F5;
    padding: 3px 12px;
    border-radius: 90px;
}

/* End Search by Field */

/* Start Latest Solution Case */
.latest-solution-case {
    display: flex;
    padding: 24px 0 60px 0;
}

.latest-solution-case__container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    column-gap: 60px;
}

.lawyer-detail__left-side {
    max-width: 756px;
    width: 100%;
}

.lawyer-detail__tabs {
    display: flex;
    column-gap: 40px;
    padding: 24px;
    background-color: #FFFFFF;
    max-width: 756px;
    width: 100%;
}

.lawyer-detail__tabs.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.lawyer-detail__tab-button {
    font-size: 20px;
    font-weight: 500;
    color: #515151;
    background-color: transparent;
    border: transparent;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}

.lawyer-detail__tab-button.disabled {
    color: #C4C4C4;
    cursor: not-allowed;
}

.lawyer-detail__tab-button.active {
    color: #E9450A;
}

.lawyer-detail__tab-button.active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #E9450A;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.lawyer-detail__right-side {
    flex-basis: 37%;
}

.lawyer-detail__tab-content {
    display: none;
}

.lawyer-detail__tab-content.active {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
}

.lawyer-detail__intro {
    display: flex;
    margin-top: 24px;
    padding-bottom: 20px;
    width: fit-content;
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.lawyer-detail__intro-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-detail__underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.lawyer-detail__images {
    margin-top: 24px;
    display: flex;
    column-gap: 12px;
}

.lawyer-detail__image.lawyer-detail__image--main {
    max-width: 521px;
    display: flex;
}

.lawyer-detail__image--main img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__image-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.lawyer-detail__image--sub {
    max-width: 223px;
    width: 100%;
    display: flex;
}

.lawyer-detail__image--sub img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__description {
    margin: 24px 0;
}

.lawyer-detail__text {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__more-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
    gap: 12px;
}

.lawyer-detail__more-image {
    display: flex;
    width: 100%;
}

.lawyer-detail__close-link {
    display: flex;
    justify-content: center;
    margin: 24px auto;
}

.lawyer-detail__close-link-text {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    flex: 1;
    text-align: center;
}


/* Start Lawyer Interview Section */
.lawyer-detail__interview-title-group {
    display: flex;
    position: relative;
}

.lawyer-detail__interview-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-detail__interview-content {
    display: flex;
    padding: 20px;
    margin: 20px 0;
    column-gap: 32px;
    background-color: #FFFFFF;
}

.lawyer-detail__interview-avatar {
    max-width: 188px;
    width: 100%;
    display: flex;
}

.lawyer-detail__interview-avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__interview-heading {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #1E4BB1;
    padding-left: 10px;
    border-left: 6px solid #E9450A;
    margin-bottom: 12px;
}

.lawyer-detail__interview-subheading {
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.lawyer-detail__interview-description {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 8px;
}

.lawyer-detail__interview-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    display: inline-block;
}

/* End Lawyer Interview Section */

/* Start Lawyer Practice Areas Section */
.lawyer-detail__practice-areas-title-group {
    display: flex;
    position: relative;
    margin-bottom: 24px;
}

.lawyer-detail__practice-areas-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__practice-areas-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__practice-area {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-color: #FFFFFF;
}

.lawyer-detail__practice-area-heading-group {
    display: flex;
    cursor: pointer;
}

.lawyer-detail__practice-area-right-group {
    display: flex;
    column-gap: 24px;
}

.lawyer-detail__practice-area-category {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 12px;
    color: #1E4BB1;
    border: 1px solid #1E4BB1;
    display: flex;
    align-items: center;
    border-radius: 90px;
}

.lawyer-detail__practice-area-caret {
    display: flex;
    align-items: center;
    width: 24px;
}

.lawyer-detail__practice-area-heading-text {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    flex: 1;
    display: flex;
    align-items: center;
}

.lawyer-detail__practice-area-description {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: none;
}

.lawyer-detail__practice-area-divider {
    height: 1px;
    background-color: #EDEDED;
    width: 100%;
    display: none;
}

.lawyer-detail__practice-area-consultation-fee {
    display: none;
    column-gap: 12px;
}

.lawyer-detail__practice-area-consultation-fee-text {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;
}

.lawyer-detail__practice-area-consultation-fee-info {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__practice-area-consultation-fee-icon {
    width: 23px;
    display: flex;
}

.lawyer-detail__practice-area-consultation-fee-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-detail__practice-area-consultation-fee-more {
    display: flex;
    justify-content: flex-end;
}

.lawyer-detail__practice-area-consultation-fee-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    width: fit-content;
    cursor: pointer;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-description {
    display: flex;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-divider {
    display: flex;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-consultation-fee {
    display: flex;
}

/* End Lawyer Practice Areas Section */

/* Start Lawyer About Section */
.lawyer-detail__about-title-group {
    display: flex;
    position: relative;
}

.lawyer-detail__about-section {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__about-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__about-underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-detail__about-content {
    display: flex;
    flex-direction: column;
}

.lawyer-detail__about-item {
    display: flex;
    border-bottom: 1px solid #DCDCDC;
}

.lawyer-detail__about-item:last-child {
    border-bottom: none;
}

.lawyer-detail__about-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
    max-width: 249px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.lawyer-detail__about-item-content {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 24px 0;
}

.lawyer-experience {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: #FFFFFF;
}

.lawyer-experience__title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-experience__item {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

.lawyer-experience__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
    gap: 12px;
}

/* End Lawyer About Section */

/* Start Lawyer Consultation Section */
.lawyer-consultation {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-bottom: 24px;
}

.lawyer-consultation__about-title-group {
    display: flex;
    position: relative;
}

.lawyer-consultation__about-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-consultation__item {
    background-color: #FFFFFF;
}

.lawyer-consultation__item-question-avatar {
    max-width: 48px;
    width: 100%;
}

.lawyer-consultation__item-question-avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-consultation__item-question {
    padding: 20px;
    display: flex;
    column-gap: 12px;
}

.lawyer-consultation__item-question-text {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.lawyer-consultation__item-question-details {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-consultation__item-answer {
    margin-top: 12px;
    padding: 20px;
    display: flex;
    column-gap: 12px;
    background-color: #FDECE7;
}

.lawyer-consultation__item-answer-header {
    max-width: 48px;
    width: 100%;
}

.lawyer-consultation__item-answer-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-consultation__item-answer-content {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-consultation__more-answers-link {
    display: flex;
    column-gap: 16px;
    cursor: pointer;
    padding: 16px;
    width: fit-content;
    background-color: #1E4BB1;
}

.lawyer-consultation__more-answers-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #F2F1EF;
}

.lawyer-consultation__more-answers-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
    align-self: center;
}

.lawyer-consultation__more-answers-icon {
    display: flex;
    align-items: center;
}

/* End Lawyer Consultation Section */

/* Lawyer Case Studies Section */
.lawyer-case-studies {
    display: none;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-case-studies.active {
    display: flex;
}

.lawyer-case-studies__title-group {
    display: flex;
    position: relative;
}

.lawyer-case-studies__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-case-studies__item-title {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.lawyer-case-studies__item-title-icon {
    display: flex;
    align-items: center;
}

.lawyer-case-studies__item-title-text {
    font-size: 16px;
    font-weight: 400;
    color: #1E4BB1;
}

.lawyer-case-studies__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background-color: #FFFFFF;
}

.lawyer-case-studies__item-description {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

/* End Lawyer Case Studies Section */

/* Start Lawyer Field Inheritance Section */
.lawyer-field-inheritance {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #FDECE7;
}

.lawyer-field-inheritance__info {
    display: flex;
    flex: 1;
    column-gap: 12px;
}

.lawyer-field-inheritance__action {
    display: flex;
    column-gap: 12px;
    align-items: center;
    cursor: pointer;
}

.lawyer-field-inheritance__action-icon {
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__icon {
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
}

.lawyer-field-inheritance__action-text {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
}

.lawyer-field-inheritance-thumb__title-group {
    display: flex;
    position: relative;
}

.lawyer-field-inheritance-thumb__title-article {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-field-inheritance-thumb__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-field-inheritance__details-title-group {
    margin-top: 24px;
}

.lawyer-field-inheritance__details-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-field-inheritance__details {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-field-inheritance__details-heading-table {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    padding: 12px 16px;
    background-color: #F5F1EA;
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__details-row {
    display: grid;
    background-color: #FFFFFF;
    grid-template-columns: repeat(3, 1fr);
}

.lawyer-field-inheritance__details-item {
    flex: 1;
    padding: 12px 16px 12px 16px;
    white-space: nowrap;
}

.lawyer-field-inheritance__details-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E9450A;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}

.lawyer-field-inheritance__details-item:nth-child(2) {
    flex: 0 1 340px;
    max-width: 340px;
    font-size: 16px;
    font-weight: 400;
}

.lawyer-field-inheritance__details-item:empty::before {
    content: none;
}

.lawyer-field-inheritance__details-table {
    border: 1px solid #EDEDED;
    margin-top: 24px;
}

.lawyer-field-inheritance__details-content {
    margin-top: 24px;
}

.lawyer-field-inheritance__details-description {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-field-inheritance__details-description-list {
    display: flex;
    flex-direction: column;
}

.lawyer-field-inheritance__details-description-list-title {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    padding-left: 16px;
    border-left: 3px solid #E9450A;
    margin-bottom: 4px;
}

.lawyer-field-inheritance__details-description-list-item {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__details-description-list-content {
    padding-left: 8px;
}

.lawyer-field-inheritance__details-description-list-item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1C1C1C;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: 12px;
    position: relative;
    top: 2px;
}

.lawyer-field-inheritance__support-title-group {
    display: flex;
    position: relative;
}

.lawyer-field-inheritance__support-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-field-inheritance__support {
    padding-bottom: 24px;
}

.lawyer-field-inheritance__support-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-field-inheritance__support-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px;
    background-color: #FFFFFF;
    margin-top: 24px;
}

.lawyer-field-inheritance__support-item-time {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
    text-align: center;
}

.lawyer-field-inheritance__support-items {
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
    flex-wrap: wrap;
}

.lawyer-field-inheritance__support-item-icon {
    display: flex;
    align-items: center;
    padding: 18px 27px;
    column-gap: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    flex: 1;
    white-space: nowrap;
}

.lawyer-field-inheritance__support-item-icon::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E9450A;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}

/* Tooltip for support method extra info */
.support-tooltip__text {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
}

.support-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
}

.support-tooltip__icon {
    display: inline-flex;
    cursor: help;
}

.support-tooltip__bubble {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #1C1C1C;
    color: #FFFFFF;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    width: 320px; /* fixed width so Japanese text flows horizontally */
    max-width: 90vw; /* responsive on very small screens */
    writing-mode: horizontal-tb; /* ensure horizontal layout */
    word-break: break-word; /* prevent overflow on long continuous text */
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.support-tooltip__bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1C1C1C transparent transparent transparent;
}

.support-tooltip:hover .support-tooltip__bubble,
.support-tooltip:focus .support-tooltip__bubble {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* End Lawyer Field Inheritance Section */

/* Start Case Studies Section */
.lawyer-case-studies__title-group {
    display: flex;
    position: relative;
}

.lawyer-case-studies__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-case-studies__items {
    flex-direction: column;
    row-gap: 24px;
    display: flex;
}

.lawyer-case-studies-tab__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-color: #FFFFFF;
}

.lawyer-case-studies__tags {
    display: flex;
    gap: 8px;
}

.lawyer-case-studies__tag {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    border: 1px solid #1E4BB1;
    padding: 7px 12px;
    border-radius: 90px;
    display: flex;
    align-items: center;
}

.lawyer-case-studies-tab__item-title {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.lawyer-case-studies__item-client {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-case-studies-tab__item-description {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-case-studies__item-link-group {
    display: flex;
    column-gap: 8px;
    justify-content: flex-end;
}

.lawyer-case-studies__item-link {
    display: flex;
    background-color: #E9450A;
    padding: 16px;
    column-gap: 16px;
    align-items: center;
}

.lawyer-case-studies__item-link-text {
    font-size: 16px;
    font-weight: 500;
    color: #F7F5F4;
}

.lawyer-case-studies__item-link-icon {
    display: flex;
    align-items: center;
}

.lawyer-case-studies__item-link-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
    align-self: center;
}

/* End Case Studies Section */

/* Start Lawyer Price List Section */
.lawyer-price-list {
    display: none;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px 0;
}

.lawyer-price-list.active {
    display: flex;
}

.lawyer-price-list__title-group {
    display: flex;
    position: relative;
}

.lawyer-price-list__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-price-list__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-price-list__items-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-price-list__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: #FFFFFF;
}

.lawyer-price-list__item-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-price-list__item-content {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-price-list__more-link-wrapper {
    display: flex;
}

.lawyer-price-list__more-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    display: block;
}

.lawyer-price-list__note {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    padding: 24px;
    background-color: #F5F1EA;
}

.lawyer-price-list__payment-method-title-group {
    display: flex;
    position: relative;
}

.lawyer-price-list__payment-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #DCDCDC;
    width: 100%;
}

.lawyer-price-list__payment-method-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

/* End Lawyer Price List Section */

/* Start Lawyer Reviews Section */
.lawyer-reviews {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px 0;
}

.lawyer-reviews__title-group {
    display: flex;
    position: relative;
}

.lawyer-reviews__title-group {
    display: flex;
    position: relative;
}

.lawyer-reviews__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-reviews__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-reviews__items-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-reviews__item {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
    padding-top: 20px;
    background-color: #FFFFFF;
}

.lawyer-reviews__item-header {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 0 20px;
}

.lawyer-reviews__item-header-left {
    display: flex;
    column-gap: 4px;
}

.lawyer-reviews__case-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.lawyer-reviews__resolved-date {
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.lawyer-reviews__case-type {
    font-size: 14px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-reviews__category {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-reviews__item-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #FDECE7;
    row-gap: 12px;
}

.lawyer-reviews__item-content-title {
    font-size: 16px;
    font-weight: 700;
}

.lawyer-reviews__item-content-details {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-reviews__item-content-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lawyer-reviews__item-content-tag {
    display: flex;
    padding: 7px 12px;
    border: 1px solid #1E4BB1;
    color: #1E4BB1;
    font-size: 14px;
    font-weight: 400;
    border-radius: 90px;
    background-color: #FFFFFF;
}

.lawyer-reviews__user-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
}

.lawyer-reviews__user-age {
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

/* End Lawyer Reviews Section */

/* Start Lawyer Access Section */
.lawyer-access__group-title {
    display: flex;
    position: relative;
}

.lawyer-access__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-access__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-access__address {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    padding: 20px 20px 16px 20px;
    background-color: #FFFFFF;
}

.lawyer-access__map iframe {
    width: 100%;
    height: 379px;
    border: none;
}

.lawyer-access__info {
    display: flex;
    flex-direction: column;
}

.lawyer-access__item {
    display: flex;
    padding: 21px 0;
    border-bottom: 1px solid #DCDCDC;
}

.lawyer-access__item:last-child {
    border-bottom: none;
}

.lawyer-access__item-label {
    max-width: 249px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.lawyer-access__item-value {
    padding-left: 32px;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

/* End Lawyer Access Section */

/* End Latest Solution Case */

/* Start Lawyer Right Side */
.lawyer-detail__right-side {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.lawyer-reservation {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.lawyer-reservation__title {
    font-size: 24px;
    font-weight: 700;
}

.lawyer-reservation__image {
    display: flex;
    max-width: 59px;
}

.lawyer-reservation__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-reservation__contact {
    display: flex;
    background-color: #FAF8F5;
}

.lawyer-reservation__phone {
    display: flex;
    padding: 21px 12px;
    background-color: #FAF8F5;
    flex: 1;
    column-gap: 12px;
}

.lawyer-reservation__phone-icon {
    display: flex;
    align-items: center;
}

.lawyer-reservation__phone-number {
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #E9450A;
    display: flex;
    align-items: center;
}

.lawyer-detail__right-side-inner {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    background-color: #F5F1EA;
    padding: 24px;
}

.lawyer-detail__right-side-inner.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.lawyer-reservation__button {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E4BB1;
}

.lawyer-contact-info {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #DCDCDC;
}

.lawyer-contact-info__title {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-contact-info__details {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

/* End Lawyer Right Side */

/* Start Pagination */
.pagination {
    margin-top: 40px;
    display: flex;
    column-gap: 5px;
    justify-content: flex-end
}

.pagination__link {
    display: flex;
    padding: 12px;
    min-width: 48px;
    justify-content: center;
    border: 1px solid #F1F1F1;
    align-items: center;
    column-gap: 10px;
}

.pagination__link.disabled {
    pointer-events: none;
}

.pagination__link.disabled .pagination__text {
    color: #515151;
}

.pagination__link.active {
    background-color: #E9450A;
    border: transparent;
    pointer-events: none;
}

.pagination__link.active .pagination__text {
    color: #FFFFFF;
}

.pagination__text {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    display: flex;
    align-items: center;
}


.pagination__icon {
    display: flex;
    align-items: center;
}

/* End Pagination */

/* Start Footer */
footer {
    background-color: #47413E;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    padding: 32px 0 32px 0;
    display: flex;
    column-gap: 40px;
}

.footer__column {
    flex: 1;
}

.footer__nav {
    flex: 1;
    max-width: 208px;
    width: 100%;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    padding-bottom: 8px;
    border-bottom: 1px solid #636363;
    position: relative;
}

.footer__column-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background-color: #E9450A;
    position: absolute;
    bottom: -1px;
}

.footer__column-group {
    display: flex;
    margin-top: 20px;
}

.footer__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}

.footer__list-item-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__list-sub-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__sublink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__sublink::before {
    content: '';
    background-color: #E9450A;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
}

.footer__list-sub-item--right-caret {
    max-width: 20px;
    width: 100%;
    display: flex;
    margin-left: 8px;
}

.footer__link--red {
    color: #E9450A;
}

.footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #515151;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 14px 0;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__logo-link {
    font-size: 24px;
    font-weight: 700;
    color: #ED6A3B;
}

.footer__bottom-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__copyright {
    padding: 20px 0;
    background-color: #272422;
}

.footer__copyright-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* End Footer */


/* Content of lawyer */
.p-lawyer-profile-photo__item {
    max-width: 521px;
    display: flex;
}

.p-lawyer-profile-photo__item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.p-lawyer-profile-photo__items--main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    max-height: 450px;
    aspect-ratio: 16 / 9;
    margin-bottom: 14px;
}

.p-lawyer-profile-photo__item:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1;
}

.p-lawyer-profile-photo__item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.p-lawyer-profile-photo__item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}

.p-lawyer-profile-photo__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-lawyer-profile-photo__items--sub {
    display: flex;
    column-gap: 12px;
    margin-top: 24px;
}

.p-lawyer-profile-collapsible-container__trigger {
    display: none;
}

.p-lawyer-profile-feature__body-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1C1C1C;
}

.p-lawyer-profile-section-title {
    display: none;
}

.c-circle-button {
    display: none;
}

.c-modal__button--cancel {
    display: none;
}

.p-lawyer-profile-heading {
    font-size: 24px;
    font-weight: 700;
}

.p-lawyer-profile-section__sub-section {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.p-lawyer-profile-heading {
    margin-bottom: 12px;
}

.p-lawyer-profile-section__sub-section {
    display: flex;
    flex-direction: column;
}

.lawyer-detail__about-section .p-lawyer-profile-section__sub-section {
    background-color: #FFFFFF;
    padding: 20px;
}

.c-collapsible-container__panel {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.p-lawyer-profile-data-list,
.p-columndrop-layout-list {
    list-style-type: none;
}

.p-lawyer-profile-data-list__inline-item {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__activity-history-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-detail__activity-history-title-group {
    display: flex;
    position: relative;
    margin-bottom: 24px;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 20px;
    width: fit-content;
}

.lawyer-detail__underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.c-collapsible-container__trigger {
    display: none;
}

/* .lawyer-detail__activity-history-section .c-collapsible-container {
    padding: 20px;
    background-color: #FFFFFF;
} */

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list__block-item--emphasis {
    font-size: 16px;
    font-weight: 700;
    color: #1E4BB1;
}

.p-lawyer-profile-data-list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.p-lawyer-profile-data-list__block-item--emphasis {
    order: 1;
    color: #007bff;
    font-weight: 600;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list__note {
    order: 2;
    color: #636363;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
    padding-left: 15px;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list__block-item--secondary {
    order: 3;
    flex-basis: 100%;
    margin-top: 8px;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-section__sub-section {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list__item {
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDCDC;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-data-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.lawyer-detail__activity-history-section .p-lawyer-profile-section__sub-section {
    background-color: #FFFFFF;
    padding: 20px;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-list__item {
    list-style: none;
}

.p-lawyer-profile-bbs-card__question {
    background-color: #FFFFFF;
    padding: 20px;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__link {
    font-size: 20px;
    font-weight: 700;
    color: #000000
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__answer {
    background-color: #FDECE7;
    padding: 20px;
}


.lawyer-consultation__content .p-lawyer-profile-bbs-card__avatar-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__question-head {
    display: flex;
    column-gap: 12px;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__summary {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 400;
    /* limit 3 lines*/
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__answer {
    display: flex;
    column-gap: 12px;
    flex-shrink: 0;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__avatar-wrapper {
    flex-shrink: 0;
}

.lawyer-consultation__content .p-lawyer-profile-bbs-card__speech-balloon-text {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lawyer-field-inheritance__details-content .p-lawyer-profile-feature__heading {
    font-size: 20px !important;
    font-weight: 400;
    color: #1C1C1C;
    padding-left: 16px;
    border-left: 3px solid #E9450A;
    margin-bottom: 4px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 18px;
}

.lawyer-field-inheritance__details-content .p-lawyer-profile-feature__body-text {
    font-size: 20px !important;
    font-weight: 400;
    color: #1C1C1C;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 18px;
}

.lawyer-field-inheritance__details-content .p-lawyer-profile-feature__body-text:last-child {
    margin-bottom: 0;
}

a.gtm-event-click {
    cursor: pointer;
    color: #878787;
}

.lawyer-field-inheritance__content {
    display: none;
}

.lawyer-field-inheritance__content.active {
    display: block;
} 

/* ===== Modal: Select Category ===== */
.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none; /* show via .is-open */
}

.modal.is-open { display: block; }

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 880px);
    max-height: min(90vh, 720px);
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.modal__body {
    padding: 16px;
    max-height: inherit;
    overflow: auto;
}

.select-category {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}

.select-category__item {
    border-bottom: 1px solid #EDEDED;
}

.select-category__item:last-child { border-bottom: none; }

.select-category__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    text-decoration: none;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

/* left circular icon */
.select-category__link::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E9EDF7;
    border: 2px solid #1E4BB1;
    display: none;
}

/* right chevron */
.select-category__link::after {
    content: '';
    margin-left: auto;
    width: 20px;
    height: 20px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%231C1C1C" d="M9.29 6.71a1 1 0 0 0 0 1.41L12.17 11l-2.88 2.88a1 1 0 1 0 1.42 1.41l3.59-3.58a1 1 0 0 0 0-1.41L10.71 6.7a1 1 0 0 0-1.42.01z"/></svg>') center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%231C1C1C" d="M9.29 6.71a1 1 0 0 0 0 1.41L12.17 11l-2.88 2.88a1 1 0 1 0 1.42 1.41l3.59-3.58a1 1 0 0 0 0-1.41L10.71 6.7a1 1 0 0 0-1.42.01z"/></svg>') center / contain no-repeat;
    background: #9E9E9E;
}

.select-category__link:hover { background: #FAF8F5; }

@media (max-width: 640px) {
    .modal__content { width: calc(100vw - 24px); }
    .select-category__link { font-size: 16px; padding: 14px 16px; }
}

.p-lawyer-profile-photo__caption {
    text-align: center;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
}

.p-lawyer-profile-feature__heading {
    font-size: 20px !important;
    font-weight: 600;
    color: #1C1C1C;
    padding-left: 16px;
    border-left: 3px solid #E9450A;
    margin-bottom: 16px;
    margin-top: 8px;
}

.p-lawyer-profile-feature__list {
    margin-left: 32px;
    margin-bottom: 16px;
}

.p-lawyer-profile-feature__body-text {
    font-size: 16px;
    font-weight: 400;
}

.lawyer-detail__practice-area-consultation-fee-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 12px;
    margin-top: 24px;
}

.lawyer-detail__practice-area-consultation-fee-heading:first-child {
    margin-top: 0;
}

.lawyer-detail__practice-area-consultation-fee-heading-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
}

.lawyer-detail__practice-area-consultation-fee-info-item {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__practice-area-consultation-fee-info-item::after {
    content: " / ";
}

.lawyer-detail__practice-area-consultation-fee-info-item:last-child::after {
    content: "";
}



/* ORIGINAL CSS */
dl, dd, dt {
    margin: 0;
    padding: 0;
}

.p-lawyer-profile-feature__body-text:not(:last-child) {
    margin-bottom: 1rem;
}

.p-lawyer-profile-feature__body-text+.p-lawyer-profile-feature__heading, .p-lawyer-profile-feature__list+.p-lawyer-profile-feature__heading {
    padding-top: 1rem;
}

.p-lawyer-profile-feature__heading {
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p-lawyer-profile-data-list__block-item--secondary {display: none;}


.p-lawyer-profile-feature__heading {
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p-lawyer-profile-feature__list {
    margin-bottom: 1rem;
    padding-left: 1.5em;
}

.p-lawyer-profile-data-list {
    border: 1px solid #ededed;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: .875rem;
    line-height: 1.4;
}

.p-lawyer-profile-data-list__item:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.p-lawyer-profile-data-list__item {
    padding: 1em;
    word-break: break-all;
}

.p-lawyer-profile-data-list__inline-item {
    display: inline;
}

.p-lawyer-profile-data-list__note {
    color: #72706e;
    font-size: .75rem;
}

.p-lawyer-profile-data-list__item>*+* {
    margin-top: .5rem;
}

.p-lawyer-profile-data-list__definition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.p-lawyer-profile-data-list__key {
    width: 30%;
}

.p-lawyer-profile-data-list__value {
    margin-left: 1em;
    width: 100%;
}
