<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 */
body {
  background-color: #FFF;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#kokuyo-st-main-contents .termination h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
	color: #FF4F00;
}
#kokuyo-st-main-contents .termination h2 {
  clear: both;
  font-size: 24px;
  font-weight: bold;
  color: #9fce66;
  border-bottom: #CCC 1px solid;
  margin-bottom: 10px;
}
#kokuyo-st-main-contents .termination p {
  margin-bottom: 20px;
}
#kokuyo-st-main-contents .termination ul {
  list-style-type: disc;
  list-style-position: inside;
	margin-bottom: 20px;
}
#kokuyo-st-main-contents .termination ul li{
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}
#kokuyo-st-main-contents .termination ul li p{
	margin: 20px 0;
}
#kokuyo-st-main-contents .termination dl.day {
  width: 100%;
  margin-bottom: 20px;
}
#kokuyo-st-main-contents .termination dl.day dt {
  float: left;
  clear: left;
  width: 130px;
}
#kokuyo-st-main-contents .termination dl.day dd {
  float: left;
  width: auto;
}
#kokuyo-st-main-contents .termination dl dd.q_line {
	font-weight: bold;
}
@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .termination dl.day dt {
    width: 40%;
  }
  #kokuyo-st-main-contents .termination dl.day dd {
    width: 60%;
  }
}
#kokuyo-st-main-contents .termination dl.faq {
  width: 100%;
  margin-bottom: 20px;
}
#kokuyo-st-main-contents .termination dl.faq dt {
  float: left;
  clear: left;
  width: 5%;
  font-weight: bold;
  color: #9fce66;
}
#kokuyo-st-main-contents .termination dl.faq dd {
  float: left;
  width: 95%;
  margin-bottom: 10px;
}
#kokuyo-st-main-contents .termination dl.faq dd ul {
  list-style-type: decimal;
}
#kokuyo-st-main-contents .termination dl.faq dd p {
	margin: 20px 0;
}
#kokuyo-st-main-contents .termination .contact {
  text-align: center;
  font-size: 16px;
  margin: 50px 0;
}
#kokuyo-st-main-contents .termination .contact a {
	text-decoration: underline;
	border: #CCC 1px solid;
	padding: 10px 20px;
	line-height: 4em;
}
@media screen and (max-width: 750px) {
  #kokuyo-st-main-contents .termination dl.faq dt {
    width: 10%;
  }
  #kokuyo-st-main-contents .termination dl.faq dd {
    width: 90%;
  }
}</pre></body></html>