@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
  font-size: 16px;
  line-height: 1.6em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #ktsCont {}
}
#ktsCont * {
  box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
  width: 950px;
  margin: 0 auto;
  padding: 60px 15px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
  width: 950px;
  margin: 0 auto;
  padding: 50px 15px 30px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  body {
    min-width: inherit;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
    width: 100vw;
    padding: 50px 15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
    width: 100vw;
    padding: 50px 15px 30px 15px;
  }
}
#ktsCont .kv {
  width: 100%;
  min-width: 100%;
}
#ktsCont .kv .kv_wrap {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1048px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ktsCont .kv {}
  #ktsCont .kv .kv_wrap {
    max-width: 100vw;
  }
}
#ktsCont .cont_block {}
@media screen and (max-width: 750px) {
  #ktsCont .cont_block {}
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  hr style
-----------------------------------*/
#ktsCont hr.ten01 {
  border: none;
  height: 5px;
  margin: 40px 0px;
  background-repeat: repeat-x;
}
#ktsCont hr.sen01 {
  border: none;
  border-top: solid 2px #CCCCCC;
  height: 1px;
  color: #FFFFFF;
  margin: 20px 0px 20px 0px;
}
/*  角丸・ボーダー
-----------------------------------*/
#ktsCont .round_10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#ktsCont .border-top_2 {
  border-top: 2px solid #bcbcbc;
}
/*  テーブル
-----------------------------------*/
#ktsCont .table_title {
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
}
#ktsCont .table {
  width: 810px;
  margin: 0 auto;
  text-align: center;
}
#ktsCont .table table {
  width: 810px;
}
#ktsCont .table table th {
  width: auto;
  vertical-align: middle;
  font-size: 14px;
  padding: 4px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-feature-settings: "palt";
}
#ktsCont .table table td {
  vertical-align: middle;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-size: 15px;
  padding: 8px 4px;
  font-feature-settings: "palt";
}
#ktsCont .table table th:first-child, #ktsCont .table table td:first-child {
  border-left: none;
}
#ktsCont .tableBotTxt {
  max-width: 810px;
  margin: 5px auto 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  #ktsCont .table {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    box-sizing: border-box;
  }
  #ktsCont .table table {}
}
#ktsCont .table .c01 th {
  background-color: #fafafa;
  /*color: #ffffff;*/
  text-align: center;
  border-color: #595757;
}
#ktsCont .table .c01 td {
  background-color: #ffffff;
  text-align: center;
  border-color: #595757;
}
#ktsCont .table .c02 th {
  background-color: #2289cb;
  color: #ffffff;
  text-align: center;
}
#ktsCont .table .c02 td {
  background-color: #dbeaf9;
  text-align: center;
}
#ktsCont .table .c03 th {
  background-color: #6ccfe2;
  color: #ffffff;
  text-align: center;
}
#ktsCont .table .c03 td {
  background-color: #dff5f9;
  text-align: center;
}
#ktsCont .table .c04 th {
  background-color: #ffbe2c;
  color: #ffffff;
  text-align: center;
}
#ktsCont .table .c04 td {
  background-color: #fdf7d6;
  text-align: center;
}
/*  階層メニュー
-----------------------------------*/
#stationery #lnavi ul {
  position: relative;
}
#stationery #lnavi ul li.oya_ls {
  cursor: pointer;
}
#stationery #lnavi ul li.oya_ls:hover {
  color: #fe6e00;
}
#stationery #lnavi ul li ul.sub_ls {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #ffffff;
  top: 60px;
  right: 0;
  width: 316px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #bcbcbc;
  border-top: none;
  height: auto;
  line-height: 1em;
  padding: 0;
}
#stationery #lnavi ul li ul.sub_ls li {
  text-align: left;
  padding: 10px 10px 13px 10px;
  border-top: 1px solid #bcbcbc;
  width: 100%;
}
.list-globalsubnav01 li.oya_ls span {
  /*border-top: 1px solid #a3a3a3;*/
  padding: 15px 20px 15px 40px;
}
.list-globalsubnav01 li.oya_ls span::before {
  content: '・';
  color: #f18102;
}
.list-globalsubnav01 li.oya_ls span::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  margin-top: -10px;
}
.list-globalsubnav01 li.oya_ls ul {
  display: none;
}
.list-globalsubnav01 li.oya_ls ul li span::before {
  content: none;
  color: none;
}
/* new表示 */
#stationery #lnavi span.red {
  color: #FF0000;
  font-weight: bold;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span, .list-globalsubnav01 li.oya_ls span span {
  all: initial;
  font-size: 90%;
  color: #FF0000;
  font-weight: bold;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span::before, .list-globalsubnav01 li.oya_ls span span::before {
  all: initial;
}
.list-globalsubnav01 li.oya_ls ul.sub_ls li span::after, .list-globalsubnav01 li.oya_ls span span::after {
  all: initial;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
  width: 100%;
  max-width: 851px;
  margin: 0 auto;
}
#ktsCont .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#ktsCont .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi {
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #bcbcbc;
}
#stationery #lnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#stationery #lnavi ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
#stationery #lnavi ul li {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 316px;
}
#stationery #lnavi ul li a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
#stationery #lnavi ul li a:hover {
  color: #fe6e00;
}
#stationery #lnavi ul li a.now {
  color: #fe6e00;
}
/*  ページ固有
-----------------------------------*/
#ktsCont p.honbuntxt {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#ktsCont .nptetxt01 {
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  #ktsCont p.honbuntxt {
    font-size: 18px;
    line-height: 30px;
  }
}
#ktsCont .knBg {
  background-image: url(../img/kvBg.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100vw auto;
}
#ktsCont .anchor_wrap {
  padding: 60px 0;
}
#ktsCont .sec_title {
  padding: 0;
}
@media screen and (max-width: 750px) {
  #ktsCont .knBg {
    background-image: none;
  }
  #ktsCont .anchor_wrap {
    padding: 60px 0;
  }
  #ktsCont .sec_title {
    padding: 0 15px;
  }
}
#ktsCont .kvCom01 {
  left: 49px;
  top: 83px;
}
#ktsCont .kvCom02 {
  left: 599px;
  top: 171px;
}
#ktsCont .kvCom03 {
  left: 900px;
  top: 83px;
}
@media screen and (max-width: 1048px) {
  #ktsCont .kvCom01 {
    width: 9.541vw;
    height: auto;
    left: 4.675vw;
    top: 7.919vw;
  }
  #ktsCont .kvCom02 {
    width: 9.541vw;
    height: auto;
    left: 57.159vw;
    top: 16.316vw;
  }
  #ktsCont .kvCom03 {
    width: 9.541vw;
    height: auto;
    left: 85.877vw;
    top: 7.919vw;
  }
}
@media screen and (max-width: 950px) {
  #ktsCont .kvCom01 {
    width: 90.648px;
    height: auto;
    left: 44.417px;
    top: 75.237px;
  }
  #ktsCont .kvCom02 {
    width: 90.648px;
    height: auto;
    left: 542.981px;
    top: 155.008px;
  }
  #ktsCont .kvCom03 {
    width: 90.648px;
    height: auto;
    left: 815.832px;
    top: 75.237px;
  }
}
#ktsCont .kvCom01sp {
  left: 538px;
  top: 279px;
}
#ktsCont .kvCom02sp {
  left: 538px;
  top: 279px;
}
#ktsCont .kvCom03sp {
  left: 538px;
  top: 279px;
}
@media screen and (max-width: 750px) {
  #ktsCont .kvCom01sp {
    width: 21.6vw;
    height: auto;
    left: 71.733vw;
    top: 37.2vw;
  }
  #ktsCont .kvCom02sp {
    width: 21.6vw;
    height: auto;
    left: 71.733vw;
    top: 37.2vw;
  }
  #ktsCont .kvCom03sp {
    width: 21.6vw;
    height: auto;
    left: 71.733vw;
    top: 37.2vw;
  }
}
/*--------------------*/
#ktsCont .specialBox {
  width: 100%;
  height: 370px;
  overflow-x: hidden;
  text-align: center;
  position: relative;
}
#ktsCont .specialBox .specialBoxImg {
  position: absolute;
  width: 100%;
  height: 370px;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#ktsCont .specialBox .specialBoxImg img {
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 1920px) {
  #ktsCont .specialBox {
    height: 370px;
  }
  #ktsCont .specialBox .specialBoxImg {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#ktsCont .sbBg01Color {
  background-color: #C5E0F5;
}
#ktsCont .specialBox .sbBg01Box {
  position: relative;
  width: 950px;
  height: 370px;
  margin: 0 auto;
  background-image: url(../img/bw_bg01.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ktsCont .sbBg02Color {
  background-color: #FFF2A6;
}
#ktsCont .specialBox .sbBg02Box {
  position: relative;
  width: 950px;
  height: 370px;
  margin: 0 auto;
  background-image: url(../img/bw_bg02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ktsCont .sbBg03Color {
  background-color: #FAD6D6;
}
#ktsCont .specialBox .sbBg03Box {
  position: relative;
  width: 950px;
  height: 370px;
  margin: 0 auto;
  background-image: url(../img/bw_bg03.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#ktsCont .specialBox .bw01_obj01 {
  position: absolute;
  left: 156px;
  top: 160px;
}
#ktsCont .specialBox .bw01_obj02 {
  position: absolute;
  left: 462px;
  top: 112px;
}
.point1Box {
  text-align: left;
  position: absolute;
  left: 565px;
  top: 162px;
}
.point2Box {
  text-align: left;
  position: absolute;
  left: 117px;
  top: 125px;
}
.point3Box {
  text-align: left;
  position: absolute;
  left: 617px;
  top: 100px;
}
#ktsCont .specialBox .bw02_obj01 {
  position: absolute;
  left: 520px;
  top: 103px;
}
#ktsCont .specialBox .bw03_obj01 {
  position: absolute;
  left: 237px;
  top: 95px;
}
#ktsCont .point1Box h3, #ktsCont .point2Box h3, #ktsCont .point3Box h3 {
  line-height: 1em;
  margin-bottom: 16px;
}
#ktsCont .point1Box p, #ktsCont .point2Box p, #ktsCont .point3Box p {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  #ktsCont .specialBox {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #ktsCont .specialBox .specialBoxImg {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    transform: translateX(0%);
    z-index: 1;
  }
  #ktsCont .specialBox .sbTxtSpBox {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0%;
    top: 12.666vw;
  }
  #ktsCont .specialBox .sbTxtSpBox h3 {
    line-height: 1em;
    margin-bottom: 16px;
  }
  #ktsCont .specialBox .sbTxtSpBox p {
    font-size: 18px;
    line-height: 30px;
  }
  #ktsCont .specialBox .sbBgSpBox {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
  }
}
/* for EC LINK
--------------------------*/
#ktsCont .eclink {
  width: 90%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
#ktsCont .eclinkTitle, #stationery .eclinkTitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
#ktsCont .eclink ul {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ktsCont .eclink ul li {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 1px solid #808080;
  position: relative;
  background-image: url(../img/ecLink_arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
}
#ktsCont .eclink ul li .aWrap {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-51%);
  line-height: 1em;
}
#ktsCont .eclink ul li .aWrap img {
  width: 100%;
  height: auto;
}
#ktsCont .eclink ul li a {
  width: 100%;
  height: 100%;
  background-color: #FEFDFD;
  position: absolute;
  top: -1px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
#ktsCont .eclink ul li a:hover {
  opacity: 0.7;
}
#ktsCont .ECNOTEtxt {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #ktsCont .eclink {
    padding-top: 0;
    padding-top: 24vw;
    margin-bottom: 20vw;
  }
  #ktsCont .eclink ul {
    display: block;
  }
  #ktsCont .eclink ul li {
    max-width: 100%;
    margin-bottom: 16px;
    background-position: right 12px center;
  }
  #ktsCont .eclink ul li .aWrap {
    transform: translateY(-50%) translateX(-50%);
  }
  #ktsCont .eclink ul li .aWrap a {}
  #ktsCont .ECNOTEtxt {
    margin-top: 0px;
  }
}
/*--------------------*/
/*--------------------*/
/* アニメーション
-----------------------------------*/
#ktsCont .yura1 {
  animation-name: anim_h1;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.2s;
}
#ktsCont .yura2 {
  animation-name: anim_h2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
#ktsCont .yura3 {
  animation-name: anim_h3;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}
@keyframes anim_h1 {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
@keyframes anim_h2 {
  0% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
@keyframes anim_h3 {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
#ktsCont .blink1 {
  animation: flash1 1s linear infinite;
}
@keyframes flash1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#ktsCont .blink2 {
  animation: flash2 2s linear infinite;
}
@keyframes flash2 {
  0%, 100% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
/*  マナビリンク
-----------------------------------*/
#stationery .wrapTop4, #ktsCont .wrapTop4 {
  /*width: 100%;*/
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 40px 15px;
  box-sizing: border-box;
}
#stationery .wrapTop4 .sec_title h2, #ktsCont .wrapTop4 .sec_title h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
}
#stationery .bgC03, #ktsCont .bgC03 {
  background-color: #E5F5FB;
}
#stationery .line_center, #ktsCont .line_center {
  text-align: center;
}
#stationery .manabi_toha, #ktsCont .manabi_toha {
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  #stationery .wrapTop4, #ktsCont .wrapTop4 {}
  #stationery .wrapTop4 .sec_title h2, #ktsCont .wrapTop4 .sec_title h2 {}
  #stationery .bgC03, #ktsCont .bgC03 {}
  #stationery .line_center, #ktsCont .line_center {}
  #stationery .manabi_toha, #ktsCont .manabi_toha {
    max-width: 399px;
    margin-bottom: 100px;
  }
}
#stationery .image_fit, #ktsCont .image_fit {
  width: 100%;
  height: auto;
}
#stationery .pc, #ktsCont .pc {
  display: block;
}
#stationery .sp, #ktsCont .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  #stationery .sp, #ktsCont .sp {
    display: block;
  }
  #stationery .pc, #ktsCont .pc {
    display: none;
  }
}
#stationery .mg_top-20, #ktsCont .mg_top-20 {
  margin-top: 20px;
}
#stationery .mg_top-30, #ktsCont .mg_top-30 {
  margin-top: 30px;
}
#stationery .mg_top-40, #ktsCont .mg_top-40 {
  margin-top: 40px;
}
#stationery .obj_center, #ktsCont .obj_center {
  margin-left: auto;
  margin-right: auto;
}
#stationery .txt16-30, #ktsCont .txt16-30 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	/*color: #666666;*/
	font-size: 16px;
	line-height: 25.6px;;
}