/*----- プラン紹介 ------*/

    /* 機能比較テーブルセクション */
    .pricing-table-section {
      margin: 0 auto 60px auto;
      max-width: 960px;
    }
    .pricing-table-div {
      overflow: hidden;
      max-width: 960px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
	.plan_alert {
      width: 100%;
	}	

    .pricing-table {
      width: 100%;
      border-collapse: collapse;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .pricing-table thead th {
      background: #003366;
      color: #fff;
      font-weight: 700;
      text-align: left;
      padding: 16px;
    }
    .pricing-table th:nth-child(2) {
      text-align: center;
    }
    .pricing-table th:nth-child(3) {
      text-align: center;
    }
    .pricing-table tbody td {
      text-align: left;
      padding: 16px;
      vertical-align: middle;
      color: #555;
    }
    .pricing-table tbody tr {
	  background: #ffffff;
      transition: background-color 0.3s ease;
    }
	.pricing-table tbody tr:nth-child(odd){
		background:#f9f9f9
	}
    .pricing-table tr:last-child td {
      border-bottom: none;
    }
    .pricing-table td:nth-child(2) {
      text-align: center;
    }
    .pricing-table td:nth-child(3) {
      text-align: center;
    }
    /* チェックマークスタイル */
    .checkmark {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" fill="%23005599" xmlns="http://www.w3.org/2000/svg"><path d="M9.7 17.3l-5-5 1.4-1.4 3.6 3.6 7.6-7.6 1.4 1.4-9 9z"/></svg>') no-repeat center center;
      background-size: 24px 24px;
      vertical-align: middle;
    }
    /* 機能紹介セクション */
    .feature-introduction {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 40px;
      margin-bottom: 60px;
	  text-align: left;
      max-width: 960px;
    }
    .feature-introduction h2 {
      /*font-size: 1.8rem;*/
      font-size:2.8rem;
      font-weight: 700;
      color: #003366;
      margin-bottom: 20px;
    }
    .feature-item {
      margin-bottom: 30px;
    }
    .feature-item h3 {
      /*font-size: 1.4rem;*/
    font-size:2.0rem;
      color: #003366;
      margin-bottom: 8px;
    }
    .feature-item p {
      /*font-size: 1rem;*/
      color: #555;
      line-height: 1.4;
      white-space: pre-line;
    }
    /* メール関連ボタンセクション */
    .mail-button-section {
      text-align: center;
      margin-bottom: 100px;
    }
    .mail-button {
		color:#fff;
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
	/*
		padding: 12px 24px;
		background-color: #003366;
		border-radius: 4px;
		font-size: 1.1rem;
		transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
		*/
    }

	.button-b{
		color:#fff;
		border-color:#004077;
		background:#004077;
      font-weight: bold;
	}
	.button-b::before{
       color: #004077;
		background:#fff;
		border-color:#004077;
	}
	.button-b:hover{
       color: #004077;
	}
	a:hover .mail-button {
		color:#004077
	}
	a:hover .mail-button::before{
		width:100%
	}
    .pricing-table tbody .tr-b {
      background-color: #eef5ff !important;
    }
    .pricing-table tbody .tr-db {
      background-color: #e0eaf9 !important;
    }

/*  
.mail-button:hover {
      background-color: #002244;
      transform: scale(1.05);
    }
*/
    /* フッター 
    footer {
      text-align: center;
      padding: 20px;
      font-size: 0.9rem;
      color: #777;
      margin-top: 40px;
    }
*/
    /* レスポンシブ */
    @media (max-width: 768px) {
      .pricing-table-header h2,
      .feature-introduction h2 {
        /*font-size: 1.4rem;*/
      }
      .pricing-table thead th,
      .pricing-table tbody td {
        /*font-size: 0.9rem;*/
        padding: 12px;
      }
    }