body.page .sec-inner {
	padding: 100px 0 160px;
}

body.page .sec-ttl-box .sec-ttl {
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.2;
	position: relative;
}

body.page .sec-ttl-box .sec-ttl::before {
	background-color: var(--green);
	bottom: -25px;
	content: "";
	display: block;
	height: 8px;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 80px;
}

@media screen and (max-width: 767px) {
	body.page .sec-inner {
		padding: 60px 0;
	}
	
	body.page .sec-ttl-box .sec-ttl {
		font-size: 2.6rem;
	}
	
	body.page .sec-ttl-box .sec-ttl::before {
		bottom: -15px;
		height: 6px;
		width: 80px;
	}
}

body#guide .content-width {
	width: min(100%, calc(1020px + var(--container-padding) * 2));
}

body#guide .section-about .content-box {
	margin-top: 110px;
}

body#guide .section-about .text-box p {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}

body#guide .section-about .text-box p + p {
	margin-top: 2em;
}

body#guide .section-about .link-box {
	margin-inline: auto;
	margin-top: 60px;
	width: fit-content;
}

body#guide .section-about .link-box span {
	color: var(--green);
	font-size: 1.5rem;
	letter-spacing: .1em;
}

body#guide .section-about .role-container-wrapper {
	border: 2px solid var(--green);
	border-radius: 20px;
	margin-top: 90px;
	overflow: hidden;
}

body#guide .section-about .role-container-wrapper h3 {
	background-color: #E3EADF;
	color: var(--green);
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .5em;
	text-align: center;
	padding: 23px 0;
}

body#guide .section-about .role-container {
	display: flex;
	padding: 75px 32px;
}

body#guide .section-about .role-container .role-item {
	border-right: 1px solid var(--green);
	padding: 0 27.5px;
	width: calc(100% / 3);
}

body#guide .section-about .role-container .role-item:last-child {
	border-right: none;
}

body#guide .section-about .role-container .role-item .image-box {
	align-items: center;
	display: flex;
	height: 110px;
	justify-content: center;
}

body#guide .section-about .role-container .role-item:nth-child(1) .image-box img {
	height: 94px;
	width: 128px;
}

body#guide .section-about .role-container .role-item:nth-child(2) .image-box img {
	height: 108px;
	width: 109px;
}

body#guide .section-about .role-container .role-item:nth-child(3) .image-box img {
	height: 88px;
	width: 120px;
}

body#guide .section-about .role-container .role-item h4 {
	background-color: var(--green);
	border-radius: 30px;
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .15em;
	margin-inline: auto;
	margin-top: 40px;
	padding: 12px 0;
	text-align: center;
	width: 235px;
}

body#guide .section-about .role-container .role-item .text-box {
	margin-inline: auto;
	margin-top: 20px;
	width: 235px;
}

body#guide .section-about .role-container .role-item .text-box p {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 979px) {
	body#guide .section-about .role-container {
		flex-wrap: wrap;
		padding: 30px 20px;
	}
	
	body#guide .section-about .role-container .role-item {
		border-bottom: 1px solid var(--green);
		border-right: none;
		padding: 30px 0;
		width: 100%;
	}
	
	body#guide .section-about .role-container .role-item:first-child {
		padding-top: 0;
	}
	
	body#guide .section-about .role-container .role-item:last-child {
		border-bottom: none;
	}
	
	body#guide .section-about .role-container .role-item h4 {
		margin-top: 20px;
	}
	
	body#guide .section-about .role-container .role-item .text-box {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	body#guide .section-about .content-box {
		margin-top: 60px;
	}
	
	body#guide .section-about .text-box p {
		text-align: left;
	}
	
	body#guide .section-about .text-box p + p {
		margin-top: 1.5em;
	}
	
	body#guide .section-about .link-box {
		margin-top: 20px;
	}
}

body#guide .section-how-to {
	background-color: #FAFAFA;
	overflow: hidden;
}

body#guide .section-how-to .content-box {
	margin-top: 70px;
}

body#guide .section-how-to .link-box {
	display: flex;
	gap: 50px;
	justify-content: center;
}

body#guide .section-how-to .link-box a {
	align-items: center;
	background-color: #00A99D;
	border-radius: 55px;
	display: flex;
	height: 110px;
	justify-content: center;
	width: 390px;
}

body#guide .section-how-to .link-box a:nth-child(2) {
	background-color: var(--green);
}

body#guide .section-how-to .link-box a span {
	align-items: center;
	color: var(--white);
	display: flex;
	font-size: 2.4rem;
	font-weight: 600;
	gap: 14px;
	justify-content: center;
	position: relative;
}

body#guide .section-how-to .link-box a span::before {
	background-image: url("../images/guide/how_to01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 64px;
	width: 72px;
}

body#guide .section-how-to .link-box a:nth-child(2) span::before {
	background-image: url("../images/guide/how_to02.svg");
	height: 62px;
	width: 51px;
}

body#guide .section-how-to .link-box a span::after {
	background-image: url("../images/common/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 13px;
	width: 25px;
}

body#guide .section-how-to .how-to-container {
	padding-top: 120px;
}

body#guide .section-how-to .how-to-container h3 {
	align-items: center;
	background-color: #00A99D;
	color: var(--white);
	display: flex;
	font-size: 2.8rem;
	font-weight: 600;
	justify-content: center;
	height: 130px;
	letter-spacing: .1em;
	margin: 0 calc(50% - 50vw);
}

body#guide .section-how-to .how-to-container#supplier h3 {
	background-color: var(--green);
}

body#guide .section-how-to .detail-container {
	background-color: var(--white);
	border: 2px solid #00A99D;
	border-radius: 20px;
	margin-top: 110px;
	padding: 90px 20px
}

body#guide .section-how-to .how-to-container#supplier .detail-container {
	border-color: var(--green);
}

body#guide .section-how-to .detail-container h4 {
	align-items: center;
	column-gap: 20px;
	display: flex;
	margin-inline: auto;
	width: fit-content;
}

body#guide .section-how-to .detail-container h4 span {
	color: #777;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: .15em;
}

body#guide .section-how-to .detail-container h4::before,
body#guide .section-how-to .detail-container h4::after {
	background-color: #00A99D;
	border-radius: 50%;
	content: "";
	counter-reset: number 0;
	height: 15px;
	width: 15px;
}

body#guide .section-how-to .how-to-container#supplier .detail-container h4::before,
body#guide .section-how-to .how-to-container#supplier .detail-container h4::after {
	background-color: var(--green);
}

body#guide .section-how-to .detail-container .merit-content .merit-item {
	counter-increment: number 1;
	column-gap: 40px;
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: minmax(363px, 1fr) 1fr;
	grid-template-areas:
		"image title"
		"image detail";
	margin-inline: auto;
	margin-top: 65px;
	max-width: 800px;
	row-gap: 20px;
	width: 100%;
}

body#guide .section-how-to .detail-container .merit-content .merit-item:nth-child(even) {
	grid-template-columns: 1fr minmax(363px, 1fr);
	grid-template-areas:
		"title image"
		"detail image";
}

body#guide .section-how-to .detail-container .merit-content .merit-item img {
	border-radius: 12px;
	display: block;
	height: auto;
	grid-area: image;
	width: 100%;
}

body#guide .section-how-to .detail-container .merit-content .merit-item h5 {
	font-size: 2.3rem;
	font-weight: 600;
	grid-area: title;
	letter-spacing: .03em;
	position: relative;
}

body#guide .section-how-to .detail-container .merit-content .merit-item h5::before {
	color: #00A99D;
	content: "0" counter(number);
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 10rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}

body#guide .section-how-to .how-to-container#supplier .detail-container .merit-content .merit-item h5::before {
	color: var(--green);
}

body#guide .section-how-to .detail-container .merit-content .merit-item .text-box {
	grid-area: detail;
}

body#guide .section-how-to .detail-container .merit-content .merit-item .text-box p {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.7;
}

body#guide .section-how-to .flow-content {
	counter-reset: flow-number 0;
	margin-top: 70px;
}

body#guide .section-how-to .flow-content .flow-item {
	align-items: center;
	column-gap: 24px;
	counter-increment: flow-number 1;
	display: flex;
	margin-inline: auto;
	max-width: 800px;
	position: relative;
	width: 100%;
	z-index: 2;
}

body#guide .section-how-to .flow-content .flow-item .flow-item-info {
	width: calc(100% - 124px);
}

body#guide .section-how-to .flow-content .flow-item .flow-item-info.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

body#guide .section-how-to .flow-content .flow-item .flow-item-info .c-link {
	background-color: var(--green);
}

body#guide .section-how-to .flow-content .flow-item::before {
	align-items: center;
	background-color: var(--white);
	border: 1px solid #00A99D;
	border-radius: 50%;
	color: #00A99D;
	content: "0" counter(flow-number);
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size: 4.4rem;
	font-weight: 300;
	height: 100px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	width: 100px;
	z-index: 1;
}

body#guide .section-how-to .how-to-container#supplier .flow-content .flow-item::before {
	border-color: var(--green);
	color: var(--green);
}

body#guide .section-how-to .flow-content .flow-item::after {
	background-color: #00A99D;
	content: "";
	display: block;
	height: 100%;
	left: 50px;
	position: absolute;
	top: 20px;
	width: 2px;
	z-index: -1;
}

body#guide .section-how-to .how-to-container#supplier .flow-content .flow-item::after {
	background-color: var(--green);
}

body#guide .section-how-to .flow-content .flow-item:last-child::after {
	content: none;
}

body#guide .section-how-to .flow-content .flow-item + .flow-item {
	padding-top: 20px;
}

body#guide .section-how-to .flow-content .flow-item p {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.7;
}

body#guide .section-how-to .flow-content .flow-item p.title {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-bottom: 10px;
}

body#guide .section-how-to .flow-content .flow-item p a {
	color: #00A99D;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body#guide .section-how-to .link-box {
		flex-wrap: wrap;
	}
	
	body#guide .section-how-to .link-box a {
		height: 70px;
		width: 100%;
	}
	
	body#guide .section-how-to .link-box a span {
		font-size: 2rem;
	}
	
	body#guide .section-how-to .link-box a span::before {
		height: 32px;
		width: 36px;
	}

	body#guide .section-how-to .link-box a:nth-child(2) span::before {
		background-image: url("../images/guide/how_to02.svg");
		height: 31px;
		width: 25.5px;
	}
	
	body#guide .section-how-to .how-to-container {
		padding-top: 60px;
	}
	
	body#guide .section-how-to .how-to-container h3 {
		font-size: 2.2rem;
	}
	
	body#guide .section-how-to .detail-container {
		margin-top: 60px;
		padding: 30px 15px;
	}
	
	body#guide .section-how-to .detail-container h4 span {
		font-size: 2rem;
		line-height: 1.4;
		width: calc(100% - 55px);
	}
	
	body#guide .section-how-to .detail-container .merit-content .merit-item,
	body#guide .section-how-to .detail-container .merit-content .merit-item:nth-child(even) {
	row-gap: 20px;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"title"
		"detail"
		"image";
	}
	
	body#guide .section-how-to .detail-container .merit-content .merit-item:first-child {
		margin-top: 40px;
	}
	
	body#guide .section-how-to .detail-container .merit-content .merit-item h5 {
		font-size: 1.8rem;
	}
	
	body#guide .section-how-to .detail-container .merit-content .merit-item h5::before {
		font-size: 5rem;
	}
	
	body#guide .section-how-to .detail-container .merit-content .merit-item .text-box p {
		font-size: 1.4rem;
	}
	
	body#guide .section-how-to .flow-content {
		margin-top: 40px;
	}
	
	body#guide .section-how-to .flow-content .flow-item {
		align-items: flex-start;
		column-gap: 16px;
	}
	
	body#guide .section-how-to .flow-content .flow-item::before {
		font-size: 2.4rem;
		height: 50px;
		width: 50px;
	}
	
	body#guide .section-how-to .flow-content .flow-item::after {
		left: 24px;
	}
	
	body#guide .section-how-to .flow-content .flow-item .flow-item-info {
		width: calc(100% - 66px);
	}
	
	body#guide .section-how-to .flow-content .flow-item .flow-item-info .c-link {
		min-width: unset;
		padding: 10px 15px;
	}
	
	body#guide .section-how-to .flow-content .flow-item p.title {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	body#guide .section-how-to .flow-content .flow-item p {
		font-size: 1.4rem;
	}
}

body#guide .section-how-to .link-contaienr {
	display: flex;
	gap: 50px;
	margin-top: 100px;
}

body#guide .section-how-to .link-contaienr a {
	border-radius: 20px;
	overflow: hidden;
	width: calc(50% - 25px);
}

body#guide .section-how-to .link-contaienr p {
	align-items: center;
	background-color: #00A99D;
	color: var(--white);
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	justify-content: center;
	height: 74px;
	letter-spacing: .1em;
	text-align: center;
}

body#guide .section-how-to .link-contaienr img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body#guide .section-how-to .link-contaienr {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	body#guide .section-how-to .link-contaienr a {
		width: 100%;
	}
}

body#guide .section-how-to .download-contaienr {
	margin-top: 100px;
}

body#guide .section-how-to .download-contaienr h4 {
	color: #00A99D;
	font-size: 2.2rem;
	font-weight: 500;
	margin-inline: auto;
	width: fit-content;
}

body#guide .section-how-to .how-to-container#supplier .download-contaienr h4 {
	color: var(--green);
}

body#guide .section-how-to .download-contaienr .download-box {
	display: flex;
	gap: 50px 30px;
	justify-content: center;
	margin-top: 35px;
}

body#guide .section-how-to .download-contaienr .download-box a {
	align-items: center;
	background-color: #00A99D;
	border-radius: 55px;
	display: flex;
	height: 78px;
	justify-content: center;
	width: 336px;
}

body#guide .section-how-to .how-to-container#supplier .download-contaienr .download-box a {
	background-color: var(--green);
}

body#guide .section-how-to .download-contaienr .download-box a span {
	align-items: center;
	color: var(--white);
	display: flex;
	font-size: 1.7rem;
	font-weight: 500;
	gap: 15px;
}

body#guide .section-how-to .download-contaienr .download-box a span::after {
	background-image: url("../images/common/icon_pdf.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 31px;
	width: 28px;
}

@media screen and (max-width: 767px) {
	body#guide .section-how-to .download-contaienr h4 {
		font-size: 2rem;
	}
	
	body#guide .section-how-to .download-contaienr .download-box {
		flex-wrap: wrap;
	}

	body#guide .section-how-to .download-contaienr .download-box a {
		width: 100%;
	}
	
	body#guide .section-how-to .download-contaienr .download-box a span {
		font-size: 1.5rem;
	}
}


body#contact .section-description {
	margin-inline: auto;
	width: min(100%, 900px);
}

body#contact .section-description .sec-inner {
	padding: 60px 0;
}

body#contact .section-description .text-box {
	text-align: center;
}

body#contact .section-contact {
	background-color: #E3EADF;
}

body#contact .section-contact .sec-inner {
	padding: 60px 0;
}

body#contact .content-box {
	margin-top: 0;
}
body#contact .text-box p + p  {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	body#contact .section-description .text-box {
		text-align: left;
	}
}

body#terms .entry-content ol li {
	list-style: none;
	padding-left: 0;
}

body#terms .entry-content ol li::before {
	content: none;
}

body#terms .entry-content ol li ol {
	margin-top: 10px;
}

body#terms .entry-content ol li ol li {
	list-style: none;
}
