@charset "utf-8";


#index .section-content,
#access .section-content { margin-top: 20px; }
#index .section-left { width: 107px; }
#index .section-right { width: 495px; }

ul.list2 {}
ul.list2 li { background: url(../company/images/bullet_blue.gif) no-repeat 0 3px; padding: 0 0 0 15px; margin-bottom: 15px;}
ul.list2 li:last-child { margin-bottom: 0; }

table.border table td {
	border-bottom: 1px solid #cac7c8;
	border-right: 1px solid #cac7c8;
}


ul.list3 {}
ul.list3 li { overflow: hidden; zoom: 1; border-top: 1px solid #cac7c8; padding: 15px 0;}
ul.list3 li:first-child { border: none; padding-top:0; }
ul.list3 li .section-left { width: 100px; font-weight: bold;}
ul.list3 li .section-right { width: 525px;}


@media screen and (max-width: 767px){
  #index .section-left{
    margin: 0 auto 20px;
  }
  #index .section-right{
    width: 100%;
  }
}

.comp-flex2,
.comp-flex3 {
  display: flex;
  flex-wrap: wrap;
}
.comp-flex2 div,
.comp-flex3 div{
  width: 31%;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 30px;
}

.comp-flex2 div img,
.comp-flex3 div img{
  /* max-height: 125px; */
  max-height: 100px;
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
  max-width: 250px;
}
.comp-flex2,
.comp-flex3 {
  margin-bottom: 30px;
}
.comp-flex2 span,
.comp-flex3 span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #00a0d3;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.comp-flex2 div p,
.comp-flex3 div p{
  margin-bottom: 10px;
}
.adjust-height {
  /* padding-bottom: 1.5em; */
  padding-bottom: 3.1em;
}
.DX-child img{
  margin-top: 20px;
}
.partner img{
  height: 125px;
  width: 100% !important;
  object-fit: contain;
}
.comp-flex3 div.p-mark-child p{
  margin-bottom: 19px;
}
@media screen and (max-width: 767px){
  .comp-flex2 div,
  .comp-flex3 div {
  width: 50%;
  margin-right: 0px;
}
.comp-flex3 {
  flex-wrap: wrap;
}
.adjust-height {
  padding-bottom: 0;
}
.DX-child img{
  margin-top: 0px;
}
.comp-flex3 div.p-mark-child p {
  margin-bottom: 10px;
}
}
/* @media screen and (max-width: 767px) {

} */