@charset "utf-8";
/* --------------------------------
	item
-------------------------------- */
.item {
	font-weight: 500;
}
.item .itemInner {
	max-width: 83rem;
	margin: 0 auto;
}
.main.item {
	margin-top: 4.5rem;
}
.main.item h1 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.7rem;
	text-align: center;
	color: #164778;
}
.main.item h1 span {
	font-size: 1.5rem;
}
.item .itemLists {
	margin: 1.5rem -2rem 0;
	display: flex;
	justify-content: center;
	gap: 0 2.5rem;
	background: #dce4ee;
	padding: 1.5rem 0 2rem;
}
.item .itemLists li a {
	font-size: 1.5rem;
	text-decoration: underline;
}
.item .itemLists li a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.item .itemInner {
		max-width: 100%;
		padding: 0 3rem;
	}
	.main.item {
		margin-top: 1.5rem;
	}
	.main.item h1 {
		font-size: 4rem;
		line-height: 5.5rem;
	}
	.main.item h1 span {
		font-size: 3rem;
	}
	.item .itemLists {
		margin: 4rem auto 0;
		display: block;
		padding: 4rem 0;
	}
	.item .itemLists li a {
		display: block;
		font-size: 3rem;
		line-height: 4.6rem;
		text-align: center;
	}
}

/* itemContents */
.item .itemContents {
	margin-top: 3rem;
}
.item .itemContents + .itemContents {
	margin-top: 7.5rem;
}
.item .itemContents .itemLead {
	text-align: center;
}
.item .itemContents h2 {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding: 1rem;
	background: #65a7db;
}
.item .itemContents .itemLead  + h2 {
	margin-top: 3rem;
}
.item .itemContents h3 {
	margin-top: 4rem;
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #000;
}
.item .itemContents .itemBox + h3 {
	margin-top: 6.5rem;
}
.item .itemContents .itemBox {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item .itemContents .itemBox.reverse {
	flex-direction: row-reverse;
}
.item .itemContents .itemBox + .itemBox {
	margin-top: 6rem;
}
.item .itemContents .itemBox .pic {
	width: 42.5rem;
}
.item .itemContents .itemBox .txtBox {
	width: 34.5rem;
}
.item .itemContents .itemBox .txtBox .txt {
	font-size: 1.6rem;
	line-height: 2.1rem;
}
.item .itemContents .txtBox .txt + .txt {
	margin-top: 1.5rem;
}
.item .itemContents .txtBox .txt span {
	font-size: 1.5rem;
}
.item .itemContents .txtBox .kanshu {
	margin: 1rem 0;
	width: 9.6rem;
}
.item .itemContents .txtBox .fs {
	margin-top: 1rem;
	width: 80%;
}
.item .itemContents .txtBox .fs a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	padding: 0.7rem 0.5rem;
	border: 1px solid #000;
	position: relative;
}
.item .itemContents .txtBox .fs a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	top: 50%;
	right: 3rem;
	transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.item .itemContents {
		margin-top: 4rem;
	}
	.item .itemContents + .itemContents {
		margin-top: 7rem;
	}
	.item .itemContents .itemLead {
		line-height: 5.5rem;
		text-align: left;
	}
	.item .itemContents h2 {
		font-size: 4rem;
		padding: 2rem;
	}
	.item .itemContents h3 {
		margin-top: 5rem;
		padding-bottom: 1rem;
		border-bottom: solid 2px #000;
	}
	.item .itemContents .itemBox {
		margin-top: 5rem;
		display: block;
	}
	.item .itemContents .itemBox .pic {
		width: 100%;
	}
	.item .itemContents .itemBox .txtBox {
		margin-top: 3.5rem;
		width: 100%;
	}
	.item .itemContents .itemBox .txtBox .txt {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.item .itemContents .txtBox .txt + .txt {
		margin-top: 3rem;
	}
	.item .itemContents .txtBox .txt span {
		font-size: 3rem;
	}
	.item .itemContents .txtBox .kanshu {
		margin-top: 1.5rem;
		width: 19.3rem;
	}
	.item .itemContents .txtBox .fs {
		margin-top: 1.5rem;
		width: 100%;
	}
	.item .itemContents .txtBox .fs a {
		font-size: 3.5rem;
		padding: 1rem 0.5rem;
	}
	.item .itemContents .txtBox .fs a::after {
		width: 1.5rem;
		height: 1.5rem;
	}
}