@charset "UTF-8";
/*  */
.koreitidai_box {
	max-width: 800px;
	margin: 0 auto;
}

.koreitidai_box > p:nth-of-type(1) {
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(1) > div {
	width: fit-content;
	margin: 0 auto;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(1) {
	display: inline-block;
	color: #fff;
	background: #121418;
	border-radius: 15px;
	padding: 2px 20px;
	margin-bottom: 10px;

}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) {
	font-size: 3rem;
	line-height: 1.1;
	margin: 0 0 10px;
	font-weight: 700;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 4rem;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(2) {
	color: #c91c2a;
	font-size: 4rem;
	font-weight: bold;
}
.span_red{
	color: #c91c2a;
	font-size: 4rem;
	font-weight: bold;
}


.koreitidai_box > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px;
}

.koreitidai_box > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) img {
	width: 100%;
	object-fit: contain;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(odd) img {
	height: 180px;
	margin: 0 0 10px;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(2) img {
	height: 130px;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) {
	color: #ff0000;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 2rem;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(2) {
	font-size: 1.2rem;
}

.jtvt10_intro_box > div:nth-of-type(1) {
	max-width: 600px;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 auto 10px;
}

.jtvt10_intro_box > div:nth-of-type(1) > div {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin: 10px 0 0 0;
}

.jtvt10_intro_box > div:nth-of-type(1) > div h2 {
	font-size: 3.6rem;
	position: relative;
	margin: 0;
}

.jtvt10_intro_box > div:nth-of-type(1) > div h2 span {
	color: #fff;
	font-size: 1.4rem;
	background: #3b3f48;
	border-radius: 15px;
	padding: 2px 10px;
	position: absolute;
	top: -25px;
	margin: 0;
}

.jtvt10_intro_box > div:nth-of-type(1) > div h2::after {
	display: none;
}

.jtvt10_intro_box > div:nth-of-type(1) > div img {
	width: 100%;
	max-width: 250px;
}

.jtvt10_intro_box > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 160px;
}

.jtvt10_intro_box > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(1) {
	min-width: 200px;
	text-align: center;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(1) img {
	width: 100%;
	max-width: 200px;
	object-fit: contain;
	margin: 0 0 10px;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(1) p:nth-of-type(2) {
	color: #ff0000;
}

.jtvt10_intro_box > div:nth-of-type(2) > div:nth-of-type(1) p:nth-of-type(2) span {
	font-size: 2rem;
}

@media screen and (max-width:1024px) {}


@media screen and (max-width:767px) {
	.jtvt10_intro_box > div:nth-of-type(1) > div h2 {
		font-size: 2rem;
	}

	.jtvt10_intro_box > div:nth-of-type(1) > div h2 span {
		font-size: 1.2rem;
	}

	.jtvt10_intro_box > div:nth-of-type(1) > div img {
		max-width: 140px;
	}

	.jtvt10_intro_box > div:nth-of-type(1) > img {
		max-width: 150px;
	}

	.jtvt10_intro_box > div:nth-of-type(2) {
		flex-flow: column-reverse;
	}

}
