img {
	height: auto;
}
.subscription-guide {
	padding-top: 88px;
}
.subscription-guide--header {
	margin: 0 0 64px;
	text-align: center;
	font-size: 44px;
	line-height: calc(64 / 44);
	font-weight: 600;
}
.lead {
	margin-bottom: 48px;
	font-size: 20px;
	line-height: calc(36 / 20);
	text-align: center;
}
.content-merit {
	display: flex;
	justify-content: center;
	width: 900px;
	margin: 0 auto 24px;
	padding: 34px 0 32px;
	background-color: #F5F5F5;
}
.merit-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.merit-list-item {
	display: flex;
	align-items: center;
	gap: 16px;
}
.merit-label {
	display: block;
	width: 136px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
}
.merit-list-item:first-of-type .merit-label {
	background-image: url(../../img/usr/freepage/subscription_guide/merit_label01.png);
}
.merit-list-item:nth-of-type(2) .merit-label {
	background-image: url(../../img/usr/freepage/subscription_guide/merit_label02.png);
}
.merit-text {
	font-size: 26px;
	font-weight: bold;
	line-height: calc(48 / 26);
}
.content-area2 {
	margin-bottom: 56px;
}
.content-area2--header {
	margin: 0 0 24px;
	text-align: center;
}
.content-area2--header img {
	width: 790px;
}
.content-area2-block1 {
	position: relative;
	width: 671px;
	height: 167px;
	margin: 0 0 47px 269px;
	padding: 61px 184px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../img/usr/freepage/subscription_guide/bg_content_area2_block1.png);
}
.content-area2-block1 p {
	text-align: right;
	font-size: 24px;
	letter-spacing: .05em;
}
.content-area2-block1 p span {
	font-weight: bold;
	color: #911330;
}
.content-area2-block1 p + p {
	margin-top: 6px;
}
.content-area2-block1::after {
	content: '';
	position: absolute;
	bottom: -75px;
	left: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 79px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../img/usr/freepage/subscription_guide/arrow_content_area2_block1.png);
}
.content-area2-block2 {
	padding-bottom: 3px;
	background-color: #F5F5F5;
}
.content-area2-block2-inner {
	display: flex;
	width: 900px;
	margin: 0 auto;
}
.content-area2-block2 figure {
	width: 230px;
	margin: -3px 48px 0 0;
}
.content-area2-block2 figure img {
	width: 100%;
}
.content-area2-block2 .description {
	margin-top: 47px;
}
.content-area2-block2 .description p {
	font-size: 30px;
	line-height: calc(44 / 30);
}
.content-area2-block2 .description p + p {
	margin-top: 16px;
	line-height: calc(52 / 30);
}
.content-area2-block2 .description p + p span {
	display: inline-flex;
	height: 54px;
	padding-left: 12px;
	font-size: 44px;
	font-weight: 500;
	line-height: 49px;
	color: #fff;
	background-color: #911330;
	font-family: var(--serif);
}
.content-area3 {
	width: 900px;
	margin: 0 auto 56px;
}
.content-area3-inner {
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
}
.content-area3--header {
	margin: 0 0 15px -8px;
	font-size: 44px;
	font-weight: 600;
	line-height: calc(48 / 44);
}
.content-area3 figure {
	margin-top: 10px;
}
.content-area3 figure img {
	width: 155px;
}
.content-area3 .description .text {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: calc(44 / 30);
	font-weight: 500;
}
.content-area3 .description .text span {
	font-weight: bold;
	color: #911330;
}
.content-area3 .description .note {
	color: #707070;
	font-size: 18px;
	line-height: calc(28 / 18);
}
.content-area4 {
	margin-bottom: 80px;
	padding-top: 56px;
	border-top: 2px solid #CCCCCC;
}
.content-area4--header {
	margin-bottom: 32px;
	font-size: 44px;
	font-weight: 600;
	line-height: calc(48 / 44);
	text-align: center;
}
.case-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.case-list-title {
	position: relative;
	margin-bottom: 5px;
}
.case-list-title img {
	width: 100%;
}
.case-list-title span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 208px;
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 24px;
	font-family: var(--serif);
	line-height: 1;
	font-weight: 600;
}
.case-list-detail {
	display: flex;
	align-items: center;
	gap: 16px;
}
.case-list-detail::before {
	content: '';
	display: block;
	width: 48px;
	min-width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../img/usr/freepage/subscription_guide/icon_check.png);
}
.case-list-detail .text {
	font-size: 26px;
	font-weight: bold;
	line-height: calc(40 / 26);
}
.case-list-detail .text span {
	color: #911330;
}
.case-list-detail .text span .small {
	font-size: 22px;
}
.case-list-detail .note {
	font-size: 18px;
	color: #707070;
}
.content-area5 {
	margin-bottom: 64px;
	padding-top: 56px;
	border-top: 2px solid #CCCCCC;
}
.content-area5--header {
	margin-bottom: 56px;
	font-size: 44px;
	font-weight: 600;
	line-height: calc(52 / 44);
	text-align: center;
}
.user-voice {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 48px;
}
.user-voice1 {
	width: 478px;
}
.user-voice2 {
	width: 506px;
}
.user-voice figure img {
	width: 100%;
}
.content-area5 .text {
	font-size: 30px;
	font-weight: 500;
	line-height: calc(55 / 30);
	text-align: center;
}
.content-area5 .text span {
	display: inline-flex;
	font-size: 44px;
	height: 54px;
	margin-left: 0.2em;
	padding: 0 .1em;
	line-height: 54px;
	color: #fff;
	font-family: var(--serif);
	background-color: #911330;
}
.content-area6 {
	position: relative;
	margin-bottom: 110px;
}
.content-area6--header {
	position: absolute;
	top: 103px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 19px;
	font-size: 44px;
	font-weight: 600;
	line-height: calc(52 / 44);
	text-align: center;
}
.content-area6 figure {
	width: 1182px;
	margin-left: 9px;
}
.content-area6 figure img {
	width: 100%;
}
.link-area {
	padding-top: 5px;
	padding-bottom: 16px;
	background-color: #911330;
}
.link-area figure {
	width: 936px;
	margin-left: 114px;
}
.link-area figure img {
	width: 100%;
}
.subscription-guide .info-area {
	width: 1200px;
	padding: 64px 0 0;
	margin: auto;
}
.subscription-guide .info-area table {
	width: 100%;
	border: 1px solid #ccc;
}
.subscription-guide .info-area table th {
	border-bottom: 1px solid #ccc;
	background: #eeeeee;
	padding: 12px 16px;
	width: 175px;
}
.subscription-guide .info-area table td {
	padding: 12px 16px;
	border-bottom: 1px solid #ccc;
}
.subscription-guide .info-area table.soryo {
	width: 432px;
	text-align: center;
	margin: 10px 0;
}
.subscription-guide .info-area table.soryo th,
.subscription-guide .info-area table.soryo td {
	padding: 10px;
}
.subscription-guide .info-area table.soryo th {
	text-align: center;
}
.subscription-guide .info-area table.soryo td {
	text-align: left;
}
.subscription-guide .info-area table.soryo td:first-child {
	padding-left: 12px;
}
.subscription-guide .info-area h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	font-family: sans-serif;
	font-size: 22px;
}
.subscription-guide .info-area h2 + h3 {
	margin-top: 30px;
}
.subscription-guide .info-area h3 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 5px;
}
.subscription-guide .info-area p {
	line-height: 1.8;
}
.subscription-guide .info-area p .text-red {
	color: #911732;
}
.subscription-guide .contact-link {
	margin: 70px 0 90px;
}
.subscription-guide .contact-link dl {
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.subscription-guide .contact-link dl dt {
	padding: 10px 60px;
}
.subscription-guide .contact-link dl dd a {
	display: block;
	text-align: center;
	background-color: #e6e6e6;
	padding: 10px 0;
	border-radius: 100px;
	width: 450px;
}
.subscription-guide .contact-link dl dd a:hover {
	text-decoration: none;
	opacity: 0.5;
}
/*# sourceMappingURL=subscription-guide.css.map */
