.myname {
  font-weight: bold;
  text-decoration: underline;
}

.mentee::after {
  content: "†";
  font-size: 0.6em;
  vertical-align: super;
}

.journal {
  font-style: italic;
}

.toggle-input {
  display: none;
}

.toggle-content {
  display: none;
  margin-left: 1.5em;
}

.toggle-input:checked ~ .toggle-content {
  display: block;
}

.toggle-box {
  margin: 1em 0;
}

/* .toggle-label::after {
  content: ">";
  transform: rotate(90deg);
  display: inline-block;
  width: 0.5em;
  margin-right: 0.3em;
}

.toggle-input:checked + .toggle-label::after {
  transform: rotate(90deg);
  content: ">>"
} */

.email_username::after {
  content: "@";
}
.email_hostname::after {
  content: ".go.jp";   
}
