<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝医ャ繝励�繝ｼ繧ｸ */
.top .about {
	width: 960px;
  margin: 62px auto 0;
  padding-bottom: 40px;
}
.top .about h2 {
	margin-bottom: 1.5em;
}
.top .about p {
	margin-bottom: 1em;
}
.top .about p span {
	color: #D04C83;
}

.introduction {
	width: 960px;
	margin: 0 auto;
}

.introduction h3 {
	margin-bottom: 1.5em;
}
.introduction ul {
	overflow: hidden;
	margin: -50px 0 50px -26px;
}
.top-body .introduction ul {
	margin-bottom: 10px;
}
.introduction li {
	display: block;
	float: left;
	width: 302px;
	margin: 50px 0 0 26px;
}
.introduction .title {
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
}
.introduction .title-3 {
	height: 4.2em;
}
.introduction .photo {
	display: block;
	border: 1px solid #EBEBEB;
}
.introduction .tag {
	overflow: hidden;
	margin: 15px 0 5px;
}
.introduction .tag li {
	float: none;
	margin: 0;
	padding: 0;
}
.introduction .tag li span {
	display: inline-block;
	width: auto;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.introduction .tag li.business span {
	background: #57A4BE;
}
.introduction .tag li.challenge span {
	background: #2F888C;
}
.introduction .name {
	clear: both;
}
.introduction .btn-right {
	margin-bottom: 50px;
}

.top .news {
	background: url(../images/bg_dotted.gif);
	box-shadow: 0 5px 8px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 0 5px 8px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.15) inset;
	-o-box-shadow: 0 5px 8px rgba(0,0,0,0.15) inset;
	-ms-box-shadow: 0 5px 8px rgba(0,0,0,0.15) inset;
}
.top .news .news-shadow {
	box-shadow: 0 -5px 8px rgba(0,0,0,0.15) inset;
	-moz-box-shadow: 0 -5px 8px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow: 0 -5px 8px rgba(0,0,0,0.15) inset;
	-o-box-shadow: 0 -5px 8px rgba(0,0,0,0.15) inset;
	-ms-box-shadow: 0 -5px 8px rgba(0,0,0,0.15) inset;
	padding: 60px 0;
}
.top .news .news-inner {
	width: 960px;
	margin: 0 auto;
}
.top .news ul {
	display: block;
	background: #FFF;
	width: 948px;
	margin: 40px 5px 0;
	padding: 3px 22px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.top .news li {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	height: 72px;
	line-height: 32px;
	padding: 20px 15px;
}
.top .news ul li:last-child {
	border-bottom: none;
}
.top .news li .date {
	border-right: 6px solid #2F888C;
	display: block;
	float: left;
	width: 115px;
	height: 32px;
	font-size: 13px;
	font-weight: bold;
}
.top .news li a {
	height: 32px;
	margin-left: 20px;
	font-size: 14px;
}

.top .link {
	width: 960px;
	margin: 60px auto;
}
.top .link ul {
	overflow: hidden;
	margin: 40px 0 0 -20px;
}
.top .link li {
	float: left;
	width: 225px;
	margin-left: 20px;
	text-align: center;
}
.top .link li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

/* 繧ｯ繝ｩ繧ｦ繝峨た繝ｼ繧ｷ繝ｳ繧ｰ繧剃ｸ頑焔縺ｫ蛻ｩ逕ｨ縺吶ｋ轤ｺ縺ｫ */
.how h1 {
	margin-bottom: 35px;
}
.how .question {
	font-weight: bold;
	color: #D04C83;
	font-size: 14px;
}
.how .answer {
	margin: 2px 0 35px;
	font-size: 14px;
}
.how .answer span {
	display: block;
	font-size: 12px;
}

/* 繧ｯ繝ｩ繧ｦ繝峨た繝ｼ繧ｷ繝ｳ繧ｰ縺ｨ縺ｯ */
.about h1 {
	margin-bottom: 30px;
}
.about .img-old {
	margin-top: 15px;
	line-height: 0;
}
.about .bg-box {
	background: #EFF8F5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin-bottom: 25px;
	padding: 20px 30px;
	text-align: center;
}
.about .bg-box.bottom-radius {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	padding-top: 10px;
}
.about .bg-box h4 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #008591;
}
.about .bg-box .img-crowd {
	margin: 20px 0 15px;
}
.about .bg-box .conclusion {
	font-size: 16px;
	font-weight: bold;
	color: #008591;
}
.about .bg-box.merit {
	text-align: left;
}
.about .bg-box.merit h5 {
	margin-bottom: 6px;
}
.about .bg-box .bg-inner {
	background: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #008591;
	margin: 15px 0 35px;
	padding: 14px 20px;
}
.about .bg-box .bg-inner h6 {
	font-size: 18px;
	font-weight: bold;
}
.about .bg-box .img-flow {
	margin-top: 12px;
	text-align: center;
}
.about .border-box h4 span {
  margin-right: 4px;
  font-size: 28px;
}
.about .border-box.q2 .border-left {
	width: 430px;
	margin-right: 15px;
}
.about .border-box.q2 .img-right {
	margin-top: 5px;
}

/* 繧ｯ繝ｩ繧ｦ繝峨た繝ｼ繧ｷ繝ｳ繧ｰ縺ｮ菴ｿ縺�婿 */
.use h1 {
	margin-bottom: 30px;
}
.use .use-about h4 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #33999F;
}
.use .use-about p {
	margin-bottom: 30px;
}
.use .use-about p:last-child {
	margin-bottom: 10px;
}
.use .bg-box {
	margin-bottom: 10px;
	text-align: left;
}
.use .border-box {
	margin: 10px 0 35px;
}
.use .border-left {
	width: 590px;
	margin-right: 20px;
}
.use .border-left p {
	font-size: 13px;
}
.use .border-left ul {
	overflow: hidden;
	margin-top: 15px;
}
.use .border-left li {
	float: left;
}
.use .border-left li a {
	background: #4CA2C1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	display: block;
	margin-right: 20px;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
}
.use .border-left li a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
.use .border-left li:last-child a {
	margin-right: 0;
}
.use .border-left li a span {
	display: block;
	background: url(../images/icon_arrow_white.png) no-repeat 0 50%;
	padding-left: 15px;
}
.use .info-box {
	overflow: hidden;
	margin-bottom: 35px;
}
.use .info-box h4 {
	font-weight: bold;
	color: #33999F;
}
.use .info-box .info-left {
	float: left;
	width: 465px;
}
.use .info-box .info-left span {
	font-size: 12px;
}
.use .info-box .img-info {
	float: right;
}
.use .example-box {
	overflow: hidden;
	margin-bottom: 35px;
}
.use .example-box h4 {
	font-weight: bold;
	color: #33999F;
}
.use .example-box .img-example {
	margin-top: 20px;
	text-align: center;
}
.use .who-box {
	overflow: hidden;
	margin-bottom: 10px;
}
.use .who-box h4 {
	font-weight: bold;
	color: #33999F;
}
.use .contact {
	background: none;
	padding: 0;
	border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-bottom: 30px;
}
.use .contact h3 {
	line-height: 0;
}
.use .contact .contact-box {
	border-left: 1px solid #2E9CA2;
	border-right: 1px solid #2E9CA2;
	border-bottom: 1px solid #2E9CA2;
	border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  padding: 18px 25px;
}
.use .contact .contact-box .copy {
	margin: 0 0 20px;
}
.use .contact .contact-box h4 {
	background: none;
	padding-bottom: 0;
	text-align: center;
}
.use .contact .contact-box ul {
	margin-top: 15px;
}

.use .how-order {
	padding-top: 10px;
}
.use .how-order h5 {
	margin-bottom: 10px;
}
.use .how-order ul {
	border-top: 1px solid #007F8D;
	margin-top: 15px;
	padding-top: 15px;
}
.use .how-order li {
	margin-bottom: 5px;
}
.use .how-order .example {
	margin-top: 18px;
	font-weight: bold;
	color: #008593;
}
.use .how-order .works {
	margin: 20px 0 5px;
	font-weight: bold;
	color: #008593;
}
.use .how-order table {
	border-top: 1px solid #008593;
	border-left: 1px solid #008593;
	border-collapse: collapse;
	margin-bottom: 45px;
}
.use .how-order th,
.use .how-order td {
	border-bottom: 1px solid #008593;
	border-right: 1px solid #008593;
	padding: 15px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
}
.use .how-order th {
	background: #EFF8F5;
	width: 170px;
}


.search-box {
	overflow: hidden;
	background: #EFF8F5;
	border: 1px solid #008593;
	margin-bottom: 30px;
	padding: 20px;
}
.search-box .title {
	margin-bottom: 4px;
}
.search-box .check-list {
	margin-bottom: 15px;
}
.search-box .check-list label {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.search-box .check-list label input {
	margin-right: 4px;
}
.search-box .btn {
	border-radius: 4px;
	background: #008593;
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
}
.search-box .btn:hover {
	opacity: 0.7;
}
</pre></body></html>