@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  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 {
  
}
#ktsCont .kv .kv_wrap {
  padding: 0;
  margin: 0 auto;
  width: 1048px;
}
@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: center;
  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 .main_catch h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1em;
}
@media screen and (max-width: 750px) {
  #ktsCont .main_catch h2 {
    font-size: 28px;
  }
}
#ktsCont .main_copy p {
  margin-top: 50px;
  text-align: center;
  font-size: 17px;
  line-height: 44px;
}
#ktsCont .sec_title {
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.25em;
}
#ktsCont .sec_title h3 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}
#ktsCont .sec_title p {
  display: block;
  margin: 0 auto;
  width: 120px;
  padding-top: 5px;
  border-top: 2px solid #262626;
  font-size: 16px;
}
#ktsCont h3.hTitle {
  
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #2f57a5;
  letter-spacing: 0.05em;
}
#ktsCont .bgc_01 {
  background-color: #eeeff0;
}
#ktsCont .item_list_box {
  width: 810px;
}

#ktsCont .award, #ktsCont .shop {
  text-align: center;
}
#ktsCont .award h4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.25em;
}
#ktsCont .award p {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.05em;
}
#ktsCont .shop h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
 #ktsCont .main_copy p, #ktsCont .award p {
  text-align: left;
}
  #ktsCont .award h4 {
    line-height: 1.4em;
  }
}