
.aboutSec-basic-c{
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 15px;
}

.aboutSec-basic-section-c{
  background-color: #fff;
}
.aboutSec-basic-section-c:nth-child(odd){
  background-color: #f4f4f4;
}


.aboutSec-graphWrap-c{
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  box-sizing: border-box;
  font-family: "Yu Mincho";
}

.aboutSec-graphCol-c{
  width: calc((100% - 40px * 3) / 3);
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
  box-sizing: border-box;
  padding: 50px 40px 60px;
  background: #fff;
  border: 4px solid #f4f4f4;
  border: 4px solid #e6e6e6;
  border-radius: 20px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.aboutSec-graphCol-c .graphTtl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 55px;
  font-weight: 500;
  line-height: 1.4em;
}

.aboutSec-graphCol-c .graphImg{
  padding: 20px 0px;
}

.aboutSec-graphCol-c .graphImg img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}


.aboutSec-graphCol-c.aboutSec-graphCol-1{
  width: calc((100% - 40px * 2) * 2 / 5);
  margin-left: 20px;
  margin-right: 20px;
}

.aboutSec-graphCol-c.aboutSec-graphCol-2{
  width: calc(((100% - 40px * 2) / 4) * 2);
  margin-left: 20px;
  margin-right: 20px;
}

.aboutSec-graphCol-c.aboutSec-graphCol-3{
  width: calc(((100% - 40px * 2) * 3 / 5));
  margin-left: 20px;
  margin-right: 20px;
}

.aboutSec-graphCol-c.aboutSec-graphCol-4{
  width: calc(((100% - 40px * 1) / 4) * 4);
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .aboutSec-graphCol-c,
  .aboutSec-graphCol-c.aboutSec-graphCol-4,
  .aboutSec-graphCol-c.aboutSec-graphCol-3,
  .aboutSec-graphCol-c.aboutSec-graphCol-2,
  .aboutSec-graphCol-c.aboutSec-graphCol-1{
    margin-top: 0px;
    width: calc((100% - 40px * 1) / 1);
    padding: 20px 15px 25px;
    border-width: 2px;
    border-color: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .aboutSec-graphCol-c .graphImg{
    max-width: 80%;
  }
  .aboutSec-graphCol-c .graphImg{
    padding-bottom: 0px;
  }

  .aboutSec-graphWrap-c:first-of-type{
    margin-top: 25px;
  }
  .aboutSec-graphCol-c .graphTtl{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .aboutLogi .ttl06{
    margin: 0px;
  }
  .aboutSec-basic-c{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}