/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 08:38:24 */
.aligncenter {
clear: both;
}

small {
font-size: .8em !important;
color: #555 !important;
}

caption {
font-size: .9em !important;
color: #777 !important;
}

.citefu {
color: #999 !important;
font-style: italic;
word-break: break-word;
}

.top-copy {
font-size: 0.8em !important;
color: #555 !important;
}

.thin-right {
font-size: 0.8em !important;
color: #888 !important;
text-align: right;
margin: 0 0 1em;
}

.strike-through {
text-decoration: line-through;
}

/** ミニ吹き出し **/
.minihukidashi {
background-image: linear-gradient(to right, #6ba5d9 0%, #85d8cf 100%);
color: #fff !important;
margin: 0 0 20px 0;
border-radius: 0px;
position: relative;
display: inline-block !important;
min-width: 60px;
max-width: 100% !important;
padding: 10px 20px;
font-size: .75em !important;
line-height: 1.4;
font-weight: bold;
}

.minihukidashi:before {
content: "";
position: absolute;
top: 100%;
left: 50px;
margin-left: -15px;
border: 15px solid transparent;
border-top: 10px solid #72B3D6;
}

/*吹き出し*/
.quote-man {
background: #F9F9F9;
position: relative;
padding: 10px 25px 10px 70px;
margin: 40px 20px;
box-sizing: border-box;
color: #464646;
box-shadow: 6px 6px 7px -12px #000;
max-width: 100%;
display: inline-block;
border-radius: 5px;
}

.quote-man:before {
content: "";
display: inline-block;
background: url(https://cosme-com.com/wp-content/uploads/2024/09/masa.png);
background-size: cover;
border: solid 3px #efefef;
border-radius: 100px;
width: 70px;
height: 70px;
position: absolute;
top: -15px;
left: -15px;
}

.quote-rina {
background: #F9F9F9;
position: relative;
margin: 30px 0 30px 15px;
padding: 20px 20px 20px 70px;
box-sizing: border-box;
max-width: 100%;
width: calc(100% - 15px);
display: inline-block;
border-radius: 5px;
}

.quote-rina:before {
content: "";
display: inline-block;
background: url(https://cosme-com.com/wp-content/uploads/2024/09/rina-aoki.png);
background-size: cover;
border: solid 3px #efefef;
border-radius: 100px;
width: 70px;
height: 70px;
position: absolute;
top: calc(50% - 38px);
left: -15px;
}
.framebox {
border: #E5F5FF solid 13px;
padding: 1.5em;
margin: 2em 0;
line-height: 2;
border-radius: 5px;
}
/** ページ内ジャンプ **/
.p-move {
background: linear-gradient(-20deg, #F0EBFF 0%, #DAF3F9 100%);
border-radius: 35px;
margin: 1em 0;
padding: .7em 1em;
text-align: center;
}
.p-move a {
color: #3fbaec;
text-decoration: none;
font-weight: bold;
}
.p-move:after {
content: "\f107";
font-family: "font awesome 5 free";
font-weight: bold;
margin-left: 0.5em;
color: #3fbaec;
}

/** 掲載依頼 **/
.p-request {
text-align: center;
margin: 5em 0 1em;
}

.p-request img {
box-shadow: 10px 5px 5px #a2a2a2;
}

/** 監修ページ **/
.supervisor {
text-align: center;
}

.maru {
border-radius: 50%;
}

/* 監修者情報CSS */
.authorinfo {
padding: 1em;
border-radius: 4px;
border: 1px solid #ccc;
color: #888 !important;
font-size: .8em !important;
}

.authorinfo_img img {
border-radius: 50%;
}

.authorinfo_name {
font-weight: bold;
text-align: center;
padding-bottom: .5em;
}

.authorinfo_name a {
text-decoration: none !important;
}

.inyoumodoki {
padding: 1.5em;
margin: 1.5em;
background: #f4f4f4;
border-left: 2px solid #ddd;
}

.t-center {/* 中央寄せのみ */
text-align: center;
}
.hstyle {
font-weight: bold;
border-bottom: 2px dotted #ddd;
}
/* ももぴん調整 */
.pp-acf-map div {
max-width: initial;
}
.pp-modal {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/* メリデメBOX */
.merideme-box {
display: flex !important;
gap: 10px;
margin: 2em 0;
}

.merideme-column {
flex: 1;
border: 1px solid #ddd;
border-radius: 5px;
padding: 10px;
}

.merideme-good {
border-color: #a9d4f2;
background-color: #f5faff;
}

.merideme-bad {
border-color: #f39c9c;
background-color: #fff5f5;
}

.merideme-header {
display: flex !important;
align-items: center;
padding-bottom: 3px;
font-weight: bold;
}
.merideme-good .merideme-header {
border-bottom: dashed 1px #75c6ff;
}
.merideme-bad .merideme-header {
border-bottom: dashed 1px #F39C9C;
}

.merideme-good .merideme-title {
color: #64BFFF !important;
}
.merideme-bad .merideme-title {
color: #FB7676 !important;
}

.merideme-good .merideme-header:before,
.merideme-bad .merideme-header:before {
font-family: "Font Awesome 5 Free"; /* FontAwesomeを使用 */
font-weight: 900; /* アイコンのスタイルを太く */
font-size: 1.5em;
margin-right: 10px;
}

.merideme-good .merideme-header:before {
content: "\f118";
color: #a9d4f2;
}

.merideme-bad .merideme-header:before {
content: "\f5c8";
color: #f39c9c;
}

@media screen and (max-width: 768px) {
.merideme-box {
flex-direction: column;
}
}

/* BOX */
.cautionbox {
background-color: #fffff4;
padding: 1em;
}
/** 横スクロール **/
.bt-side-scroll {
display: flex !important;
flex-wrap: nowrap;
overflow-x: auto;
gap: 16px;
padding: 10px 0;
scrollbar-width: thin;
-ms-overflow-style: none;
margin-bottom: 1em;
}
.bt-side-scroll blockquote {
display: inline-block;
min-width: 300px;
max-width: 400px;
box-sizing: border-box;
font-size: .9em;
}
/** 背景グレー **/
.grey-box {
padding: 1em;
margin: 2.5em 0;
background: #f0f0f0;
font-size: .75em !important;
color: #555 !important;
border-radius: 5px;
}

/* トレーナーコメント表示用スタイル */
.trainer-comment-container {
margin: 20px auto;
}
.trainer-comment {
background-image: linear-gradient(#e1e1e1 1px, transparent 1px);
background-size: calc(100% - 40px) 25px;
background-position: center;
border-radius: 5px 5px 5px 40px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
padding: 10px 0;
margin-top: 20px;
font-size: .95em !important;
}
/* ヘッダー部分 */
.comment-header {
background: linear-gradient(135deg, #4fa8d4 0%, #5fb4d9 50%, #7cc9e8 100%);
padding: 0px 0px 0px 80px;
position: relative;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 1em;
}
.trainer-image {
width: 60px; /* サイズを少し大きくする */
height: 60px;
border-radius: 50%; /* 完全な丸にする */
object-fit: contain; /* 縦横比を保持する */
position: absolute;
left: 5px; /* 左側の位置を右に移動 */
top: 50%;
transform: translateY(-50%);
border: 2px solid #ffffff; /* 白い枠線 */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 影を追加 */
background-color: #ffffff; /* 背景色を白に */
z-index: 1; /* ヘッダーより前面に表示 */
}
.header-text {
color: #ffffff !important;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
padding: .5em;
}
/* コメント本文 */
.comment-body {
padding: 0 20px;
}
/** ノートボックス用スタイル **/
.note-box {
margin: 0 auto 1em;
padding: 25px 20px;
background: #FFFBFC;
border-radius: 5px;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
position: relative;
}

.note-box > p {
position: relative;
margin: .5em 0 !important;
padding: 0 0 0 20px;
border-bottom: 1px dashed #ddd;
font-size: .9em !important;
}

.note-box::before {
content: "";
position: absolute;
left: 20px;
top: 25px;
bottom: 25px;
width: 2px;
background-color: #65D9E7;
opacity: 0.5;
}
/* 比較表続きを見る */
.bt-continu{
position:relative;
}
.bt-continu.hide{
height: 600px;
overflow-y:hidden;
}
.bt-continu .more{
position:absolute;
bottom:0;
width:100%;
padding: 40px 0;
text-align:center;
background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 50%);
cursor:pointer;
z-index: 3;
}
.ika-btn {
font-size: 0.85em !important;
color: #6BA6D9 !important;
padding: 8px 20px;
border: 2px solid #6BA6D9;
border-radius: 20px;
font-weight: bold;
}
.ika-btn:after {
content: "\f107";
font-family: "font awesome 5 free";
font-weight: bold;
margin-left: 0.5em;
}
/*＝＝＝＝＝＝＝＝＝＝＝
　タブ
＝＝＝＝＝＝＝＝＝＝＝＝*/
/* タブ全体のスタイル */
.js-tabs {
width: 100%;
margin: 20px 0;
}

/* タブボタンのスタイル */
.js-tabs .tab-buttons {
display: flex;
}

.js-tabs .tab-buttons .tab-button {
font-size: .9em;
padding: 7px 20px;
cursor: pointer;
background: #FFFBFC;
border: 1px solid #fff;
border-bottom: none;
transition: background 0.3s;
outline: none;
border-radius: 10px 10px 0 0;
width: 100%;
color: #777;
}

.js-tabs .tab-buttons .tab-button.active {
background: #65D9E7;
font-weight: bold;
color: #fff;
}
.tab-contents {
border-bottom: 1px solid #65D9E7;
border-top: 1px solid #65D9E7;
padding: .5em;
}

/* タブコンテンツのスタイル */
.js-tabs .tab-contents .tab-content {
display: none;
}

.js-tabs .tab-contents .tab-content.active {
display: block;
}

/*＝＝＝＝＝＝＝＝＝＝＝
UXデザイン
＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 見出し */
.post_content h2:not(.newsUnder__topTitle):not(.newsCard__title):not(.store__title):not(.footerContact__title) {
background-image: linear-gradient(to right, #6ba5d9 0%, #85d8cf 100%) !important;
color: #fff !important;
padding: 20px !important;
margin: 25px auto !important;
font-size: 1.05em;
border-radius: 5px;
}
.post_content h2 span:not(.newsUnder__topTitle):not(.newsCard__title):not(.store__title):not(.footerContact__title) {
color: #fff !important;
}

.post_content h3:not(.newsUnder__topTitle):not(.newsCard__title):not(.store__title):not(.footerContact__title) {
margin: 20px 0;
padding: 10px 0 10px 10px;
border-left: solid 5px #6BA6D9;
font-size: 1em;
}
.post_content h3::before {
background: none !important;
}
.post_content h4:not(.newsUnder__topTitle):not(.newsCard__title):not(.store__title):not(.footerContact__title) {
border-bottom: 1px solid #ddd;
border-image: conic-gradient(#7f7fff, #7fff7f, #ffff7f, #ff7f7f, #ff7fff, #7f7fff) 1;
}

.bold,
.ymarker,
.ymarker-s,
.gmarker,
.gmarker-s,
.rmarker,
.rmarker-s,
.bmarker,
.bmarker-s {
font-weight: bold;
}

.jump {
color: #008db7 !important;
}

/* ボタン */
.button {
min-width: 130px;
position: relative;
display: inline-block;
text-decoration: none !important;
text-align: center;
background: #DB0011;
border-radius: 50px;
background-image: linear-gradient(to right, #c471f5 0%, #ff5dac 100%) !important;
border-bottom: none !important;
margin-bottom: 15px !important;
padding: 0.65em 1.65em 0.65em 0.65em !important;
width: 75% !important;
border-bottom: solid 4px rgba(0, 0, 0, 0.27) !important;
color: #fff !important;
transition: none !important;
font-weight: bold;
}

.button:hover {
opacity: 0.7 !important;
}

.button .jump {
color: #fff;
}

.button::after {
content: "\f138";
font-family: "font awesome 5 free";
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
}

/* ポイントボックス */
.pointbox {
border: none;
background: #eef9fa;
padding: 25px 20px 20px;
margin: 25px 0 20px;
border-radius: 10px;
position: relative;
}

.pointbox:before {
content: "Point";
position: absolute;
top: -14px;
left: 25px;
z-index: 1;
color: #fff;
font-weight: bold;
background: none;
border: none;
}

.pointbox:after {
content: "";
display: inline-block;
background: url(https://cosme-com.com/wp-content/uploads/2024/09/point.png) #65d9e7 no-repeat top 5px right 3px;
background-size: 18px;
width: 76px;
height: 30px;
position: absolute;
top: -15px;
left: 15px;
border-radius: 5px;
}

/* テーブル */
table {
box-sizing: border-box;
border-top: 1px #d4d4d4 solid;
border-right: 1px #d4d4d4 solid;
margin-bottom: 20px;
width: 100%;
max-width: 100%;
font-size: .9em !important;
}

table th {
padding: 10px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
box-sizing: border-box;
word-break: break-word;
vertical-align: middle;
font-weight: normal;
font-size: .9em !important;
}

table tr td {
padding: 10px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: solid;
border-left-style: solid;
box-sizing: border-box;
word-break: break-word;
vertical-align: middle;
font-size: .9em !important;
}

table,
table thead,
table thead th,
table thead td,
table tbody td {
border-color: #9be2eb !important;
}

table thead tr {
border-bottom: none !important;
}

table thead tr th,
table tbody th {
background: #eef9fa !important;
border-color: #9be2eb !important;
}

.post_content thead td,
.post_content thead th {
color: #555;
}

.table-btn {
background-image: linear-gradient(to right, #c471f5 0%, #ff5dac 100%);
color: #fff !important;
padding: 5px 15px 5px 5px;
border-radius: 5px;
display: inline-block;
text-decoration: none !important;
text-align: center;
position: relative;
font-weight: bold;
}

.table-btn:hover {
color: #fff !important;
}

.table-btn:after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: bold;
margin-left: 15px;
position: absolute;
right: 5px;
top: 6px;
}

/* パーソナルジム一覧テーブル */
.p-sticky-table {
border-collapse: separate;
display: block;
overflow-x: scroll;
white-space: nowrap;
}

.p-sticky-table tbody th:first-child,
.p-sticky-table tbody td:first-child {
position: sticky;
left: 0;
z-index: 1;
min-width: 110px;
border-right: 1px #9be2eb solid !important;
padding: 10px 5px;
text-align: center;
}

.p-sticky-table img {
margin: 10px auto;
display: block;
padding: 0;
max-width: 80px;
height: auto;
}

/* 店舗一覧テーブル */
.store-table {
table-layout: fixed;
}

/* 地図ボタン */
.map-btn {
background: #3dd9ec;
color: #fff !important;
padding: 3px 0 3px 15px;
border-radius: 5px;
text-decoration: none !important;
display: block;
max-width: 75%;
text-align: center;
margin: 5px auto;
position: relative;
}

.map-btn:after {
content: "";
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-access.png) no-repeat center;
width: 16px;
height: 16px;
display: inline-block;
position: absolute;
top: calc(50% - 8px);
left: 5px;
background-size: contain;
}

/* 詳細テーブル */
.detail-table th {
width: 90px;
padding: 10px 5px;
}

/* スペック */
.spec-icon small {
color: #fff !important;
}

.spec-ok,
.spec-ng {
font-weight: 700;
padding: .3em .5em;
margin: .2em;
display: inline-block;
border-radius: 22px;
text-align: center;
vertical-align: middle;
}

.spec-ng {
color: #999 !important;
background: #f0f0f0;
}

.spec-icon .spec-ok {
color: #fff;
background: #65D9E7;
box-shadow: none;
}

.spec-icon {
display: flex !important;
width: 100%;
margin: 20px auto;
flex-wrap: wrap;
}

.spec-icon span {
width: calc(50% - 10px);
font-size: 0.72em;
margin: 2px auto;
position: relative;
padding-left: 32px;
display: flex;
align-items: center;
justify-content: center;
}

.spec-icon span:last-child {
margin: 2px 5px;
}

.spec-icon span:before {
content: "";
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-clothes.png) no-repeat center;
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: calc(50% - 10px);
left: 5px;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(2):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-shower.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(3):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-meal.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(4):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-door.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(5):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-women.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(6):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-trainer.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(7):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-access.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(8):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-counseling.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ok:nth-of-type(9):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-refund.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-clothes-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(2):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-shower-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(3):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-meal-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(4):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-door-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(5):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-women-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(6):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-trainer-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(7):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-access-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(8):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-counseling-ng.png) no-repeat center;
background-size: contain;
}

.spec-icon span.spec-ng:nth-of-type(9):before {
background: url(https://cosme-com.com/wp-content/uploads/2024/09/icon-refund-ng.png) no-repeat center;
background-size: contain;
}

/* キャンペーンボックス */
.midasibox1 {
position: relative;
margin: 2em 0;
border-radius: 8px;
border: solid 2px #65d9e7;
background: #fff;
background-image: linear-gradient(0deg, transparent 19px, #c9eef2 20px), linear-gradient(90deg, transparent 19px,
#c9eef2 20px);
background-size: 20px 20px;
padding: 50px 15px 10px;
line-height: 1.8;
}

.midasibox1 .box-title {
position: absolute;
display: inline-block;
padding: 7px 15px;
font-size: 14px;
color: #ffffff;
font-weight: bold;
border-radius: 6px 6px 0 0;
top: 0;
left: 0;
right: 0;
background: #65d9e7;
text-align: center;
}

.midasibox1 p {
margin: 0;
}

.midasibox1 li {
list-style: none;
}

.midasibox1 ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  color: #65D9E7;
  margin: 0 10px 0 0;
}

.ymarker,
.ymarker-s,
.rmarker-s {
color: #434e71 !important;
}

.ymarker-s {
background: linear-gradient(transparent 70%, #D3ECFB 0%);
}

/* エリア検索ボックス */
.areabox {
border: solid 2px #0471a6;
background: #fff;
background-image: linear-gradient(0deg, transparent 19px, #c9eef2 20px), linear-gradient(90deg, transparent 19px,
#c9eef2 20px);
background-size: 20px 20px;
padding: 45px 15px 10px;
position: relative;
margin: 2em 0;
border-radius: 8px;
font-size: 13px;
text-align: center;
}
.areabox .box-title {
border-radius: 6px 6px 0 0;
top: 0;
left: 0;
right: 0;
background: #0471a6;
text-align: center;
position: absolute;
display: inline-block;
padding: 5px 18px 7px 7px;
font-size: 14px;
color: #ffffff;
font-weight: bold;
}
.areabox .box-title:after {
content: "";
background: url(https://cosme-com.com/wp-content/uploads/2024/09/search.png) no-repeat;
width: 16px;
height: 16px;
position: absolute;
top: calc(50% - 10px);
background-size: contain;
margin-left: 6px;
}
.areabox .spec-ok {
color: #0471a6;
background: #c9eef2;
box-shadow: 3px 3px 0 0 #0471A6;
border: solid #0471a6 2px;
margin: 5px;
min-width: 70px;
}
.areabox a:hover .spec-ok {
transform: translate(2px, 2px);
box-shadow: 1px 1px 0 0 #0471a6;
}

/* メモボックス */
.memobox {
border: #efefef solid 3px;
border-radius: 5px;
padding: 20px 20px 20px 30px;
margin: 20px 0;
position: relative;
}
.memobox:before {
content: "";
display: inline-block;
background: url(https://cosme-com.com/wp-content/uploads/2024/09/memo.png) #FFFBFC no-repeat center;
background-size: 20px;
border: solid 3px #efefef;
border-radius: 100px;
width: 40px;
height: 40px;
position: absolute;
top: -15px;
left: -15px;
}

/* Q&A */
.questionbox {
padding: 20px 0px 20px 40px;
background: #fff;
background-image: linear-gradient(135deg, #65d9e7 40px, transparent 0);
border: none;
margin: 0 !important;
position: relative;
}
.questionbox:before {
top: 0px;
left: 0px;
color: #fff;
font-weight: bold;
background: none;
border: none;
padding: 0;
}
.questionbox:before {
content: "Q";
font-size: 20px;
display: inline-block;
text-align: center;
border-radius: 100px;
width: 30px;
height: 30px;
position: absolute;
}
.questionbox p {
font-weight: bold;
}
.answerbox {
border: none;
padding: 20px 15px 20px 40px;
background: #f0f0f0;
background-image: linear-gradient(135deg, #ffc715 40px, transparent 0);
margin: 0 0 30px !important;
position: relative;
}
.answerbox:before {
top: 0px;
left: 0px;
color: #ffffff;
font-weight: bold;
border: none;
background: none;
padding: 0;
}
.answerbox:before {
content: "A";
font-size: 20px;
display: inline-block;
text-align: center;
border-radius: 100px;
width: 30px;
height: 30px;
position: absolute;
}

/* アコーディオン */
.accordion {
margin-bottom: 10px;
}
.accordion-header {
background-color: #65d9e7;
color: #fff !important;
padding: 10px;
margin-bottom: 1.5em;
cursor: pointer;
display: flex !important;
align-items: center;
position: relative;
border-radius: 30px;
}
.accordion-header span {
color: #fff !important;
}
.accordion-icon {
margin-right: 10px;
font-size: 20px !important;
font-weight: bold;
transition: transform 0.3s;
}
.accordion-header.active .accordion-icon {
transform: rotate(45deg);
}
.accordion-title {
flex: 1;
}
.accordion-body {
display: none;
padding: 10px;
background-color: #f9f9f9;
}
.accordion-body.open {
display: block;
}

/* PR */
.c-prNotation[data-style="small"] {
  color: #6BA6D9;
  font-size: 1em;
}

/* PC */
@media screen and (min-width:960px) {
    /* ボタン */
    .button {
    width: 50% !important;
    }
    /* スペック */
    .spec-icon span {
    width: calc(33% - 10px);
    padding: .7em .7em .7em 32px;
    margin: 3px auto;
    }
    .spec-icon span:last-child {
    margin: 2px auto;
    }
    .spec-icon span:before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: 8px;
    }
    /* エリア検索ボックス */
    .areabox {
    padding: 42px 15px 10px;
    }
    /* 詳細テーブル */
    .detail-table th {
    width: 150px;
    padding: 10px 5px;
    }
    /* Q&A */
    .questionbox {
    padding: 30px 20px 30px 40px;
    }
    .answerbox {
    padding: 30px 20px 30px 40px;
    margin: 0 0 40px !important;
    }
}

/* フッター */
.l-footer {
  display: flex;
  flex-direction: column;
  background: linear-gradient(250deg, #d72d56 1.99%, rgba(215, 45, 86, 0.6) 100%);
  text-align: center;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 4vw;
}
.l-footer__widgetArea {
width: 1200px;
}
.footer__img {
  width: 16.875vw;
  height: 8.4375vw;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 1.125vw;
  margin-top: 2.5vw;
  justify-content: center;
}
.footer__set {
  display: flex;
  align-items: center;
  gap: .6vw;
  transition: all 0.25s ease-in;
}
.footer__snsImg {
  width: 1.71875vw;
  height: 1.71875vw;
}
.footer__text {
  font-size: 1.25vw;
  color: white;
  font-family: "Marcellus-Regular";
  font-weight: 400;
  margin-bottom: 0vw;
}
.footer__link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-top: 4.375vw;
  padding-bottom: 3.125vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer__page {
}
.l-footer__nav li:first-child a {
border-left: none;
}
.l-footer__nav a {
border-right: none;
}