:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --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: 243,243,243;
  --blue: 16,120,237;
  --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) {
  .l-container {
    padding-top: 0px;
  }
}
@media all and (min-width: 768px) {
  .c-set01__area_img {
    max-width: 480px;
  }
}
/* .society_intro
================================================ */
@media all and (max-width: 767px) {
  .society-intro {
    background: url(/society/img/bg_society01.jpg), url(/society/img/bg_society02.jpg), #e4f5f9;
    background-size: contain, contain;
    background-repeat: no-repeat;
    background-position: bottom center, center top;
    padding: 3em 0 9em;
  }
}
@media all and (min-width: 768px) {
  .society-intro__inner {
    background: url(/society/img/bg_society01.jpg) no-repeat bottom center #e4f5f9;
    background-size: contain;
    padding: 3em 3em 14em;
  }
  .society-intro .c-txt01 {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
}