@charset "UTF-8";
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　examination
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec-examination-prevention-01 {
  text-align: center;
}
#sec-examination-prevention-01 .sec-inner {
  padding: 90px 0 100px;
}
#sec-examination-prevention-01 .txt-copy {
  position: relative;
  margin-top: 10px;
  padding-bottom: 90px;
  background: url(../images/bg_ttl_prevention.png) no-repeat 35px bottom;
}
#sec-examination-prevention-01 .txt-copy:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  width: 110px;
  height: 104px;
  background-image: url(../images/bg_prevention.png);
}

#sec-examination-prevention-02 .box-column .text {
  float: left;
  width: 670px;
}
#sec-examination-prevention-02 .box-column .text p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.875;
}
#sec-examination-prevention-02 .box-column .image {
  float: right;
  width: 290px;
  margin-top: 20px;
  text-align: right;
}

#tab-wrapper {
  margin-top: 30px;
  background: url(../../common/images/bg_pp.png);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.tabs {
  *zoom: 1;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs li {
  float: left;
}
.tabs li a {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  background: url(../../common/images/bg_tabs.png);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  font-weight: bold;
  text-align: center;
}
.tabs li a span {
  font-size: 24px;
}
.tabs li a.on, .tabs li a:hover {
  background: url(../../common/images/bg_pp.png);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
.tabs li a.on {
  cursor: default;
}
.tabs li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 5px;
}
.tabs li.tab-02 a {
  width: 240px;
}
.tabs li.tab-03 a {
  width: 300px;
}
.tabs li.tab-01 a {
  border-left: solid 1px #fff;
}

.tab-01 a:after {
  background-color: #eec4d0;
}

.tab-02 a:after {
  background-color: #e0cd7a;
}

.tab-03 a:after {
  background-color: #b0d865;
}

.tab-04 a:after {
  background-color: #8db9d8;
}

.tab-inner {
  padding: 20px 50px 30px;
  border-top: none;
  display: none;
}
.tab-inner.on {
  display: block;
}
.tab-inner h5 {
  position: relative;
  left: -10px;
  font-size: 24px;
}
.tab-inner h5 i {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 74px;
  height: 74px;
  margin-right: 20px;
  background-image: url(../images/tag_target.png);
  vertical-align: middle;
}
.tab-inner .box-column {
  *zoom: 1;
  margin-top: 20px;
}
.tab-inner .box-column:after {
  content: "";
  display: table;
  clear: both;
}
.tab-inner .box-column dl {
  display: table;
  float: right;
  width: 420px;
  line-height: 1.5;
}
.tab-inner .box-column dl:first-child {
  float: left;
}
.tab-inner .box-column dl.wide {
  width: 480px;
}
.tab-inner .box-column dl.narrow {
  width: 360px;
}
.tab-inner .box-column dl dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 120px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.tab-inner .box-column dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 300px;
  height: 60px;
  padding: 0 10px;
  font-weight: bold;
}
.tab-inner h6 {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.tab-inner h6:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  border-bottom: dotted 2px #a69277;
}
.tab-inner h6 img {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  background: url(../../common/images/bg_pp.png);
  z-index: 1;
}
.tab-inner ol {
  margin-top: 15px;
}
.tab-inner ol li {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
}
.tab-inner ol li i {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.tab-inner ol li i.icon-01 {
  background-image: url(../images/icon_num_01.png);
}
.tab-inner ol li i.icon-02 {
  background-image: url(../images/icon_num_02.png);
}
.tab-inner ol li i.icon-03 {
  background-image: url(../images/icon_num_03.png);
}
.tab-inner ol li i.icon-04 {
  background-image: url(../images/icon_num_04.png);
}

#tab-inner-01 h5 {
  color: #cd597a;
}
#tab-inner-01 h5 i {
  background-color: #cd597a;
}
#tab-inner-01 .box-column dl {
  background-color: #f3d0da;
}
#tab-inner-01 .box-column dt {
  background-color: #cd597a;
}

#tab-inner-02 h5 {
  color: #ca9d33;
}
#tab-inner-02 h5 i {
  background-color: #ca9d33;
}
#tab-inner-02 .box-column dl {
  background-color: #f0dd87;
}
#tab-inner-02 .box-column dt {
  background-color: #ca9d33;
}

#tab-inner-03 h5 {
  color: #77a52f;
}
#tab-inner-03 h5 i {
  background-color: #77a52f;
}
#tab-inner-03 .box-column dl {
  background-color: #c5e396;
}
#tab-inner-03 .box-column dt {
  background-color: #77a52f;
}

#tab-inner-04 h5 {
  color: #6196c5;
}
#tab-inner-04 h5 i {
  background-color: #6196c5;
}
#tab-inner-04 .box-column dl {
  background-color: #dbebfa;
}
#tab-inner-04 .box-column dt {
  background-color: #6196c5;
}

#sec-examination-flow .sec-inner {
  padding-top: 95px;
}
#sec-examination-flow h3 {
  text-align: center;
}
#sec-examination-flow .box-bg {
  margin-top: 25px;
  padding: 50px 50px 60px;
}
#sec-examination-flow .box-bg > ol > li {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
}
#sec-examination-flow .box-bg > ol > li i {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
#sec-examination-flow .box-bg > ol > li i.icon-01 {
  background-image: url(../images/icon_num_01.png);
}
#sec-examination-flow .box-bg > ol > li i.icon-02 {
  background-image: url(../images/icon_num_02.png);
}
#sec-examination-flow .box-bg > ol > li i.icon-03 {
  background-image: url(../images/icon_num_03.png);
}
#sec-examination-flow .box-bg > ol > li i.icon-04 {
  background-image: url(../images/icon_num_04.png);
}
#sec-examination-flow .box-bg > ol > li:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -30px;
  border-top: solid 15px #bbaf9c;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}
#sec-examination-flow .box-bg > ol > li:first-child {
  margin-top: 0;
}
#sec-examination-flow .box-bg > ol > li:first-child:before {
  display: none;
}
#sec-examination-flow .box-bg > ol ul {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  text-align: center;
}
#sec-examination-flow .box-bg > ol ul li {
  display: inline-block;
  margin: 0 5px;
}
#sec-examination-flow .box-bg > ol ul li a {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  display: block;
}
#sec-examination-flow .box-bg > ol ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
#sec-examination-flow .box-bg > ol ul li a img {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
#sec-examination-flow .box-bg > ol ul li a img:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
#sec-examination-flow .box-bg > ol ul li a:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 3px;
  bottom: 3px;
  background-image: url(../../common/images/btn_toggle.png);
}

#blk-modal {
  display: none;
}

.sec-modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  padding: 20px;
  background-color: #fff;
  color: #7a6952;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.231;
}
.sec-modal h4 {
  position: relative;
  height: 40px;
  padding-left: 160px;
  background-repeat: no-repeat;
  line-height: 40px;
}
.sec-modal h4 img {
  vertical-align: middle;
}
.sec-modal .box-modal {
  *zoom: 1;
  padding: 20px 30px 30px;
}
.sec-modal .box-modal:after {
  content: "";
  display: table;
  clear: both;
}
.sec-modal .box-modal .fl {
  display: block;
  margin-right: 20px;
}
.sec-modal .box-modal > p {
  font-size: 16px;
  line-height: 1.875;
  overflow: hidden;
}
.sec-modal .box-modal > ul {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.sec-modal .box-modal > ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
.sec-modal .box-modal > ul li:first-child {
  margin-left: 0;
}
.sec-modal .box-modal > dl {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.sec-modal .box-modal > dl dt {
  padding: 5px 10px;
  background-color: #fff;
  font-weight: bold;
}
.sec-modal .box-modal > dl dd {
  margin: 10px;
}

.sec-modal-01 h4 {
  background-color: #c5e396;
  background-image: url(../images/modal/tag_01.png);
}
.sec-modal-01 .box-modal {
  background-color: #e7f2d5;
}
.sec-modal-01 .box-modal > dl dt {
  color: #72a91b;
}

.sec-modal-02 h4 {
  background-color: #ece07d;
  background-image: url(../images/modal/tag_02.png);
}
.sec-modal-02 .box-modal {
  background-color: #f7f1bb;
}
.sec-modal-02 .box-modal > dl dt {
  color: #b5930b;
}

.sec-modal-03 h4 {
  background-color: #f3d0da;
  background-image: url(../images/modal/tag_03.png);
}
.sec-modal-03 .box-modal {
  background-color: #f9e7ec;
}
.sec-modal-03 .box-modal > dl dt {
  color: #cd597a;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec-cavity-price .sec-inner {
  padding-top: 95px;
}
#sec-cavity-price .sec-inner > p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}
#sec-cavity-price h3 {
  text-align: center;
}
#sec-cavity-price .sec-cavity-price-item {
  margin-top: 45px;
}
#sec-cavity-price .sec-cavity-price-item h4 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 40px;
  font-size: 20px;
}
#sec-cavity-price .sec-cavity-price-item h4:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../cavity/price/images/icon_ttl.png);
}
#sec-cavity-price .sec-cavity-price-item > p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.875;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg {
  display: table-row;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg dt,
#sec-cavity-price .sec-cavity-price-item dl.box-bg dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg dt {
  width: 360px;
  padding: 20px;
  background-color: #a69277;
  color: #fff;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg dd {
  width: 600px;
  padding: 20px;
  font-weight: bold;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg.box-bg-double dt {
  width: 130px;
  text-align: center;
}
#sec-cavity-price .sec-cavity-price-item dl.box-bg.box-bg-double dd {
  width: 350px;
}
#sec-cavity-price .box-column {
  width: 1000px;
}
#sec-cavity-price .box-column .sec-cavity-price-item {
  float: left;
  width: 460px;
  margin: 40px 40px 0 0;
}
#sec-cavity-price .box-column .sec-cavity-price-item .box-bg {
  padding: 20px;
  font-weight: bold;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　premama
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sec-cavity-premama .sec-inner {
  padding-top: 80px;
}
#sec-cavity-premama .sec-inner > p {
  line-height: 1.7;
}
#sec-cavity-premama h3 {
  text-align: center;
}
#sec-cavity-premama .txt-copy {
  margin-top: 20px;
  line-height: 1.875 !important;
}
#sec-cavity-premama h4 {
  position: relative;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 55px;
  line-height: 40px;
  font-size: 20px;
}
#sec-cavity-premama h4:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../../cavity/premama/images/icon_ttl.png);
}
#sec-cavity-premama .box-column > dl {
  float: left;
  width: 310px;
  margin-left: 15px;
}
#sec-cavity-premama .box-column > dl:first-child {
  margin-left: 0;
}
#sec-cavity-premama .box-column > dl dt {
  padding: 15px 0;
  text-align: center;
}
#sec-cavity-premama .box-column > dl dd {
  padding: 20px;
  font-size: 14px;
  line-height: 1.7;
}
#sec-cavity-premama .box-column > dl dd p {
  margin-bottom: 10px;
}
#sec-cavity-premama .box-column > dl dd p img {
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#sec-cavity-premama .box-column > dl#box-care-01 {
  background-color: #c5e396;
}
#sec-cavity-premama .box-column > dl#box-care-01 dt {
  background-color: #93c347;
}
#sec-cavity-premama .box-column > dl#box-care-02 {
  background-color: #f3d0da;
}
#sec-cavity-premama .box-column > dl#box-care-02 dt {
  background-color: #e8a6b9;
}
#sec-cavity-premama .box-column > dl#box-care-03 {
  background-color: #dbebfa;
}
#sec-cavity-premama .box-column > dl#box-care-03 dt {
  background-color: #96c1e8;
}
#sec-cavity-premama #box-examination {
  margin-top: 30px;
  padding: 30px 0 40px;
  text-align: center;
}
#sec-cavity-premama #box-examination .box-btn {
  margin-top: 25px;
}
