@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&display=swap");

/*~~*/

body {
	font-size: 14px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	/*300・400・500・700・800*/
	line-height: 160%;
	color: #000000;
}

/*~~*/

.h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 140%;
}

.h2 {
	font-size: 22px;
	font-weight: 500;
	line-height: 140%;
}

.h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
}

.h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
}

.h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
}

.h6 {
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
}

/*~~*/

.tx-head {
	font-size: 18px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tx-head.indent-1 {
	padding-left: 18px;
	text-indent: -18px;
}

.tx-head.indent-2 {
	padding-left: 18px;
}

/*~~*/

.tx-lead {
	font-size: 16px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tx-lead.indent-1 {
	padding-left: 16px;
	text-indent: -16px;
}

.tx-lead.indent-2 {
	padding-left: 16px;
}

/*~~*/

.tx-body {
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tx-body.indent-1 {
	padding-left: 14px;
	text-indent: -14px;
}

.tx-body.indent-2 {
	padding-left: 14px;
}

/*~~*/

.tx-note {
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tx-note.indent-1 {
	padding-left: 12px;
	text-indent: -12px;
}

.tx-note.indent-2 {
	padding-left: 12px;
}

/*~~*/

.tx-capt {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.tx-capt.indent-1 {
	padding-left: 12px;
	text-indent: -12px;
}

.tx-capt.indent-2 {
	padding-left: 12px;
}

/*~~*/

.ft-bold {
	font-weight: bold;
}

.ft-line {
	line-height: 105%;
}

/*
SP
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width: 768px) {
	.pc-br {
		display: none;
	}
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
PC
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width: 769px) {
	.sp-br {
		display: none;
	}

	/*~~*/

	.h1 {
		font-size: 52px;
	}

	.h2 {
		font-size: 32px;
	}

	.h3 {
		font-size: 22px;
	}

	.h4 {
		font-size: 18px;
	}

	.h5 {
		font-size: 16px;
	}

	.h6 {
		font-size: 14px;
	}
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
