@charset "UTF-8";

body.static-renewal-page {
	margin: 0;
	color: #161616;
	background:
		radial-gradient(circle at 8% 0%, rgba(143,36,59,.06), rgba(143,36,59,0) 28%),
		linear-gradient(180deg, #fff 0%, #fafafa 52%, #fff 100%);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
}

body.static-renewal-page .static-header {
	background: rgba(255,255,255,.96);
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0 10px 28px rgba(0,0,0,.04);
}

body.static-renewal-page .static-header-inner {
	width: min(960px, calc(100% - 32px));
	margin: 0 auto;
	padding: 14px 0 12px;
	text-align: center;
}

body.static-renewal-page .static-logo {
	margin: 0;
	font-size: 0;
	line-height: 1;
}

body.static-renewal-page .static-logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.static-renewal-page .static-logo img {
	display: block;
	width: auto;
	height: 46px;
}

body.static-renewal-page #main_contents {
	padding: 32px 0 46px;
}

body.static-renewal-page #main_contents > .wrapper {
	width: min(960px, calc(100% - 32px));
	margin: 0 auto;
}

body.static-renewal-page .other_sect,
body.static-renewal-page #content_map {
	display: grid;
	gap: 18px;
}

body.static-renewal-page .sect_title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 16px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0,0,0,.05);
}

body.static-renewal-page .sect_title h3 {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: clamp(22px, 3.2vw, 30px);
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	letter-spacing: .02em;
}

body.static-renewal-page .sect_title h3::before {
	display: none !important;
}

body.static-renewal-page .sect_title h3::after {
	display: none;
}

body.static-renewal-page .box {
	margin: 0;
	padding: 24px;
	border: 1px solid #e7e2e4;
	border-radius: 12px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 32px rgba(0,0,0,.05);
}

body.static-renewal-page .box + .box {
	margin-top: 0;
}

body.static-renewal-page .box .title,
body.static-renewal-page .text_box .title {
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ece7e9;
	color: #111;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.45;
	text-align: left;
}

body.static-renewal-page .box .title::after,
body.static-renewal-page .text_box .title::after {
	display: none;
}

body.static-renewal-page .text,
body.static-renewal-page .text_box,
body.static-renewal-page .text_box p,
body.static-renewal-page .faq_box p {
	color: #222;
	font-size: 14px;
	line-height: 1.85;
	text-align: left;
}

body.static-renewal-page .text_box > div {
	padding: 16px 0;
	border-bottom: 1px solid #f0ecee;
}

body.static-renewal-page .text_box > div:first-child {
	padding-top: 0;
}

body.static-renewal-page .text_box > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.static-renewal-page .text_box.red {
	margin-bottom: 18px;
	padding: 16px;
	border: 1px solid #ead9de;
	border-radius: 10px;
	background: #fff8fa;
}

body.static-renewal-page .text_box.red .text {
	color: #222;
}

body.static-renewal-page #faq .tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
}

body.static-renewal-page #faq .tabs li {
	margin: 0;
	list-style: none;
}

body.static-renewal-page #faq .tabs li p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid #222;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}

body.static-renewal-page #faq .tabs li.selected p,
body.static-renewal-page #faq .tabs li p:hover {
	background: #222;
	color: #fff;
}

body.static-renewal-page #faq article {
	display: none;
}

body.static-renewal-page #faq article#tabcontents_1 {
	display: block;
}

body.static-renewal-page #faq .faq_box {
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid #e7e2e4;
	border-radius: 10px;
	background: #fff;
}

body.static-renewal-page #faq .faq_box:last-child {
	margin-bottom: 0;
}

body.static-renewal-page #faq .question,
body.static-renewal-page #faq .answer {
	padding: 14px 16px;
	text-align: left;
}

body.static-renewal-page #faq .question {
	border-bottom: 1px solid #efefef;
	background: #fafafa;
}

body.static-renewal-page #faq .question h5,
body.static-renewal-page #faq .answer h5 {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	color: #111;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.55;
}

body.static-renewal-page #faq .question h5 b,
body.static-renewal-page #faq .answer h5 b {
	flex: 0 0 auto;
	min-width: 28px;
	color: #111;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

body.static-renewal-page #faq .answer .text {
	padding-top: 12px;
}

body.static-renewal-page #faq .answer .text b {
	color: #111;
	font-weight: 900;
}

body.static-renewal-page #faq .answer .text .tag,
body.static-renewal-page #faq .answer .text .flow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px 0;
}

body.static-renewal-page #faq .answer .text .tag li,
body.static-renewal-page #faq .answer .text .flow li {
	width: auto;
	min-width: 88px;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #222;
	border-radius: 999px;
	color: #111;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	list-style: none;
}

body.static-renewal-page #faq .answer .text .flow li::after {
	display: none !important;
}

body.static-renewal-page #content_map .list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
}

body.static-renewal-page #content_map .list li {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 16px;
	border: 1px solid #e7e2e4;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.04);
	list-style: none;
}

body.static-renewal-page #content_map .list li a {
	color: #111;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

body.static-renewal-page #content_map .list li a::after {
	margin-left: 8px;
	color: #555;
	font-weight: 900;
}

body.static-renewal-page #content_map .list li .text {
	margin: 0;
	color: #333;
	font-size: 13px;
}

body.static-renewal-page .footer-note {
	color: rgba(255,255,255,.9);
}

body.static-renewal-page .footer-note .footer-links a {
	color: #fff;
	text-decoration: none;
}

body.static-renewal-page .footer-note .footer-links a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.static-renewal-page .footer-note .footer-links a + a {
	border-left-color: rgba(255,255,255,.62);
}

body.static-renewal-page .footer-note .footer-brand-copy {
	color: rgba(255,255,255,.9);
}

@media (max-width: 640px) {
	body.static-renewal-page .static-header-inner,
	body.static-renewal-page #main_contents > .wrapper {
		width: min(100% - 20px, 960px);
	}

	body.static-renewal-page .static-logo img {
		height: 40px;
	}

	body.static-renewal-page #main_contents {
		padding: 18px 0 34px;
	}

	body.static-renewal-page .sect_title {
		min-height: 58px;
		padding: 13px 14px;
	}

	body.static-renewal-page .sect_title h3 {
		font-size: 21px;
	}

	body.static-renewal-page .box {
		padding: 18px 14px;
	}

	body.static-renewal-page #faq .tabs,
	body.static-renewal-page #content_map .list {
		grid-template-columns: 1fr;
	}
}

/* Compact static pages for smartphone-first reading. */
body.static-renewal-page #main_contents {
	font-size: 14px;
	line-height: 1.72;
}

body.static-renewal-page .sect_title h3 {
	font-size: clamp(21px, 2.8vw, 27px);
}

body.static-renewal-page .box,
body.static-renewal-page .text,
body.static-renewal-page #faq .box_faq,
body.static-renewal-page #content_map .list li {
	font-size: 13px;
	line-height: 1.72;
}

body.static-renewal-page .box h4,
body.static-renewal-page #faq .box_faq dt {
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 640px) {
	body.static-renewal-page #main_contents {
		font-size: 12px;
		line-height: 1.62;
	}

	body.static-renewal-page .sect_title {
		min-height: 52px;
		padding: 12px;
	}

	body.static-renewal-page .sect_title h3 {
		font-size: 19px;
	}

	body.static-renewal-page .box,
	body.static-renewal-page .text,
	body.static-renewal-page #faq .box_faq,
	body.static-renewal-page #content_map .list li {
		font-size: 12px;
		line-height: 1.62;
	}

	body.static-renewal-page .box h4,
	body.static-renewal-page #faq .box_faq dt {
		font-size: 14px;
	}
}
