/* ==========================================================================
  headerBottomMenu
========================================================================== */
.headerBottomMenu {
  background-color: #164a84;
  padding: 10px 0 6px 0;
}
.headerBottomMenu_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}
.headerBottomMenu_item {
  margin-left: 32px;
}
.headerBottomMenu_item.headerBottomMenu_item-corporation {
  margin-left: 0px;
}
.headerBottomMenu_item.headerBottomMenu_item-corporation + .headerBottomMenu_item {
  margin-left: auto;
}
.headerBottomMenu_item a {
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 19px 4px 0px;
  position: relative;
}
.headerBottomMenu_item a:hover {
  text-decoration: underline;
}
.headerBottomMenu_item.headerBottomMenu_item-corporation a {
  padding-left: 29px;
  padding-right: 0px;
}
.headerBottomMenu_item a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}
.headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
  background-image: url(/cmn/img/biz/headerBottom_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 24px;
}
.headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
  display: none;
}

/* ==========================================================================
  headerBottomMenu (Mobile)
========================================================================== */
@media only screen and (max-width: 768px) {
  .headerBottomMenu {
    background-color: #164a84;
    padding: 10px 15px 6px 15px;
  }
  .headerBottomMenu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .headerBottomMenu_item {
    margin-left: 15px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation {
    margin-left: 0px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation + .headerBottomMenu_item {
    margin-left: auto;
  }
  .headerBottomMenu_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 15px 4px 0px;
    position: relative;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a {
    font-size: 1.2rem;
    padding-left: 27px;
    padding-right: 12px;
  }
  .headerBottomMenu_item a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    transform: rotate(45deg);
    width: 6px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
    background-image: url(/s/cmn/img/biz/headerBottom_icon_01.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
    display: none;
  }
}

/* ==========================================================================
  メイン・ベーススタイル
========================================================================== */
main {
  width: 100%; /* 固定幅を解除しレスポンシブ対応 */
  max-width: 980px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 5px!important;
  box-sizing: border-box;
}

h1, h2, h3 {
  color: #003366;
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-red {
  color: #d31111;
  font-weight: bold;
}

/* ヘッダーセクション */
.header-section {
  margin-bottom: 50px;
}
.header-section h1 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #d31111;
  font-weight: bold;
}
.blue {
  text-align: center;
  font-size: 24px;
  color: #164a84;
  font-weight: bold;
}
.not_blue {
  text-align: center;
  font-size: 16px;
}

/* 3つの特長セクション */
.features-section h2 {
  color: #164a84;
  font-weight: bold;
  font-size: 24px;
}
.features-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.features-grid hr {
  border: none;
  border-top: 1px dashed #ccc;
}
.feature-card {
  flex: 1;
  border: 3px solid #164a84;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.feature-card h3{
  font-size: 16px;
  font-weight: bold;
}
.badge {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 4px 16px;
  font-weight: bold;
  border-radius: 4px;
}

/* ラベルごとの色設定 */
.badge-new {
  color: #e63946;
  border: 3px solid #e63946;
}
.badge-recommend {
  color: #FFAA1F;
  border: 3px solid #FFAA1F;
}
.badge-great-value {
  color: #e63946;
  border: 3px solid #e63946;
}
.feature-img-placeholder {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #999;
  font-size: 12px;
}
.attention{
  text-align: right;
  padding-top: 10px;
}
.explanation{
  display: flex;
  text-align: left;

}

/* 料金例セクション */
.pricing-section {
  margin-bottom: 60px;
}
.pricing-section h2{
  color: #164a84;
  font-weight: bold;
  font-size: 24px;
}

  .pricing-header {
	  font-size: 16px;
text-align: center;
	padding-bottom: 20px;
  }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pricing-card {
  border: 2px solid #333;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.pricing-card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.price-normal {
  font-size: 14px;
  color: #666;
}
.price-arrow {
  color: #ccc;
  font-size: 24px;
  margin: 5px 0;
}
.price-corporate {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 15px;
}
.corp-badge {
  background-color: #d31111;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.corp-price {
  font-size: 24px;
  font-weight: bold;
  color: #d31111;
}
.excluding-tax{
  font-size: 10px;
  font-weight: bold;
  color: #d31111;
}
.car-img-placeholder {
  width: 100%;
  height: 100px;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
}
.pricing-note {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

/* 申し込み手順セクション */
.steps-section {
  margin-bottom: 60px;
}
.steps-section h2{
  color: #164a84;
  font-weight: bold;
  font-size: 24px;
}
.steps-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px; /* 追加: PC時でも少し隙間を開ける */
}
.step-item {
  flex: 1;
  text-align: center;
  padding:30px;
  border: solid #C5D3FF;
  border-radius: 8px;
}
.step-number {
  color: #d31111;
  font-weight: bold;
  font-size: 18px;
}
.step-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
  color: #164a84;
}
.step-explain{
  text-align: left;
		font-size: 13.5px;
}

/* CTA・フッターエリア */
.cta-section1 {
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
margin-bottom: 60px;
}
.cta-section2 {
  text-align: center;
  background-color: #f0f7ff;
  padding: 40px 20px;
  border-radius: 8px;
}
.cta-note {
  font-size: 12px;
  color: #555;
  margin-bottom: 20px;
}
.btn-apply {
  display: inline-block;
  background-color: #164a84;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.btn-apply:hover {
  background-color: #003d82;
}

/* ==========================================================================
  レスポンシブ対応（スマートフォン向け）
========================================================================== */
@media (max-width: 768px) {
  .container {
    padding: 30px 15px;
  }
  
  /* 見出しサイズの最適化 */
  .header-section h1 {
    font-size: 22px;
  }
  .blue {
    font-size: 18px;
  }
  .features-section h2, 
  .pricing-section h2, 
  .steps-section h2 {
    font-size: 20px;
  }

  /* グリッド・フレックスの縦積み化と余白調整 */
  .features-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr; /* 3列から1列に変更 */
    gap: 20px;
  }
  
  .pricing-header {
	  font-size: 16px;
text-align: center;
	padding-bottom: 20px;
  }
  
  .pricing-note {
    text-align: center;
  }

  .steps-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .step-item {
    padding: 20px; /* スマホでは内側の余白を少し小さく */
  }

  /* ボタンを押しやすく全幅に */
  .btn-apply {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 16px;
  }
	.step-explain{
  text-align: center;
		font-size: 13.5px;
}
	.explanation{
  display: flex;
  text-align: left;
		justify-content: center;
}
}
