.standout-button { display: block; /* ブロック要素指定 */ width: 400px; /* 横幅を400pxに */ box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */ text-align: center; /* テキストを中央配置に */ margin: 20px auto; /* 上下のマージンを20px、左右のマージンを自動で中央揃えに */ padding: 1rem 1rem; /* パディングを1remに */ background-color: #D71815; /* 背景色を赤色に */ color: white !important; /* テキスト色を白に強制指定 */ font-weight: bold; /* テキストを太字に */ border: none; /* 境界線なし */ border-radius: 5px; /* 角の丸みを5pxに設定 */ border-bottom: 7px solid #9E2525; /* ボタンの下側に影を作る */ transition: all 0.1s ease; /* ボタンの影の変化にアニメーションを設定 */ } .standout-button:hover { background-color: #D71815; /* 同じ赤色 */ transform: translateY(4px); /* ボタンを下に少し動かす */ border-bottom: 7px solid transparent; /* border-bottomを透明にする */ } @media (max-width: 390px) { .standout-button { width: 300px!important; } } @media (max-width: 576px) { .standout-button { width: 370px; /* 横幅を400pxに */ } } .send-flow-standout-button { display: block; /* ブロック要素指定 */  width: 330px; /* 横幅を330pxに */ box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */ text-align: center; /* テキストを中央配置に */ margin: 20px auto; /* 上下のマージンを20px、左右のマージンを自動で中央揃えに */ padding: 1rem 1rem; /* パディングを1remに */ background-color: #D71815; /* 背景色を赤色に */ color: white !important; /* テキスト色を白に強制指定 */ font-weight: bold; /* テキストを太字に */ border: none; /* 境界線なし */ border-radius: 5px; /* 角の丸みを5pxに設定 */ border-bottom: 7px solid #9E2525; /* ボタンの下側に影を作る */ transition: all 0.1s ease; /* ボタンの影の変化にアニメーションを設定 */ } .send-flow-standout-button:hover { background-color: #D71815; /* 同じ赤色 */ transform: translateY(4px); /* ボタンを下に少し動かす */ border-bottom: 7px solid transparent; /* border-bottomを透明にする */ } .table_box{  max-width: 80%; height: 80%; overflow-x: auto; overflow-y: auto; -webkit-overflow-scrolling: touch; } table { border-collapse: collapse; border-spacing: 0; width: 100%; } th, td { vertical-align: middle; padding: 20px; border: 1px solid #ffffff; color: #000; font-size: 14px; text-align: left; white-space: nowrap; } th { background: #ffffff; } td { background: #ffffff; } .sticky_row { position: sticky; top: 0; left: 0; background: none; border-left: none; border-right: none; } .sticky_row::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; background: #ffffff; z-index: -1; } .sticky_col { position: sticky; top: 0; left: 0; background: none; border-top: none; border-bottom: none; } .sticky_col::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; background: #ccc; z-index: -1; } .sticky_cross { position: sticky; top: 0; left: 0; background: none; border-top: none; border-bottom: none; border-left: none; border-right: none; z-index: 1; } .sticky_cross::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; background: #ccc; z-index: -1; } /*PCでは無効(改行しない)*/ .sma{ display: none; } /*スマートフォンでは有効(改行する)*/ @media screen and (max-width:768px) { .sma{ display: block; } } .fcportal-table { width: 100%; table-layout: fixed; } .fcportal-table td { word-break: break-word; /* 長い単語を改行 */ overflow-wrap: break-word; /* コンテンツ全体に適用 */ white-space: normal; /* 強制的な非改行を無効化 */ } /* 電話番号一覧 */ .tel-standout-button a::before { content: ""; background: url(wp-content/uploads/2024/08/i-phone.png) 50% 50% no-repeat; background-size: 20px 20px; display: inline-block; margin-right: 8px; width: 20px; height: 20px; vertical-align: -15%; } .tel-standout-button { border: 1px solid;!important /* 境界線なし */ border-color: #000 border-radius: 2px; /* 角の丸みを2pxに設定 */ display: block; /* ブロック要素指定 */ width: 400px; /* 横幅を400pxに */ box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */ text-align: center; /* テキストを中央配置に */ margin: 20px auto; /* 上下のマージンを20px、左右のマージンを自動で中央揃えに */ padding: 1rem 1rem; /* パディングを1remに */ background-color: #fff; /* 背景色を赤色に */ transition: all 0.1s ease; /* ボタンの影の変化にアニメーションを設定 */ } .tel-standout-button:hover { background-color: #cccccc; /* 同じ赤色 */ } .tel-standout-button a::before { content: ""; background: url(wp-content/uploads/2024/08/i-phone.png) 50% 50% no-repeat; background-size: 20px 20px; display: inline-block; margin-right: 8px; width: 20px; height: 20px; vertical-align: -15%; } .sim-standout-button { display: block; /* ブロック要素指定 */ width: 400px; /* 横幅を400pxに */ line-height: 1.7; box-sizing: border-box; /* 要素の幅と高さの計算にパディングとボーダーを含める */ text-align: center; /* テキストを中央配置に */ margin: 20px auto; /* 上下のマージンを20px、左右のマージンを自動で中央揃えに */ padding: 0.7rem;; /* パディングを1remに */ background-color: #D71815; /* 背景色を赤色に */ color: white !important; /* テキスト色を白に強制指定 */ border: none; /* 境界線なし */ border-radius: 5px; /* 角の丸みを5pxに設定 */ border-bottom: 7px solid #9E2525; /* ボタンの下側に影を作る */ transition: all 0.1s ease; /* ボタンの影の変化にアニメーションを設定 */ margin-bottom: 20px!important; } .sim-standout-button:hover { background-color: #D71815; /* 同じ赤色 */ transform: translateY(4px); /* ボタンを下に少し動かす */ border-bottom: 7px solid transparent; /* border-bottomを透明にする */ } .sim-2 { position: relative!important; font-size: 20px; font-weight: bold; margin: 10px!important; } @media (max-width: 375px) { .sim-standout-button { width: 300px!important; } .sim-2 { font-size: 16px!important; } } @media (max-width: 576px) { .sim-standout-button { width: 380px!important; } .sim-2 { font-size: 20px!important; } } .sim-standout-button .sim-1::before { content: ""; position: absolute!important; background: url(wp-content/uploads/2025/03/%e6%96%99%e9%87%91%e3%82%b7%e3%83%a5%e3%83%9f%e3%83%ac%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e3%83%90%e3%83%8a%e3%83%bc_%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b3.png) 50% 50% no-repeat; background-size: 30px 30px; width: 30px; height: 30px; margin-left: -25px!important; margin-top: -5px!important; } .sim-standout-button .sim-3::after { content: ""; position: absolute!important; background: url(wp-content/uploads/2025/03/1758147.png) 50% 50% no-repeat; background-size: 30px 30px; display: inline-block; width: 30px; height: 30px; vertical-align: 10% }