@charset "utf-8";
/* About Us
================================ */
.mainKv {
  margin-bottom: 14px;
}
@media screen and (max-width:768px) {
  .mainKv {
    margin-bottom: 5px;
  }
}
.aboutList .colWrap.range2Col {
  margin-top: 4em;
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col {
    margin-top: 2em;
  }
}
.aboutList .colWrap.range2Col > * {
  width: 48.3%;
  margin-top: 2.86em;
  margin-left: 3.4%;
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col > * {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .aboutList .colWrap.range2Col .col + .col {
    margin-top: 2.33em;
  }
}
.aboutList .colWrap.range2Col .col a .img {
  border: 1px #e0e0e0 solid;
}
.aboutList .colWrap.range2Col .col a p.title {
  margin-top: 1.2em !important;
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col .col a p.title {
    margin-top: 0.75em !important;
  }
}

.aboutList .colWrap.range2Col .col.noLink {
  overflow: hidden;
}
.aboutList .colWrap.range2Col .col.noLink .table {
  display: table;
  width: 100%;
}
.aboutList .colWrap.range2Col .col.noLink .table > a {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}
.aboutList .colWrap.range2Col .col.noLink .table > a .img {
  border: none;
}
.aboutList .colWrap.range2Col .col.noLink .table > a .img span img {
  width: 100%;
}
.aboutList .colWrap.range2Col .col.noLink .table .info {
  border-top: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10% 5% 10% 5%;
  height:318px;
}
.aboutList .colWrap.range2Col .col.noLink .table .info .clear {
  clear: left;
}
@media screen and (max-width:1070px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info {
     /*padding: 2%;*/
    height:auto;
  }
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info {
    padding: 5%;
    height:auto;
  }
}
@media screen and (max-width:900px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info {
    font-size: 86.7%;
    height:auto;
  }
}
.aboutList .colWrap.range2Col .col.noLink .table .info dl dt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
@media screen and (max-width:900px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info dl dt {
    margin-bottom: 0.73em;
  }
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info dl dt {
    font-size: 100%;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width:769px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info dl dt .pcNone {
    display: none;
  }
}
.aboutList .colWrap.range2Col .col.noLink .table .info dl dd {
  line-height: 1.53;
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info dl dd {
    font-size: 110%;
    line-height: 1.45;
  }
}
.aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 {
  margin-top: 0.6em;
}
@media screen and (max-width:900px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 {
    margin-top: 0.36em;
  }
}
@media screen and (max-width:768px) {
  .aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 {
    margin-top: 0;
  }
  .aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 .icon {
    display: inline-block;
    font-size: 110%;
  }
  .aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 .number {
    display: inline-block;
    text-align: left;
  }
  .aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 .number a {
    border: none;
    color: #444444;
    font-size: 110%;
    text-align: left;
    padding: 0;
  }
}
.aboutList .colWrap.range2Col .col.noLink .table .info .phoneType01 .number a:hover {
  color: #444444;
}
