@charset "UTF-8";
/* CSS Document */

/*  tmp
-----------------------------------*/
.image_fit {
  width: 100%;
  height: auto;
}
.kv {
  width: 100%;
  height: auto;
}
#kokuyo-st-main-contents .new_navi {
  list-style-type: none;
  margin: 20px auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#kokuyo-st-main-contents .new_navi li {
  display: inline;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #262626;
  margin: 0 0 20px 0;
}
#kokuyo-st-main-contents .new_navi li a {
  color: #262626;
  transition: all .3s ease;
  text-decoration: none;
}
#kokuyo-st-main-contents .new_navi li.now a, #kokuyo-st-main-contents .new_navi li a:hover {
  color: #fe9900;
}
#kokuyo-st-main-contents .wrap #contents #main {
  float: none;
  margin: 0 auto;
}
/*-----------------------------------
  page
-----------------------------------*/
#kokuyo-st-main-contents .top_kv_wrap {
  width: 1380px;
  margin: 0 auto;
}
#kokuyo-st-main-contents #caselink ul {
  display: flex;
  justify-content: space-between;
}
#kokuyo-st-main-contents .HowUse_flex_wrap {
  width: 100%;
  height: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
}
#kokuyo-st-main-contents .HowUse_flex {
  width: 506px;
  display: flex;
  justify-content: space-between;
}
#kokuyo-st-main-contents .HowUse_box {
  width: 125px;
}
#kokuyo-st-main-contents .HowUse_box.wide {
  width: 252px;
}
#kokuyo-st-main-contents .HowUse_box p {
  font-size: 13px;
  line-height: 1.6em;
  margin-top: 5px;
}