@charset "UTF-8";
a {
  word-break: break-all;
}

body {
  font-size: 4vw;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", sans-serif;
}
@media (min-width: 992px) {
  body {
    font-size: 24px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

p {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  p {
    font-size: 24px;
  }
}

h2 {
  font-size: 8vw;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 2rem;
  }
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.h4 {
  line-height: 1.5;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 750px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.header {
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (min-width: 992px) {
  .header {
    width: 750px;
  }
}

.main {
  padding-top: 84px;
  position: relative;
}
.main .kim {
  position: absolute;
  left: 15px;
  bottom: 6px;
  width: 150px;
}
@media (min-width: 992px) {
  .main .kim {
    left: 32px;
    bottom: 6px;
    width: auto;
  }
}

#truoble {
  padding: 1.5rem 1rem 1.5rem;
  background: url(images/bg-komaru.png) no-repeat center top/cover;
}
#truoble h2 {
  color: #000;
}
#truoble ul li {
  position: relative;
  font-weight: bold;
  padding: 0.5em 0 0.5em 2.5em;
}
@media (min-width: 992px) {
  #truoble ul li {
    font-size: 2rem;
    padding: 0.5em 0 0.5em 1.5em;
  }
}
#truoble ul li:before {
  content: "";
  width: 32px;
  height: 25px;
  background: url(images/check.png) no-repeat center/100%;
  position: absolute;
  left: 0;
}
@media (min-width: 992px) {
  #truoble ul li:before {
    top: 29px;
  }
}

#toukenkai {
  background-color: #D5FFD9;
  padding: 1.5rem 1rem 1.5rem;
}

#doctor {
  padding: 1.5rem 1rem 1.5rem;
}
#doctor h2 {
  color: #7aab00;
}
@media (max-width: 567px) {
  #doctor h2 {
    font-size: 6.5vw;
  }
}
#doctor p.name {
  color: #7aab00;
  font-weight: bold;
  font-size: 4vw;
}
@media (min-width: 992px) {
  #doctor p.name {
    font-size: 1.5rem;
  }
}

.box-green {
  margin-bottom: 1.5rem;
}
.box-green h4 {
  background-color: #7aab00;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
}
.box-green .body {
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  padding: 0.2rem 1rem;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
  border-bottom: 2px solid #7aab00;
}
.box-green .body table {
  border: none;
}
.box-green .body table tr, .box-green .body table td, .box-green .body table th {
  border: none;
  vertical-align: top;
}
.box-green .body table th {
  font-weight: normal;
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .box-green .body table th {
    padding: 5px 0 5px 5px;
  }
}
.box-green .body table td {
  padding: 5px 5px 5px 5px;
}

#voice {
  padding: 1.5rem 1rem 1.5rem;
  background-color: #ffddf8;
}
#voice p.name {
  font-weight: bold;
  font-size: 1.2em;
}

#about {
  padding: 1.5rem 0.1 0.5rem 1.5rem;
}
#about .ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  background-color: #d2eaff;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #about .ttl-box {
    height: 400px;
  }
}
#about .ttl-box h2 {
  color: #7aab00;
  margin-bottom: 0;
}
#about .ttl-box p {
  text-align: center;
}
#about h3 {
  text-align: center;
  font-weight: bold;
  border-bottom: 4px dotted #7aab00;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0.5rem;
  font-size: 6.5vw;
}
@media (min-width: 992px) {
  #about h3 {
    font-size: 2rem;
  }
}
#about h3 span {
  color: #7aab00;
}
#about p span {
  background-color: yellow;
}
#about h4 {
  margin-bottom: 1rem;
}

#ronbun {
  padding: 1.5rem 0 1.5rem;
}
#ronbun h3 {
  text-align: center;
  font-weight: bold;
  border-bottom: 4px dotted #7aab00;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0.5rem;
}
#ronbun h3 span {
  color: #7aab00;
}
#ronbun .text-box {
  margin-bottom: 1.5rem;
}
#ronbun .text-box p {
  font-size: 4.5vw;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 992px) {
  #ronbun .text-box p {
    font-size: 1.5rem;
  }
}

#akiramenai {
  padding: 1.5rem 0.1 0.5rem 1.5rem;
}
#akiramenai h3 {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
}
@media (min-width: 992px) {
  #akiramenai h3 {
    font-size: 2rem;
  }
}
#akiramenai .text-box {
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
}
@media (min-width: 992px) {
  #akiramenai .text-box {
    font-size: 1.4rem;
  }
}
#akiramenai .text-box p {
  margin-bottom: 0;
}

#flow {
  background-color: #e7e7e7;
  padding: 1.5rem 1rem 1.5rem;
}
#flow h2 {
  color: #7aab00;
}
#flow .box {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 15px;
}
#flow .box h4 {
  text-align: center;
  font-weight: bold;
  border-bottom: 4px dotted #7aab00;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0 0.5rem;
}

#dantai {
  padding: 1.5rem 1rem 1.5rem;
}
#dantai h2 {
  color: #7aab00;
}
#dantai dl dt {
  background-color: #7aab00;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
}
#dantai dl dd {
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  padding: 0.5rem;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
  border-bottom: 2px solid #7aab00;
}

.gsoudan {
  background: url(images/gosoudan.png) no-repeat top center/100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tyuumoku {
  background: url(images/bg-tyuumoku.jpg) no-repeat center top/100%;
  padding-top: 20px;
  padding-bottom: 40px;
  min-height: 963px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 567px) {
  .tyuumoku {
    min-height: 443px;
  }
}

.logo {
  padding-right: 10px;
}

html {
  font-size: 16px;
}

footer {
  background: #7aab00 !important;
}

footer p {
  font-size: 0.7em;
}

.fix_bottom {
  display: none;
}

.main {
  padding-top: 73px;
}

.tel {
  display: none;
}
@media (min-width: 992px) {
  .tel {
    display: block;
  }
}

.catch {
  position: relative;
  top: 10px;
  width: 70%;
}

.fix_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
}
@media (min-width: 992px) {
  .fix_bottom {
    display: none;
  }
}
.fix_bottom .fix-tel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 38%;
      -ms-flex: 1 1 38%;
          flex: 1 1 38%;
  max-width: 38%;
}
.fix_bottom .fix-mail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 62%;
      -ms-flex: 1 1 62%;
          flex: 1 1 62%;
  max-width: 62%;
}

.point h5 {
  font-weight: bold;
  font-size: 24px;
  color: orange;
  margin: 1em 0;
}
@media (max-width: 567px) {
  .point h5 {
    font-size: 16px;
  }
}

.box-green {
  margin-bottom: 1.5rem;
}
.box-green p:first-of-type {
  background-color: #7aab00;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 20px 20px 0 0;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
}
.box-green .body {
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  padding: 0.2rem;
  border-left: 2px solid #7aab00;
  border-right: 2px solid #7aab00;
  border-bottom: 2px solid #7aab00;
}
.box-green .body table {
  border: none;
}
.box-green .body table tr, .box-green .body table td, .box-green .body table th {
  border: none;
  vertical-align: top;
}
.box-green .body table th {
  white-space: nowrap;
}
@media (max-width: 567px) {
  .box-green .body table th {
    padding: 5px 0 5px 5px;
  }
}
.box-green .body table td {
  padding: 5px 5px 5px 0px;
}/*# sourceMappingURL=style.css.map */