@charset "utf-8";
/* CSS Document */
/**********************************************
NGP 様 
組合員紹介ページCSS
**********************************************/
ul.breadcrumb {
  font-size: 12px;
  width: 100%;
  clear: both;
  color: rgba(0, 0, 0, 1.00);
  margin-top: 60px;
  padding-bottom: 40px;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb li:before {
  content: ">";
  padding: 0 5px;
}
ul.breadcrumb li.home:before {
  content: "\f015";
  font-family: FontAwesome;
}
ul.breadcrumb li a {
  color: rgba(0, 0, 0, 1.00);
}
.member .m_detail .corporateName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #21429C;
  border-left: 5px solid #04115F;
  color: #FFF;
}
.member .m_detail .corporateName h3 {
  line-height: 1.2;
  font-weight: bolder;
  padding: 0.8em 15px;
}
.member .m_detail .corporateName .sdgs {
  background-color: #FFF;
  border-radius: 10px;
  margin: 5px 10px 5px 5px;
  padding: 0px 4px;
  ;
}
.member .m_detail .corporateName .sdgs ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.member .m_detail .corporateName .sdgs ul li {
  box-sizing: border-box;
}
.member .m_detail .corporateName .sdgs ul li.sdgs_sa {
  border-right: 1px solid #CCC;
}
@media (max-width: 767px) {
  .member .m_detail .corporateName h3 {
    font-size: 16px;
  }
  .member .m_detail .corporateName .sdgs {
    flex-basis: 25%;
  }
  .member .m_detail .corporateName .sdgs ul li {
    padding: 4px;
  }
  .member .m_detail .corporateName .sdgs ul li.sdgs_ok img {
    width: 25px;
    height: 25px;
  }
  .member .m_detail .corporateName .sdgs ul li.sdgs_sa img {
    width: 61px;
    height: 25px;
  }
  .member .m_detail .corpToi {
    width: 50%;
    margin: 15px auto;
  }
}
@media (min-width: 768px) {
  .member .m_detail .corporateName h3 {
    font-size: 30px;
  }
  .member .m_detail .corporateName .sdgs {
    flex-basis: 200px;
  }
  .member .m_detail .corporateName .sdgs ul li {
    padding: 10px;
  }
  .member .m_detail .corporateName .sdgs ul li.sdgs_ok img {
    width: 70px;
    height: 40px;
  }
  .member .m_detail .corporateName .sdgs ul li.sdgs_sa img {
    width: 97px;
    height: 40px;
  }
  .member .m_detail .corpToi {
    text-align: right;
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .member .license .licenseBox .ninka {
    width: 60%;
    float: left;
  }
  .member .license .licenseBox .ninka ul {
    margin-left: 50px;
  }
  .member .license .licenseBox .ninka ul li {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .member .license .licenseBox .iso {
    width: 40%;
    float: right;
    text-align: right;
  }
}
@media (min-width: 769px) {
  .member {
    background-color: #F9FAFC;
  }
  .member .container {
    padding-top: 18px;
  }
  /*
.member .breadcrumb {
	min-height: 73px;
	background: url(../member/img_n/cate_title.png) right 0 no-repeat;
}*/
  .member .m_detail .corporateName h3 {}
  .companyName_bottom {
    background-color: #21429C;
    padding: 10px 0;
  }
  .member .m_detail .companyName_bottom .companyName h3 {
    line-height: 1.4;
  }
  .member .m_detail .companyName {
    background-color: #21429C;
    border-left: 5px solid #04115F;
    color: #FFF;
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .member .m_detail .companyName h3 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .member .m_detail .companyName h3 span {
    font-size: 25px;
    font-weight: lighter;
  }
  .member .m_detail .companyName .cname_toi {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    text-align: right;
  }
  .member .m_detail .catch {
    margin-bottom: 50px;
  }
  .member .m_detail .catch .catchTxt {
    float: left;
    width: 500px;
  }
  .member .m_detail .catch .mainImg {
    float: right;
    width: 500px;
    text-align: right;
  }
  .member .m_detail .catch .mainImg img {
    width: 100%;
  }
  .member .gaiyo {
    background: url(../member/img_n/detailBg.png) center 0 no-repeat;
    padding-bottom: 30px;
  }
  .member .gaiyo .gaiyoBox {
    width: 820px;
    margin: 100px auto 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
  }
  .member .gaiyo .gaiyoBox table.kihon {
    background-color: #FFF;
    width: 100%;
  }
  .member .gaiyo .gaiyoBox table.kihon th {
    background-color: #E7EBF3;
    padding: 5px;
    vertical-align: middle;
    border-radius: 10px;
    color: #20419B;
    border: 10px solid #FFF;
    text-align: center;
    font-weight: bold;
  }
  .member .gaiyo .gaiyoBox table.kihon td {
    border: 10px solid #FFF;
    padding: 5px;
    vertical-align: middle;
  }
  .member .license {
    background: url(../member/img_n/ninka_title.png) center 0 no-repeat;
    background-color: #FFF;
  }
  .member .license .licenseBox {
    margin-top: 100px;
  }
  .member .photo {
    padding-bottom: 50px;
  }
  .member .photo ul {
    width: 900px;
    margin: 0 auto;
  }
  .member .photo ul li {
    float: left;
    width: 33.3%;
  }
  .member .photo ul li .pWrap {
    margin: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 5px;
  }
  .member .photo ul li .pWrap img {
    width: 100%;
  }
  .member .photo .photo_com {
    width: 900px;
    margin: 0 auto;
    clear: both;
  }
  .member .mapWrap {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .member #map_canvas {
    width: 100%;
    height: 600px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .member .mapWrap .map_ttl {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .member .mapWrap .data {
    position: absolute;
    bottom: 50px;
    left: 65%;
    width: 330px;
    background-color: #FFF;
  }
  .member .mapWrap .data .dataWrap {
    padding: 15px;
  }
  .member .mapWrap .data .dataWrap .photo {
    margin-bottom: 20px;
  }
  .member .mapWrap .data .dataWrap .photo img {
    width: 300px;
  }
  .member .mapWrap .data .dataWrap h3 {
    font-weight: bold;
  }
  .member .mapWrap .data .dataWrap .add {
    margin-bottom: 10px;
  }
  .member .mapWrap .data .dataWrap .add p {
    font-size: 12px;
  }
  .member .mapWrap .data .dataWrap .access {
    border-top: 1px solid #CCC;
    padding: 10px 0;
  }
  .member .mapWrap .data .dataWrap .access p {
    line-height: 1.4;
    font-size: 14px;
  }
  .member .toiawase {
    background-color: #FFF;
    padding: 20px 0;
  }
  .member .toiawase .info {
    text-align: center;
  }
  .member .toiawase table {
    width: 800px;
    margin: 20px auto;
  }
  .member .toiawase table tr th {
    width: 200px;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
  }
  .member .toiawase table tr th span.kome {
    font-size: 12px;
    padding: 1px 1em 0;
    background-color: #F00;
    color: #FFF;
    border-radius: 20px;
    margin-left: 0.5em;
  }
  .member .toiawase table tr td {
    padding: 10px;
    border-bottom: 1px dotted #CCC;
  }
}
.member .toiawase table tr td .err {
  color: #F00;
}
.member .m_detail {
  min-height: 500px;
  text-align: left;
  clear: both;
}
.member .license .licenseBox .ninka ul {}
.member .license .licenseBox .ninka ul li {
  line-height: 2;
}
.member .license .licenseBox .ninka ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 0.5em;
  color: #21429C;
}
@media (max-width: 768px) {
  .member .photo {
    padding-bottom: 50px;
  }
  .member .photo ul {
    width: 100%;
    margin: 0 auto;
  }
  .member .photo ul li {
    float: left;
    width: 33.3%;
  }
  .member .photo ul li .pWrap {
    margin: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 5px;
  }
  .member .photo ul li .pWrap img {
    width: 100%;
  }
  .member .photo .photo_com {
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
}
@media (max-width: 768px) {
  .member .breadcrumb {
    font-size: 11px;
  }
  .member .breadcrumb li {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  .member .m_detail .companyName {
    margin: 20px 0;
  }
  .member .m_detail .companyName h3 {
    background-color: #21429C;
    border-left: 5px solid #04115F;
    color: #FFF;
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
  }
  .member .m_detail .companyName .cname_toi {
    width: 200px;
    margin: 0 auto 10px;
  }
  .member .m_detail .catch {
    margin-bottom: 20px;
  }
  .member .m_detail .catch .catchTxt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .member .m_detail .catch .catchTxt2 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .member .m_detail .catch .mainImg img {
    width: 100%;
  }
  .member .m_detail table, .member .m_detail tbody, .member .m_detail thead, .member .m_detail tfoot, .member .m_detail tr, .member .m_detail th, .member .m_detail td {
    display: block;
  }
  .member .m_detail table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    font-size: 80%;
    line-height: 1.4;
  }
  .member .m_detail th {
    background-color: #F2F2F2;
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .member .m_detail td {
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .member .license .licenseBox .ninka ul li {
    font-size: 80%;
  }
  .member .map #map_sp {
    width: 95%;
    height: 200px;
    margin: 0 auto;
  }
  .member .toiawase table tr th span.kome {
    font-size: 70%;
    padding: 1px 1em 0;
    background-color: #F00;
    color: #FFF;
    border-radius: 20px;
    margin-left: 0.5em;
  }
}
@media (max-width: 600px) {
  .member .photo {
    margin-bottom: 20px;
  }
  .member .photo ul li {
    width: 100%;
  }
  .member .photo ul li .pWrap {
    margin: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 5px;
  }
  .member .photo ul li .pWrap img {
    width: 100%;
  }
  .member .photo .photo_com {
    font-size: 14px;
    line-height: 1.4;
  }
}





  .member .m_detail .catch_sdgs {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul {
    display: flex;
    flex-direction: row;
		justify-content: center;
	  align-items: center;
  }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li {
      padding: 4px 8px;
    }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_ok img {
      width: 70px;
      height: 40px;
    }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_sa img {
      width: 97px;
      height: 40px;
    }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_lo img {
      width: 79px;
      height: 40px;
    }
.member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_lo_n img {
      width: 100px;
    }
  @media (min-width: 769px) {
    .member .m_detail .catch_sdgs {
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
    }
    .member .m_detail .catch_sdgs > div {
      flex-basis: 50%;
    }
    .member .m_detail .catch_sdgs .lead_text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      }
  .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul {
		justify-content: flex-start;
}
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_ok img {
      width: 83px;
      height: 50px;
    }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_sa img {
      width: 121px;
      height: 50px;
    }
    .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_lo img {
      width: 99px;
      height: 50px;
    }
	  .member .m_detail .catch_sdgs .lead_text .sdgs_icon ul li.sdgs_lo_n img {
      height: 50px;
	width:auto;
    }
  }


/* 都道府県別
*************************************************/
@media (min-width: 769px) {
  .m_area .container {
    margin-bottom: 10px;
  }
  .m_area {
    background: url(../member/img_n/m_area_con_ttl_bg.png) center 0 no-repeat;
  }
  .m_area .areaTitle {
    height: 210px;
  }
  .m_area .areaTitle .itiran {
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    clear: both;
  }
  .m_area .areaTitle .areaTitle_wrap {
    width: 250px;
    margin: 0 auto;
  }
  .m_area .areaTitle .areaTitle_wrap h1 {
    font-size: 50px;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .m_area .areaTitle .areaTitle_wrap p {
    font-size: 20px;
    letter-spacing: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  .m_area .areaList_m {
    width: 900px;
    margin: 80px auto 50px;
  }
  .m_area .areaList_m h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .m_area .areaList_m ul li {
    width: 33.3%;
    float: left;
  }
  .m_area .areaList_m ul li .areaList_wrap {
    margin: 15px;
    position: relative;
    background-color: #F9FAFC;
    width: 270px;
    height: 330px;
  }
  .m_area .areaList_m ul li .areaList_wrap .more a {
    position: absolute;
    width: 270px;
    height: 330px;
    top: 0;
    left: 0;
  }
  .m_area .areaList_m ul li .areaList_wrap .more a:hover {
    border: 4px solid #036;
  }
  .m_area .areaList_m ul li .areaList_wrap .more {
    text-indent: -99999px;
  }
  .m_area .areaList_m ul li .areaList_wrap .imgBox {
    height: 200px;
  }
  .m_area .areaList_m ul li .areaList_wrap .imgBox img {
    max-height: 200px;
  }
  .m_area .areaList_m ul li .areaList_wrap .txt {
    font-size: 14px;
    height: 120px;
    padding: 5px 10px;
    text-align: left;
  }
  .m_area .areaList_m ul li .areaList_wrap .txt h3 {
    font-weight: bold;
  }
  .m_area .areaList_s {
    width: 900px;
    margin: 0px auto 50px;
  }
  .m_area .areaList_s table {
    width: 100%;
  }
  .m_area .areaList_s table tr th {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    background-color: #F9FAFC;
  }
  .m_area .areaList_s table tr td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .m_area .areaTitle {
    clear: both;
    background: url(../member/img_n/m_area_con_ttl_bg.png) center 0 no-repeat;
    padding: 5px;
    margin-bottom: 10px;
  }
  .m_area .areaTitle .itiran {
    color: #FFF;
  }
  .m_area .areaTitle .areaTitle_wrap {
    width: 50%;
    margin: 0 auto;
  }
  .m_area .areaTitle .areaTitle_wrap h1 {
    border-bottom: 1px solid #000;
  }
  .m_area .areaTitle .areaTitle_wrap p {
    font-size: 11px;
    letter-spacing: 2px;
  }
  .m_area .areaList_m {
    margin-bottom: 50px;
  }
  .m_area .areaList_m ul li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }
  .m_area .areaList_m ul li .areaList_wrap {
    position: relative;
    background-color: #F9FAFC;
    width: 98%;
    height: 300px;
  }
  .m_area .areaList_m ul li .areaList_wrap .more a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .m_area .areaList_m ul li .areaList_wrap .more {
    text-indent: -99999px;
  }
  .m_area .areaList_m ul li .areaList_wrap .txt {
    text-align: left;
    font-size: 80%;
    padding: 5px 10px;
  }
  .m_area .areaList_m ul li .areaList_wrap img {
    max-height: 200px;
  }
  .m_area .areaList_m ul li .areaList_wrap .imgBox {
    height: 200px;
  }
  .m_area .areaList_s table, .m_area .areaList_s tbody, .m_area .areaList_s thead, .m_area .areaList_s tfoot, .m_area .areaList_s tr, .m_area .areaList_s th, .m_area .areaList_s td {
    display: block;
  }
  .m_area .areaList_s table {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    font-size: 80%;
    line-height: 1.4;
  }
  .m_area .areaList_s th {
    background-color: #F9FAFC;
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .m_area .areaList_s td {
    border-top: 1px solid #CCC;
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .m_area .areaList_m ul li {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .m_index .txtLink {
    background-color: #FFF;
  }
  .m_index .txtLink ul.areaTxt > li {
    width: 10.5%;
    float: left;
  }
}
/*********************************************
20210114 新コーディング　area_list
*********************************************/
.m_area .area_list h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.m_area .area_list ul.flex li a {
  display: block;
  border: 3px solid #FFF;
  background-color: rgba(240, 240, 225, 0.2);
  text-decoration: none;
  color: #232323;
}
.m_area .area_list ul.flex li a:hover {
  border-color: #002751;
}
.m_area .area_list ul.flex li a .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #FCFCF9;
}
.m_area .area_list ul.flex li a .textBox {
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}
.m_area .area_list ul.flex li a .textBox h3 {
  font-weight: bold;
}
.m_area .area_list ul.flex li a .sdgs {
  padding: 10px;
  box-sizing: border-box;
}
.m_area .area_list ul.flex li a .sdgs ul {
  display: flex;
  flex-direction: row;
	justify-content: center;
}
.m_area .area_list ul.flex li a .sdgs ul li {
  padding: 0 10px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
}
.m_area .area_list ul.flex li a .sdgs ul li:last-child {
  border-right: none;
}
.m_area .area_list ul.flex li a .sdgs ul li.sdgs_ok img {
  width: 50px;
  height: 30px;
}
.m_area .area_list ul.flex li a .sdgs ul li.sdgs_sa img {
  width: 73px;
  height: 30px;
}
.m_area .area_list ul.flex li a .sdgs ul li.sdgs_lo img {
  height: 30px;
}
@media (max-width: 749px) {
  .m_area .area_list ul.flex > li {
    margin-bottom: 15px;
  }
  .m_area .area_list ul.flex li a .imgBox {
    min-height: 80px;
		
  }
  .m_area .area_list ul.flex li a .textBox h3 {
    font-size: 14px;
  }
}
@media (min-width: 750px) {
  .m_area .area_list {
    width: 980px;
    margin: 80px auto 50px;
  }
  .m_area .area_list ul.flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .m_area .area_list ul.flex > li {
    flex-basis: 33.3%;
    padding: 15px;
    box-sizing: border-box;
  }
  .m_area .area_list ul.flex li a {
    height: 100%;
  }
  .m_area .area_list ul.flex li a > div {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .m_area .area_list ul.flex li a .imgBox {
    height: 200px;
    overflow: hidden;
  }
  .m_area .area_list ul.flex li a .imgBox img {
    width: 100%;
  }
  .m_area .area_list ul.flex li a .textBox {
    padding: 5px;
    box-sizing: border-box;
  }
  .m_area .area_list ul.flex li a .textBox h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  ul.flex li a .textBox p {
    line-height: 1.4;
    font-size: 14px;
  }
  .m_area .area_list ul.flex li a .sdgs {
    margin-top: auto;
  }
}
.hokkaido {
  background: #64B9DF;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.tohokuo {
  background: #2B9BCC;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.kita_kanto {
  background: #6DC076;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.minami_kanto {
  background: #48A852;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.hokuriku {
  background: #C480C6;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.tokai {
  background: #41B5AD;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.kansai {
  background: #F0A32F;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.chu_shikoku {
  background: #EC5551;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}
.kyusyu_okinawa {
  background: #FF889F;
  margin: 5px;
  color: rgba(255, 255, 255, 1.00)
}