/*基本理念・基本方針*/
.bp_content1 h3 {
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  color: #FFF;
  background: #0096E6;
  font-size: 16px;
}
.bp_content1 {
  margin-bottom: 30px;
}
#bpc_head {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
#bpc_head h3 {
  padding: 10px 20px;
  background: #0096E6;
  font-size: 16px;
  width: 150px;
  margin: auto;
  color: #FFF;
}
.bpc_body {
  text-align: center;
  margin-bottom: 50px;
}
.bpc_body ul {
  text-align: left;
  margin: 0px auto;
  width: 520px;
}
.bpc_body ul li {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.bpc_body p {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #0090D5;
  text-align: center;
}
.bpc_body p span{
  font-size: 16px;
}
span.link_jc {
  text-align: left;
  margin: 0px 25px 0px 0px;
  width: 470px;
}
span.link_jc a {
  font-size: 16px;
  text-decoration: none;
}
span.link_jc a:before {
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 640px) {
  /*基本理念・基本方針*/
  .bpc_img1 img {
    width: 100%;
  }

  .bpc_body ul {
    width: 100%;
    padding: 0px 10px;
  }

  .bpc_body ul li {
    font-size: 14px;
  }
}