@charset "utf-8";

.keyvisual-container {
  width: 100%;
  /* padding-left: 15px;
  padding-right: 15px; */
  margin-left: auto;
  margin-right: auto;
}

/* .keyvisual-container .keyvisual-container__wrapper {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
} */

.keyvisual-container .keyvisual {
  /* width: 100%; */
  background-size: cover;
  position: relative;
  /* height: 550px; */
}

.keyvisual-container .km-kv-container__item {
  position: relative;
}

/* .keyvisual-container .km-kv-container__item img {
  width: 100%;
} */

.keyvisual__wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
}

.keyvisual__wrap__inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 970px;
}

.keyvisual__wrap__inner .keyvisual-outer {
  background-color: rgba(255,255,255,0.8);
  display: inline-block;
  padding: 30px 25px;
  width: 60vh;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
}

.keyvisual__wrap__inner .keyvisual-outer__ttl {
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 20px !important;
}

.keyvisual__wrap__inner .keyvisual-outer__ttl i {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
}

.keyvisual__wrap__inner .keyvisual-outer__txt {
  padding: 10px;
  font-size: 1.6rem;
}

.keyvisual-outer .contact-us {
  color: #0068b4 !important;
  font-weight: bold;
  /* margin-left: 40px !important; */
  margin-bottom: -20px !important;
  text-align: center !important;
}

.keyvisual-outer .btn-consult {
  position: relative;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 0.92em 1.5em 0.92em 1.5em;
  text-align: center !important;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  background-repeat: no-repeat;
  background-color: #0066cc;
  transition: opacity ease .3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.keyvisual-outer .button_bg{
  text-align: center;
}

.keyvisual-outer .btn-consult:hover {
  background-color: #4B99E5;
  color: #fff;
  opacity: .7;
  text-decoration: none !important;
}

#contentsArea .km-inpage-link.LABEL-nav-list {
  margin-bottom: 5px !important;
}

#contentsArea .LABEL-nav-list .km-inpage-link__list li:first-child {
  padding-left: 30px;
}

#contentsArea .LABEL-nav-list .km-inpage-link__list li {
  border-right: 1px solid #0068b4;
  text-align: center;
  padding-right: 35px;
  margin-right: 10px;
}

#contentsArea .LABEL-nav-list .km-inpage-link__list li:last-child {
  border-right: 0;
}

#contentsArea .LABEL-nav-list .km-inpage-link__list li a {
  background-image: none;
}

#contentsArea .km-left-border h2 {
  font-weight: bold !important;
  color: #333333;
  background-color: #F0F7FF;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  border-bottom: 0;
  padding-bottom: 0;
}

#contentsArea .km-left-border h2 span {
  display: block;
  border-left: 6px solid #0062C2;
  padding: 11px 16px 7px;
}

.text-emphasis {
  font-weight: bold;
  background: linear-gradient(transparent 60%,#FFFEA8 0%);
  font-size: 1.1rem;
}

.p-caption {
  font-size: 14px !important;
  text-align: center !important;
}

.box-image__wrapper.bg-cyan, 
.box-image__wrapper.bg-yellow, 
.box-image__wrapper.bg-green-light, 
.box-image__wrapper.bg-green-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box-image__wrapper .box-image__title {
  color: #fff;
  background-color: #009999;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}

.box-image__wrapper .image.parbase {
  border: 1px solid #d9d9d9;
  padding: 10px; 
}

.layoutBallon-info {
  background-color: #f5f5f5;
  position: relative;
  padding: 20px;
  text-align: center;
}

.layoutBallon-info .heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.layoutBallon-info .desc {
  font-size: 18px;
}

.layoutBallon-info::before {
  width: 20px;
  height: 0;
  left: 50%;
  border-bottom: 40px solid #f5f5f5;
  border-left: 45px solid transparent;
  position: absolute;
  content: "";
  transform: rotate(180deg);
  bottom: -39px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.layoutBallon-info::after {
  width: 20px;
  height: 0px;
  left: 45%;
  border-top: 44px solid #f5f5f5;
  border-right: 52px solid transparent;
  position: absolute;
  content: "";
  transform: rotate(90deg);
  bottom: -33px;
}

.box-image__wrapper.current-work-image {
  background-color: #e5f5f5;
}

.box-image__wrapper.current-work-image .box-image__desc {
  margin: 20px;
  background-color: #fff;
  width: 95%;
}

.box-image__wrapper.current-work-image .image.parbase {
  display: flex;
  align-items: center;
}

.box-image__wrapper.current-work-image .image.parbase .km-image {
  width: 235px;
  text-align: right;
  margin-right: 10px;
}

.box-image__wrapper.current-work-image .image.parbase .km-image img {
  width: 110px;
}

.box-image__wrapper.current-work-image .image.parbase .km-image-desc {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.7;
}

.stickers-labels-section {
  width: 900px !important;
}

.box-image__wrapper.bg-yellow .box-image__title {
  background-color: #bf9000 !important;
}

.box-image__wrapper.bg-yellow .box-image__desc {
  display: flex;
  flex-direction: column
}

.box-image__wrapper.bg-yellow .image.parbase .km-image img {
  width: 125px;
}

.box-image__wrapper.bg-yellow .image.parbase .km-image-desc {
  font-size: 0.7375rem;
  height: 55px;
}

.box-image__wrapper.bg-yellow .box-image__desc {
  width: 100%;
}

.box-image__wrapper.bg-green-light, 
.box-image__wrapper.bg-green-dark {
  background-color: #eef2ea;
}

.box-image__wrapper.bg-green-light .box-image__title {
  background-color: #548235;
}

.box-image__wrapper.bg-green-light .box-image__desc {
  margin: unset;
  background-color: unset;
  width: 100%;
}

.box-image__wrapper.bg-green-light .image.parbase .km-image-desc {
  font-size: 0.7375rem;
  font-weight: unset;
}

.box-image__wrapper.bg-green-light .image.parbase .km-image {
  width: unset;
  text-align: unset;
  flex: 0 0 25%;
}

.box-image__wrapper.bg-green-light .image.parbase {
  padding-bottom: 10px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.box-image__wrapper.bg-green-light .image.parbase .km-image img {
  width: unset;
}

.box-image__wrapper.bg-green-dark .box-image__title {
  background-color: #385723 !important;
}

.box-image__wrapper.bg-green-dark .box-image__desc {
  margin: unset;
  background-color: unset;
  width: unset;
  width: 100%;
}

.box-image__wrapper.bg-green-dark .image.parbase .km-image-desc {
  font-size: 0.7375rem;
  font-weight: unset;
}

.box-image__wrapper.bg-green-dark .image.parbase .km-image {
  width: 95px;
  text-align: unset;
  flex: 0 0 25%;
}

.box-image__wrapper.bg-green-dark .image.parbase {
  justify-items: center;
  align-items: center;
  padding-bottom: 10px;
  flex-direction: flex-start;
}

.box-image__wrapper.bg-green-dark .image.parbase .km-image img {
  width: unset;
}

.circle {
  height: 200px;
  width: 200px;
  background-color: #049c9c;
  border-radius: 50%;
  display: inline-block;
  color:#fff;
  margin: 18px 20px;
}

.circle p{
  font-weight: bold;
  font-size: 1.7em!important;
  color: #fff!important;
  text-align: center!important;
  height: 100%!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  margin: auto;
}


.triangle {
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  padding: auto;
  border-left: 20px solid #049c9c;
}

.image-shape{
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: 10px 20px;
}

.notice-wrap{
  background: #000;
}

#contentsArea.printlab .km-article-list__item .km-article-list__content__title_color {
  color:#000!important
}

.digital-label-machine .bg-green-light .box-image__title {
  background-color: #049c9c;
}

.digital-label-machine .box-image__content {
  margin-left: unset;
  margin-right: unset;
  background-color: #e5f5f5;
  padding: 20px 30px;
  width: 100% !important;
}

.digital-label-machine .box-image__content .box-image__content__item .box-image__desc {
  position: relative;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 50px;
}

.digital-label-machine .box-image__content .box-image__content__item .small-title {
  font-weight: bold;
  margin-bottom: 8px !important;
}

.digital-label-machine .box-image__content .box-image__content__item .km-icon-1  {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.digital-label-machine .box-image__content .box-image__content__item .arrow-icon-1 {
  width: 200px;
}

.digital-label-machine .box-image__content .box-image__content__item .box-image__desc ul > li {
  font-size: 0.8375rem;
}

.box-image__desc ul li{
  background-image: none !important;
  padding-left: 0px !important;
}

#contentsArea #km-container__related-content .notice-wrap {
  background-color: #F0F0F0;
}

#contentsArea p {
  font-size: 1rem;
}

#contentsArea #km-container__related-content .km-article-list__content {
  padding-top: 10px;
}

#contentsArea.printlab .km-btn-cta, #contentsArea.printlab .km-btn-cta-blank {
  box-shadow: 0px 8px 9px 0px #b5bcc3;
}

.keyvisual-outer{
  width: 45% !important;
}

#contentsArea .product{
  color: #0062C2 !important;
  text-decoration: underline;
}

#contentsArea .product_underline:hover{
  text-decoration: none !important;
}

.box-image__desc{
  background: rgba(191, 144, 0, 0.2)
}

/* @media screen and (max-width: 320px) {
  .pcHide_bg{
    height: 250px !important;
  }
}

@media screen and (max-width: 450px) and (min-width: 321px){
  .pcHide_bg{
    height: 260px !important;
  }
}

@media screen and (max-width: 598px) and (min-width: 451px){
  .pcHide_bg{
    height: 315px !important;
  }
} */

@media screen and (max-width: 599px) {
  .keyvisual-outer{
    width: 100% !important;
  }
}

@media screen and (max-width: 599px) {
  .layoutBallon-info::before {
    left: 43%;
    border-bottom: 39px solid #f5f5f5;
    border-left: 45px solid transparent;
    transform: rotate(270deg);
    bottom: -38px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }

  .layoutBallon-info::after {
    left: 50%;
    border-top: 44px solid #f5f5f5;
    border-right: 52px solid transparent;
    transform: rotate(0deg);
    bottom: -40px;
  }

  .keyvisual__wrap__inner {
    width: 100%;
  }

  .keyvisual__wrap__inner .keyvisual-outer {
    margin-top: unset;
    padding: 10px;
    width: 100%;
  }

  .keyvisual__wrap__inner .keyvisual-outer__ttl i {
    font-size: 4vw;
  }

  .keyvisual__wrap__inner .keyvisual-outer__txt {
    font-size: 3vw !important;
  }

  .keyvisual-outer .contact-us {
    font-size: 3vw !important;
  }

  .keyvisual-outer .btn-consult {
    font-size: 3vw;
  }

  #contentsArea .sdgs_index .km-inpage-link__list .sp_size {
    width: 25%;
    display: flex;
    align-items: center;
  }

  #contentsArea p {
    font-size: 0.938rem;
  }

  .p-caption {
    font-size: 13px !important;
  }

  #contentsArea .km-left-border h2, 
  #contentsArea h3 {
    font-size: 19px;
  }

  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0;
  }

  .stickers-labels-section {
    width: 100% !important;
  }

  .box-image__wrapper.current-work-image .image.parbase .km-image {
    width: 170px;
  }

  #contentsArea .km-btn-cta-blank {
    font-size: 0.75rem;
  }

  /* .image-shape {
    flex-direction: column;
  }

  .triangle {
    border-top: 25px solid #049c9c;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: unset;
  } */

  #contentsArea .km-article-list {
    display: flex;
    flex-wrap: wrap;
  }

  #km-container__related-content .km-article-list__item {
    display: flex;
    width: 100%;
  }
  
  #km-container__related-content .km-article-list__item > a {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
  }

  #km-container__related-content .km-article-list__thumb {
    position: relative;
    background-color: #cbcbcb;
    margin-bottom: 0px;
    width: 40%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #contentsArea .km-article-list__thumb img {
    width: 232px;
    height: unset;
    position: unset;
  }

  #contentsArea .km-article-list__content {
    width: 60%;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 25px;
  }

  .digital-label-machine .box-image__content .box-image__content__item {
    margin-bottom: 15px;
  }

  .digital-label-machine .box-image__content .box-image__content__item:last-child {
    margin-bottom: 0;
  }

  .box-image__wrapper.current-work-image .image.parbase .km-image-desc {
    font-size: 3.2vw;
  }

  .digital-label-machine .box-image__content {
    padding: 20px 10px;
  }

  #contentsArea.printlab .km-article-list__item a:hover .km-article-list__content__title {
    color: #0062C2 !important;
  }

  #contentsArea.printlab .km-article-list__item a .km-article-list__content__title {
    font-size: 2.5vw;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 2.8vw;
  }

  #contentsArea.printlab .register-contact-btn p {
    font-size: 0.938rem;
  }

  #contentsArea .km-btn-cta-blank span {
    background-image: none;
  }
}

@media screen and (min-width: 521px) and (max-width: 580px) {
  .layoutBallon-info::before {
    left: calc(43% - 2px);
  }
}

@media screen and (max-width: 520px) {
  .layoutBallon-info::before {
    left: calc(42% - 2px);
  }
}

@media screen and (max-width: 500px) {
  .layoutBallon-info::before {
    left: calc(42% - 3px);
  }
}

@media screen and (min-width: 375px) and (max-width: 428px) {
  .layoutBallon-info::before {
    left: calc(40% - 3px);
  }
}

@media screen and (max-width: 398px) {
  .keyvisual__wrap__inner .keyvisual-outer__ttl i {
    font-size: 5vw;
  }

  .keyvisual__wrap__inner .keyvisual-outer__txt {
    font-size: 3.6vw !important;
  }

  .keyvisual-outer .contact-us {
    font-size: 3.6vw !important;
  }

  .keyvisual-outer .btn-consult {
    font-size: 12px;
  }

  #contentsArea .km-btn-cta, #contentsArea .km-btn-cta-blank {
    font-size: 12px;
  }
}

@media screen and (max-width: 486px) {
  #contentsArea.printlab .km-img-link .kmg-img-link__container .km-icon, #contentsArea.printlab .km-article-list__content .km-icon {
    padding: 5px;
  }

  #contentsArea.printlab .km-img-link .kmg-img-link__container .arrow-icon, #contentsArea.printlab .km-article-list__content .arrow-icon {
    width: 13px;
    height: 10px;
  }
}

@media screen and (max-width: 374px) {
  .layoutBallon-info::before {
    left: calc(42% - 15px);
  }
}

@media screen and (max-width: 320px) {
  .layoutBallon-info::before {
    left: calc(42% - 20px);
  }
}

@media screen and (max-width: 280px) {
  .layoutBallon-info::before {
    left: calc(42% - 23px);
  }
}

@media screen and (max-width: 599px){

  /* .pcHide_bgr{
    height: 265px !important;
  } */
  .button_sp{
    height: 51.81px !important;
    font-size: 16px !important;
  }
  
  #contentsArea .km-inpage-link__list li {
    margin-right: 0;
  }
  
  #contentsArea .km-inpage-link__list li a {
    background: url("/business/products/graphic/printlab/resources/common/img/icon_arrow-down_002.svg") no-repeat left center;
    padding-left: 30px;
    font-size: 15px !important;
    background-size: 28px 28px !important;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .km-inpage-link_sp {
    padding: 20px 30px 30px;
    background-color: #F7F7F7 !important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #F7F7F7 !important;
    margin-bottom: 20px !important;
  }
  .km-inpage-link_sp h3 {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 0px !important;
    margin-left: -10px !important;
  }
  
  .km-inpage-link_sp .km-inpage-link__list{
    margin-left: -20px !important;
    padding: 0 2px 20px;
    font-weight: bold;
    text-align: left;
  }
  .km-inpage-link_sp .km-inpage-link__list {
    padding: 18px 16px 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
  }
}

@media screen and (max-width: 599px) and (min-width: 418px){

  .image-shape {
    flex-direction: row;
    margin: 0px;
    
  }

  .triangle {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    padding: auto;
    border-left: 15px solid #049c9c;
    border-right: 0px;
    margin: 0 auto;
  }

  .circle {
    height: 100px;
    width: 100px;
    background-color: #049c9c;
    border-radius: 50%;
    display: inline-block;
    color:#fff;
    margin: 18px 10px;
  }
  
  .circle p{
    font-weight: bold;
    font-size: 1em!important;
    color: #fff!important;
    text-align: center!important;
    height: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: auto;
  }
}

@media screen and (max-width: 417px) and (min-width: 369px){

   .image-shape {
    flex-direction: row;
    margin: 0px;
    
  }

  .triangle {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    padding: auto;
    border-left: 15px solid #049c9c;
    border-right: 0px;
    margin: 0 auto;
  }

  .circle {
    height: 90px;
    width: 90px;
    background-color: #049c9c;
    border-radius: 50%;
    display: inline-block;
    color:#fff;
    margin: 18px 5px;
  }
  
  .circle p{
    font-weight: bold;
    font-size: 0.9em!important;
    color: #fff!important;
    text-align: center!important;
    height: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: auto;
  }
}

@media screen and (max-width: 368px) and (min-width: 337px){

  .image-shape {
   flex-direction: row;
   margin: 0px;
   
 }

 .triangle {
   width: 0; 
   height: 0; 
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   padding: auto;
   border-left: 15px solid #049c9c;
   border-right: 0px;
   margin: 0 auto;
 }

 .circle {
   height: 80px;
   width: 80px;
   background-color: #049c9c;
   border-radius: 50%;
   display: inline-block;
   color:#fff;
   margin: 18px 5px;
 }
 
 .circle p{
   font-weight: bold;
   font-size: 0.8em!important;
   color: #fff!important;
   text-align: center!important;
   height: 100%!important;
   display: flex!important;
   justify-content: center!important;
   align-items: center!important;
   margin: auto;
 }
}

@media screen and (max-width: 336px){

  .image-shape {
   flex-direction: row;
   margin: 0px;
   
 }

 .triangle {
   width: 0; 
   height: 0; 
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   padding: auto;
   border-left: 15px solid #049c9c;
   border-right: 0px;
   margin: 0 auto;
 }

 .circle {
   height: 70px;
   width: 70px;
   background-color: #049c9c;
   border-radius: 50%;
   display: inline-block;
   color:#fff;
   margin: 18px 5px;
 }
 
 .circle p{
   font-weight: bold;
   font-size: 0.8em!important;
   color: #fff!important;
   text-align: center!important;
   height: 100%!important;
   display: flex!important;
   justify-content: center!important;
   align-items: center!important;
   margin: auto;
 }
}

@media screen and (max-width: 599px) and (min-width: 436px){
  .km-article-list__content__title{
    font-size: 13px !important;
  }
}

@media screen and (max-width: 435px) and (min-width: 390px){
  .km-article-list__content__title{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 389px) and (min-width: 368px){
  .km-article-list__content__title{
    font-size: 11px !important;
  }
}

@media screen and (max-width: 367px){
  .km-article-list__content__title{
    font-size: 10.5px !important;
  }
}
@media screen and (max-width: 469px) and (min-width: 430px){
  .layoutBallon-info .heading {
    font-size: 27px !important;
  }
}
@media screen and (max-width: 429px) and (min-width: 392px){
  .layoutBallon-info .heading {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 391px) and (min-width: 330px){
  .layoutBallon-info .heading {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 340px){
  .layoutBallon-info .heading {
    font-size: 18px !important;
  }
  .text_1{
    font-size: 13px !important;
  }
}
@media screen and (max-width: 320px){
  .text_2{
    font-size: 14.5px !important;
  }
}
@media screen and (max-width: 349px){
  .text_3{
    font-size: 13.25px !important;
  }
}

@media screen and (max-width: 460px){
  .box-image__wrapper.current-work-image .image.parbase .km-image_sp{
    text-align: left;
    margin-right: -65px;
    
  }
  #contentsArea .km-image_sp img{
    width: 60%;
  }
}
.content_first{
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  margin-bottom: -7px;
}
.km-icon_first{
  bottom: 7px !important;
}
@media screen and (max-width: 599px){
  .km-icon_first{
    bottom: 0px !important;
  }
  .content_first{
    display: none;
  }
}

@media screen and (min-width: 1600px){
  .km-kv-container__item__thumb_label{
    height: 396px;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1400px){
  .km-kv-container__item__thumb_label{
    height: 355px;
  }
  .keyvisual-outer__ttl i{
    font-size: 25px !important;
  }
  .keyvisual-outer__txt{
    font-size: 15px !important;
  }
  .btn-consult{
    height: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 14px;
    width: 260px !important;
  }
  .contact-us{
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px){
  .km-kv-container__item__thumb_label{
    height: 345px;
  }
  .keyvisual-outer__ttl i{
    font-size: 24px !important;
  }
  .keyvisual-outer__txt{
    font-size: 14px !important;
  }
  .btn-consult{
    height: 40px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 13.5px;
    width: 250px !important;
  }
  .contact-us{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1100px){
  .km-kv-container__item__thumb_label{
    height: 335px;
  }
  .keyvisual-outer__ttl i{
    font-size: 23px !important;
  }
  .keyvisual-outer__txt{
    font-size: 13px !important;
  }
  .btn-consult{
    height: 40px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    font-size: 12.5px;
    width: 230px !important;
  }
  .contact-us{
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1099px) and (min-width: 900px){
  .km-kv-container__item__thumb_label{
    height: 320px;
  }
  .keyvisual-outer__ttl i{
    font-size: 22px !important;
  }
  .keyvisual-outer__txt{
    font-size: 12px !important;
  }
  .btn-consult{
    height: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 11.5px;
    width: 210px !important;
  }
  .contact-us{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 899px) and (min-width: 700px){
  .km-kv-container__item__thumb_label{
    height: 320px;
  }
  .keyvisual-outer__ttl i{
    font-size: 22px !important;
  }
  .keyvisual-outer__txt{
    font-size: 12px !important;
  }
  .btn-consult{
    height: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 11.5px;
    width: 210px !important;
  }
  .contact-us{
    font-size: 12px !important;
  }
}

@media screen and (max-width: 699px) and (min-width: 600px){
  .km-kv-container__item__thumb_label{
    height: 310px;
  }
  .keyvisual-outer__ttl i{
    font-size: 21px !important;
  }
  .keyvisual-outer__txt{
    font-size: 11px !important;
  }
  .btn-consult{
    height: 35px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 10.5px;
    width: 200px !important;
  }
  .contact-us{
    font-size: 11px !important;
  }
}




