@charset "utf-8";
@media screen and (max-width:767px) {
/*---------------------------------

  craftsmanshipとその子ページ

---------------------------------*/
/*
  建築士・工務店紹介
--------------------------*/
.h_title2 {
  background: url(../../img/craftsmanship/index/sp/h_title.png) center no-repeat;
  background-size: cover;
}
.intro dt img {
  object-fit: cover;
  height: 125px;
  object-position: 0;
}
#craftsmanship dl.intro {
  padding-top: 15px;
}
#craftsmanship dl.intro ul {
  width: 100%;
  display: flex;
}
#craftsmanship dl.intro ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
#craftsmanship dl.intro ul li {
  float: none;
  flex: 0 0 20%;
  width: auto;
  margin: 0!important;
}
#craftsmanship dl.intro ul.thumbnailNavi {
  gap: 5px 1.2%;
}
#craftsmanship dl.intro ul.thumbnailNavi li {
  flex: 0 0 19%;
}
#craftsmanship .more {
  width: 100%;
}
#craftsmanship dt {
  margin-bottom: 30px;
  text-align: center;
}
#craftsmanship .list1 p {
  margin-bottom: 0;
}

/*
  建築士紹介一覧
  工務店紹介一覧
--------------------------*/
.h_title2.architects {
  background: url(../../img/craftsmanship/index/sp/h_title2.png) center no-repeat;
  background-size: cover;
}
.h_title2.builders {
  background: url(../../img/craftsmanship/index/sp/h_title3.png) center no-repeat;
  background-size: cover;
}
#introduction #referralList .block {
  position: relative;
  border-top: solid 1px #ccc;
  margin-bottom: 20px;
  padding-top: 20px;
}
#introduction #referralList .blockLeft {
  float: none;
  position: absolute;
  width: 120px;
  z-index: 1;
}
#introduction #referralList .blockLeft a {
  display: block;
}
#introduction #referralList .blockRight {
  float: none;
  width: 100%;
}
#introduction #referralList .blockRight dt a {
  display: flex;
  align-items: center;
  background: #fafafa;
  position: relative;
  padding: 0 50px 0 130px;
  height: 81px;
  font-size: 14px;
  color: #57534E;
}
#introduction #referralList .blockRight dt a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #84B045 url(../../img/sp_common/angle_right_white.svg) center no-repeat;
  background-size: 6px;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
}
#introduction #referralList .blockRight dd { font-size:116%; line-height:1.8;  }

#introduction #referralList .blockRight .date {
  font-size: 12px;
  padding-top: 5px;
}
#introduction #referralList .blockRight .date .sub_cv {
  margin-top: 10px;
}
.member_link_area {
  background: #ECF3E2;
  padding: 15px 10px;
}
.member_link_area h3 {
  color: #32660B;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  background: url(../../img/foot_img.jpg) left top no-repeat;
  background-image:none;
  background-size: 110px;
}
.member_link_area p {
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0;
}


#introduction #referralList .blockRight .date a { border:1px solid #eee; border-radius:3px; display:block; margin-top:10px; padding:10px; position:relative; text-align:center; }

}