: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
================================================ */
#menu_pain_btx_others .l-container {
  padding-top: 0;
}

/* .menu_pain_btx_others-mainimg
================================================ */
.menu_pain_btx_others-mainimg {
  background: #efe3e5;
}

/* .menu_pain_btx_others-case
================================================ */
.menu_pain_btx_others-case__inner {
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .menu_pain_btx_others-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*--- header subpage共有ヘッダー---*/

.u-flex {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}



#header {

  position: fixed;

  width: 100%;

  height: 80px;

  background: #fff;

  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);

  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);

  top: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 100;

}



#header .body {

  position: relative;

  width: 100%;

  max-width: 750px;

  margin-inline: auto;

}



#header .inner {

  padding: 0;

}



#header .box {

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



#header .logo {

  width: 100%;

  max-width: 250px;

}



#header .logo a {

  -webkit-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;

}



#header .logo a:hover {

  opacity: 0.7;

}



#header .btn {

  width: 100%;

  max-width: 100px;

}



#header .btn a {

  -webkit-transition: 0.3s ease-in-out;

  transition: 0.3s ease-in-out;

}



#header .btn a:hover {

  opacity: 0.7;

}



#header .btn img {

  height: 80px;

  -o-object-fit: contain;

  object-fit: contain;

}



.l-sub-img__wrap{

  margin-top: 80px;

}



@media screen and (max-width: 750px) {

  #header {

    height: 12.82vw;

  }

  #header .inner {

    padding-left: 3.85vw;

    padding-right: 0;

  }

  #header .logo {

    max-width: 39.49vw;

  }

  #header .logo  img{

    vertical-align: middle;

  }

  #header .btn img {

    height: 12.82vw;

  }

  .l-sub-img__wrap {

    margin-top: 12.82vw;

  }

  .l-sub-img {

    margin-top: 12.82vw;

  }

}



/*---- footer subpage共有フッター -------*/

#fixed_btn ul {

    background-image: url("../../img/footer_bg.jpg") !important;

}



#fixed_btn ul li:last-child {

    background-image: url(../../img/footer_cv_bg_r.jpg), url(../../img/footer_cv_bg_l.jpg), url("../../img/footer_cv_bg.png") !important;

}