@charset "UTF-8";

/* TokuLog page styles
   Extracted from the former monolithic styles.css.
   Keep page-only rules here; shared layout stays in /styles.css. */

.tokuLogBody {
	background-image: none;
	font-family: "M PLUS 1 Code", monospace;
}

.tokuLog {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tokuLog__mobileBreak {
	display: inline;
}

@media (max-width: 540px) {
	.tokuLog__mobileBreak {
		display: block;
	}
}

.tokuLog__inquiryArea {
	font-weight: bold;
	color: #FFF;
	background: linear-gradient(90deg, #57aebc, #57be95);
	margin: 3% 0;
	padding: 5px 10px;
	text-align: center;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

@media (min-width: 960px) {
	.tokuLog__inquiryArea {
		width: 30%;
	}
}

@media (max-width: 960px) {
	.tokuLog__inquiryArea {
		width: 50%;
	}
}

.tokuLog__inquiryArea a {
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tokuLog__inquiryArea a img {
	margin: 1% 0 0 1%;
}

.tokuLog__inquiryArea a:hover {
	color: #FFF;
	text-decoration: none;
}

.tokuLog__inquiryArea--text {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 600;
}

.tokuLog__inquiryArea--icon {
	display: table-cell;
	vertical-align: middle;
	align-items: center;
	padding-left: 5px;
	font-size: 2rem;
}

.tokuLog__firstViewArea {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

@media (min-width: 960px) {
	.tokuLog__firstViewArea {
		margin-top: 7%;
	}
}

@media (max-width: 960px) {
	.tokuLog__firstViewArea {
		margin-top: 20%;
	}
}

.tokuLog__firstViewArea h1 {
	font-family: "Yuji Syuku", serif;
	font-weight: bold;
	font-style: normal;
	font-size: 2.8rem;
	margin: 0;
	padding: 0;
}

@media (min-width: 960px) {
	.tokuLog__firstViewArea img {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.tokuLog__firstViewArea img {
		width: 100%;
	}
}

.tokuLog__sectionArea {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 0 5% 0;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea {
		width: 100%;
	}
}

.tokuLog__sectionArea h2 {
	background: linear-gradient(90deg, #57aebc, #57be95);
	font: bold;
	font-size: 28px;
	color: #FFF;
	padding: 4% 0;
	margin: 0 0 2% 0;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea h2 {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea h2 {
		width: 100%;
	}
}

.tokuLog__sectionArea__text {
	text-align: left;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__text {
		width: 90%;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea__text {
		width: 80%;
	}
}

.tokuLog__sectionArea__text h3 {
	font-size: 24px;
	text-align: center;
}

.tokuLog__sectionArea__text__stone {
	text-align: left;
	color: #FFF;
	background: linear-gradient(90deg, #57aebc, #57be95);
	box-sizing: border-box;
	line-height: 1.8;
	margin: 2% 0;
	padding: 2% 3%;
}

.tokuLog__lawQuote {
	display: flex;
	flex-direction: column;
	gap: .35em;
}

.tokuLog__lawQuote span {
	min-width: 0;
	overflow-wrap: anywhere;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__text__stone {
		width: 90%;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea__text__stone {
		width: 70%;
	}
}

.tokuLog__sectionArea__picture {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__picture {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.tokuLog__sectionArea__picture {
		flex-direction: column;
	}
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__picture img {
		margin: 0 3%;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea__picture img {
		margin: 0 3%;
	}
}

@media (max-width: 540px) {
	.tokuLog__sectionArea__picture img {
		margin: 3% 0;
	}
}

.tokuLog__sectionArea__Illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__Illustration {
		flex-direction: row;
	}
}

@media (max-width: 960px) {
	.tokuLog__sectionArea__Illustration {
		flex-direction: column;
	}
}

.tokuLog__sectionArea__Illustration__educationReasons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2%;
	padding: 1% 5%;
	width: fit-content;
	border: 5px solid;
	border-image: linear-gradient(to right, #57aebc, #57be95) 1;
}

@media (min-width: 960px) {
	.tokuLog__sectionArea__Illustration__educationReasons {
		flex-direction: row;
	}
}

@media (max-width: 540px) {
	.tokuLog__sectionArea__Illustration__educationReasons {
		flex-direction: column;
	}
}

.tokuLog__sectionArea__Illustration__educationReasons img {
	margin: 2%;
}

@media (max-width: 960px) {
	.tokuLog__sectionArea__Illustration__educationReasons__rotate {
		transform: rotate(90deg);
	}
}

.tokuLog__sectionArea__Illustration__educationLog {
	width: 155px;
	height: 136px;
	background-image: url("/nsysimages/folder.png");
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2%;
}

.tokuLog__sectionArea__Illustration__educationLog p {
	padding-top: 8%;
}

.tokuLog__educationLogText {
	display: flex;
	flex-direction: column;
}

.tokuLog__sectionArea__Illustration__imgAndText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.tokuLog__sectionArea__Illustration__imgAndText p {
	width: 86%;
	text-align: center;
}

.tokuLog__sectionArea__price img {
	width: 90%;
}

.tokuLog__operationSectionArea {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0 0 8% 0;
}

@media (min-width: 960px) {
	.tokuLog__operationSectionArea {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.tokuLog__operationSectionArea {
		width: 100%;
	}
}

.tokuLog__operationSectionArea h2 {
	background: linear-gradient(90deg, #57aebc, #57be95);
	font: bold;
	font-size: 28px;
	color: #FFF;
	padding: 4% 0;
	margin: 0 0 2% 0;
}

@media (min-width: 960px) {
	.tokuLog__operationSectionArea h2 {
		width: 960px;
	}
}

@media (max-width: 960px) {
	.tokuLog__operationSectionArea h2 {
		width: 100%;
	}
}

.tokuLog__operationSectionArea__text {
	width: 60%;
	text-align: left;
}

.tokuLog__organizationText {
	display: flex;
	flex-direction: column;
	gap: .25em;
}

.tokuLog__operationSectionArea__text h3 {
	font-size: 24px;
}