: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;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,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) {
  #menu_dr_shohou_heparin .l-container {
    padding-top: 0;
  }
}

/* .menu_dr_shohou_heparin-intro
================================================ */
.menu_dr_shohou_heparin-intro {
  background: url(../img/bg_intro01.jpg) no-repeat bottom center;
}
.menu_dr_shohou_heparin-intro-textbox {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  max-width: 650px;
  padding: 15px;
  background: #fa76a7;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .menu_dr_shohou_heparin-intro-textbox {
    max-width: initial;
    padding: 15px;
  }
}
.menu_dr_shohou_heparin-intro-textbox-txt {
  color: white;
}
.menu_dr_shohou_heparin-intro-textbox-txt-l {
  font-weight: bold;
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .menu_dr_shohou_heparin-intro-textbox-txt-l {
    font-size: 2.2rem;
  }
}

/* .menu_dr_shohou_heparin-care
================================================ */
.menu_dr_shohou_heparin-care-list {
  text-align: center;
  width: 100%;
  margin: 0 auto 0;
}
.menu_dr_shohou_heparin-care-list__item {
  font-weight: bold;
  color: #fff;
  background: #f283a1;
  border: solid 1px #f06282;
  line-height: 1;
  border-radius: 30px;
  padding: 15px 0;
  width: 100%;
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .menu_dr_shohou_heparin-care-list {
    max-width: initial;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .menu_dr_shohou_heparin-care-list__item {
    font-size: 20px;
    width: 30%;
    padding: 15px 0;
    border-radius: 30px;
  }
}

/* .menu_dr_shohou_heparin-effect
================================================ */
@media all and (max-width: 767px) {
  .menu_dr_shohou_heparin-effect-area-float {
    display: block;
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .menu_dr_shohou_heparin-effect-area-float .menu_dr_shohou_heparin-effect-area-img {
    float: left;
  }
}
@media all and (max-width: 767px) {
  .menu_dr_shohou_heparin-effect-area-img {
    width: 40%;
    margin: 0 10px 10px 0;
  }
}