
/*理事長所信*/
.be_content1 {
  display: grid;
  grid-template-columns: 240px auto;
  align-items:center;
  gap:30px;
  width:min(100% , 600px);
  margin: 0 auto 90px;
}
#cd_logo {
  margin-bottom: 25px;
}
#cd_kochi {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#cd_name .cd_dai {
  font-size: 18px;
  font-weight: bold;
}
#cd_name .cd_kana {
  font-size: 18px;
  color: #999;
  padding-left: 10px;
}
#cd_name .cd_name {
  font-size: 48px;
}
.be_content_common {
  margin-bottom: 50px;
}
.be_under {
  border-bottom: solid 1px #CCC;
  padding-bottom: 25px;
}
.be_layout{
  display: grid;
  align-items:center;
  grid-template-columns: auto 25%;
  gap:20px;
}
.bec_sentence h3 {
  font-size: clamp(20px, 2vw, 26px);
  color: #0090D5;
  line-height: 200%;
  margin-bottom: 25px;
}
.bec_sentence p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 200%;
  margin-bottom:1em;
}
.becheader {
  margin-bottom: 60px;
}
.becheader p {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #0090D5;
  text-align: center;
}
.becheader span {
  font-size: 16px;
}
.bec0 {
  width:min(700px, 100%);
  margin:auto;
}

@media screen and (max-width: 640px) {
  /*理事長所信*/
  .be_content1 {
    place-content: center;
    grid-template-columns: auto;
    text-align:center;
  }
  .be_content1,
  .be_content2 {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 50px;
  }
  .be_content_common {
    margin-bottom: 25px;
    padding: 15px;
  }
  .be_layout{
    display: grid;
    grid-template-columns: auto;
    margin-bottom:20px;
  }
}