﻿@charset "utf-8";

#stress_title {
  background-image: url(bg_title.jpg);
}

#column_main #stress_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #stress_title {
    background-position: right 40% center;
  }

  #column_main #stress_title h2 {
    padding-bottom: 17%;
  }
}

#clm_cont section #taiken {
  min-height: 276px;
  box-sizing: border-box;
  position: relative;
}

#clm_cont section #taiken p {
  margin-right: 29%;
}

#clm_cont section #taiken .img_right {
  position: absolute;
  top: 10px;
  right: 32px;
  width: 26%;
}

#clm_cont section .aside.jlist01 {
  margin: 0 0 1.2em 0;
  padding: 16px 32px 6px;
}

#clm_cont section .aside.jlist01 ol.ls_num li {
  margin-bottom: 0.75em;
}

@media screen and (max-width: 880px) {
  #clm_cont section #taiken .img_right {
    top: 94px;
  }
}

@media screen and (max-width: 768px) {
  #clm_cont section #taiken .img_right {
    right: 18px;
    top: 10px;
  }

  #clm_cont section .aside.jlist01 {
    padding: 1.5rem 1.75rem 0;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont section #taiken {
    min-height: 0;
    position: static;
  }

  #clm_cont section #taiken p {
    margin-right: 0;
  }

  #clm_cont section #taiken .img_right {
    position: static;
    display: block;
    margin: 0 auto 0.75em auto;
    max-width: 50%;
    width: auto;
  }
}
