@charset "UTF-8";
/* CSS Document */
.h2add + .colBox {
  margin-top: 40px;
}
.colBox {
  border-top: 1px solid #e4e4e4;
  padding: 40px 0px 40px 100px;
}
.colBox .col {
  text-align: left;
}
.colBox .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}
.colBox .col2 + .col {
  margin-top: 40px;
}
.colBox .col2 .col {
  min-width: 330px;
  width: auto;
  margin-right: 0;
}
.colBox .col2 .col:nth-child(2n) {
  padding-left: 80px;
  min-width: auto;
}
.colBox .col .txt, .colBox .col2 .txt {
  width: 100%;
}
.colBox .col .txt h3, .colBox .col2 .txt h3 {
  font-size: 24px;
  line-height: 2;
}
.colBox .col .txt h3 span,
.colBox .col2 .txt h3 span, 
.colBox .col .txt p,
.colBox .col2 .txt p {
  font-size: 16px;
  display: block;
  word-break: auto-phrase;
}
.colBox .col .txt p, 
.colBox .col2 .txt p {
  line-height: 1.3;
}
.colBox .img {
  max-width: 180px;
  width: 100%;
  margin: 0 0 23px;
}
.colBox .img img {
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}
.colBox + .tableNormal table {
  margin-top: 0 !important;
}
@media screen and (max-width: 1300px) {
.colBox {
  padding: 40px 60px;
}
.colBox .col2 .col:nth-child(2n) {
  padding-left: 60px;
}
}
@media screen and (max-width: 800px) {
  .h2add + .colBox {
    margin-top: 20px;
  }
  .colBox .img {
    max-width: 135px;
    margin: 0;
  }
  .colBox {
    padding: 20px 0;
  }
  .colBox .col2 .col:nth-child(2n), 
  .colBox .col {
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .colBox .col .txt h3,
  .colBox .col2 .txt h3 {
    font-size: 20px;
    line-height: 2;
  }
  .colBox .col .txt h3 span, 
  .colBox .col2 .txt h3 span, 
  .colBox .col .txt p, 
  .colBox .col2 .txt p {
    font-size: 14px;
  }
  .colBox .col2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .colBox .col2 + .col {
    margin-top: 20px;
  }
  .colBox .col2 .col:nth-child(2n) {
    padding-left: 0;
  }
  .colBox .col .txt,
  .colBox .col2 .txt {
    width: auto;
  }
}