/* wrapper
---------------------------------------------------------- */

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  background: url(../img/bg_wrapper_top.jpg) center top no-repeat;
}


/* main
---------------------------------------------------------- */

#slideBox {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

#slideBox h2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#slider {
  width: 100%;
}

#slider li {
  height: 820px;
}


/* content
---------------------------------------------------------- */

#content {
  margin-top: 608px;
}

/* blogBox
---------------------------------------------------------- */

#blogBox {
  margin: 10px 0 84px;
}

#blogBox h2 {
  text-align: center;
  margin-bottom: 39px;
}

#blogBox h2 img {
  display: inline;
  vertical-align: bottom;
}

#blogBoxIn {
  width: 580px;
  margin: 0 auto;
}

#feed {
  max-height: 640px;
  overflow-y: scroll;
}

#feed ul {
  overflow: hidden;
  text-align: left;
  padding-right: 30px;
}

#feed ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#feed ul li:nth-child(n+2) {
  margin-top: 40px;
}

#feed ul li .thumbnail {
  flex: 0 0 auto;
  width: 210px;
  height: 146px;
  margin-right: 24px;
  background: center no-repeat #e5e5e5;
  background-size: cover;
}

#feed ul li h5 {
  flex: 1 1 auto;
  width: 50%;
  align-self: center;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  color: #0095e5;
}

#feed ul li h5 a {
  color: #0095e5;
}

#feed ul li p {
  margin-top: 20px;
  flex: 0 0 auto;
  width: 100%;
  font-size: 26px;
  line-height: 1.6923;
}

#feed ul li p a {
  margin-left: 1em;
  color: #0095e5;
}

#blogBox .btn {
  text-align: center;
  margin-top: 48px;
}

#blogBox .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: bottom;
  width: 404px;
  height: 80px;
  border-radius: 10px;
  background-color: #0095e5;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}


/* bnr
---------------------------------------------------------- */

#bnrBoxTop {
  width: 580px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#bnrBoxTop ul {}

#bnrBoxTop ul li {
  margin-bottom: 20px;
}

#bnrBoxTop ul li:last-child {
  margin-bottom: 0;
}


/* worries
---------------------------------------------------------- */

#worriesBox {
  width: 100%;
  background: url(../img/bg_worry_bottom.jpg) center bottom no-repeat,url(../common/img/bg_common01.jpg) center top repeat;
  position: relative;
}

#worriesBox h2 {
  padding-bottom: 850px;
}

#worriesBox ul {
  width: 580px;
  overflow: hidden;
  position: absolute;
  top: 300px;
  left: 30px;
}

#worriesBox ul li {
  float: left;
  margin: 0 26px 31px 0;
}

#worriesBox ul li:nth-child(3),#worriesBox ul li:nth-child(6),#worriesBox ul li:nth-child(9) {
  margin: 0 0 31px 0;
}

#worriesBox ul li:nth-child(7),#worriesBox ul li:nth-child(8),#worriesBox ul li:nth-child(9) {
  margin-bottom: 0;
}



/* features
---------------------------------------------------------- */

#featuresBox {
  width: 100%;
  background: url(../img/bg_features_bottom.jpg) center bottom no-repeat,url(../common/img/bg_common02.jpg) center top repeat;
  padding-bottom: 60px;
}

#featuresBox h2 {
  width: 580px;
  margin: 0 auto;
}

#featuresBox ul {
  width: 580px;
  margin: 0 auto;
}

#featuresBox ul li {
  margin-bottom: 30px;
  text-align: left;
}

/* greeting
---------------------------------------------------------- */

#greetingBox {
  width: 100%;
  background: url(../img/bg_greeting_bottom.jpg) center bottom no-repeat,url(../common/img/bg_common03.jpg) center top repeat;
  padding-bottom: 100px;
}

#greetingBoxIn {
  width: 580px;
  margin: 0 auto;
  text-align: left;
}

#greetingBoxIn div:last-child {
  padding: 20px;
  background-color: #fdf9e4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

#greetingBoxIn div:last-child::before {
  content: url(../img/img_doctor.png);
  position: absolute;
  top: -592px;
  right: -30px;
}

#greetingBoxIn div:last-child table {
  border-collapse: collapse;;
}

#greetingBoxIn div:last-child table th {
  border-right: 1px solid #F5C2D8;
  width: 120px;
}

#greetingBoxIn div:last-child table td {
  padding-left: 10px;
}

.btnAccordion {
  width: 580px;
  margin: 0 auto 75px;
  text-align: center;
}

.btnAccordion a:hover {
  cursor: pointer;
}

.btnAccordion.on {
  width: 580px;
  padding-top: 40px;
}

.btnAccordion.on img {
  display: none
}

.btnAccordion.on a {
  display: block;
  width: 580px;
  height: 90px;
  margin: 0 auto;
  background: url(../img/btn_close.png) no-repeat center top;
}


/* reviewsBox
---------------------------------------------------------- */

#reviewsBox {
  padding: 40px 0 70px;
}

#reviewsBoxIn {
  width: 580px;
  margin: 0 auto;
}
