
@charset "UTF-8";
h2.partsTitle {
  font-size: 1.4rem;
  margin: 30px 0;
  padding: 0 0 0 5px;
  position: relative;
  background: gray;
  color: #fff; }
  h2.partsTitle:after {
    content: '▼';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0%; }
    @media screen and (max-width: 768px) {
      h2.partsTitle:after {
        right: 0%; } }

.txt {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  line-height: 2.21; }
  @media screen and (max-width: 768px) {
    .txt {
      line-height: 2; } }

.txt12 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .txt12 {
      line-height: 2; } }

.txt_strong {
  line-height: 1.86;
  text-align: left;
  letter-spacing: 0;
  font-weight: 500; }

.txt_big {
  /*text-align: center;*/
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5; }
  .txt_big span {
    color: #0E84AC; }
  .txt_big.blu {
    color: #0E84AC; }

.txt_medium {
  margin-bottom: 20px;
  /*text-align: center;*/
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 1.8rem; }
  .txt_medium.blu {
    color: #0E84AC; }

.txt_small {
  margin-bottom: 20px;
  /*text-align: center;*/
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 1.6rem; }
  .txt_small.blu {
    color: #0E84AC; }

.head-ling01 span.bolder {
  border-width: 5px; }
  .head-ling01 span.bolder:after {
    height: 5px;
    bottom: -5px;
    width: 81px; }

.ttl {
  /*margin-bottom: 25px;
  text-align: center;*/
  font-size: 2.2rem;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .ttl {
      font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .ttl_fukidashi_big {
    max-width: 90%;
    margin: 0 auto; } }
.ttl_fukidashi_big h2 {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.45; }
  @media screen and (max-width: 768px) {
    .ttl_fukidashi_big h2 {
      margin-bottom: 11px;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      line-height: 1.45; } }
  .ttl_fukidashi_big h2 span {
    display: inline-block;
    position: relative; }
    .ttl_fukidashi_big h2 span:before {
      content: "";
      width: 38px;
      height: 60px;
      left: -54px;
      background: url(/ksol/pict/bg_product_detail_01.png) no-repeat center/100%;
      position: absolute;
      bottom: -2px; }
      @media screen and (max-width: 768px) {
        .ttl_fukidashi_big h2 span:before {
          left: -38px;
          bottom: 4px;
          transform: rotate(12deg);
          height: 44px; } }
    .ttl_fukidashi_big h2 span:after {
      content: "";
      width: 43px;
      height: 60px;
      right: -54px;
      background: url(/ksol/pict/bg_product_detail_02.png) no-repeat center/100%;
      position: absolute;
      bottom: -2px; }
      @media screen and (max-width: 768px) {
        .ttl_fukidashi_big h2 span:after {
          right: -43px;
          bottom: 2px;
          transform: rotate(-14deg);
          height: 44px; } }
    .ttl_fukidashi_big h2 span .blu {
      color: #0E84AC; }
  .ttl_fukidashi_big h2 small {
    font-size: 3rem; }
  .ttl_fukidashi_big h2 strong {
    font-size: 4rem; }
    @media screen and (max-width: 768px) {
      .ttl_fukidashi_big h2 strong {
        font-size: 2.4rem; } }

@media screen and (max-width: 768px) {
  .ttl_fukidashi_small {
    max-width: 90%;
    margin: 0 auto; } }
.ttl_fukidashi_small h2 {
  font-size: 2.4rem;
  margin: 0 -20px 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .ttl_fukidashi_small h2 {
      font-size: 1.4rem; } }
  .ttl_fukidashi_small h2 > span {
    padding: 0 60px;
    display: inline-block;
    background: url(/ksol/pict/bg_product_detail_01.png) no-repeat left bottom, url(/ksol/pict/bg_product_detail_02.png) no-repeat right bottom;
    background-size: 38px auto,43px auto; }
    @media screen and (max-width: 768px) {
      .ttl_fukidashi_small h2 > span {
        padding: 0 25px 6px;
        background-size: 20px auto; } }
    .ttl_fukidashi_small h2 > span .blu {
      color: #0E84AC; }

.ttl_blueline {
  padding: 5px 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin-bottom: 35px;
  background-color: #19A3D1; }
  @media screen and (max-width: 768px) {
    .ttl_blueline {
      margin-bottom: 25px;
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 10px 10px; } }

.ttl_point {
  display: inline-block;
  padding: 0 4px 7px;
  position: relative;
  box-sizing: border-box;
  min-width: 202px;
  border-bottom: 3px solid #E9EDF2; }
  .ttl_point:after {
    width: 31px;
    height: 3px;
    background-color: #76D3F2;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: ""; }

.ttl_bgNum li {
  padding: 25px 16px 27px;
  border-radius: 15px; }
  .ttl_bgNum li h4 {
    margin-bottom: 29px;
    padding-top: 14px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    z-index: 1; }
    .ttl_bgNum li h4 .txt-span {
      display: block;
      font-size: 2.6rem;
      color: #0E84AC;
      font-weight: bold; }
    .ttl_bgNum li h4 .num {
      font-size: 10rem;
      letter-spacing: -0.03em;
      color: #D1F4FF;
      line-height: 1;
      font-weight: bold;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, -50%);
      font-family: 'Century Gothic', 'Noto Sans JP', sans-serif; }

.ttl22 {
  font-weight: bold;
  margin: 0 0 26px;
  font-size: 2.2rem; }
  .ttl22.blu {
    color: #0E84AC; }

.ttl20 {
  margin: 0 20px 18px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45; }
  .ttl20.blu {
    color: #0E84AC; }

.ttl14 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43; }
  .ttl14.blu {
    color: #0E84AC; }

.q {
  margin-left: 8px;
  padding: 0 0 26px 32px;
  position: relative;
  color: #0E84AC;
  font-weight: 700;
  border-bottom: 1px solid #F0F0F0; }
  @media screen and (max-width: 768px) {
    .q {
      margin: 0 0 9px;
      padding: 0 0 6px 22px; } }
  .q .ttl {
    font-size: 2rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .q .ttl {
        font-size: 1.6rem; } }
  .q:after {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2rem; }
    @media screen and (max-width: 768px) {
      .q:after {
        font-size: 1.6rem; } }

.btn_contact a {
  width: 208px;
  height: 57px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 100px;
  background-color: #FF9B38; }
  .btn_contact a span {
    margin-right: -12px;
    padding-right: 36px;
    display: inline-block;
    background: url(/ksol/pict/ico_mail.png) no-repeat right top 6px/24px auto; }

.btn_link {
  max-width: 470px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn_link {
      max-width: 264px; } }
  .btn_link a {
    display: block;
    border-radius: 50px;
    padding: 12px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
    line-height: 1.25;
    text-align: center;
    background: #19A3D1;
    margin: 0 auto;
    padding: 22px 0 25px;
    font-size: 1.9rem; }
    @media screen and (max-width: 768px) {
      .btn_link a {
        padding: 17px 0 16px;
        font-size: 1.2rem; } }
    .btn_link a span {
      text-align: left;
      padding-right: 20px;
      display: inline-block;
      background: #19A3D1 url(/ksol/pict/ico_arrow_01.png) no-repeat right center;
      background-size: 12px auto;
      margin-right: -14px;
      padding-right: 36px;
      background-size: 16px auto; }
      @media screen and (max-width: 768px) {
        .btn_link a span {
          margin-right: -4px;
          padding-right: 20px;
          background-size: 10px auto; } }
    .btn_link a.arrowR span {
      background: #19A3D1 url(/ksol/pict/ico_arrow_09.png) no-repeat right center;
      background-size: 15px; }
    .btn_link a.arrowU span {
      background: #19A3D1 url(/ksol/pict/ico_arrow_06.png) no-repeat right center;
      background-size: 15px; }

.btn_link_small {
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btn_link_small {
      max-width: 246px; } }
  .btn_link_small a {
    padding: 15px 20px 16px;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    color: white;
    line-height: 1.25;
    background: #19A3D1; }
    @media screen and (max-width: 768px) {
      .btn_link_small a {
        font-size: 1.2rem; } }
    .btn_link_small a span {
      text-align: left;
      padding-right: 23px;
      display: inline-block;
      background: #19A3D1 url(/ksol/pict/ico_arrow_01.png) no-repeat right center;
      background-size: 12px auto; }
      @media screen and (max-width: 768px) {
        .btn_link_small a span {
          text-align: left;
          padding-right: 20px;
          display: inline-block;
          background: #19A3D1 url(/ksol/pict/ico_arrow_01.png) no-repeat right center;
          background-size: 12px auto; } }
    .btn_link_small a.arrowR span {
      background: #19A3D1 url(/ksol/pict/ico_arrow_09.png) no-repeat right center;
      background-size: 15px; }
    .btn_link_small a.arrowU span {
      background: #19A3D1 url(/ksol/pict/ico_arrow_06.png) no-repeat right center;
      background-size: 15px; }

.btn_dl {
  margin: 0 auto;
  max-width: 482px; }
  @media screen and (max-width: 768px) {
    .btn_dl {
      max-width: 336px; } }
  .btn_dl a {
    padding: 28px 10px 28px 20px;
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    background-color: #0EAC8E;
    border-radius: 50px;
    text-align: center;
    display: block; }
    @media screen and (max-width: 768px) {
      .btn_dl a {
        padding: 20px 10px 20px 20px;
        font-size: 1.5rem; } }
    .btn_dl a span {
      padding-right: 33px;
      display: inline-block;
      background: url(/ksol/pict/ico_down.png) no-repeat right center;
      background-size: 28px auto; }
      @media screen and (max-width: 768px) {
        .btn_dl a span {
          padding-right: 27px;
          background-size: 20px auto; } }

.btn_seminar a {
  margin: 0 auto;
  padding-right: 15px;
  width: 246px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  background: #19a3d1 url(/ksol/pict/ico_arrow_05.png) no-repeat right 29px center/14px auto;
  border-radius: 28.5px;
  color: #fff;
  font-weight: 700;
  transition: all ease .3s; }

.tag02 {
  width: 78px;
  margin: 0 auto 10px;
  display: block;
  padding: 1px 2px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid;
  font-weight: bold; }

.tag02.ora,
.ttl.ora {
  color: #FF9B38;
  border-color: #FF9B38; }

.tag02.blu,
.ttl.blu {
  color: #19A3D1;
  border-color: #19A3D1; }

.tag02.pur,
.ttl.pur {
  color: #A378CE;
  border-color: #A378CE; }

.tag02.gre,
.ttl.gre {
  color: #0EAC8E;
  border-color: #0EAC8E; }

.tag01 {
  margin-right: 5px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  padding: 4px 14px;
  box-sizing: border-box; }
  .tag01.blu {
    background-color: #19A3D1; }
  .tag01.ora {
    background-color: #FF9B38; }
  .tag01.gre {
    background-color: #0EAC8E; }
  .tag01.pur {
    background-color: #A378CE; }

.tag03 {
  display: inline-block;
  padding: 1px;
  min-width: 90px;
  background-color: #0E84AC;
  border-radius: 50px;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 19px; }
  .tag03.red {
    background-color: #BA3200; }

.list_nayami dl {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0px 1px 3px 0px #D1D1D1;
  -moz-box-shadow: 0px 1px 3px 0px #D1D1D1;
  box-shadow: 0px 1px 3px 0px #D1D1D1; }
  @media screen and (max-width: 768px) {
    .list_nayami dl {
      margin-bottom: 30px;
      padding: 30px 34px 27px;
      display: block; } }
.list_nayami dt {
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0E84AC;
  border-radius: 100px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #0E84AC; }
  @media screen and (max-width: 768px) {
    .list_nayami dt {
      margin: 0 auto 17px; } }
  .list_nayami dt .num {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    margin-top: -3px;
    font-family: Century Gothic; }
.list_nayami dd {
  flex: 1;
  font-size: 1.6rem;
  padding: 4px 20px 4px 0; }
  @media screen and (max-width: 768px) {
    .list_nayami dd {
      padding: 0;
      font-size: 1.4rem;
      line-height: 1.86; } }

.list_circle {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: -0.03em; }
  .list_circle li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px; }
    .list_circle li:before {
      content: "";
      width: 14px;
      height: 14px;
      position: absolute;
      top: 8px;
      left: 0;
      background: #19A3D1; }

.product-ul li dt.gre {
  border-color: #8DC347;
  color: #8DC347; }
.product-ul li dt.gray {
  border-color: #727272;
  color: #727272; }

.g-main table th.blu {
  background-color: #087ab1;
  color: #fff; }

.image-wrap {
  display: flex;
  margin: 40px 0 0 0; }

.image-box {
  margin-bottom: 0;
  padding: 17px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .image-box {
      margin: 0 -23px 60px;
      display: block;
      padding: 56px 23px 60px; } }
  .image-box .text-box {
    margin-top: -12px;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .image-box .text-box {
        margin: 0 0 38px; } }
  .image-box p {
    letter-spacing: -0.018em;
    margin: 0;
    line-height: 2.21; }
    @media screen and (max-width: 768px) {
      .image-box p {
        line-height: 2;
        letter-spacing: -0.03em; } }
  .image-box .photo-box {
    width: 36%;
    margin: -5px 24px 0 47px; }
    @media screen and (max-width: 768px) {
      .image-box .photo-box {
        margin: 0 20px;
        width: auto;
        text-align: center; } }
  .image-box img {
    width: 100%; }

@media screen and (max-width: 768px) {
  .case-ul li {
    width: 100%; } }
.case-ul li.shadow {
  padding: 26px 20px 40px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 7px 10px #d7eef5; }
  @media screen and (max-width: 768px) {
    .case-ul li.shadow {
      width: 100%; } }
  .case-ul li.shadow p {
    margin-right: 0; }
.case-ul.column3 {
  display: flex; }
  .case-ul.column3 li {
    width: 30%; }
    @media (max-width: 1280px) {
      .case-ul.column3 li {
        width: 100%; } }
    @media (max-width: 1280px) {
      .case-ul.column3 li .case-photo {
        height: 63vw; } }
    .case-ul.column3 li.shadow {
      width: 32%;
      padding: 26px 20px 40px;
      box-sizing: border-box;
      border-radius: 15px;
      background: #fff;
      box-shadow: 0px 7px 10px #d7eef5; }
      @media (max-width: 1280px) {
        .case-ul.column3 li.shadow {
          width: 100%; } }
      .case-ul.column3 li.shadow p {
        margin-right: 0; }

.department.bgwhite {
  background: none; }

.main-img02.mv01 {
  background-image: url(/template/ksol2/images/img_mv.jpg); }
  @media screen and (max-width: 768px) {
    .main-img02.mv01 {
      background: none; } }
  @media (max-width: 1280px) {
    .main-img02.mv01 .sp-box {
      background-image: url(/template/ksol2/images/img_mv@sp.jpg); } }

.g-main .under01-ttl-l1 {
  background-image: url(/template/ksol2/images/img_header.jpg); }
  @media screen and (max-width: 768px) {
    .g-main .under01-ttl-l1 {
      background-image: url(/template/ksol2/images/img_header@sp.jpg); } }

.department-ul li .photo.height-none {
  height: initial; }

.daikin-solutions.img01 {
  background-image: url(/ksol/pict/pic_top_08.jpg); }

.seminar.img01 {
  background-image: url(/ksol/pict/bg_event_detail_01.jpg); }

/* view_timer対策 20230602ADD */
.view_timer {
  display: none;
}
/* /view_timer対策 20230602ADD */





