@charset "UTF-8";
/*================================================
* PC Style
================================================*/

/* header
--------------------------------------------------------- */
#page {
  position: relative;
  background: url(/dentwell/common/images/bg_body.png) center top repeat-x;
}
#container {
  max-width: 979px;
  min-width: 280px;
  margin: 0 auto;
  line-height: 1.5;/* box-shadow */
}
#container img {
  max-width: 100%;
  border: 0;
  border-style: none;
  line-height: 1;
  font-size: 0;
  vertical-align: middle;
  transition: all 0.3s ease-in-out 0s;
}
#contents {
  background: #fff;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
.index-head {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
}
.lower-head {
  background: url(/dentwell/common/images/bg_hdr.jpg) right top no-repeat;
}
.logo-area {
  position: relative;
  width: auto;
}
.lower-head .logo-area {
  padding: 10px;
}
.logo {
  float: left;
}
.logo a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00!important;
}
.bt-top {
  position: absolute;
  top: 30px;
  left: 210px;
}
.wrapper {
  position: relative;
  border: solid 1px #FF7731;
  border-top: none;
  border-bottom: solid 20px #FF7731;
  background: #fff;
}
.small {
  font-size: 80%;
}
.pc-none {
  display: none;
}
.t-r {
  text-align: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
#g-navi {
  padding-bottom: 20px;
}
#g-navi ul {
  width: 100%;
  background: #FFAE43;
  display: table;
  padding: 5px 0;
  border-top: solid 5px #FF7731;
}
#g-navi li {
  float: left;
  width: 16.66%;
  line-height: 1.2;
  border-left: dotted 1px #fff;
  box-sizing: border-box;
  text-align: center;
}
#g-navi li:first-child {
  border-left: none;
}
#g-navi li a {
  display: table-cell;
  width: 129px;
  height: 40px;
  margin: 0 auto;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-shadow: 2px 1px 1px #D9652A;
}
#g-navi li a:hover {
  background: url(/dentwell/common/images/gNavi_bg.jpg) center center no-repeat;
}
.illness .g-navi01 {
  background: url(/dentwell/common/images/gNavi_bg.jpg) center center no-repeat;
}
.vitamin-c .g-navi02 {
  background: url(/dentwell/common/images/gNavi_bg.jpg) center center no-repeat;
}
.info .g-navi03 {
  background: url(/dentwell/common/images/gNavi_bg.jpg) center center no-repeat;
}
.product .g-navi04 {
  background: url(/dentwell/common/images/gNavi_bg.jpg) center center no-repeat;
}
#main {
  float: right;
  padding: 15px 20px;
}
#side {
  float: left;
  width: 165px;
  padding: 15px 0;
}
.pt-box {
  padding: 0 20px;
}
#page-ttl {
  font-size: 24px;
  color: #FF7731;
  padding-left: 26px;
  background: url(/dentwell/common/images/ttl_pc.jpg) 0 3px no-repeat;
  line-height: 1.2;
}
#info-ttl {
  background: #ff7731 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.3em 0.6em;
  text-align: center;
  margin-bottom: 15px;
}
.sec-ttl {
  margin: 0 20px;
  font-size: 23px;
  color: #FF7731;
  padding-left: 26px;
  background: url(/dentwell/common/images/ttl_pc.jpg) 0 3px no-repeat;
  line-height: 1.2;
}
.sub-ttl01 {
  padding: 0 12px;
  line-height: 27px;
  background: url(/dentwell/common/images/sub_ttl01_bg.jpg) left bottom repeat-x;
  border-top: solid 2px #FF7731;
  border-bottom: solid 1px #FFE03C;
  font-size: 16px;
  color: #FF7731;
  margin-bottom: 18px;
}
.sub-ttl02 {
  color: #ff7731;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ft-sitemap {
  text-align: center;
  padding-top: 12px;
}
.ft-sitemap a {
  color: #0082BE;
}
.ft-sitemap a:hover {
  text-decoration: none;
}
.sns {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.sns li {
  max-width: 27px;
  max-height: 27px;
  display: inline-block;
  margin: 0 3px;
}
.foot-txt {
  text-align: center;
  padding: 15px 0 12px 0;
  border-top: solid 1px #ddd;
  margin: 0 20px;
}
.foot-txt p {
  font-weight: bold;
  color: #F00;
  font-size: 12px;
}
.btn-detail {
  margin: 10px 0 5px;
  text-align: center;
}
.btn-detail.mb20 {
  margin-bottom: 20px;
}
.btn-detail a {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #ededed 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #4e4e4e;
  display: inline-block;
  line-height: 16px;
  padding: 0.6em 2.3em 0.6em 1.7em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn-detail a::after {
  border-right: 2px solid #666666;
  border-top: 2px solid #666666;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.btn-detail a[target="_blank"]::after {
  background: rgba(0, 0, 0, 0) url(/dentwell/common/images/ico_external.png) no-repeat scroll 0 0 / 16px 16px;
  border: medium none;
  content: "";
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 16px;
}
.btn-detail span {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #ededed 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #4e4e4e;
  display: inline-block;
  line-height: 16px;
  padding: 0.6em 2.3em 0.6em 1.7em;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.btn-detail span::after {
  border-right: 2px solid #666666;
  border-top: 2px solid #666666;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.btn-check a {
  background-color: #ff7731;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0.6em 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 180px;
}
.btn-check a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.btn-check a::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#float-menu {
  display: none;
}
.lower-box {
  padding: 25px 30px;
}
.pt {
  padding-bottom: 25px;
  text-align: right;
}
.pt a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*================================================
* SP Style
================================================*/
@media screen and (max-width: 779px) {
body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  color: #333;
}
#container {
  width: auto;
  line-height: 1.6;
}
.wrapper {
  position: relative;
  border: none;
}
.fl {
  width: auto;
  float: none;
  clear: both;
}
.fr {
  width: auto;
  float: none;
  clear: both;
}
.pc-none {
  display: block!important;
}
.sp-none {
  display: none;
}
.index-head {
  position: relative;
  left: 0;
  top: 0;
  z-index: 50;
}
header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  height: 42px;
  padding: 0 4%;
  position: relative;
  z-index: 10000;
  line-height: 1;
}
header .logo {
  width: 150px;
  padding-top: 12px;
}
.lower-head {
  background: none;
}
.lower-head .logo-area {
  padding: 0;
}
#hd-menu {
  float: right;
  margin-top: 6px;
}
#hd-menu a {
  background-color: #ff7731;
  border: 1px solid #ff7731;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 0.5em 1.9em 0.5em 0.4em;
  position: relative;
  text-decoration: none;
}
#hd-menu a::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin-top: -7px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
}
/* floatMenu */
#float-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
#float-menu-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#float-menu-inner {
  position: absolute;
  top: 48px;
  z-index: 101;
  width: 100%;
}
#hd-menu-close {
  position: absolute;
  top: 6px;
  right: 4%;
  z-index: 101;
}
#hd-menu-close a {
  display: block;
  position: relative;
  padding: .5em 1.9em .5em .4em;
  border: 1px solid #ff7731;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #ff7731;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
}
#hd-menu-close a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#float-menu ul {
  position: relative;
  border-top: 4px solid #ff7731;
  background-color: #fff;
}
#float-menu ul:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 4%;
  margin-right: 34px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ff7731 transparent;
  z-index: 0;
}
#float-menu ul li {
  position: relative;
  border-bottom: 1px solid #ff7731;
  background: #fff;
}
#float-menu ul li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
}
#float-menu ul li a {
  display: block;
  padding: 1.2em .9em;
  color: #333;
  text-decoration: none;
}
/* btn-close */
#float-menu #btn-close a {
  display: block;
  padding: 0.8em 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #ff7731;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);
}
#float-menu #btn-close a span {
  position: relative;
  left: 15px;
}
#float-menu #btn-close a span:before {
  content: "×";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  margin-left: -50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ff7731;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  background: #fff;
}
.site-link {
  background: #ff7731 none repeat scroll 0 0;
  padding: 10px;
}
.site-link ul {
  background-color: #fff;
  border: 1px solid #999;
  line-height: 1.4;
}
.site-link ul li {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%) repeat scroll 0 0;
  border-bottom: 1px solid #999;
  position: relative;
}
.site-link ul li.selected {
  background: #ffeed9 none repeat scroll 0 0;
}
.site-link ul li:last-child {
  border-bottom: medium none;
}
.site-link ul li::after {
  border-right: 2px solid #666666;
  border-top: 2px solid #666666;
  content: "";
  display: block;
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.site-link ul li a {
  color: #333;
  display: block;
  padding: 0.8em 1.2em 0.8em 0.8em;
  text-decoration: none;
}
.foot-txt {
  text-align: left;
  margin: 10px 0;
  padding: 0 10px;
  border-top: none;
}
.foot-txt p {
  font-weight: normal;
  color: #666;
  font-size: 10px;
}
.illness .site-l01 {
  background: #ffeed9;
}
.vitamin-c .site-l02 {
  background: #ffeed9;
}
.info .site-l03 {
  background: #ffeed9;
}
.product .site-l04 {
  background: #ffeed9;
}
.sitemap .site-l07 {
  background: #ffeed9;
}
/* ページタイトル */
.pt-box {
  position: relative;
  height: auto!important;
  padding: 0;
}
.pt-box #page-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline;
  letter-spacing: 0.8px;
  line-height: 1.2;
  padding: 0;
  background: none;
}
.pt-box strong {
  box-sizing: border-box;
  position: static;
  display: block;
  color: #fff;
  background: #0A2E86;
  line-height: 1.7;
  width: 100%;
  border-radius: 10px;
  font-size: 16px;
  padding: 13px;
}
.pt01 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: table;
  background: #FF9A14;
  padding: 15px 15px 15px 70px;
}
.sec-ttl {
  background: #ff9a14 none repeat scroll 0 0;
  box-sizing: border-box;
  display: table;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.2;
  color: #fff;
}
.sub-ttl01 {
  color: #000;
  background: none;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0 0 0.5em;
}
.sub-ttl01 span {
  border-left: 5px solid #ff9a14;
  display: block;
  padding-left: 0.6em;
}
/* 戻るボタン */
.pager-back {
  position: absolute;
  vertical-align: middle;
  width: 70px;
  margin-top: -16px;
  left: 0;
  top: 50%;
  padding-bottom: 0!important;
}
.pager-back a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #ffffff;
  border-image: none;
  border-radius: 0 5px 5px 0;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: inline-block;
  float: left;
  height: 28px;
  line-height: 28px;
  margin-left: 20px;
  margin-right: 2px;
  padding: 0 7px 0 3px;
  position: relative;
  text-decoration: none;
}
.pager-back a::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #ffffff;
  border-image: none;
  border-radius: 2px 0 2px 2px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  display: block;
  height: 21px;
  left: -11px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 21px;
}
.pager-back a span {
  color: #FF9A14;
  font-weight: bold;
  position: relative;
}
.lower-box {
  padding: 25px 10px 10px 10px;
}
}
