@charset "utf-8";
/*---------- root ----------*/
:root {
	--solveBox-size: 880px;
}
@media all and (max-width: 880px) {
	:root {
		--solveBox-size: 100vw;
	}
}
/*---------- header ----------*/
.header {
	padding: 1.25rem;
	margin-inline: auto;
	max-width: var(--solveBox-size);
}
.header img {
	display: block;
	width: 200px;
}
@media all and (max-width: 880px) {
	.header {
		padding: .85rem;
	}
	.header img {
		width: 144px;
	}
}
/*---------- solve ----------*/
.solve {
	padding-inline: 0;
}
.contents--solve {
	max-width: var(--solveBox-size);
}
.solve__headingLv1 {
	background-color: #F0BFC2;
	line-height: 1;
	padding: .7rem 1.285rem;
}
.solve__wrapper {
	display: grid;
	grid-auto-flow: column;
	overflow: hidden;
}
.solve__box {
	grid-row: span 4;
	display: none;
	grid-template-rows: subgrid;
	scroll-snap-align: start;
	width: var(--solveBox-size);
}
.solve__box:has(.solve__checkbox:checked) {
	display: grid;
}
.solve__checkbox {
	appearance: none;
	border: 0;
	clip-path: inset(0 0 0 0);
	height: 1px;
	left: 0;
	margin: -1px;
	outline: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 1px;
}
.solve__question {
	background-color: #FCF3DE;
	padding: 1.4rem 1.2rem 0 1.2rem;
}
.solve__text {
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	display: grid;
	font-size: 1.14rem;
	justify-content: center;
	line-height: 1.625;
	min-height: 96px;
	text-align: center;
}
.solve__strong {
	background: linear-gradient(transparent 68%, #f8d5d7 68%);
	font-weight: normal;
}
.solve__red {
	color: #ED707F;
}
.solve__img {
	align-items: center;
	background-color: #FCF3DE;
	display: grid;
	justify-content: center;
	padding: 1.4rem 1.2rem;
}
.solve__img--a,
.solve__img--s {
	grid-row: 1 / 3;
}
.solve__img::after {
	background-color: #FCF3DE;
	bottom: 1px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	position: absolute;
	translate: -50% 100%;
	width: 28px;
	z-index: 1;
}
/*---------- button ----------*/
.solve__buttonWrapper {
	grid-row: 3 / 5;
	padding: 1.57rem 1.2rem 3rem;
}
.solve__button {
	align-items: center;
	background-color: #F5F2F3;
	border: 1px solid #583F48;
	border-radius: 6px;
	color: #583F48;
	column-gap: .5rem;
	cursor: pointer;
	display: grid;
	font-size: 1.14rem;
	grid-template-columns: 1fr auto 1fr;
	justify-content: space-between;
	line-height: 1.4375;
	min-height: 82px;
	padding: .85rem;
	pointer-events: none;
	text-align: center;
	width: 100%;
}
.solve__button::before {
	content: "";
}
.solve__button::after {
	aspect-ratio: 1 / 1;
	background: url(/account/solve/img/icon__button01.svg) no-repeat center / contain;
	content: "";
	display: block;
	justify-self: end;
	width: 1.14rem;
}
.solve__button + .solve__button {
	margin-top: .7rem;
}
p + .solve__button {
	margin-top: 1rem;
}
.solve__box:has(.solve__checkbox:checked) .solve__button {
	pointer-events: auto;
}
.solve__buttonSub {
	font-size: .85rem;
}
/*---------- answer ----------*/
.solve__answer {
	padding-top: 1.57rem;
	padding-inline: 1.2rem;
}
.solve__answer:not(:has( + .solve__final)) {
	grid-row: 3 / 5;
	padding-bottom: 2rem;
}
.solve__answerText {
	font-size: 1.14rem;
	text-align: center;
}
.solve__answer .solve__button {
	margin-block: 2rem;
}
/*---------- app ----------*/
.solve__app {
	background-color: #48CC90;
	border-radius: 6px;
	color: #fff;
	font-size: 1.14rem;
	margin-top: 1.78rem;
	padding: 2rem 1.5rem;
	text-align: center;
}
.solve__appTitle {
	margin-bottom: .7rem;
}
.solve__appIcon {
	column-gap: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	margin-top: 2rem;
}
.solve__appIconImg {
	display: block;
}
/*---------- operator ----------*/
.solve__operator {
	border: 2px solid #F0BFC2;
	border-radius: 6px;
	font-size: 1.14rem;
	margin-block: 2rem;
	padding: 1.285rem;
	text-align: center;
}
.solve__operatorWord {
	color: #ED707F;
	font-weight: bold;
	padding-top: 1.5rem;
}
.solve__operatorWord::before {
	background-color: #F0BFC2;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	display: block;
	height: 9px;
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 20px;
}
/*---------- final ----------*/
.solve__final {
	background-color: #F5F2F3;
	margin-top: 2rem;
	padding: 1.14rem 1.2rem 2rem;
}
.solve__finalText {
	font-size: 1.14rem;
	text-align: center;
}
.solve__finalButtonWrapper {
	column-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: .785rem;
}
.solve__finalButtonWrapper .solve__button {
	background-color: #fff;
	grid-template-columns: 1fr;
	margin-top: 0;
	min-height: 52px;
}
.solve__finalButtonWrapper .solve__button::before,
.solve__finalButtonWrapper .solve__button::after {
	display: none;
}
/*----------  ----------*/
