@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-llgreen {
  background-color: #e6fff9;
}

.bg-lgreen {
  background-color: #33b9a1;
  color: #fff;
}

.bg-texture01 {
  background-image: url("../img/bg-texture01.png");
  background-repeat: repeat;
}

.bg-texture02 {
  background-image: url("../img/bg-texture02.png");
  background-repeat: repeat;
}

.bg-texture03 {
  background-image: url("../img/bg-texture03.png");
  background-repeat: repeat;
}

article {
  margin-top: 0;
  margin-bottom: 0;
}

.top-page #container {
  background-image: url("../img/top-aisatu.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1282px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .top-page #container {
    background-position: center top;
    background-size: 1600px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-page #container {
    background-position: center top;
    background-size: 1500px auto;
  }
}
@media screen and (max-width: 767px) {
  .top-page #container {
    background-position: center top;
    background-size: 1300px auto;
  }
}
@media screen and (max-width: 480px) {
  .top-page #container {
    background-position: -350px 10px;
    background-size: 1000px auto;
  }
}
.top-page .aisatu {
  height: 640px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.top-page .message {
  margin-top: 50px;
  padding: 20px 30px;
  width: 40%;
  border-radius: 5px;
  background-color: rgba(0, 168, 138, 0.85);
  background-image: url("../img/bg-texture01.png");
  background-repeat: repeat;
  color: #fff;
  text-align: left;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  z-index: 100;
  position: relative;
  overflow: hidden;
}
.top-page .message span.a-name {
  display: block;
  float: right;
  padding-top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.top-page .news-box {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding: 0 0 40px 0;
}
.top-page .news-box .news {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.top-page .news-box h2 {
  float: left;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  width: 30%;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #00a88a;
  line-height: 1.3;
}
.top-page .news-box h2:before {
  font-family: 'FontAwesome';
  content: "\f0c6";
  margin-right: 10px;
  font-weight: normal;
}
.top-page .news-box ul {
  float: left;
  width: 60%;
  padding: 0;
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .top-page .aisatu {
    height: auto;
  }
  .top-page .aisatu .message {
    margin-top: 0px;
    margin-bottom: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-page .aisatu {
    height: auto;
  }
  .top-page .aisatu .message {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-page .aisatu {
    overflow: hidden;
    height: auto;
  }
  .top-page .aisatu .message {
    margin-top: 120px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: auto;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-page .news-box h2 {
    width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-page .news-box ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .top-page .aisatu .message {
    margin-top: 140px;
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-page .aisatu .message span.a-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-page .news-box {
    padding: 10px 0 25px 0;
    text-align: center;
  }
  .top-page .news-box h2 {
    width: 100%;
    margin: 0 auto 8px auto;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-page .news-box ul {
    text-align: left;
    padding: 0 0;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topics-box {
  background-color: #e6fff9;
  background-image: url("../img/bg-texture03.png");
  background-repeat: repeat;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
}
.topics-box article {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #323a45;
}
.topics-box h2{
  background-color: #33b9a1;
  color: #fff;
  border-radius: 1em;
  padding:0 1em;
  margin-top:14px;
}
.topics-box h3{
  color: #00a88a;
  margin: 14px 0 0 0;
}
.topics-box ul{
  margin:0 0 40px 0 !important;
}
@media screen and (max-width: 604px) {
  .topics-box article {
    margin-top: 15px;
  }
}

.policy-box {
  text-align: center;
  background-color: #fff;
}
.policy-box h2.home-sym-dsc {
  margin: 60px auto 40px auto;
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
}
.policy-box h2.home-sym-dsc span {
  display: block;
}
.policy-box .policy-dsc {
  margin: 0 auto;
}
.policy-box .policy-dsc p {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .policy-box h2.home-sym-dsc {
    margin-top: 30px;
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
  }
  .policy-box h2.home-sym-dsc span {
    display: inline;
  }
}
.sub-page .policy-box {
  margin-top: 40px;
}
.sub-page .policy-box .fig04 {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .sub-page .policy-box .fig04 {
    margin-bottom: 20px;
  }
}
.policy-fig-ttl {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.policy-fig-ttl .fig01 {
  float: left;
  width: 40%;
  margin: 0 5%;
  text-align: center;
  color: #fff;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 10px 10px 10px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-top-left: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-top-right: 5px;
  box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  background-image: url("../img/bg-texture02.png");
}
.policy-fig-ttl .fig01 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.policy-fig-ttl .fig01 i {
  margin-right: 8px;
}
.policy-fig-ttl .fig01.left {
  background-color: #4ab5ff;
}
.policy-fig-ttl .fig01.right {
  background-color: #33b9a1;
}

@media screen and (max-width: 959px) {
  .policy-fig-ttl {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .policy-fig-ttl .fig01 {
    padding: 15px 8px 0px 8px;
  }
  .policy-fig-ttl .fig01 span {
    display: block;
  }
  .policy-fig-ttl .fig01 i {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .policy-fig-ttl .fig01 {
    padding: 8px 8px 3px 8px;
  }
  .policy-fig-ttl .fig01 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#policy-fig-box {
  margin: 0;
  background-image: url("../img/bg-texture02.png"), url("../img/bg-policy.jpg");
  background-repeat: repeat,repeat-y;
  background-size: auto, 100% 1px;
  background-position: auto,center top;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
  box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.05);
}
#policy-fig-box .policy-fig {
  margin: 0 auto 5px auto;
  width: 920px;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
#policy-fig-box .policy-fig .fig02 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#policy-fig-box .policy-fig .fig03 {
  float: left;
  width: 30%;
  padding: 0;
  margin: 0 5% 0 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
#policy-fig-box .policy-fig .fig04 {
  float: left;
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#policy-fig-box .policy-fig .fig03:last-child,
#policy-fig-box .policy-fig .fig04:last-child {
  margin-right: 0;
}
#policy-fig-box .policy-fig p.home-pol-p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  color: #fff;
}

@media screen and (max-width: 959px) {
  #policy-fig-box .policy-fig {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #policy-fig-box .policy-fig .fig02, #policy-fig-box .policy-fig .fig04 {
    padding: 15px 10px 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #policy-fig-box .policy-fig .fig02 span, #policy-fig-box .policy-fig .fig04 span {
    display: block;
  }
  #policy-fig-box .policy-fig .fig02 {
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  #policy-fig-box .policy-fig .fig02 img {
    float: left;
    margin-right: 10%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 480px) {
  #policy-fig-box {
    padding-top: 20px;
  }
  #policy-fig-box .policy-fig {
    margin-left: 15px;
    margin-right: 15px;
  }
  #policy-fig-box .policy-fig .fig02, #policy-fig-box .policy-fig .fig04 {
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #policy-fig-box .policy-fig .fig02 span, #policy-fig-box .policy-fig .fig04 span {
    display: inline;
  }
  #policy-fig-box .policy-fig .fig02 {
    padding: 10px 10px 10px 10px;
  }
  #policy-fig-box .policy-fig .fig02 img {
    margin-left: 0;
    margin-right: 15px;
  }
  #policy-fig-box .policy-fig .fig04 {
    padding: 12px 5px 3px 5px;
  }
  #policy-fig-box .policy-fig .fig04 img {
    float: none;
  }
  #policy-fig-box .policy-fig p.home-pol-p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.sub-page .policy-box .fig01 span {
  font-size: 20px;
  font-size: 2rem;
}
.sub-page .policy-box .fig02, .sub-page .policy-box .fig04 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .sub-page .policy-box .fig01 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-page .policy-box .fig02, .sub-page .policy-box .fig04 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
img.pol {
  display: block;
  margin: 20px auto;
}

.top-page .symptom-box {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #f4f4f4;
}
.top-page .symptom-box .symptom-example-box {
  margin: 0 auto;
  text-align: center;
  width: 718px;
}
.top-page .symptom-box .symptom-example-box .symptom-example {
  float: left;
  width: 132px;
  margin-right: 14.5px;
  margin-bottom: 30px;
  line-height: 1.35;
  font-size: 13px;
  font-size: 1.3rem;
}
.top-page .symptom-box .symptom-example-box .symptom-example .symptom-img {
  background-color: #fff;
  width: 132px;
  height: 132px;
  -webkit-border-radius: 50%;
  /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 10px 0;
  padding: 0;
}
.top-page .symptom-box .symptom-example-box .symptom-example .symptom-img img {
  margin: 21px 0 0 0;
  padding: 0;
}
.top-page .symptom-box .symptom-example-box .symptom-example:nth-child(5) {
  margin-right: 0;
}
.top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) .symptom-img {
  background-color: #33b9a1;
}

@media screen and (max-width: 767px) {
  .top-page .symptom-box .symptom-example-box {
    width: 580px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 17.33px;
    margin-bottom: 30px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(5) {
    display: none;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) {
    margin-right: 0;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2) .symptom-img,
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) .symptom-img {
    background-color: #33b9a1;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(1) .symptom-img,
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) .symptom-img {
    background-color: #fff;
  }
}
@media screen and (max-width: 609px) {
  .top-page .symptom-box .symptom-example-box {
    width: 430px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 17px;
    margin-bottom: 20px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) {
    display: none;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) {
    margin-right: 0;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) .symptom-img {
    background-color: #33b9a1;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n+1) .symptom-img {
    background-color: #fff;
  }
}
@media screen and (max-width: 469px) {
  .top-page .symptom-box .symptom-example-box {
    width: 290px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 26px;
    margin-bottom: 20px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) {
    display: block;
    margin-right: 26px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) {
    margin-right: 26px;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) {
    margin-right: 0;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(2) .symptom-img,
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) .symptom-img {
    background-color: #33b9a1;
  }
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(1) .symptom-img,
  .top-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) .symptom-img {
    background-color: #fff;
  }
}
.sub-page .symptom-box {
  text-align: center;
  background-color: #f4f4f4;
  padding: 0px 0 30px 0;
}
.sub-page .symptom-box h2.home-ttl {
  margin: 0 auto;
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.sub-page .symptom-box h2.home-ttl span {
  display: block;
}
.sub-page .symptom-box .symptom-example-box {
  margin: 0 auto;
  text-align: center;
  width: 718px;
}
.sub-page .symptom-box .symptom-example-box .symptom-example {
  float: left;
  width: 132px;
  margin-right: 14.5px;
  margin-bottom: 30px;
  line-height: 1.35;
  font-size: 13px;
  font-size: 1.3rem;
}
.sub-page .symptom-box .symptom-example-box .symptom-example .symptom-img {
  background-color: #fff;
  width: 132px;
  height: 132px;
  -webkit-border-radius: 50%;
  /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 10px 0;
  padding: 0;
}
.sub-page .symptom-box .symptom-example-box .symptom-example .symptom-img img {
  margin: 21px 0 0 0;
  padding: 0;
}
.sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5n) {
  margin-right: 0;
}
.sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) .symptom-img {
  background-color: #33b9a1;
}

@media screen and (max-width: 767px) {
  .sub-page .symptom-box .symptom-example-box {
    width: 580px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 17.33px;
    margin-bottom: 30px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5n) {
    margin-right: 17.33px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(4n) {
    margin-right: 0;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(7) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(10) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(12) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(13) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(15) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(18) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(20) .symptom-img {
    background-color: #33b9a1;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(1) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(6) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(8) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(9) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(11) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(14) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(16) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(17) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(19) .symptom-img {
    background-color: #fff;
  }
}
@media screen and (max-width: 609px) {
  .sub-page .symptom-box .symptom-example-box {
    width: 430px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 17px;
    margin-bottom: 20px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5n) {
    margin-right: 17px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(4n) {
    margin-right: 17px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(3n) {
    margin-right: 0;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) .symptom-img {
    background-color: #33b9a1;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n+1) .symptom-img {
    background-color: #fff;
  }
}
@media screen and (max-width: 469px) {
  .sub-page .symptom-box .symptom-example-box {
    width: 290px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example {
    margin-right: 26px;
    margin-bottom: 20px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5n) {
    margin-right: 26px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(4n) {
    margin-right: 26px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(3n) {
    margin-right: 26px;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2n) {
    margin-right: 0;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(2) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(3) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(6) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(7) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(10) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(11) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(14) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(15) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(18) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(19) .symptom-img {
    background-color: #33b9a1;
  }
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(1) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(4) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(5) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(8) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(9) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(12) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(13) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(16) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(17) .symptom-img,
  .sub-page .symptom-box .symptom-example-box .symptom-example:nth-child(20) .symptom-img {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .symptom-box h2.home-ttl span {
    display: inline;
  }
}
span.font-lgreen {
  color: #33b9a1;
}

.timetable-box {
  margin: 0 auto 20px auto;
  max-width: 800px;
  min-width: 300px;
  text-align: center;
}
.timetable-box table {
  margin: 0;
  padding: 0;
}
.timetable-box table tr {
  margin: 0;
  padding: 0;
  border-top: 1px solid #f4f4f4;
}
.timetable-box table tr:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.timetable-box table th {
  margin: 0;
  padding: 5px 20px;
  background-color: #33b9a1;
  color: #fff;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.timetable-box table td {
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}
.timetable-box table td.closed {
  background-color: #f4f4f4;
  color: #00a88a;
}
.timetable-box table td:last-child {
  border-right: none;
}
.timetable-box table span {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}
.timetable-box table span.hosoku {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.timetable-box p {
  margin: 10px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .timetable-box table {
    width: 100%;
  }
  .timetable-box table th {
    padding: 10px 0;
  }
  .timetable-box table td {
    padding: 10px 0;
  }
  .timetable-box table span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .timetable-box table th {
    padding: 5px 2px;
    text-align: center;
    white-space: nowrap;
  }
  .timetable-box table td {
    padding: 5px 3px;
    text-align: center;
  }
  .timetable-box table span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .timetable-box table span.hosoku {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.visitor-box {
  background-color: #e6fff9;
  background-image: url("../img/bg-texture03.png");
  background-repeat: repeat;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.visitor-box article.top-visitor {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #00a88a;
}

@media screen and (max-width: 604px) {
  .visitor-box article.top-visitor {
    margin-top: 15px;
  }
}
p.hosoku {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6c7282;
  padding: 0;
  margin: 0;
}

.appoint-box {
  border: 10px solid #f4f4f4;
  margin: 0 auto 80px auto;
  padding: 20px 15px 30px 15px;
  max-width: 550px;
  border: 10px solid #f4f4f4;
  text-align: center;
}
.appoint-box p {
  margin: 0;
  padding: 0;
}
.appoint-box h2.home-appoint-ttl {
  font-size: 20px;
  font-size: 2rem;
  border: none;
  color: #00a88a;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  display: inline-block;
}
.appoint-box p.appoint-tel {
  color: #00a88a;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.0;
  margin: 5px 0 0px 0;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.appoint-box p.appoint-note {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .appoint-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .appoint-box p.appoint-note {
    text-align: left;
  }
}
.access-box {
  margin: 30px 0 0 0;
  background-color: #e6fff9;
  background-image: url("../img/top-map-bg.jpg"), url("../img/bg-texture03.png");
  background-repeat: repeat-x,repeat;
}
.access-box p {
  margin: 0;
  padding: 0;
}

.blog-box {
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
}
.blog-box section {
  float: left;
  width: 50%;
  text-align: center;
}
.blog-box h2.home-blog-bunner {
  width: 300px;
  height: 95px;
  padding: 0;
  margin: 0 30px 0 0;
  float: right;
  border: #f4f4f4 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  background: url("../img/top-blog.jpg") no-repeat 0 0;
  background-size: 300px 95px;
  -webkit-background-size: 300px auto;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.blog-box dl {
  margin: 7px 0 0 0;
  padding: 0;
  text-align: left;
}
.blog-box dt {
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .blog-box {
    padding: 50px 0;
    text-align: left;
  }
  .blog-box section {
    float: none;
    width: 100%;
  }
  .blog-box h2.home-blog-bunner {
    width: 300px;
    height: 95px;
    padding: 0;
    margin: 0 auto;
    float: none;
    border: #f4f4f4 1px solid;
  }
  .blog-box a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .blog-box dl {
    padding: 0;
    margin: 10px auto 20px auto;
    max-width: 300px;
  }
  .blog-box dt {
    float: left;
    margin-right: 10px;
  }
  .blog-box dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.symptom-box .top-sym-ulbox ul {
  margin: 0 auto !important;
  padding: 30px 15px 20px 15px !important;
  background-color: #33b9a1;
  color: #fff;
  text-align: center;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  width: 80%;
  max-width: 600px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style: none;
}
.symptom-box .top-sym-ulbox ul li {
  margin: 3px 5px;
  padding: 0px 8px;
  background-color: #fff;
  color: #00a88a;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

@media screen and (max-width: 480px) {
  .symptom-box .top-sym-ulbox ul {
    margin: 0 auto;
    padding: 30px 15px 20px 15px;
    width: 100%;
  }
  .symptom-box .top-sym-ulbox ul li {
    margin: 3px 5px;
    padding: 0px 8px;
  }
}
.top-page h2.home-ttl {
  margin: 70px auto 30px auto;
  padding-bottom: 8px;
  line-height: 1.0;
  border-bottom: 4px solid #00a88a;
  color: #00a88a;
  display: inline-block;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}
.top-page h2.home-ttl span {
  display: block;
}

@media screen and (max-width: 480px) {
  .top-page h2.home-ttl {
    margin: 60px auto 30px auto;
    padding-bottom: 6px;
    border-bottom: 4px solid #00a88a;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.box-center {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .box-center {
    text-align: center;
    margin: 0 auto;
  }
}
h2.center-ttl {
  margin: 70px auto 30px auto;
  padding-bottom: 8px;
  line-height: 1.0;
  border-bottom: 4px solid #00a88a;
  color: #00a88a;
  display: inline-block;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}
h2.center-ttl span {
  display: block;
}

@media screen and (max-width: 480px) {
  h2.center-ttl {
    margin: 60px auto 20px auto;
    padding-bottom: 5px;
    border-bottom: 3px solid #00a88a;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
h2.access-ttl {
  margin: 70px auto 30px auto;
  padding-bottom: 8px;
  line-height: 1.0;
  border-bottom: 4px solid #00a88a;
  color: #00a88a;
  text-align: center !important;
  display: inline-block;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 480px) {
  h2.access-ttl {
    margin: 60px auto 30px auto;
    padding-bottom: 5px;
    border-bottom: 3px solid #00a88a;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center !important;
  }
}
.access-box {
  text-align: center;
}
.access-box .top-map-box {
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
}
.access-box .top-map-box .top-map {
  float: left;
  margin: 20px 40px 20px 40px;
}
.access-box .top-map-box .top-map:last-child {
  margin-left: 0;
}
.access-box .top-map-box img {
  margin: 0;
  padding: 0;
}
.access-box .top-map-button {
  margin: 0 auto;
  text-align: center;
}
.access-box span.emp {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  border-bottom: #33b9a1 2px dotted;
  padding: 0 3px 3px 3px;
  color: #33b9a1;
}

@media screen and (max-width: 820px) {
  .access-box .top-map-box {
    max-width: 620px;
  }
  .access-box .top-map-box .top-map {
    margin: 20px 20px 20px 0;
  }
  .access-box .top-map-box .top-map:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .access-box .top-map-box {
    max-width: 300px;
  }
  .access-box .top-map-box .top-map {
    float: none;
    margin: 20px 0 20px 0;
  }
  .access-box .top-map-box .top-map:last-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
dl.faq-dl {
  background-color: #fff;
  padding: 40px 0 50px 0;
}
dl.faq-dl dt, dl.faq-dl dd {
  text-align: left;
  padding-left: 104px;
  padding-right: 50px;
  margin: 0;
}
dl.faq-dl dt {
  position: relative;
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
dl.faq-dl dt:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 50px;
  top: 14px;
  width: 40px;
  background-color: #33b9a1;
}

dl.faq-dl:nth-child(2n+1) {
  background-color: #f4f4f4;
}

@media screen and (max-width: 959px) {
  dl.faq-dl {
    background-color: #fff;
    padding: 30px 0 40px 0;
  }
  dl.faq-dl dt, dl.faq-dl dd {
    text-align: left;
    padding-left: 54px;
    padding-right: 0px;
    margin: 0;
  }
  dl.faq-dl dt {
    position: relative;
    color: #00a88a;
    font-family: "Shuei KakuGo Kin B", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
  }
  dl.faq-dl dt:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 40px;
    background-color: #33b9a1;
  }
}
@media screen and (max-width: 767px) {
  dl.faq-dl {
    padding: 30px 0;
  }
  dl.faq-dl dt, dl.faq-dl dd {
    text-align: left;
    padding-left: 64px;
    padding-right: 10px;
  }
  dl.faq-dl dt:before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  dl.faq-dl {
    padding: 30px 0;
  }
  dl.faq-dl dt, dl.faq-dl dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  dl.faq-dl dt:before {
    display: none;
  }
}
img.embrace3 {
  width: 100%;
  margin: 30px auto 10px auto;
}

figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6c7282;
}

img.onnetu {
  display: block;
  margin: 0 auto 10px auto;
  padding: 0;
}

.onnetu-ulbox ul {
  margin: 10px auto 30px auto;
  padding: 30px 15px 20px 15px;
  background-color: #f4f4f4;
  color: #33b9a1;
  text-align: center;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style: none;
}
.onnetu-ulbox ul li {
  margin: 3px 5px;
  padding: 0px 8px;
  background-color: #fff;
  color: #00a88a;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.onnetu-ulbox ul h2 {
  margin: 0 auto 10px auto;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}

h2.blog-bunner {
  width: 300px;
  height: 95px;
  padding: 0;
  margin: 20px auto 30px auto;
  display: block;
  border: #f4f4f4 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  background: url("../img/top-blog.jpg") no-repeat 0 0;
  background-size: 300px 95px;
  -webkit-background-size: 300px auto;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 480px) {
  .onnetu-ulbox ul {
    margin: 0 auto;
    padding: 30px 15px 20px 15px;
    width: 100%;
  }
  .onnetu-ulbox ul li {
    margin: 3px 5px;
    padding: 0px 8px;
  }
}
.counseling-box {
  text-align: center;
}
.counseling-box ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 1em;
}
.counseling-box ul li {
  text-align: left;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  color: #00a88a;
}

img.counseling {
  width: 100%;
  margin: 30px auto 10px auto;
}

h3.counseling-ttl-s {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  color: #00a88a;
  margin: 20px auto 5px auto;
}

ul.counseling-cancel {
  /*border: 1px dotted #33b9a1;*/
  background-color: #f4f4f4;
  padding: 30px 40px;
  margin: 30px auto ;
  text-align: center;
  max-width: 750px;
  list-style: none;
}
ul.counseling-cancel li{
  margin-top: 10px;
  text-align: left;
}
ul.counseling-cancel  i {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 7px;
  color: #e6fff9;
}
ul.counseling-cancel  li:before {
  font-family: 'FontAwesome';
  content: "\f10c";
  margin-right: 5px;
}

span.doctor-sign {
  display: block;
  text-align: right;
  margin: 15px 0;
}

.docotr-dsc-box {
  margin: 0px auto 20px auto;
  padding: 40px;
  text-align: left;
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.docotr-dsc-box .doctor-dsc-left {
  float: left;
  width: 20%;
}
.docotr-dsc-box .doctor-dsc-left h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  margin: 0px 0 0 0;
  padding: 0;
  line-height: 1.0;
}
.docotr-dsc-box .doctor-dsc-left h3 {
  color: #00a88a;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
.docotr-dsc-box .doctor-dsc-left p.hosoku {
  margin-bottom: 15px;
}
.docotr-dsc-box .doctor-dsc-right {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
  box-shadow: rgba(255, 255, 255, 0.2) -1px 0 0;
  padding: 0 0 0 40px;
  width: 75%;
}
.docotr-dsc-box .doctor-dsc-right p {
  font-size: 12px;
  font-size: 1.2rem;
}
.docotr-dsc-box .doctor-dsc-right ul {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 0 12px;
  padding: 0;
}
.docotr-dsc-box .doctor-dsc-right ul li {
  margin: 0;
  padding: 0;
}
.docotr-dsc-box .doctor-dsc-right h4.doctor-ttl-s {
  margin: 20px auto 0px auto;
  padding: 0;
  color: #00a88a;
}
.docotr-dsc-box .doctor-dsc-right h4:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .docotr-dsc-box {
    padding: 30px;
  }
  .docotr-dsc-box .doctor-dsc-left {
    width: 25%;
  }
  .docotr-dsc-box .doctor-dsc-right {
    padding: 0 0 0 30px;
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .docotr-dsc-box {
    padding: 15px;
  }
  .docotr-dsc-box .doctor-dsc-left {
    float: none;
    width: 100%;
  }
  .docotr-dsc-box .doctor-dsc-right {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
    padding: 15px 0 0 0px;
    float: none;
    width: 100%;
    border-left: none;
  }
}
img.doctor {
  width: 100%;
  margin: 30px auto 0px auto;
}

.symptom-dsc-box {
  margin-top: 30px;
}
.symptom-dsc-box .pd-ctrl02 {
  text-align: center;
}
.symptom-dsc-box .pd-ctrl02 h2 {
  margin: 30px auto 40px auto;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  display: inline;
  padding-bottom: 5px;
  border-bottom: solid 4px #00a88a;
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.symptom-dsc-box .pd-ctrl02 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box01 {
  margin: 0 auto;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box01 section {
  float: left;
  width: 48%;
  margin: 0px 4% 0px 0;
  background-color: #f4f4f4;
  color: #00a88a;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box01 section:last-child {
  margin-right: 0;
}
.symptom-dsc-box .pd-ctrl02 h4.mental,
.symptom-dsc-box .pd-ctrl02 h4.physical {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  line-height: 1;
}
.symptom-dsc-box .pd-ctrl02 h4.mental:before,
.symptom-dsc-box .pd-ctrl02 h4.physical:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  font-weight: normal;
  margin: 14px auto;
}
.symptom-dsc-box .pd-ctrl02 h4.mental:before {
  content: "\f004";
}
.symptom-dsc-box .pd-ctrl02 h4.physical:before {
  content: "\f183";
}
.symptom-dsc-box .pd-ctrl02 ul {
  margin: 0 20px 0 34px;
  padding: 0 0 30px 0;
  text-align: left;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.symptom-dsc-box .pd-ctrl02 ul li {
  margin: 0 0 0 0px;
  padding: 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
  list-style: none;
}
.symptom-dsc-box .pd-ctrl02 ul li:before {
  font-family: 'FontAwesome';
  content: "\f046";
  margin-right: 8px;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 {
  background-color: #fff;
  border: dotted 1px #33b9a1;
  padding: 40px;
  margin: 0 auto 60px auto;
  text-align: left;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec {
  margin: 0 auto 30px auto;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dt {
  clear: left;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dd {
  float: left;
  width: 80%;
  margin: 0;
  padding: 0;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec:last-child {
  margin-bottom: 0;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01,
.symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02 {
  margin: -14px 0 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  white-space: nowrap;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01:before {
  font-family: 'FontAwesome';
  content: "\f040";
  margin-right: 8px;
  font-size: 36px;
  font-size: 3.6rem;
}
.symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02:before {
  font-family: 'FontAwesome';
  content: "\f0f0";
  margin-right: 8px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 {
    padding: 30px;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec {
    margin: 0 auto 20px auto;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dt {
    width: 25%;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dd {
    width: 75%;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec:last-child {
    margin-bottom: 0;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01,
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02 {
    margin: -14px 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shuei KakuGo Kin B", sans-serif;
    white-space: nowrap;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01:before {
    font-family: 'FontAwesome';
    content: "\f040";
    margin-right: 8px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02:before {
    font-family: 'FontAwesome';
    content: "\f0f0";
    margin-right: 8px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .symptom-dsc-box .pd-ctrl02 ul {
    margin: 0 0px 0 14px;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 {
    padding: 20px;
    margin: 0 auto 60px auto;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec {
    margin: 0 auto 20px auto;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dt {
    float: none;
    width: 100%;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec dd {
    float: none;
    width: 100%;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 dl.dsc-box02-sec:last-child {
    margin-bottom: 0;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01,
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02 {
    margin: -14px 0 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shuei KakuGo Kin B", sans-serif;
    white-space: nowrap;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl01:before {
    font-family: 'FontAwesome';
    content: "\f040";
    margin-right: 8px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .symptom-dsc-box .pd-ctrl02 .dsc-box02 h4.dsc-box-ttl02:before {
    font-family: 'FontAwesome';
    content: "\f0f0";
    margin-right: 8px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
ul.yomimono-head {
  list-style: none;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  background-color: #e6fff9;
  margin: 15px auto 0 auto;
  padding: 20px;
  text-align: left;
  color: #00a88a;
}

h2.yomimono-ttl {
  color: #00a88a;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  text-align: left;
  margin: 30px auto 10px auto;
}

h3.yomimono-ttl-s {
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  text-align: left;
  margin: 30px auto 5px auto;
}

ul.yomimono01 {
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 20px auto;
  padding: 20px 30px;
  list-style: none;
}
ul.yomimono01 li i {
  margin-right: 8px;
  color: #00a88a;
  font-size: 18px;
  font-size: 1.8rem;
}
ul.yomimono01 li:after {
  font-family: 'FontAwesome';
  content: "\f07d";
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #00a88a;
}
ul.yomimono01 li:last-child:after {
  display: none;
}

ul.yomimono02 {
  margin: 0 auto 20px auto;
  padding: 0 0 0 1em;
  text-align: left;
}
ul.yomimono02 li {
  margin: 0 1em 0 0;
  padding: 0;
}

ul.yomimono03 {
  margin: 0 auto 20px auto;
  padding: 20px 20px 20px 20px;
  text-align: left;
  background-color: #e6fff9;
}
ul.yomimono03 li {
  margin: 0 0 5px 1em;
  padding: 0;
  color: #00a88a;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}

.yomimono-gray {
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px auto;
  padding: 20px;
}
.yomimono-gray i {
  display: block;
  color: #00a88a;
}

article.article-margin-top {
  margin-top: 30px;
}

span.yomimono-emp {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  color: #00a88a;
}

@media screen and (max-width: 480px) {
  h2.yomimono-ttl {
    line-height: 1.35;
    font-size: 24px;
    font-size: 2.4rem;
  }

  ul.yomimono01 {
    text-align: center;
    width: 100%;
  }

  ul.yomimono03 {
    padding: 15px;
  }

  .yomimono-gray {
    text-align: center;
  }

  article.article-margin-top {
    margin-top: 10px;
  }
}
#map-canvas div {
  overflow: visible;
}

#map {
  height: 100%;
}

#map-canvas {
  width: 100%;
  height: 500px;
}

#map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#mapArea {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  #mapArea {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #mapArea {
    height: 200px;
  }
}
.fig-box-entrance {
  margin: 30px auto;
  max-width: 640px;
}
.fig-box-entrance figure {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.fig-box-entrance figure figcaption {
  padding: 0 10px;
}

.fig-box-reception {
  max-width: 640px;
  margin: 0 auto 30px auto;
}

img.entrance {
  width: 100%;
  margin-bottom: 5px;
}

img.room02 {
  width: 100%;
  margin-bottom: 5px;
}

h2.access-area-ttl {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  background-color: #33b9a1;
  background-image: url("../img/bg-texture01.png");
  background-repeat: repeat;
  color: #fff;
  margin: 50px auto 0 auto;
  padding: 10px 10px 0 10px;
  max-width: 500px;
  text-align: center;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-top-left: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-top-right: 4px;
}

.area-ul-box {
  margin: 0;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.area-ul-box p {
  text-align: left;
}
.area-ul-box ul {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1em;
  float: left;
  width: 45%;
}
.area-ul-box ul li {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  text-align: left;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.area-ul-box ul li span.walking-time {
  font-size: 12px;
  font-size: 1.2rem;
}
.area-ul-box img {
  float: right;
  width: 50%;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .area-ul-box ul {
    float: none;
    width: 100%;
  }
  .area-ul-box img {
    float: none;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 480px) {
  h2.access-area-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .area-ul-box {
    padding: 10px 10px 20px 10px;
  }
}
.transportation {
  float: left;
  width: 47%;
  margin: 0 6% 20px 0;
}
.transportation span.access-trns-label {
  color: #33b9a1;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
.transportation h3 {
  font-family: "Shuei KakuGo Kin B", sans-serif;
}

.transportation:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .transportation {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }
  .transportation h3 {
    text-align: left;
  }

  .transportation:nth-child(2) {
    margin-top: 50px;
  }
}
article.visitor-prc {
  border: 1px dotted #33b9a1;
  padding: 30px;
  margin: 5px auto 0 auto;
  text-align: center;
  max-width: 750px;
}
article.visitor-prc h3 {
  font-family: "Shuei KakuGo Kin B", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
  padding: 0;
}
article.visitor-prc p.appoint-tel {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  margin: 0 auto;
  padding: 0;
  color: #33b9a1;
}
article.visitor-prc p.hosoku {
  text-align: center;
  line-height: 1.0;
  margin: 0 auto 0 auto;
  padding: 0;
}
article.visitor-prc ul {
  background-color: #f4f4f4;
  padding: 20px;
  margin: 7px 0 0 0;
  list-style: none;
}
article.visitor-prc ul li {
  margin: 0 20px;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
article.visitor-prc .visitor-dl-box {
  padding: 0;
  margin: 0;
}
article.visitor-prc dl {
  background-color: #f4f4f4;
  padding: 20px;
  margin: 0px 0;
}
article.visitor-prc dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shuei KakuGo Kin B", sans-serif;
  margin: 0;
  padding: 0;
}
article.visitor-prc dl dd {
  margin: 0;
  padding: 0;
}
article.visitor-prc .angle-box-s {
  font-size: 24px;
  font-size: 2.4rem;
  color: #6c7282;
  margin: 0 auto;
  padding: 0;
}
article.visitor-prc p {
  margin: 15px 0;
  padding: 0;
  text-align: center;
}
article.visitor-prc h4 {
  margin: 30px auto 0 auto;
  color: #00a88a;
  font-family: "Shuei KakuGo Kin B", sans-serif;
}
article.visitor-prc span.visitor-dl-note {
  font-size: 12px;
  font-size: 1.2rem;
}
article.visitor-prc .pdf-dl {
  background-color: #fff;
  color: #33b9a1;
  max-width: 300px;
  margin: 10px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
article.visitor-prc .pdf-dl a:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-right: 8px;
  font-size: 28px;
  font-size: 2.8rem;
}

article.visitor-prc:first-child {
  margin-top: 50px;
}

.angle-box {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #33b9a1;
  padding: 0;
}

.visitor-ttl {
  display: inline-block;
  background-color: #e6fff9;
  color: #33b9a1;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4pt 5pt;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

@media screen and (max-width: 480px) {
  article.visitor-prc {
    padding: 15px;
  }
  article.visitor-prc ul {
    text-align: left;
  }
  article.visitor-prc ul li {
    display: inline;
    margin: 0;
  }
  article.visitor-prc dl {
    padding: 10px;
  }
  article.visitor-prc dd {
    text-align: left;
  }
  article.visitor-prc .more-detail {
    display: block;
  }
  article.visitor-prc .pdf-dl {
    text-align: center;
  }
  article.visitor-prc p.visitor-prc-lead {
    text-align: left;
  }
}
article.privacy-cnt section {
  text-align: left;
}
article.privacy-cnt section h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px 0 0 0;
  color: #00a88a;
}
article.privacy-cnt section:first-child {
  margin-top: 30px;
}
article.privacy-cnt section:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  article.privacy-cnt section h3 {
    text-align: center;
    margin: 40px auto 0 auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  article.privacy-cnt section h3 {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 40px 0 0 0;
  }
  article.privacy-cnt section:first-child {
    margin-top: 10px;
  }
}
img.il-doctor {
  width: 83px;
  height: 134px;
}

img.il-counseler {
  width: 70px;
  height: 84px;
}

img.il-nurse {
  width: 70px;
  height: 84px;
}

img.il-embrace {
  width: 70px;
  height: 84px;
}

img.il-top01 {
  width: 300px;
  height: 273px;
}

img.il-top-map01 {
  width: 300px;
  height: 226px;
}

img.il-top-map02 {
  width: 300px;
  height: 226px;
}

img.il-symptom01 {
  width: 90px;
  height: 90px;
}

img.il-symptom02 {
  width: 90px;
  height: 90px;
}

img.il-symptom03 {
  width: 90px;
  height: 90px;
}

img.il-symptom04 {
  width: 90px;
  height: 90px;
}

img.il-symptom05 {
  width: 90px;
  height: 90px;
}

img.il-symptom06 {
  width: 90px;
  height: 90px;
}

img.il-symptom07 {
  width: 90px;
  height: 90px;
}

img.il-symptom08 {
  width: 90px;
  height: 90px;
}

img.il-symptom09 {
  width: 90px;
  height: 90px;
}

img.il-symptom10 {
  width: 90px;
  height: 90px;
}

img.il-symptom11 {
  width: 90px;
  height: 90px;
}

img.il-symptom12 {
  width: 90px;
  height: 90px;
}

img.il-symptom13 {
  width: 90px;
  height: 90px;
}

img.il-symptom14 {
  width: 90px;
  height: 90px;
}

img.il-symptom15 {
  width: 90px;
  height: 90px;
}

img.il-symptom16 {
  width: 90px;
  height: 90px;
}

img.il-symptom17 {
  width: 90px;
  height: 90px;
}

img.il-symptom18 {
  width: 90px;
  height: 90px;
}

img.il-symptom19 {
  width: 90px;
  height: 90px;
}

img.il-symptom20 {
  width: 90px;
  height: 90px;
}

img.il-policy05 {
  width: 242px;
  height: 256px;
}
