/* 認証方式・プロテクト種類案内ページ */
              .protectWrap {
                width: 700px;
                max-width: 95%;
                margin: 0 auto 30px;
                color: #444;
                line-height: 1.75;
                font-size: 95%;
              }

              .protectHero {
                margin: 0 0 22px 0;
                padding: 20px 22px;
                background: #f4f8fc;
                border: 1px solid #dbe6f0;
                border-left: 6px solid #1d4f91;
                border-radius: 5px;
              }

              .protectHeroLabel {
                margin: 0 0 6px 0;
                color: #4f6f8f;
                font-size: 13px;
                letter-spacing: 0.08em;
              }

              .protectHero h2 {
                margin: 0;
                color: #1d4f91;
                font-size: 26px;
                line-height: 1.4;
                font-weight: bold;
              }

              .protectHeroLead {
                margin: 10px 0 0 0;
                color: #333;
                font-size: 15px;
                line-height: 1.8;
              }

              .protectLeadBox {
                margin: 0 0 22px 0;
                padding: 15px 18px;
                background: #f7fbff;
                border: 1px solid #cfe3f6;
                border-left: 5px solid #4a90d9;
                border-radius: 4px;
              }

              .protectLeadBox p {
                margin: 0 0 8px 0;
              }

              .protectLeadBox p:last-child {
                margin-bottom: 0;
              }

              .protectSectionTitle {
                margin: 24px 0 14px;
                padding: 9px 14px;
                color: #23415f;
                font-size: 17px;
                font-weight: bold;
                background: #eef5fb;
                border-left: 5px solid #4a90d9;
                border-radius: 4px;
              }

              .protectCard {
                margin: 0 0 16px 0;
                padding: 16px 18px;
                background: #fff;
                border: 1px solid #d6e6f2;
                border-radius: 6px;
              }

              .protectCard p {
                margin: 0 0 10px 0;
              }

              .protectCard p:last-child {
                margin-bottom: 0;
              }

              .protectSubTitle {
                margin: 0 0 10px 0;
                padding: 6px 10px;
                color: #23415f;
                font-size: 15px;
                font-weight: bold;
                background: #f0f6ff;
                border-left: 4px solid #4a90d9;
              }

              .protectTypeGrid {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                margin: 12px 0 0 0;
              }

              .protectTypeBox {
                flex: 1 1 190px;
                padding: 14px 12px;
                background: #f8fbff;
                border: 1px solid #d6e6f2;
                border-radius: 6px;
              }

              .protectTypeBox h3 {
                margin: 0 0 8px 0;
                padding: 0;
                color: #1d4f91;
                font-size: 16px;
                line-height: 1.4;
                font-weight: bold;
                background: none;
                border: none;
              }

              .protectTypeBox p {
                margin: 0;
                font-size: 93%;
              }

              .protectTable {
                width: 100%;
                border-collapse: collapse;
                margin: 0;
              }

              .protectTable th,
              .protectTable td {
                border: 1px solid #d6e6f2;
                padding: 10px 12px;
                vertical-align: top;
              }

              .protectTable th {
                width: 28%;
                color: #23415f;
                background: #eef5fb;
                text-align: left;
                font-weight: bold;
              }

              .protectTable td.centerText {
                text-align: center;
              }

              .priceText {
                color: #1d4f91;
                font-size: 110%;
                font-weight: bold;
              }

              .protectList {
                margin: 0;
                padding-left: 1.5em;
              }

              .protectList li {
                margin: 0 0 10px 0;
              }

              .featureTitle {
                color: #1d4f91;
                font-weight: bold;
              }

              .noteBox {
                margin-top: 12px;
                padding: 10px 12px;
                color: #174a78;
                background: #f3fbff;
                border-left: 4px solid #4a90d9;
                border-radius: 3px;
                font-size: 92%;
              }

              .linkList {
                margin: 0;
                padding: 0;
                list-style: none;
              }

              .linkList li {
                margin: 0 0 8px 0;
              }

              .linkList a {
                display: block;
                padding: 9px 12px;
                color: #1f5f8b;
                font-weight: bold;
                text-decoration: none;
                background: linear-gradient(to bottom, #ffffff, #eef8ff);
                border: 1px solid #9fd0ef;
                border-radius: 5px;
              }

              .linkList a:hover {
                background: #eaf6ff;
                text-decoration: underline;
              }

              .seoText {
                margin-top: 18px;
                color: #555;
                font-size: 92%;
              }

              @media screen and (max-width: 572px) {
                .protectWrap {
                  width: 95%;
                  font-size: 95%;
                }

                .protectHero h2 {
                  font-size: 22px;
                }

                .protectTable th,
                .protectTable td {
                  display: block;
                  width: auto;
                }

                .protectTypeBox {
                  flex: 1 1 100%;
                }
              }
