<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
#ktsCont {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #343434;
  font-size: 16px;
  line-height: 26px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  #ktsCont {}
}
#ktsCont * {
  box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap &amp; kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 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;
  }
}
#ktsCont .kv {
  width: 100%;
  min-width: 100%;
}
#ktsCont .kv .kv_wrap {
  padding: 0;
  margin: 0 auto;
  width: 1048px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #ktsCont .kv {}
  #ktsCont .kv .kv_wrap {
    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: 783px;
  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: #9dbe18;
}
#stationery #lnavi ul li a.now {
  color: #9dbe18;
}
/* for EC LINK
--------------------------*/
#ktsCont .eclink {
  width: 90%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}
#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;
}
@media screen and (min-width: 750px) {
  #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;
  }
}
/*  ページ固有
-----------------------------------*/
/*  フェード効果
-----------------------------------*/
.fadeinUT {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.7s ease 0.0s;
}
.fadeinTU {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 0.7s ease 0.0s;
}
.fadeinUT.scrollin, .fadeinTU.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* アニメーション
-----------------------------------*/
#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 0.75s linear infinite;
}
@keyframes flash2 {
  0%, 100% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
}
/*  ページ固有
-----------------------------------*/
/* ヘッダナビ */
#stationery #lnavi ul li a:hover {
  color: #9dbe18;
}
#stationery #lnavi ul li a.now {
  color: #9dbe18;
}
/* SNSリンク表示場所移動 */
#contents-EX {}
#contents-EX::after, #kokuyo-st-main-contents::after, #main .group::after, .wrap::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#stationery #contents-EX {
  margin: 0 auto 20px;
}
.kokuyo-st-container div#contents-EX {
  position: relative !important;
  min-height: 34px !important;
  width: calc(100vw - 60px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 10px !important;
  margin-left: 5px !important;
  max-width: initial !important;
}
@media screen and (max-width: 750px) {
  #contents-EX {
    display: none;
  }
}
/* コクヨのマナビとは */
#ktsCont .manabi_toha {
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  #ktsCont .manabi_toha {
    max-width: 399px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #ktsCont .kv {
    margin-top: 46px;
  }
}
/**/
#ktsCont .detailLink {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  color: #FFFFFF;
  width: 200px;
  height: 52px;
  border-radius: 26px;
  text-align: center;
  padding-top: 18px;
  text-decoration: none;
  -webkit-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  transition: opacity .1s ease;
  background-image: url(../img/linkArrow.png);
  background-repeat: no-repeat;
  background-position: right 25px center;
}
@media screen and (min-width: 750px) {
  #ktsCont .detailLink:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
#ktsCont .detailLink.linkbg01 {
  background-color: #0098D8;
}
#ktsCont .detailLink.linkbg02 {
  background-color: #59B9D1;
}
#ktsCont .detailLink.linkbg03 {
  background-color: #E0867C;
}
#ktsCont .detailLink.linkbg04 {
  background-color: #9175B5;
}
#ktsCont .detailLink.linkbg05 {
  background-color: #7C7DB9;
}
/**/
#ktsCont .wrapTop1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 40px 15px;
  box-sizing: border-box;
}
#ktsCont .wrapTop2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 15px 70px 15px;
  box-sizing: border-box;
}
#ktsCont .wrapTop3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 15px 90px 15px;
  box-sizing: border-box;
}
#ktsCont .wrapTop4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 40px 15px;
  box-sizing: border-box;
}
#ktsCont .wrapNormal {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  #ktsCont .wrapTop1 {}
  #ktsCont .wrapTop2 {}
  #ktsCont .wrapTop3 {}
  #ktsCont .wrapTop4 {}
}
#ktsCont .bgC01 {
  background-color: #F5F5F5;
}
#ktsCont .bgC02 {}
#ktsCont .bgC03 {
  background-color: #E5F5FB;
}
#ktsCont .bgC04 {
  background-image: url(../img/bgImg4.jpg);
}
#ktsCont .bgC05 {
  background-image: url(../img/bgImg5.jpg);
}
#ktsCont .txtLarge {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
#ktsCont .txtMiddle {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 750px) {
  #ktsCont .txtLarge {
    font-size: 22px;
    font-feature-settings: "palt";
  }
  #ktsCont .txtMiddle {
    font-feature-settings: "palt";
  }
}
#ktsCont hr.hr01 {
  height: 6px;
  background-image: url(../img/hrbg01.png);
  border: none;
  margin: 65px -15px;
}
#ktsCont .sec_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
}
#ktsCont .txt16-30 {
  font-size: 16px;
  line-height: 30px;
}
#ktsCont .mg_top-25sp10, #ktsCont .mg_top-25sp30 {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #ktsCont .mg_top-25sp10 {
    margin-top: 35px;
  }
  #ktsCont .mg_top-25sp30 {
    margin-top: 55px;
  }
}
/**/
#ktsCont .topBlink01_under {
  width: 505px;
  font-size: 18px;
  text-align: center;
  margin: 2em auto 0 auto;
  letter-spacing: 0.1em;
}
#ktsCont p.topBlink02_under {
  font-size: 18px;
  text-align: center;
  margin: 0 0 0 0 !important;
  letter-spacing: 0.05em;
}
#ktsCont .wrapTop2n {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 15px 0 15px;
  box-sizing: border-box;
}
#ktsCont .img_wrap {
  padding-left: 15px;
  padding-right: 15px;
}
#ktsCont .Solution_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #ktsCont .topBlink01_under {
    width: 77vw;
    font-size: 3.7vw;
    letter-spacing: -0.05em;
  }
  #ktsCont p.topBlink02_under {
    font-size: 3.7vw;
    letter-spacing: -0.05em;
  }
  #ktsCont .wrapTop2n {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0 70px 0;
    box-sizing: border-box;
  }
  #ktsCont #ank_Solution.wrapTop2n {
    padding-bottom: 0;
  }
  #ktsCont .Solution_wrap {
    margin-top: 20vw;
  }
}
#ktsCont .Subjects_ank_wrap {
  width: 750px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#ktsCont .Sub01 {
  background-color: #9dbe18;
}
#ktsCont .Sub02 {
  background-color: #0098d8;
}
#ktsCont .Sub03 {
  background-color: #e0867c;
}
#ktsCont .Sub04 {
  background-color: #59b9d1;
}
#ktsCont .Sub05 {
  background-color: #9175b5;
}
#ktsCont .Subjects_ank {
  width: 130px;
  height: 54px;
  font-size: 24px;
  margin: 0 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  position: relative;
}
#ktsCont .Subjects_ank::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 2px dashed #ffffff;
  border-radius: 8px;
}
#ktsCont a.Subjects_ank {
  text-decoration: none;
}
#ktsCont a.Subjects_ank:hover {
  opacity: 0.6;
}
#ktsCont .Subjects_2nd {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #ktsCont .Subjects_ank_wrap {
    width: 100%;
    margin: 4vw auto 0 auto;
  }
  #ktsCont .Subjects_ank {
    width: 27.73333vw; /*130px*/
    height: 11.52vw; /*43.2px*/
    font-size: 5.12vw;
    margin: 0 0.8vw;
    border-radius: 2.13333vw;
  }
  #ktsCont .Subjects_ank::after {
    width: calc(100% - 2.56vw);
    height: calc(100% - 2.56vw);
    border: 0.42666vw dashed #ffffff;
    border-radius: 1.70666vw;
  }
  #ktsCont .Subjects_2nd {
    margin-top: 4vw;
  }
}
#ktsCont #Sub01_wrap {
  margin: 60px 0 0 0;
  padding: 30px 0;
  background-color: #e4edbe;
  border-top: 2px dashed #9dbe18;
}
#ktsCont #Sub02_wrap {
  margin: 30px 0 0 0;
  padding: 30px 0;
  background-color: #d0e3f5;
  border-top: 2px dashed #0098d8;
}
#ktsCont #Sub03_wrap {
  margin: 30px 0 0 0;
  padding: 30px 0;
  background-color: #f6ddd7;
  border-top: 2px dashed #e0867c;
}
#ktsCont #Sub04_wrap {
  margin: 30px 0 0 0;
  padding: 30px 0;
  background-color: #c8e8f0;
  border-top: 2px dashed #59b9d1;
}
#ktsCont #Sub05_wrap {
  margin: 30px 0 0 0;
  padding: 30px 0;
  background-color: #ddd4e8;
  border-top: 2px dashed #9175b5;
}
#ktsCont #ank_Recommend {
  margin: 30px 0 0 0;
  padding: 30px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 750px) {
  #ktsCont #Sub01_wrap, #ktsCont #Sub02_wrap, #ktsCont #Sub03_wrap, #ktsCont #Sub04_wrap, #ktsCont #Sub05_wrap, #ktsCont #ank_Recommend {
    margin: 6.6666vw 0 0 0;
    padding: 9.33333vw 0;
  }
}
#ktsCont .Subjects_flex {
  width: 850px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#ktsCont .Subjects_img_box {
  width: 378px;
  margin-top: 40px;
}
#ktsCont .Subjects_img_ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#ktsCont .Subjects_img_subttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}
#ktsCont .Subjects_img_txt {
  font-size: 18px;
  line-height: 1.7em;
  /*letter-spacing: 0.02em;*/
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
}
#ktsCont .Sub01_img_shadow {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
#ktsCont .Sub01_img_01 {
  width: 378px;
  margin-top: 20px;
}
#ktsCont .Sub02_img_01 {
  width: 192px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .Subjects_flex {
    width: 86.13333vw;
    margin: 0 auto 0 auto;
    display: block;
  }
  #ktsCont .Subjects_img_box {
    width: 86.13333vw;
    margin-top: 9.33333vw;
  }
  #ktsCont .Subjects_img_ttl {
    font-size: 4.8vw;
  }
  #ktsCont .Subjects_img_subttl {
    font-size: 4.26666vw;
    letter-spacing: -0.05em;
    margin-top: 2.66666vw;
  }
  #ktsCont .Subjects_img_txt {
    font-size: 4.26666vw;
    letter-spacing: -0.06em;
    margin-top: 4vw;
  }
  #ktsCont .Sub01_img_shadow {
    filter: drop-shadow(0.6vw 0.6vw 0.6vw rgba(0, 0, 0, 0.3));
  }
  #ktsCont .Sub01_img_01 {
    width: 100%;
    margin-top: 2.66666vw;
  }
  #ktsCont .Sub02_img_01 {
    width: 43.46666vw;
    margin-top: 2.66666vw;
  }
}
#ktsCont h3.Recommend_ttl {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#ktsCont .Recommend_ank {
  width: 193px;
  margin: 0 auto;
}
#ktsCont .Recommend_flex {
  width: 630px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#ktsCont .Recommend_img_box {
  width: 160px;
  height: 295px;
  margin: 35px 0 0 0;
  text-align: center;
  position: relative;
}
#ktsCont .Recommend_img {
  width: 135px;
  margin: 0 auto;
}
#ktsCont p.item_name {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0 !important;
}
#ktsCont a.detail_link {
  font-size: 16px;
  font-weight: bold;
  width: 160px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b1cb46;
  color: #ffffff;
  transition: opacity .3s ease;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 22px;
  background-image: url(../img/item_link_arrow.svg);
  background-position: right 1em center;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  #ktsCont a.detail_link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  #ktsCont h3.Recommend_ttl {
    width: 42.6666vw;
    font-size: 5.5vw;
  }
  #ktsCont .Recommend_ank {
    width: 38.6vw;
  }
  #ktsCont .Recommend_flex {
    width: 86.13333vw;
    display: block;
  }
  #ktsCont .Recommend_img_box {
    width: 42.66666vw;
    height: auto;
    margin: 9.7vw auto 0 auto;
    text-align: center;
  }
  #ktsCont .Recommend_img {
    width: 36vw;
  }
  #ktsCont p.item_name {
    font-size: 4.26666vw;
    margin: 2.66666vw 0 0 0 !important;
  }
  #ktsCont a.detail_link {
    position: static;
    margin: 3vw auto 0 auto;
    font-size: 4.26666vw;
    width: 42.66666vw;
    height: 11.73333vw;
    border-radius: 5.86666vw;
    background-size: 2.4vw auto;
    transform: translateX(0);
  }
}
#ktsCont .topFukidashi_img_02 {
  width: 270px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .topFukidashi_img_02 {
    width: 53.5vw;
    margin: 8vw auto 0 auto;
  }
}
/*  モーダル
-----------------------------------*/
#Dmodal_bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}
#Dmodal_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1001;
  display: none;
}
#Dmodal_wrap .Dmodal_item_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#Dmodal_wrap .Dmodal_item_wrap iframe {
  width: 100%;
  height: 100%;
}</pre></body></html>