@charset "UTF-8";
:root {
	--margin-l-sp: 55px;
	--margin-m-sp: 40px;
	--margin-s-sp: 25px;
	--margin-ss-sp: 15px;
	--margin-l-pc: 100px;
	--margin-m-pc: 60px;
	--margin-s-pc: 40px;
	--margin-ss-pc: 10px;
}
/*-----------------------------------------------------------
===  [ check CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/* p_check01 */
.p_check01__img01 {
	max-width: 182px;
	margin: -51px auto 0;
}
.p_check01__list01 {
	margin: 12px 0;
}
.p_check01__list01>li {
	position: relative;
	padding: 0 0 0 1.5em;
}
.p_check01__list01>li::before {
	content: "□";
	display: inline;
	position: absolute;
	left: 0;
}
.p_check01__list02>ul {
	margin: 12px 0;
}
.p_check01__list02>ul>li {
	position: relative;
	padding: 0 0 0 1.5em;
}
.p_check01__list02>ul>li::before {
	content: "□";
	display: inline;
	position: absolute;
	left: 0;
}
/* p_check02 */
.p_check02__img01 {
	max-width: 114px;
	margin: 20px auto 0;
	transform: translate(-12px, 0);
}
.p_check02__img02 {
	max-width: 158px;
	margin: 30px auto 0;
}
.p_check02__img03 {
	max-width: 114px;
	margin: 20px auto 0;
}
.p_check02__bnr01 {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
	margin: 28px 0 0;
}
.p_check02__bnr01 li {
	width: 50%;
	border-left: 1px solid rgba(25, 31, 108, 0.2);
}
.p_check02__bnr01 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
}
.p_check02__bnr01 li img {
	max-width: 86px;
}
.p_check02__bnr01 li:nth-of-type(even) {
	border-right: 1px solid rgba(25, 31, 108, 0.2);
}
.p_check02__box01 {
	margin: var(--margin-ss-sp) 0;
}
.p_check02__wrapper01 {
	margin: var(--margin-s-sp) 0;
}
/* p_check03 */
.p_check03 {
	margin: var(--margin-l-sp) 0 -12px;
}
#check_result {
	background: #fff;
}
/* p_check04 */
.p_check04__blc01 {
	margin: var(--margin-l-sp) 0 0;
}
.p_check04__list01 {
	margin: 16px 0 0;
}
.p_check04__list01 ul {
	border-bottom: 1px solid rgba(25, 31, 108, 0.2);
}
.p_check04__list01 ul li {
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px solid rgba(25, 31, 108, 0.2);
	padding: 12px 0 12px 25px;
	position: relative;
}
.p_check04__list01 ul li::before {
	display: inline-block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e00a";
	font-size: 1.5rem;
	position: absolute;
	left: 2px;
	top: calc(12px + 0.1em);
}
.p_check04__list01.checked ul li::before {
	content: "\e009";
}
.p_check04__img01 {
	max-width: 299px;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.p_check01__img01 {
		max-width: 241px;
		margin-top: -84px;
	}
	.p_check01__list01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 1.4rem;
	}
	.p_check01__list02 {
		display: flex;
		justify-content: center;
	}
	.p_check02__img01,.p_check02__img03 {
		max-width: 187px;
		margin: 45px auto 36px;
	}
	.p_check02__img02 {
		max-width: 265px;
		width: 31.5476190476%;
		flex: 0 0 auto;
		margin: 0;
	}
	.p_check02__bnr01 {
		gap: 25px 0;
		margin-top: 0;
	}
	.p_check02__bnr01 li a {
		height: 50px;
	}
	.p_check02__bnr01 li img {
		max-width: 128px;
	}
	.p_check02__box01 {
		margin: 30px 0;
	}
	.p_check02__box01 p {
		margin-top: 1.5em;
	}
	.p_check02__box02 {
		display: flex;
		flex-direction: column-reverse;
		max-width: 440px;
	}
	.p_check02__column01 {
		display: flex;
		justify-content: space-around;
		margin-top: 50px;
	}
	.p_check02__wrapper01 {
		margin: 20px 0 0;
	}
	.p_check03 {
		margin: var(--margin-l-pc) 0 -40px;
	}
	.p_check03__box01 {
		margin: 0 -40px;
	}
	.p_check04__blc01 {
		margin: var(--margin-l-pc) 0 0;
	}
	.p_check04__list01 {
		margin: 30px -40px 0;
	}
	.p_check04__list01 ul li {
		font-size: 1.8rem;
		padding: 16px 0 16px 56px;
	}
	.p_check04__list01 ul li::before {
		font-size: 2.2rem;
		left: 16px;
		top: calc(16px + 0.1em);
	}
	.p_check04__img01 {
		max-width: 940px;
		margin: 0 -50px;
	}
}
/*--- 2023 08 23 add check_result---*/
.checkAnswer {
	text-align: center;
	margin: var(--margin-s-sp) 0 0;
}
@media print, screen and (min-width: 768px) {
	.checkAnswer {
		margin: var(--margin-s-pc) 0 0;
	}
}
.checkAnswer__txt {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.checkAnswer__txt {
		font-size: 2.4rem;
	}
}
.checkAnswer__txt::after {
	display: block;
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e006";
	transform: rotate( 90deg );
	font-size: 3.4rem;
	margin: 0;
}
.checkNote {
	line-height: 1.4;
	margin: var(--margin-s-sp) 0 0;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.checkAnswer__txt::after {
		font-size: 4.2rem;
		margin: 4px 0 0 0;
	}
	.checkNote {
		font-size: 1.8rem;
		line-height: 1;
		margin: var(--margin-s-pc) -20px 0;
	}
}
.check-icon::before {
	font-family: "mtfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	content: "\e009";
	position: relative;
	top: 2px;
	padding: 0 4px;
}
.p_check05__blc01 {
	margin: var(--margin-l-sp) 0 0;
}
.p_check05__list01 {
	margin: 0;
}
.p_check05__list01 ul {
	border-bottom: none;
	padding: 0 0 18px 24px;
}
@media print, screen and (min-width: 768px) {
	.p_check05__list01 ul {
		padding: 0 0 18px 40px;
	}
}
.p_check05__list01 ul li {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	border-top: none;
	padding: 0 0 0 14px;
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.p_check05__list01 ul li {
		padding: 0 0 0 28px;
	}
}
.p_check05__list01 ul li::before {
	display: inline-block;
	line-height: 1;
	content: "";
	position: absolute;
	top: calc(6px + 0.1em);
	width: 5px;
	height: 5px;
	background-color: #191f6c;
	border-radius: 50%;
}
.notes01 {
	margin-top: var(--margin-ss-pc);
}
.notes01 > span {
	font-size: 1.2rem;
	display: block;
	line-height: 1.8;
}
.notes02 > span {
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
	line-height: 1.8;
	text-indent: -1em;
	padding: 0 0 0 23px;
}
@media print, screen and (min-width: 768px) {
	.bottomContents {
		margin: 0 -40px;
	}
}
.fw_bold {
	font-weight: bold;
}
.bottomContents__attention {
	text-indent: -1em;
	padding-left: 1em;
	margin: var(--margin-s-pc) 0;
}
@media print, screen and (min-width: 768px) {
	.bottomContents__attention {
		text-align: center;
	}
}
.c_ttl08--color02.c_ttl08--color02::before {
	background: #191f6c;
}
.c_wrapper04.c_ttl08 {
	margin-top: var(--margin-s-pc);
}
.list_mark01 {
	padding: 0 0 0 14px;
	position: relative;
}
.list_mark01 dt {
	padding: 0 0 0 14px;
}
.list_mark01 dt::before {
	display: inline-block;
	line-height: 1;
	content: "";
	position: absolute;
	top: calc(8px + 0.1em);
	left: 18px;
	width: 5px;
	height: 5px;
	background-color: #191f6c;
	border-radius: 50%;
}
.list_mark01 dd {
	padding-left: 1em;
}
.bottomContents {
	margin-top: -30px;
}
@media print, screen and (max-width: 767px) {
	.bottomContents .c_ttl06 {
		letter-spacing: .1rem;
	}
}
