:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* .hosyo-list
================================================ */
.hosyo-list .hosyo-list-toggle .hosyo-list-head {
  font-size: 1.6rem;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .hosyo-list .hosyo-list-toggle .hosyo-list-head {
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) {
  .hosyo-list .hosyo-list-toggle .hosyo-list-toggle-content {
    padding-top: 0;
    border-bottom: none;
  }
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind:nth-of-type(n+2) {
  margin-top: 20px;
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title span[class^=c-ico] {
  margin-right: 1em;
  width: 4.5rem;
  text-align: center;
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title .hosyo-list-kind-titletxt {
  display: inline-block;
  width: calc(100% - 4em);
  position: relative;
  top: 0.1rem;
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title a {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title {
    font-size: 2.4rem;
  }
  .hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title span[class^=c-ico] {
    width: 5.9rem;
  }
  .hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-kind-title .hosyo-list-kind-titletxt {
    width: calc(100% - 5.3rem);
    top: 0;
  }
}
.hosyo-list .hosyo-list-toggle .hosyo-list-kind .hosyo-list-txt {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .hosyo-list .hosyo-list-toggle .hosyo-list-kind:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .hosyo-list .hosyo-list-toggle {
    border-top: none;
  }
}