﻿@charset "UTF-8";

#member .member_information .heading/*,
#member .member_information .new_member_card_wrap*/ {
   display: none !important;
}


/*トップページ コンテンツ*/
h2.heading {
  display: block;
  text-align: center;
  font-size: 130%;
  line-height: 1;
  margin-bottom: 3%;
  position: relative;
}


/***********************************
eye_catch-box
************************************/
#eye_catch-box {
  position: relative;
}

#eye_catch-box h1 {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  max-width:1000px;
  width:85%;
}


/***********************************
news
************************************/
#news {
  position: relative;
  background-color: #000064;
  color: #fff;
  padding-top: 4%;
  padding-bottom: 4%;
}

#news a {
  color: #fff;
}

#news .article_list {
  margin-bottom: 0;
}

#news .article_list ul {
  border-top: none;
}

#news .article_list ul li {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width:768px) {
  
  #news {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  
}


/***********************************
About
************************************/
#about {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
}

#about ul {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

#about ul li {
  float: left;
  margin-bottom: 3%;
}

#about ul li:nth-child(2) {
  float: right;
}

#about ul li,
#about ul li:nth-child(3) img {
  width: 48%;
}

#about ul li:nth-child(3) {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

#about ul li a {
  display: block;
  border: 2px solid #00aae6;
  background-image: url("../images/about_link_arrow.svg");
  background-repeat: no-repeat;
}

#about ul li h3 {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

@media print, screen and (min-width:769px) {
  
  #about ul li a {
    background-position: center right 6%;
  }  
  
  #about ul li:nth-child(3) a {
    background-position: center right 20%;
  }

}

@media screen and (max-width:768px) {
  
  #about {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
  #about ul li,
  #about ul li:nth-child(3) img {
    width: 100%;
  }  
  
  #about ul li {
    margin-bottom: 5%;
  }  
  
  #about ul li a {
    background-size: 2.5% auto;
    background-position: center right 3%;
  }    
  
  #about ul li:nth-child(3) a {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
  }  
  
}


/***********************************
プラットフォーム事務局からのお知らせ
************************************/
#notice_from_jimukyoku {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 4%;
  padding-bottom: 4%;
}

#notice_from_jimukyoku h2.heading {
  color: #00a9e5;
}

#notice_from_jimukyoku a {
  color: #000;
}

#notice_from_jimukyoku .article_list {
  margin-bottom: 0;
}

#notice_from_jimukyoku .article_list ul {
  border-top: none;
}

#notice_from_jimukyoku .article_list ul li {
  border-bottom: 1px solid #000;
}

@media screen and (max-width:768px) {
  
  #notice_from_jimukyoku {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
}



/***********************************
名古屋市からのお知らせ
************************************/
#notice_from_nagoya {
  position: relative;
  background-color: #00c8e5;
  padding-top: 4%;
  padding-bottom: 4%;
}

#notice_from_nagoya h2.heading {
  color: #fff;
}

#notice_from_nagoya a {
  color: #fff;
}

#notice_from_nagoya .article_list {
  margin-bottom: 0;
}

#notice_from_nagoya .article_list ul {
  border-top: none;
}

#notice_from_nagoya .article_list ul li {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width:768px) {
  
  #notice_from_nagoya {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
}


/***********************************
会員からのお知らせ
************************************/
#notice_from_member {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 4%;
  padding-bottom: 4%;
}

#notice_from_member h2.heading {
  color: #00a9e5;
}

#notice_from_member a {
  color: #000;
}

#notice_from_member .article_list {
  margin-bottom: 0;
}

#notice_from_member .article_list ul {
  border-top: none;
}

#notice_from_member .article_list ul li {
  border-bottom: 1px solid #000;
}

@media screen and (max-width:768px) {
  
  #notice_from_member {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
}


/***********************************
Member
************************************/
#member {
  position: relative;
  padding-top: 6%; 
}

#member .member_information {
  position: relative;
  background-color: #ebf6ff;
  padding-top: 4%;
  padding-bottom: 4%;  
}

#member .member_information a {
  display: block;
  text-decoration: none;
}

#member .member_information h2.heading .last_registration_date {
  font-size: 75%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#member .member_information h3.subheading {
  color: #000;
}

#member .member_information .member_list_link {
  display: block;
  margin-bottom: 10%;
}

#member .member_information .member_list_link a {
  display: block;
  background-color: #00a9e5;
  text-align: center;
  color: #fff;
  font-size: 180%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  background-position: center right 5%;
  background-size: auto 30%;
  background-image: url("../images/member_link_arrow.svg");
  background-repeat: no-repeat; 
}

/*新着会員 カード*/
#member .new_member_card {
  position: relative;
  overflow: hidden;
}

#member .new_member_card li {
  background-color: #fff;
  margin-bottom: 3%;
}

#member .new_member_card li a {
  padding: 5%;
  color: #000;
}

#member .new_member_card li span.company_name {
  display: block;
  font-size: 180%;
  /*line-height: 1.2;*/
  /*margin-bottom: 2.5%;*/
  font-weight: bold;
}

#member .new_member_card li span.address,
#member .new_member_card li span.classification {
  display: none !important;
  margin-bottom: 1%;
  font-weight: bold;
  text-indent: -3.5em;
  padding-left: 3.5em;
}

#member .new_member_card li span.address::before {
  content: "所在地：";
}

#member .new_member_card li span.classification::before {
  content: "区　分：";
}


#member .new_member_card li p.text {
  display: none !important;
  margin-bottom: 3%;
  line-height: 1.4;
}

#member .new_member_card li .sdgs_goal_icon {
  /*display: block;*/
  display: none !important;
  position: relative;
  overflow: hidden;
}

#member .new_member_card li .sdgs_goal_icon .main_goal,
#member .new_member_card li .sdgs_goal_icon .other_goal {
  display: block;
  float: left;
}

#member .new_member_card li .sdgs_goal_icon .main_goal {
  /* 小さくした */
  /*width: 21.2%;*/
  width: 10.2%;
}

#member .new_member_card li .sdgs_goal_icon .other_goal {
  width: 78.5%;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#member .new_member_card li .sdgs_goal_icon .other_goal img {
  width: 13%;
  margin-left: 1.28%;
  margin-bottom: 1%;
}

/*全て表示ボタン*/
#member .new_member_show_all-btn {
  text-align: center;
  display: block;
  cursor: pointer;
  display: none !important;
}

#member .new_member_show_all-btn::before {
  content: "全てを表示する";
}

#member .new_member_show_all-btn.on::before {
  content: "閉じる";
}

#member .new_member_card li:nth-child(n+10) {
  display: none;
}

#member .new_member_card.on li {
  display: block !important;
}

/*リストの一時非表示*/
/*#member .new_member_card li:nth-child(6),
#member .new_member_card li:nth-child(7),
#member .new_member_card li:nth-child(8) {
  display: none !important;
}*/

@media print, screen and (min-width:769px) {
  
  #member .new_member_card {
    display: flex;
    flex-wrap: wrap;
  }  
  
  #member .new_member_card li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  
  #member .new_member_card li:nth-child(2n) {
    margin-left: 3%;
  }
  
  #member .new_member_card li p.text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
}

@media screen and (max-width:768px) {
  
  #member .member_information h3.subheading {
    margin-bottom: 3%;
  }  
  
  #member .new_member_card li span.company_name,
  #member .member_information .member_list_link a {
    font-size: 120%;
  }
  
}

/***********************************
バナー
************************************/
#banner {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 4%;
  padding-bottom: 4%;
  margin: 0 auto;
}

#banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner ul li {
  padding: 10px;
}
#banner ul li h3 {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

@media print, screen and (min-width:769px) {
  
  #banner ul li a {
    background-position: center right 6%;
  }  
  
}

@media screen and (max-width:768px) {
  
  #banner {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  
  #banner ul li img {
    width: 100%;
  }  
  
  #banner ul li {
    margin-bottom: 5%;
  }  
  #banner li {
    text-align: center;
  }  
  
  #banner ul li a {
    background-size: 2.5% auto;
    background-position: center right 3%;
  }    
  
}

#banner img{
    width: 180px;
    height: 70px;
}
