@charset "utf-8";
/**********************************************/
/* A-PLAT 改修版 */
/* 地域の適応　Infographic  2021.07.29 */
/**********************************************/
/*対象分野*/
.projectcase-usage-guide {
  width: 100%;
  padding: 10px;
  /*margin-top: 30px;
  margin-bottom: 11.71875vw;*/
  border: 1px solid #333;
  border-radius: 10px;
}
.projectcase-usage-guide h2 {
  padding: 0;
  margin-bottom: 6.25vw;
  font-size: 5vw;
  line-height: 1;
}
.projectcase-usage-guide .icon-list {
  margin: 0;
  list-style: none;
  font-weight: bold;	
}
.projectcase-usage-guide .icon-list li {
  margin-bottom: 4.6875vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.projectcase-usage-guide .icon-list li:last-of-type {
  margin-bottom: 0
}
.projectcase-usage-guide .icon-list li img {
  width: 7vw;
  margin-right: 2.65625vw;
}
.projectcase-usage-guide .icon-list li span {
  font-size: 3vw;
}
.projectcase-usage-guide .icon-list li br {
  display: none;
}
/*対象分野ここまで*/
/*分野色分け*/
.c_01 {
  color: #f29032;
}
.c_02 {
  color: #7dc9e6;
}
.c_03 {
  color: #3f918d;
}
.c_04 {
  color: #8a77a6;
}
.c_05 {
  color: #ef96a7;
}
.c_06 {
  color: #3aa1cd;
}
.c_07 {
  color: #7cb24a;
}
/*h2*/
#agri {
  color: #f29032;
  overflow: hidden;
  background: url("../img/icon02.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
.keni-main_inner h3.agri {
  color: #f29032;
  border-bottom: 3px #f29032 solid;
}
#water {
  color: #7dc9e6;
  overflow: hidden;
  background: url("../img/icon03.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
#eco {
  color: #3f918d;
  overflow: hidden;
  background: url("../img/icon04.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
#disaster {
  color: #8a77a6;
  overflow: hidden;
  background: url("../img/icon05.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
#health {
  color: #ef96a7;
  overflow: hidden;
  background: url("../img/icon06.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
#industry {
  color: #3aa1cd;
  overflow: hidden;
  background: url("../img/icon07.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
#life {
  color: #7cb24a;
  overflow: hidden;
  background: url("../img/icon08.png") no-repeat left 5px;
  padding: 10px 60px;
  background-size: 44.5px;
  border-left: none;
}
a[type$="pdf"] {
  padding: 2px 5px 2px 0;
  background: url("img/PDF_24.png") no-repeat right center;
  margin-right: 5px;
}

.download-section_area {
    width: 100%;
    padding: 20px;
    background-color: #f5f5f5;
	text-align: center;
}

.download-section_button a:link, .download-section_button a:visited, .download-section_button a:hover, .download-section_button a:focus {
    color: #fff;
}

.download-section_button a {
    font-size: 1.6rem;
}

.download-section_button a {
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .download-section_button a {
    font-size: 14px;
}
.download-section_button a img {
    width: 30px;
    margin-right: 10px;
}

.stress {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
}

#sidemenu-2 ul.child {
    display: block;
}
#sidemenu-2 > a {
    background-color: #DEE4A6;     /*緑*/
}

.contentbox{
	border: 1px solid #ccc;
    padding: 5px 10px 10px;
    text-align: center;
    border-radius: 10px;
	margin-bottom: 20px;
}
.infog-title{
	line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*20250412　追加*/
.theme-section h2::before {
	display: none;
}
.content{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 30px 2%;
}
.download-section_button{
	background-color: #aaa;
	border-radius: 10px;
}

/****************************/
/*レスポンシブ*/
/****************************/
@media (min-width: 480px) {}
@media (min-width: 768px) {
  .projectcase-usage-guide {
    padding: 10px;
    /*margin-bottom: 6.087vw;*/
  }
  .projectcase-usage-guide h2 {
    margin-bottom: 2.0408vw;
    font-size: 1.6327vw;
  }
  .projectcase-usage-guide .icon-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	font-weight: bold;  
  }
  .projectcase-usage-guide .icon-list li {
    width: 25%;
    margin-bottom: 2.0408vw;
  }
  .projectcase-usage-guide .icon-list li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .projectcase-usage-guide .icon-list li img {
    width: 46px;
    margin-right: 5px;
  }
  .projectcase-usage-guide .icon-list li span {
    font-size: 1vw;
    line-height: 1.42857;
    letter-spacing: -0.05em;
  }
  .projectcase-usage-guide .icon-list li br {
    display: block;
  }
}
@media (min-width: 920px) {
  .projectcase-usage-guide h2 {
    margin-bottom: 1.4286vw;
    font-size: 1.1429vw;
  }
  .projectcase-usage-guide .icon-list li {
    margin-bottom: 1.42857vw;
  }
  .projectcase-usage-guide .icon-list li span {
    font-size: 1vw;
    letter-spacing: normal;
  }
.content{
	justify-content: flex-start;
	gap: 2%;
}
.contentbox{
	width: 32%;
}	
.contentbox:nth-child(3n){
	margin-right: 0;
}
	
}
@media (min-width: 1400px) {
  .projectcase-usage-guide {
    padding: 2.5rem 3rem;
    /*margin-bottom: 5.6rem;*/
  }
  .projectcase-usage-guide h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .projectcase-usage-guide .icon-list li {
    margin-bottom: 2rem;
  }
  .projectcase-usage-guide .icon-list li span {
    font-size: 1.2rem;
	  font-weight: normal;
  }
}