﻿@charset "UTF-8";

/* ====================
   Design Tokens
==================== */
:root {
	--orange-500: #ff8400;
	--orange-100: #FFECCD;
	--container-inner-x: 1.25rem;
	--gray-900: #333;
	--gray-700: #4a4a4a;
	--gray-200: #F1EFF3;
	--white: #ffffff;
	--green-800: #00A2A3;
	--green-400: #5FD2D2;
	--green-300: #C9F5F5;
	--green-200: #E8F4F4;
	--ranking-url-copy-copied-color: #333333;
	--radius-card: 10px;
}

/* ====================
   Base / Reset
==================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Zen Kaku Gothic New", "Segoe UI", sans-serif;
	color: var(--gray-900);
	line-height: 1.6;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.br-sp {
	display: inline;
}

.br-pc {
	display: none;
}

@media (min-width: 1024px) {
	.br-sp {
		display: none;
	}

	.br-pc {
		display: inline;
	}
}

button {
	font: inherit;
	border: none;
	cursor: pointer;
	background: none;
}

section {
	padding: 0 0 1rem;
}

/* ====================
   04. Header
==================== */

.header {
	background-color: #ffffff;
	border-bottom: 1px solid #eee;
	height: 40px;
	position: relative;
	width: 100%;
	z-index: 100;
}

.inner {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.inner {
		width: 1110px;
	}
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px;
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
	font-size: 18px;
	color: var(--gray-900);
}

.logo img {
	width: 100px;
	height: auto;
}

/* ====================
   Global Layout
==================== */
.container {
	width: min(100%, 1110px);
	margin: 0 auto;
	padding: 0;
}

/* style.css 調整*/
@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: 1110px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.container {
		width: 100%;
		max-width: none;
	}
}

main {
	background: var(--orange-100);
	margin-top: 0 !important;
}

main .container>* {
	margin-left: var(--container-inner-x);
	margin-right: var(--container-inner-x);
}

@media (min-width: 1024px) {
	main .container>* {
		margin-left: 0;
		margin-right: 0;
	}
}

main .container>h2 {
	margin-left: 0;
	margin-right: 0;
}

h2 {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	font-size: clamp(22px, 6vw, 24px);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.02em;
	background: linear-gradient(90deg, #FFBB60 0%, #FFC679 50%, #FFBB60 100%);
}

@media (min-width: 1024px) {
	h2 {
		padding: 26px 0;
	}
}

#toc h2,
#notice h2 {
	background: none;
	padding: 0;
	margin: 0 0 12px;
	text-align: left;
	font-size: clamp(17px, 4.6vw, 24px);
	letter-spacing: 0;
}

#toc h2 {
	text-align: center;
	padding: 2rem 0 1rem;
	font-size: 1.5rem;
	margin: 0;
}

#notice h2 {
	font-size: 1rem;
}

/* ====================
   Hero
==================== */
.hero {
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 440px;
	background-color: #fff;
	background-image: url("/img/sns_template_ys/mv-hero-sp.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.hero::after {
	display: none;
}

.hero__inner {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 1;
	gap: 0;
	padding: 20px 0 0;
}

.hero__content {
	padding: 20px 0 0;
}

.hero__tagline {
	display: inline-block;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 335 44.144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M300 44.144H335L326.287 27.1904L335 12.144H300V44.144Z' fill='%23E90C1C'/%3E%3Cpath d='M316 32.2177L300 44.144V30.144L316 32.2177Z' fill='%23BC0020'/%3E%3Cpath d='M35 44.144H0L8.71319 27.1904L0 12.144H35V44.144Z' fill='%23E90C1C'/%3E%3Cpath d='M19 32.2177L35 44.144V30.144L19 32.2177Z' fill='%23BC0020'/%3E%3Cpath d='M315.023 0H20.0232V32H315.023V0Z' fill='%23ED263E'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
	color: #fff;
	padding: 4px 26px 18px;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
}

.hero__copy {
	background: transparent;
	margin-top: auto;
	padding: 0 20px 20px;
	text-align: center;
}

.hero h1 {
	font-size: clamp(26px, 8vw, 32px);
	line-height: 1.22;
	margin: 0;
}

.hero h1 span {
	font-size: clamp(18px, 5.2vw, 24px);
}

.hero__lead {
	margin: auto 0;
}

.intro-notice-text {
	font-size: 14px;
	padding: .8rem 0 0;
}

.hero .intro-notice-text {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.hero {
		height: clamp(460px, 50vw, 620px);
		max-height: 620px;
		background-color: #fff;
		background-image: url("/img/sns_template_ys/mv-hero-pc.webp");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto 100%;
	}

	.hero__inner {
		height: 100%;
		max-height: 620px;
		padding: 28px 0 0;
	}

	.hero__tagline {
		font-size: 1.4rem;
		padding: 4px 50px 18px;
	}

	.hero__copy {
		padding: 1rem;
	}

	.hero__content {
		padding: 20px 24px;
		border-radius: 16px;
	}

	.hero h1 {
		font-size: clamp(28px, 2.8vw, 46px);
		margin-top: 10px;
	}

	.hero h1 span {
		font-size: clamp(20px, 2vw, 34px);
	}

	.hero .intro-notice-text {
		font-size: 14px;
	}

}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.hero h1 {
		margin-top: 0;
	}
}

/* ====================
   Intro / TOC / Notice Intro
==================== */
section#introduction {
	background: var(--white);
	padding: 0;
}

section#toc {
	padding: 0;
}

.toc-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 0 0 2rem;
}

@media (min-width: 768px) {
	main .container>.toc-list {
		margin-left: auto;
		margin-right: auto;
	}

	.toc-list {
		width: max-content;
		margin: 0 auto;
		padding-left: 1.2em;
		list-style-position: outside;
		text-align: left;
	}
}

ul.toc-list li {
	padding: 0;
}

.toc-list li a {
	text-decoration: underline;
}

.toc-list li a:hover {
	text-decoration: none;
}

section#notice {
	padding: 1rem 0 0;
}

section#notice ul li a {
	text-decoration: underline;
}

section#notice ul li a:hover {
	text-decoration: none;
}

.notice-card .card {
	background: var(--white);
	border-radius: var(--radius-card);
	padding: 1.4rem 1rem;
	width: fit-content;
	margin: 0 auto 2rem;
	max-width: 90%;
}

.notice-card h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 1rem;
}

.notice-card ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 14px;
}

.notice-card ul li {
	padding: 0;
}

@media (min-width: 1024px) {
	.notice-card .card {
		margin: 0 auto 2rem;
	}
}

/* ====================
   Ranking Tabs
==================== */
.tab-menu {
	display: flex;
	gap: 8px;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 16px;
	padding-left: 1rem;
}

@media (min-width: 1024px) {
	.tab-menu {
		width: min(100%, 1110px);
		margin: 0 auto 16px;
		padding: 0;
		overflow-x: visible;
	}
}

@media (min-width: 1024px) and (max-width: 1120px) {

	/* Keep the tab row aligned with card content on narrow desktop widths. */
	.tab-menu {
		padding-right: var(--container-inner-x);
	}

	/* Avoid overflow from the fixed right column around 1088px. */
	.ranking-card__columns {
		flex-direction: column;
		gap: 16px;
	}

	.ranking-card__right {
		flex: 1 1 auto;
		width: 100%;
		margin-top: 0;
	}
}

.tab-menu button {
	flex-shrink: 0;
	padding: 4px 20px;
	border-radius: 999px;
	background: var(--white);
	border: 1px solid var(--gray-700);
	color: var(--gray-900);
	font-weight: 600;
}

.tab-menu button.is-active {
	background: var(--orange-500);
	color: var(--white);
	border-color: var(--orange-500);
}

@media (min-width: 1024px) {
	.tab-menu button:hover {
		text-decoration-line: underline;
		text-underline-offset: 0.18em;
		text-decoration-color: var(--gray-900);
	}

	.tab-menu button.is-active:hover {
		text-decoration-color: var(--white);
	}
}

/* ====================
   Ranking Card
==================== */
.ranking-note {
	margin-bottom: 24px;
	border-top: 1px solid var(--gray-900);
	padding-top: 1rem;
}

.ranking-card {
	background: var(--white);
	border-radius: var(--radius-card);
	padding: 1rem;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ranking-card__header {
	display: flex;
	gap: .6rem;
}

.ranking-card__body>:is(.ranking-card__header, .ranking-card__copy, .ranking-card__url, .ranking-card__steps, .ranking-card__actions) {
	margin-bottom: 1rem;
}

.ranking-card__left> :is(.ranking-card__copy, .ranking-card__url) {
	margin-bottom: 1rem;
}

.ranking-card__right> :is(.ranking-card__steps, .ranking-card__actions) {
	margin-bottom: 1rem;
}

.ranking-card__medal {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

@media (min-width: 1024px) {
	.ranking-card__medal {
		width: 70px;
		height: 70px;
		display: flex;
		justify-content: center;
	}
}

.ranking-card__title {
	display: flex;
	align-items: center;
}

.ranking-card__label {
	font-size: 1rem;
	margin: 0 0 0.4rem;
}

.ranking-card h3 {
	margin: 4px 0 0;
	line-height: 1.4;
}

.ranking-card__title h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.ranking-card__title h3 a {
	text-decoration: underline;
}

@media (min-width: 1024px) {
	.ranking-card__title h3 {
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}

	.ranking-card__title h3 a:hover {
		text-decoration: none;
	}
}

.ranking-card__copy {
	background: var(--gray-200);
	border-radius: 4px;
	padding: 16px;
	margin: 0;
}

.ranking-card__url {
	padding: 0;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ranking-card__url h4 {
	margin: 0;
	font-size: 1rem;
	line-height: 1;
}

.ranking-card__url-row {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1;
	background: var(--gray-200);
	border-radius: 4px;
	padding: 8px 10px;
}

.ranking-card__url-text {
	margin: 0;
	min-width: 0;
	flex: 1;
	color: var(--gray-700);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}

.ranking-card__url-copy {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 6px;
	background: transparent;
	color: var(--gray-700);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
}

.ranking-card__url-copy svg {
	display: block;
}

.ranking-card__url-copy.is-copied {
	color: var(--ranking-url-copy-copied-color);
}

.ranking-card__url-copy.is-copied svg {
	display: none;
}

.ranking-card__url-copy.is-copied::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.2L5.5 12.7L4 14.2L9 19.2L21 7.19995L19.5 5.69995L9 16.2Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.2L5.5 12.7L4 14.2L9 19.2L21 7.19995L19.5 5.69995L9 16.2Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.ranking-card__steps {
	background: var(--green-300);
	border-radius: 4px;
	overflow: hidden;
}

.ranking-card__steps-toggle {
	width: 100%;
	padding: 12px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--gray-900);
	text-align: left;
	position: relative;
}

.ranking-card__steps-toggle>span:first-child {
	display: inline-flex;
	align-items: center;
}

.ranking-card__steps-icon {
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	right: 14px;
}

.ranking-card__steps-panel {
	padding: 0 10px 12px;
}

.ranking-card__steps ol {
	list-style: none;
	counter-reset: ranking-step;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ranking-card__steps li {
	position: relative;
	padding: 12px 14px 12px 58px;
	background: var(--white);
	border-radius: 12px;
	font-size: 15px;
	line-height: 1.5;
}

.ranking-card__steps li::before {
	counter-increment: ranking-step;
	content: counter(ranking-step);
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #50c5cd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.2rem;
}


.ranking-card__steps li:not(:last-child) {
	margin: 0 0 .4rem 0;
}

.ranking-card__steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	width: 20px;
	height: 15px;
	background: var(--white);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52627 15L0 0L19.0526 0L9.52627 15Z' fill='black'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52627 15L0 0L19.0526 0L9.52627 15Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
}

.ranking-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.btn-pill {
	display: inline-block;
	border-radius: 999px;
	padding: 10px 28px;
	background: var(--green-400);
	font-weight: 600;
	color: var(--gray-900);
}

.btn-pill:hover {
	opacity: 0.7;
	text-decoration: none;
}

p.how-to-use-link {
	text-align: center;
}

p.how-to-use-link a {
	text-decoration: underline;
}

p.how-to-use-link a:hover {
	text-decoration: none;
}

.ranking-card figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #f9f9f9;
}

@media (min-width: 1140px) {
	.ranking-card {
		flex-direction: row;
		gap: 32px;
	}

	.ranking-card figure {
		flex: 0 0 260px;
	}

	.ranking-card__body {
		flex: 1;
	}

	.ranking-card__columns {
		display: flex;
		gap: 1rem;
		align-items: flex-start;
	}

	.ranking-card__right>p.how-to-use-link {
		margin: 0;
	}
}

@media (min-width: 1140px) {
	.ranking-card__left {
		flex: 1 1 auto;
		min-width: 0;
	}

	.ranking-card__right {
		flex: 0 0 400px;
		width: 400px;
		margin: 35px 0 0 0;
	}
}

/* ====================
   Case Study
==================== */
.case-study {
	background: var(--orange-100);
	text-align: center;
}

.case-study h2 {
	margin: 0;
}

.posting-points {
	max-width: 354px;
	margin: 1rem auto !important;
	padding: 1rem .8rem;
	--posting-points-check-bg: #5fd2d2;
	--posting-points-check-color: #333333;
	border: 4px solid #5fd2d2;
	border-radius: 10px;
	background: var(--white);
	text-align: left;
}

.posting-points h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #00a2a3;
	font-weight: 700;
}

.posting-points ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posting-points li {
	position: relative;
	margin: 0 0 4px;
	padding-left: 1.8rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--gray-900);
}

.posting-points li:last-child {
	margin-bottom: 0;
}

.posting-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--posting-points-check-bg);
	z-index: 0;
}

.posting-points li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 0.4em;
	width: 12px;
	height: 10px;
	background-color: var(--posting-points-check-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L4.4375 9L1 5.36364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L4.4375 9L1 5.36364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	z-index: 1;
}

.case-study__mock {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	main .case-study .container>.posting-points {
		display: table;
		width: max-content;
		max-width: none;
		margin: 1rem auto;
		padding: 18px 22px 16px;
	}

	.posting-points h3 {
		font-size: 20px;
	}

	main .case-study .container>.posting-points li {
		white-space: nowrap;
	}

	.case-study__mock {
		margin: 0 auto !important;
		width: 280px;
	}
}

@media (min-width: 768px) {
	.case-study__mock {
		width: 260px;
		margin: 0 auto !important;
	}
}

/* ====================
   Guide Intro
==================== */
.guide-intro {
	background: var(--green-200);
	padding: 1.5rem 0;
}

.guide-intro h2 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: clamp(18px, 5vw, 24px);
	line-height: 1.35;
	color: var(--white);
	text-align: center;
	letter-spacing: 0;
}

.guide-intro__card {
	border-radius: 12px;
	overflow: hidden;
}

.guide-intro__head {
	background: #00a7ad;
	padding: 1rem 0.8rem 0.8rem;
	text-align: center;
}

.guide-intro__head p {
	margin: 0.4rem 0 0;
	color: var(--white);
	font-size: clamp(16px, 3.9vw, 18px);
	font-weight: 700;
	line-height: 1.4;
}

.guide-intro__body {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.6rem;
	background: var(--white);
	padding: 1rem 1rem 0;
}

.guide-intro__message {
	flex: 1;
	padding-bottom: 0.9rem;
	font-weight: 700;
}

.guide-intro__message p {
	margin: 0;
}

.guide-intro__message ul {
	list-style: none;
	margin: 0.2rem 0;
	padding: 0;
	font-weight: 700;
}

.guide-intro__message li {
	position: relative;
	padding-left: 1.6rem;
	margin-bottom: 0.2rem;
	--guide-intro-check-bg: #ff8400;
	--guide-intro-check-color: #ffffff;
}

.guide-intro__message li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.12rem;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: var(--guide-intro-check-bg);
}

.guide-intro__message li::after {
	content: "";
	position: absolute;
	left: 0.3rem;
	top: 0.5rem;
	width: 0.75rem;
	height: 0.6rem;
	background-color: var(--guide-intro-check-color);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L4.4375 9L1 5.36364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L4.4375 9L1 5.36364' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.guide-intro__person {
	flex: 0 0 31%;
	max-width: 124px;
}

.guide-intro__arrow {
	margin-top: 0.7rem;
	display: flex;
	justify-content: center;
}

.guide-intro__arrow svg {
	display: block;
}

@media (min-width: 768px) {
	.guide-intro__card {
		width: 610px;
		margin: 0 auto !important;
	}

	.guide-intro__body {
		padding: 1rem 6rem 0;
	}
}

/* ====================
   Template Guide
==================== */
.template-guide {
	padding-top: 0;
}

.template-guide__content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-bottom: 1.4rem;
}

.template-guide__step {
	text-align: center;
	background: var(--white);
	border-radius: var(--radius-card);
	padding: 1.4rem 1rem;
	box-shadow: none;
}

@media (min-width: 1024px) {
	.template-guide__content {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}

	.template-guide__step {
		height: 100%;
	}
}

.template-guide__step-title {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.2;
}

.template-guide__step-title::after {
	content: "";
	display: block;
	width: 5.8rem;
	height: 2px;
	margin: 0.45rem auto 0;
	background: #f08a24;
	border-radius: 999px;
}

.template-guide__step-text {
	margin: 1rem auto 0;
}

.template-guide__step-text a {
	text-decoration: underline;
	color: inherit;
}

.template-guide__tip-card {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 0.4rem;
	background: var(--green-200);
	text-align: left;
}

.template-guide__tip-card h4 {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
}

.template-guide__tip-card h4 span {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #50c5cd;
	color: var(--white);
	font-size: 1.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.template-guide__tip-card p {
	margin: 0.5rem 0 0;
}

.template-guide__step2-visual {
	margin-top: 1rem;
	border-radius: 0.8rem;
	overflow: hidden;
}

.template-guide__step2-visual img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.template-guide__step2-visual img {
		width: 260px;
		margin: 0 auto !important;
	}
}

/* ====================
   How To Make
==================== */
.how-to-make {
	padding-top: 0;
}

.how-to-make__grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: var(--radius-card);
}

.how-to-make .step-card {
	text-align: center;
	background: var(--white);
	border-radius: var(--radius-card);
	padding: 1.4rem 1rem;
	box-shadow: none;

}

.how-to-make .template-guide__step-title+p {
	margin-top: 1rem;
}

.step-card p {
	margin: 0 0 16px;
}

.step-card figure {
	margin: 0;
	overflow: hidden;
}

.how-to-make__url-row {
	display: flex;
	align-items: center;
}

@media (min-width: 1024px) {
	.how-to-make__grid {
		flex-direction: row;
	}

	.step-card {
		flex: 1;
	}
}

/* ====================
   Notice Details
==================== */
.notice-details h3 {
	margin: 0;
	font-size: 1rem;
}

.notice-details p {
	margin: 0 0 12px;
}

/* ====================
   Footer
==================== */
footer.footer a {
	color: #004ADE;
}
