:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --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: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

.c-list-arrow__item {
  border-bottom: 1px solid rgb(var(--border));
}
.c-list-arrow__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 10px 20px;
  position: relative;
  background: #fff;
}
.c-list-arrow__link::before {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 13px;
  content: "";
  display: inline-block;
  background-color: currentColor;
  color: #ab5ead;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 13"><path d="M.95.5 0 1.53l5.032 4.976L0 11.483.95 12.5 7 6.506.95.5Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .c-list-arrow__link {
    min-height: 70px;
    font-size: 1.8rem;
  }
}

/* .site-map
================================================ */
@media all and (min-width: 768px) {
  .site-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.site-box .c-head03 {
  margin-bottom: 0px;
}
@media all and (min-width: 768px) {
  .site-box .c-head03 {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) {
  .site-box:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  .site-column {
    width: 30%;
  }
}