body.page-template-sonylife-page {
	font-size: 16px;
	line-height: 1.9;
}
.page-template-sonylife-page #header-logo a {
	pointer-events: none;
}
.page-template-sonylife-page #header {
	box-shadow: none;
}
.page-template-sonylife-page #headline,
.page-template-sonylife-page .float-right,
.page-template-sonylife-page .nav-mobile,
.page-template-sonylife-page .toggle-mobile,
.page-template-sonylife-page .hamburger,
.page-template-sonylife-page .menu-secondary-menu-container,
.page-template-sonylife-page #footer li:nth-child(1),
.page-template-sonylife-page #footer li:nth-child(7),
.page-template-sonylife-page #footer li:nth-child(8) {
	display: none;
}
@media screen and (min-width: 1200px) {
	.page-template-sonylife-page .container,
	.page-template-sonylife-page #header {
		max-width: 680px;
		margin: 0 auto;
	}
}

.wrap {
	max-width: 680px;
	margin: 0 auto;
}
.eyecatch-frame, .inline-img-frame {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
  margin: 0 0 28px;
}
.eyecatch-frame {
	aspect-ratio: 1200/628;
}
.inline-img-frame {
	aspect-ratio: 1200/760;
}
.inline-img-frame.wide {
	aspect-ratio: 16/9;
}
.eyecatch-frame img, .inline-img-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
  line-height: normal;
  margin: 0 0 24px;
}
h2.q-heading {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin: 52px 0 22px;
	border-bottom: 5px solid #003AA0;
}
h3.sub-heading {
	font-size: 17px;
	font-weight: 700;
	color: #003aa0;
	margin: 32px 0 14px;
  line-height: normal;
}
.check-list {
	list-style: none;
	padding: 0;
	margin: 24px 0;
}
.check-list li {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 22px;
}
.check-list li p {
  margin: 0;
  padding: 0 0 10px;
}
.check-list .check-icon {
	flex: none;
	width: 26px;
	height: 26px;
	color: #3a7bb8;
  margin: 0 0 10px;
}
.check-text {
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: linear-gradient(180deg, transparent 62%, #FCE85A 62%);
  box-shadow: inset 0 -0.5em 0 #FCE85A;
  line-height: normal;
}
.emp {
	font-weight: 700;
	display: inline;
  background: linear-gradient(180deg, transparent 60%, #fce85a 60%);
  box-shadow: inset 0 -0.5em 0 #fce85a;
}
.quote-line, .voice {
	display: inline;
  background: linear-gradient(180deg, transparent 65%, #ffdce0 65%);
  box-shadow: inset 0 -0.5em 0 #ffdce0;
}
.pull-quote {
	font-size: 18px;
	font-weight: 700;
	color: #003aa0;
	margin: 30px 0;
	padding: 4px 0 4px 16px;
	border-left: 5px solid #003aa0;
}
.cta-wrap {
	margin: 28px 0 40px;
	text-align: center;
}
.cta-note {
	display: block;
	font-size: 13px;
	color: #7a1010;
	font-weight: 700;
	margin: 10px 0 6px;
}
.cta-btn {
	display: inline-block;
	width: 100%;
	max-width: 520px;
	background: linear-gradient(#fe1f20, #d81617);
	color: #fff !important;
	font-weight: 700;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 6px 14px rgba(216, 22, 23, 0.3);
  line-height: normal;
}
.cta-sub {
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 8px;
}
.benefit-list {
	background: #f7fbff;
	border: 1px solid #d8e3f7;
	border-radius: 8px;
	padding: 18px 20px;
	margin: 20px 0;
}
.benefit-list p {
	margin: 0;
	font-size: 14px;
}
.case-box {
	background: #fffaf0;
	border: 1px solid #f0dfb8;
	border-radius: 8px;
	padding: 20px 22px;
	margin: 24px 0;
}
.case-box h3.sub-heading {
	margin-top: 0;
}
.case-box .case-tag {
	display: inline-block;
	background: #d98c00;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 999px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: normal;
}
.case-box .case-disclaimer {
	font-size: 12px;
	color: #8a7648;
}
.faq-item {
	border-bottom: 1px solid #e5e7eb;
	padding: 16px 0;
}
.faq-item .q {
	font-weight: 700;
	color: #003aa0;
	margin: 0 0 8px;
}
.faq-item .a {
	margin: 0;
}
.annotation {
	background: #f6f6f6;
	padding: 20px 0;
	margin-top: 44px;	
}
.annotation p {
	font-size: 11px;
	color: #555;
	margin: 0;
}
@media screen and (max-width:991px) {
  .wrap {
    padding: 0 15px;
  }
  h1 {
    font-size: 20px;
  }
  .check-list li p {
    padding: 0;
  }
  .check-text {
    display: inline;
  }
  .cta-btn {
    font-size: 13px;
  }
  .cta-note {
    font-size: 12px;
  }
}