<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 */

/*===========================================
	howto INZONE_M9II css
=============================================*/
#contents .topArea {
	position: relative;
	display: block;
	background-size: cover;
	margin-left: 0;
}

#contents .topArea h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	letter-spacing: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#contents .topArea h1 span.series {
	display: block;
	padding: 0 1em 0.5em;
    font-size: clamp(16px, 3vw, 33px);
}

#contents .topArea h1 span.sub_series {
    font-size: clamp(14px, 3vw, 28px);
}

#contents .topArea h1 span.title {
	display: block;
	margin: 0;
    padding: 0.5em 1em;
	font-size: clamp(16px, 3vw, 36px); 
    border-top: #fff solid 3px;    
}

#contents .topArea img {
    width: 100%;
    height: auto;
    margin-left: 0;
}

#contents h2.title {
    font-size: 1.25rem;
	line-height: 1.3;
    border-left: 10px solid #333399;
    border-bottom: 2px solid #333399;
    margin: 2em 0 1.5em;
    padding: 0.5em;
}

@media screen and (max-width: 640px){
	#contents .topArea h1 {
		text-align: left;
	}
	
	#contents .topArea h1 span.series {
		padding: 0 1em 0.2em;
	}
	
	#contents .topArea h1 span.sub_series{
		display: block;
	}
	
	#contents .topArea h1 span.title {
		padding: 0.2em 1em;
	}
}

#contents ul.list-flex{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
	gap: 1.5em;
    margin: 0 1em;
	padding-left: 0;
}

#contents ul.list-flex li{
    width: 300px;
}

#contents ul.list-flex a{
    display: inline-block;
}

#contents ul.list-flex a:hover{
    color: #000;
}

#contents ul.button-flex {
	display: flex;
	flex-wrap: wrap;
    gap: 1.5em;
	margin: 0 1em;
	padding: 0;
}

#contents ul.button-flex a {
	width: 430px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 2px #333399;
	border-radius: 3px;
    padding: 1.5em;
}

#contents ul.button-flex li a span.txt {
	font-weight: bold;
}

#contents ul.button-flex li a span.link {
    display: inline-block;
    padding: 0.3em 0.2em;
    background-color: #333399;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
}

#contents ul.button-flex li a span.link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.6em solid transparent;
    border-bottom: 0.6em solid transparent;
    border-left: 1em solid #ff9966;
    margin: 0 3px 1px 8px;
    vertical-align: middle;
}

#contents ul.button-flex li a:hover {
	text-decoration: none;
	background-color: #FCE5D6;
}

@media (max-width: 732px){	
    #contents ul.list-flex li {
		width: 100%;
    	max-width: 250px;
    }
	
	#contents ul.list-flex li img {
    	width: 250px;
    }
} 

@media (max-width: 640px){
	#contents ul.list-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
    }
        
    #contents ul.list-flex li {
    	margin: 0 0 2em;
    }
	
	#contents ul.button-flex {
		flex-direction: column;
		margin: 0;
	}
	
	#contents ul.button-flex a {
		width: auto;
		max-width: 440px;
		padding: 1em;
	}
}</pre></body></html>