@charset "utf-8";
/* CSS Document */
/*----------コンテンツ中身----------*/
.contents {
	color: #1c1259;
}
.contents img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.contents p, .pub_01, .pub_02, .pub_03 {
	position: sticky;
	position: -webkit-sticky;
}
.pubContents>p {
	top: 0;
}
h3 {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	font-size: 150%;
}
.space {
	padding-top: 2.5em;
}
.contents ul {
	margin-bottom: 2em;
}
.contents li {
	line-height: 18px;
	margin: 0 0px 0 0px;
}
.contents ul li a {
	text-decoration: underline #7B5BFF;
	color:#7B5BFF;
	display: inline-block;
}
.contents ul li a:hover {
	opacity: 0.7;
}
.name {
	text-decoration: underline;
	font-weight: bold;
}
.jName {
	font-style: italic;
}
.link {
	width: 100%;
}
.pub_01, .pub_02, .pub_03 {
	background-color: rgba(255,255,255,0.9);
	padding: 40px 3% 20px;
	box-shadow: 2px 2px 4px gray;
}
.pub_01, .pub_02 {
	margin: 0 5% 200px;
}
.pub_03 {
	margin: 0 5%;
	bottom: 20vh;
	position: relative; 
}
a {
 	word-break: break-all;
}