@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  line-height: 1;
  min-width: 1040px !important;
  font-family: YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #b1945c;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 0px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 0px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 0.9;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
#bg-gradation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../images/_bg_gradation.png) left top repeat-x;
}

.bg-yellow {
  width: 1200px;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0px;
  overflow: hidden;
  background: url(../images/_bg_yellow.png) left top no-repeat;
  background-size: cover;
  z-index: 1;
}

.bg-red {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  background: url(../images/_bg_red.png) right top no-repeat;
  background-size: cover;
  z-index: 2;
}

#wrapper {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 100;
  color: #333333;
  z-index: 10;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  background: url(../images/_wrapper_bg.png) top center repeat-y;
}

#login_header {
  padding-top: 70px;
  width: 960px;
  margin: 0 auto;
}
#login_header #header_logo {
  width: 246px;
  height: 257px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/_header-logo.png) center center no-repeat;
}

#page-header {
  width: 1000px;
  height: 100px;
 _height: 120px;
  margin: 0px auto;
  position: relative;
  padding: 30px 40px 0 60px;
  box-sizing: border-box;
  z-index: 10;
  background: url(../images/_wrapper_bg.png) top center repeat-y;
}
#page-header #logo {
  width: 259px;
  height: 47px;
  text-indent: -9999px;
  float: left;
  margin-right: 65px;
  background: url(../images/_header_logo-page.png);
}
#page-header #global {
  margin-top: 20px;
  display: inline-block;
}
#page-header #global ul {
  /* For modern browsers */
}
#page-header #global ul:before, #page-header #global ul:after {
  content: "";
  display: table;
}
#page-header #global ul:after {
  clear: both;
}
#page-header #global ul li {
  float: left;
  height: 26px;
  position: relative;
  margin-right: 40px;
}
#page-header #global ul li a {
  height: 16px;
  text-indent: -9999px;
  display: inline-block;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#page-header #global ul li span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  display: inline-block;
  background-position: left bottom;
  z-index: 1;
}
#page-header #global ul li#active span {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#page-header #global ul li.home {
  width: 61px;
}
#page-header #global ul li.home a {
  width: 61px;
  background-image: url(../images/_nav_home.png);
}
#page-header #global ul li.home .home-bg {
  width: 61px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background-image: url(../images/_nav_home.png);
}
#page-header #global ul li.price {
  width: 53px;
}
#page-header #global ul li.price a {
  width: 53px;
  background-image: url(../images/_nav_price.png);
}
#page-header #global ul li.price .price-bg {
  width: 53px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background-image: url(../images/_nav_price.png);
}
#page-header #global ul li.info {
  width: 144px;
}
#page-header #global ul li.info a {
  width: 144px;
  background-image: url(../images/_nav_info.png);
}
#page-header #global ul li.info .info-bg {
  width: 144px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background-image: url(../images/_nav_info.png);
}
#page-header #logout {
  width: 110px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 30px;
  background: url(../images/_header_logout.png) left bottom no-repeat;
}
#page-header #logout a {
  width: 110px;
  height: 39px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/_header_logout.png) left top no-repeat;
}

#footer {
  width: 940px;
  height: 257px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 70px;
  z-index: 100;
  background-color: #fff;
  background: url(../images/_footer_bg.png);
}
#footer .free-dial {
  width: 460px;
  font-size: 10px;
  text-align: center;
  margin: 0 auto 28px auto;
  padding-top: 35px;
  /* For modern browsers */
}
#footer .free-dial:before, #footer .free-dial:after {
  content: "";
  display: table;
}
#footer .free-dial:after {
  clear: both;
}
#footer .free-dial div {
  float: left;
  /* For modern browsers */
}
#footer .free-dial div:before, #footer .free-dial div:after {
  content: "";
  display: table;
}
#footer .free-dial div:after {
  clear: both;
}
#footer .free-dial div span {
  text-align: center;
  display: block;
  line-height: 10px;
  height: 10px;
  margin-bottom: 13px;
}
#footer .free-dial div.advice-note {
  width: 204px;
  margin-right: 50px;
}
#footer .free-dial div.new-member {
  width: 200px;
}
#footer .footer-logo {
  clear: both;
  width: 191px;
  height: 35px;
  display: block;
  text-indent: -9999px !important;
  overflow: hidden;
  line-height: 0;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left !important;
  font-size: 10px;
  background: url(../images/_footer_logo.png);
  margin: 2px auto 22px;
}
#footer .footer-logo a {
  width: 191px;
  height: 35px;
  display: block;
}
#footer #footer-link {
  width: 170px;
  /* For modern browsers */
  font-size: 10px;
  letter-spacing: 0;
  margin: 0 auto 15px auto;
}
#footer #footer-link:before, #footer #footer-link:after {
  content: "";
  display: table;
}
#footer #footer-link:after {
  clear: both;
}
#footer #footer-link li {
  float: left;
}
#footer #footer-link li.space {
  padding: 0 10px;
}
#footer address {
  width: 377px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  font-style: normal;
  display: block;
  margin: 0 auto;
  padding-bottom: 12px;
}
#footer small {
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.2em;
}

.pagetop-area {
  width: 160px;
  height: 67px;
  display: block;
  z-index: 1000;
  position: absolute;
  bottom: 250px;
  left: 50%;
  margin-left: -80px;
}

.pagetop-img {
  width: 167px;
  height: 87px;
  display: block;
  z-index: 10;
  position: absolute;
  bottom: 208px;
  left: 50%;
  margin-left: -83px;
  background: url(../images/_fotter_pagetop.png);
}

#dfront-member.login {
  min-width: 1040px;
  position: relative;
  box-sizing: border-box;
}
#dfront-member.login #wrapper #contents-column section {
  position: relative;
  /* For modern browsers */
}
#dfront-member.login #wrapper #contents-column section:before, #dfront-member.login #wrapper #contents-column section:after {
  content: "";
  display: table;
}
#dfront-member.login #wrapper #contents-column section:after {
  clear: both;
}
#dfront-member.login #wrapper #contents-column section h1 {
  display: none;
}
#dfront-member.login #wrapper #contents-column section p {
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
}
#dfront-member.login #wrapper #contents-column section#login {
  margin: 70px auto 40px auto;
  width: 672px;
  height: 372px;
  background: url(../images/login_bg.png) no-repeat;
  padding-top: 64px;
  box-sizing: border-box;
}
#dfront-member.login #wrapper #contents-column section#login div {
  margin: auto;
  text-align: center;
}
#dfront-member.login #wrapper #contents-column section#login div#id label span {
  font-size: 14px;
  display: inline-block;
  width: 95px;
  text-align: left;
}
#dfront-member.login #wrapper #contents-column section#login div#password {
  margin-top: 29px;
}
#dfront-member.login #wrapper #contents-column section#login div#password label span {
  font-size: 14px;
  display: inline-block;
  width: 95px;
  text-align: left;
}
#dfront-member.login #wrapper #contents-column section#login div#save {
  margin-top: 30px;
  margin-right: 9px;
}
#dfront-member.login #wrapper #contents-column section#login div#save label span {
  font-size: 11px;
}
#dfront-member.login #wrapper #contents-column section#login div#submit {
  width: 197px;
  height: 67px;
  margin-top: 30px;
  background-image: url(../images/login_submit-hover.png) !important;
}
#dfront-member.login #wrapper #contents-column section#login div#submit label input {
  width: 197px;
  height: 67px;
  background-image: url(../images/login_submit.png) !important;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}
#dfront-member.login #wrapper #contents-column section#login input {
  position: relative;
  z-index: 10;
  height: 40px;
}
#dfront-member.login #wrapper #contents-column section#login input.input-error {
  background-color: #e0bc74;
}
#dfront-member.login #wrapper #contents-column section#login input[type=text], #dfront-member.login #wrapper #contents-column section#login input[type=password] {
  width: 418px;
  line-height: 20px;
  border: solid 2px #d9b97a;
  font-size: 20px;
  padding: 8px 0px 8px 20px;
  box-sizing: border-box;
}
#dfront-member.login #wrapper #contents-column section#login input:focus, #dfront-member.login #wrapper #contents-column section#login textarea:focus {
  outline: none;
  box-shadow: 0 0 5px 1px #d9b97a;
  -moz-box-shadow: 0 0 5px 1px #d9b97a;
  -o-box-shadow: 0 0 5px 1px #d9b97a;
  -ms-box-shadow: 0 0 5px 1px #d9b97a;
}
#dfront-member.login #wrapper #contents-column section#login input[type=submit], #dfront-member.login #wrapper #contents-column section#login input[type=radio], #dfront-member.login #wrapper #contents-column section#login input[type=checkbox] {
  cursor: pointer;
}
#dfront-member.login #wrapper #contents-column section#login .label-checkbox {
  background-repeat: no-repeat;
  background-image: url(../images/login_unchecked.png);
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 17px;
  display: inline-block;
}
#dfront-member.login #wrapper #contents-column section#login .label-checkbox input[type="checkbox"] {
  display: none;
}
#dfront-member.login #wrapper #contents-column section#login .label-checkbox.checked {
  background-image: url(../images/login_checked.png);
}
#dfront-member.login #wrapper #contents-column section#login.none {
  background-position: -100px -100px;
  padding-left: 0;
}
#dfront-member.login #wrapper #contents-column section#login.error {
  margin: 85px auto 40px auto;
  width: 672px;
  height: 372px;
  background-image: url(../images/login_bg-error.png) no-repeat;
  padding-top: 64px;
  box-sizing: border-box;
}
#dfront-member.login #wrapper #contents-column section#note {
  font-size: 11px;
  line-height: 2.1em;
  text-align: center;
  margin-bottom: 135px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: alpha(opacity=85);
  -khtml-opacity: 0.85;
  -moz-opacity: 0.85;
  letter-spacing: 0.1em;
}

#dfront-member.top {
  position: relative;
  box-sizing: border-box;
}
#dfront-member.top #wrapper section {
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.top #wrapper section:before, #dfront-member.top #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.top #wrapper section:after {
  clear: both;
}
#dfront-member.top #wrapper section h1 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-left: 35px;
  margin-bottom: 17px;
}
#dfront-member.top #wrapper section#information {
  padding-top: 40px;
  height: 270px;
  background: none;
}
#dfront-member.top #wrapper section#information #news-bg {
  padding: 0 34px;
  /* For modern browsers */
}
#dfront-member.top #wrapper section#information #news-bg:before, #dfront-member.top #wrapper section#information #news-bg:after {
  content: "";
  display: table;
}
#dfront-member.top #wrapper section#information #news-bg:after {
  clear: both;
}
#dfront-member.top #wrapper section#information #news-bg dl {
  color: #b1945c;
  /* For modern browsers */
  font-size: 13px;
  padding: 25px 0;
  margin: 0;

}

#dfront-member.top #wrapper section#information #news-bg .dotted-line1 {
  background: url(../images/home_dotted-line.png) left bottom repeat-x;
}

#dfront-member.top #wrapper section#information #news-bg dl:before, #dfront-member.top #wrapper section#information #news-bg dl:after {
  content: "";
  display: table;
}
#dfront-member.top #wrapper section#information #news-bg dl:after {
  clear: both;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-date {
  width: 120px;
  float: left;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-contents {
  width: 740px;
  float: right;
  line-height:1.3;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-contents span {
	font-size: 11px;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-contents span.note02 {
	text-indent: -1em;
	display: block;
	margin: 0 0 0 1em;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-contents a {
  display: inline-block;
  width: 100%;
  background: url(../images/home_news-linkarrow.png) right no-repeat;
}
#dfront-member.top #wrapper section#information .note {
  text-align: right;
  margin: 0 35px 5px;
  font-size: 12px;
}
#dfront-member.top #wrapper section#information #news-bg dl .news-contents .icoNew {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	background: #e1077f;
	line-height: 1;
	padding: 0px 5px 2px;
	margin: 0 0 0 5px;
	border-radius: 7px;
	vertical-align: top;
}


/* #event
------------------------------ */
#dfront-member #wrapper section#event {
	width: 870px;
	margin: 0 auto;
  padding-top: 0;
}
#dfront-member #wrapper section#event .eventIn {
	width: 870px;
	margin: 0 auto;
}
#dfront-member #wrapper section#event h1 {
	margin: 30px 0 17px;
	font-size: 19px;
	letter-spacing: 0.02em;
	font-weight: normal;
}
#dfront-member #wrapper section#event .note {
  text-align: right;
  margin: 8px 35px 0 0;
  font-size: 14px;
}
#dfront-member #wrapper section#event .note a {
  text-decoration: underline;
}
#dfront-member #wrapper section#event .note a:hover {
  text-decoration: none;
}


/* #introduction
------------------------------ */
#dfront-member.top #wrapper section#introduction {
  margin-top: 50px;
  padding-top: 0;
}
#dfront-member.top #wrapper section#introduction .note {
  text-align: right;
  margin: 8px 35px 0 0;
  font-size: 14px;
}
#dfront-member.top #wrapper section#introduction .note a {
  text-decoration: underline;
}
#dfront-member.top #wrapper section#introduction .note a:hover {
  text-decoration: none;
}
#dfront-member.top #wrapper section#introduction:before, #dfront-member.top #wrapper section#introduction:after {
  content: "";
  display: table;
}
#dfront-member.top #wrapper section#introduction:after {
  clear: both;
}
#dfront-member.top #wrapper section#introduction h1 {
  _float: left;
  margin-top: 30px;
  font-size: 19px;
  display: inline-block;
  letter-spacing: 0.1em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents {
  _float: right;
  width: 685px;
  margin-left: 130px;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .profile {
  padding: 30px 0;
  background: url(../images/home_dotted-line.png) left bottom repeat-x;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .profile .profile-image {
  float: left;
  margin-right: 37px;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .profile .position {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.2em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .profile .name {
  font-size: 26px;
  margin-bottom: 63px;
  letter-spacing: 0.2em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .profile .profile-note {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .greeting {
  padding: 30px 0;
  background: url(../images/home_dotted-line.png) left bottom repeat-x;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .greeting h3 {
  font-size: 12px;
  float: left;
  line-height: 26px;
  margin-right: 125px;
  display: inline-block;
  letter-spacing: 0.2em;
  padding-left: 10px;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .greeting .comment-column {
  width: 505px;
  display: inline-block;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .greeting .comment-column p {
  font-size: 14px;
  line-height: 26px;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history {
  padding: 30px 0;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history h3 {
  font-size: 12px;
  float: left;
  line-height: 26px;
  margin-right: 140px;
  padding-left: 10px;
  display: inline-block;
  letter-spacing: 0.2em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history .historylist {
  width: 505px;
  display: inline-block;
  line-height: 30px;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history .historylist dt {
  float: left;
  width: 90px;
  font-size: 12px;
  letter-spacing: 0.2em;
  clear: right;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history .historylist dd {
  float: right;
  width: 400px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#dfront-member.top #wrapper section#introduction #introduction-contents .history .historylist dd span {
  font-size: 12px;
  line-height: 1.1;
  display: block;
}
#dfront-member.top #wrapper section#access {
  padding-top: 30px;
  /* For modern browsers */
}
#dfront-member.top #wrapper section#access:before, #dfront-member.top #wrapper section#access:after {
  content: "";
  display: table;
}
#dfront-member.top #wrapper section#access:after {
  clear: both;
}
#dfront-member.top #wrapper section#access h1 {
  _float: left;
  margin-top: 0px;
  font-size: 18px;
  display: inline-block;
  letter-spacing: 0em;
}
#dfront-member.top #wrapper section#access .access-contents {
  _float: right;
   margin-left: 130px;

}
#dfront-member.top #wrapper section#access .access-contents #gmap {
  height: 374px;
  width: 684px;
}
#dfront-member.top #wrapper section#access .access-contents table {
  border-collapse: collapse;
}
#dfront-member.top #wrapper section#access .access-contents table tr {
  background: url(../images/home_table_line.png) left bottom repeat-x;
}
#dfront-member.top #wrapper section#access .access-contents table td {
  padding: 30px 0;
  letter-spacing: 0.1em;
}
#dfront-member.top #wrapper section#access .access-contents table td.heading {
  width: 168px;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: top;
}
#dfront-member.top #wrapper section#access .access-contents table td.contents {
  width: 500px;
  font-size: 14px;
}
#dfront-member.top #wrapper section#access .access-contents table td.contents span {
  display: block;
  margin-bottom: 14px;
}
#dfront-member.top #wrapper section#access .access-contents table td.contents strong {
  font-weight: normal;
  font-size: 22px;
}
#dfront-member.top #wrapper section#access .access-contents .caution {
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 20px 0 30px 10px;
}
#dfront-member.top #wrapper section#contact {
  margin-top: 20px;
  padding-top: 0;
}
#dfront-member.top #wrapper section#contact h1 {
  _float: left;
  margin-top: 30px;
  font-size: 19px;
  display: inline-block;
}
#dfront-member.top #wrapper section#contact .contact-contents {
  _float: right;
  margin-left:130px;
}
#dfront-member.top #wrapper section#contact .contact-contents table {
  margin-right: 34px;
  line-height: 20px;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr {
  background: url(../images/home_table_line.png) left bottom repeat-x;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td {
  padding-top: 30px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.heading {
  width: 168px;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: top;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.contents {
  width: 505px;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.contents a {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  display: block;
  line-height: 24px;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.contents p {
  margin-bottom: 30px;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.contents span {
  display: block;
  margin-bottom: 8px;
}
#dfront-member.top #wrapper section#contact .contact-contents table tr td.contents img {
  margin-bottom: 15px;
}
#dfront-member.top #wrapper section#advertising {
  padding-left: 34px;
  padding-bottom: 60px;
  padding-top: 20px;
  background: none;
}
#dfront-member.top #wrapper section#advertising .banners li {
  float: left;
  margin-right: 13px;
}
#dfront-member.top #home-slide {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 100;
  background: #000;
}
#dfront-member.top #home-slide #home-slide-wrap {
  width: 960px;
  margin: 0px auto;
  position: relative;
  background: url(../../images/_loading.gif) center center no-repeat;
  height: 389px;
}
#dfront-member.top #home-slide .flexslider {
  padding: 0px;
  margin-bottom: 0px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#dfront-member.top #home-slide .flexslider .flex-viewport {
  overflow: visible !important;
}
#dfront-member.top #home-slide .flexslider .flex-control-nav {
  bottom: 13px;
}
#dfront-member.top #home-slide .flexslider .flex-control-nav li {
  margin: 0 17px;
}
#dfront-member.top #home-slide .flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: url(../images/slide_passive.png) center center no-repeat;
}
#dfront-member.top #home-slide .flexslider .flex-control-paging li a:hover, #dfront-member.top #home-slide .flexslider .flex-control-paging li a.flex-active {
  width: 15px;
  height: 15px;
  background: url(../images/slide_active.png) center center no-repeat;
}
#dfront-member.top #home-slide .flexslider ul.slides {
  list-style: none;
}
#dfront-member.top #home-slide .flexslider ul.slides li {
  background: #000;
  border-left: 1px solid #fff;
}
#dfront-member.top #home-slide .flexslider ul.slides li img {
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
}
#dfront-member.top #home-slide .flexslider ul.slides li.flex-active-slide img {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#dfront-member.top #home-slide .flexslider ul.slides li a {
  display: block;
}
#dfront-member.top #home-slide .flex-direction-nav a {
  width: 45px;
  height: 389px;
  margin: -22px 0 0;
  top: 22px;
  text-indent: -9999px;
}
#dfront-member.top #home-slide .flex-direction-nav .flex-next {
  right: -44px;
  background-position: 100% 0;
  text-align: left;
  text-indent: -9999px;
  background: url(../images/slide_next.png) center center no-repeat;
}
#dfront-member.top #home-slide .flex-direction-nav .flex-prev {
  left: -44px;
  background: url(../images/slide_prev.png) center center no-repeat;
}
#dfront-member.top #home-slide .flexslider:hover .flex-next {
  right: -22px;
}
#dfront-member.top #home-slide .flexslider:hover .flex-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
#dfront-member.top #home-slide .flexslider:hover .flex-prev {
  left: -22px;
}
#dfront-member.top #home-slide .flexslider:hover .flex-prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}

#dfront-member.pricelist {
  position: relative;
}
#dfront-member.pricelist main#contents-column {
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.pricelist main#contents-column #page-cap {
  font-size: 26px;
  margin: 0px auto;
  display: block;
  text-align: center;
}
#dfront-member.pricelist #wrapper {
  position: relative;
}
#dfront-member.pricelist #wrapper section {
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  padding: 30px 35px 0 35px;
}
#dfront-member.pricelist #wrapper section:before, #dfront-member.pricelist #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.pricelist #wrapper section:after {
  clear: both;
}
#dfront-member.pricelist #wrapper section#price {
  padding-bottom: 55px;
}
#dfront-member.pricelist #wrapper section#price .test-image {
  margin: 0 16px;
}

#dfront-member.planlist {
  position: relative;
}
#dfront-member.planlist main#contents-column {
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.planlist main#contents-column #page-cap {
  width: 246px;
  height: 43px;
  margin: 0 auto 20px auto;
  font-size: 26px;
  text-align: center;
}
#dfront-member.planlist main#contents-column #anchor ul {
  /*width: 834px;*/
  width: 556px;
  margin: 0 auto 30px auto;
  border-left: solid 1px #b1945c;
  border-top: solid 1px #b1945c;
  /* For modern browsers */
}
#dfront-member.planlist main#contents-column #anchor ul:before, #dfront-member.planlist main#contents-column #anchor ul:after {
  content: "";
  display: table;
}
#dfront-member.planlist main#contents-column #anchor ul:after {
  clear: both;
}
#dfront-member.planlist main#contents-column #anchor ul li {
  width: 139px;
  height: 49px;
  float: left;
  background: url(../images/planlist_anchor-bg.png) left bottom no-repeat;
}
#dfront-member.planlist main#contents-column #anchor ul li a {
  width: 138px;
  height: 48px;
  display: inline-block;
}
#dfront-member.planlist #wrapper {
  position: relative;
}
#dfront-member.planlist #wrapper section {
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 34px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.planlist #wrapper section:before, #dfront-member.planlist #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.planlist #wrapper section:after {
  clear: both;
}
#dfront-member.planlist #wrapper section.plan-contents h1 {
  margin-left: 15px;
  font-size: 20px;
}
#dfront-member.planlist #wrapper section.plan-contents .item {
  padding-left: 15px;
  /* For modern browsers */
}
#dfront-member.planlist #wrapper section.plan-contents .item:before, #dfront-member.planlist #wrapper section.plan-contents .item:after {
  content: "";
  display: table;
}
#dfront-member.planlist #wrapper section.plan-contents .item:after {
  clear: both;
}
#dfront-member.planlist #wrapper section.plan-contents .item li {
  position: relative;
  display: inline-block;
  width: 415px;
  float: left;
  margin: 30px 25px 30px 0;
  /* For modern browsers */
}
#dfront-member.planlist #wrapper section.plan-contents .item li:before, #dfront-member.planlist #wrapper section.plan-contents .item li:after {
  content: "";
  display: table;
}
#dfront-member.planlist #wrapper section.plan-contents .item li:after {
  clear: both;
}
#dfront-member.planlist #wrapper section.plan-contents .item li img {
  float: left;
  margin-right: 20px;
  border: solid 1px #b1945c;
}
#dfront-member.planlist #wrapper section.plan-contents .item li .item-name {
  height: 50px;
  font-size: 16px;
  display: block;
  color: #333;
}
#dfront-member.planlist #wrapper section.plan-contents .item li .item-note {
  line-height: 20px;
  font-size: 12px;
  color: #333;
}
#dfront-member.planlist #wrapper section.plan-contents .item li .detaillink {
  width: 215px;
  height: 25px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
#dfront-member.planlist #wrapper section.plan-contents .item li .detaillink .link-btn {
  width: 215px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  background: url(../images/planlist-detaillink.png) left top no-repeat;
  z-index: 10;
}
#dfront-member.planlist #wrapper section.plan-contents .item li .detaillink .detaillink-bg {
  width: 215px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: url(../images/planlist-detaillink.png) left bottom no-repeat;
  z-index: 1;
}
#dfront-member.planlist #wrapper section .item-pagetop {
  position: relative;
  width: 75px;
  height: 9px;
  float: right;
  margin-bottom: 30px;
  margin-right: 50px;
}
#dfront-member.planlist #wrapper section .item-pagetop a {
  width: 75px;
  height: 9px;
  display: inline-block;
  background: url(../images/_pagetop.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 10;
}
#dfront-member.planlist #wrapper section .item-pagetop .item-pagetop-bg {
  width: 75px;
  height: 9px;
  display: inline-block;
  background: url(../images/_pagetop.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

#dfront-member.detail {
  position: relative;
}
#dfront-member.detail main#contents-column {
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.detail main#contents-column #page-cap {
  margin: 0 auto 30px auto;
  font-size: 26px;
  text-align: center;
}
#dfront-member.detail main#contents-column .pageback {
  position: relative;
  top: 5px;
  left: 34px;
}
#dfront-member.detail main#contents-column .pageback a {
  width: 134px;
  height: 13px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/_pageback.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.detail main#contents-column .pageback .homeback-bg {
  width: 134px;
  height: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: url(../images/_pageback.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#dfront-member.detail #wrapper {
  position: relative;
}
#dfront-member.detail #wrapper section {
  width: 874px;
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.detail #wrapper section:before, #dfront-member.detail #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.detail #wrapper section:after {
  clear: both;
}
#dfront-member.detail #wrapper section#detail-contants div {
  padding-top: 30px;
  padding-left: 16px;
  /* For modern browsers */
  background: url(../images/detail_section-line.png) left top repeat-x;
}
#dfront-member.detail #wrapper section#detail-contants div:first-child {
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants .planlist-image div.case {
	background: none;
	text-align: center;
}
#dfront-member.detail #wrapper section#detail-contants div:before, #dfront-member.detail #wrapper section#detail-contants div:after {
  content: "";
  display: table;
}
#dfront-member.detail #wrapper section#detail-contants div:after {
  clear: both;
}
#dfront-member.detail #wrapper section#detail-contants div.heading h1 {
  font-size: 26px;
  font-weight: normal;
  padding: 10px 0 30px 0;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.heading h1 span {
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  background: #d2d2cc;
  display: inline-block;
  margin-right: 25px;
  letter-spacing: 0;
  color: #fff;
}
#dfront-member.detail #wrapper section#detail-contants div h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 0px 0 25px 0;
  letter-spacing: 0.1em;
}
#dfront-member.detail #wrapper section#detail-contants div p {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 30px;
}


/* 症例写真 */

#dfront-member.detail #wrapper section#detail-contants div .before {
  /*display: inline-block;*/
  float: left;
  padding-top: 0;
  padding-bottom: 70px;
  padding-left: 0;
  margin-right: 8px;
  background: url(../images/detail_image-before.png) center bottom no-repeat;
}
#dfront-member.detail #wrapper section#detail-contants div .after {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 70px;
  padding-left: 0;
  background: url(../images/detail_image-after.png) center bottom no-repeat;
}


#dfront-member.detail #wrapper section#detail-contants div .left {
  width: 415px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
  margin-right: 12px;
}
#dfront-member.detail #wrapper section#detail-contants div .right {
  width: 415px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a p {
  width: 850px;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 30px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a .left {
  width: 415px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
  margin-right: 12px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a .right {
  width: 415px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-b .left {
  width: 415px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
  margin-right: 12px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-b .right {
  width: 415px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-c .left {
  width: 400px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
  margin-right: 27px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-c .right {
  width: 415px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-d .left {
  width: 415px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
  margin-right: 40px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-d .right {
  width: 390px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0px;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-e .left {
  width: 270px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 30px;
  margin-right: 15px;
  padding-left: 0;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-e .center {
  width: 270px;
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 35px;
  margin-right: 15px;
  padding-left: 0;
  background: none;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-e .right {
  width: 270px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
  background: none;
}
#dfront-member.detail #wrapper .pageback-button {
  position: relative;
  margin: 30px auto 125px auto;
  width: 501px;
  height: 93px;
}
#dfront-member.detail #wrapper .pageback-button a {
  text-indent: -9999px;
  width: 501px;
  height: 93px;
  display: inline-block;
  background: url(../images/detail_pageback.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.detail #wrapper .pageback-button .pageback-button-bg {
  width: 501px;
  height: 93px;
  background: url(../images/detail_pageback.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}


/* .privacypolicy
------------------------------ */
#dfront-member.privacypolicy {
  position: relative;
}
#dfront-member.privacypolicy main#contents-column {
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.privacypolicy main#contents-column #page-cap {
  width: 373px;
  height: 35px;
  margin: 0 auto 20px auto;
  font-size: 26px;
  text-align: center;
}
#dfront-member.privacypolicy main#contents-column .homeback {
  position: relative;
  top: 10px;
  left: 35px;
}
#dfront-member.privacypolicy main#contents-column .homeback a {
  width: 105px;
  height: 11px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/privacypolicy-homelink_small.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.privacypolicy main#contents-column .homeback .homeback-bg {
  width: 105px;
  height: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: url(../images/privacypolicy-homelink_small.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#dfront-member.privacypolicy #wrapper {
  position: relative;
}
#dfront-member.privacypolicy #wrapper section {
  width: 840px;
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  padding-bottom: 50px;
  margin: 0 auto;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.privacypolicy #wrapper section:before, #dfront-member.privacypolicy #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.privacypolicy #wrapper section:after {
  clear: both;
}
#dfront-member.privacypolicy #wrapper section .contents {
  width: 840px;
  margin: 0 auto;
}
#dfront-member.privacypolicy #wrapper section .contents h3 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}
#dfront-member.privacypolicy #wrapper section .contents p {
  font-size: 12px;
  line-height: 20px;
}
#dfront-member.privacypolicy #wrapper section .contents p a {
  letter-spacing: 0.1em;
}
#dfront-member.privacypolicy #wrapper section .homelink {
  position: relative;
  margin: 60px auto 0 auto;
  width: 501px;
  height: 93px;
}
#dfront-member.privacypolicy #wrapper section .homelink a {
  text-indent: -9999px;
  width: 501px;
  height: 93px;
  display: inline-block;
  background: url(../images/privacypolicy-homelink.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.privacypolicy #wrapper section .homelink span {
  width: 501px;
  height: 93px;
  background: url(../images/privacypolicy-homelink.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}


/* .safety
------------------------------ */
#dfront-member.safety {
  position: relative;
}
#dfront-member.safety main#contents-column {
  padding-top: 30px;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.safety main#contents-column #page-cap {
  width: 373px;
  height: 35px;
  margin: 0 auto 20px auto;
  font-size: 26px;
  text-align: center;
}
#dfront-member.safety main#contents-column .homeback {
  position: relative;
  top: 10px;
  left: 35px;
}
#dfront-member.safety main#contents-column .homeback a {
  width: 105px;
  height: 11px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/privacypolicy-homelink_small.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.safety main#contents-column .homeback .homeback-bg {
  width: 105px;
  height: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: url(../images/privacypolicy-homelink_small.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#dfront-member.safety #wrapper {
  position: relative;
}
#dfront-member.safety #wrapper section {
  width: 840px;
  position: relative;
  /* For modern browsers */
  box-sizing: border-box;
  padding-bottom: 50px;
  margin: 0 auto;
  background: url(../images/_section-line.png) top center no-repeat;
}
#dfront-member.safety #wrapper section:before, #dfront-member.safety #wrapper section:after {
  content: "";
  display: table;
}
#dfront-member.safety #wrapper section:after {
  clear: both;
}
#dfront-member.safety #wrapper section .contents {
  width: 840px;
  margin: 0 auto;
}
#dfront-member.safety #wrapper section .contents h3 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}
#dfront-member.safety #wrapper section .contents p {
  font-size: 12px;
  line-height: 20px;
}
#dfront-member.safety #wrapper section .contents p a {
  letter-spacing: 0.1em;
}
#dfront-member.safety #wrapper section .homelink {
  position: relative;
  margin: 60px auto 0 auto;
  width: 501px;
  height: 93px;
}
#dfront-member.safety #wrapper section .homelink a {
  text-indent: -9999px;
  width: 501px;
  height: 93px;
  display: inline-block;
  background: url(../images/privacypolicy-homelink.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.safety #wrapper section .homelink span {
  width: 501px;
  height: 93px;
  background: url(../images/privacypolicy-homelink.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}


  /*150723追加 */

#page-header #contents_box {
 position: absolute;
  top: 16px;
  right: 60px;
}
#page-header .contents_box1 {
display:table;
margin:0  0 6px 0;
}
#page-header .contents_box1 .left {
display:table-cell;
width:98px;
}
#page-header .contents_box1 .right {
display:table-cell;
width:94px;
}

  /*170307追加 */
#dfront-member.detail #wrapper section#detail-contants #cellrebirth div {
	padding-top: 0;
    padding-left: 0;
    background: none;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth {
    padding-right: 16px;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth p {
    width: auto;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth .box01 {
	padding: 40px 40px 10px;
    border: solid 1px #e1e6f0;
	margin: 0 16px 30px;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth .box01 .txt01{
	float: left;
	width: 400px;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth .box01 .img01{
	width: 280px;
	float: right
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth .box02 {
    padding: 0;
    background: none;
}
#cellrebirth h3 {
    font-size: 16px;
	font-weight: normal;
    line-height: 26px;
    padding-bottom: 30px;
}
#dfront-member.detail #wrapper section#detail-contants #cellrebirth .note {
    font-size: 10px;
	line-height: 16px;
}
/*#dfront-member.detail #wrapper section#detail-contants #cellrebirth .img02 {
	width: 90%;
}*/

#dfront-member.detail #wrapper section#detail-contants .bnr01 {
    background: none;
    padding: 0;
    margin-left: -16px;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a p.note {
	text-align: right;
	font-size: 14px;
	width: auto;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a p.note a {
  text-decoration: underline;
}
#dfront-member.detail #wrapper section#detail-contants div.layout-a p.note a:hover {
  text-decoration: none;
}
.txtC{
	text-align: center;
}
.colorTxt01{
	color: #c3850a;
}
.colorTxt02 {
    color: #b1945c;
}


/* 404
------------------------------ */
#dfront-member.error .notfound {
	padding: 40px 0 0;
	background: url(../images/_section-line.png) center top no-repeat;
}
#dfront-member.error .notfound .notfoundIn {
	background: url(../images/_section-line.png) center bottom no-repeat;
	padding: 0 0 40px;
}
#dfront-member.error h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px;
}
#dfront-member.error p {
	font-size: 13px;
	text-align: center;
}
#dfront-member.error #wrapper section .homelink {
  position: relative;
  margin: 60px auto 0 auto;
  width: 501px;
  height: 93px;
}
#dfront-member.error #wrapper section .homelink a {
  text-indent: -9999px;
  width: 501px;
  height: 93px;
  display: inline-block;
  background: url(../images/privacypolicy-homelink.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member.error #wrapper section .homelink span {
  width: 501px;
  height: 93px;
  background: url(../images/privacypolicy-homelink.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}


/*-------------------------------*/

#dfront-member main#contents-column .homeback {
  position: relative;
  top: 10px;
  left: 35px;
}
#dfront-member main#contents-column .homeback a {
  width: 105px;
  height: 11px;
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/privacypolicy-homelink_small.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member main#contents-column .homeback .homeback-bg {
  width: 105px;
  height: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  background: url(../images/privacypolicy-homelink_small.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#dfront-member main#contents-column .homelink {
  position: relative;
  margin: 60px auto 0 auto;
  width: 501px;
  height: 93px;
}
#dfront-member main#contents-column .homelink a {
  text-indent: -9999px;
  width: 501px;
  height: 93px;
  display: inline-block;
  background: url(../images/privacypolicy-homelink.png) left top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dfront-member main#contents-column .homelink span {
  width: 501px;
  height: 93px;
  background: url(../images/privacypolicy-homelink.png) left bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
h3{
    font-weight: normal;
    padding: 0px 0 5px 0;
    letter-spacing: 0.1em;
}
.tbl01{
  width: 100%;
}
.tbl01 th{
    background: #f3f3f3;
    font-weight: normal;
}
.tbl01 th, .tbl01 td {
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.tbl01 td span.em{
    float: right;
    margin-right: 40%;
}
.em{
    color: #ff0066;
}
.emTttl{
    background-color: #ff0066;
    display: inline-block;
    padding: 5px 15px !important;
    margin: 0 0 20px -16px;
    border-radius: 50px;
    color: #fff;
}
.linkArea{
    text-align: right;
    margin-top: -20px;
}
.linkArea a{
  text-decoration: underline;
}
.bnrArea{
    margin-left: -16px;
    overflow: hidden;
    padding-bottom: 30px;
}
.bnrArea a{
  float: left;
}
.bnrArea a:nth-child(even){
  float: right;
}
.bnrClinic{
	margin: 20px 35px 0;
    font-size: 13px;
}
.bnrClinic p{
  margin-top: 5px;
}

/*210719追加 テーブル料金表*/
.table_price table{
  width: 100%;
  border-collapse: collapse;
}

.table_price table tr *:nth-child(1){
  background: #b1945c;
}

.table_price table tr *:nth-child(2){
  background: #57b3e8;
}

.table_price table tr *:nth-child(3){
  background: #649cdf;
}

.table_price table tr *:nth-child(4){
  background: #6e87d7;
}

.table_price table th,.table_price table td{
  color:white;
  border:solid 1px white;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}


/*202400229 セルリバース改修*/
.tarumi_cellrebirth #page-header {
  max-width: 1180px;
  background: none;
}
.tarumi_cellrebirth #footer {
  max-width: 1100px;
}
.tarumi_cellrebirth#dfront-member.detail {
  max-width: 100%;
  min-width: 0;
	overflow-x: clip;
}
.tarumi_cellrebirth#dfront-member.detail main#contents-column {
  padding: 0;
  background: none;
}
.tarumi_cellrebirth #wrapper {
  max-width: 1180px;
  margin: 0 auto;
  background: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 500;
}
.tarumi_cellrebirth#dfront-member.detail main#contents-column .pageback a {
  display: block;
  top: 32px;
  left: -30px;
  padding-left: 18px;
  letter-spacing: 0;
  width: auto;
  font-size: 14px;
  text-indent: 0;
  background: no-repeat;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #6C2780;
  font-weight: bold;
  opacity: 1 !important;
  transition: all 0.3s;
}
.tarumi_cellrebirth#dfront-member.detail main#contents-column .pageback a::after {
  position: absolute;
  content: '';
  top: -2px;
  bottom: 0;
  left: 0px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-left: 2px solid #6C2780;
  border-bottom: 2px solid #6C2780;
  transform: rotate(45deg);
}
.tarumi_cellrebirth#dfront-member.detail main#contents-column .pageback a:hover {
  opacity: 0.7 !important;
}
.tarumi_cellrebirth#dfront-member.detail #wrapper section {
  width: 100%;
  background: none;
}
.tarumi_cellrebirth img {
  display: block;
  max-width: 100%;
}
.tarumi_cellrebirth .head01 {
  text-align: center;
  margin-bottom: 50px;
  padding: 25px 0;
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  letter-spacing: 0;
  font-size: 38px;
  color: #6C2780;
}
.tarumi_cellrebirth .head02 {
  position: relative;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  padding: 0 0 0 39px;
  margin: 35px 0 30px;
}
.tarumi_cellrebirth .head02::before {
  position: absolute;
  content: '';
  top: 18px;
  left: 0;
  width: 24px;
  height: 2px;
  background: #6C2780;
}
.tarumi_cellrebirth .head03 {
  position: relative;
  padding: 0 0 19px 24px;
  margin:  75px 0 40px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  color: #6C2780;
  border-bottom: 1px solid #A1A1A1;
}
.tarumi_cellrebirth .head03::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 4px;
  height: calc(100% - 23px);
  background: #6C2780;
}
.tarumi_cellrebirth .head04 {
  font-size: 20px;
  padding: 17px 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #6C2780;
  background: #E9DCEB;
}
.tarumi_cellrebirth .head05 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  color: #6C2780;
}
.tarumi_cellrebirth .bg-pink{
  position: relative;
}
.tarumi_cellrebirth .bg-pink::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 1040px;
  height: 100%;
  background: #FDF3FF;
  transform: translateX(-50%);
  z-index: -1;
}
.tarumi_cellrebirth .pageLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.tarumi_cellrebirth .pageLink li {
  width: calc((100% - (20px * 3))/4);
}
.tarumi_cellrebirth .pageLink a {
  position: relative;
  display: block;
  padding: 21px 35px 22px 15px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  color: #6C2780;
  border: 1px solid #6C2780;
  transition: all 0.3s;
}
.tarumi_cellrebirth .pageLink a::after {
  position: absolute;
  content: '';
  top: -3px;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-right: 2px solid #6C2780;
  border-bottom: 2px solid #6C2780;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.tarumi_cellrebirth .pageLink a:hover {
  color: #fff;
  background: #6C2780;
}
.tarumi_cellrebirth .pageLink a:hover::after {
  border-color: #fff;
}
.tarumi_cellrebirth .table01 table {
  width: 100%;
  background: #fff;
}
.tarumi_cellrebirth .table01 th{
  font-size: 16px;
  color: #6C2780;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 1px solid #6C2780;
  background: #E9DCEB;
  box-sizing: border-box;
  text-align: left;
  padding: 19px 25px;
}
.tarumi_cellrebirth .table01 th.is-width-620 {
  width: 620px;
}
.tarumi_cellrebirth .table01 tr:first-child th {
  border-top: 1px solid #E9DCEB;
}
.tarumi_cellrebirth .table01 tr:last-child th {
  border-bottom: 1px solid #E9DCEB;
}
.tarumi_cellrebirth .table01 td{
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0;
  border-top: 1px solid #A1A1A1;
  border-right: 1px solid #A1A1A1;
  box-sizing: border-box;
  padding: 19px 25px;
  vertical-align: middle;
}
.tarumi_cellrebirth .table01 td.is-price{
  font-size: 16px !important;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #E00D5F;
  text-align: right;
}
.tarumi_cellrebirth .table01 tr:last-child td {
  border-bottom: 1px solid #A1A1A1;
}
.tarumi_cellrebirth .table02 table {
  width: 100%;
  background: #fff;
}
.tarumi_cellrebirth .table02 th{
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: bold;
  background: #6C2780;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  padding: 20px;
}
.tarumi_cellrebirth .table02 th:last-child {
  border-right: 1px solid #6C2780;
}
.tarumi_cellrebirth .table02 tr:last-child th {
  border-bottom: 1px solid #6C2780;
}
.tarumi_cellrebirth .table02 td{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  border-bottom: 1px solid #A1A1A1;
  border-right: 1px solid #A1A1A1;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.tarumi_cellrebirth .table02 td.is-price{
  font-size: 16px !important;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #E00D5F;
  text-align: right;
}
.tarumi_cellrebirth .table02 tr:first-child td {
  border-top: 1px solid #A1A1A1;
}
.tarumi_cellrebirth .btn01 {
  margin: 30px 0;
}
.tarumi_cellrebirth .btn01 a{
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #6C2780;
  border: 1px solid #6C2780;
  transition: all 0.3s;
}
.tarumi_cellrebirth .btn01 a::after {
  position: absolute;
  content: '';
  top: -3px;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #6C2780;
  border-right: 2px solid #6C2780;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.tarumi_cellrebirth .btn01 a:hover {
  color: #fff;
  background: #6C2780;
}
.tarumi_cellrebirth .btn01 a:hover::after {
  border-color: #fff;
}
.tarumi_cellrebirth .note01 {
  font-size: 14px;
  margin-top: 11px;
  padding-left: 1em;
  text-indent: -1em;
  color: #4E4E4E;
  letter-spacing: 0;
  line-height: 1.75;
}
.tarumi_cellrebirth #about {
  padding-top: 100px;
}
.tarumi_cellrebirth #about .contentBox {
  display: grid;
  grid-template-columns: 46.36% 1fr;
  gap: 50px;
}
.tarumi_cellrebirth #about .contentBox p{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.tarumi_cellrebirth #about .contentBox p + p{
  margin-top: 29px;
}
.tarumi_cellrebirth #applicable {
  position: relative;
  margin-top: 100px !important;
  padding: 100px 0;
}
.tarumi_cellrebirth #photo {
  padding: 100px 0;
}
.tarumi_cellrebirth #photo .photoList {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
.tarumi_cellrebirth #photo .photoItem {
  width: calc((100% - 50px)/2);
}
.tarumi_cellrebirth #photo .photoItem.is-small {
  width: 354px
}
.tarumi_cellrebirth #photo .photoItem p{
  padding: 19px 0;
  background: #808080;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.tarumi_cellrebirth #photo .photoItem:nth-child(2n) p{
  background: #E00D5F;
}
.tarumi_cellrebirth #photo .photoNote {
  padding: 30px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  border: 1px solid #A1A1A1;
}
.tarumi_cellrebirth #photo .photoNote a {
  color: #333;
  text-decoration: underline;
}
.tarumi_cellrebirth #photo .photoNote a:hover {
  text-decoration: none;
}
.tarumi_cellrebirth #photo .photoNote + .photoList {
  margin-top: 50px;
}
.tarumi_cellrebirth #flow {
  padding: 100px 0;
}
.tarumi_cellrebirth #flow .flowList {
  display: grid;
  gap: 42px;
  list-style: none;
  margin-bottom: 28px;
}
.tarumi_cellrebirth #flow .flowBlock {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 23px 33px 24px;
  box-sizing: border-box;
}
.tarumi_cellrebirth #flow .flowItem:not(:last-child) .flowBlock::after {
  position: absolute;
  content: '';
  bottom: -27px;
  left: 0;
  right: 0;
  width: 22px;
  height: 13px;
  background: #E00D5F;
  clip-path: polygon(0 0,100% 0, 50% 100%,50% 100%);
  margin: 0 auto;
}
.tarumi_cellrebirth #flow .flowHead {
  display: flex;
  align-items: center;
  min-width: 262px;
  padding-right: 20px;
  letter-spacing: 0;
  box-sizing: border-box;
}
.tarumi_cellrebirth #flow .flowHead .num {
  display: flex;
  flex-direction: column;
  font-family: YuMincho, '游明朝',sans-serif;
  font-size: 29px;
  color: #6C2780;
  letter-spacing: 0;
  margin-right: 30px;
}
.tarumi_cellrebirth #flow .flowHead .num span {
  font-size: 12px;
  margin-bottom: 6px;
}
.tarumi_cellrebirth #flow .flowHead .tit{
  font-size: 16px;
  color: #6C2780;
  font-weight: bold;
}
.tarumi_cellrebirth #flow .flowDoc {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.tarumi_cellrebirth #flow .flowDoc::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto 0;
  background: #E1E6F0;
}
.tarumi_cellrebirth #flow .flowTxt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.tarumi_cellrebirth #plan {
  padding: 100px 0;
}
.tarumi_cellrebirth #plan .planTxt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.tarumi_cellrebirth #plan .table02.is-plan th{
  text-align: center;
}
.tarumi_cellrebirth #plan .table02.is-plan th,
.tarumi_cellrebirth #plan .table02.is-plan td {
  font-size: 14px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(1){
  width: 177px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(2){
  width: 284px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(3){
  width: 126px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(4){
  width: 126px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(5){
  width: 210px;
}
.tarumi_cellrebirth #plan .table02.is-plan tr:first-child th:nth-child(6){
  width: 182px;
}
.tarumi_cellrebirth #plan .planDetail + .planDetail {
  margin-top: 30px;
}
.tarumi_cellrebirth #plan .planDetailBox {
  padding: 17px 25px 25px;
  border-bottom: 1px solid #A1A1A1;
}
.tarumi_cellrebirth #plan .planDetailBox li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.tarumi_cellrebirth #plan .planDetailBox li::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6C2780;
}
.tarumi_cellrebirth #plan .planDetailBox li + li {
  margin-top: 6px;
}
.tarumi_cellrebirth #plan .planDetailBox p {
  margin-top: 12px;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #E00D5F;
}
.tarumi_cellrebirth #faq {
  padding: 100px 0 128px;
}
.tarumi_cellrebirth #faq .acordion + .acordion {
  margin-top: 40px;
}
.tarumi_cellrebirth #faq .acordion .trigger{
  position: relative;
  background: #E9DCEB;
  padding: 18px 80px 18px 60px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0;
  color: #6C2780;
  cursor: pointer;
}
.tarumi_cellrebirth #faq .acordion .trigger::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 20px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  margin: auto 0;
}
.tarumi_cellrebirth #faq .acordion .trigger > span::before,
.tarumi_cellrebirth #faq .acordion .trigger > span::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 31px;
  width: 16px;
  height: 2px;
  background: #6C2780;
  margin: auto 0;
  transition: all 0.3s;
}
.tarumi_cellrebirth #faq .acordion .trigger > span::after{
  top: 1px;
  transform: rotate(90deg);
}
.tarumi_cellrebirth #faq .acordion .trigger.active > span::after{
  top: 0;
  transform: rotate(0);
}
.tarumi_cellrebirth #faq .acordion .trigger .ico{
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 20px;
  font-size: 25px;
  margin-right: 18px;
  margin: auto 0;
  font-family: YuMincho, '游明朝', sans-serif;
}
.tarumi_cellrebirth #faq .acordion .acordion_tree{
  padding: 30px 20px;
  background: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.tarumi_cellrebirth #faq .table01[data-table-num="01"] tr:first-child > *:nth-child(1) {
  width: 255px;
}
.tarumi_cellrebirth #faq .table01[data-table-num="01"] tr:first-child > *:nth-child(2) {
  width: 402px;
}
.tarumi_cellrebirth #faq .table01[data-table-num="01"] tr:first-child > *:nth-child(3) {
  width: 402px;
}
.tarumi_cellrebirth #faq .table01[data-table-num="02"] tr:first-child > *:nth-child(1) {
  width: 525px;
}
.tarumi_cellrebirth #calendar {
  padding: 100px 0 123px;
}
.tarumi_cellrebirth #calendar .calendarBox ul{
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 26px 10px;
  background: #FDF3FF;
}
.tarumi_cellrebirth #calendar .calendarBox li{
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
}
.tarumi_cellrebirth #calendar .calendarBox li:nth-child(1){
  padding-left: 18px;
}
/* .tarumi_cellrebirth #calendar .calendarBox li:nth-child(1)::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #6C2780;
  border-radius: 50%;
  box-sizing: border-box;
  margin: auto 0;
} */
.tarumi_cellrebirth #calendar .calendarBox li:nth-child(1)::before,
.tarumi_cellrebirth #calendar .calendarBox li:nth-child(1)::after{
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #6C2780;
  transform: rotate(45deg);
  margin: auto 0;
}
.tarumi_cellrebirth #calendar .calendarBox li:nth-child(1)::after{
  transform: rotate(-45deg);
}
/* .tarumi_cellrebirth #calendar .calendarBox li:nth-child(3)::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #6C2780;
  transform: rotate(-70deg);
  margin: auto 0;

} */
.tarumi_cellrebirth #calendar .calendarIframe{
	position: relative;
	padding-top: 70%;
}
.tarumi_cellrebirth #calendar .calendarIframe iframe{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tarumi_cellrebirth #calendar .calendarBox + .head02{
  margin-top: 57px;
}