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

.ma-content-box {
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
}
.ma-contentBox-sub-inner {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	line-height: 180%;
}
.ma-contentBoxSubInner-item {
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color: #1E1E1E;
}
a:hover {
	color: #1E1E1E;
	text-decoration: underline;
}

/* color */
.t-skyblue {
	color: #1EA0E6;
}
.t-green {
	color: #8CC800;
}
.t-navy {
	color: #3F5299;
}
.t-yellow {
	color: #F0A000;
}

/* title */
.ma-c-h2-a {
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 1.38em;
	font-weight: 500;
	background: #646464;
	border-radius: 5px;
}
.ma-c-h3-a {
	margin: 0 0 20px 0;
	font-size: 1.38em;
	font-weight: bold;	
}
.ttlline_orange {
	padding: 0 5px 0 0;
	border-left: 6px solid #f46a1f;
}

/* sitemap */
.ma-sub-h4 {
	margin: 0 0 10px 0;
    padding-top: 10px;
    font-size: 1.125rem;
	font-weight: bold;
}
.ma-sub-h4-b {
	margin: 40px 0 5px 0;
    font-size: 0.937rem;
	font-weight: bold;
}
.ma-sub-h5-a {
	margin: 0 0 15px 0;
    padding-top: 6px;
    padding-bottom: 6px;
	padding-left: 10px;
    font-size: 0.937rem;
	font-weight: bold;	
	background: #DCDCDC;
	border-radius: 4px;
}
.ma-sub-h6-a {
    margin-bottom: 3px;
    font-size: 0.875rem;
	font-weight: bold;
}
.ma-sub-h6-b {
	margin-bottom: 20px;
	padding-bottom: 20px;
    font-size: 0.875rem;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
}
.ma-sub-h6-c {
	margin-bottom: 30px;
    font-size: 0.875rem;
    font-weight: bold;
}
.ma-sitemap-section-a {
	width: 100%;
	clear: left ;
	font-size: 0.812rem;
}
.ma-sitemap-ul-a {
	margin-bottom: 30px;
    padding-left: 0.7em;
}
.ma-sitemap-ul-a li {
	width: 100%;
	padding-right: 2em;
	display: inline;
}
.ma-sitemap-ul-a li a {
}
.ma-sitemap-ul-b {
	margin-bottom: 20px;
	padding-bottom: 10px;
    padding-left: 0.7em;
	border-bottom: 1px solid #DCDCDC;
}
.ma-sitemap-ul-b li {
	width: 100%;
	padding-right: 2em;
	display: inline;
}
.ma-sitemap-ul-b li:last-child {
	border-bottom: none;
}
.ma-sitemap-ul-c {
	margin-bottom: 70px;
    padding-left: 0;
}
.ma-sitemap-ul-c li {
	font-weight: bold;
	line-height: 180%;
    list-style: none;
}
.ma-sitemap-ul-c li:before {
	padding-right: 12px;
	font-size: 0.625rem;
	content: "▶";
    width: 8px;
    height: 8px;
    display: inline-block;
}
.ma-contentBoxSubitem-menulist {
	clear: left ;
	font-size: 0.812rem;
}
.ma-icon-arrow01 {
    padding-right: 3px;
    font-size: 1.0625rem;
}</pre></body></html>