@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#ktsCont {
  font-family: 'Noto Sans JP', 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
================================================== */
#contents {
  width: 950px;
}
#contents .sectionH1 {
  width: 950px;
}
#ktsCont .kv {}
#ktsCont .kv .kv_wrap {
  padding: 0;
  margin: 0 auto;
  width: 720px;
}
/**/
/**/
/* ==================================================
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: 16px;
  margin: 15px 0 5px 0;
  font-weight: 500;
}
#ktsCont .table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#ktsCont .table table {
  width: 100%;
}
#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 {
  width: 100%;
  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: #efefef;
  /*color: #ffffff;*/
  text-align: center;
  border-color: #595757;
  font-size: 15px;
  line-height: 1.4em;
}
#ktsCont .table .c01 td {
  background-color: #ffffff;
  text-align: center;
  border-color: #595757;
  font-size: 15px;
  line-height: 1.4em;
}
#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 .sec_title h3 {
  text-align: center;
  font-size: 16px;
  color: #666666;
}
#ktsCont .lineup_wrap {
  width: 808px;
  margin: 15px auto 35px auto;
}
@media screen and (max-width: 750px) {}
#ktsCont .lineup_title {
  width: 808px;
  height: 43px;
  background-color: #33999b;
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
#ktsCont .lineup_title div {
  text-align: center;
  padding-top: 11px;
  height: 100%;
}
#ktsCont .lineup_title div.TitleDiv-01 {
  width: 220px;
  background-color: #0e8789;
  background-image: url(../img/TitleBg-01.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -16px;
}
#ktsCont .lineup_title div.TitleDiv-02 {
  width: 310px;
  background-color: #8fc31f;
  background-image: url(../img/TitleBg-02.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -10px;
}
#ktsCont .lineup_title div.TitleDiv-03 {
  width: 95px;
  background-color: #2f57a5;
  background-image: url(../img/TitleBg-03.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -25px;
}
#ktsCont .lineup_title div.TitleDiv-04 {
  width: 310px;
  background-color: #8fc31f;
  background-image: url(../img/TitleBg-04.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -10px;
}
#ktsCont .lineup_title div.TitleDiv-05 {
  width: 95px;
  background-color: #2ea7e0;
  background-image: url(../img/TitleBg-03.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -25px;
}
#ktsCont .lineup_title div.TitleDiv-06 {
  width: 220px;
  background-color: #13ae67;
  background-image: url(../img/TitleBg-01.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -16px;
}
#ktsCont .lineup_title div.TitleDiv-07 {
  width: 220px;
  background-color: #00729A;
  background-image: url(../img/TitleBg-01.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -16px;
}
#ktsCont .lineup_title div.TitleDiv-08 {
  width: 220px;
  background-color: #14A2BC;
  background-image: url(../img/TitleBg-01.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-indent: -16px;
}
#ktsCont ul.itemList {
  padding-bottom: 20px;
}
#ktsCont ul.itemList li {
  width: 808px;
  margin: 0;
  padding: 40px 0 30px 0;
  border-top: 1px dotted #333333;
}
#ktsCont ul.itemList li:first-child {
  padding: 25px 0 30px 0;
  border-top: none;
}
#ktsCont ul.itemList li:last-child {
  padding: 25px 0 0 0;
}
#ktsCont .lineup_itemBox {}
#ktsCont .lineup_itemLeft {
  width: 210px;
  text-align: center;
}
#ktsCont .lineup_itemRight {
  width: 580px;
  padding: 0 0 0 18px;
}
#ktsCont ul.itemInfo {
  margin: 0 0 0 1.2em;
  list-style-type: disc;
}
#ktsCont ul.itemInfo li {
  width: 580px;
  word-break: break-all;
}
#ktsCont ul.itemInfo li, #ktsCont ul.itemInfo li:first-child, #ktsCont ul.itemInfo li:last-child {
  margin: 0 0 3px 0;
  padding: 0;
  font-feature-settings: "palt";
  border-top: none;
}
#ktsCont .page_top {
  font-size: 14px;
  text-align: right;
  margin: 0 0 30px 0;
}
#ktsCont .page_top a {
  text-decoration: none;
  color: #333333;
}
#ktsCont .page_top a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {}
/*  ボタン
-----------------------------------*/
#ktsCont a.check_pc, #ktsCont a.check_sp {
  border-radius: 4px;
}
#ktsCont a.check_pc {
  background-color: #FF6E00;
  color: #FFF;
  padding: 0.1em 1em 0.3em 1em;
  margin-left: 1em;
  font-size: 14px;
  vertical-align: 0.15em;
}
#ktsCont a.check_sp {
  background-color: #0B4FC5;
  color: #FFF;
  padding: 0.1em 1em 0.3em 1em;
  margin-left: 1em;
  font-size: 14px;
  vertical-align: 0.15em;
}
#ktsCont a.check_pc.hover, #ktsCont a.check_sp.hover {
  -webkit-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  transition: opacity .1s ease;
}
#ktsCont a.check_pc.hover:hover, #ktsCont a.check_sp.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  ;
}
/*  モーダル
-----------------------------------*/
#Dmodal_bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 102;
  display: none;
}
#Dmodal_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 103;
  display: none;
}
#Dmodal_wrap .Dmodal_item_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#Dmodal_wrap .Dmodal_item_wrap iframe {
  width: 100%;
  height: 100%;
}
/* ショーケース誘導
-----------------------------------*/
.kokuyo-st-container .footer-showcase {
  padding: 55px 0;
  margin-bottom: 80px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}
.kokuyo-st-container .footer-showcase {
  background: #fcfbf3;
  border: 2px solid #ff6e00;
  border-left: none;
  border-right: none;
}
.kokuyo-st-container .footer-showcase .btnBox02 .leadTxt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a {
  width: 380px;
  height: 98px;
  box-sizing: border-box;
  display: block;
  border: 2px solid #333333;
  background: #fff;
  box-shadow: 2px 2px 0 0 #333333;
  text-decoration: none;
  color: #333333;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a:hover {
  opacity: .7;
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a .btnInner {
  border-right: 28px solid #75c2ef;
  padding: 12px;
  height: 98px;
  height: 94px;
  box-sizing: border-box;
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a .btnInner .img {
  display: inline-block;
  margin-top: 7px;
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
}
.kokuyo-st-container .footer-showcase .btnBox02 .btn02 a:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: #333333 transparent transparent #333333;
  border-style: solid;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#ktsCont .over-F {
  white-space: nowrap;
  overflow-x: visible;
}