@charset 'UTF-8';

/*
// ---------------------------------- */
#contents {
  padding-bottom: 60px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #contents {
    padding-bottom: 20px;
  }
}

h3 {
  background: url("/img/bg-pattern.png") left center;
  padding-left: 12px;
  color: #518a47;
  font-size: 1.46em;
  line-height: 184%;
  margin: 30px 0 20px 0;
  border-radius: 5px;
}
h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
}
h5 {
  font-size: 1.2em;
  font-weight: bold;
  color: #da5535;
}
h6 {
  font-size: 1.2em;
  font-weight: bold;
}
p {
  padding-left: 0;
}
hr.underline2 {
  border-top: #ccc 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 初めての方へ
// ---------------------------------- */
table.symptom thead tr th,
table.symptom tbody tr td {
  border: #d5cac3 1px solid ;
  padding: 9px 15px;
}
table.symptom thead tr th {
  text-align: center;
}
table.symptom thead tr th:nth-child(1) ,
table.symptom tbody tr td:nth-child(1) {
  width: 25%;
}
table.symptom thead tr th {
  background-color: #739f66;
  border: #d5cac3 1px solid;
  color: #fff;
}
table.symptom tbody tr td {
  border-top: none;
}
table.symptom thead tr th,
table.symptom tbody tr td:nth-child(1) {
  border-right: none;
}
table.symptom tbody tr td:nth-child(1) {
  background-color: #f6fbe8;
  color: #463a3b !important;
  font-size: 1em;
  vertical-align: top;
}
table.price-table-inner {
  width: 100%;
}
.director-text {
  float: left;
  width: 58%;
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0.005em;
  padding-right: 2%;
}
.director-text a {
  color: #34a2e2;
}
.director-img {
  float: right;
  width: 40%;
}
.director-img img {
  width: 100%;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  .director-text {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .director-img {
    float: none;
    width: 100%;
  }
}

/* 当院の治療について
// ---------------------------------- */
.treatment h4 {
  margin-top: 20px;
}
.treatment p {
  color: #463a3b;
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0.005em;
}
.treatment p.answer {
  margin-bottom: 20px;
  letter-spacing: 0.005em;
}
.t-img {
  text-align: center;
}
.t-img img {
  width: 100%;
}

/* 当院の流れ
// ---------------------------------- */
.flow-l {
  float: left;
  display: inline;
}
.flow-r {
  float: right;
  display: inline;
}
.img-560 img {
  width: 100%;
  height: auto;
}

/* 患者さんの声
// ---------------------------------- */
#voice p.symptom {
  background: url("/img/bg-pattern.png") left center;
  padding-left: 12px;
  color: #518a47;
  font-size: 1.46em;
  margin: 30px 0 20px 0;
  border-radius: 5px;
}

/* Q&A
// ---------------------------------- */
#faq #contents a {
  color: #3c92c4;
}
#faq #contents ul li {
  display: inline-block;
}
#faq #contents ul li:first-child {
  padding-right: 25px;
}
.question span {
  font-weight: bold;
  color: #3c92c4;
  padding-right: 0.8em;
}
.answer span {
  color: #da5535;
  font-weight: bold;
  padding-right: 0.8em;
}
.answer li h5 {
  font-size: 1.2em;
  font-weight: bold;
  color: #da5535;
}

/* お知らせ
// ---------------------------------- */
ul.news-list li {
  margin-bottom: 20px;
}
.answer a.news-page {
  color: #463a3b;
}
.answer a.news-page:hover {
  text-decoration: underline;
  opacity: 1.0
}
