: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;
}

/* l-container
================================================ */
@media all and (max-width: 767px) {
  #column_white .l-container {
    padding-top: 0;
  }
}

/* .column_white-related
================================================ */
.column_white-related .c-set01 {
  padding: 15px;
  border: 1px solid rgb(var(--border));
}
@media all and (min-width: 768px) {
  .column_white-related .c-set01 {
    padding: 30px;
  }
}
.column_white-related .c-set01.is-img-left {
  grid-template-columns: auto 1fr;
}
.column_white-related .c-set01__area-img {
  width: 30vw;
  align-content: center;
}
@media all and (min-width: 768px) {
  .column_white-related .c-set01__area-img {
    width: 203px;
  }
}
.column_white-related .c-set01__area-txt {
  align-content: center;
}

/* .column_white-type
================================================ */
.column_white-type__table {
  table-layout: fixed;
  width: 100%;
}
.column_white-type__table thead th:first-child {
  width: 18%;
}
.column_white-type__table tbody {
  text-align: center;
}
@media all and (max-width: 767px) {
  .column_white-type__table tbody th {
    font-size: 1.2rem;
    text-align: center;
  }
}

/* .column_white-merit
================================================ */
.column_white-merit__table {
  table-layout: fixed;
  width: 100%;
}
.column_white-merit__table tbody {
  text-align: center;
}
@media all and (max-width: 767px) {
  .column_white-merit__table tbody th {
    font-size: 1.2rem;
    text-align: center;
  }
}
.column_white-merit__table tbody td {
  position: relative;
  padding-left: 25px;
  text-align: left;
  vertical-align: top;
}
.column_white-merit__table tbody td::before {
  position: absolute;
  content: "";
  display: block;
  top: 10px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: url(/assets/img/common/ico_check01.png) 0 0 no-repeat;
  background-size: contain;
}
.column_white-merit__table tbody td a {
  color: rgb(var(--main));
}
@media all and (min-width: 768px) {
  .column_white-merit__table tbody td {
    padding-left: 40px;
  }
  .column_white-merit__table tbody td::before {
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
  }
}

/* .column_white-case
================================================ */
.column_white-case .c-list-basic01 {
  gap: 0;
}

/* .column_white-price
================================================ */
.column_white-price .standard {
  font-size: 0.85em;
}