@charset "utf-8";
/* CSS Document */



/* aboutbusiness */
.aboutbusiness{
  display: flex;
  justify-content:center;
}
.aboutbusiness li{
  margin: 0 15px;
}

.businesswrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.businessbox{
  width: 425px;
  margin: 0 0 35px 0;
}
.businessbox a{
  width: 100%;
  display: flex;
  align-items: center;
}
.businessbox .btnimg{
  position: relative;
}
.businessbox .btnimg:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.businessbox .btnimg span{
  display: block;
  position: absolute;
  z-index: 2;
  padding: 0 22px;
  color: #426bb9;
  line-height: 1.6;
  font-weight: bold;
}
.businessbox .iconlist{
  margin: 15px 0 0 0;
  display: flex;
}
.businessbox .iconlist li{
  margin: 0 12px 0 0;
  padding: 0 0 0 14px;
}
.businessbox .iconlist li::before{
top: 0;
}

.blue{
  color: #0075C1;
}
.orange{
  color: #E5A722;  
}
.growth{
}

/* pharmawrap1 */
#pharmawrap1{
  display: flex;
  justify-content: space-between;
}
#pharmawrap1 .txt{
  width: 530px;
}
#pharmawrap1 .img{
  width: 300px;
  text-align: center;
}
#pharmawrap1 .txt ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pharmawrap1 .txt ul li{
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 13px 5px;
  margin: 0 0 10px 0;
  line-height: 1.6;
  width: calc((100% - 10px)/2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pharmawrap1 .txt ul li p{
  line-height: 1.2;
}
#pharmawrap1 .txt ul li .ttl,
#pharmawrap1 .txt ul li .ttl sup{
  margin: 0;
  color: #37a392;
}
.profit{
  padding-left:4em;
  text-align: left;
}
.profit span{
  display: inline-block;
  width: 5em;
  margin-left: -7em;
  text-align: left;
}

/* strength */
.strengthimg{
  width: 725px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 67px auto 0 auto;
}
.strengthimg li:nth-of-type(2){
  position: relative;
}
.strengthimg .right{
  position: absolute;
  right: -73px;
  bottom: 0;
  margin: 0;
}

.strength_lead{
	font-size: 14px;
	border: 2px solid #426bb9;
	padding: 0 32px 0;
	border-radius: 15px;
	margin-right: 5px;
}