/* slider
----------------------*/

#sliderWrap {
  width: 2000px;
  height: 800px;
  margin: 0 auto -4px;
  position: relative;
  top: -4px;
  left: 50%;
  margin-left: -1001px;
  z-index: 10;
  background-color: #d1f1f0;
  padding-bottom: 60px;
}

#sliderWrap:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/bg_slider01.png) 0 0 no-repeat;
  position: absolute;
  top: -40px;
  right: 835px;
  z-index: 10;
}

#mainSlider {
  width: 2000px;
  height: 800px;
  position: relative;
}

#mainSlider h2 {
  position: absolute;
  top: 424px;
  right: 313px;
  z-index: 100;
  pointer-events: none;
}

#txtSlider {
  position: absolute;
  top: 445px;
  left: 256px;
  z-index: 20;
}

#slider {
  width: 2000px;
  height: 800px;
  overflow: hidden;
}

/* banner
----------------------*/

#bannerWrap {
  min-width: 1000px;
  background-color: #d1f1f0;
}

#banner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  left: 60px;
}

#banner h2 {
  margin: 0 0 60px -65px;
  padding-top: 40px;
}

#banner ul {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

#banner ul li {
  margin-right: 30px;
}

#banner ul li:last-child {
  margin-right: 0;
}

#banner ul li h3 {
  text-align: center;
  margin-bottom: 22px;
}

/* troublesome
----------------------*/

#troublesomeWrap {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0 0 0;
  background-color: #d1f1f0;
  overflow: hidden;
}

#troublesome {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 89px;
}

#troublesome:after {
  content: "";
  background: url(../img/pic_faq_top01.png)no-repeat 0 0;
  width: 246px;
  height: 417px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  pointer-events: none;
}

#troublesome h2 {
  text-align: center;
  margin: 0 0 60px 3px;
}

#troublesome ul:after {
  content: "";
  display: block;
  clear: both;
}

#troublesome li {
  position: relative;
  float: left;
  width: 260px;
  background-color: #fff;
  padding: 20px 20px 20px 40px;
  font-size: 13px;
  margin-right: 20px;
}

#troublesome li a {
  color: #000;
  display: block;
}

#troublesome li a:hover {
  opacity: 0.7;
}

#trouble03,
#trouble05 {
  margin-right: 0 !important;
}

#trouble01,
#trouble02,
#trouble03 {
  margin-bottom: 40px;
}

#trouble04 {
  width: 280px !important;
  margin-left: 230px !important;
  padding-left: 50px !important;
}

#trouble04 h3 {
  position: relative;
  left: 5px;
}

#trouble05 {
  width: 360px !important;
  padding-right: 0 !important;
}

#trouble05 h3 {
  position: relative;
  left: -20px !important;
}

#trouble05 li {
  width: auto !important;
  margin-left: 0 !important;
}

#troublesome li h3 {
  text-align: center;
  margin: -35px 0 0 -20px;
  padding-bottom: 20px;
}

#troublesome li ul li {
  padding: 0 0 17px 20px;
}

#troublesome li ul li:last-child {
  padding-bottom: 10px;
}

#troublesome li ul li:before {
  content: "";
  background: url(../img/icon_faq01.png)no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
}

#btnTrouble {
  display: block;
  text-align: center;
  background-color: #4aa4e2;
  width: 300px;
  margin: 40px auto 0;
}

#btnTrouble:hover {
  opacity: 0.7;
}

/* type
----------------------*/

#typeWrap {
  width: 100%;
  margin: 0 auto;
  background-color: #d1f1f0;
  overflow: hidden;
}

#type {
  width: 920px;
  margin: 0 auto 80px;
  background-color: #fff;
  padding: 40px;
}

#type:after {
  content: "";
  display: block;
  clear: both;
}

#type h2 {
  width: 220px;
  float: left;
  padding: 0 0 0 0;
}

#type ul {
  width: 700px;
  float: right;
}

#type li {
  float: left;
  margin: 0 20px 20px 0;
}

#type li:nth-child(3),
#type li:nth-child(6) {
  margin-right: 0;
}

#type li:nth-child(n+4) {
  margin-bottom: 0;
}

/* reasons
---------------------*/

#reasonsWrap {
  min-width: 1000px;
  background-color: #f9e0e1;
  position: relative;
  margin: 0px auto 0;
  padding-bottom: 30px;
  top: 0;
}

#reasons {
  width: 1000px;
  min-height: 450px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
  position: relative;
}

#reasons h2 {
  margin-top: 24px;
  text-align: center;
}

#reasonsIn {
  width: 880px;
  margin: -70px auto 0;
  background-color: #fff;
  padding: 110px 60px 60px;
}

/* #reasonsIn ul:after {
    content: "";
    display: block;
    clear: both;
} */

#reasonsIn ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

#reasonsIn li {
  width: 250px;
  position: relative;
  margin: 0 15px 60px 15px;
}

#reasonsIn li:nth-of-type(2) {
  margin: 0 15px 60px 15px;
}

#reasonsIn li:before {
  content: "";
  display: block;
  width: 50px;
  height: 36px;
  position: absolute;
  z-index: 10;
  top: -15px;
  right: 21px;
}

#reasonsIn li:after {
  content: "";
  width: 250px;
  height: 180px;
  box-sizing: border-box;
  border: 4px solid #fba1a5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#reasonsIn li:nth-child(4) {
  margin-right: 15px;
}

#reasonsIn li:nth-child(5) {
  margin-left: 15px;
}

/* #reasonsIn li:nth-child(4n) {
    margin-right: 0;
}
 */

#reasonsIn li:nth-child(n+5) {
  margin-bottom: 0;
}

#reasonsIn li h3 {
  text-align: center;
  line-height: 100%;
  margin-top: 3px;
}

#reasonsIn li h4 {
  text-align: center;
  padding-bottom: 14px;
  position: relative;
  z-index: 2;
}

#reasonsList01:before {
  background: url(../img/reasons_no01.jpg) no-repeat;
}

#reasonsList02:before {
  background: url(../img/reasons_no02.jpg) no-repeat;
}

#reasonsList03:before {
  background: url(../img/reasons_no03.jpg) no-repeat;
}

#reasonsList04:before {
  background: url(../img/reasons_no04.jpg) no-repeat;
}

#reasonsList05:before {
  background: url(../img/reasons_no05.jpg) no-repeat;
}

#reasonsList06:before {
  background: url(../img/reasons_no06.jpg) no-repeat;
}

#reasonsList07:before {
  background: url(../img/reasons_no07.jpg) no-repeat;
}

#reasonsList08:before {
  background: url(../img/reasons_no08.jpg) no-repeat;
}

#reasonsList09:before {
  background: url(../img/reasons_no09.jpg) no-repeat;
}

.reasonsText {
  font-size: 90%;
  line-height: 190%;
}

/* mouthpiece
---------------------*/

#mouthpieceWrap {
  width: 100%;
  margin: -122px auto 0;
  background-color: #fff8cb;
  overflow: hidden;
  padding: 60px 0 180px 0;
}

#mouthpiece {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/*#mouthpiece:after {
    content: "";
    background: url(../img/pic_orth01.png)no-repeat 0 0;
    display: block;
    width: 277px;
    height: 166px;
    position: absolute;
    top: 130px;
    right: -149px;
    z-index: 10;
    pointer-events: none;
}*/

/* message
----------------------*/

#messageWrap {
  min-width: 1000px;
  margin: -122px auto 0;
  background-color: #c8deed;
  padding: 60px 0;
}

#message {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 70px 0;
  background: url(../img/bg_message.jpg) no-repeat center bottom;
  background-size: cover;
}

#messageIn {
  width: 570px;
  margin-left: 60px;
  position: relative;
}

#messageIn:after {
  content: "";
  display: block;
  clear: both;
  background: url(../img/text_message_name_en.png);
  width: 317px;
  height: 177px;
  top: 435px;
  right: -435px;
  position: absolute;
  pointer-events: none;
}

#messageIn h2 {
  padding-bottom: 50px;
}

.doctorNameJp {
  text-align: right;
  padding: 40px 0 0 0;
}

/* concept
----------------------*/

#conceptWrap {
  min-width: 1000px;
  margin: 0px auto 0;
  background-color: #fff8cb;
  padding: 60px 0;
}

#concept {
  width: 880px;
  margin: 0 auto;
  padding: 120px 60px 70px;
  background-color: #fff;
  margin-top: -130px;
}

#conceptWrap h2 {
  text-align: center;
  padding-bottom: 50px;
}

#conceptIn {
  width: 1000px;
}

#conceptIn:after {
  content: "";
  display: block;
  clear: both;
}

.conceptInLeft {
  float: left;
  width: 410px;
  padding-right: 40px;
}

.conceptInRight {
  float: left;
  width: 440px;
  padding-top: 25px;
}

.conceptInRight h3 {
  padding-bottom: 40px;
}

/* indoorView
----------------------*/

#indoorViewWrap {
  min-width: 1000px;
  margin: 0px auto 0;
  background-color: #d1f1f0;
  padding: 25px 0 60px;
}

#indoorViewWrap h2 {
  padding-bottom: 50px;
  text-align: center;
}

#indoorView {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
  background-color: #fff;
  margin-top: -140px;
}

#indoorViIn {
  width: 570px;
  margin-left: 60px;
  position: relative;
}

.View {
  text-align: center;
}

/* feedContents
----------------------*/

#feedContents {
  width: 1000px;
  margin: 0 auto 160px;
  padding: 60px 0 0px 0;
  overflow: hidden;
}

#feedContents:after {
  content: "";
  display: block;
  clear: both;
}

#feedMain {
  width: 680px;
  float: left;
}

#feedAside {
  width: 260px;
  float: right;
}

#infoWrap {
  margin-top: -69px;
  padding-top: 69px;
}

#info,
#blog {
  margin-bottom: 40px;
}

#info h2,
#blog h2 {
  margin-bottom: 25px;
}

#infoIn {
  max-height: 300px;
  min-height: 130px;
  overflow-x: auto;
}

#feed {
  max-height: 650px;
  min-height: 130px;
  overflow-x: auto;
}

#feed dl,
#infoIn dl {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 16px 0 0;
  padding: 20px 0 15px 0;
}

#feed dl:nth-child(odd),
#infoIn dl:nth-child(odd) {
  background-color: #f6f6f6;
}

#feed dt,
#infoIn dt {
  /*font-size: 12px;*/
  color: #5cc4c1;
  font-weight: bold;
  /*margin-bottom: 3px;*/
  display: inline-block;
  float: left;
  padding: 0 35px 0 30px;
}

#feed dd,
#infoIn dd {
  width: 490px;
  display: inline-block;
  float: left;
}

#feed dd a,
#infoIn dd a {
  color: #000;
  text-decoration: underline;
}

#feed dd a:hover,
#infoIn dd a:hover {
  text-decoration: none;
}

#feed .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #4aa4e2;
}

#infoIn .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #4aa4e2;
}

/*#blog {
    position: relative;
}
#blog h3 {
    margin-bottom: 25px;
}
#feed02 {
    max-height: 150px;
    overflow-x: auto;
}
#feed02 dl {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 15px 0 0;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
#feed02 dl:first-child {
    border-top: 1px solid #d2d2d2;
}
#feed02 dt {
    color: #bbce26;
    font-weight: bold;
}

#blogBtn {
    width: 116px;
    height: 29px;
    position: absolute;
    top: -4px;
    left: 287px;
}
#blogBtn a {
    height: 29px;
    line-height: 29px;
    display: block;
    padding-left: 29px;
    background: #bbce26;
}
#blogBtn a img {
    vertical-align: middle;
}*/

.btn_info,
.btn_blog {
  margin-top: 10px;
  display: block;
  text-align: center;
}

/* faq
---------------------------------------------------------- */

#faqWrap {
  width: 100%;
  margin: 0 auto 60px;
}

#faq h2 {
  position: relative;
  left: 270px;
}

#faq {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

#faqIn {
  background-color: #c8deed;
  margin-top: -70px;
  padding: 90px 40px 50px;
}

#faqIn dl {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 30px 0 15px;
}

#faqIn dt {
  font-size: 18px;
  color: #4aa4e2;
  padding: 5px 0 17px 45px;
  background: url(../img/icon_Q.png)no-repeat left 1px top 2px;
}

#faqIn dt a {
  color: #4aa4e2;
  text-decoration: underline;
}

#faqIn dt a:hover {
  text-decoration: none;
}

#faqIn dd {
  padding: 0px 0 20px 45px;
  background: url(../img/icon_A.png)no-repeat left 4px;
  ine-height: 190%;
  font-size: 90%;
}

.btn_faq {
  text-decoration: none;
  color: #fff;
  background-color: #4aa4e2;
  display: inline-block;
  margin-left: 200px;
  margin-top: 10px;
}

.btn_faq:hover {
  opacity: 0.7;
}

#faqIn .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #4aa4e2;
}

.mCSB_scrollTools {
  text-indent: -9999px;
}

/* calender
---------------------------------------------------------- */

#calenderWrap {
  width: 100%;
  margin: 0 auto 130px;
}

#calenderArea .calender {
  width: 260px;
  float: left;
}

#calenderArea {
  width: 570px;
  background-color: #fff8cb;
  padding: 20px 0 25px 110px;
  margin: 0 auto;
  position: relative;
}

#calenderArea h4 {
  text-align: center !important;
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
}

#calenderAreaLeft h4 {
  padding-top: 14px;
  padding-bottom: 18px;
  font-size: 18px;
}

#calenderArea:after {
  content: "";
  display: block;
  clear: both;
}

#calenderAreaLeft {
  width: 260px;
  float: left;
}

#calenderAreaRight {
  width: 260px;
  float: right;
  margin-right: 25px;
}

#calenderTi_top {
  margin-left: 0px;
  width: 570px;
}

#calenderTi_top:after {
  content: "";
  display: block;
  clear: both;
}

#calenderTi_top h4:nth-child(2) {
  padding-left: 230px;
}

#calenderArea h3 {
  position: absolute;
  margin-bottom: 15px;
  top: -12px;
  left: 37px;
}

.calendar {
  width: 260px;
  float: left;
  text-align: center;
  font-size: 12px;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 0;
}

.calendar:first-child {
  margin-right: 10px;
}

.month {
  width: 260px;
  text-align: left;
  font-size: 30px;
  color: #5cc4c1;
  font-weight: bold;
}

.month span {
  font-size: 16px;
  color: #5cc4c1;
  padding-left: 2px;
}

#listTab,
#listTab02 {
  width: 260px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative;
}

#listTab li,
#listTab02 li {
  width: 129px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #5cc4c1;
  line-height: 40px;
  font-weight: bold;
  background: #fff;
}

#listTab li:first-child,
#listTab02 li:first-child {
  margin-right: 2px;
}

#listTab li:hover,
#listTab02 li:hover {
  cursor: pointer;
}

#listTab li.on,
#listTab02 li.on {
  background: #5cc4c1;
  color: #fff;
}

.taCalendar {
  text-align: center;
  background: #ffffff;
  font-size: 12px;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 0;
}

.calendar thead {
  background: #5cc4c1;
}

.calendar th {
  background: #5cc4c1;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.calendar th:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.calendar th:last-child:after {
  display: none;
}

.calendar tbody td {
  background-color: #fff;
  color: #5cc4c1;
  font-size: 15px;
  padding: 7px 0px;
  font-weight: bold;
  border-top: 1px solid #5cc4c1;
  border-left: 1px solid #5cc4c1;
  border-spacing: 0;
}

.calendar tbody td:last-child {
  border-right: 1px solid #5cc4c1;
}

.calendar tbody tr:last-child td {
  border-bottom: 1px solid #5cc4c1;
}

.calendar tbody td.holiday {
  background: #eee;
}

.close {
  background-color: #eeeeee !important;
}

.other {
  background-color: #f9e0e1 !important;
}

.calenderText {
  margin: 10px 0 0px 100px;
  padding-bottom: 0;
  float: left !important;
  position: relative;
}

.calenderText02 {
  margin: 40px 0 0px 0;
  padding-bottom: 0;
  float: left !important;
  position: relative;
  left: -275px;
}

.calenderText03 {
  margin: -80px 0 0px 0;
  padding-bottom: 0;
  float: right;
  position: relative;
  left: -10px;
}

.calenderText:before {
  content: url(../img/ico_holiday.jpg);
  position: absolute;
  left: -23px;
  top: 3px;
}

.calenderText02:before {
  content: url(../img/ico_holiday02.jpg);
  position: absolute;
  left: -23px;
  top: 3px;
}

#bnrCommon li {
  margin-bottom: 20px;
}