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

/*--clearfix-------------------------------------------------------------------------------------------*/

.message-area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*--/clearfix-------------------------------------------------------------------------------------------*/

h2 {
	border-bottom: 2px solid #006aba;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

/*----------page-tab----------*/

.page-tab {
	display: table;
	margin-top: 50px;
	width: 100%;
}

.page-tab li {
	background: #e6e6e6;
	border-left: 1px solid #fff;
	cursor: pointer;
	display: table-cell;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	width: 33%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.page-tab li a {
	color: #333;
	display: block;
	padding: 25px 0;
	text-decoration: none;
}

.page-tab li:first-child { border-left: none;}

.page-tab li.active a,
.page-tab li a:hover {
	background: #006aba;
	color: #fff;
}

/*--------------------explanation-in---------------------*/

h3 {
	border-left: 3px solid #63abf4;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-bottom: 50px;
	padding-left: 15px;
}

.explanation-in {
	margin: 60px auto 70px;
	width: 900px;
}

h4 {
	border-left: 3px solid #bababa;
	font-size: 19px;
	font-weight: bold;
	padding-left: 10px;
}

.link-bottom { margin-bottom: 50px;}

.list-link li { margin-top: 20px;}

.list-link a { color: #006aba;}

.list-link a:hover { text-decoration: none;}

.ano {
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.4;
}

/*--------------------glay-bg--------------------*/

.glay-bg {
	background: #eee;
	padding: 40px;
}

/*------------------------------sp------------------------------*/

@media screen and (max-width: 736px){

h2 {
	font-size: 16px;
	padding-bottom: 10px;
}

/*----------page-tab----------*/

.page-tab { margin-top: 25px;}

.page-tab li { font-size: 13px;}

.page-tab li a { padding: 15px 0;}

/*--------------------explanation-in---------------------*/

h3 {
	font-size: 18px;
	margin-bottom: 25px;
}

.explanation-in {
	margin: 25px auto 35px;
	width: 100%;
}

h4 { font-size: 16px;}

.link-bottom { margin-bottom: 30px;}

.list-link li {
	font-size: 14px;
	margin-top: 20px;
}

.glay-bg {
	background: #eee;
	padding: 20px;
}


}






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