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

values.css


*/
/* -----------------------------------------------------------------
width
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
color
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
media query
----------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/*        GLOO FAQ スタイル        */
/* ------------------------------------------------------------------------- */
html, body {
  font-size: 14px;
}

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  word-wrap: normal;
  line-break: strict;
  font-weight: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

img {
  max-width: 100%;
  height: auto;
}

#contents-header {
  position: relative;
  width: 950px;
  margin: 0 auto 20px;
}

.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  width: 100%;
}

.kokuyo-st-container #kokuyo-st-main-contents {
  background: none;
}

#glooCont {
  z-index: 100;
}

#kokuyo-st-main-contents *, #kokuyo-st-main-contents ::after, #kokuyo-st-main-contents ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kokuyo-st-main-contents p {
  line-height: 1.8;
  text-align: justify;
}

#kokuyo-st-main-contents #gloo__key_visual {
  height: auto;
}

#kokuyo-st-main-contents #gloo__contents_body {
  /*
        a{
            color: #fff;
        }
        */
}

#kokuyo-st-main-contents #gloo__contents_body .contents {
  margin: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .contents:before {
  content: "";
  background: none;
  display: none;
}

#kokuyo-st-main-contents #gloo__contents_body .contents .header-page {
  padding-bottom: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs {
  padding: 30px 30px;
  background: url(../images/pic_border_color.png) 0 0 no-repeat;
  background-size: contain;
  background-color: #f7f8f8;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page h1 {
  font-size: 4.6rem;
  margin-bottom: 30px;
  text-align: center;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .text-desc {
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 1.5vw;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li:first-child {
  margin-left: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li:nth-child(2) a {
  background-color: #ed9b4f;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li:nth-child(3) a {
  background-color: #f0bc17;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li:nth-child(4) a {
  background-color: #af8ca6;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li:nth-child(5) a {
  background-color: #959696;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #6abbba;
  position: relative;
  line-height: 1;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
  position: absolute;
  margin: auto;
  bottom: 10px;
  left: -100%;
  right: -100%;
}

#kokuyo-st-main-contents #gloo__contents_body .header-page .links a:hover {
  opacity: .8;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs {
  text-align: right;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs ul li {
  display: inline-block;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs ul li:after {
  content: "&gt;";
  display: inline-block;
  padding: 0 5px;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs ul li a {
  text-decoration: underline;
}

#kokuyo-st-main-contents #gloo__contents_body .breadcrumbs ul li:last-child:after {
  content: "";
  padding: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .contents {
  margin-bottom: 0 !important;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-contents {
  padding-top: 120px !important;
  padding-bottom: 0 !important;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-contents:last-of-type {
  padding-bottom: 60px !important;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#kokuyo-st-main-contents #gloo__contents_body h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item {
  background-color: #fff;
  color: #555;
  margin-bottom: 30px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item:last-child {
  margin-bottom: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 0;
  cursor: pointer;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__title:after {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  content: "＋";
  color: #acadad;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  right: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__title.expand {
  background: url(../images/bg_dots.png) bottom left repeat-x;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__title.expand:after {
  content: "ー";
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__title .text {
  padding-left: 20px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .ico-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .ico-question:after {
  content: "Q";
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .ico-question:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #6abbba;
  position: absolute;
  margin: auto;
  bottom: -100%;
  top: -100%;
  right: -8px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc {
  display: none;
  padding: 20px 40px 20px 60px;
  position: relative;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc.expand {
  display: block;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc:before {
  display: block;
  content: "A.";
  color: #e34007;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc p {
  margin-bottom: 20px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc p:last-child {
  margin-bottom: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item__desc .image {
  text-align: center;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .movie {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .movie:last-child {
  margin-bottom: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-item .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .nav-links {
  margin: 40px 0 0;
  text-align: center;
  position: relative;
}

#kokuyo-st-main-contents #gloo__contents_body .nav-links .button-link {
  display: inline-block;
}

#kokuyo-st-main-contents #gloo__contents_body .nav-links .button-link a {
  display: block;
  text-decoration: none;
  width: 20vw;
  padding: 20px 0;
  background-color: #fff;
  border: 2px solid #fff;
  line-height: 1;
  color: #000;
}

#kokuyo-st-main-contents #gloo__contents_body .nav-links .button-link a:after {
  content: "&gt;";
  padding-left: 10px;
}

#kokuyo-st-main-contents #gloo__contents_body .nav-links .pagetop {
  display: block;
  width: auto;
  position: absolute;
  bottom: 30%;
  right: 0;
  width: auto;
  margin: 0;
}

#kokuyo-st-main-contents #gloo__contents_body .button-top {
  display: block;
  margin: 60px auto 0;
}

#kokuyo-st-main-contents #gloo__contents_body .button-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 20vw;
  padding: 20px 0;
  color: #fff;
  background-color: #f58221;
  border-radius: 50px;
  text-decoration: none;
}

#kokuyo-st-main-contents #gloo__contents_body .button-top a:after {
  content: "&gt;";
  padding-left: 10px;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-01 h2 {
  color: #6abbba;
  border-color: #6abbba;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-01 .ico-question {
  background-color: #6abbba;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-01 .ico-question:before {
  border-color: transparent transparent transparent #6abbba;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-01 .nav-links .button-link a {
  border-color: #6abbba;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-02 h2 {
  color: #f0bc17;
  border-color: #f0bc17;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-02 .ico-question {
  background-color: #f0bc17;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-02 .ico-question:before {
  border-color: transparent transparent transparent #f0bc17;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-02 .nav-links .button-link a {
  border-color: #f0bc17;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-03 h2 {
  color: #af8ca6;
  border-color: #af8ca6;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-03 .ico-question {
  background-color: #af8ca6;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-03 .ico-question:before {
  border-color: transparent transparent transparent #af8ca6;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-03 .nav-links .button-link a {
  border-color: #af8ca6;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-04 h2 {
  color: #959696;
  border-color: #959696;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-04 .ico-question {
  background-color: #959696;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-04 .ico-question:before {
  border-color: transparent transparent transparent #959696;
}

#kokuyo-st-main-contents #gloo__contents_body .faq-04 .nav-links .button-link a {
  border-color: #959696;
}

/* -----------------------------------------------------------------
common
----------------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  #kokuyo-st-main-contents #gloo__contents_body .contents__block {
    padding-right: 15px;
    padding-left: 15px;
  }
  #kokuyo-st-main-contents .hidden__pc {
    display: none;
  }
  #kokuyo-st-main-contents .hidden__sp {
    display: block;
  }
  #kokuyo-st-main-contents h2 {
    font-size: 2rem;
  }
  #kokuyo-st-main-contents p {
    line-height: 1.8;
  }
  #kokuyo-st-main-contents #gloo__contents_body .breadcrumbs {
    background: url(../images/pic_border_color.png) 0 0 no-repeat;
    background-size: 100% 3px;
    background-color: #f7f8f8;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page h1 {
    font-size: 3.6rem;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page .text-desc {
    width: 100%;
    margin: 0 auto 30px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page .links ul li {
    display: block;
    width: 48%;
    height: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page .links ul a {
    padding: 10px 5px 20px;
    font-size: 1.2rem;
    text-align: center;
    min-height: 60px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .header-page .links ul a:after {
    bottom: 10px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item {
    margin-bottom: 20px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item__title {
    font-size: 1.3rem;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item__title .text {
    padding-left: 15px;
    padding-right: 25px;
    width: 90vw;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item__title:after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 5px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item .ico-question {
    width: 10vw;
    font-size: 1.4rem;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item__desc {
    padding: 20px 15px 20px 40px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .faq-item__desc:before {
    left: 10px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .nav-links {
    display: block;
  }
  #kokuyo-st-main-contents #gloo__contents_body .nav-links .button-link a {
    width: 90vw;
    padding: 10px;
  }
  #kokuyo-st-main-contents #gloo__contents_body .nav-links .pagetop {
    display: block;
    width: auto;
    margin: 20px 0 0 auto;
    position: relative;
  }
  #kokuyo-st-main-contents #gloo__contents_body .button-top {
    margin: 30px auto 0;
  }
  #kokuyo-st-main-contents #gloo__contents_body .button-top a {
    width: 80vw;
    padding: 10px 0;
  }
}
/**/
#kokuyo-st-main-contents #gloo__contents_body .liquid_glue h2 {
  color: #ed9b4f;
  border-color: #ed9b4f;
}
#kokuyo-st-main-contents #gloo__contents_body .liquid_glue .ico-question {
  background-color: #ed9b4f;
}
#kokuyo-st-main-contents #gloo__contents_body .liquid_glue .ico-question::before {
  border-color: transparent transparent transparent #ed9b4f;
}
#kokuyo-st-main-contents #gloo__contents_body .liquid_glue .nav-links .button-link a {
  border-color: #ed9b4f;
}
#kokuyo-st-main-contents #gloo__contents_body .Howto_img_wrap {
	max-width: 648px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
}
#kokuyo-st-main-contents #gloo__contents_body .Howto_img_box {
	width: 200px;
	overflow-x: visible;
	white-space: nowrap;
}
#kokuyo-st-main-contents #gloo__contents_body .Howto_img_box img {
	width: 100%;
	height: auto;
}
#kokuyo-st-main-contents #gloo__contents_body .Howto_img_box p {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 0.3em;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
	#kokuyo-st-main-contents #gloo__contents_body .Howto_img_wrap {
		display: block;
	}
	#kokuyo-st-main-contents #gloo__contents_body .Howto_img_box {
		margin: 30px auto 0 auto;
	}
}</pre></body></html>