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

/* culture CSS */

.ContentsWrap{
	margin-bottom:80px;
}

.lastcont{
	margin-bottom:120px;
}

/* section 01 */

#Discription h3{
	font-family: 'Questrial', sans-serif;
	font-size:4rem;
}

#Sec01 h3,
#Sec02 h3,
#Sec03 h3,
#Sec04 h3{
	color:#FF9708;
	font-size:2.4rem;
	line-height:3.6rem;
	margin:0;
	margin-bottom:20px;
}
#Sec01 div,
#Sec02 div,
#Sec03 div,
#Sec04 div{
	font-size:1.4rem;
	line-height:3.2rem;
	color:#666;
}


.post{
	padding:0 30px;
}

.post h3{
	font-weight:400;
	border-bottom:3px solid #ccc;
	color:#FF9708;
	padding:10px 0;
	margin-bottom:2rem;
}

.post .eye{
	
}

.post div{
	margin-bottom:4rem;
	font-size:1.6rem;
	line-height:3rem;
}

.post blockquote{
	padding:20px;
	background:#f5f5f5;
	line-height:2.8rem;
	font-size:1.4rem;
	border-radius: 5px;
	border:none;
}

@media (max-width: 991px){

	.ContentsWrap div:first-child{
		margin-bottom:30px;
	}

#Sec01 h3,
#Sec02 h3,
#Sec03 h3,
#Sec04 h3{
	color:#FF9708;
	font-size:2.0rem;
	line-height:3.0rem;
	margin:0;
	margin-bottom:20px;
}
#Sec01 div,
#Sec02 div,
#Sec03 div,
#Sec04 div{
	font-size:1.4rem;
	line-height:3.2rem;
	color:#666;
}

}



/* brake point */
@media (min-width: 1200px){}
@media (max-width: 1199px){}
@media (max-width: 991px){}
@media (max-width: 767px){}
@media (max-width: 480px){}</pre></body></html>