@charset "UTF-8";
/*@font-face {
  font-family: "Aileron";
  src: url('../font/Aileron-UltraLight.woff');
}*/
/*---------------------------------------------------*/
/*             .企業情報トップ　　　　　　　　　　　　　*/
/*---------------------------------------------------*/
.company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_list li {
  width: 48%;
  border: solid 1px #ccc;
  background-color: #fff;
  margin-bottom: 40px;
}
.company_list li a {
  color: #333;
  display: block;
  position: relative;
  padding: 50px 80px 50px 50px;
  height: 100%;
  width: 100%;
}
.company_list li a .company_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*margin-bottom:30px;*/
}
.company_list li a .company_title span {
  width: 30%;
  text-align: center;
  display: block;
}
.company_list li a .company_title span i {
  color: #0F53A4;
  font-size: 8rem;
}
.company_list li a .company_title p {
  font-weight: bold;
  width: 70%;
  font-size: 2.4rem;
}
.company_list li a .company_list_msg {
  width: 100%;
}
.company_list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  border-top: 2px solid #0F53A4;
  border-right: 2px solid #0F53A4;
  transform: rotate(45deg);
}

/*---------------------------------------------------*/
/*             .会社概要　　　　　　　　　　　　　*/
/*---------------------------------------------------*/
body#outline .tbl {
  max-width: 780px;
  margin: 0 auto;
}
body#outline .tbl th {
  width: 20%;
  text-align: left;
}

/*---------------------------------------------------*/
/*             .品質マネジメントシステム　　　　　　　　　*/
/*             .情報セキュリティマネジメントシステム　共通*/
/*---------------------------------------------------*/
body#qms .tbl,
body#isms .tbl {
  max-width: 780px;
  margin: 0 auto 60px auto;
}
body#qms .tbl th,
body#isms .tbl th {
  width: 20%;
  text-align: left;
}
body#qms .ms-mark,
body#isms .ms-mark {
  width: 42%;
  height: auto;
}
body#qms .common_ttl + p,
body#qms .common_ttl + ol,
body#isms .common_ttl + p,
body#isms .common_ttl + ol {
  width: 80%;
  margin: 0 auto 60px;
}
body#qms .common_ttl + ol li,
body#isms .common_ttl + ol li {
  margin: 0 0 10px 25px;
  list-style-position: outside;
  list-style-type: decimal;
}

/*---------------------------------------------------*/
/*             .アクセス                              */
/*---------------------------------------------------*/
.map .map_area {
  max-width: 960px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map .map_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.map .btn_area {
  max-width: 960px;
  margin: 30px auto 60px auto;
}
.map .btn_area .btn:hover {
  background-color: #0F53A4;
  color: #fff;
}
.map .col_wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 60px 0;
}
.map .col_wrap .col_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 50%;
  margin-bottom: 0;
}
.map .col_wrap .col_box > div:first-child {
  width: 35%;
  text-align: right;
  padding-right: 20px;
}
.map .col_wrap .col_box > div:first-child i {
  color: #0F53A4;
  font-size: 8.4rem;
}
.map .col_wrap .col_box > div:last-child {
  width: 65%;
}
.map .col_wrap .col_box > div:last-child h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.map .col_wrap .col_box:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  right: 0;
  background-color: #0F53A4;
}

/*-------1024px以下-----------------*/
@media screen and (max-width: 1023px) {
  .company_list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .company_list li a {
    padding: 20px 30px 20px 5px;
  }
  .company_list li a:after {
    right: 4%;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
  }
  .company_list li a .company_title p {
    width: 78%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .company_list li a .company_title span {
    width: 22%;
  }
  .company_list li a .company_title span i {
    font-size: 5.2rem;
  }
  .map .map_area {
    padding-bottom: 80%;
  }
  .col_wrap.map {
    padding: 40px 15px;
  }
  .col_wrap.map .col_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .col_wrap.map .col_box div:first-child {
    width: 26%;
    text-align: center;
  }
  .col_wrap.map .col_box div:first-child i {
    font-size: 6rem;
  }
  .col_wrap.map .col_box div:last-child h3 {
    font-size: 2.4rem;
  }
  .col_wrap.map .col_box:first-child {
    padding-bottom: 40px;
  }
  .col_wrap.map .col_box:first-child:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    right: atuo;
    left: atuo;
  }
  .col_wrap.map .col_box:last-child {
    padding-top: 40px;
  }
  body#qms .ms-mark,
body#isms .ms-mark {
    width: 85%;
  }
  body#qms .tbl th,
body#isms .tbl th {
    white-space: nowrap;
  }
  body#qms .common_ttl + p,
body#qms .common_ttl + ol,
body#isms .common_ttl + p,
body#isms .common_ttl + ol {
    width: 100%;
  }
  body#outline .tbl th {
    white-space: nowrap;
  }
}
/*-------768px以下-----------------*/
/*-------320px以下-----------------*/
/*# sourceMappingURL=company.css.map */