@charset "UTF-8";
/**/
/**/
/* ==================================================
Page Cont
================================================== */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
#ktsCont {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  background-color: #FFFFFF;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  #ktsCont {
    font-size: 3.46666vw;
  }
}
#ktsCont * {
  box-sizing: border-box;
}
/**/
/**/
/* ==================================================
Page wrap & kye visual
================================================== */
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
  margin: 0 auto;
  padding: 80px 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap3 {
  margin: 0 auto;
  padding: 80px 0px 0 0px;
  box-sizing: border-box;
}
.kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap4 {
  margin: 0 auto;
  padding: 80px 0px 0 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap {
    width: 100%;
    padding: 8.5vw 15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap2 {
    width: 100%;
    padding: 8.5vw -15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap3 {
    width: 100%;
    padding: 8.5vw -15px 0 -15px;
  }
  .kokuyo-st-container #kokuyo-st-main-contents #ktsCont #contents .wrap4 {
    width: 100%;
    padding: 15vw 0 0 0;
  }
  .kokuyo-st-container .pagetop {
    width: 100%;
  }
  .kokuyo-st-container .pagetop a {
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    min-width: inherit;
  }
  .kokuyo-st-container .pagetop a {
    margin-right: 0;
  }
}
#ktsCont .kv {
  width: 100%;
  position: relative;
}
#ktsCont .kv .kv_wrap {
  /*max-width: 1380px;*/
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}
#ktsCont .kv .kv_box {
  position: relative;
}
#ktsCont .kv .kv_wrap img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 750px) {
  #ktsCont .kv {}
  #ktsCont .kv .kv_wrap {
    width: 100%;
  }
}
#ktsCont sup {
  font-size: 70% !important;
  vertical-align: super !important;
  line-height: inherit !important;
}
#ktsCont sub {
  font-size: 70% !important;
  vertical-align: sub !important;
  line-height: inherit !important;
}
/**/
/**/
/* ==================================================
Page style
================================================== */
/*  ページ固有Table
-----------------------------------*/
#ktsCont .table .c01 th {
  background-color: #fafafa;
  /*color: #ffffff;*/
  text-align: center;
  border-color: #575757;
}
#ktsCont .table .c01 td {
  background-color: #ffffff;
  text-align: center;
  border-color: #575757;
}
#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;
}
#ktsCont .table table td:first-child.bdL {
  border-left: 1px solid #595757;
  ;
}
#ktsCont .table p {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  #ktsCont .table th, #ktsCont .table td {
    white-space: nowrap;
  }
}
#ktsCont .table table th {
  font-size: 18px !important;
  line-height: 1.4em;
}
#ktsCont .table table td {
  font-size: 18px !important;
  line-height: 1.4em;
}
/*  ナビゲーション 並びhack
-----------------------------------*/
#stationery #lnavi ul.ktsGnaviList.wrap::after {
  content: none;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
}
#stationery #lnavi ul li {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'Zen Maru Gothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#stationery #lnavi ul li a {
  display: inline-block;
  color: #575757;
  text-decoration: none;
}
#stationery #lnavi ul li a:hover {
  color: #0097d8;
}
#stationery #lnavi ul li a.now {
  color: #0097d8;
}
#stationery #lnavi ul li {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}
#stationery #lnavi ul li a {
  transition: all 0.3s ease;
}
#stationery #lnavi ul li a:hover {
  opacity: 0.4;
}
/*  動画埋め込み
-----------------------------------*/
#ktsCont .movie {
  width: 100%;
  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%;
}
/**/
/**/
/* ==================================================
ページ固有 style
================================================== */
#stationery #lnavi.fixed {
  z-index: 50;
}
#ktsCont section.first-child {
  /*margin-top: 135px;*/
}
#ktsCont a {
  color: #262626;
}
#ktsCont a:hover {
  color: #313131;
}
#ktsCont img {
  width: 100%;
  height: auto;
}
#ktsCont strong {
  font-weight: 700;
}
#ktsCont h2.sec_title {
  width: 243px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont section.first-child {
    /*margin-top: 16vw;*/
  }
  #ktsCont h2.sec_title {
    width: 41.6vw;
    font-size: 6.82666vw;
  }
}
/*--------------------------------------*/
#ktsCont h3.pedin_h2_sub_01 {
  width: 444px;
  margin: 0 auto 0 auto;
}
#ktsCont .pedin_img {
  width: 540px;
  margin: 30px auto 0 auto;
}
#ktsCont .pedin_open_img {
  width: 540px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont h3.pedin_h2_sub_01 {
    width: 59.2vw;
  }
  #ktsCont .pedin_img {
    width: 92vw;
    margin: 6vw auto 0 auto;
  }
  #ktsCont .pedin_open_img {
    width: 92vw;
    margin: 6vw auto 0 auto;
  }
}
/*--------------------------------------*/
#ktsCont .blink02 {
  animation: blinkAnime01 .7s infinite alternate;
}
.fluffy1 {
  animation: fluffy1 4.5s ease infinite;
}
.fluffy2 {
  animation: fluffy2 4.5s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(-5px)
  }
  25% {
    transform: translateY(5px)
  }
  50% {
    transform: translateY(-5px)
  }
  75% {
    transform: translateY(5px)
  }
  100% {
    transform: translateY(-5px)
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(5px)
  }
  25% {
    transform: translateY(-5px)
  }
  50% {
    transform: translateY(5px)
  }
  75% {
    transform: translateY(-5px)
  }
  100% {
    transform: translateY(5px)
  }
}
#ktsCont .animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes blink03 {
  from {
    animation-timing-function: ease;
    opacity: 0.0;
  }
  to {
    animation-timing-function: ease;
    opacity: 0.0;
  }
  30% {
    animation-timing-function: ease;
    opacity: 1;
  }
  70% {
    animation-timing-function: ease;
    opacity: 1;
  }
}
#ktsCont .blink03 {
  animation-name: blink03;
}
/**/
#ktsCont .underBorder01 {
  background: linear-gradient(#b6e1ff, #b6e1ff) 0 100% / 0 0.6em no-repeat;
  text-decoration: none;
  transition: background-size 0.5s;
  padding-bottom: 0em !important;
}
#ktsCont .underBorder01.view {
  background-size: 100% 0.6em;
}
#ktsCont .plat {
  font-feature-settings: "palt";
}
/*  KV
-----------------------------------*/
@media screen and (max-width: 750px) {}
/*  #ank_Function
-----------------------------------*/
#ktsCont .function_box {
  margin: 0 auto 0 auto;
  padding: 50px 0;
}
#ktsCont .function_box.first-child {
  padding-top: 85px;
}
#ktsCont .function_box.last-child {
  margin-top: 50px;
  padding-bottom: 0;
}
#ktsCont .mococo_open {
  width: 500px;
  margin: 0 auto 0 auto;
}
#ktsCont .function_bg_01 {
  background-image: url(../img/function_bg_01.svg);
  background-position: center center;
  background-size: 52px auto;
  background-repeat: repeat;
}
#ktsCont .function_bg_02 {
  background-image: url(../img/function_bg_02.svg);
  background-position: center center;
  background-size: 52px auto;
  background-repeat: repeat;
}
@media screen and (max-width: 750px) {
  #ktsCont .function_box {
    padding: 8vw 0;
  }
  #ktsCont .function_box.first-child {
    padding-top: 14vw;
  }
  #ktsCont .function_box.last-child {
    margin-top: 8.5vw;
  }
  #ktsCont .mococo_open {
    width: 86.66666vw;
  }
  #ktsCont .function_bg_01 {
    background-size: 9vw auto;
  }
  #ktsCont .function_bg_02 {
    background-size: 9vw auto;
  }
}
#ktsCont .function_fukidashi_wrap {
  width: 589px;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#ktsCont .function_fukidashi_01 {
  width: 201px;
  margin-top: 37px;
}
#ktsCont .function_fukidashi_02 {
  width: 171px;
}
#ktsCont .function_fukidashi_03 {
  width: 147px;
  margin-top: 72px;
}
#ktsCont .function_img_01 {
  width: 530px;
  margin: -25px auto 0 auto;
}
#ktsCont .function_img_02 {
  width: 846px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .function_fukidashi_wrap {
    width: 96vw;
    margin: 10px auto 0 auto;
  }
  #ktsCont .function_fukidashi_01 {
    width: 34.66666vw;
    margin-top: 5vw;
  }
  #ktsCont .function_fukidashi_02 {
    width: 29.6vw;
  }
  #ktsCont .function_fukidashi_03 {
    width: 25.4vw;
    margin-top: 13vw;
  }
  #ktsCont .function_img_01 {
    width: 92vw;
    margin: 0 auto 0 auto;
  }
  #ktsCont .function_img_02 {
    width: 100%;
    margin: 4vw auto 0 auto;
  }
}
/*  #ank_Shindan
-----------------------------------*/
#ktsCont p.Shindan {
  font-size: 18px;
}
#ktsCont .Shindan_link {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont p.Shindan {
    font-size: 4.26666vw;
  }
  #ktsCont .Shindan_link {
    width: 88vw;
    margin: 2.66666vw auto 0 auto;
  }
}
/*  #ank_Lineup
-----------------------------------*/
#ktsCont .lineup_item_01 {
  width: 1100px;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .lineup_item_01 {
    width: 75.46666vw;
    margin: 13vw auto 0 auto;
  }
}
#ktsCont .tableWrap {
  margin-top: 50px !important;
}
#ktsCont .Lineup_note_wrap {
  width: 750px;
  border: 1px solid #262626;
  border-radius: 10px;
  margin: 80px auto 0 auto;
  padding: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
#ktsCont .Lineup_note_wrap p {
  font-size: 16px;
  line-height: 1.6em;
}
#ktsCont .Lineup_note_wrap p span {
  color: #e50012;
}
@media screen and (max-width: 750px) {
  #ktsCont .tableWrap {
    margin-top: 13vw !important;
  }
  #ktsCont .Lineup_note_wrap {
    width: 90vw;
    margin: 16vw auto 0 auto;
    padding: 4vw;
  }
  #ktsCont .Lineup_note_wrap p {
    font-size: 3.73333vw;
  }
}
/**/
#ktsCont .tableWrap {
  width: 950px;
  margin: 0 auto;
}
#ktsCont .table {
  width: 950px;
  margin: 0 auto;
}
#ktsCont .table table td.itemColor_01 {
  background-image: url(../img/itemColor_01.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont .table table td.itemColor_02 {
  background-image: url(../img/itemColor_02.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont .table table td.itemColor_03 {
  background-image: url(../img/itemColor_03.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont .table table td.itemColor_04 {
  background-image: url(../img/itemColor_04.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont .table table td.itemColor_05 {
  background-image: url(../img/itemColor_05.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont .table table td.itemColor_06 {
  background-image: url(../img/itemColor_06.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
#ktsCont p.tableNote {
  font-size: 18px
}
@media screen and (max-width: 750px) {
  #ktsCont .tableWrap {
    width: 100%;
    overflow-x: scroll;
  }
  #ktsCont .table {}
  #ktsCont .table table th {
    font-size: 14px !important;
  }
  #ktsCont .table table td {
    font-size: 14px !important;
  }
  #ktsCont .table table td.itemColor_01 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont .table table td.itemColor_02 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont .table table td.itemColor_03 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont .table table td.itemColor_04 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont .table table td.itemColor_05 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont .table table td.itemColor_06 {
    background-size: 16px 16px;
    background-position: 6px center;
    padding-left: 30px;
  }
  #ktsCont p.tableNote {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/**/
#ktsCont p.Campaign {
  font-size: 20px;
  text-align: center;
}
#ktsCont .bottom_link {
  width: 828px;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont p.Campaign {
    font-size: 4.26666vw;
  }
  #ktsCont .bottom_link {
    width: 92vw;
    margin: 3.2vw auto 0 auto;
  }
}
/* 2024 10 21 */
#ktsCont .item_ttl_wrap01, #ktsCont .item_ttl_wrap02 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
#ktsCont h2.item_ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
#ktsCont h2.item_ttl.mococo_pedin {
  letter-spacing: normal;
  padding: 0 0.2em;
  padding-bottom: 0px;
  text-decoration: none;
  padding-bottom: 0.2em !important;
  background: linear-gradient(#c9e7e7, #c9e7e7) 0 100% / 100% 0.5em no-repeat;
}
#ktsCont h2.item_ttl.mococo {
  letter-spacing: normal;
  padding: 0 0.2em;
  padding-bottom: 0px;
  text-decoration: none;
  padding-bottom: 0.2em !important;
  background: linear-gradient(#f7c7ca, #f7c7ca) 0 100% / 100% 0.5em no-repeat;
}
@media screen and (max-width: 750px) {
  #ktsCont .item_ttl_wrap01, #ktsCont .item_ttl_wrap02 {}
  #ktsCont h2.item_ttl {
    font-size: 6.4vw;
  }
  #ktsCont h2.item_ttl.mococo_pedin {}
  #ktsCont h2.item_ttl.mococo {}
}
#ktsCont .movie_over_wrap {
  width: 720px;
  height: 405px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont .movie_over_wrap {
    width: 92vw; /*345px*/
    height: 51.73333vw; /*194px*/
    margin: 8vw auto 0 auto;
  }
}
#ktsCont h3.sub_title {
  width: 537px; /*444*/
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 750px) {
  #ktsCont h3.sub_title {
    width: 71.6vw;
    margin: 0 auto 0 auto;
  }
}
#ktsCont .function_bg_03 {
  background-image: url(../img/function_bg_03.svg);
  background-position: center center;
  background-size: 52px auto;
  background-repeat: repeat;
}
/*　アコーディオン */
#ktsCont .accordion_link_wrap {
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 20px;
}
#ktsCont .accordion_link_wrap p {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  padding-left: 25px;
  background-image: url(../img/link_arrow_open.svg);
  background-position: left center;
  background-size: 19px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ktsCont .accordion_link_wrap p.view {
  background-image: url(../img/link_arrow_close.svg);
}
#ktsCont .accordion_link_wrap p::before {
  content: "もっと見る";
}
#ktsCont .accordion_link_wrap p.view::before {
  content: "折りたたむ";
}
#ktsCont .accordion_box {
  display: none;
}
#ktsCont .accordion_box.view {}
@media screen and (max-width: 750px) {
  #ktsCont .accordion_link_wrap {
    display: none;
  }
  #ktsCont .accordion_box {
    display: block;
  }
  #ktsCont .accordion_box.view {}
}
/**/
#ktsCont .which_arrow {
  width: 357px;
  margin: 5px auto 0 auto;
}
#ktsCont .which_img_wrap {
  width: 720px;
  margin: 5px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#ktsCont .which_img_box {
  width: 340px;
  text-align: center;
}
#ktsCont .which_img_box a {
  text-decoration: none;
  color: #333333;
  transition: opacity .3s ease;
}
#ktsCont .which_img_box a:hover {
  opacity: 0.7;
}
#ktsCont h3.which_ittl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
#ktsCont .which_img {
  width: 340px;
  height: 310px;
  position: relative;
  margin: 10px 0 0 0;
}
#ktsCont .which_img_01 {
  background-image: url(../img/which_img_01.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ktsCont .which_img_02 {
  background-image: url(../img/which_img_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ktsCont .which_img_txt_wrap {
  width: 260px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}
#ktsCont .which_img_txt_inner {}
#ktsCont p.which_img_txt {
  font-size: 17px;
  line-height: 1.5em;
}
#ktsCont .which_img_ttl {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#ktsCont .which_img_ttl p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: -0.3em;
}
#ktsCont .which_img_01 .which_img_ttl {
  background-color: #78c4c4;
}
#ktsCont .which_img_02 .which_img_ttl {
  background-color: #f0939e;
}
@media screen and (max-width: 750px) {
  /*345*/
  #ktsCont .which_arrow {
    width: 50.66666vw; /*345*/
    margin: 1vw auto 0 auto;
  }
  #ktsCont .which_img_wrap {
    width: 92vw;
    margin: 1vw auto 0 auto;
  }
  #ktsCont .which_img_box {
    width: 43.73333vw; /*164*/
  }
  #ktsCont .which_img_box a {}
  #ktsCont .which_img_box a:hover {}
  #ktsCont h3.which_ittl {
    font-size: 4.26666vw;
  }
  #ktsCont .which_img {
    width: 43.73333vw; /*164*/
    height: 57.6vw;
    margin: 1vw 0 0 0;
  }
  #ktsCont .which_img_01 {
    background-image: url(../img/which_img_01_sp.jpg);
  }
  #ktsCont .which_img_02 {
    background-image: url(../img/which_img_02_sp.jpg);
  }
  #ktsCont .which_img_txt_wrap {
    width: 37.33333vw;
    bottom: 2.6vw;
  }
  #ktsCont .which_img_txt_inner {
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #ktsCont p.which_img_txt {
    font-size: 3.46666vw;
    line-height: 1.4em;
  }
  #ktsCont .which_img_ttl {
    height: 10.66666vw;
    margin-top: 1.33333vw;
  }
  #ktsCont .which_img_ttl p {
    font-size: 3.73333vw;
    line-height: 1.2em;
    margin-top: -0.2em;
  }
  #ktsCont .which_img_01 .which_img_ttl {}
  #ktsCont .which_img_02 .which_img_ttl {}
}
/**/
/**/
/**/
/**/
/**/
/**/