@charset "UTF-8";
/* ============================================================================
   common.css  ―― 全ページ共通
   ----------------------------------------------------------------------------
   ・基本設定（リセット的なタグスタイル・WEBフォント）
   ・汎用ユーティリティ（flex / table / absolute / 表示切替 / 色 など）
   ・ヘッダー（.header_* / .nav-ham / .spmenu* / .pcmenu*）
   ・ヘッダーメニュー外部リンクアイコン（.menu_ext）
   ・フッター（.footer_*）
   ・フォーム（CF7 / MW WP Form / kintone行 / .form_* / .submitbtn）
   ※ 各ページ専用の見た目は front-page.css / scanner.css / faq.css /
      simulator.css / update.css 側に分離。
   ============================================================================ */

/* ============================================================================
   トップ背景グリッド
   ============================================================================ */
body {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F2F6DC calc(100% - 1px)),
		linear-gradient(90deg, transparent calc(100% - 1px), #F2F6DC calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
.main_wrap { overflow: hidden; }


/* ============================================================================
   00. 基本設定・ユーティリティ
   ============================================================================ */
.content_div { max-width: 1200px; margin: 0 auto; }
.co_padding { padding-left: 24px; padding-right: 24px; }

html,body {
	font-family: "M PLUS 1", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
}
div { box-sizing: border-box; }
h1, h2, h3, h4, h5 { line-height: 1.6; font-weight: 700; }
h1 { margin: 0; font-size: 30px; }
h2 { margin: 0; font-size: 25px; }
h3 { margin: 0; font-size: 22px; }
h4 { margin: 0; font-size: 20px; }
h5 { margin: 0; font-size: 18px; }
p { font-size: 16px; font-weight: 500; line-height: 1.6em; padding: 0; margin: 0; }
a { color: #000; }
img { max-width: 100%; height: auto; }
hr { height: 0; margin: 0; padding: 0; }

/* WEBフォント */
.Noto-Sans-JP { font-family: 'Noto Sans JP', sans-serif; }
.Noto-Serif-JP { font-family: 'Noto Serif JP', serif; }

/* flex */
.wflexbox { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flexbox_center { justify-content: center!important; align-items: center; }

/* レスポンシブtable */
.re_table, .re_table tbody, .re_table thead, .re_table tr, .re_table th, .re_table td {
	width: 100%; table-layout: fixed; box-sizing: border-box; display: block;
}
.re_table { table-layout: fixed!important; border-collapse: collapse; }

/* div全体リンク */
.divall_a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }

/* absoluteの位置 */
.absolute_center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.absolute_tate { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.absolute_yoko { position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }

/* 青色下線文字リンク */
.co_mojilink { color: #0074F5; text-decoration: underline; }

/* PC,SP切り替え */
.sphide { display: none; }
/* PCだけ改行 */
.br-pc { display: none; }

/* 色を被せる overlay */
.overlay { position: relative; z-index: 1; }
.overlay::before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; }

/* 色（共通で使う文字色） */
.color_red { color: #D10000; }
.color_lightblue { color: #338DF4; }

/* 後から上書きしたい共通CSS */
.bg { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* --- 共通CSS レスポンシブ：タブレット --- */
@media screen and (min-width: 768px) {
	.br-sp { display: none; }
	.br-pc { display: inline; }
	.flexbox { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.re_table tr { display: table-cell; width: auto; }
	.re_table, .re_table tr { display: table; width: 100%; box-sizing: border-box; }
	.re_table th { display: table-cell; width: auto; }
	.re_table td { display: table-cell; width: auto; }
	.pchide { display: none; }
	.sphide { display: block; }
}


/* ============================================================================
   01. ヘッダー
   ============================================================================ */
.header_wrap { background: #FFF100; padding: 8px; position: fixed; left: 0; top: 0; z-index: 99; width: 100%; transition: .75s; }
.header_wrap.scrolled { background: rgba(255, 255, 255, 0.95)!important; }
.header_space { height: 79px; }
.header_flex { align-items: flex-end; }
.header_logo_wrap { width: calc(100% - 200px); position: relative; z-index: 5; }
.header_logo { font-size: 0; }
.header_logo a img { width: 136px; }
.header_right { width: 200px; position: relative; z-index: 3; }
.pcmenu_nav { display: none; }
.header_benemo_logo { text-align: right; font-size: 0; margin-bottom: 6px; position: relative; z-index: 10; }
.header_benemo_logo a { display: inline-block; width: 74px; }
.header_flex2 { position: relative; min-height: 40px; align-items: flex-end; justify-content: flex-end; padding: 0 70px 0 0; }
.nav-ham span { display: block; width: 18px; height: 2px; background-color: #000; position: absolute; transition: transform 0.5s, opacity 0.5s, width 0.3s; border-radius: 999px; left: 23px; }
.nav-ham span:nth-child(1) { top: 11px; }
.nav-ham span:nth-child(2) { top: 0; bottom: 0; margin: auto; }
.nav-ham span:nth-child(3) { bottom: 11px; }
.sp-nav-layout { position: fixed; background: rgba(255, 241, 0, 0.92); top: 0; right: 0; width: 100%; height: 100vh; color: #ffffff; visibility: hidden; opacity: 0; transform: translateX(100%); transition: 0.5s ease-in-out; z-index: 8; overflow-y: scroll; }
.nav-ham { display: block; position: absolute; bottom: 0; right: 0; width: 62px; height: 40px; cursor: pointer; z-index: 10; background: #FFF; border-radius: 999px; border: 1px solid #FFF100; }
.open .nav-ham { /*position: fixed;*/ }
.open .nav-ham span { background-color: #000; }
.open .nav-ham span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.open .nav-ham span:nth-child(2) { top: 0; bottom: 0; margin: auto; width: 0px; opacity: 0; }
.open .nav-ham span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.open .sp-nav-layout { visibility: visible; opacity: 1; transform: translateX(0); }
.open .sp-nav-layout ul li { transform: translateX(0); }
.spmenu_in { position: relative; z-index: 10; text-align: center; padding: 100px 15px 40px; }
.spmenu { padding: 0; list-style: none; }
.spmenu li { font-weight: 700; font-size: 14px; margin: 0 0 24px; }
.spmenu_btn { margin-bottom: 17px; }
.spmenu_btn a { display: inline-block; width: 100%; max-width: 327px; }
.spmenu_btn_txt1 { display: inline-block; background: #FFF; border-radius: 999px; font-size: 11.5px; font-weight: 600; position: relative; padding: 0 10px; z-index: 5; margin-bottom: -5px; }
.spmenu_btn_txt1::before { content: ""; display: inline-block; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-color: #fff transparent transparent transparent; border-width: 6.93px 4px 0px 4px; }
.spmenu_btn1 .spmenu_btn_txt1 { color: #D10000; }
.spmenu_btn2 .spmenu_btn_txt1 { color: #338DF4; }
.spmenu_btn_txt2 { position: relative; display: inline-block; width: 100%; border-radius: 999px; box-shadow: 0 2px 4px rgba(0,0,0,.25); color: #FFF; font-weight: 600; font-size: 16px; padding: 8px 0; }
.spmenu_btn_txt2 img { display: inline-block; vertical-align: middle; margin: 0 0 4px 0; }
.spmenu_btn1 .spmenu_btn_txt2 img { width: 12px; }
.spmenu_btn2 .spmenu_btn_txt2 img { width: 17px; }
.spmenu_btn1 .spmenu_btn_txt2 { background: #D10000; }
.spmenu_btn2 .spmenu_btn_txt2 { background: #338DF4; }
.header_btn1 { width: 116px; text-align: center; }
.header_btn1 a { display: inline-block; width: 100%; font-size: 12px; font-weight: 600; color: #FFF; background: #338DF4; border-radius: 999px; box-shadow: 0 2px 4px rgba(0,0,0,.25); padding: 3px 0; transition: .2s; }
.header_btn1 a:hover { box-shadow: none; transform: translate3d(0,2px,0); background: #0878F8; }

/* ヘッダーメニュー 外部リンクアイコン */
.menu_ext { display:inline-block; width:12px; height:12px; margin-left:5px; vertical-align:middle; }
.spmenu .menu_ext { width:14px; height:14px; margin-left:6px; }

/* --- ヘッダー レスポンシブ：タブレット --- */
@media screen and (min-width: 768px) {
	.header_wrap { background: transparent; padding: 22px 50px 13px; }
	.header_logo_wrap { width: 234px; }
	.header_logo a img { width: 100%; }
	.header_right { width: calc(100% - 234px); }
	.header_benemo_logo { margin-bottom: 20px; }
	.header_benemo_logo a { width: 166px; }
	.nav-ham, .sp-nav-layout { display: none; }
	.header_flex2 { padding: 0; align-items: center; }
	.header_btn1 { width: 151px; }
	.header_btn1 a { font-size: 14px; padding: 8px 0; }
	.header_benemo_logo2 { width: 145px; padding: 0 0 0 25px; font-size: 0; }
	.pcmenu_nav { display: block; width: calc(100% - 151px - 145px); text-align: right; }
	.pcmenu { padding: 0; list-style: none; }
	.pcmenu li { display: inline-block; margin: 0 24px 0 0; font-weight: 700; }
	.header_flex { align-items: center; }
	.header_space { height: 146px; }
}


/* ============================================================================
   02. フッター
   ============================================================================ */
.footer_bg { background: #000; }
.footer_wrap { padding: 32px 0 12px; color: #FFF; }
.sns_list { padding: 0; list-style: none; text-align: center; margin: 0 0 20px; }
.sns_list li { display: inline-block; width: 36px; margin: 0 10px; font-size: 0; }
.footer_benemo_logo { font-size: 0; }
.footer_benemo_logo img { width: 112px; }
.footer_flex_left { margin-bottom: 12px; }
.footer_txt1 { font-size: 12px; }
.footer_flex { margin-bottom: 20px; }
.footer_btn1 { margin-bottom: 20px; text-align: center; }
.footer_btn1 a { display: inline-block; width: 100%; text-align: center; color: #FFF; border: 2px solid #FFF; border-radius: 999px; font-weight: 700; padding: 8px 5px 10px; font-size: 14px; max-width: 580px; }
.copyright { text-align: center; font-size: 11px; }

/* フッター cybozu 表記 */
.footer_cybozu { width:75%; margin:50px auto; font-size:11px; color:#999; text-align:center; line-height:1.6; padding:12px 0 0; }

/* --- フッター レスポンシブ：タブレット --- */
@media screen and (min-width: 768px) {
	.footer_wrap { padding: 32px 0 20px; }
	.sns_list { margin-bottom: 40px; }
	.footer_flex_left { width: 50%; padding: 0 0 0 48px; margin: 0; text-align: center; }
	.footer_flex_right { width: 50%; padding: 0 0 0 48px; margin: 0; border-left: 2px solid #FFF; }
	.footer_flex { margin-bottom: 40px; align-items: center; }
	.footer_benemo_logo img { width: 300px; }
	.footer_txt1 { font-size: 16px; }
	.footer_btn1 a { font-size: 18px; padding: 12px 0 16px; }
	.footer_btn1 { margin-bottom: 48px; }
	.copyright { font-size: 14px; }
}


/* ============================================================================
   03. フォーム（CF7 / MW WP Form / kintone行 / .form_* / .submitbtn）
   ----------------------------------------------------------------------------
   ※ 旧 style.css 冒頭にあったフォーム系スタイルと、統合CSS内の .form_* を
      「フォームという共通パーツ」としてここに集約。
   ============================================================================ */

/* ラジオボタン選択時(赤) */
input[type="radio"] {
  accent-color: #e60000;
}

/* お問い合わせ種別（ラジオ） */
.form_table.re_table .wpcf7-radio .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}
.form_table.re_table .wpcf7-radio input[type="radio"] {
    cursor: pointer;
}

/* kintoneサブドメイン行のレイアウト */
.form_table.re_table td.kintone-domain-field .kintone-domain-wrapper {
  margin: 0 0 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
/* 左右の固定テキスト */
.form_table.re_table td.kintone-domain-field .prefix,
.form_table.re_table td.kintone-domain-field .suffix {
  white-space: nowrap;
  color: #444;
}
/* 入力欄 */
.form_table.re_table td.kintone-domain-field .kintone-input {
  border: 1px solid #ccc;
  padding: 8px 10px;
  width: 160px;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}

/* ご質問種別チェックボックス */
/* ラベル全体クリック & 太字 */
.form_table.re_table .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
/* 左右の余白 */
.form_table.re_table .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
}
/* チェックボックス本体 */
.form_table.re_table .wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  margin: 0;
}
/* 未チェックの薄いグレーチェックマーク */
.form_table.re_table .wpcf7-checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 1.3px;
  left: 4.5px;
  width: 5px;
  height: 10px;
  border: solid #cccccc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* チェック状態（赤） */
.form_table.re_table .wpcf7-checkbox input[type="checkbox"]:checked {
  background-color: #D10000;
  border-color: #D10000;
}
/* チェック状態（白いチェックマーク） */
.form_table.re_table .wpcf7-checkbox input[type="checkbox"]:checked::after {
  border-color: #ffffff;
}

/* 480px 以下（kintone行） */
@media (max-width: 480px) {
  .form_table.re_table td.kintone-domain-field .kintone-domain-wrapper {
    flex-wrap: wrap;
  }
  .form_table.re_table td.kintone-domain-field .kintone-input {
    width: 100%;
  }
}

/* --- .form_* 共通フォームレイアウト --- */
.form_wrap .p-country-name { display: none; }
.form_txt2 { font-size: 12px; margin-bottom: 12px; }
.form_table { margin: 0 0 30px; }
.form_table th, .form_table td { position: relative; background: transparent!important; border-color: transparent; padding: 0; text-align: left; }
.form_table th { font-size: 14px; margin-bottom: 5px; }
.form_table .hissu::after, .form_accept1 .wpcf7-list-item-label::after { content: "＊"; color: #D10000; font-size: 11px; }
.form_table td { margin-bottom: 20px; }
.form_table input[type="text"], .form_table input[type="email"], .form_table input[type="url"], .form_table input[type="tel"], .form_table textarea { border-color: #BDBDBD; }
.form_table ::placeholder { color: #BDBDBD; }
.form_txt1 { font-size: 11px; display: inline-block; color: #338DF4; }
.form_accept1 { margin: 0 0 10px; font-weight: 600; }
.form_accept1 a, .form_accept2 a { color: #338DF4; font-weight: 600; }
.form_accept1 input { /*margin-right: -16px!important;*/ }
.form_accept2 { font-weight: 400; font-size: 12px; }
.form_accept_wrap { padding: 0 0 45px; }
.contact_wrap { padding: 68px 0 60px; }
.form_btn_wrap { text-align: center; }
.submitbtn { width: 100%; background: #338DF4; color: #FFF; font-weight: 700; border-radius: 12px; border: none; box-shadow: 0 2px 4px rgba(0,0,0,.25); padding: 15px 0; }
.submitbtn:hover { background: #29D04D; }
.prevbtn { width: 100px; background: #ddd; color: #666; padding: 10px; font-size: 12px; display: inline-block; margin: 20px 0 0; border: none; }
.prevbtn:hover { background: #ccc; }

/* --- フォーム レスポンシブ：タブレット --- */
@media screen and (min-width: 768px) {
	.contact_wrap { padding: 60px 0 80px; }
	.form_table th, .form_table td { border-color: #BDBDBD; vertical-align: middle; font-size: 16px; }
	.form_table .hissu::after, .form_accept1::after { display: none; }
	.form_accept1 { position: relative; padding: 0 0 0 55px; }
	.form_table .hissu::before, .form_table .nini::before, .form_accept1::before { content: "必須"; display: inline-block; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background: #D10000; color: #FFF; border-radius: 2px; padding: 2px 6px 3px; }
	.form_table .nini::before { content: "任意"; background: #BDBDBD; }
	.form_accept1::before { left: 0; }
	.form_accept2 { font-size: 16px; }
	.form_table th { width: 25%; padding: 10.5px 20px 12.5px 78px; background: #F6F6F6!important; }
	.form_table td { background: #FFF!important; }
	.form_table input[type="text"], .form_table input[type="email"], .form_table input[type="url"], .form_table input[type="tel"], .form_table textarea { border: none; outline: none; }
	.submitbtn { font-size: 20px; max-width: 340px; }
}


.skip-link.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* フォーカス時に出現するのも抑止 */
.skip-link.screen-reader-text:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    left: -9999px !important;
}



/* ============================================================================
   04. 見出し
   ============================================================================ */
.fp_head { text-align:center; margin-bottom:40px; }
.fp_head_en {  display:inline-block; font-size:12px; font-weight:700;
  letter-spacing:.16em; margin-bottom:12px;
  padding:6px 16px; border-radius:999px;}
.fp_head_ja { 	position:relative;
  font-size:26px; font-weight:800; letter-spacing:.03em;
  padding-bottom:16px;}
.fp_head_ja::after {  content:""; position:absolute; left:50%; bottom:0; transform:translateX(-50%);
  width:48px; height:3px; border-radius:2px;}
.fp_head--light .fp_head_en { color:#2D4585; background:#EEF1F8; }
.fp_head--light .fp_head_ja { color:#1F2A44; }
.fp_head--light .fp_head_ja::after { background:#8fa0c6; }
.fp_head--light .fp_head_ja .hl { color:#2D4585; }