@charset "UTF-8";

article{
    margin: 0 auto;
}

.case_h3 {
    position: relative;
    /*padding:0.25em 1em;
    margin:50px auto;*/
    color: #014190;
    box-sizing: border-box;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 20px;

}
.case_h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #014190;/*左線*/
  font-size: 20px;
  }

  .subTl {
    font-size: 26px;
    color: #014190;
    font-weight: bold;
    line-height: 1.4;
    margin: 70px 0 20px;
    text-align: center;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 導入事例テーブル */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.introduction{
    width:90%;
    border: 2px solid #ccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 50px;
  }
  
  @media screen and (max-width: 420px) {
  .introduction{
    width:100%;
      }}
   
   
  .introduction th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    width: 15%;
    overflow: hidden;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #ccc;
  }
   
  .introduction td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    font-style: normal;
    font-size: 16px;
    background-color: #ffffff;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
  }
   
  @media (max-width: 420px){
  .introduction th{
    width:95%;
    display:block;
    margin: 0 auto;
    border:none;
    border-radius: 3px;
      box-sizing: border-box;
      margin-top: 10px;
  }
      
  .introduction td{
    display: list-item;
    margin: 0 auto;
    border-top: none !important;
  }
      
  .introduction tr{
    border:none;
  }

  .subTl {
    text-align: start;
  }

  .description h1 {
    margin-block-end: 2em
  }

}

  .img-container {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
  }

  .img-container img{ 
    width: 50%;
  }


  .grid-container img {
    height: 100%;
  }

 .grid-container {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 570px 330px;
  grid-template-rows: 420px 100px;
 }

 #gi1 {
  text-align: center;
  grid-column: 1 / 2;
  grid-row: 1 /3;
 }

 #gi2 { 
  height: 100%;
  display: flex;
  align-items: flex-end;
 }

 #gi2 img {
  height: 80%;

 }

 
 .description .text-area {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  padding-top: 10px;
 }

 .develop {
  margin: 0 auto;
 }

 .develop img {
  width: 60%;
  margin: 0 auto;
 }
 @media (max-width: 920px) {
  .grid-container {
    max-width: 710px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 390px 320px;
    grid-template-rows: 300px 70px;
   }

   #gi2 img {
    height: 90%;
}

 }

 @media (max-width: 720px) {
    .grid-container {
      max-width: 360px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 235px 125px;
      grid-template-rows: 220px 70px;
      padding-left: 0;
     }

     #gi1 {
      text-align: center;
      grid-column: 1 / 2;
      grid-row: 1 /2;
     }

     #gi2 img {
      height: auto;
      width: 100%;
  }

     #gi3 {
      grid-column: 1 / 3;
     }
    
     .description .text-area {
      text-align: end;
     }

     .pc-br {
      display: none;
     }
 }
    
    .cols.description {
      position: relative;
      overflow: hidden;
    }

    /*
    .mv-wrapper {
      padding: 10px 0 50px;
      margin: 0 calc(50% - 50vw);
      width: 100vw;
    }
    */
