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

/*===========================================
	tabswitch.css
=============================================*/

#contents h1 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 1em;
}

#contents h1 img {
	width: 100%;
}


/*===========================================
	tab
=============================================*/
#contents div.tabArea {
	margin-left: 0;
	margin-top: 3em;
}

#contents div.tabArea ul{
	list-style:none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.OpentabArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents section#show_hide .tabArea ul.three_tab {
	margin: 0 ;
	padding: 0;
}

#contents div.openArea {
	margin-left: 0;
	display: block;
	height: auto;
	padding: 15px;
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	background-color: rgba(189, 183, 174, 0.16);
	border: 1px solid #ccc;
	border-top: none;
}

#contents section#show_hide .tabArea ul.three_tab li span [aria-presse=false]{
	background-color: #b9b2a785;
}

/* �����@#show_hide �����@*/
#contents section#show_hide .tabArea ul.three_tab li{
	margin-left: 0;
	margin-bottom: 0!important;
	flex: 1;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 1em 0.5em 1em;
	display: block;
	border: 1px solid #ccc;
}

#contents section#show_hide .tabArea ul.three_tab li.active{
	background-color: rgba(189, 183, 174, 0.16);
	border-bottom: none;
}

#contents section#show_hide .tabArea ul.three_tab li span {
	width: auto;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	font-size: 1.25em;
	display: table-cell;
	vertical-align: middle;
	height: 49px;
}
#contents section#show_hide .tabArea ul.three_tab li span:focus{
	outline: none;
}
#contents section#show_hide .tabArea ul.three_tab li span:focus-visible{
	outline: thin dotted;
}

#contents .mq_none {
	display:inline;
}


#contents section#show_hide .tabArea ul.three_tab li img {
	float: left;
	margin: 5px 1em 0 20px;
	vertical-align: middle;
}

#contents section#show_hide .tabArea ul.three_tab li :focus,
#contents section#show_hide .tabArea ul.three_tab li :hover,
#contents section#show_hide .tabArea ul.three_tab li :active{
	opacity: 0.5;
}


@media (max-width: 640px){
	.mq_none {
		display:none !important;
	}

	#contents section#show_hide .tabArea ul.three_tab li{
		padding: 1em 0.1em 1em;
	}

	#contents section#show_hide .openArea img.mq_img{
		max-width: 550px;
		width: 100% !important;
		height: auto;
	}
	#contents section#show_hide .tabArea ul.three_tab li span {
		font-size: 1em;
	}
	#contents section#show_hide .tabArea ul.three_tab li img {
		margin-right: 5px;
		margin-left: 5px;
	}
	#contents div.openArea {
		padding: 10px;
	}
}


@media (max-width: 480px){
	#contents section#show_hide .tabArea ul.three_tab li{
		text-align: center;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#contents section#show_hide .tabArea ul.three_tab li img {
		margin: 0;
		float: none;
	}

}

/* �����@#show_hide ���� */

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