@charset "UTF-8";
@media screen and (max-width: 767px) {
    .dbk-contents__main-inner {
        padding: 0 20px;
    }
}
.br_sp {
  display: none;
}
.disp_sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_sp {
    display: block !important;
  }
}

.sec_win11 {
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 10px 0px 10px
}
.sec_win11 .win11_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    margin-right: 0;
    color: #0078D4;
}
.sec_win11 .win11_logo {
    margin-left: 30px;
    line-height: 0 !important;
}
.sec_win11 .win11_logo img {
    width: 150px;
}
@media screen and (max-width: 599px) {
  .sec_win11 {
    padding: 20px 0px 20px
  }
}

.content_title{
  margin-bottom: 25px;
}
.bborder{
  padding-bottom: 15px;
  border-bottom: 1px solid #b5b5b5;
}
.content_title_inr {
  padding: 9px 30px 6px 16px !important;
  text-align: left;
  font-size: 21px !important;
  font-weight: bold;
  border-left: 6px solid #09003b !important;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .content_title{
    margin-bottom: 15px;
  }
  .content_title_inr {
    padding: 0 16px;
    font-size: 17px !important;
  }
}

#mainconts .contents__mainvisual {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainconts .contents__mainvisual {
    width: auto;
  }
}
#mainconts .contents__mainvisual .contents__mainvisual-image {
  width: 100%;
}
#mainconts .contents__mainvisual .contents__mainvisual-image .image {
  display: block;
  width: 100%;
}
#mainconts .contents__mainvisual .contents__mainvisual-image .contents__mainvisual-service {
  display: table;
  width: 100%;
}
#mainconts .contents__mainvisual .contents__mainvisual-image .contents__mainvisual-service .title {
  display: table-cell;
  width: 30.5%;
  background-color: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #mainconts .contents__mainvisual .contents__mainvisual-image .contents__mainvisual-service .title {
    width: 29%;
    font-size: 11px;
  }
}
#mainconts .contents__mainvisual .contents__mainvisual-image .contents__mainvisual-service .text {
  display: table-cell;
  width: 69.5%;
  padding: 25px 22px;
  vertical-align: middle;
  background-color: #6ec8fa;
  color: #000;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mainconts .contents__mainvisual .contents__mainvisual-image .contents__mainvisual-service .text {
    width: 71%;
    font-size: 11px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #mainconts .section:last-child {
    margin-bottom: 43px;
  }
}
#mainconts .lead-text {
  margin-bottom: 60px;
}
#mainconts p {
  line-height: 2;
  letter-spacing: 0.4px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #mainconts p {
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: -0.6px;
  }
}
.yt_wrap {
  margin: 0 auto 60px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  ul.dbk-list--caution li.dbk-u-indent-10 small {
    font-size: 12px !important;
  }
}

.whitepaper_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 20px 60px 20px;
}
.whitepaper_wrap .whitepaper_text {
  width: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.whitepaper_wrap .whitepaper_text img {
  width: 80px;
}
.whitepaper_wrap .whitepaper_text p {
  padding: 0 20px 0 20px;
}
.whitepaper_wrap .whitepaper_btn {
  min-width: 220px;
}
@media print, screen and (max-width: 599px) {
  .whitepaper_wrap {
    display: block;
  }
  .whitepaper_wrap .whitepaper_btn {
    margin-top: 20px;
  }
}
.whitepaper_wrap .whitepaper_btn a {
  width: 100%;
  padding:8px 0 7px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: #0078d4 solid 2px;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #0078d4;
  transition: .3s ease;
  
}
.whitepaper_wrap .whitepaper_btn a::after {
  content: "";
  margin-left: 0.5rem;
  width: 22px;
  height: 24px;
  background: url(../images/icon_dl.png) no-repeat center;
  background-size: 100%;
}
.whitepaper_wrap .whitepaper_btn a:hover {
  transition: .3s ease;
  color: #0078d4;
  border: #0078d4 solid 2px;
  background: #fff;
}
.whitepaper_wrap .whitepaper_btn a:hover::after {
  background: url(../images/icon_dl_hover.png) no-repeat center;
  background-size: 100%;
}

.product_wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0px;
  padding: 10px 20px 30px;
  border-bottom: 1px solid #b5b5b5;
}
.product_wrap .product_text .subtitle {
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: bold;
}
.product_wrap .product_text .leadtxt {
  margin-top: 15px;
  line-height: 1.4 !important;
}
.product_wrap .product_text .logoheader {
  margin-top: 35px;
  font-weight: bold;
}
.product_wrap .product_text .productlogo {
  margin-top: 10px;
  width: 80%;
}
.product_wrap a.productbtn {
  display: block;
  text-align: center;
  width: 80%;
  margin-top: 36px;
  padding:8px 0 7px 0;
  border: #0078d4 solid 2px;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #0078d4;
  transition: .3s ease;
}
.product_wrap a.productbtn:hover {
  transition: .3s ease;
  color: #0078d4;
  border: #0078d4 solid 2px;
  background: #fff;
}
.product_wrap .product_image {
  grid-row: 1 / span 2;
  grid-column: 2;
}
.product_wrap .product_image .productimg {
  text-align: center;
  padding-top: 20px;
}
.product_wrap .product_image .productimg img {
  width: 90%;
}
.product_wrap .product_image .sec_win11 {
    margin: 15px auto 0;
}
.product_wrap .product_image .sec_win11 .win11_txt {
    font-size: 10px !important;
}
.product_wrap .sec_win11 .win11_logo {
    margin-left: 25px;
    line-height: 0 !important;
}
.product_wrap .sec_win11 .win11_logo img {
    width: 110px;
}
@media screen and (max-width: 599px) {
  .product_wrap {
    display: block;
    padding: 10px 0 30px;
    text-align: center;
  }
  .product_wrap .product_text .productlogo {
    margin: 10px auto 10px;
    width: 70%;
  }
  .product_wrap .product_image .productimg img {
    width: 80%;
  }
  .product_wrap .sec_win11 {
    padding: 20px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product_wrap a.productbtn {
    width: 90%;
    margin: 10px auto 0;
  }
}
.product_notes {
  margin: 20px 0 60px;
  font-size: 12px;
  color: #666;
  list-style: none;
}

.tobira_wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  padding: 0 20px 0 20px;
  margin-bottom: 60px;
}
.tobira_wrap .tobira_text .leadtxt {
  margin-top: 15px;
}
.tobira_wrap a.tobirabtn {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding:8px 0 7px 0;
  border: #0078d4 solid 2px;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: #0078d4;
  transition: .3s ease;
}
.tobira_wrap a.tobirabtn:hover {
  transition: .3s ease;
  color: #0078d4;
  border: #0078d4 solid 2px;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .tobira_wrap {
    display: block;
    padding: 10px 0 30px;
  }
  .tobira_wrap a.tobirabtn {
    width: 90%;
    margin: 20px auto 0;
  }
}

/*------------------------------------------------
 K70 Production adjustment 2025/12/03
--------------------------------------------------*/
.product_wrap .production_adjustment {
  display: block;
  padding-top: 15px;
  line-height: 1.6;
  font-size: 14px;
}
.product_wrap .production_adjustment span {
  display: inline-block;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  padding: 2px 5px;
}
.product_wrap .production_adjustment a {
  text-decoration: underline !important;
}
.product_wrap .product_image {
  grid-row: 1 / span 3;
}
.product_wrap a.productbtn {
  margin-top: 20px;
}
@media print, screen and (max-width: 599px) {
  .product_wrap .production_adjustment {
    font-size: 12px;
    padding-top: 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}