<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page--index p {
    margin: 0 0 10px;
}


@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}

body {
  -webkit-font-smoothing: antialiased;
  color: #2f3438;
}

.wrap {
  overflow: hidden;
  min-width: 1000px;
}

p {font-family:'Noto Sans Japanese',sans-serif; font-weight: 400; margin: 0; padding: 0;}
.palt {font-family: '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3','Hiragino Kaku Gothic ProN'; font-feature-settings: "palt"; }

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0 0px;
}

.clm-left{float: left;}

.clm-right{float: right;}

img {
  vertical-align: bottom;
  border-style: none;
  border: 0;
}


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

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: auto;
  padding: 0 0px;
}


  a .alpha {
    transition-duration: 0;
  }
  a:hover .alpha {
    opacity: 1;
  }
  .figure img, .flex img {
    width: 100%;
  }
  .small-nopad {
    padding: 0 !important;
  }
  
  img.flex {
    width: 100%;
    height: auto;
  }
  
  .show-small {
    display: inherit;
  }
  
  .hide-small {
    display: none;
  }

  .small-nopad {
    padding: 0 !important;
  }


  html {
    font-size: 62.5%;
  }

  .wrap {
    min-width: 0;
  }

  .expand-tab {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/top/ico-expand.png);
    background-size: 12px auto;
  }
  .expand-tab.active {
    background-image: url(../images/top/ico-expand_active.png);
  }
 
  .expand-content {
    display: none;
  }
}

@media (min-width: 641px) {
  .expand-content {
    display: block !important;
  }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
/*
#cobalt .masthead {
  padding: 20px 0 0;
  height: 78px !important;
  margin: 0 !important;
}
*/

#cobalt .service_nav {
    margin-top: 0 !important;
}


@media only screen and (min-width: 768px) {
  #navbox {
    display: none;
  }
}


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

  #cobalt .sp-header {
    background-color: #3456a0;
  }

}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
footer a {
  text-decoration: underline;
  color: #1953c7;
  /* color: #1e5bd5; */
}

footer a:hover {
  color: #1953c7;
  text-decoration: none;
}
.footer-company_info {
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #dedede;
  background-color:#FFF;
}
.footer-company {
  float: left;
}
.footer-company .reference {
  padding-left: 15px;
  background: url("../../images/top/icon_arrow_footer.gif") no-repeat left center;
  font-size: 93%;
}
.footer-company .copyright {
  margin-bottom: 2em;
}
.footer-pmark {
  float: right;
  padding-top: 0;
  width: 100px;
  text-align: right;
}
.footer-legal {
  float: right;
  width: 700px;
  text-align: right;
  font-size: 77%;
  line-height: 2;
  margin-bottom: 18px;
}
.footer-legal address {
  font-style: normal;
}
.footer-nav {
  padding: 15px 0;
  text-align: center;
  font-size: 93%;
  border-top: 1px dotted #ccc;
	background-color:#FFF;
}
.footer-nav a {
  margin: 0 3px;
}



@media only screen and (max-width: 640px) {
  .footer {
    position: relative;
    padding: 0 10px;
  }
  .top .footer,
  .page .footer {
    position: relative;
    padding: 0 10px;
	 /*---service renew 181129---*/
	  background-color: #FFF;
  }

  .footer-company {
    float: none;
  }
  .footer-company .reference {
/*     font-size: 1.2rem; */
  }
  .footer-company .copyright img {
    height: 30px;
    width: auto;
  }
  .footer-pmark {
    float: none;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .footer-pmark img {
    height: 40px;
    width: auto;
  }
  .footer-legal {
    font-size: 1.0rem;
  }
  .footer-legal address {
    text-align: left;
    margin-top: 2em;
  }
  .footer-legal {
    width: auto;
    float: none;
    text-align: center;
  }
  .footer-nav {
    font-size: 1.2rem;
  }
  .footer-nav a {
    font-size: 1.0rem;
  }
  
  .sidenav .thumb.cobalt{background-image:url(../images/card-cobalt.png);}
  
}
</pre></body></html>