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

main{
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.6;
}

.mod-categoryHeader{
	margin-top: 1em;
}
h1{
	margin-bottom: 1em !important;
	font-weight: bold !important;
}

p.mod-categoryHeader-title{
	font-size: 1.2em;
	font-weight: bold;
}

section{
	margin-bottom: 4em;
}

.c5-notice_gray{
	background-color: #eee;
	padding: 1em 2em;
}

.c5-grayArea{
	margin: 3em 0;
	padding: 1em;
	border: 1px solid #959595;
}

.c5-grayArea.border_red{
	border-color: #ee0000;
}

.s5-list{
	list-style-type: disc;
}

p ~ .s5-list{
	padding-left: 1.5em;
}

.c5-list__textLink{
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}

.c5-link_button a,
button.c5-link_button{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
}

.c5-link_button a:hover,
button.c5-link_button:hover,
.c5-link_button a:active,
button.c5-link_button:active,
.c5-link_button a:focus,
button.c5-link_button:focus{
	color: #34568e;
	text-decoration: underline;
}
.c5-link_button a span.s5-linkV3{
	color: #333;
}
.c5-link_button a span.s5-linkV3::after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}

#contents div.singleBtn a :hover{
	opacity: 0.7;
}

#contents div.singleBtn a span.textLink{
	display: inline-block;
}

.c5-annotation{
	text-indent: -1em;
	padding-left:1em;
}

.c5-accent{
	color:#ee0000;
}

.onlymobile{
	display: none !important;
}

dl dt{
	font-weight: bold;
}

dl dd{
	margin-left: 0;
}

span{
	display: inline-block;
}

.s5-list li span {
	color: inherit;
	font-size: 1rem;
}

.jump-top-top {
	color: #3865e0;
}
.jump-top-top a img{
	margin-left: 5px;
}

.c5-mt0{
	margin-top: 0;
}
.c5-mb0{
	margin-bottom: 0;
}

.c5-ml0{
	margin-left: 0;
}


@media (max-width: 640px){
	main{
		padding: 0 10px;
	}
	.onlypc{
		display: none !important;
	}
	.c5-notice_gray{
		background-color: #eee;
		padding: 10px 14px;
	}
	.onlymobile{
		display: inline-block !important;
	}
}

html{
	font-size: 100% !important;
}

.s5-container{
	padding: 0 !important;
	margin-bottom: 2em !important;
}
body{
	font-size: 100% !important;
	padding-top: 0 !important;
}</pre></body></html>