<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* reset */

#crumb_area {
	border-bottom: none;
}

#special02 {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#special02 * {
	margin: 0;
	padding: 0;
	color: #323232;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	max-width: 100%;
	word-wrap: break-word;
}

#special02 br {
	line-height: normal;
}

#special02 a {
	text-decoration: none;
	transition: .3s;
}

#special02 a:hover {
	opacity: 0.5;
}

#special02 img {
	max-width: 100%;
	max-height: 100%;
}

#special02 .pc_only {
	display: block;
}

#special02 .sp_only {
	display: none;
}

#special02 {
	background: #F0F0F0;
	padding: 30px 70px;
}

#special02 section {
	width: 1200px;
	margin: auto;
	background: #FFF;
	padding: 20px 20px 50px 20px;
}

#special02 section h2 {
	font-size: 2.6rem;
	font-weight: 900;
	padding: 8px 0 8px 20px;
	border-left: #c7365e solid 8px;
	margin-bottom: 20px;
}

#special02 section p {
	margin-bottom: 30px;
}

#special02 section .img {
	width: 750px;
	margin: 20px auto 50px auto;
	padding: 20px;
	border: #CCC solid 1px;
}

#special02 section .img p {
	margin-bottom: 0;
}

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

	#special02 {
		padding: 70px 30px;
	}

	#special02 .pc_only {
		display: none;
	}

	#special02 .sp_only {
		display: block;
	}

	#special02 * {
		line-height: 1.6;
	}

	#special02 {
		width: 100%;
		padding: 0 15px 50px 15px;
	}

	#special02 section .img {
		width: 90%;
		margin: 20px auto 50px auto;
	}

	#special02 section .img iframe {
		width: 100%;
		height: 300px;
	}

}



/* header */

#special02 #header #main_img {
	position: relative;
	margin-bottom: 50px;
}

#special02 #header h1 {
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	background: #c7365e;
	padding: 15px;
	margin-bottom: 0;
}

#special02 #header #published {
	font-size: 1.6rem;
	background: #F0F0F0;
	padding: 10px;
	border: #CCC dotted 1px;
	margin-bottom: 30px;
}

#special02 #header #published a {
	font-size: 1.6rem;
	text-decoration: underline;
}

#special02 #header #published+p {
	font-size: 2.0rem;
	font-weight: 900;
	margin-bottom: 30px;
}

/*
#special02 #header #date {
	display: flex;
	margin-bottom: 50px;
}

#special02 #header #date p {
	font-size: 1.6rem;
}

#special02 #header #date p:first-child {
	margin-right: 30px;
}
*/

#special02 #header #toc {
	display: inline-block;
	border: #CCC solid 1px;
	padding: 20px;
}

#special02 #header #toc h2 {
	margin: 0 0 10px 0;
	padding: 0;
	border-left: none;
	font-size: 2.0rem;
	color: #c7365e;
}

#special02 #header #toc ol {
	padding-left: 20px;
}

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

	#special02 #header #main_img {
		position: static;
	}

	#special02 #header #main_img #img_box {
		width: 100%;
	}

	#special02 #header #main_img #ttl {
		position: static;
		display: block;
	}

	#special02 #header #main_img #ttl h1 {
		font-size: 2.4rem;
	}

	#special02 #header #date {
		display: block;
		margin-bottom: 50px;
	}

	#special02 #header #date p:first-child {
		margin-right: 0;
		margin-bottom: 10px
	}

}



/* box */

#special02 p b {
	font-weight: bold;
}



/* profile */

#special02 #profile {
	margin-bottom: 70px;
}

#special02 #profile_box {
	width: 50%;
	margin: auto;
	padding: 30px;
	border: #CCC 1px solid;
}

#special02 #profile_box h2 {
	padding: 0;
	border-left: none;
	margin-bottom: 20px;
	position: relative;
}

#special02 #profile_box h2 span {
	display: inline-block;
	color: #c7365e;
	font-size: 2.4rem;
	font-weight: bold;
}

#special02 #profile_box h2:after {
	content: '';
	width: 86%;
	height: 1px;
	background: #c7365e;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

#special02 #profile_box .profile_detail {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#special02 #profile_box .profile_detail p {
	width: 40%;
	margin-right: 15px;
}

#special02 #profile_box .profile_detail:last-child {
	margin-bottom: 0;
}

#special02 #profile_box .profile_detail dl dt {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#special02 #profile_box .profile_detail dl dd {
	font-size: 1.6rem;
}


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

	#special02 #profile_box {
		width: 100%;
		margin: auto;
		padding: 20px;
	}

	#special02 #profile_box h2:after {
		width: 75%;
	}

	#special02 #profile_box .profile_detail {
		align-items: flex-start;
	}

}



/* info */

#special02 section#special_footer {
	padding: 20px;
}

#special02 #special_footer #info_box {
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

#special02 #special_footer #info_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

#special02 #special_footer #info_box ul li {
	height: 25px;
	display: block;
	line-height: 0;
}

#special02 #special_footer #info_box ul li:first-child {
	margin-right: 50px;
	position: relative;
}

#special02 #special_footer #info_box ul li:first-child:after {
	content: '×';
	font-size: 3.0rem;
	position: absolute;
	right: -37px;
	top: 12px;
}

#special02 #special_footer #info_box ul li:last-child {
	height: 40px;
}

#special02 #special_footer #info_box p {
	font-size: 1.6rem;
	margin: 0;
}

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

	#special_footer #info {
		text-align: left;
	}

	#special02 #special_footer #info_box {
		display: block;
	}

	#special02 #special_footer #info_box ul li:first-child:after {
		top: 7px;
	}

}</pre></body></html>