.experts .column-air {
  margin-top: 0;
}
.experts p {
  font-size: 14px;
}
.experts a {
  color: #000;
}
.experts a:hover {
  text-decoration: none;
}
.experts a span.g-link:hover {
  text-decoration: underline;
}

#expert {
  font-size: 16px;
}
@media (max-width: 512px) {
  #expert {
    margin-top: 40px;
  }
}
#expert .tit_name {
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
#expert .tit_name span {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 512px) {
  #expert .tit_name {
    text-align: left;
    font-size: 16px;
  }
}
#expert .expert_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex: 1;
}
@media (max-width: 512px) {
  #expert .expert_box {
    flex-direction: column;
    gap: 20px;
  }
}
#expert .expert_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  #expert .expert_tit {
    justify-content: flex-start;
  }
}
#expert .expert_tit .photo {
  max-width: 100px;
  width: 100%;
}
#expert .expert_tit .name {
  text-align: left;
}
#expert .expert_chat {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  #expert .expert_chat {
    display: block;
  }
}
#expert .expert_chat .photo {
  position: relative;
  text-align: center;
  max-width: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  #expert .expert_chat .photo {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #expert .expert_chat .photo img {
    max-width: 80px;
  }
}
#expert .expert_chat .chat {
  position: relative;
  background-color: #EFFAFF;
  padding: 30px;
  border-radius: 10px;
  font-size: 16px;
}
#expert .expert_chat .chat:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #EFFAFF;
}
@media (max-width: 768px) {
  #expert .expert_chat .chat:before {
    left: 50%;
  }
}
#expert .pad1em {
  font-size: 16px;
}
#expert .pad1em::first-letter {
  margin-left: 1em;
}
@media (max-width: 512px) {
  #expert .pad1em {
    font-size: 14px;
  }
}
#expert .profile-box .pad1em {
  font-size: 14px;
}

.strong1 {
  font-weight: bold;
  color: #0099cc;
}

.strong2 {
  font-weight: bold;
  color: #c00;
}

/* sns */
.sns_btn {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 960px;
}

.sns_btn ul {
  float: right;
  position: absolute;
  right: 0;
  top: -55px;
}

.sns_btn li {
  float: left;
}

.g-breadcrumbs + .sns_btn ul {
  top: 9px;
  z-index: 2;
}

.hidden_pc_sns,
.hidden_pc_sns.static {
  display: none;
}

#sns_facebook {
  margin-right: 1em;
}

@media only screen and (max-width: 959px) {
  .sns_btn {
    width: 100%;
    background: #EFFAFF none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 6px 5px 5px;
    display: inline-block;
    left: 0;
    padding: 15px 10px 5px;
    position: fixed;
    right: 0;
    z-index: 10;
    top: auto;
  }
  .sns_btn ul {
    float: none;
    position: static;
    right: 0;
    top: 0;
  }
  .snsdiv {
    width: 100%;
  }
  .sns_btn li {
    float: left;
    text-align: center;
  }
}
/*# sourceMappingURL=experts.css.map */