@charset "utf-8";
/* CSS Document */

	.hero.hero-sougoubousai .hero-type {
		padding: 0.5em 0;
	}
	.hero-type em + span {
		display: inline-flex;
	}
	@media screen and (min-width: 1400px) {
	.heroBr {display: none;}
	.hero.hero-sougoubousai .hero-type {
		padding: 1.0em 0;
	}
	}
	
    .energy_list_text{
         color: #fff;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        font-size: 1.428em;
        background: #ad2043;
        margin-bottom: 0;
    }
    .employee_list_text{
        color: #fff;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        font-size: 1.428em;
        background: #e5a025;
        margin-bottom: 0;
    }
    .energy_list{
        background: #efd9d6;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
       gap: 1.6%;
        padding-top: 20px;
    }
    .employee_list{
        background: #faedd9;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
       gap: 1.6%;
        padding-top: 20px;
    }
    .bousai_list > li{
        background: #fff;
        width: 23%;
        border-radius: 5px;
        padding: 1%;
        margin-bottom: 1em;
		display: flex;
		flex-direction: column;
    }
    .bousai_list .double_list{
        width: 47.6%;
    }
	.bousai_list > li img{
		width: 56%;
		margin: 0 auto;
	}
	.bousai_list .double_list img{
		width: 65%;
	}
.bousai_list .text {
  padding: 0 1.8rem 1.8rem;
}

.bousai_list .text h3 {
  line-height: 1.4;
  margin-bottom: 0;
}
    .bousai_list .textIndent1{
        margin-top: 1em;
		margin-bottom: 0;
    }
    .bousai_list .textIndent1 li{
        text-decoration: none;
        text-indent: -1em;
        padding-left: 1em;
        text-align: left;
    }
.bousai_list .btn-dl-s {
  display: block;
  padding: 0.6em 0 0.6em 30px;
  font-size: 1.2rem;
}

.bousai_list .btn-dl-s::before {
  background-size: 15px auto;
  width: 30px;
}
.cts-bcp-bousai .primary.primaryYellow {
	color: #e5a025;	
}
.mb-05,
p.mb-05 {
  margin-bottom: 0.5rem;
}



@media screen and (min-width: 661px) {
.bousai_list .btn-dl-s.btnHalf {
	width: 46%;
	margin: 0 auto;
}
}

@media screen and (max-width: 660px) {
	.energy_list,
	.employee_list {
		justify-content: space-between;
		padding: 1.2em;
	}
	.bousai_list > li,
	.bousai_list .double_list {
        width: 48.5%;
    }
    .bousai_list > li img{
		width: 35%;
	}
	.bousai_list .double_list img{
		width: 92%;
	}
	.bousai_list .btn-wrap {
		padding: 0 0.5em;
	}
	.pcBlock {
	display: none;
	}
	}
	
@media screen and (min-width: 441px) {
  .bousai_list .text {
    padding: 0 0.5rem 1rem;
  }
  .bousai_list .btn-wrap {
    width: 100%;
	margin-top: auto;
	margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 440px) {
	.energy_list,
	.employee_list {
		padding: 1em 0 0 0;
	}
    .bousai_list{
        justify-content: center;
    }
    .bousai_list > li{
        width: 90%;
        margin-bottom: 1em;
    }
    .bousai_list .double_list{
        width: 90%;
    }
  .bousai_list > li img {
    width: 75px;
  }
    .bousai_list .double_list img {
    width: 220px;
  }
	.bousai_list .btn-wrap {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 380px) {
	.heroBr {display: none;}
}
	
@media screen and (max-width: 375px) {
  .bousai_list .btn-dl-s::before {
    background-size: 15px auto;
  }
  .bousai_list .btn-dl-s {
    display: block;
    font-size: 1.1rem;
  }
}