/*------------------------------------------*/
/* 一覧ページ
/*------------------------------------------*/

.members-flag {
  position: relative;
}

.members-flag figure img {
  width: calc(224px / 2);
  height: calc(600px / 2);
}


.balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #231F20;
  font-weight: bold;
  background: #F6984C;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  left: 70%;
}

.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #F6984C;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px), print {
  .balloon {
    font-size: 1.1rem;
    width: 120px;
    height: 120px;
    left: 60%;
  }
}

/* 見出し --------------------------------*/
.members .towns {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: solid 2px #14a83b;
  border-bottom: solid 2px var(--bg-color);
  margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
  .members .towns {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 834px), print {
  .members .towns {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

/* 一覧 --------------------------------*/

.members-list li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
}

.members-list li:not(:first-child) {
  margin-top: 20px;
}

.members-list li .name,
.members-list li .address,
.members-list li .phone {
  text-align: left;
}

.members-list li .address,
.members-list li .phone {
  font-size: 0.9rem;
}

@media screen and (max-width: 999px) {
  .members-list li br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .members-list li .btn {
    display: inline-block;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .members-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .members-list li .name {
    width: 40%;
  }

  .members-list li .address {
    width: 55%;
    margin-left: 1em;
  }

  .members-list li .phone {
    width: 60%;
    margin-top: 10px;
    margin-left: 1em;
  }

  .members-list li .btn {
    width: 140px;
    margin-top: 10px;
    margin-left: 1em;
  }
}

@media screen and (min-width: 1000px), print {
  .members-list li .name {
    width: 25%;
  }

  .members-list li .address {
    width: 35%;
  }

  .members-list li .phone {
    width: 20%;
    margin-top: 0;
  }

  .members-list li .btn {
    width: 10%;
    margin-top: 0;
  }
}

/* btn --------------------------------*/
.members .btn a {
  width: 140;
  height: 40px;
}

@media screen and (min-width: 834px), print {
  .members .btn a {
    width: 140px;
    height: 40px;
  }
}

/*------------------------------------------*/
/* 詳細
/*------------------------------------------*/

@media screen and (min-width: 834px), print {
  .members-profile_box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* アイコン --------------------------------*/
.members-profile__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.members-profile__icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  background: #242424;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.members-profile__icon .car {
  background: #00a0e9;
}

.members-profile__icon .truck {
  background: #00479d;
}

.members-profile__icon .bus {
  background: #440062;
}

.members-profile__icon .build {
  background: #22ac38;
}

.members-profile__icon .industria {
  background: #e4007f;
}

.members-profile__icon .farm {
  background: #7f2d00;
}

@media screen and (min-width: 768px), print {
  .members-profile__icon li {
    font-size: 0.7rem;
    width: 60px;
    height: 60px;
    margin-left: 10px;
    margin-right: 0;
  }
}

/* 会社名 --------------------------------*/
.members-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (min-width: 834px), print {
  .members-name {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 60px;
  }
}

/* レイアウト --------------------------------*/

@media screen and (min-width: 834px), print {
  .members-profile__box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* 画像 --------------------------------*/
.members-profile__box2 figure img {
  width: 100%;
}

@media screen and (min-width: 600px), print {
  .members-profile__box2 figure {
    display: inline-block;
    width: 460px;
  }
}

@media screen and (min-width: 834px), print {
  .members-profile__box2 figure {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 45%;
  }
}

@media screen and (min-width: 1000px), print {
  .members-profile__box2 figure {
    width: 460px;
  }
}

/* outline --------------------------------*/

.members-profile__box2 .outline {
  text-align: left;
  word-break: break-all;
  background: #edf4ee;
  padding: 20px;
}

.members-profile__box2 .outline .outline-cont {
  border-bottom: solid 1px #9d9d9d;
  padding-bottom: 10px;
}

.members-profile__box2 .outline .outline-cont {
  margin-top: 10px;
}

.members-profile__box2 .outline .outline-cont.address {
  margin-top: 0;
}

@media screen and (max-width: 833px) {
  .members-profile__box2 .outline {
    margin-top: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .members-profile__box2 .outline {
    width: 100%;
    margin-left: 80px;
  }
}

/* 小見出し --------------------------------*/
.members-profile__box2 .outline h4 {
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .members-profile__box2 .outline h4 {
    font-weight: 600;
  }
}

/* 横並び --------------------------------*/
.members-profile__box2 .outline dl dt {
  width: 6em;
  float: left;
}

.members-profile__box2 .outline dl dd {
  margin-left: 6em;
}

dd:after {
  content: '';
  display: block;
  clear: both;
}

/* 紹介文 --------------------------------*/
.members-profile .intro {
  margin-top: 40px;
}

@media screen and (min-width: 834px), print {
  .members-profile .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* テキスト --------------------------------*/
.members-profile .intro h4 {
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .members-profile .intro h4 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 8em;
    font-weight: 600;
  }
}

/* 地図 --------------------------------*/
.map_wrapper iframe {
  width: 100%;
  height: 400px;
}

.map_wrapper {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .map_wrapper iframe {
    width: 100%;
    height: 200px;
  }
}

/*箇条書き--------------------------------*/
.nakaguro li{
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 2em;
  padding-top: 15px;
}