<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-image-area {
	position: relative;
	overflow: hidden;
	width: 100%;

	background: #DEEDF0;
}

#main-image {
	width: 95%;
	margin: 0 auto;
}
#main-image img{
	max-width: 100%;
	height: auto;
}

.index-pattern .col {
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 20px;
}

.index-pattern p.head {
	font-size: 16px;
	color: #0B859E;
	font-weight: bold;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
}


p.link-next2 a{
	display: inline-block;
	position: relative;
	padding: 8px 45px 8px 35px;
	background: #0B859E;
	text-decoration: none;
	color: #fff;
	border: 1px solid #0B859E;
	line-height: 1.3;
}

p.link-next2 a::before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-right-width:0;
	border-left-color:#fff;
	position:absolute;
	top:12px;
	left:20px;
}
p.link-next2 a:hover {
	opacity: 0.5;
}

p.link-next2 .ai-out::after {
    color: #FFF;
}

.link_pc:after{
	
margin:0 10px 0 0;
 content:" ";
 display:inline-block;
 width: 18px;
 height: 18px;
 background:url( ../img/icn_pc_min.png); 
 background-size:contain;
 vertical-align:middle;	
     position: absolute;
    right: 0;
	top: 25%;
}


/* @group symbol-icon */

@font-face {
	font-family: 'font-library';
	src:
url('../../../common/fonts/font-library.ttf?iftez1') format('truetype'),
url('../../../common/fonts/font-library.woff?iftez1') format('woff'),
url('../../../common/fonts/font-library.svg?iftez1#font-library') format('svg');
	font-weight: normal;
	font-style: normal;
}

.ai {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'font-library' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	padding: 0 3px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ai-excel:before {
	content: "\e901";
	color: #619B49;
	font-size: 85%;
}
.ai-facebook:before {
	content: "\e902";
    color: #39568D;
}
.ai-mail::after {
	content: "\e903";
    color: #888;
	font-size: 79%;
}
.ai-out::after {
	content: "\e904";
    color: #8C8C8A;
	font-size:89%;
}

.ai-out-2::after {
	content: "\e904";
    color: #fff;
	font-size:89%;
}
.ai-pdf::after {
	content: "\e905";
    color: #E7211A;
	font-size: 89%;
}
.ai-qa-a:before {
	content: "\e906";
    color: #D2171A;
}
.ai-qa-q:before {
	content: "\e907";
    color: #000000;
}
.ai-twitter:before {
	content: "\e908";
    color: #4D93CE;
}
.ai-word:before {
	content: "\e909";
    color: #3D5FAB;
	font-size: 85%;
}
.ai-youtube:before {
	content: "\e90a";
    color: #CE302F;
}

/* @end */

/* @group product */

.product p {
	line-height: 2.0;
	font-size: 13px;
}

.product p.lead {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
	text-align: center;
}
/* @end */

/* @group visper */

.visper p {
	line-height: 2.0;
	font-size: 13px;
}

div.pattern1-1-1 {
	display:table;
	border-collapse: separate;
	border-spacing: 3px 0;
	width: 100%;
}
div.pattern1-1-1 div.col {
	display: table-cell;
}

/* @end */


/* @group contact */
#section1 {
	margin-bottom: 30px;
}
#section1 a:hover img {
	opacity: 0.7;
}

#section2 {
	margin-bottom: 55px;
}
#section2 h2.rss {
	position: relative;
}
#section2 h2.rss .rss-icon {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#section2 h2.rss .rss-icon a.btn_link {
	margin-left: 5px;
}
a.btn_link {
	display: inline-block;
	background: #0B859E;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 55.25%;
	line-height: 2;
}
a.btn_link:hover{
	background: #0B859E;
  opacity: 0.5;
}

#section3 {
}
#section3 .section3_inner .link {
	overflow: hidden;
}
#section3 .section3_inner .link p {
	margin-bottom: 1em;
}
#section3 .section3_inner .link ul li {
	position: relative;
	float: left;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 13px;
	width: 50%;
}
#section3 .section3_inner .link ul li:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 5px transparent solid;
	border-right-width: 0;
	border-left-color: #0B859E;
	position: absolute;
	top: 5px;
	left: 0;
}
#section3 .section3_inner .link ul li a {
	text-decoration: none;
}
#section3 .section3_inner .link ul li a:hover {
	color: #0B859E;
	text-decoration: underline;
}
#section3 .section3_inner .button {
	text-align: center;
	vertical-align: middle;
}
#section3 .section3_inner .button p {
	margin-bottom: 0;
}
#section3 .section3_inner .button p a{
	color: #fff;
}

.btn_dl {
    display: inline-block;
    background: url(../../images/ico_download.png) no-repeat 10px center #0B859E;
    color: #fff;
    padding: 4px 10px 4px 32px;
    text-decoration: none;
    line-height: 2;
}

#section4 .section4_inner {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
#section4 .section4_inner figure {
	float: left;
	width: 50%;
}
#section4 .section4_inner .col2 {
	overflow: hidden;
	background: #0B859E;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#section4 .section4_inner .col2.first{
	margin-left: 0;
}
#section4 .section4_inner .col2 img:hover {
	opacity: 1 !important;
}
#section4 .section4_inner .colIn {
	float:left;
	width: 50%;
}

#section4 .section4_inner h3 {
	border-bottom: none;
	color: #fff;
	padding: 5px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
#section4 .section4_inner p {
	color: #fff;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0 !important;
}
#section4 .section4_inner a .col2:hover {
	opacity: 0.5;
}
/* @end */


/* @group contact */

.contact p {
	line-height: 2.0;
	margin-bottom: 3em !important;
	font-size: 13px;
}

.contact-info {
	text-align: center;
	border: 8px solid #efefef;
	padding: 20px 20px 0 20px;
	background: #fcfcfc;
	margin-bottom: 2em;
}

.contact-info h2 {
	padding: 0 !important;
	border-bottom: none !important;
	margin-bottom: 10px !important;
}

.contact-info h2:before {
	display: none !important;
}

.contact-info p {
	margin-bottom: 1.5em !important;
}

/* @end */
</pre></body></html>