@charset "UTF-8";

/* =========================================================
   01. 共通設定・ボタン周り (Common)
========================================================= */
.main_visual { position: relative; margin-top: 0; }
.adjust_color { color: #FD827A; font-weight: bold; }
.area_btn p.btn_text { padding: 23px 32px 18px; }
.area_btn p.btn_text::after { right: 1.5em; }
.area_btn p.btn_text:hover:after { right: 1em; }
#n_columnArea h2.h2_title, #faq h2.h2_title, #delivery h2.h2_title, #payment h2.h2_title, #about h2.h2_title { background: #E15242; color: #fff; }

/* =========================================================
   02. キャッチコピー周辺 (#Catch)
========================================================= */
#Catch { margin-bottom: 1em; }
#Catch h2 { font-size: 18px; font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, serif; text-align: center; font-weight: 500; margin-bottom: 8px; }
#Catch p { font-size: 16px; line-height: 1.8; text-align: center; font-weight: 500; }
.area_catch span { display: inline-block; margin-top: 8px; font-size: 17px; font-weight: bold; color: #333; padding: 0 32px; position: relative; letter-spacing: 0.05em; }
.area_catch span::before, .area_catch span::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 16px; height: 1px; background-color: #E5988F; }
.area_catch span::before { left: 0; }
.area_catch span::after { right: 0; }

/* =========================================================
   03. ローカルナビゲーション (Navi)
========================================================= */
article.navi { margin-top: 64px; margin-bottom: 56px; }
.navi_local { flex-wrap: wrap; }
.navi_local_txt { padding: 16px 16px 14px 16px; }

/* =========================================================
   04. 商品リスト共通ベース (.style_list_box)
========================================================= */
.style_list_box .item_img { position: relative; margin: 0; }
.style_list_box .gaju_badge { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); z-index: 10; display: flex; justify-content: center; align-items: center; width: 25%; max-width: 55px; min-width: 45px; aspect-ratio: 1 / 1; border-radius: 50%; font-size: 18px; font-weight: bold; line-height: 1; letter-spacing: 0.05em; box-shadow: 0 2px 5px rgba(0,0,0,0.15); }
.style_list_box .badge_red { background-color: #FFDDDD; color: #D60000; }
.style_list_box .badge_green { background-color: #F2FFDD; color: #16742B; }
.style_list_box .badge_purple { background-color: #ECDDFF; color: #5A1488; }
.style_list_box .badge_yellow { background-color: #FFF0C7; color: #A38111; }
.style_list_box .badge_white { background-color: #E8F0F0; color: #656565; }
.style_list_box dl > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.style_list_box .item_text_wrap { padding: 32px 12px 16px; background: #ffffff; box-sizing: border-box; margin: 0 0 8px 0; line-height: 1.5; flex-grow: 1; display: flex; flex-direction: column; }
.style_list_box dl._red .item_text_wrap { border: 2px solid #FFDDDD; }
.style_list_box dl._green .item_text_wrap { border: 2px solid #F2FFDD; }
.style_list_box dl._purple .item_text_wrap { border: 2px solid #ECDDFF; }
.style_list_box dl._yellow .item_text_wrap { border: 2px solid #FFF0C7; }
.style_list_box dl._white .item_text_wrap { border: 2px solid #E8F0F0; }
.area_column_style_heading_wrap { text-align: center; margin-top: 16px; }
.area_column_style_heading_wrap img { max-width: 650px; }
.area_column_style_heading_wrap h3 { border: none; font-weight: bold; margin-top: 8px; margin-bottom: 0; }

/* =========================================================
   05. 敬老の日 QA＆アコーディオン (#reason)
========================================================= */
.reason_feature_area { padding: 0 16px; }
.rf_toggle_check { display: none; }
.rf_hook_header { position: relative; text-align: center; }
.rf_header_tap_cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; z-index: 1; }
.rf_qa_wrap { background-color: #ff7a70; border-radius: 24px 0 0 0; padding: 8px 24px; color: #ffffff; position: relative; font-family: sans-serif; margin-bottom: 0; z-index: 2; }
.rf_qa_wrap .rf_q_row { display: flex; justify-content: center; align-items: center; margin-bottom: 8px; }
.rf_qa_wrap .rf_q_row .qa_badge { color: #fff; font-size: 20px; font-weight: bold; padding: 2px 8px; border-radius: 4px; margin-right: 4px; }
.rf_qa_wrap .rf_q_row .qa_badge::after { content: "："; color: #ffffff; }
.rf_qa_wrap .rf_q_txt { font-size: 20px; font-weight: bold; margin: 0; line-height: 1.4; color: #ffffff; }
.rf_qa_wrap .rf_a_row { display: flex; justify-content: center; align-items: flex-start; background: #ffffff; color: #444444; padding: 8px; }
.rf_qa_wrap .rf_a_row .qa_badge { display: none; }
.rf_qa_wrap .rf_a_txt { font-size: 18px; line-height: 1.6; margin: 0; text-align: left; }
.rf_qa_wrap .rf_a_txt strong { color: #E15242; }

@keyframes fuwafuwaFloat { 0% { transform: translateY(0); } 50% { transform: translateY(-8px); } 100% { transform: translateY(0); } }
.rf_qa_more_btn { position: absolute; bottom: -14px; right: 20px; background-color: #ffffff; color: #4da6e9; padding: 6px 16px; border-radius: 20px; font-size: 16px; font-weight: bold; text-decoration: none; box-shadow: 0 2px 4px rgba(0,0,0,0.1); animation: fuwafuwaFloat 2s ease-in-out infinite; transition: opacity 0.3s ease; cursor: pointer; z-index: 3; }
.rf_qa_more_btn:hover { opacity: 0.8; }

.rf_accordion_container { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out; }
.rf_inner_content { overflow: hidden; padding-top: 32px; border: 1px solid #FD827A; background: #FFFFF4; }
.rf_inner_content .style_list_box dl:hover {opacity:1;}
.rf_reason_ttl { text-align: center; margin-bottom: 32px; }
.rf_reason_ttl h3 { font-size: 18px; color: #333; font-weight: bold; display: inline-block; border-bottom: 2px solid #E15242; padding-bottom: 2px; margin: 0; }

#reason .style_list_box { display: flex; justify-content: center; align-items: stretch; padding: 0; margin: 0; }
#reason .style_list_box > dl { width: 230px; padding: 0 8px; margin: 0; display: flex; flex-direction: column; }
#reason .style_list_box > dl > .item_img { flex-shrink: 0; margin: 0; }
#reason .style_list_box > dl > .item_text_wrap { border: 2px solid #FD827A; padding: 20px 8px 12px; box-sizing: border-box; flex-grow: 1; display: block; }
#reason .style_list_box > dl > .item_text_wrap > dl { display: block; width: 100%; margin: 0; padding: 0; }
#reason .style_list_box img { border-radius: 25px 25px 0 0; }
#reason .style_list_box dl dd dl dt { font-size: 15px; text-align: center; margin-bottom: 0.5em; color: #FD928A; font-weight: bold; line-height: 1.6; }
#reason .style_list_box dl dd dl dd { font-size: 15px; line-height: 1.6; }
#reason .style_list_box span { background-color: #FD928A; color: #fff; font-size: 24px; width: 20%; font-style: italic; }

.rf_outro { padding: 16px; border-radius: 8px; margin: 0 0 16px; }
.rf_outro p { font-size: 18px; color: #333; line-height: 1.7; margin: 0; text-align: center; }
.rf_outro strong { color: #FD928A; }

.rf_pair_section { text-align: center; padding: 24px 0; background: #fff; margin: 0 13px 16px; }
.rf_pair_section p { margin-bottom: 0; }
.pair_ttl { font-size: 20px; color: #E15242; font-weight: bold; margin-bottom: 8px; text-align: center; }
.pair_ttl::before { content: "「"; margin-right: 4px; color: #E15242; font-size: 1.2em; font-weight: normal; line-height: 1; vertical-align: middle; }
.pair_ttl::after { content: "」"; margin-left: 4px; color: #E15242; font-size: 1.2em; font-weight: normal; line-height: 1; vertical-align: middle; }
.pair_banner { margin: 0 auto 16px; position: relative; }
.pair_banner img { max-width: 100%; height: auto; border-radius: 8px; }
.pair_banner p { position: absolute; left: 50%; transform: translate(-50%); top: 1em; font-weight: bold; color: #EC8A85; }

.rf_close_btn_area { text-align: center; margin: 20px 0; }
.rf_close_btn { display: inline-block; background: #666; color: #fff; font-size: 12px; font-weight: bold; padding: 8px 24px; border-radius: 20px; cursor: pointer; }

.rf_toggle_check:checked ~ .rf_accordion_container { grid-template-rows: 1fr; opacity: 1; }
.rf_toggle_check:checked ~ .rf_hook_header .rf_main_btn_wrap, .rf_toggle_check:checked ~ .rf_hook_header .rf_header_tap_cover { display: none !important; }

#reason .common_btn { margin-bottom: 0; }
#reason h4 { font-size: 18px; text-align: center; margin: 1em 0; }
#reason .wrap_service h4 { position: absolute; left: 50%; transform: translateX(-50%); top: -30px; background: #fff; width: 520px; }
#reason .area_column_style_heading_wrap h3 { position: absolute; left: 50%; transform: translateX(-50%); border: none; font-weight: bold; margin-top: 8px; }
#reason .area_column h3._heading { margin: 48px auto 24px; }
#reason .swiper { height: 394px !important; }

@media (max-width: 600px) {
    .rf_qa_wrap .rf_q_row, .rf_qa_wrap .rf_a_row { flex-direction: column; align-items: flex-start; text-align: left; }
    .rf_qa_wrap .rf_q_row .qa_badge { margin-bottom: 8px; }
}

/* =========================================================
   06. メッセージ＆サービス (Overlay Banner & Service Cards)
========================================================= */
.overlay_banner { position: relative; width: 100%; max-width: 820px; margin: 0 auto 40px; overflow: hidden; }
.overlay_banner .bg_image { display: block; width: 100%; height: auto; }
.overlay_banner .content_area { position: absolute; left: 5.5%; width: 45%; top: 50%; transform: translateY(-50%); }
.overlay_banner._second .content_area { left: unset; right: 2%; }
.overlay_banner .banner_title { color: #F05A4A; font-weight: bold; margin: 0 0 12px 0; line-height: 1.4; text-align: center; font-size: 22px; }
.overlay_banner .banner_desc { color: #333333; margin: 0; line-height: 1.8; font-size: 16px; text-align: center; }
.overlay_banner .btn_cta { position: absolute; bottom: 0; right: 5%; display: inline-block; background-color: #F05A4A; color: #ffffff; padding: 8px 24px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 3px 6px rgba(0,0,0,0.15); transition: opacity 0.3s ease; font-size: 14px; }
.overlay_banner .btn_cta:hover { opacity: 0.8; }

#message_banner .swiper-slide { width: 100% !important; box-sizing: border-box; }

.wrap_service { position: relative; border: 1px solid #FD827A; margin-top: 64px; }
.service_card_list { display: flex; gap: 20px; list-style: none; padding: 1.5em 0 0; margin: 0; justify-content: center; }
.service_card_list .service_card { display: flex; flex-direction: column; padding: 8px 20px; box-sizing: border-box; width: 340px; }
.service_card_list .service_card p { font-size: 16px; }
.service_card_list .card_img { text-align: center; margin-bottom: 16px; }
.service_card_list .card_img img { display: inline-block; vertical-align: bottom; }
.service_card_list .card_text_wrap { display: flex; flex-direction: column; flex-grow: 1; }
.service_card_list .card_desc { margin: 0; font-size: 14px; line-height: 1.5; color: #333333; }
.service_card_list .card_link { display: block; margin-top: auto; text-align: right; color: #FF8B8B; font-size: 13px; text-decoration: none; font-weight: bold; transition: opacity 0.2s; }
.service_card_list .card_link:hover { opacity: 0.7; }
/* 画像コンテナの基準位置を設定（独自のクラスが付与された場合のみ適用） */
.card_img.is-sample {
    position: relative;
    display: block;
}

/* 薄い黒のレイヤー（半透明） */
.card_img.is-sample::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 黒の40%透過（お好みで数値を調整してください） */
    z-index: 1;
    pointer-events: none; /* 画像のクリックや保存を邪魔しないように設定 */
}

/* 「SAMPLE」のテキスト */
.card_img.is-sample::after {
    content: "SAMPLE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 28px; /* 文字サイズ（お好みで調整してください） */
    font-weight: bold;
    letter-spacing: 0.2em; /* 文字の間隔を少し広げてスタンプっぽく */
    z-index: 2;
    pointer-events: none;
}

/* =========================================================
   07. ランキング・タブ (#rank)
========================================================= */
#rank { margin-bottom: 0; }
#rank .common_btn { margin: 8px 0 0; }
#rank .area_btn { margin-top: 1em; }

.rank_tab { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 40px 0; align-items: center; }
.rank_tab li { width: 120px; padding: 10px 25px 6px; background: #fff; border: 1px solid #E15242; cursor: pointer; font-weight: bold; color: #E15242; font-size: 15px; list-style: none; transition: 0.2s; height: 2em; display: flex; justify-content: center; align-items: center; text-align: center; box-sizing: content-box; }
.rank_tab li.active, .rank_tab li:hover { background: #E15242; color: #fff; }

.tab_content { display: none; }
.tab_content.active { display: block; }

.static_5items { display: flex; justify-content: center; flex-wrap: nowrap; width: 100%; }
.static_5items .item_slide { width: calc(20% - 10px); box-sizing: border-box; }

/* =========================================================
   08. 賀寿・長寿のお祝い (#gaju)
========================================================= */
#gaju h4 { font-size: 22px; text-align: center; margin-bottom: 1em; }
#gaju .style_list_box dl dd.item_name { text-align: center; }
#gaju .style_list_box .item_text_wrap .price { margin-top: auto; margin-bottom: 0; }
#gaju .style_list_box .item_name { font-size: 14px; text-align: center; }
#gaju .style_list_box dl._red .item_catch { background: #fff6f6; }
#gaju .style_list_box dl._green .item_catch { background: #f6ffe8; }
#gaju .style_list_box dl._purple .item_catch { background: #f8f3ff; }
#gaju .style_list_box dl._yellow .item_catch { background: #fffbf0; }
#gaju .style_list_box dl._white .item_catch { background: #f0f8f8; }

.area_gaju_inner { padding: 2.5em 3em 0em; background: #FFFFF4; border: 1px solid #FD827A; margin-bottom: 32px; }
.area_gaju_inner ul { display: flex; justify-content: center; }
/* Flexbox指定でaタグなしでも上下左右中央揃えを維持 */
.area_gaju_inner ul li { width: 85px; height: 85px; margin: 10px 6px; font-size: 23px; color: #656565; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; background: #fff; box-sizing: border-box; border: 2px solid #656565; font-weight: bold; line-height: 1.2; }
.area_gaju_inner ul.top_list li { width: 100px; height: 100px; font-size: 26px; }

/* --- 各色の設定とホバー処理をli直接適用へ変更 --- */
.area_gaju_inner ul.top_list li.ka { background: #FFDDDD; border: 1px solid transparent; transition: 0.2s; color: #D60000; }
/* .area_gaju_inner ul.top_list li.ka:hover { background: #fff; border: 1px solid #D60000; color: #D60000; } */
.area_gaju_inner ul li.ka span.adjust_age, .area_gaju_inner ul li.ka span.adjust_furi { color: #ed301d; }

.area_gaju_inner ul.top_list li.ki { background: #ECDDFF; border: 1px solid transparent; transition: 0.2s; color: #5A1488; }
/* .area_gaju_inner ul.top_list li.ki:hover { background: #fff; border: 1px solid #5A1488; color: #5A1488; } */
.area_gaju_inner ul li.ki span.adjust_age, .area_gaju_inner ul li.ki span.adjust_furi { color: #5A1488; }

.area_gaju_inner ul.top_list li.be { background: #FFF0C7; border: 1px solid transparent; transition: 0.2s; color: #A38111; }
/* .area_gaju_inner ul.top_list li.be:hover { background: #fff; border: 1px solid #A38111; color: #A38111; } */
.area_gaju_inner ul li.be span.adjust_age, .area_gaju_inner ul li.be span.adjust_furi { color: #A38111; }

.area_gaju_inner ul.top_list li.ha { background: #E8F0F0; border: 1px solid transparent; transition: 0.2s; color: #656565; }
/* .area_gaju_inner ul.top_list li.ha:hover { background: #fff; border: 1px solid #656565; color: #656565; } */
.area_gaju_inner ul li.ha span.adjust_age, .area_gaju_inner ul li.ha span.adjust_furi { color: #656565; }

.area_gaju_inner ul li span.adjust_name { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; font-weight: 700; }
.area_gaju_inner ul li span.adjust_furi { font-size: 13px; display: block; text-align: center; line-height: 1.2; font-weight: bold; }
.area_gaju_inner ul li span.adjust_age { font-size: 16px; display: block; text-align: center; line-height: 1.2; font-weight: bold; }

.area_gaju_inner ul.bottom_list li { color: #656565; border: 2px solid #656565; background: #fff; }
.area_gaju_inner ul.bottom_list li span.adjust_age { color: #656565; margin-top: 0; width: 100%; }
.area_gaju_inner .common_txt { text-align: left; }
.area_gaju_annotation { text-align: right; margin-right: 40px; }

/* =========================================================
   09. 豆知識・コラム (#main_column, #n_columnArea)
========================================================= */
.area_column .area_column_txt { width: 920px; margin: 0 auto; background: #f9f9f9;padding:32px}
.area_column .column_txt { font-size: 15px; margin: 1em 0; line-height: 1.8; }
.area_column .column_txt a { font-weight: bold; text-decoration: underline; color: #E15242; transition: 0.2s; }
.area_column .column_txt a:hover { opacity: 0.8; }
.area_column .area_column_txt ul li{ font-size:15px;line-height: 1.8;}

#n_columnArea .wrap_column { padding: 0 8px; display: flex; flex-wrap: wrap; list-style: none; margin: 0; }
#n_columnArea .wrap_column li { width: 31%; margin-right: 2.3%; }
#n_columnArea .wrap_column li a { display: block; text-decoration: none; }
#n_columnArea h3 { font-weight: bold; color: #333333; font-size: 15px; position: relative; display: inline-block; padding-right: 10px; border-bottom: none; }
#n_columnArea .columnArea { margin: 32px 20px 56px; }
#n_columnArea .c_box { position: relative; border-bottom: 1px dotted; padding: 24px 0 8px; }
#n_columnArea .c_box .c_title { display: block; font-weight: normal; padding: 0 0 0 0.5em; font-size: 13px; color: #333; }
#n_columnArea .c_box::before { content: ''; position: absolute; left: 0; top: 65%; transform: translateY(-50%); box-sizing: border-box; width: 4px; height: 4px; border: 4px solid transparent; border-left: 4px solid #bb2649; }

/* =========================================================
   10. アンケート (#questionnaire)
========================================================= */
#questionnaire .questionnaire_info { font-size: 13px; line-height: 1.6; text-align: right; color: #2f2f2e; margin-bottom: 3em; }
#questionnaire .questionnaire_info img { width: 358px; margin-top: 4px; }
#questionnaire .area_questionnaire_contents { padding: 0 20px 48px; margin-bottom: 48px; border-bottom: 2px dotted; }
#questionnaire #Q4.area_questionnaire_contents { border-bottom: none; }
#questionnaire .area_question p { font-size: 18px; font-weight: bold; margin-bottom: 1.5em; }
#questionnaire .area_answer table tr { display: flex; padding: 2px; }
#questionnaire .area_answer table th, #questionnaire .area_answer table td { font-size: 16px; display: flex; }
#questionnaire span._icon { font-size: 21px; display: inline-block; width: 32px; height: 32px; border-radius: 50%; color: #fff; line-height: 35px; text-align: center; margin-right: 0.5em; position: relative; }
#questionnaire .icon_question { background: #e77193; }
#questionnaire .icon_answer { background: #5c7fac; }
#questionnaire .area_answer { display: flex; }
#questionnaire .area_answer .area_answer_right { width: 53%; }
#questionnaire .area_answer .area_answer_left { display: flex; width: 47%; }
#questionnaire .area_answer ._img { width: 20%; max-width: 42px; }
#questionnaire .area_answer ._txt { font-size: 16px; background: #fff6ef; padding: 10px; border-radius: 11px; margin-left: 0.5em; line-height: 1.6; width: 86%; }
#questionnaire .questionnaire_right_wrap { display: flex; justify-content: right; }

/* =========================================================
   11. お届け・FAQ (#delivery, #payment, #faq)
========================================================= */
.wrap_txt { padding: 0 12px 0; }
.wrap_txt ._txt { border-top: 1px dotted #d9d9d9; padding: 16px 10px; margin-top: 16px; }
.wrap_txt ._txt p._lead { font-size: 15px; line-height: 1.5; }
.wrap_txt ._txt p._anno { padding: 0; margin: 0; font-size: 13px; line-height: 1.5; }
.wrap_txt ._txt p._lead span._add { color: #E15242; font-size: 18px; font-weight: bold; }
.wrap_txt h3 { font-size: 16px; border-left: 6px solid #E15242; padding-left: 8px; color: #333; margin: 40px 0 8px; font-weight: bold; }
.wrap_txt h3 p { display: inline-block; margin-right: 3px; margin-left: 1em; }
.wrap_txt h3 p img { width: 69px; vertical-align: sub; margin-right: 3px; }

.wrap_early { width: 700px; margin: 0 auto; }
.sw_deco { display: block; text-align: center; font-size: 18px; }
.sw_deco::before, .sw_deco::after { color: inherit; font-weight: bold; }
.sw_deco::before { content: "＼"; margin-right: 4px; }
.sw_deco::after { content: "／"; margin-left: 4px; }

.e87-lower-layout { margin-top: 40px; margin-bottom: 60px; }
.e87-lower-section { margin-top: 80px; }
.e87-lower-text { margin: 0; line-height: 1.8; font-size: 1.1em; }
.e87-lower-text + .e87-lower-text { margin-top: 2em; }
.e87-lower-anchor__item .e87-link-box--anchor { height: 100%; display: flex; align-items: center; }
.e87-lower-anchor__item .e87-link-box--anchor::after { right: 9px; top: calc(50% - 13px); transform: rotate(90deg) translateY(-50%); }
.e87-faq-lists { margin-top: 60px; }
.e87-js-toggle-accordion { padding: 0 20px; }
.e87-faq-accordion { border: 1px solid #E15242; border-radius: 5px; margin-bottom: 10px; overflow: hidden; }
.e87-faq-accordion:last-of-type { margin-bottom: 0; }
.e87-faq-accordion__head { padding: 20px 60px 20px 63px; background-image: url("https://img.e87.com/corp/faq/img/icon_q.png"); background-repeat: no-repeat; background-position: left 18px top 15px; background-size: 30px; cursor: pointer; transition: background-color .2s; }
.e87-faq-accordion__head:hover { background-color: #ffe1ec; }
.e87-js-toggle-accordion__trigger--active:hover { background-color: transparent; }
.e87-faq-accordion__body__inner { background-image: url("https://img.e87.com/corp/faq/img/icon_a.png"); background-repeat: no-repeat; background-size: 30px; padding: 12px 60px 30px 63px; background-position: left 18px top 7px; }
.e87-faq-accordion__body[data-status="closed"] { display: none; }
.e87-js-toggle-accordion__trigger { position: relative; }
.e87-js-toggle-accordion__trigger::before, .e87-js-toggle-accordion__trigger::after { content: ""; position: absolute; width: 16px; height: 1px; background: #000; right: 20px; top: 0; bottom: 0; margin: auto; transition: transform .3s; }
.e87-js-toggle-accordion__trigger::after { transform: rotate(90deg); }
.e87-js-toggle-accordion__trigger--active::after { transform: rotate(0); }
.e87-faq-accordion__head__text { font-weight: bold; margin: 0; font-size: 1.3em; }
.e87-faq-accordion__text { margin: 0; }
.e87-faq-accordion__btn__wrap { margin: 30px auto 0; width: 85%; }
@media all and (min-width: 769px) { .e87-faq-accordion__btn__wrap { width: 344px; } }

/* =========================================================
   12. 関連サイト (h2_connection, article_list) ※非表示要素用
========================================================= */
.h2_connection { display: flex; align-items: center; justify-content: center; text-align: center; font-size: 18px; font-weight: bold; color: #333; margin: 40px 0 20px; width: 100%; margin-bottom: 1em; }
.h2_connection::before, .h2_connection::after { content: ""; width: 80px; height: 1px; background-color: #333; }
.h2_connection::before { margin-right: 15px; }
.h2_connection::after { margin-left: 15px; }

.article_list { margin: 0 auto; max-width: 800px; }
.article_item { margin-bottom: 30px; padding: 25px; border: 1px solid #e5ddda; border-radius: 8px; background-color: #ffffff; }
.article_item .article_thumb { margin: 0 0 15px 0; text-align: center; }
.article_item .article_thumb img { width: 100%; height: auto; vertical-align: bottom; border-radius: 4px; }
.article_title { font-size: 15px; line-height: 1.5; font-weight: bold; color: #333; }
.article_title a { text-decoration: none; transition: color 0.3s; font-weight: bold; }
.article_lead { margin: 0 10px 0 0; font-size: 14px; line-height: 1.6; color: #333333; }
.article_link { transition: 0.2s; }
.article_link:hover { opacity: 0.8; text-decoration: underline #333 !important; }
.article_title::after { content: ""; display: inline-block; width: 13px; height: 13px; margin-left: 6px; background: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"%3E%3Cpath d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7zm-2 16H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7z"/%3E%3C/svg%3E') no-repeat center center; background-size: contain; vertical-align: -1px; }

/* --------------------------------------
?????? area price
------------------------------------------- */
.price_outer {display: flex;align-items: center;justify-content: center;padding-bottom: 1em;flex-wrap: wrap;}
.price_box {margin: 8px;transition: 0.2s;}
.price_inner {align-items: center;width: 160px;height: 150px;position: relative;border-radius: 25px 0px 0px 0px;border:2px solid #E5988F;}
.price_inner:hover {background:#E5988F;}
.price_inner:hover .price_txt{color:#fff;}
.price_inner::after {content: "";position: absolute;margin: auto;bottom: 1em;left: 50%;width: 6px;height: 6px;border-top: 2px solid #000;border-right: 2px solid #000;transform: rotate(45deg) translateX(-50%);transition: 0.2s;}
.price_inner:hover::after {left: 54%;width: 6px;border-top: 2px solid #fff;border-right: 2px solid #fff;}
.price_txt {font-size: 18px;color: #000;padding: 8px 12px;font-weight: bold;line-height: 1.6;transition: .2s;box-sizing: border-box;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;margin: 0;}
.price_txt:hover:after {right: 10px;}
.price_inner:hover .price_txt.pink::after {right: 8px;}
.price_inner .price_pic {transition: 0.2s;}
.price_inner:hover .price_pic {opacity: 0.8;}
section#price a:hover {text-decoration: none!important;}