/*End Generated Styles*/#user_content h3 {
  font-weight: 300;
  font-size: 1.7rem;
  color: #417f10;
  position: relative;
}
#user_content h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: #fbc114;
  bottom: -3px;
}

#user_content .external-link {
  margin: 2em 0;
}
#user_content .external-link a:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/uploads/2025/11/04/icon_external-link.png) center/contain no-repeat;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  bottom: -2px;
}

#header {
  height: 80vh;
}

#whatsnew_full_list .whatsnew_image_left {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #ccc;
}

.informakers-form {
  font-family: "Work Sans","Noto Sans JP",sans-serif;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.skins-fluid-width-skin .informakers-form  label {
  margin-bottom: 3px;
}
.skins-fluid-width-skin .informakers-form input,
.skins-fluid-width-skin .informakers-form select,
.skins-fluid-width-skin .informakers-form textarea {
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.3s;
}
.skins-fluid-width-skin .informakers-form .email select,
.skins-fluid-width-skin .informakers-form .select select {
  background-color: #fff;
  padding: 8px;
  width: auto;
}
.skins-fluid-width-skin .informakers-form input:hover,
.skins-fluid-width-skin .informakers-form select:hover,
.skins-fluid-width-skin .informakers-form textarea:hover,
.skins-fluid-width-skin .informakers-form input:focus,
.skins-fluid-width-skin .informakers-form select:focus,
.skins-fluid-width-skin .informakers-form textarea:focus{
  border-color: #76aea6;
  box-shadow: 0 0 8px rgba(31,116,104,0.2);
}
.skins-fluid-width-skin .informakers-form div.error-message {
  width: 100%;
  float: none;
  background: none;
  color: #d60000;
  text-indent: inherit;
  margin-top: 3px;
}
.informakers-form .g-recaptcha {
  margin: 1.1rem 0;
}
.view.skins-fluid-width-skin .informakers-form .submit input {
  float: none;
  height: auto;
  font-size: 16px;
  background-color: #067766;
  padding: 15px 25px;
  border-radius: 50px;
  line-height: normal;
  box-shadow: none;
}
.view.skins-fluid-width-skin .informakers-form .submit input:hover {
  background-color: #76aea6;
  color: #fff;
}

#user_content .member-list {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: inline-block;
}
.member-list li {
  border-bottom: 1px dotted #fbc114;
  padding: 0;
}
.member-list li strong {
  min-width: 100px;
  display: inline-block;
  background-color: #fbc114;
  padding: 10px;
  margin-right: 15px;
}