/*
ウェビナーページ
—————————————————————————————————*/
#custompost_webinar table {
  min-width: 100% !important;
}

#custompost_webinar .campaign a {
  color: #fff;
}

#custompost_webinar .apply_btn,
#custompost_webinar .noapply_btn {
  padding: 10px;
  width: 200px;
  background-color: #ff8201;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  margin: 25px auto 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#custompost_webinar .noapply_btn {
  background-color: gray;
}

#custompost_webinar .noapply_btn:hover {
  opacity: 1;
}

#custompost_webinar .head_title {
  font-size: 22px;
}

#custompost_webinar .single_article {
  color: #444;
  word-break: break-word;
}

#custompost_webinar .single_article h1 {
  font-size: 30px;
}

#custompost_webinar .single_article h2 {
  font-size: 20px;
}

#custompost_webinar .single_topimg img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

#custompost_webinar .single_content {
  padding: 0 20px;
}

#custompost_webinar .single_content ul,
#custompost_webinar .single_content ol,
#custompost_webinar .single_content li {
  list-style: inside;
}

#custompost_webinar .single_box {
  margin-top: 20px;
}

#custompost_webinar .single_acfbox {
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}

#custompost_webinar .single_acfbox div {
  margin: 4px 18px 30px;
}

#custompost_webinar .single_title:before {
  content: "■";
  margin-right: 4px;
}

#custompost_webinar .single_cusbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #eaf5f9;
  margin: 20px;
  padding: 20px 0;
}

#custompost_webinar .single_cusbox .acf_customer {
  width: 200px;
  background-color: #fff;
  margin-bottom: 15px;
}

#custompost_webinar .single_cusbox .acf_customer div {
  background: #eaf5f9;
  padding-bottom: 10px;
}

#custompost_webinar .single_cusbox .acf_customer img {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #000;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
  padding: 8px;
}

#custompost_webinar .single_cusbox .acf_customer p {
  padding: 10px;
}

#custompost_webinar .single_footer ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  background-color: #efefef;
  /* IE10+での指定 */
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr;
}

#custompost_webinar .single_footer li {
  border-right: 1px solid #ccc;
  padding: 13px 0px;
}

#custompost_webinar .single_footer li a {
  color: #444;
  text-decoration: none;
  width: 100%;
  display: block;
}

#custompost_webinar .single_footer li:first-child {
  /*IE11*/
  grid-column: 1;
  -ms-grid-column: 1;
}

#custompost_webinar .single_footer li:nth-child(2) {
  grid-column: 2;
  -ms-grid-column: 2;
}

#custompost_webinar .single_footer li:nth-child(3) {
  grid-column: 3;
  -ms-grid-column: 3;
  border: none;
}