@charset "UTF-8";

/*
 * JOG空き家サポート（PC /akiya/）
 * Figma: 全体 25057:118717 / 危険 25121:125327 / 流れ 25121:127054 / FAQ 25121:128581
 */

#content {
    width: 100%;
}

#contents {
    width: 100%;
    padding-bottom: 0;
}

.l-main.l-page.mgmt.akiya-pc {
    padding: 0 0 60px;
    background: var(--color-primary-grayscale-white);
}

.akiya-pc .l-contents {
    max-width: 100%;
    background: var(--color-primary-grayscale-white);
}

/* ---------- MV ---------- */
.akiya-pc .mgmt-mv {
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
}

.akiya-pc .mgmt-mv__canvas {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 450px;
}

.akiya-pc .mgmt-mv__h1-image {
    margin: 0;
    height: 100%;
    line-height: 0;
}

.akiya-pc .mgmt-mv__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.akiya-pc .mgmt-mv__note {
    box-sizing: border-box;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-gray);
    width: 1140px;
    max-width: 100%;
    margin: 10px auto 0;
}

/* ---------- タブ ---------- */
.akiya-pc__tabbar {
    padding: 36px 20px 0;
    box-sizing: border-box;
    background: var(--color-primary-grayscale-white);
}

.akiya-pc__tabbar-inner {
    display: flex;
    align-items: stretch;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #eaeaea;
    border-radius: 9999px;
    overflow: hidden;
}

.akiya-pc__tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 17px 12px;
    border: none;
    border-radius: 9999px;
    box-shadow: none;
    font-family: var(--font-family-jp);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #9e9e9e;
    background: transparent;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.akiya-pc__tab--active {
    color: #fff;
    background: #f08c34;
    font-weight: 400;
}

.akiya-pc__panel[hidden] {
    display: none !important;
}

.akiya-pc__panel {
    padding: 0;
    box-sizing: border-box;
    background: var(--color-primary-grayscale-white);
}

/* ---------- セクション共通 ---------- */
.akiya-pc__purpose {
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
}

.akiya-pc__sec-head {
    margin: 0 auto 30px;
    text-align: center;
}

.akiya-pc__sec-head--deco {
    position: relative;
    padding-top: 40px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.akiya-pc__cloud-deco {
    position: absolute;
    width: 26px;
    height: 19px;
    top: 0;
    object-fit: contain;
}

.akiya-pc__cloud-deco--left {
    left: calc(50% - 200px);
}

.akiya-pc__cloud-deco--right {
    left: calc(50% + 174px);
    top: 8px;
    right: auto;
}

.akiya-pc__sec-head__title {
    margin: 0 0 6px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
}

.akiya-pc__sec-head__en {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
}

/* ---------- お悩み（Figma purpose / Group 1397） ---------- */
.akiya-pc__purpose--worries .akiya-pc__sec-head {
    margin-bottom: 30px;
}

.akiya-pc__worries-stage {
    position: relative;
    width: 868px;
    max-width: 100%;
    height: 272px;
    margin: 0 auto 0;
}

.akiya-pc__worry-bubble {
    position: absolute;
    box-sizing: border-box;
    width: 202px;
    height: 202px;
    padding: 10px;
    border-radius: 9999px;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.akiya-pc__worry-line {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc__worry-pair {
    position: absolute;
    left: 222px;
    top: 0;
    display: flex;
    gap: 20px;
}

.akiya-pc__worry-pair .akiya-pc__worry-bubble {
    position: relative;
    left: auto;
    top: auto;
}

.akiya-pc__worry-bubble--pos-left {
    left: 0;
    top: 70px;
}

.akiya-pc__worry-bubble--pos-right {
    right: 0;
    top: 70px;
}

.akiya-pc__worries-illus-wrap {
    position: absolute;
    left: 50%;
    top: 155px;
    width: 177px;
    height: 117px;
    margin-left: -88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.akiya-pc__worries-illus {
    display: block;
    width: 177px;
    height: auto;
    max-height: 117px;
    object-fit: contain;
}

/* ---------- 解決バナー（#f6e24c フル幅） ---------- */
.akiya-pc__solve-banner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 36px 20px 36px;
    background: #f6e24c;
    text-align: center;
}

.akiya-pc__solve-pointer {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    margin-left: -22px;
    border-style: solid;
    border-width: 14px 22px 0 22px;
    border-color: #fff transparent transparent transparent;
}

.akiya-pc__solve-pointer:before,
.akiya-pc__solve-pointer:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 0;
    width: 3px;
    max-width: 3px;
    height: 30px;
    max-height: 30px;
    border-radius: 9999px;
    background: var(--color-primary-default-point);
    pointer-events: none;
    bottom: -58px;
}

.akiya-pc__solve-pointer:before {
    left: -101px;
    transform: rotate(-30deg);
}

.akiya-pc__solve-pointer:after {
    right: -92px;
    transform: rotate(30deg);
}

.akiya-pc__solve-line1 {
    margin: 0 0 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.25;
    color: #333;
}

.akiya-pc__solve-line2 {
    margin: 0;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.25;
    color: #333;
}

.akiya-pc__solve-accent {
    color: #d83c3c;
}

/* ---------- 空き家サポートとは ---------- */
.akiya-pc__purpose--support {
    padding-top: 60px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.akiya-pc__purpose--support:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/images/pc/akiya/img_weather.webp) no-repeat center top / 1920px 783px;
    z-index: 0;
    pointer-events: none;
}

.akiya-pc__lead-red {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.273;
    color: #d83c3c;
    text-align: center;
}

.akiya-pc__body-text {
    margin: 0 auto 30px;
    text-align: center;
    width: 1140px;
}

.akiya-pc__body-text p {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc__body-text p:last-child {
    margin-bottom: 0;
}

.akiya-pc__service-row-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin: 0 0 30px;
    justify-content: center;
}

.akiya-pc__service-row {
    display: flex;
    width: 376px;
    max-width: 100%;
    min-height: 126px;
    box-sizing: border-box;
    padding: 14px 14px 14px 14px;
    gap: 12px;
    align-items: center;
    border-radius: 10px 10px 0 0;
    background: #FEFFD6;
}

.akiya-pc__service-icon-wrap {
    flex-shrink: 0;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.akiya-pc__service-icon {
    display: block;
    width: 85px;
    height: auto;
}

.akiya-pc__service-copy {
    flex: 1;
    min-width: 0;
}

.akiya-pc__service-h {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.273;
    color: #D83C3C;
}

.akiya-pc__service-p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

/* ---------- 料金表 ---------- */
.akiya-pc__price-table {
    display: flex;
    width: 720px;
    max-width: 100%;
    margin: 0 auto 29px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
}

.akiya-pc__price-table-main {
    flex: 1 1 auto;
    border-right: 1px solid #EAEAEA;
}

.akiya-pc__price-col {
    flex: 0 0 222px;
    width: 222px;
}

.akiya-pc__price-head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #333333;
    text-align: center;
    background: #FFF3E9;
    border-bottom: 1px solid #EAEAEA;
    padding: 2px 0 0;
    width: 100%;
}

.akiya-pc__price-row {
    display: flex;
    border-bottom: 1px solid #EAEAEA;
}

.akiya-pc__price-row.akiya-pc__price-row--head {
    border-bottom: none;
}

.akiya-pc__price-row:last-child {
    border-bottom: none;
}

.akiya-pc__price-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    text-align: center;
    border-right: 1px solid #EAEAEA;
}

.akiya-pc__price-cell:last-child {
    border-right: none;
    height: 80px;
}

.akiya-pc__price-row--first .akiya-pc__price-cell:last-child {
    height: 52px;
}

.akiya-pc__price-cell--label {
    flex: 0 0 124px;
    width: 124px;
    background: #FEFFD6;
    font-weight: 500;
}

.akiya-pc__price-cell.akiya-pc__price-cell--empty {
    flex: 0 0 124px;
    width: 124px;
    border-bottom: 1px solid #EAEAEA;
}

.akiya-pc__price-cell--wide {
    flex: 1 1 auto;
}

.akiya-pc__price-col .akiya-pc__price-cell {
    flex-direction: column;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EAEAEA;
}

.akiya-pc__price-col .akiya-pc__price-cell:last-child {
    border-bottom: none;
}

.akiya-pc__price-cell--last {
    min-height: 72px;
}

.akiya-pc__price-cell--free {
    min-height: 51px;
    font-weight: 500;
}

.akiya-pc__price-em {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #d83c3c;
}

.akiya-pc__price-sub {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #9E9E9E;
}

.akiya-pc__footnotes {
    width: 756px;
    max-width: 100%;
    margin: 0 auto;
}

.akiya-pc__footnotes p {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #9E9E9E;
}

.akiya-pc__footnotes p:last-child {
    margin-bottom: 0;
}

.akiya-pc__price-table.akiya-pc__price-table--first {
    margin: 0 auto 20px;
}

.akiya-pc__price-table.akiya-pc__price-table--first .akiya-pc__price-cell:last-child {
    height: 52px;
}

.akiya-pc__price-table.akiya-pc__price-table--first .akiya-pc__price-table-main {
    border-right: none;
}

/* ---------- 空き家に潜む危険（カード列） ---------- */
.akiya-pc__purpose--danger {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 8px;
    position: relative;
}

.akiya-pc__purpose--danger:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/images/pc/akiya/img_cloud.webp) no-repeat center top / 1920px 813px;
    z-index: 0;
    pointer-events: none;
}

.akiya-pc__danger-intro {
    margin: 0 0 30px;
}

.akiya-pc__danger-intro p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.akiya-pc__risk-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.akiya-pc__risk-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.akiya-pc__risk-head {
    margin: 0;
    box-sizing: border-box;
    min-height: 55px;
    padding: 13px 20px;
    background: #feffd6;
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}

.akiya-pc__risk-body {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.akiya-pc__risk-thumb {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 125px;
    background: #f4f4f4;
    border-radius: 10px;
    box-sizing: border-box;
}

.akiya-pc__risk-thumb img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.akiya-pc__risk-copy {
    flex: 1;
    min-width: 0;
    max-width: 945px;
}

.akiya-pc__risk-copy p {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc__risk-copy .akiya-pc__risk-subh {
    color: #D83C3C;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    padding: 1px 0 0;
    margin: 0 0 10px;
}

.akiya-pc__risk-copy .akiya-pc__risk-subh--2 {
    padding-top: 21px;
}

.akiya-pc__risk-copy p+p {
    margin-top: 0;
}

.akiya-pc__risk-body--stack {
    align-items: flex-start;
}

.akiya-pc__risk-body--stack .akiya-pc__risk-copy {
    max-width: none;
}

.akiya-pc__risk-subh {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.akiya-pc__risk-subh--2 {
    margin-top: 20px;
}

.akiya-pc__risk-checks {
    margin: 0 0 11px;
    padding: 0;
    list-style: none;
}

.akiya-pc__risk-check {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.akiya-pc__risk-check:last-child {
    margin-bottom: 0;
}

.akiya-pc__risk-check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.akiya-pc__risk-check-txt {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc__risk-card--tall .akiya-pc__risk-body {
    padding-bottom: 24px;
}

/* ---------- 契約の流れ（720px タイムライン） ---------- */
.akiya-pc__purpose--flow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 18px;
}

.akiya-pc__purpose--flow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/images/pc/akiya/img_cloud.webp) no-repeat center top / 1920px 813px;
    z-index: 0;
    pointer-events: none;
}

.akiya-pc__flow-list {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.akiya-pc__flow-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.akiya-pc__flow-gutter {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 4px;
}

.akiya-pc__flow-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: #f6e24c;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.akiya-pc__flow-line {
    position: absolute;
    left: 17px;
    top: 32px;
    width: 1px;
    height: 170px;
    margin-left: 0;
    background: #f6e24c;
}

.akiya-pc__flow-line.akiya-pc__flow-line--adjust {
    height: 90px;
}

.akiya-pc__flow-item--last .akiya-pc__flow-line {
    display: none;
}

.akiya-pc__flow-main {
    flex: 1;
    min-width: 0;
    padding-bottom: 4px;
}

.akiya-pc__flow-title {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.273;
    color: #333;
}

.akiya-pc__flow-desc {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc__flow-note {
    margin: 5px 0 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #D83C3C;
    text-indent: -1em;
    padding-left: 1em;
}

.akiya-pc__flow-item--tall {
    padding-bottom: 8px;
}

/* ---------- FAQ（#feffd6 カード 1040px） ---------- */
.akiya-pc__purpose--faq {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 32px;
    position: relative;
}

.akiya-pc__purpose--faq:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/images/pc/akiya/img_cloud.webp) no-repeat center top / 1920px 813px;
    z-index: 0;
    pointer-events: none;
}

.akiya-pc__faq-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
}

.akiya-pc__faq-card {
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;
    background: #feffd6;
}

.akiya-pc__faq-qrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.akiya-pc__faq-qicon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 9999px;
    background: #d83c3c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.akiya-pc__faq-qtext,
h3.akiya-pc__faq-qtext {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #d83c3c;
}

.akiya-pc__faq-atext {
    margin: 0;
    max-width: 990px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc-section-head {
    text-align: center;
    margin-bottom: 32px;
}

.akiya-pc-contact .akiya-pc-section-head {
    margin-bottom: 31px;
}

.akiya-pc-section-head__title {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
}

.akiya-pc-section-head__en {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d83c3c;
    letter-spacing: 0;
}

.akiya-pc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    min-height: 70px;
    padding: 0 32px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    max-width: 340px;
    width: 100%;
    position: relative;
    box-shadow: 0 2px 3px rgba(38, 50, 56, 0.14);
}

.akiya-pc-btn:hover {
    transform: translateY(4px);
}

.akiya-pc-btn__arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 15px;
    height: 20px;
}

.akiya-pc-btn--mail {
    background-color: #d83c3c;
    border: none;
    color: #fff;
}

.akiya-pc-contact {
    padding: 27px 20px 0;
    box-sizing: border-box;
    position: relative;
}

.akiya-pc-contact:before {
    position: absolute;
    content: "";
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(/images/pc/akiya/img_bird.webp) no-repeat center top / 1920px 575px;
    z-index: 0;
    pointer-events: none;
}

.akiya-pc-contact__inner {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.akiya-pc-contact__dept {
    align-self: flex-start;
    width: 100%;
    margin: 0 0 31px;
}

.akiya-pc-contact__dept-line {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.akiya-pc-contact__list {
    margin: 0 0 30px;
    width: 100%;
}

.akiya-pc-contact__row {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(83, 75, 69, 0.2);
}

.akiya-pc-contact__row+.akiya-pc-contact__row {
    padding-top: 20px;
}

.akiya-pc-contact__term {
    flex-shrink: 0;
    width: 56px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: #333;
}

.akiya-pc-contact__def,
.akiya-pc-contact__def p a {
    margin: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.akiya-pc-contact__def p {
    margin: 0 0 0;
    font-size: 18px;
}

.akiya-pc-contact__def--tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.akiya-pc-contact__tel,
.akiya-pc-contact__tel a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.akiya-pc-contact__def--fax a {
    pointer-events: none;
}

.akiya-pc-contact__call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #f6e24c;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.akiya-pc-contact .akiya-pc-btn--mail {
    max-width: 340px;
}