/* 電話・FAX番号変更のお知らせページ */
	        .noticeWrap {
	          width: 700px;
	          max-width: 95%;
	          margin: 0 auto 30px;
	          color: #444;
	          line-height: 1.8;
	          font-size: 95%;
	        }

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

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

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

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

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

	        .noticeCard p {
	          margin: 0 0 12px 0;
	        }

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

	        .noticeDate {
	          margin: 0 0 16px 0;
	          padding: 8px 12px;
	          color: #23415f;
	          font-weight: bold;
	          background: #eef5fb;
	          border-left: 5px solid #4a90d9;
	          border-radius: 4px;
	        }

	        .noticeSectionTitle {
	          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;
	        }

	        .noticeTable {
	          width: 100%;
	          border-collapse: collapse;
	          margin: 0 0 18px 0;
	        }

	        .noticeTable th,
	        .noticeTable td {
	          border: 1px solid #d6e6f2;
	          padding: 12px;
	          vertical-align: middle;
	        }

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

	        .noticeTable td {
	          font-size: 110%;
	          font-weight: bold;
	          color: #333;
	        }

	        .noticeNew {
	          border-left: 5px solid #4a90d9;
	        }

	        .noticeOld {
	          border-left: 5px solid #999;
	        }

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

	        .noticeBow {
	          margin: 22px 0 0 0;
	          text-align: center;
	        }

	        .noticeBow img {
	          max-width: 100%;
	          height: auto;
	        }

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

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

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

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