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

/*ぱんくず*/
section.second {
	position: relative;
}

.pancz {
	position: absolute;
	top: 15px;
	right: 20px;
}

.pancz ol {
	display: flex;
}

.pancz ol li {
	padding-right: 25px;
	font-size: 15px;
	color: #5d5f68;
	line-height: 1.2em;
	position: relative;
}

.pancz ol li::before {
	content: "＞";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.pancz ol li:last-child {
	padding-right: 0;
}

.pancz ol li:last-child::before {
	display: none;
}

.pancz ol li a {
	color: #5d5f68;
	text-decoration: none;
}

.pancz ol li a:hover {
	text-decoration: underline;
}


/*h1*/
.h_cont {
	width: 100%;
	height: 350px;
	background: linear-gradient(90deg,#d5ddec,#f3f8ff,#e5eef9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.h_cont h1 {
	text-align: center;
	font-size: 36px;
	color: #5d5f68;
	line-height: 1.4em;
}