@charset "UTF-8";
@media screen and (max-width: 750px) {
  body {
    min-width: inherit;
  }
  #ktsCont .wrap {
    width: auto;
  }
  .kokuyo-st-container #kokuyo-st-main-contents .wrap {
    width: auto;
    padding: 0 15px;
  }
}
/**/
/**/
/*  font style
-----------------------------------*/
.font_center {
  text-align: center;
}
.font_right {
  text-align: right;
}
.font_left {
  text-align: left;
}
.font_center_pc {
  text-align: center;
}
.font_right_pc {
  text-align: right;
}
.font_left_pc {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .font_center_pc {
    text-align: left;
  }
  .font_right_pc {
    text-align: center;
  }
  .font_left_pc {
    text-align: center;
  }
}
/* footer-bnr */
#stationery .footer-bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  margin: 0 auto;
}
#stationery .footer-bnr li {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
/* ショーケース誘導 */
#stationery .footer-showcase {
  padding: 55px 0;
  margin-bottom: 80px;
}
#stationery .footer-showcase {
  background: #fcfbf3;
  border: 2px solid #ff6e00;
  border-left: none;
  border-right: none;
}
#stationery .footer-showcase .btnBox02 .leadTxt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
#stationery .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;
}
#stationery .footer-showcase .btnBox02 .btn02 a:hover {
  opacity: .7;
}
#stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
  border-right: 28px solid #75c2ef;
  padding: 12px;
  height: 98px;
  height: 94px;
  box-sizing: border-box;
}
#stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img {
  display: inline-block;
  margin-top: 7px;
}
#stationery .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);
}
#stationery .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;
}
@media screen and (max-width: 750px) {
  #stationery .sp {
    display: block;
  }
  #stationery .pc {
    display: none;
  }
  /* gnavi */
  #stationery #lnavi {
    display: none;
  }
  /* header */
  #stationery #contents-header {
    width: auto;
    margin: 0 auto;
    margin-top: 46px;
  }
  .kokuyo-st-container #pagetop {
    width: auto;
    margin: 0 auto;
  }
  #stationery .footer-bnr {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  #stationery .footer-bnr li {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  #stationery .footer-showcase {
    padding: 20px 0 0;
    margin-bottom: 0px;
  }
  #stationery .footer-showcase .btnBox02 .leadTxt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #stationery .footer-showcase .btnBox02 .btn02 a {
    width: 90%;
    height: auto;
    border: 2px solid #333333;
    font-size: 13px;
    margin: 0 auto 25px;
  }
  #stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
    border-right: 20px solid #75c2ef;
    padding: 11px 9px;
    height: auto;
    box-sizing: border-box;
  }
  #stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img img {
    width: 190px;
    height: auto;
  }
}