/* 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: #FFFFFF;
    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;
    background-color: #FFFFFF;
}

.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 Courts Case Detail Section */
.courts-case-detail-section {
    background-color: #FFFFFF;
    padding: 32px 0 60px 0;
}

.courts-case-detail-section__container {
    max-width: 1920px;
    margin: 0 auto;
    /* padding: 0 360px; */
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.courts-case-detail-section__article {
  margin-top: 32px;
}

.courts-case-detail-section__container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1920px) {
    .courts-case-detail-section__container {
        padding: 0 5.2%;
    }
}

.courts-case-detail-section__title {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
    width: 100%;
}

.courts-case-detail-section__title-text {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 1.4;
    padding-bottom: 24px;
    margin: 0;
}

.courts-case-detail-section__title-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 4px;
    background-color: #E9450A;
}

.courts-case-detail-section__article {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.courts-case-detail-item {
    background-color: #F5F1EA;
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding-left: 24px;
    position: relative;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
}

.courts-case-detail-item__bar {
    position: absolute;
    left: 0;
    transform: translateY(22px);
    width: 5px;
    height: 50px;
    background-color: #E9450A;
}

.courts-case-detail-item__label {
    flex: 1 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 1.5;
    white-space: pre-wrap;
    min-width: 0;
    min-height: 24px;
}

.courts-case-detail-item__value {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    background-color: #FAF8F5;
    padding: 32px 24px;
    width: 900px;
    box-sizing: border-box;
}

.courts-case-detail-item__value-text {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.5;
    margin: 0;
    white-space: pre-wrap;
}

/* End Courts Case Detail Section */

/* Start Banner Footer */
.banner-footer-container {
    max-width: unset;
    display: flex;
    justify-content: center;
    background: url('../images/a50c0a8f961816196339e27fe07ee124c7fde91e.png') center / cover no-repeat;
}

.station-bottom {
    border-top: unset;
    margin-top: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.faq-tag {
    display: flex;
    justify-content: end;
    padding: 30px 2% 10px 0;
    /* background: url('../images/a50c0a8f961816196339e27fe07ee124c7fde91e.png') center / cover no-repeat; */
}

.faq-tag__text {
    font-size: 14px;
    font-weight: 500;
    color: #1C1C1C;
}

/* End Banner Footer */

.only-desktop {
    display: flex;
}

.only-mobile {
    display: none;
}
