
.sec_comm {
  padding-top: 0;
}

#corporate .entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 6.5em;
  /* border-bottom: 3px double #999; */
  margin-bottom: 3px;
  background: url(../images/title_wrap_border.png) no-repeat 0 100%;
}

.teigen {
  background: url(../images/corporate_title_bg.png) no-repeat 100% 100%;
  display: flex;
  align-items: start;
  height: 3.2em;
  padding: 0 18px 12px 6px;
}
.teigen span {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  padding-left: 1.5em;
}
.teigen span::before {
  position: absolute;
  content: "\f441";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translatey(-50%);
  font-size: 1.5em;
  left: 0;
}
.teigen_box {
  background: rgba(255,255,255,0.8) url(../images/corporate_logo_bg.png) no-repeat 50% 50%;
  background-blend-mode: lighten;
  background-size: auto;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
#cont_wrap .teigen_box p {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.7rem;
  text-shadow: 1px 1px 2px #fff;
}

.entry-content {
}
.entry-content a {
  color: #1400ff;
}

.brand_box {
  width: 94%;
  min-height: 12em;
  margin: 0 auto 0;
  padding-bottom: 0;
}
.brand_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.brand_logo img {
}
#cont_wrap .brand_desc {
  margin-bottom: 2rem;
}
.brand_ttl {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 1rem;
}
#cont_wrap .brand_pic {
}
.brand_pic img {
  width: 128px;
  height: auto;
  border-radius: 50%;
}
.brand_hr {
  display: block;
  border: 0 none;
  width: 70%;
  padding: 0;
  margin: 0 auto 3rem;
  background: linear-gradient(to right, white, gray, white);
  height: 2px;
}

.gaiyo_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.gaiyo_list dt {
  width: 10em;
  font-weight: normal;
  padding-bottom: 0.8rem;
}
.gaiyo_list dt:last-child {
  padding-bottom: 0;
}
.gaiyo_list dd {
  width: calc(100% - 10em);
  padding-bottom: 0.8rem;
}
.gaiyo_list dd:last-child {
  padding-bottom: 0;
}

.shuyotorihiki_list {
  margin-bottom: 0.5rem;
}
.shuyotorihiki_list > li {
  font-size: 1.5rem;
  line-height: 1.5;
}

#corporate .sec_comm .disc li a {
  color: #1400ff;
}



@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 896px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 540px) {

}

@media only screen and (max-width: 515px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

  .teigen {
    height: 4.2em;
    align-items: center;
  }

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {


}
