/*カレンダー用テーブル
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.cal {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;			/*テーブル内の背景色*/
	font-size: 11px;			/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
}
.cal td, .cal th{
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	line-height: 1;				/*行間*/
	text-align: center;			/*文字をセンタリング*/
	padding: 5px;				/*ボックス内の余白*/
}
/*テーブル内のth(曜日)設定*/
.cal th{
	background: #eee;	/*背景色*/
}

/*日曜日の設定*/
.cal .sun {
	color: #f44;			/*文字色*/
}
/*土曜日の設定*/
.cal .cal_sat {
	background: #def;	/*背景色*/
	color: #09f;			/*文字色*/
}
/*休日の設定*/
.cal .off {
	background: #fcc;	/*背景色*/
	color: #f44;			/*文字色*/
}

#calendar {
	background-color: #fff;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calendar .text {
	font-size: 12px;
	line-height: 120%;
}
#calendar .saturday {
	color: #09f;
	background-color: #def;
}
#calendar .sunday {
	color: #f55;
	background-color: #fcc;
}
#calendar .holiday {
	color: #f55;
	background-color: #fcc;
}




/*レーザープリンター仕様テーブル
---------------------------------------------------------------------------*/
table.rprinter{
	border-top: 1px solid #6cf;
	border-left: 1px solid #6cf;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	empty-cells: show;
	width: 100%;
	text-align: left;
	font-size: small;
	color: #333;
	margin-bottom: 10px;
}
.rprinter th{
	border-right: 1px solid #6cf;
	border-bottom: 1px solid #6cf;
	color: #333;
	background-color: #ced;
	padding: 0.3em 1em;
	text-align: center;
}
.rprinter td{
	border-right: 1px solid #6cf;
	border-bottom: 1px solid #6cf;
	padding: 0.3em 1em;
	text-align: left;
}

.rprinter table td {
	padding: 5px;
	font-size: small;
	color: #333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.rprinter img {
	padding: 5px;
	margin: 5px;
}

/*プレス機仕様テーブル
---------------------------------------------------------------------------*/
table.press{
	border-top:1px solid #6cf;
	border-left:1px solid #6cf;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	width: 100%;
	text-align: center;
	font-size: small;
	color: #333;
}
.press th{
    border-right:1px solid #6cf;
    border-bottom:1px solid #6cf;
    color:#330000;
    background-color:#cef;
    padding:0.3em 1em;
    text-align:center;
}
.press td{
    border-right:1px solid #6cf;
    border-bottom:1px solid #6cf;
    padding:0.3em 1em;
}

.press table td {
	padding: 5px;
	font-size: small;
	color: #333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/*プリンタ印刷設定テーブル
---------------------------------------------------------------------------*/
table.printer{
	border-top:1px solid #6cf;
	border-left:1px solid #6cf;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#fff;
	empty-cells:show;
	width: 100%;
	text-align: center;
	font-size: small;
	color: #333;
}
.printer th{
    border-right:1px solid #6cf;
    border-bottom:1px solid #6cf;
    color:#333;
    background-color:#6cf;
    background-image:url(../../img/item/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.printer td{
    border-right:1px solid #6cf;
    border-bottom:1px solid #6cf;
    padding:0.3em 1em;
}

.printer table td {
	padding: 5px;
	font-size: small;
	color: #333;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/*写真横スライド
---------------------------------------------------------------------------*/
#slider_fsp{
	margin-top:20px;
	margin-bottom:20px;
}



/*プリントシステム紹介用
---------------------------------------------------------------------------*/
/* ===== バッジ ===== */
.price-badge-wrap {
  position: relative;
  display: inline-block;
}

.price-badge {
  position: absolute;
  top: -40px;
  right: -100px;
  width: 130px;
  height: 130px;
  background: #f00;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* トゲトゲ */
  clip-path: polygon(
    50% 0%, 60% 10%, 75% 5%, 80% 20%, 95% 25%,
    90% 40%, 100% 50%, 90% 60%, 95% 75%, 80% 80%,
    75% 95%, 60% 90%, 50% 100%, 40% 90%, 25% 95%,
    20% 80%, 5% 75%, 10% 60%, 0% 50%, 10% 40%,
    5% 25%, 20% 20%, 25% 5%, 40% 10%
  );

  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* 小さい文字 */
.price-badge span {
  font-size: 13px;
}


/* ===== アラート ===== */
.price-alert {
  background: #ff6;
  color: #f00;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 12px 8px;
  border-radius: 6px;
  margin-bottom: 15px;
}


/* ===== ハッシュタグ ===== */
.product-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f33;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
}

.product-tag::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}


/* ===== スペック ==== */
.spec-section {
  margin-bottom: 20px;
}

/* 上段 */
.spec-top {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.spec-box {
  flex: 1;
  background: #ffc;
  border-radius: 12px;
  padding: 10px;
}

.spec-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 2px;
}

.spec-value {
  font-size: 22px;
  font-weight: 700;
}

/* 下段 */
.spec-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spec-card {
  width: calc(50% - 6px);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px;
}

.spec-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #f33;
  margin-bottom: 5px;
}

.spec-text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* ハッシュタグ */
.spec-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.spec-tag {
  font-size: 13px;
  background: #cef;
  color: #259;
  border: none;
  border-radius: 5px;
  padding: 3px 10px;
}

/* 表 */
.spec-table {
  margin-top: 5px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.spec-row:last-child {
  border-bottom: none;
}

/* 右側（数値） */
.spec-row span:last-child {
  text-align: right;
  font-weight: 700;
}

/* 合計 */
.spec-row.total {
  color: #f33;
  font-weight: 700;
}


/* ===== メリットセクション ===== */
.merit-section {
  background: #eef;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}

/* 3カラム */
.merit-grid {
  display: flex;
  gap: 12px;
}

/* カード */
.merit-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}

/* アイコン */
.merit-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #eef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #259;
}

/* タイトル */
.merit-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* テキスト */
.merit-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}


/* ===== CTAボタン ===== */
.cta-grid {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}

.cta-card {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 10px 5px;
}

/* アイコン丸 */
.cta-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

/* タイトル */
.cta-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* サブ */
.cta-subtitle {
  font-size: 14px;
  color: #666;
}

/* カラバリ */
.cta-red .cta-icon {
  background: #f33;
}

.cta-blue .cta-icon {
  background: #0af;
}

.cta-purple .cta-icon {
  background: #96c;
}


/* ===== 比較 ===== */
.compare-wrap {
  display: flex;
  gap: 12px;
}

.compare-wrap > div {
  width: 50%;
}

.compare-card {
  border-radius: 12px;
  padding: 10px 15px 12px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.compare-card.bad {
  background: #fee;
}

.compare-card.good {
  background: #efe;
}

.compare-card-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.compare-card.bad .compare-card-label {
  color: #e33;
}

.compare-card.good .compare-card-label {
  color: #393;
}

.step {
  display: flex;
  gap: 10px;
  margin-bottom: 3px;
}

.step-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bad .step-num {
  background: #fcc;
  color: #e33;
}

.good .step-num {
  background: #be9;
  color: #393;
}

.step-text {
  font-size: 14px;
  line-height: 1.5;
}

.bad .step-text {
  color: #333;
}

.good .step-text {
  color: #333;
}

.compare-result {
  border-radius: 12px;
  padding: 10px 12px;
  margin-top: auto;
  font-size: 14px;
}

.bad .compare-result {
	background: #fcc;
	color: #e33;
}

.good .compare-result {
  background: #be9;
  color: #282;
}

.done-label {
  font-size: 13px;
  color: #282;
  padding: 10px 0 4px 32px;
  margin-top: auto;
  font-style: italic;
  text-align: center;
}


/* ===== 主な機能 ===== */
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

.feature-card {
  width: calc(50% - 6px);
}

.feature-card {
  background: #ffc;
  border: none;
  border-radius: 12px;
  padding: 15px;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 2px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
}

.feature-body {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}


/* ===== 使い方の流れ ===== */
.workflow {
  background: #cef;
  border: none;
  border-radius: 12px;
  padding: 15px 15px 20px 15px;
  margin-bottom: 15px;
}

.section-label {
  font-size: 18px;
  text-align: center;
  color: #259;
  font-weight: 700;
  margin-bottom: 12px;
}

.workflow-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.workflow-step {
  flex: 1;
  text-align: center;
}

.arrow {
  flex-shrink: 0;
}

.workflow-step {
  text-align: center;
}

.workflow-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto 10px;
}

.workflow-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.workflow-sub {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.arrow {
  font-size: 16px;
  color: #259;
  margin-top: 2px;
}


/* ===== 動作環境 ===== */
.compat {
	margin-bottom: 30px;
}

.compat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.compat-card {
  background: #eee;
  border: none;
  border-radius: 12px;
  padding: 10px;
  width: calc(50% - 6px);
}

.compat-card-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.compat-os-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.compat-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

/* OK / NG */
.badge-ok {
  width: 70px;
  text-align: center;
  background: #efe;
  color: #393;
  margin-right: 5px;
}

.badge-ng {
  width: 70px;
  text-align: center;
  background: #fee;
  color: #e33;
  margin-right: 5px;
}

/* ファイル形式タグ */
.compat-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.compat-tag {
  font-size: 14px;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 4px 10px;
}

/* 注意書き */
.caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caution-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.caution-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff6;
  color: #f33;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 3px;
}


/* ===== 導入実績 ===== */
.hero-stat {
  background: #fcc;
  border-radius: 12px;
  padding: 20px 70px 20px 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-stat-text {
  flex: 1;
}

.hero-stat-badge {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: monospace;
  color: #f33;
}

.hero-stat-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #e00;
}

.hero-stat-sub {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #f33;
}

.hero-stat-num {
  flex-shrink: 0;
  text-align: center;
}

.hero-stat-num .big {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: "Times New Roman", cursive;
  color: #e00;
}

.hero-stat-num .unit {
  margin: -10px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #f33;
}


/* ===== FAQ ===== */
.worry {
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 12px;
  padding: 20px 25px 0px;
  margin-bottom: 15px;
}

.worry-q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

.worry-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f33;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  margin-right: 5px;
}

.worry-a-icon {
  background: #0af;
  color: #fff;
}

.worry-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding-top: 4px;
  margin-top: 3px;
}

.worry-text strong {
  color: #333;
  font-weight: 700;
}

.worry-divider {
  height: 0.5px;
  background: #ccc;
  margin: 15px 0;
}


/* ===== 導入の流れ ===== */
.flow-section {
  margin-bottom: 5px;
}

.flow-wrap {
  background: #fff;
  border: 0.5px solid #ccc;
  border-radius: 12px;
  padding: 15px 25px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
}

.flow-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.flow-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
}

.flow-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  border: 0.5px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: monospace;
  color: #666;
  flex-shrink: 0;
}

.flow-line {
  width: 1px;
  flex: 1;
  min-height: 24px;
  background: #cccccc;
  margin: 4px 0;
}

.flow-content {
  padding-bottom: 24px;
  flex: 1;
}

.flow-step:last-child .flow-content {
  padding-bottom: 0;
}

.flow-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  padding-top: 4px;
}

.flow-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}


/*プレス機紹介用
---------------------------------------------------------------------------*/
/* ===== キャッチコピー ===== */
.catchcopy-box {
  background: linear-gradient(135deg, #eef 0%, #fed 100%);
  border: 2px solid #06f;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.catchcopy-box .main-copy {
  font-size: 18px;
  font-weight: bold;
  color: #06f;
  line-height: 1.6;
}

.catchcopy-box .sub-copy {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}


/* ===== 用途 ===== */
.usecase-wrap{
  position: relative;
  margin: 20px 0px 15px;
}

/* タイトル */
.usecase-title{
  text-align: center;
  color: #f60;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* 本体 */
.usecase-box{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* 各カード */
.usecase-item{
  flex: 1;
  min-width: 140px;
  background: #ffe;
  border: 2px solid #f60;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

/* アイコン */
.usecase-item .icon{
  font-size: 24px;
  margin-bottom: 6px;
}

/* メインテキスト */
.usecase-item .label{
  font-size: 16px;
  font-weight: bold;
  color: #f60;
}

/* 説明 */
.usecase-item .desc{
  font-size: 14px;
  color: #666;
  margin-top: 4px;
  line-height: 1.5;
}


/* ===== 数字バナー ===== */
.stats-bar {
	display: flex;
	gap: 0;
	border: 2px solid #06f;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.stat-item {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  border-right: 1px solid #ccc;
  background: #eef;
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-size: 22px;
  font-weight: bold;
  color: #06f;
  line-height: 1.2;
}

.stat-num .unit {
  font-size: 14px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}


/* ===== アップセール ===== */
/* アップセル */
.upsell-box{
  border: 2px solid #f60;
  border-radius: 12px;
  padding: 10px 15px;
  background: #ffe;
  margin-bottom: 20px;
}

.upsell-title{
  text-align: center;
  color: #f60;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.upsell-item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #fc6;
}

.upsell-item:last-child {
  border-bottom: none;
}

.upsell-arrow{
  color: #f60;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 5px;
}

.upsell-text{
  font-size: 16px;
  line-height: 1.6;
}

.upsell-sub{
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
}

.upsell-sub.blue{
  color: #06f;
}

.upsell-sub.orange{
  color: #f60;
}


/* ===== プレス機比較表 ===== */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.compare-table th {
  background: #06f;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
}

.compare-table th.our-col {
  background: #f60;
}

.compare-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eef;
  text-align: center;
  vertical-align: middle;
}

.compare-table td:first-child {
  text-align: left;
  background: #eef;
  font-weight: bold;
  font-size: 14px;
}

.compare-table tr:nth-child(even) td {
  background: #eef;
}

.compare-table tr:nth-child(even) td:first-child {
  background: #fff;
}

.compare-table .our-val {
  color: #06f;
  font-weight: 700;
}

.compare-table .bad-val {
  color: #666;
}

.good-mark {
  color: #f60;
  font-weight: 700;
  font-size: 16px;
}


/* ===== プレス機FAQ ===== */
.faq-item {
  border: 1px solid #06f;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-q {
  background: #eef;
  padding: 10px 14px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.faq-q-mark {
  background: #06f;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 5px;
}

.faq-a {
  background: #fff;
  padding: 12px 14px;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #666;
  border-top: 1px solid #06f;
}

.faq-a-text {
  flex: 1;
  line-height: 1.7;
  font-size:14px;
}

.faq-a-mark {
  background: #f60;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 5px;
}


/* ===== プレス機CTA(青背景) ===== */
.cta-box {
  background: linear-gradient(135deg, #036, #06f);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.cta-head {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.cta-box p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 15px;
}

.cta-btn {
  display: inline-block;
  background: #f60;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.cta-btn:hover {
  color: #fea;
  transform: translateY(-2px);
}

.cta-sub {
  color: #eef;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 8px;
}

/* 下の問い合わせ */
.cta-contact {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-contact-item {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.cta-contact-main {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.cta-contact-main:hover {
  color: #ccf;
}

.cta-contact-sub {
  font-size: 13px;
  opacity: 0.7;
}
