/* ·˖✧ page-answer-a ✧˖· */

.big_text,
.title-big {
    font-size: 24px;
    font-weight: 700;
}

/* ·˖✧ 簡易診断（simple test）✧˖· */

#test-section {
    background: #045FAF;
}

.test {
    padding-bottom: 2.4rem;
}

.test-icon {
    width: 88px;
    height: 88px;
    background: #FF9142;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.4rem;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    margin-top: -90px;
    z-index: 10;
}

.test-icon p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.test-box {
    background: #F0F2F6;
    border-radius: 10px;
    padding: 4rem 20px;
    padding-bottom: 2rem;
    margin: 0 1rem;
    position: relative;
    margin-top: -70px;
    z-index: 10;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 38px;
}

.form-group {
    min-width: 0;
}

#anxiety_test-section .submit-area {
    grid-column: 1 / -1;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.4rem;
    letter-spacing: 0.03em;
}

.form-label-required {
    display: inline-block;
    margin-left: 0.25em;
    padding: 0.1em 0.4em;
    font-size: 12px;
    font-weight: 700;
    color: #c00;
    line-height: 1.2;
    vertical-align: 0.1em;
}

.select-wrap {
    position: relative;
    width: 100%;
}

.select-wrap select {
    width: 100%;
    min-width: 0;
    height: 38px;
    border: 1px solid #005fb8;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    padding: 0 38px 0 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.select-wrap::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #005fb8;
    transform: translateY(-30%);
    pointer-events: none;
}

.submit-area {
    text-align: center;
    margin-top: 2.4rem;
}

.submit-area .test-submit-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.test-result {
    margin: 4rem auto;
}

.page-cardloan-ranking h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
}

.test-box-inner-title h2 {
    color: #000;
    padding-bottom: 2rem;
}



/* ·˖✧ カードアイテム ✧˖· */

.card-item {
    background: #fff;
    border-radius: 10px;
    margin: 1rem;
    margin-top: 3.8rem;
    padding: 0 1rem;
    padding-bottom: 1rem;
}

.card-item-name {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    text-align: center;
    width: 30%;
    font-size: 18px;
    font-weight: 700;
    color: #FF9142;
    position: relative;
    transform: translateY(-30px);
    margin-bottom: -30px;
    left: -1rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1rem;
}

.card-title_inc {
    margin-left: auto;
    background-color: #045FAF;
    border-radius: 50px;
    padding: 0.2rem 1rem;
    color: #fff;
    font-size: 9px;
    text-align: center;
}

.card-item-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1px;
    border-bottom: 1px solid #005fb8;
    margin-bottom: 1rem;
}

.card-title_name {
    font-size: 26px;
    font-weight: 700;
    flex: 0 0 auto;
}

.card-title_info {
    flex: 0 0 100%;
}

.card-title_info p {
    margin: 0;
    font-size: 16px;
}

.card-info {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.card-info_image {
    flex: 0 0 146px;
    max-width: 146px;
}

.card-info_image img {
    width: 100%;
    height: auto;
    display: block;
}

.card-info_table {
    flex: 1;
    min-width: 0;
}

.card-info_table dl {
    margin: 0;
    padding: 0;
}

.card-info_row {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.card-info_row:first-child {
    border-top: 1px solid #ddd;
}

.card-info_row dt {
    background: #f5f5f5;
    padding: 4px 6px;
    font-weight: bold;
    width: auto;
    font-size: 14px;
}

.card-info_row dd {
    margin: 0;
    flex: 1;
    font-size: 14px;
    padding: 4px 6px;
}

.note {
    font-size: 10px;
    vertical-align: super;
    line-height: 11px;
}

.card-info_features {
    margin: 1rem 0;
}

.card-info_merit {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
}

.card-info_demerit {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 1.4rem 0;
}

.merit-tag,
.demerit-tag {
    color: #fff;
    padding: 0.2rem 0.4rem;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0.4rem;
    position: relative;
}

.merit-tag {
    background-color: #045FAF;
    width: calc((100% - 16px) / 2);
}

.demerit-tag {
    background-color: #747474;
}

.demerit-item {
    width: calc((100% - 16px) / 2);
}

.demerit-text {
    padding: 0 0.4rem;
    line-height: 9px;
}

.badge {
    background-color: #ff4242;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 54px;
    height: 54px;
    font-size: 12px;
    line-height: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    top: -14px;
    left: -40px;
}

/* ·˖✧ トグルボタン ✧˖· */

.card-detail-toggle-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 8px;
}

.card-detail-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0.4rem 1rem;
    background: #065faf;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}

.border_line {
    flex: 1 1 auto;
    min-width: 0;
    height: 1px;
    background: #005fb8;
    border: none;
    align-self: center;
}

.toggle-icon {
    font-size: 18px;
    line-height: 1;
}

/* ·˖✧ 詳細コンテンツ ✧˖· */
.card-detail-content {
    padding: 16px 0;
}

.card-detail-content[hidden] {
    display: none;
}

/* ·˖✧ セクション共通 ✧˖· */
.detail-section {
    margin-bottom: 20px;
}

.detail-label {
    display: inline-block;
    padding: 0.2rem 1.4rem;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.detail-label--blue {
    background: #045FAF;
    color: #fff;
}

/* ·˖✧ テーブル（申込可否）✧˖· */
.detail-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.detail-table th,
.detail-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.detail-table th {
    background: #f5f5f5;
    font-weight: bold;
}

.detail-table .center {
    text-align: center;
}

/* ·˖✧ リスト ✧˖· */
.detail-list {
    padding-left: 20px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.8;
}

.detail-note {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* ·˖✧ ATM ✧˖· */
.atm-list img {
    width: 70%;
    height: auto;
    display: block;
}

/* ·˖✧ 口コミ ✧˖· */
.review-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 12px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.review-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-meta p {
    margin: 0;
    font-size: 12px;
    color: #555;
}

.review-role {
    font-weight: bold;
    color: #333 !important;
}

.review-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 8px;
}

/* ·˖✧ CTA（大）✧˖· */
.offer-button.large a {
    padding: 26px 16px;
    font-size: 18px;
}

/* ·˖✧ 注釈フッター ✧˖· */
.detail-footnotes {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}

.detail-footnotes p {
    font-size: 11px;
    color: #888;
    margin: 0 0 4px;
}

tbody .note {
    display: block;
    margin-top: 4px;
    /* ✧ 行間の余白 */
}

.bold {
    font-weight: 700;
}

/* ·˖──────────────────────────────────────────˖·
     ✧ 比較表 comparison-table
   ·˖──────────────────────────────────────────˖· */

#comparison-table-section {
    background: #045FAF;
    padding: 2.4rem 0;
}

.comparison-table_container {
    width: 92%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.8rem;
    padding: 1rem 0;
}

.comparison-table {
    width: 92%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
}

/* ✧ thead */
.comparison-table thead tr {
    background: #fff;
    border-bottom: 2px solid #1565c0;
}

.comparison-table thead th {
    padding: 6px 3px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    vertical-align: middle;
    border-right: 1px solid #ddd;
}

.comparison-table thead th:last-child {
    border-right: none;
}

.comparison-table thead th .note {
    font-size: 9px;
    font-weight: normal;
    color: #888;
    display: block;
}

/* ✧ 列幅 */
.comparison-table .col-brand,
.comparison-table thead th:first-child {
    width: 22%;
}

.comparison-table thead th:not(:first-child) {
    width: calc(78% / 5);
}

/* ✧ tbody */
.comparison-table tbody tr {
    border-bottom: 1px solid #90caf9;
}

.comparison-table tbody tr:last-child {
    border-bottom: none;
}

.comparison-table tbody td {
    padding: 8px 4px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #90caf9;
    line-height: 1.4;
}

.comparison-table tbody td:last-child {
    border-right: none;
}

/* ✧ ブランド列 */
.comparison-table th.col-brand,
.comparison-table td.col-brand {
    text-align: left;
}

.col-brand {
    padding: 8px 4px !important;
    vertical-align: top !important;
}

.brand-link {
    display: block;
    color: #1565c0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 4px;
    line-height: 1.3;
}

.brand-img {
    width: 100%;
    margin-bottom: 6px;
}

.brand-img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.btn-detail {
    display: block;
    background: #f5a623;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 6px 4px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.btn-detail:hover {
    background: #e09410;
}

/* ✧ 審査・融資時間列 */
.col-time {
    vertical-align: top !important;
    padding-top: 8px !important;
}

.col-time hr {
    border: none;
    border-top: 1px solid #90caf9;
    margin: 4px 0;
}

.time-top,
.time-bottom,
.text-data {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

.time-top,
.time-bottom {
    display: block;
    text-align: center;
}

.text-data {
    display: block;
    margin-bottom: 4px;
}

/* ✧ アイコン画像 */
.comparison-table .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin: 4px auto 0;
    line-height: 0;
}

.icon-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.comparison-table .icon-wrap .icon-img {
    display: block;
    object-position: 50% 50%;
    flex: 0 0 auto;
}

.white {
    color: #fff;
    font-size: 10px;
    margin: 0 1.4rem;
    line-height: 1.4;
}

.comparison-comment {
    position: relative;
    margin: 1rem;
    margin-top: 2.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    line-height: 1.4;
}

.comparison-comment::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 1px;
    width: 22px;
    height: 12px;
    background: #fff;
    transform: translate(-50%, -100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.comparison-comment-img {
    text-align: center;
    max-width: 60px;
    height: auto;
    margin: 1rem auto;
}

.comparison-comment-img img {
    width: 100%;
    height: auto;
    display: block;
}

.orange-text {
    color: #ff9142;
}

.comparison-comment .card-item {
    margin: 0 auto;
    margin-top: 1.4rem;
    padding: 0;
}

.comparison-comment .offer-button {
    margin-top: 1.4rem;
    font-size: 18px;
}

/* ·˖──────────────────────────────────────────˖·
     ✧ カードローンの説明 service-desc
   ·˖──────────────────────────────────────────˖· */

.text-white {
    color: #fff;
}

/* イントロ */
.service-desc-intro {
    margin-bottom: 32px;
}

.service-desc-list {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}

.service-desc-list li {
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.service-desc-list li::before {
    content: "・";
}

/* カード2枚並び */
.diff-cards {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.diff-card-box {
    flex: 1;
    text-align: center;
}

.diff-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: #fff;
    border-radius: 8px;
    padding: 14px 8px 12px;
    text-align: center;
    margin-bottom: 0.4rem;
    min-height: 160px;
    height: 160px;
    box-sizing: border-box;
}

.diff-card-title {
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin: 0;
    flex: 0 0 auto;
}

.diff-card-img {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.diff-card-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.chart-wrap {
    margin: 1.4rem auto;
}

.chart-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

#card-loan-point .card-item-name,
#card-loan-check-point .card-item-name {
    width: 40%;
    transform: translateY(-45px);
    color: #045FAF;
}

.card-item-point {
    font-weight: 700;
    color: #045FAF;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    border-bottom: solid 1px;
    margin-bottom: 0.8rem;
}

.point-item-title {
    margin-bottom: 0.4rem;
}

.small {
    font-size: 14px;
    font-weight: 700;
}

.small_2 {
    font-size: 20px;
    font-weight: 700;
}

.card-loan-pr {
    background: #045FAF;
    padding: 0.1rem;
    padding-bottom: 1rem;
}

.card-loan-pr .card-item-title {
    align-items: center;
    gap: 0.6rem 1rem;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    padding-bottom: 0.8rem;
}

.card-loan-pr .card-item-title .card-title_name {
    flex: 1 1 auto;
    min-width: 0;
}

.card-loan-pr .card-item-title .card-title_name h3 {
    margin: 0;
    line-height: 1.25;
}

.card-loan-pr .card-item-title .offer-button {
    width: auto;
    max-width: min(100%, 20rem);
    flex: 0 0 auto;
    margin-bottom: 0;
}

.card-loan-pr .card-item-title .offer-button a {
    font-size: 0.9rem;
    line-height: 1.35;
    padding: 0.55rem 0.9rem;
}

.card-loan-pr .card-item-info {
    padding-bottom: 0.4rem;
}

#card-loan-check-point .card-item,
#card-loan-point .card-item {
    margin: 0;
    margin-top: 2rem;
    padding: 1rem;
}

.check-item-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.check-image {
    flex: 0 0 68px;
    max-width: 68px;
}

.check-image img {
    width: 100%;
    height: auto;
    display: block;
}

#repayment-test,
#anxiety_test-section {
    background: #045FAF;
    padding: 4rem 0;
}

.repayment-intro {
    text-align: center;
}

.repayment-intro img {
    width: 88px;
    height: auto;
    margin-bottom: 1rem;
}

.repayment-calculator {
    background: #F5C800;
    border-radius: 12px;
    padding: 24px 20px;
    border: 3px solid #1a5fb4;
    margin: 1.4rem;
}

.calc-group {
    margin-bottom: 16px;
}

.calc-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}

.calc-error-msg {
    color: #c00;
    font-size: 13px;
    font-weight: 700;
    margin: 6px 0 0;
}

.calc-submit {
    margin: 2rem 0;
    text-align: center;
}

.calc-button {
    background: #7ec8e3;
    color: #1a1f2c;
    border: none;
    border-radius: 10px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 0 #4aa8c8;
    transition: transform 0.1s, box-shadow 0.1s;
    width: 80%;
}

.calc-button:active {
    transform: translateY(4px);
    box-shadow: none;
}

.calc-result {
    position: relative;
    margin: 1.4rem;
    margin-top: 24px;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    padding-top: 20px;
    text-align: center;
    border: 2px solid #1a5fb4;
}

/* 上向きの吹き出し三角（枠 → 中を白） */
.calc-result::before,
.calc-result::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    pointer-events: none;
}

.calc-result::before {
    top: -16px;
    border-width: 0 14px 16px 14px;
    border-color: transparent transparent #1a5fb4 transparent;
}

.calc-result::after {
    top: -12px;
    z-index: 2;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #fff transparent;
}

.result-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4px;
    color: #1a1a1a;
}

.result-title span {
    font-size: 24px;
}

.result-period {
    font-size: 14px;
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.result-row {
    display: flex;
    align-items: center;
    background: #e8f4fb;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.result-row-label {
    background: #b8dff0;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 14px;
    width: 150px;
    flex-shrink: 0;
    color: #1a1a1a;
}

.result-row-value {
    flex: 1;
    text-align: right;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

#card-loan-ranking {
    background: #045FAF;
    padding: 2.4rem 0;
}

#simple-test_repeat-section {
    background: #045FAF;
    padding: 2.4rem 1.4rem;
}

.simple-test-repeat-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin: 1.4rem auto 0;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 10px;
    background: #F5C800;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: 0 4px 0 #d7aa00;
    transition: transform 0.1s, box-shadow 0.1s;
    -webkit-tap-highlight-color: transparent;
}

.simple-test-repeat-button:active {
    transform: translateY(4px);
    box-shadow: none;
}

.simple-test-repeat-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.simple-test-repeat-button-icon img {
    display: block;
    width: 42px;
    height: auto;
}

.simple-test-repeat-button-text {
    flex: 0 1 auto;
    text-align: left;
}

.simple-test-repeat-modal[hidden],
.simple-test-repeat-modal-form[hidden],
.simple-test-repeat-modal-result[hidden] {
    display: none;
}

.simple-test-repeat-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    overflow-y: auto;
}

.simple-test-repeat-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 38, 88, 0.78);
}

.simple-test-repeat-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    margin: auto 0;
}

.simple-test-repeat-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #045FAF;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.simple-test-repeat-modal-panel .test-box {
    margin: 0;
    margin-top: 0;
    padding: 4rem 1rem 1.4rem;
}

.simple-test-repeat-modal-panel .test-icon {
    margin-top: -5rem;
}

.simple-test-repeat-modal-panel .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 0;
}

.simple-test-repeat-modal-panel .form-label {
    font-size: 14px;
}

.simple-test-repeat-modal-panel .submit-area {
    margin-top: 1.4rem;
}

.simple-test-repeat-modal-panel .submit-area .test-submit-button {
    width: 100%;
}

.simple-test-repeat-modal-panel .test-box-inner-title h2 {
    padding-bottom: 1.2rem;
}

.simple-test-repeat-modal-result {
    background: #F0F2F6;
    border-radius: 10px;
    padding: 2.4rem 1rem 1rem;
}

.simple-test-repeat-modal-result h2 {
    color: #000;
    margin-bottom: 1rem;
}

.simple-test-repeat-modal-result .card-item {
    margin: 0;
    padding-top: 1rem;
}

.simple-test-repeat-modal-result .card-item-name {
    display: none;
}

.simple-test-repeat-detail-button {
    display: block;
    width: 100%;
    margin: 1rem auto 0;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 10px;
    background: #F5C800;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 0 #d7aa00;
    transition: transform 0.1s, box-shadow 0.1s;
}

.simple-test-repeat-detail-button:active {
    transform: translateY(4px);
    box-shadow: none;
}

#anxiety_test-section .test {
    padding-top: 6rem;
}

#anxiety-result-title {
    color: #000;
    margin-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
}

#anxiety-result {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}

/* ·˖✧ 経験者診断 ✧˖· */

.button-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.question-choice-button input {
    display: none;
}

#repeat-test-form .question-choice-button {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.question-choice-button:has(input:checked) {
    background: #045FAF;
    color: #fff;
}
