@charset "UTF-8";
/* CSS Document */

/*
	1分でわかるセントラル短資
-----------------------------------------------------------------------------------------------*/
:root{
	--bgGrdSp1minLine: var(--clrBorder) 3px, transparent 3px, transparent 7px;
}
.sp1minPage{
	background: url(../images/bg_1min_kv_pc.png) center top no-repeat;
}
@media print,screen and (min-width:1400px){
	.sp1minPage{
		background-size: 100% auto;
	}
}

/*
	KV
==================================*/
#sp1minKvArea .tit img{
	width: 100%;
	min-width: 1400px;
	position: relative;
	left: 50%;
	translate: -50%;
}
#sp1minKvArea .tit img.jp{
	filter: drop-shadow(-2px 2px 3px rgb(0 0 0 / 0.4));
	position: absolute;
	top: 0;
}

/*
	QA共通
===================================*/
[class^="sp1minQ"] .inBox{
	width: var(--wBase);
	padding: 70px 80px;
	margin-inline: auto;
}

/* Q */
[class^="sp1minQ"] .titQ{
	display: flex;
	align-items: center;
	gap: 0 25px;
	font-size: 6rem;
	font-weight: 900;
	line-height: 115%;
}
/* A */
[class^="sp1minQ"] .titA{
	padding: 30px 38px 31px 130px;
	font-size: 2.4rem;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.05em;
	background-color: var(--clrBase);
	border-radius: var(--brSmall);
	position: relative;
}
[class^="sp1minQ"] .titA .enA{
	font-family: var(--fEn);
	font-size: 10rem;
	font-weight: 800;
	color: var(--clrWhite50);
	line-height: 100%;
	position: absolute;
	top: 13px;
	left: 30px;
}
[class^="sp1minQ"] .txtA{
	margin-top: 20px;
	font-weight: 500;
	text-align: justify;
}

/*
	Q1
===================================*/
.sp1minQ1Area{
	width: calc(50% + 120px);
	padding: 0 0 40px 40px;
	margin: 6vw 0 0 auto;
	background: 
		linear-gradient(to bottom, var(--bgGrdSp1minLine)) left top / 2px 7px repeat-Y,
		linear-gradient(to right, var(--bgGrdSp1minLine)) left bottom / 7px 2px repeat-X;
}
.sp1minQ1Area .inBox{
	width: 600px;
	padding: 0;
	margin-inline: 0;
}
/* Q */
.sp1minQ1Area .titQ{
	margin-bottom: -6px;
	color: #ffffff;
}
/* A */
.sp1minQ1Area .picQ1{
	padding: 35px 40px;
	margin-top: 30px;
	background-color: var(--clrWhite);
	border-radius: var(--brSmall);
	filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 0.15));
}

/*
	Q2
===================================*/
.sp1minQ2Area{
	margin-top: -280px;
	position: relative;
}
.sp1minQ2Area::after,.sp1minQ4Area::after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 600px);
	background: linear-gradient(to right, var(--bgGrdSp1minLine)) left top / 7px 2px repeat-X;
}
.sp1minQ2Area .inBox{
	padding-top: 0;
}
/* Q */
.sp1minQ2Area .titQ,.sp1minQ4Area .titQ{
	flex-direction: column;
	align-items: flex-start;
	gap: 15px 0;
	margin-bottom: 25px;
}
/* A */
.sp1minQ2Area .titA{
	padding-block: 40px 42px;
}
.sp1minQ2Area  .titA .enA{
	top: 18px;
}
.sp1minQ2Area .txtA{
	margin-bottom: 30px;
	text-align: center;
}
.listSp1minQ2{
	display: flex;
	justify-content: space-between;
}
/* list */
.listSp1minQ2 li{
	display: flex;
	flex-direction: column;
	width: 320px;
	text-align: center;
}
.listSp1minQ2 li .tit{
	margin-block: 22px 7px;
	font-size: 2.2rem;
	font-weight: 900;
	color: var(--clrBase);
}
.listSp1minQ2 li .txt{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.1em;
}
.listSp1minQ2 li .pic{
	order: -1;
	padding-block: 35px;
	text-align: center;
	background-color: var(--clrWhite);
	border-radius: var(--brSmall);
	filter: drop-shadow(3px 3px 5px rgb(0 0 0 / 0.15));
}
@media screen and (min-width:813px){
	.listSp1minQ2 li:nth-of-type(2){
		animation-delay: 0.7s;
	}
	.listSp1minQ2 li:nth-of-type(3){
		animation-delay: 0.9s;
	}
}

/*
	Q3
===================================*/
.sp1minQ3Area .inBox{
	background:
		linear-gradient(to bottom, var(--bgGrdSp1minLine)) left top / 2px 7px repeat-y,
		linear-gradient(to right, var(--bgGrdSp1minLine)) left bottom / 7px 2px repeat-X;
}
/* Q */
.sp1minQ3Area .titQ,.sp1minQ5Area .titQ{
	margin-bottom: -6px;
}
/* A */
.sp1minQ3Area .titA,.sp1minQ4Area .titA,.sp1minQ5Area .titA{
	width: fit-content;
}
.sp1minQ3Area .pic01{
	display: block;
	margin: -130px 0 -60px 538px;
}
.sp1minQ3Area .pic02{
	display: block;
	margin-inline: auto 0;
}

/*
	Q4
===================================*/
.sp1minQ4Area{
	margin-bottom: 70px;
	position: relative;
}

.sp1minQ4Area::after{
	left: auto;
	right: calc(50% - 600px);
}
.sp1minQ4Area .inBox{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	background: linear-gradient(to bottom, var(--bgGrdSp1minLine)) right top / 2px 7px repeat-y;
}

/*
	Q5
===================================*/
.sp1minQ5Area{
	margin-bottom: 80px;
}
.sp1minQ5Area .answerArea{
	height: 430px;
	background: linear-gradient(to right, var(--clrBase) calc(50% - 239px), transparent calc(50% - 240px));
	position: relative;
}
.sp1minQ5Area .answerArea::before{
	content: ' ';
	display: block;
	width: 682px;
	height: 430px;
	background: url(../images/pic_1min_q5_01_pc.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: calc(50% - 240px);
	z-index: -1;
}
.sp1minQ5Area .inBox{
	padding-block: 52px 0;
	position: relative;
}
/* Q */
.sp1minQ5Area .titQ{
	justify-content: center;
}
/* A */
.sp1minQ5Area .titA{
	padding: 0 0 24px 110px;
	font-size: 3.4rem;
	background-color: transparent;
}
.sp1minQ5Area .titA .enA{
	font-size: 13rem;
	top: -25px;
	left: 0;
}
.sp1minQ5Area .txtA{
	width: fit-content;
	padding-top: 22px; 
	margin-top: 0;
	color: #ffffff;
	border-top: 1px solid var(--clrWhite40);
}
.sp1minQ5Area .pic01{
	position: absolute;
	bottom: -35px;
	right: -30px;
}

@media screen and (max-width:812px){
	/*
		1分でわかるセントラル短資
	-----------------------------------------------------------------------------------------------*/
	.sp1minPage{
		background: url(../images/bg_1min_kv_sp.png) center top / 100% auto no-repeat;
	}
	[class^="sp1minQ"] .inBox{
		max-width: 500px;
		margin-inline: auto;
	}
	/*
		KV
	==================================*/
	#sp1minKvArea .tit img{
		min-width: auto;
	}
	#sp1minKvArea .tit img.jp{
		filter: drop-shadow(-1.5px 1.5px 2px rgb(0 0 0 / 0.4));
	}

	/*
		QA共通
	===================================*/
	[class^="sp1minQ"] .inBox{
		padding: 40px 20px;
	}

	/* Q */
	[class^="sp1minQ"] .titQ{
		gap: 0 15px;
		font-size: 2.2rem;
	}
	[class^="sp1minQ"] .titQ img{
		width: auto;
		height: 56px;
	}
	.sp1minQ4Area .titQ img{
		height: 60.69px;
	}
	/* A */
	[class^="sp1minQ"] .titA{
		padding: 15px 20px 15px 60px;
		font-size: 1.4rem;
		line-height: 150%;
	}
	[class^="sp1minQ"] .titA .enA{
		font-size: 5rem;
		top: 8px;
		left: 15px;
	}
	[class^="sp1minQ"] .txtA{
		margin-top: 12px;
	}

	/*
		Q1
	===================================*/
	.sp1minQ1Area{
		width: 100%;
		padding: 0 20px 40px 20px;
		margin: 15vw 0 0 0;
		background: linear-gradient(to right, var(--bgGrdSp1minLine)) left bottom / 7px 2px repeat-X;
	}
	.sp1minQ1Area .inBox{
		width: 100%;
		padding: 0;
	}
	/* Q */
	.sp1minQ1Area .titQ{
		margin-bottom: -3px;
		color: #000000;
		animation-name: anmFadeRight;
	}
	/* A */
	.sp1minQ1Area .picQ1{
		padding: 25px 20px;
		margin-top: 20px;
	}

	/*
		Q2
	===================================*/
	.sp1minQ2Area{
		margin-top: 40px;
	}
	.sp1minQ2Area::after,.sp1minQ4Area::after{
		left: 20px;
	}
	.sp1minQ2Area .inBox{
		padding-top: 0;
	}
	/* Q */
	.sp1minQ2Area .titQ,.sp1minQ4Area .titQ{
		gap: 10px 0;
		margin-bottom: 10px;
	}
	/* A */
	.sp1minQ2Area .txtA{
		text-align: justify;
	}
	/* list */
	.listSp1minQ2{
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 20px;
	}
	.listSp1minQ2 li{
		width: calc(50% - 10px);
	}
	.listSp1minQ2 li .tit{
		margin-block: 15px 3px;
		font-size: 1.6rem;
	}
	.listSp1minQ2 li .txt{
		font-size: 1.2rem;
		line-height: 150%;
		letter-spacing: 0.05em;
	}
	.listSp1minQ2 li .pic{
		padding-block: 20px;
	}
	.listSp1minQ2 li .pic img{
		width: 114px;
		height: 90px;
		object-fit: contain;
	}
	.listSp1minQ2 li:nth-of-type(2){
		animation-delay: 0.7s;
	}

	/*
		Q3
	===================================*/
	.sp1minQ3Area{
		margin-inline: 20px;
		background:
			linear-gradient(to bottom, var(--bgGrdSp1minLine)) left top / 2px 7px repeat-y,
			linear-gradient(to right, var(--bgGrdSp1minLine)) left bottom / 7px 2px repeat-X;
	}
	.sp1minQ3Area .inBox{
		padding-right: 0;
		background: none;
	}
	/* Q */
	.sp1minQ3Area .titQ,.sp1minQ5Area .titQ{
		margin-bottom: -2px;
	}
	/* A */
	.sp1minQ3Area .pic01{
		width: 165px;
		margin: 30px auto -30px calc(50% - 34px);
	}

	/*
		Q4
	===================================*/
	.sp1minQ4Area{
		margin-right: 20px;
		background: linear-gradient(to bottom, var(--bgGrdSp1minLine)) right top / 2px 7px repeat-y;
	}

	.sp1minQ4Area::after{
		left: auto;
		right: 0;
	}
	.sp1minQ4Area .inBox{
		flex-direction: column;
		background: none;
	}
	.sp1minQ4Area .titArea{
		margin-bottom: 30px;
	}

	/*
		Q5
	===================================*/
	.sp1minQ5Area{
		margin-bottom: 80px;
	}
	.sp1minQ5Area .answerArea{
		display: flex;
		flex-direction: column-reverse;
		height: auto;
		padding-bottom: 70px;
		background: none;
		position: relative;
	}
	.sp1minQ5Area .answerArea::before{
		width: 100%;
		height: auto;
		margin-top: -30px;
		aspect-ratio: 390 / 266;
		background: url(../images/pic_1min_q5_01_sp.png) left top / contain no-repeat;
		position: static;
		top: auto;
		left: auto;
	}
	.sp1minQ5Area .inBox{
		max-width: 100%;
		padding-bottom: 0;
		background: linear-gradient(to top, transparent 30px, var(--clrBase) 30px);
		position: static;
	}
	.sp1minQ5Area .inBox > div.anmFadeUp{
		max-width: 460px;
		margin-inline: auto;
	}	
	/* A */
	.sp1minQ5Area .titA{
		padding: 0 0 17px 65px;
		font-size: 2rem;
	}
	.sp1minQ5Area .titA .enA{
		font-size: 7rem;
		top: -14px;
		left: 0;
	}
	.sp1minQ5Area .txtA{
		padding-top: 15px; 
		margin-top: 0;
	}
	.sp1minQ5Area .pic01{
		width: 168px;
		position: absolute;
		bottom: -30px;
		right: 10px;
	}
}
@media (orientation:landscape) and (max-width:812px){
	/*
		ランドスケープ対応
	-----------------------------------------------------------------------------------------------*/
	/*
		1分でわかるセントラル短資
	===================================*/
	.sp1minQ1Area .inBox{
		padding-inline: 20px;
	}
	.sp1minQ3Area .inBox{
		padding-right: 20px;
	}
	.sp1minQ5Area .pic01{
		bottom: 0;
		right: 60px;
	}
}
