@charset "utf-8";

.header-page {
  margin-bottom: 3em;
}
.content-primary {
  float: left;
  width: 80%;
}
.content-secondary {
  float: right;
  width: 17%;
  background: var(--base-color);
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.9em;
}

/*
[data-page_term="case"] .content-primary {
  float: none;
  margin-right: auto;
  margin-left: auto;
}
[data-page_term="case"] .content-secondary {
  display: none;
  float: none;
}
*/

.menu-side-title {
  font-weight: 500;
}

.menu-side + .menu-side {
  margin-top: 2em;
}
.menu-side .menu li {
  line-height: 1.3;
  margin: 0.75em 0;
}
.menu-side .menu li::before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #ccc;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 8px;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

  .content-primary,
  .content-secondary {
    float: none;
    width: auto;
  }
  .content-secondary {
    margin: 2em auto 3em auto;
    font-size: 1em;
  }

}
