@charset "utf-8";

/*========================================
車検キャンペーン
========================================*/

/*========================================
reset
========================================*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    color: #333;
    margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}




/*========================================
reset
========================================*/

/*========================================
common
========================================*/

/* font */
/* Rakuten Sans JP - Regular */
@font-face {
    font-family: 'Rakuten Sans JP';
    src: url('/font/rakutenSans/woff2/RakutenSansJP/RakutenSansJP_W_Regular.woff2') format('woff2');
    font-weight: 400;
    /* Regular */
    font-style: normal;
    font-display: swap;
}

/* Rakuten Sans JP - Medium */
@font-face {
    font-family: 'Rakuten Sans JP';
    src: url('/font/rakutenSans/woff2/RakutenSansJP/RakutenSansJP_W_Medium.woff2') format('woff2');
    font-weight: 500;
    /* Medium */
    font-style: normal;
    font-display: swap;
}

/* Rakuten Sans JP - DemiBold */
@font-face {
    font-family: 'Rakuten Sans JP';
    src: url('/font/rakutenSans/woff2/RakutenSansJP/RakutenSansJP_W_DemiBold.woff2') format('woff2');
    font-weight: 600;
    /* DemiBold */
    font-style: normal;
    font-display: swap;
}

/* Rakuten Sans JP - Bold */
@font-face {
    font-family: 'Rakuten Sans JP';
    src: url('/font/rakutenSans/woff2/RakutenSansJP/RakutenSansJP_W_Bold.woff2') format('woff2');
    font-weight: 700;
    /* Bold */
    font-style: normal;
    font-display: swap;
}

:root {
    --referral-blue: #023C61;
    --referral-bg: #EBF8FF;
    --referer-red: #bf0000;
    --referer-bg: #FFF7F7;
    --yellow: #FFF8DA;
    --sub-button: #006497;
}

.text-L {
    font-size: 1.125rem;
}

.text-M {
    font-size: 1rem;
}

.text-S {
    font-size: 0.875rem;
}

/*responsive*/
.pc_style,
.pc {
    display: none;
}

.sp_style,
.sp {
    display: block;
}

h2,
h3 {
    font-size: 1.375rem;
    font-weight: 600;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}


@media all and (min-width:768px) {
    .text-L {
        font-size: 1.5rem;
    }

    .text-M {
        font-size: 1.25rem;
        /*20px*/
    }

    .text-S {
        font-size: 1rem;
        /*16px*/
    }

    .pc_style,
    .pc {
        display: block;
    }

    .sp_style,
    .sp {
        display: none;
    }


}

.red {
    color: #BF0000;
}

.blue {
    color: var(--referral-blue);
}


h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

p {
    line-height: 1.5;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

ul,
li {
    list-style: none;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

link {
    color: #0074AD;
    text-decoration: underline;
}

img {
    width: 100%;
}

.highlight {
    color: #bf0000;
    /* 赤文字 */
    font-weight: bold;
    font-size: 16px;
}

.underline {
    background: linear-gradient(transparent 60%, #FFE693 0)
}

sup {
    font-size: 11px;
}

.rakuten-sans {
font-family: 'Rakuten Sans JP', 'Noto Sans JP', sans-serif;
font-feature-settings: "palt";
font-weight: 700;
}

/*font*/

.ribbon {
    position: absolute;
    transform: translate(-50%, -50%);
    top: -6%;
    left: 50%;
    max-width: 500px;
}

@media all and (min-width:768px) {
    .ribbon {
        padding: 54px;
    }
}



/*responsive*/
/*========================================
common
========================================*/

/*date*/
.date {
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    background-color: var(--referral-blue);
    padding: 16px 0px;
}

.caution {
    text-align: center;
}

.mvArea_sub {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

/*intro*/

.introduction {
    width: 100%;
    color: #333;
    position: relative;
    text-align: center;
    margin-top: 5px;
}

.introduction-main {
    margin-bottom: 8px;
}

.introduction-sub {
    margin-bottom: 12px;
}

.introduction_box {
    background-color: var(--yellow);
    padding: 32px;
}

@media all and (max-width:375px) {
    .introduction_box {
        padding: 22px;
    }
}

.attention-icon {
    width: 20px;
    display: block;
    margin-top: 0px;
    margin-right: 6px;
}

@media all and (min-width:678px) {
    .attention-icon {
        margin-top: -5px;
    }

    .introduction_box {
        background-color: var(--yellow);
        padding: 42px;
    }
}

.note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #4d4d4d;
}
.note-text {
    font-weight: bold;
}

@media (min-width:767px) {
    .note {
        align-items: center;
    }
}

/*intro*/


.MainContainer-title {
    background-color: var(--referral-blue);
    color: #fff;
    padding: 14px 0px;
    text-align: center;
}

.step_num {
    text-align: center;
    font-weight: bold;
}

.step-num {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.step_title {
    color: #333;
    text-align: center;
}

.step_text {
    text-align: center;
    margin: 8px auto;
}

.mainCon_inner {
    padding: 16px;
    margin-bottom: 18px;
}

.note-area {
    background-color: var(--yellow);
    padding: 16px;
    text-align: center;
    margin: 16px auto;
}

.note-text {
    margin-bottom: 8px;
    color: #4d4d4d;
}

.note-image {
    max-width: 420px;
}

.image {
    max-width: 320px;
    display: block;
    margin: 0 auto;
}

@media (min-width:767px) {
    .step_text {
        text-align: center;
        margin: 8px auto;
    }

    .mainCon_inner {
        padding: 4% 12%;
        margin-bottom: 18px;
    }

    .total-points {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

}



/*tab*/
.MainContainer {
    margin: 16px auto;
    max-width: 768px;
    padding: 0 2%;
}

@media (min-width:767px) {
    .MainContainer {
        padding: 2%;
    }

}

.tab-headers {
    display: flex;
    border-bottom: 2px solid #ccc;
    gap: 2%;
}

.tab-btn {
    flex: 1;
    padding: 1em 0;
    border: none;
    background: #eee;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;


}

.tab-btn.active {
    background: #b30000;
    /* デフォルトのアクティブタブの色（紹介する方） */
    color: #fff;
    border-bottom: 3px solid #b30000;
    border-top-left-radius: 8px;
    /* タブボタン自体も角丸にする場合 */
    border-top-right-radius: 8px;
    /* タブボタン自体も角丸にする場合 */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

/* 紹介される方のタブがアクティブになった場合 */
.tab-btn[data-tab="tab2"].active {
    background: var(--referral-blue);
    /* 青色 */
    border-bottom: 3px solid var(--referral-blue);
    /* 青色 */
}

.tab-content {
    display: none;
    background: #fff;
    /* 非表示時は透明 */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    /* アニメーションを追加 */
}

.tab-content.active {
    display: block;
}

/* レスポンシブデザイン */
@media (max-width: 600px) {
    .MainContainer {
        max-width: 100%;
    }

    .tab-btn {
        padding: 0.8em 0;
    }
}


/*tab*/
/*referer_/*referral*/

.referer {
    background-color: var(--referer-bg);
}

.referral {
    background-color: var(--referral-bg);
}

.referral-mv {
    text-align: center;
}

.common-button {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    margin: 0px auto 15px;
}

.common-button a {
    color: #fff;
    text-decoration: none;
}

.referral-phrase {
    font-weight: bold;
    color: var(--referral-blue);
    text-align: center;
}

.btn1 {
    background-color: #bf0000;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

.btn1:hover {
    background-color: #D80000;
    border-color: #D80000
}

.btn2 {
    background-color: var(--sub-button);
    margin: 12px auto;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

.btn2:hover {
    background-color: #007BBA;
}

@media (min-width: 767px) {
    .referral-mv img {
        width: 700px;
        margin: 14px auto;
    }

    .common-button {
        width: 100%;
        max-width: 460px;
    }

    .referral-phrase {
        margin-top: 30px;
    }

}

/*referer_/*referral*/

/*wrapper*/
.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #333;
}

/*bread*/
.wrapper ul.topic-path {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 12px;
    margin-bottom: 0;
}


.wrapper ul.topic-path li {
    display: inline-block;
    color: #686868;
    padding-left: 10px;
}

.wrapper ul.topic-path li a {
    display: inline-block;
    padding-right: 10px;
}


/*main*/
.main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #333;
}

.mv {
    width: 100%;
    height: auto;
    max-width: 746px;
}

.lock-img {
    height: 27px;
    width: 19px;
}

.band {
    background-color: #A27906;
    text-align: center;
    padding: 13px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #fff;
}

@media all and (max-width: 767px) {
    .band {
        display: none;
    }
}

.mvArea {
    margin-bottom: 0;
}

/*mvArea*/
@media all and (min-width: 768px) {
    .mvArea {
        background: url("//shaken.r10s.jp/shaken/img/campaign/referral/202509/bg_pc.jpg")no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }

    .mv {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
}

.phrase {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    /*border-top: 2px solid #bf0000;
    border-bottom: 2px solid #bf0000;*/
}

.phrase img {
    display: block;
    width: 24px;
    margin-top: -5px;
}

.phrase-text {
    padding-left: 1%;
}

.mvArea_main {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    z-index: 3;
}

@media all and (min-width: 500px) {
    .mvArea_main::after {
        width: 250px;
        height: 250px;
    }
}

@media all and (min-width: 600px) {
    .mvArea_main::after {
        width: 300px;
        height: 300px;
        top: 63%;
    }
}



/*attention*/
.attention {
    margin: 16px;
    position: relative;
}

.attention-text {
    position: absolute;
    text-align: center;
    width: 85%;
    top: -23%;
    left: 50%;
    transform: translate(-50%, 50%);
}

@media all and (min-width: 769px) {
    .attention {
        max-width: 700px;
        margin: 20px auto 10px;
    }

    .attention-text {
        top: -30%;
    }

    .attention-detail {
        font-size: 14px;
        top: 46%;
        padding-top: 5px;
    }

    .attention-maintext {
        font-size: 16px;
    }
}

@media all and (width: 768px) {
    .attention-text {
        width: 92%;
        top: -28%;
    }

    .attention-maintext {
        font-size: 16px;
    }

    .attention-detail {
        font-size: 14px;
        top: 46%;
        padding-top: 5px;
    }
}


/*entryArea*/
.entry_btn a.rex-button {
    min-width: 100%;
}

.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    padding: .75rem 0 !important;
}


@media all and (min-width: 768px) {

    .entry_btn,
    .service_btn {
        max-width: 580px;
        height: auto;
        margin: 0 auto;
    }
}


/*toggle*/
.toggle-container {
    margin: 5px auto 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 2px gray;

    /*overflow: hidden;*/
    /* コンテンツがはみ出さないように */
}

.toggle-button {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    width: 100%;
    background-color: var(--referral-blue);
    color: #fff;
    padding: 15px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* テキストを中央に配置 */
    overflow: hidden;
    /* アイコンがはみ出さないように */
}

/* toggle-icon のラッパー要素 */
.toggle-icon {
    position: absolute;
    /* 親要素 .toggle-button に対して絶対配置 */
    top: 44%;
    /* 親要素の上端から50%の位置 */
    right: 20px;
    /* 親要素の右端から20pxの位置 */
    transform: translateY(-50%);
    /* アイコン全体の垂直方向の中央寄せ */
    width: 1.5em;
    /* アイコン全体の幅を調整 (font-sizeに合わせる) */
    height: 1.5em;
    /* アイコン全体の高さを調整 (font-sizeに合わせる) */
    display: flex;
    /* 内部の擬似要素をflexboxで配置 */
    justify-content: center;
    /* 擬似要素を水平方向中央に */
    align-items: center;
    /* 擬似要素を垂直方向中央に */
    font-size: 1.5em;
    /* アイコンの基本サイズ */
    line-height: 1;
    /* 行高をリセット */
}


/* プラス記号 (デフォルトで表示) */
.toggle-icon::before {
    content: "+";
    position: absolute;
    /* .toggle-icon に対して絶対配置 */
    opacity: 1;
    /* デフォルトで表示 */
    transition: opacity 0.3s ease;
    /* 透明度の変化をアニメーション */
}

/* マイナス記号 (デフォルトで非表示) */
.toggle-icon::after {
    content: "-";
    position: absolute;
    /* .toggle-icon に対して絶対配置 */
    opacity: 0;
    /* デフォルトで非表示 */
    transition: opacity 0.3s ease;
    /* 透明度の変化をアニメーション */
}

/* アクティブ時のアイコン */
.toggle-button.active .toggle-icon::before {
    opacity: 0;
    /* プラス記号を非表示にする */
}

.toggle-button.active .toggle-icon::after {
    opacity: 1;
    /* マイナス記号を表示する */
}


/* その他のスタイルはそのまま */
.toggle-content {
    max-height: 0;
    box-shadow: 0 0 6px gray;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.toggle-content.active {
    max-height: 1600px;
}

.toggle-content {
    width: 100%;
    background: #fff;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.toggle-button.active .toggle-icon::after {
    opacity: 0;
}

.title_area {
    text-align: center;
    position: relative;
    margin-top: 52px;
    padding-top: 20px;
}

.title_area-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 6px;
}

.title_area-sub {
    color: #bf0000;
    font-weight: bold;
}

.title_area-info {
    display: flex;
    justify-content: space-around;
    margin: 20px 0 0 0;
    gap: 2%;
}

.info-block {
    text-align: center;
    background: var(--referral-bg);
    border-radius: 8px;
    padding: 8px 6px;
    display: inline-block;
}

.info-title {
    font-weight: bold;
}


.title_area-note {
    color: #4d4d4d;
    font-size: 12px;
    text-align: right;
}

.catch {
    text-align: center;
    margin: 24px 0 0 0;
    color: var(--referral-blue);
}

.catch-main {
    color: #007ace;
    font-size: 18px;
    font-weight: bold;
}

.catch-sub {
    color: #009edb;
    font-size: 18px;
    font-weight: bold;
}

.explanation {
    color: #333;
    padding: 8px;
    line-height: 1.8;
}

.merit-box {
    margin: 32px 0 10px 0;
}

.merit {
    background-color: var(--referral-bg);
    text-align: center;
    margin: 18px auto;
    padding: 8px;
}

.merit:last-child {
    margin-bottom: 0;
}

.merit-badge {
    margin: 8px auto;
    width: 102px;
    text-align: center;
    background: var(--referral-blue);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 14px;
    padding: 2px 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.merit-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.merit-detail {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.merit-detail_text {
    text-align: left;

}

.merit-note {
    color: #4d4d4d;
    font-size: 10px;
    margin-top: 3px;
}

.merit-image {
    width: 84px;
    display: block;
}

.merit-subnote {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #be9007;
    font-weight: bold;
    margin: 6px 0 0 0;
}

.crown {
    width: 24px;
    height: 24px;
}

@media (max-width: 480px) {
    .toggle-content {
        max-width: 100%;
        width: 100%;
        padding: 0 2%;
    }

    .toggle_area-info {
        gap: 8px;
    }

    .info-block {
        width: 90%;
        margin: 0 auto 8px auto;
    }

}

@media (min-width:767px) {
    .title_area-info {
        justify-content: center;
        gap: 4%;
    }

    .title_area-sub {
        margin-top: 12px;
    }

    .title_area-note {
        max-width: 79%;
    }

    .info-block {
        padding: 2%;
    }

    .explanation {
        width: 80%;
        margin: 0 auto;
    }

    .merit {
        padding: 4%;
    }

    .merit-box {
        margin: 32px auto;
        width: 80%;
    }

    .merit-badge {
        width: 127px;
        padding: 3px 6px;
        font-size: 18px;
    }

    .merit-image {
        width: 102px;
        display: block;
    }


}

/*toggle*/
/*search_box*/
/* search-area_text のスタイル */
#search-area {
    background-color: var(--yellow);
    padding: 24px 16px;
}

@media (min-width:767px) {
    #search-area {
        margin-top: 32px;
    }
}

.search-area_text {
    text-align: center;
    font-weight: bold;
    text-align: centerx;
}

/* search-area_box のスタイル */
.search-area_box {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    padding: 24px 16px 20px 16px;
    max-width: 574px;
    /* 画像の幅に合わせる */
    margin: auto;
    /* 中央寄せ */
}

/* 郵便番号フォームのコンテナ */
.flex.flex-col.md\:flex-row.md\:items-center.gap-2.md\:gap-4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* gap-2 */
    margin-bottom: 20px;
}

/* 郵便番号ラベル */
.text-md.font-light.md\:font-semibold {
    font-size: 1rem;
    /* text-md */
    font-weight: 300;
    /* font-light */
    display: flex;
    align-items: center;
    color: #333;
}

/* 郵便番号入力グループ */
.flex {
    /* 郵便番号入力と検索ボタンを囲むdiv */
    display: flex;
    width: 100%;
}

/* 郵便番号入力フィールド */
.h-12.px-3.text-md.placeholder\:text-gray-600.border.border-gray-600.border-r-0.rounded-l.rounded-r-none.grow.placeholder\:font-light {
    height: 48px;
    /* h-12 */
    padding: 0 12px;
    /* px-3 */
    font-size: 1.25rem;
    /* text-md */
    color: #444;
    border: 2px solid #bbb;
    /* border border-gray-600 */
    border-right: none;
    /* border-r-0 */
    border-radius: 8px 0 0 8px;
    /* rounded-l rounded-r-none */
    flex-grow: 1;
    /* grow */
    outline: none;
}


/* 検索ボタン */
.h-12.text-white.font-semibold.border-none.rounded-r.text-base.md\:text-md.px-4.py-3.whitespace-nowrap {
    height: 48px;
    color: #fff;
    font-weight: bold;
    /* font-semibold */
    border: none;
    /* border-none */
    border-radius: 0 8px 8px 0;
    /* rounded-r */
    font-size: 1.2rem;
    /* text-base md:text-md */
    padding: 0 25px;
    /* px-4 py-3 */
    white-space: nowrap;
    /* whitespace-nowrap */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.md\:h-5.md\:w-5 {
    /* 検索アイコン */
    height: 18px;
    /* デフォルト */
    width: 18px;
    /* デフォルト */
    margin-right: 7px;
    /* アイコンとテキストの間隔 */
}

/* 現在地から検索ボタン */
.text-white.h-12.border-none.rounded.font-semibold.grow.text-base.md\:text-md {
    /* bg-red-800 */
    color: #fff;
    height: 48px;
    /* h-12 */
    border: none;
    /* border-none */
    border-radius: 8px;
    /* rounded */
    font-weight: bold;
    /* font-semibold */
    flex-grow: 1;
    /* grow */
    font-size: 1.2rem;
    /* text-base md:text-md */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
    /* 画像のシャドウを再現 */
}

.bg-red-800.hover\.text-white.h-12.border-none.rounded.font-semibold.grow.text-base.md\:text-md:hover {
    background: #bf0000;
}

/* 現在地アイコン */
.bg-red-800.hover\:bg-red-700.text-white.h-12.border-none.rounded.font-semibold.grow.text-base.md\:text-md img {
    /* imgタグを直接指定 */
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.shaken-cpn-search-postal-input {
    width: 100%;
}

.inner_box {
    width: 100%;
}

.inner_button {
    width: 30% !important;
}


/* レスポンシブ対応 (md: クラスの処理) */
@media (min-width: 768px) {

    /* md: に対応 */
    .flex.flex-col.md\:flex-row.md\:items-center.gap-2.md\:gap-4 {
        flex-direction: row;
        /* md:flex-row */
        align-items: center;
        /* md:items-center */
        gap: 16px;
        /* md:gap-4 */
    }

    .text-md.font-light.md\:font-semibold {
        font-weight: 600;
        /* md:font-semibold */
        white-space: nowrap;
        /* ラベルが改行されないように */
    }

    .md\:h-5.md\:w-5 {
        /* 検索アイコン */
        height: 20px;
        /* md:h-5 */
        width: 20px;
        /* md:w-5 */
    }
}

/* スマートフォン向け調整 */
@media (max-width: 600px) {
    .search-area_box {
        padding: 15px 6px 14px 6px;
        max-width: 98vw;
    }

    .search-area_text.blue.large {
        font-size: 1.1rem;
    }

    .text-md.font-light.md\:font-semibold {
        font-size: 0.9rem;
    }

    .h-12.px-3.text-md.placeholder\:text-gray-600.border.border-gray-600.border-r-0.rounded-l.rounded-r-none.grow.placeholder\:font-light,
    .h-12.bg-red-800.hover\:bg-red-700.text-white.font-semibold.border-none.rounded-r.text-base.md\:text-md.px-4.py-3.whitespace-nowrap,
    .bg-red-800.hover\:bg-red-700.text-white.h-12.border-none.rounded.font-semibold.grow.text-base.md\:text-md {
        font-size: 1rem;
        height: 44px;
        /* 高さも少し調整 */
    }

    .h-12.bg-red-800.hover\:bg-red-700.text-white.font-semibold.border-none.rounded-r.text-base.md\:text-md.px-4.py-3.whitespace-nowrap {
        padding: 0 15px;
    }

    .md\:h-5.md\:w-5,
    /* 検索アイコン */
    .bg-red-800.hover\:bg-red-700.text-white.h-12.border-none.rounded.font-semibold.grow.text-base.md\:text-md img {
        /* 現在地アイコン */
        height: 16px;
        width: 16px;
    }
}

/*search_box*/
/*float*/
.float-contents {
    background-color: #333;
    /* 背景色をダークグレーに */
    align-items: center;
    margin: 0;
    padding: 0;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 12px;
}

button {
    width: 100%;
    font-size: 14px;
    /* テキストサイズ */
    font-weight: bold;
    /* 太字 */
    border-radius: 5px;
    /* 角丸 */
    border: none;
    /* 枠線を削除 */
    cursor: pointer;
    /* カーソルをポインターに */
    padding: 10px 10px;
    /* ボタンの内側余白 */
}

/* 赤いボタンのスタイル */
.button.red {
    background-color: #bf0000;
    /* 赤色 */
    color: white;
    /* テキスト白 */
}

/* 白いボタンのスタイル */
.button.white {
    background-color: white;
    /* 白色 */
    color: #bf0000;
    /* テキスト赤 */
    border: 2px solid #bf0000;
    /* 赤い枠線 */
}

/* ホバー時のスタイル */
.button:hover {
    opacity: 0.8;
    /* 少し不透明に */
}

@media all and (min-width:768px) {
    .button-container {
        gap: 30px;
    }

    .button {
        font-size: 28px;
    }
}

/*float*/
.bnr_area {
    max-width: 960px;
    margin: 0 auto;
}

.btnArea {
    padding: 16px;
    font-size: 12px;
}

.btnArea a:not(:last-of-type) {
    margin-bottom: 10px;
}

.btnArea a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.btnArea a span {
    background-image: url(//shaken.r10s.jp/shaken/img/sp/top/icon_arrow_gray_sp.png);
    background-repeat: no-repeat;
    background-size: 11px 17px;
    background-position: 100% 50%;
    display: block;
    font-weight: bold;
}

.campaignRule {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}