@charset "UTF-8";
/* =================================================================================================
　素行調査ナビ／会社概要
　http://sokoutyousa-navi.net/
================================================================================================= */
.column .text {
  line-height: 180%;
  margin-bottom: 2rem;
}

.column .text:last-child {
  margin-bottom: 0rem;
}

dl {
  background: url("../img/line.jpg") 0 0 repeat-x;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

dl:first-child, dl.no_line {
  background: none;
}

@media screen and (max-width: 592px) {
  dl {
    display: block;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }
  dl dl {
    margin-left: 1.5rem;
  }
}

dl dt {
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  padding: 0.7rem;
}

dl dt .small {
  font-size: 0.8rem;
}

@media screen and (max-width: 592px) {
  dl dt {
    width: 100%;
    border: none;
    font-weight: 600;
    padding: 0 0 0 0;
    margin-bottom: 0.5rem;
  }
}

dl dd {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem;
}

@media screen and (max-width: 592px) {
  dl dd {
    width: 100%;
    padding: 0 0 0 0;
  }
}

dl .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

@media screen and (max-width: 592px) {
  dl .title {
    margin: 1rem 0 0.5rem;
  }
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 592px) {
  .flex {
    display: block;
    margin-bottom: 2rem;
  }
}

.flex .copy {
  width: 70%;
}

@media screen and (max-width: 592px) {
  .flex .copy {
    width: 100%;
  }
}

.flex .photo {
  width: 28%;
}

@media screen and (max-width: 592px) {
  .flex .photo {
    width: 100%;
  }
}

.flex .photo img {
  width: 100%;
}

.btn_detail a {
  background-color: #ff9327;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  line-height: 120%;
  padding: 0.2rem 0rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  text-align: center;
}

.btn_detail a:hover {
  opacity: 0.8;
}

.btn_detail a img {
  width: 0.3rem;
  margin-right: 0.5rem;
}

.photo_group {
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: -webkit-flex;
  -js-display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (max-width: 592px) {
  .photo_group {
    display: block;
    margin: 40px;/*add 202007*/
  }
}

.photo_group li {
/*  width: 32%;*/
}

.photo_group li img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  .photo_group li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
