@charset "UTF-8";
/* ------------------------------------------------------
 *  voice
 * ------------------------------------------------------ */

#therapist_voice .second-bg {
  background: #f3f3f1;
}
#therapist_voice .title-lv-03 {
  color: #484747;
  font-size: 32px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
  font-weight: bold;
}
#therapist_voice .title-lv-03.red {
  color: #C55C55;
  font-size: 60px;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-bottom: -40px;
  border-bottom: 1px solid #c55c55;
  text-align: center;
}
#therapist_voice .title-lv-03 span {
  display: block;
  font-size:24px;
  color: #484747;
  font-weight: normal;
  margin-top: 15px;
}
#therapist_voice section .container {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 960px;
  margin: 0 auto;
}
#therapist_voice ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#therapist_voice .voice_list li{
	font-size: 18px;
	line-height: 1.7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px #C55C55 dotted;
}
#therapist_voice .voice_list li:last-child{
	border-bottom:none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  #therapist_voice .title-lv-03 {
    text-align: left;
    margin-bottom: 25px;
  }
  #therapist_voice .title-lv-03.red{
    color: #C55C55;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -10px;
    text-align: center;
    font-size: 24px;
  }
  #therapist_voice .title-lv-03 span {
    font-size: 18px;
  }
  #therapist_voice .voice_list li{
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #C55C55 dotted;
  }
  #therapist_voice .voice_list li:last-child{
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #therapist_voice section .container {
    width: 80%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}