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

/*---------------------------------------
	共通
---------------------------------------*/
section .sectionInner01 {
	padding: 0 15px;
	margin-bottom: 50px;
}

/*---------------------------------------
	キービジュアル
---------------------------------------*/
#keyVisual {
	height:212px;
	margin: 10px auto 0;
	text-indent:-9999px;
	background: url(/about/images/index_key_001.jpg) no-repeat center;
}

/*---------------------------------------
	見出し
---------------------------------------*/
#second section h3 {
	margin-top: 10px;
	min-height: 41px;
}

#third section h2 {
    margin-bottom:20px;
    padding:7px 9px 6px;
	color:#fff;
	font-size:16px;
	line-height:18px;
	background:#174e9a;
    border-bottom: none;
}
#third section.large h2 {
	padding:26px 32px;
}

#third section h2 span {
	margin-right:31px;
	color:#fdff6b;
}
#third section.large h2 span {
	color:#bae1ff;
}

#third section h3 {
	margin-bottom:9px;
	color: #174e9a;
	font-weight:bold;
	font-size: 14px;
}

/*---------------------------------------
	段落
---------------------------------------*/
section .sectionInner01 p,
section .sectionInner01 ol {
	color:#4c4c4c;
}

/*---------------------------------------
	Tips
---------------------------------------*/
section.tips {
	margin-bottom: 50px;
}

section.tips h2 {
	border-bottom: none;
	padding-bottom: 0;
}

section.tips ul {
	margin-top: 20px;
}

section.tips ul li {
	float: left;
	border-right: solid 1px #44adef;
	margin-right: 10px;
	padding-right: 10px;
}

section.tips ul li.last {
	margin-right: 0px;
	border-right: none;
}

section.tips ul li a {
	color: #44adef;
	font-size: 12px;
}

.keyBlock {
	margin-bottom: 30px;
}

section .sectionInner01 p{
	line-height: 25px;
}
section .sectionInner01 ul.number {
	list-style:decimal inside;
}
section .sectionInner01 ul.number li {
	font-size:12px;
	line-height: 25px;
 	padding-left: 1em;
	text-indent: -1em;
}
/*---------------------------------------
	Table
---------------------------------------*/
table.tableBlockA01 {
	width: 100%;
}

table.tableBlockA01 caption {
	margin-bottom:10px;
	color:#174e9a;
	font-weight:bold;
	text-align:left;
}

table.tableBlockA01 thead th {
	color: #fff;
	background-color: #3ea3f3;
	border: solid 1px #ccc;	
	vertical-align: middle;
	padding: 10px;
}

table.tableBlockA01 tbody th {
	border: solid 1px #ccc;		
	vertical-align: middle;
	padding: 10px;
	color:#333333;
	font-weight: bold;
	text-align: left;
	line-height:20px;
}

table.tableBlockA01 tbody .fs12p{
	font-size: 12px!important;	
}

table.tableBlockA01 tbody td {
	border: solid 1px #ccc;		
	vertical-align: middle;
	padding: 10px;
	color:#333333;
	font-size: 12px;
	line-height:1.5;
}

table.tableBlockA01 tbody td.end {
	font-weight: bold;
	color: #3ea3f3;
	text-align: center;
	font-size: 14px;
}

table.tableBlockA01 tbody td.end span {
	color: #174e9a;
}
/*---------------------------------------
	qa.html
---------------------------------------*/
section #qaBlockA01 section dl.acMenu{
	width: 660px;
	margin: 0 auto;
}

section #qaBlockA01 section dl.acMenu dt {
    display:block;
	background:url(/about/images/qa_img_002.jpg) no-repeat;
	height: 56px;
    cursor:pointer;
	padding-left: 5px;
	padding-right:50px;
	margin-bottom: 5px;
}
section #qaBlockA01 section dl.acMenu dt:hover {
	opacity:0.8;
	filter: alpha(opacity=80);				/* ie 6 7 */
 	-ms-filter: "alpha(opacity=80)"; 	/* ie 8 */
}
section #qaBlockA01 section dl.acMenu dt.active {
	background:url(/about/images/qa_img_001.jpg) no-repeat;
}

section #qaBlockA01 section dl.acMenu dd{
	padding: 8px 3px 7px 5px;
	background: #fdf3fa;
	margin-bottom: 5px;
	line-height: 20px;
}
section #qaBlockA01 section dl.acMenu dd a {
	color:#008fe9;
}
section #qaBlockA01 section dl.acMenu dd table{
	background: #ffffff;	
}

section #qaBlockA01 section dl.acMenu dd table th{
    border: 1px solid rgb(204, 204, 204);
    vertical-align: middle;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
section #qaBlockA01 section dl.acMenu dd table td span.caution{
	color: #d32222;
	}

section #qaBlockA01 section dl.acMenu dd table td{
    border: 1px solid rgb(204, 204, 204);
    vertical-align: middle;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

section #qaBlockA01 section dl.acMenu dt span.question {
	background: url(/about/images/qa_ico_001.gif) no-repeat left center;
	padding: 22px 0 0 56px;
	display: block;
	min-height: 35px;
	font-size: 13px;
	color: #333333;
	
}

section #qaBlockA01 section dl.acMenu dd span.answer {
	background: url(/about/images/qa_ico_002.gif) no-repeat left top;
	padding-left:56px;
	display: block;
	min-height: 40px;
	font-size: 14px;
	font-size: 13px;
	color: #333333;

}

section #qaBlockA01 section dl.acMenu dd span.answer p{
	line-height: 20px;
	
}

section #qaBlockA01 section dl.acMenu dd ul.cautionBlock2{
	margin: 20px 0px;
	}
	
section #qaBlockA01 section dl.acMenu dd ul.cautionBlock2 li{
	color: #d32222;
	font-size: 11px;	
	}

section #qaBlockA01 section dl.acMenu.last dt span.question {
	padding-bottom: 5px;
	padding-top: 15px;
}

/*---------------------------------------
	institution.html
---------------------------------------*/
section .sectionInner01 ol {
	font-size:12px;
	line-height:16px;
	list-style:decimal inside;
}

section .sectionInner01 ol a {
	color:#008fe9;
}


section .sectionInner01 li {
	margin-bottom:6px;
}

section .sectionInner01 li.deny {
	text-decoration:none;
}

section .sectionInner01 ol ul {
	margin:4px 0  0 18px;
	list-style:disc inside;
}
section .sectionInner01 p.public {
	text-align: right;
	margin-bottom: 15px;
}
section .sectionInner01 p.public a {
	color: #008FE9;
}
section .sectionInner01 p.public a:hover{
	text-decoration: underline;
}

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