* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "メイリオ";
}

.clearfix {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  margin: auto;
  display: block;
  font-size: 0px;
}


main section.title {
  background-color: #44AF35;
  width: 100%;
  padding: 8px 10px 6px 10px;

}

main section.title h2 {
  font-size: 15px;
  color: white;
  line-height: 15px;
  position: relative;
  padding-left: 18px;


}

main section.title h2:before {
  position: absolute;
  content: "";
  background-image: url(../img/heart.png);
  left: 0;
  height: 16px;
  width: 13px;
  background-size: 100% 100%;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 0;

}

main section.content1 {
  padding: 20px 20px 40px 20px;
  border-bottom: 0;

}

main section.content1 h2 {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 15px;

}

main section.content1 p {
  margin-bottom: 32px;
}

main section.content1 p:nth-of-type(2) {
  margin-bottom: 0;
}

main section.dropdown {
  padding: 20px 15px 20px 25px;
  border-bottom: 1px solid #C8C8C8;
  display: table;
  width: 100%;

}

main section.dropdown h3 {
  color: #D44006;
  font-size: 18px;
  position: relative;
  line-height: 18px;
}


header div {
  width: 100%;
}

header div.clearfix {
  background-color: #FFFBDA;
}

header div.firstImgContainer {
  width: 80%;
  float: left;
  padding: 12px 12px 14px 9px;
}

header div.secondImgContainer {
  width: 20%;
  float: right;
  padding: 7px;
}

header nav ul {
  font-size: 0px;
}

header nav ul li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

header nav ul li a {
  display: block;
  padding: 36px 4px 10px;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  color: #D44006;
  background-color: #FFD800;
  line-height: 1.2;
  height: 60px;
  position: relative;
  border-right: 1px solid #FFFFFF;
}

header nav ul li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

header nav ul li a.active {
  color: #FFFFFF;
  background-color: #D44006;
}

header nav ul li:nth-of-type(5) a {
  border-right: none;
}

header nav ul li:nth-of-type(1) a,
header nav ul li:nth-of-type(2) a,
header nav ul li:nth-of-type(5) a {
  padding-top: 40px;
}

header nav ul li:nth-of-type(1) a:before {
  width: 22px;
  height: 20px;
  background-image: url("../img/home_red.png");
}

header nav ul li:nth-of-type(1) a.active:before {
  background-image: url("../img/home_white.png");
}

header nav ul li:nth-of-type(2) a:before {
  width: 19px;
  height: 24px;
  background-image: url("../img/medical_red.png");
}

header nav ul li:nth-of-type(2) a.active:before {
  background-image: url("../img/medical_white.png");
}

header nav ul li:nth-of-type(3) a:before {
  width: 20px;
  height: 22px;
  background-image: url("../img/clinic_red.png");
}

header nav ul li:nth-of-type(3) a.active:before {
  background-image: url("../img/clinic_white.png");
}

header nav ul li:nth-of-type(4) a:before {
  width: 20px;
  height: 21px;
  background-image: url("../img/tmap_red.png");
}

header nav ul li:nth-of-type(4) a.active:before {
  background-image: url("../img/tmap_white.png");
}

header nav ul li:nth-of-type(5) a:before {
  width: 20px;
  height: 19px;
  background-image: url("../img/faq_red.png");
  top: 12px;
}

header nav ul li:nth-of-type(5) a.active:before {
  background-image: url("../img/faq_white.png");
}

header nav ul li a.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 13px;
  height: 7px;
  margin-bottom: -1px;
  background-image: url(../img/nav_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

footer {
  background-color: #FFFBDA;
  padding-top: 4px;
}

footer div.imgContainer {
  width: 65%;
  padding: 0px 6px 4px;
}

footer div.copyright {
  width: 100%;
  font-size: 8px;
  background-color: #FFD800;
  position: relative;
  padding: 2px 11px 0px;
}

footer div.back {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

main div.topBanner,
main div.schedule,
main div.address {
  padding: 10px;
}

main div.banner {
  padding: 4px 14px;
}

main div.schedule {
  padding-top: 0px;
}

main div.map iframe {
  width: 100%;
  height: 250px;
  border: none;
  font-size: 0px;
}

main div.address {
  width: 100%;
  padding-top: 0px;
}

main div.text {
  width: 65%;
  float: left;
}

main div.text p {
  font-size: 13px;
  line-height: 1.2;
}

main div.button {
  width: 35%;
  float: right;
}

main div.button button {
  padding: 3px 10px;
  background-color: #D44006;
  color: #FFFFFF;
  font-size: 14px;
  border: none;
}

main a:nth-of-type(1) section.dropdown {
  border-top: 1px solid #C8C8C8;
}

main section.dropdown h3.arrowlink:after {
  position: absolute;
  right: 10px;
  height: 18px;
  width: 14px;
  background-image: url(../img/arrow_left.png);
  background-size: 100% 100%;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

main a {
  text-decoration: none;
}

main div.bannerLink {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #FFFBDA;
}

main div.edInfo {
  margin: 4px 12px;
  border: 1px solid #9F9FA0;
  background-color: #FFFFFF;
}

main div.edInfo p.miniHeader {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #003F98;
  border-bottom: 1px solid #595757;
  margin: 0px 14px;
}

main div.edInfo p.miniHeader span {
  color: #44AF35;
  margin-left: 5px;
}

main div.edInfo ul li {
  list-style-type: none;
  font-size: 12px;
}

main div.edInfo ul {
  width: 100%;
  padding: 5px 17px;
  padding-right: 10px;
}

main div.edInfo ul li span {
  font-size: 60%;
  padding-right: 3px;
}

main div.edInfo ul div.left {
  width: 45%;
  float: left;
}

main div.edInfo ul div.left li {
  width: 100%;
}

main div.edInfo ul div.right {
  width: 55%;
  float: right;
}

main div.edInfo ul div.right li {
  width: 100%;
}

main div.edInfo div.miniFooter {
  font-size: 10px;
  padding-left: 15px;
  background-color: #9F9FA0;
  position: relative;
  color: #FFFFFF;
}

main div.edInfo div.miniFooter p {
  margin-left: 10px;
}

main div.edInfo div.miniFooter:before {
  content: "";
  position: absolute;
  background-image: url(../img/white_bullet.png);
  top: 1px;
  left: 12px;
  right: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

main section.pdf {
  background-color: #BC411F;
}

main section.pdf h2 {
  text-align: center;
  color: white;
  position: relative;
  font-size: 14px;
  font-weight: initial;
  padding: 17px 20px 10px;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}

main section.pdf h2:before {
  content: "";
  position: absolute;
  background-image: url("../img/medical_white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 15px;
  left: 0px;
  height: 23px;
  width: 18px;
}

main section.pdf div.clearfix {
  width: 100%;
  padding: 5px 5px 17px 5px;
}

main section.pdf div.cellContainer {
  width: 33.333%;
  float: left;
}

main section.pdf div.pdf {
  margin: 0px 8px 8px;
  height: 100px;
  max-width: 88px;
  margin: auto;
  position: relative;
}

main section.pdf div.pdf:before {
  content: "";
  position: absolute;
  background-image: url(../img/pdf_shape.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 103px;
  width: 88px;
}

main section.pdf div.pdf p {
  font-size: 12px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  line-height: 1.2;
  color: #FFFFFF;
}

main section.pdf div.clearfix div.cellContainer:nth-of-type(3) div.pdf p {
  line-height: 2;
}

main section.topContent {
  margin: 0px 13px;
  padding: 11px 0px;
  border-bottom: 1px dotted #9F9FA0;
}

main section.topContent p.date {
  font-size: 11px;
}

main section.topContent p.date span {
  margin-left: 8px;
  background-color: #E60012;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px 3px;
}

main section.topContent h2 {
  font-size: 14px;
  margin-top: 15px;
}

main section.topContent p {
  font-size: 13px;
  margin-top: 7px;
  padding-right: 7px;
}

main div.buttonContainer {
  width: 60%;
  margin: auto;
  padding: 19px 0px 22px;
}

main div.buttonContainer button {
  width: 100%;
  padding: 15px 58px;
  background-color: #FFD800;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

main div.carouselContainer {
  padding-bottom: 10px;
  padding-top: 5px;
  background-color: #FFFBDA;
  border-top: 1px solid #C8C8C8;
  margin-top: -1px;
}

main div.carouselContainer section {
  width: 100%;
  padding: 5px 10px;
  position: relative;
  background-color: #FFFBDA;
}

main div.carouselContainer section div {
  display: inline-block;
  width: 4%;
}

main div.carouselContainer section h2 {
  display: inline-block;
  font-size: 15px;
  padding-left: 5px;
  position: absolute;
  top: 5px;
}

main div.carousel {
  background-color: #FFFBDA;
}

main section.last div.fb {
  background-color: #003F98;
  padding: 7px;
}

main section.last div.fb h2 {
  width: 58%;
  font-size: 14px;
  color: #FFFFFF;
}

main section.last div.clearfix {
  width: 100%;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 10px;
}

main section.last div.left {
  float: left;
  width: 25%;
  padding: 10px;
  font-size: 17px;
}

main section.last div.left img,
main section.last div.blank {
  border: 2px solid #646464;
}


main section.last div.right {
  float: right;
  width: 75%;
  padding: 10px 7px;
  color: #003F98;
}

main section.last div.blank {
  width: 115px;
  height: 21px;
  margin-top: 10px;
}

main div.carouselContainer section#title {
  margin-bottom: 25px;
}

main div.carouselContainer section#title h2 {
  color: #000000;
  padding-left: 18px;
}

main div.edInfo ul.column-left {
  width: 48%;
  float: left;
  padding: 0px;
}

main div.edInfo ul.column-right {
  width: 52%;
  float: right;
  padding: 0px;
}