@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		price.scss
Note:			料金用


New Creation:	2014/01/09 11:14:08.
Last Change:	2014/01/09 16:52:42.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
#index #main #campaign > dl > dd table td ul li.tel-item .title,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: auto;
  height: 100%;
}

html {
  color: #474645;
}

body {
  min-width: 920px;
  background: url(../img/bg.png) top center repeat;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #9c9039;
}

a > * {
  transition: opacity 0.15s linear;
}

a:hover {
  text-decoration: underline;
}

a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/bg2.png) center 214px no-repeat;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  clear: both;
  padding-bottom: 3px;
}

.nav ul {
  *zoom: 1;
  margin: 0 auto;
  width: 861px;
  background: url(../img/nav_bg.gif) left top no-repeat;
}

.nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav li {
  position: relative;
  float: left;
}

.nav li.has-submenu:hover img {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.nav li .contents-submenu {
  display: none;
  position: absolute;
  top: 59px;
  left: 1px;
  z-index: 1000;
  padding: 4px;
  width: 250px;
  background: #255d7f;
}

.nav li .contents-submenu ul {
  position: relative;
  width: 250px;
  background: url(../img/contents_submenu_bg.gif) left top repeat-x #FFF;
  -webkit-box-shadow: 0 0 3px #000;
  moz-box-shadow: 0 0 3px #000;
}

.nav li .contents-submenu ul li {
  width: 250px;
  background: url(../img/contents_submenu_boder.gif) left bottom repeat-x;
}

.nav li .contents-submenu ul li:last-child {
  background: none;
}

.nav li .contents-submenu ul li a {
  display: block;
  padding-top: 11px;
  padding-left: 26px;
  height: 23px;
  background: url(../img/arrow8.png) 6px center no-repeat;
  font-size: 1.4em;
  color: #595757;
}

.nav li .contents-submenu ul li a:hover {
  text-decoration: none;
  color: #5485b3;
}

.nav a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #C40038;
  line-height: 1.2em;
}

#yearend h2,
#yearend p {
  display: table-cell;
}

* html #yearend h2, * html
#yearend p {
  display: inline;
  zoom: 1;
}

* + html #yearend h2, * + html
#yearend p {
  display: inline;
  zoom: 1;
}

#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}

#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

#topicpath {
  *zoom: 1;
  margin-bottom: 7px;
}

#topicpath:after {
  content: "";
  display: table;
  clear: both;
}

#topicpath ol {
  float: right;
}

#topicpath li {
  float: left;
  background: url(../img/topicpath_bg2.png) left top repeat-x;
  line-height: 19px;
}

#topicpath li.first {
  padding-left: 30px;
  background: url(../img/topicpath_bg3.png) left top no-repeat;
}

#topicpath li a {
  display: block;
  margin-right: 5px;
  padding-right: 18px;
  background: url(../img/topicpath_bg.gif) right center no-repeat;
  line-height: 19px;
}

#topicpath li.last {
  padding-right: 6px;
}

#topicpath li.last a {
  display: block;
  padding-right: 0;
  background: none;
}

.tab {
  background-repeat: no-repeat;
}

.tab .tab-inner {
  *zoom: 1;
}

.tab .tab-inner:after {
  content: "";
  display: table;
  clear: both;
}

.tab .item {
  float: left;
  border-top: 1px solid #a6a7a7;
  border-right: 1px solid #a6a7a7;
  border-bottom: 1px solid #a6a7a7;
}

.tab .item:first-child {
  border-left: 1px solid #a6a7a7;
}

.tab .item:first-child.is-active {
  margin: 0 !important;
}

.tab .item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.tab .item.is-active {
  margin: 0 0 0 -1px !important;
  border-bottom: none;
  border-left: 1px solid #a6a7a7;
}

.tab .item.is-active a > * {
  transition: none;
}

.tab .item.is-active a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tab.top {
  background-position: 1px 14px;
}

.tab.top .item {
  margin-top: 13px;
}

.tab.bottom {
  background-position: 1px 1px;
}

.tab.bottom .item {
  margin-bottom: 13px;
}

.cnavi {
  *zoom: 1;
  margin-bottom: 20px;
}

.cnavi:after {
  content: "";
  display: table;
  clear: both;
}

.cnavi .prev {
  float: left;
}

.cnavi .prev a {
  padding-left: 24px;
  background: url(../img/arrow5.png) left center no-repeat;
}

.cnavi .next {
  float: right;
}

.cnavi .next a {
  padding-right: 24px;
  background: url(../img/arrow3.png) right center no-repeat;
}

.cnavi a {
  display: block;
  line-height: 14px;
  font-size: 1.2em;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  margin-bottom: 20px;
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-inner {
  margin: 0 auto;
  width: auto;
  min-width: 860px;
  height: 214px;
  background: url(../img/header_bg2.jpg) center 22px no-repeat;
}

h1 {
  margin: 0 auto;
  padding: 0 0 2px;
  width: 860px;
  text-align: right;
  line-height: 22px;
  color: #949bae;
}

#logo {
  margin: 17px auto 19px;
  width: 860px;
}

.h-info {
  position: relative;
  margin: -168px auto 0;
  padding: 0;
  padding: 0;
  width: 860px;
}

.h-info .tel {
  position: absolute;
  top: 0;
  left: 234px;
}

.h-info .tel > .title {
  margin-bottom: 4px;
  padding-left: 7px;
  background: url(../img/header_info_title_bg.png);
  line-height: 15px;
  color: #fff;
}

.h-info .tel .h-info-teb {
  *zoom: 1;
}

.h-info .tel .h-info-teb:after {
  content: "";
  display: table;
  clear: both;
}

.h-info .tel .h-info-teb .h-info-teb-item {
  float: left;
  padding-top: 1px;
  width: 50px;
  border-bottom: 1px solid #406b86;
  border-left: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item:last-child {
  border-right: 1px solid #406b86;
}

.h-info .tel .h-info-teb .h-info-teb-item.active {
  padding-top: 0;
  padding-bottom: 1px;
  border-top: 1px solid #406b86;
  border-bottom: none;
  background: url(../img/header_tab_a_bg.png) left top no-repeat;
}

.h-info .tel .head-tab-content {
  display: none;
  padding: 7px 0 0;
  text-align: center;
  font-size: 1.2em;
  color: #595757;
}

.h-info .tel .head-tab-content img {
  margin-bottom: 4px;
}

.h-info .tel-item.tokyo {
  margin-bottom: 9px;
}

.h-info .tel-item.osaka {
  margin-bottom: 10px;
}

.h-info .bhour {
  position: absolute;
  top: 0;
  right: 7px;
}

.h-info .bhour > * {
  display: inline;
  line-height: 15px;
  color: #fff;
}

.h-keyword, .s-keyword {
  position: relative;
  top: 0;
  left: 508px;
  overflow: hidden;
  margin-bottom: 7px;
  width: 352px;
}

.h-keyword legend, .s-keyword legend {
  display: none;
}

.h-keyword .form-inner, .s-keyword .form-inner {
  border: 1px solid #0c2a4a;
}

.h-keyword .form-inner input, .s-keyword .form-inner input {
  vertical-align: top;
}

.h-keyword .form-inner .text, .s-keyword .form-inner .text {
  *zoom: 1;
  padding: 0 11px;
  width: 259px;
  height: 30px;
  border: none;
  background: url(../img/header_info_form_bg.png) left top repeat;
  line-height: 30px;
  font-size: 1.2em;
  color: #fff;
}

.h-keyword .form-inner .text:after, .s-keyword .form-inner .text:after {
  content: "";
  display: table;
  clear: both;
}

.h-form {
  position: absolute;
  top: 39px;
  left: 508px;
  overflow: hidden;
  width: 352px;
}

.h-form .form-list {
  *zoom: 1;
}

.h-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}

.h-form .form-item {
  float: left;
  padding: 3px;
  background: url(../img/header_info_form_bg2.png) left top repeat;
}

.h-form .form-item.counseling {
  margin-left: 4px;
}

.h-form .form-item a {
  display: block;
  background-image: url(../img/header_info_form_bg.gif);
  background-repeat: no-repeat;
}

.h-form .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.h-form .form-item.mail a {
  background-position: left top;
}

.h-form .form-item.counseling a {
  background-position: left bottom;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
.content-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}

.content-inner:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside {
  margin-bottom: 0;
  padding: 45px 0;
  background: url(../img/content_clinic_bg.png) left top repeat;
}

#content > .aside .m-info {
  margin: 0 auto 45px;
  width: 860px;
  background: url(../img/main_info_bg.png) left top no-repeat;
}

#content > .aside .m-info > .title {
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form {
  *zoom: 1;
  padding: 22px 0 22px 26px;
  border-bottom: 1px solid #b5b6b6;
}

#content > .aside .m-info .form:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form .lead {
  float: left;
  margin: 0 22px 0 0;
  padding: 27px 0 28px 126px;
  background: url(../img/main_info_form_bg.jpg) left center no-repeat;
  text-align: center;
}

#content > .aside .m-info .form-list {
  *zoom: 1;
  margin-top: 8px;
}

#content > .aside .m-info .form-list:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .form-item {
  float: left;
  margin-right: 12px;
  text-align: center;
}

#content > .aside .m-info .form-item:last-child {
  margin: 0;
}

#content > .aside .m-info .form-item img {
  display: block;
  margin: 0 auto 6px;
}

#content > .aside .m-info .form-item a {
  display: block;
  border: 3px solid #96242d;
}

#content > .aside .m-info .form-item a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#content > .aside .m-info .form-item a img {
  margin: 0;
}

#content > .aside .m-info .form-item.mail a {
  background: url(../img/main_info_form_mail_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .form-item.counseling a {
  background: url(../img/main_info_form_counseling_h.gif) left bottom no-repeat;
}

#content > .aside .m-info .clinic {
  *zoom: 1;
  padding: 23px 0 0 26px;
  background: url(../img/main_info_clinic_bg.png) 568px 5px no-repeat;
}

#content > .aside .m-info .clinic:after {
  content: "";
  display: table;
  clear: both;
}

#content > .aside .m-info .clinic-item {
  margin-bottom: 11px;
  font-size: 1.3em;
}

#content > .aside .m-info .clinic-item:last-child {
  margin: 0;
}

#content > .aside .m-info .clinic-item img {
  vertical-align: bottom;
}

#content > .aside .m-info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 104px;
  height: 26px;
  background: none;
}

#content > .aside .m-info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

#content > .aside .m-info .clinic-item .tel {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  color: #7d7d7d;
}

#content > .aside .m-info .clinic-item .tel img {
  margin: 2px 7px 3px 0;
}

#content > .aside .m-info .clinic-item .tel span {
  font-size: 0.8461538462em;
}

#content > .aside .m-info .link {
  float: right;
  padding: 42px 15px 15px 0;
}

#content > .aside .m-info .link a {
  display: block;
  border: 2px solid #7c7b7b;
  background: url(../img/main_info_clinic_link_h.gif) right top no-repeat;
}

#content > .aside .m-info .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 626px;
}

#main > .title {
  margin-bottom: 30px;
}

.tab {
  background-image: url(../img/price_tab_bg.gif);
}

.tab.top {
  margin-bottom: 44px;
}

.tab.bottom {
  margin-bottom: 45px;
}

.tab .item.is-active {
  background: #f9f9fa;
}

.bottom.tab .item.is-active {
  border-top: none;
  border-bottom: 1px solid #a6a7a7;
}

.bottom.tab .item.is-active.index {
  background: #f9f9fb;
}

.bottom.tab .item.is-active.oneday {
  background: #fbfbfc;
}

.bottom.tab .item.is-active.guarantee {
  background: #f6f5f6;
}

.bottom.tab .item.is-active.transportation {
  background: #fff;
}

#index #main h2.title {
  margin-bottom: 30px;
}

#index #main #counseling h3.title {
  padding: 0 0 50px;
}

#index #main #counseling dl {
  *zoom: 1;
  margin: 0;
  padding: 0 0 80px;
}

#index #main #counseling dl:after {
  content: "";
  display: table;
  clear: both;
}

#index #main #counseling dl dt {
  float: left;
  padding: 43px 0;
  width: 110px;
  height: 14px;
  background: #e5e5e5;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
}

#index #main #counseling dl dd {
  position: relative;
  float: left;
  margin: 0 0 0 5px;
  padding: 24px 26px 20px;
  width: 458px;
  height: 56px;
  background: #FFF;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2em;
  color: #4372a4;
}

#index #main #counseling dl dd span {
  display: block;
  margin-top: -3px;
  padding: 10px 0 0;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: .4em;
  color: #474645;
}

#index #main #counseling dl dd p.form-item {
  position: absolute;
  top: 26px;
  right: 26px;
  padding: 3px;
  width: 168px;
  background: url(../img/header_info_form_bg2.png) left top repeat;
}

#index #main #counseling dl dd p.form-item a {
  display: block;
  background: url(../img/header_info_form_bg.gif) left bottom no-repeat;
}

#index #main #detail {
  padding: 0 0 30px;
}

#index #main #detail .title {
  padding: 0 0 20px;
}

#index #main #detail table {
  width: 100%;
}

#index #main #detail table thead .campaign {
  color: #C03;
}

#index #main #detail table thead .campaign span {
  background: url(../img/price_table_campaign_bg.png) left top repeat-x;
}

#index #main #detail table thead th {
  padding: 2px;
  padding-bottom: 0;
  height: 59px;
  border: 1px solid #FFF;
  border-top: none;
  text-align: center;
  font-size: 1.2em;
}

#index #main #detail table thead th span {
  display: block;
  padding-top: 25px;
  height: 35px;
  background: url(../img/price_table_bg.png) left top repeat-x;
}

#index #main #detail table thead td {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#index #main #detail table tbody .campaign {
  color: #C03;
}

#index #main #detail table tbody .bottom th {
  border-bottom: none;
}

#index #main #detail table tbody .bottom td {
  border-bottom: none;
}

#index #main #detail table tbody th {
  padding: 2px 2px 2px 0;
  width: 353px;
  border: 1px solid #FFF;
  border-left: none;
  vertical-align: middle;
}

#index #main #detail table tbody th span {
  display: block;
  margin: 0;
  padding: 12px 50px;
  width: 353px;
  background: url(../img/price_table_icon.jpg) 30px 15px no-repeat #FFF;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #detail table tbody td {
  padding: 2px;
  width: 163px;
  border: 1px solid #FFF;
  border: 1px solid #FFF;
}

#index #main #detail table tbody td > span {
  display: block;
  padding: 12px;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #detail table tbody td > span.wide {
  padding: 30px 0;
}

#index #main #detail table tbody td > span.wide.full {
  padding: 39px 0;
}

#index #main #detail table tbody td > span span {
  display: block;
  font-size: 0.8333333333em;
}

#index #main #detail table tbody td em, #index #main #detail #campaign > dl > dd table tbody td ul li.tel-item .title, #index #main #campaign > dl > dd #detail table tbody td ul li.tel-item .title {
  display: block;
  padding: 12px;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #detail table tbody td em.wide, #index #main #detail #campaign > dl > dd table tbody td ul li.tel-item .wide.title, #index #main #campaign > dl > dd #detail table tbody td ul li.tel-item .wide.title {
  padding: 30px 0;
}

#index #main #detail table tbody td em.wide.full, #index #main #detail #campaign > dl > dd table tbody td ul li.tel-item .wide.full.title, #index #main #campaign > dl > dd #detail table tbody td ul li.tel-item .wide.full.title {
  padding: 39px 0;
}

#index #main #detail table tbody td em span, #index #main #detail #campaign > dl > dd table tbody td ul li.tel-item .title span, #index #main #campaign > dl > dd #detail table tbody td ul li.tel-item .title span {
  display: block;
  font-size: 0.8333333333em;
}

#index #main #detail .option {
  padding: 30px 0 0;
}

#index #main #detail .option dl dt {
  margin: 0 0 10px;
  padding: 6px 0 6px 10px;
  background: #e7e7e9;
}

#index #main #detail .option dl dt span {
  padding-right: 20px;
}

#index #main #detail .option dl dd.microcrf {
  padding: 0 0 30px;
}

#index #main #detail .option dl dd.crf {
  padding: 0 0 30px;
}

#index #main #detail .option dl dd table thead td.option-name {
  font-size: 1.4em;
  font-weight: bold;
  color: #395675;
}

#index #main #detail .option dl dd table thead td.option-name::before {
  content: '+';
  padding-right: 8px;
  font-size: 1.4em;
  color: #bd5097;
}

#index #main #campaign {
  margin-top: -72px;
  padding-top: 72px;
}

#index #main #campaign p {
  padding: 35px 0 0;
}

#index #main #campaign > dl dt {
  position: relative;
  margin: 0;
  padding: 0;
  /*&:after{
					content:"";
					display:block;
					width:31px;
					height:25px;
					position:absolute;
					top:50px;
					right:10px;
					background:url(../img/price_monitor_campaign_arrow.png) left top no-repeat;
				}
				&.is-open:after{
					background:url(../img/price_monitor_campaign_arrow2.png) left top no-repeat;
				}*/
}

#index #main #campaign > dl dt a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 10px;
  width: 31px;
  height: 25px;
  background: url(../img/price_monitor_campaign_arrow.png) left top no-repeat;
}

#index #main #campaign > dl dt.is-open a::after {
  background: url(../img/price_monitor_campaign_arrow2.png) left top no-repeat;
}

#index #main #campaign > dl dt a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#index #main #campaign > dl > dd {
  display: none;
}

#index #main #campaign > dl > dd table {
  width: 626px;
}

#index #main #campaign > dl > dd table tr:first-child th,
#index #main #campaign > dl > dd table tr:first-child td {
  border-top: none;
}

#index #main #campaign > dl > dd table th {
  margin: 0;
  padding: 18px 20px;
  width: 80px;
  border: 1px solid #a6a7a7;
  background: #efefef;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #campaign > dl > dd table td {
  padding: 18px 0 18px 17px;
  border: 1px solid #a6a7a7;
  background: #FFF;
  text-align: left;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #campaign > dl > dd table td ol {
  margin: 0;
  padding: 0;
}

#index #main #campaign > dl > dd table td ol li {
  position: relative;
  margin: 0;
  padding: 5px 0 21px 26px;
  line-height: 1;
  font-size: 1em;
}

#index #main #campaign > dl > dd table td ol li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 55px;
  width: 8px;
  height: 9px;
  background: url(../img/price_table_arrow.gif) top left no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(1) {
  background: url(../img/price_campaign_contents_no1.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(2) {
  background: url(../img/price_campaign_contents_no2.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(3) {
  background: url(../img/price_campaign_contents_no3.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(4) {
  background: url(../img/price_campaign_contents_no4.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(5) {
  background: url(../img/price_campaign_contents_no5.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(6) {
  background: url(../img/price_campaign_contents_no6.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(7) {
  background: url(../img/price_campaign_contents_no7.gif) left top no-repeat;
}

#index #main #campaign > dl > dd table td ol li:nth-child(7)::after {
  display: none;
}

#index #main #campaign > dl > dd table td ol li span {
  margin-left: 4px;
  font-size: .8em;
}

#index #main #campaign > dl > dd table td ul {
  margin: 0;
  padding: 0;
}

#index #main #campaign > dl > dd table td ul li {
  margin: 0;
  padding: 0 0 10px;
}

#index #main #campaign > dl > dd table td ul li span {
  display: block;
  padding: 4px 0 0;
}

#index #main #campaign > dl > dd table td ul li em, #index #main #campaign > dl > dd table td ul li.tel-item .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #C03;
}

#index #main #campaign > dl > dd table td ul li.tel-item .title {
  float: left;
  width: 5em;
}

#index #main #campaign > dl > dd table td ul li.tel-item .tel {
  overflow: hidden;
}

#index #main #campaign > dl > dd table td ul li.form-item {
  float: left;
  margin-top: 5px;
  padding: 3px;
  background: url(../img/header_info_form_bg2.png) left top repeat;
}

#index #main #campaign > dl > dd table td ul li.form-item.counseling {
  margin-right: 4px;
}

#index #main #campaign > dl > dd table td ul li.form-item a {
  display: block;
  padding: 0;
  background-image: url(../img/header_info_form_bg.gif);
  background-repeat: no-repeat;
}

#index #main #campaign > dl > dd table td ul li.form-item a:hover > * {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#index #main #campaign > dl > dd table td ul li.form-item.mail a {
  background-position: left top;
}

#index #main #campaign > dl > dd table td ul li.form-item.counseling a {
  background-position: left bottom;
}

#index #main #payment {
  padding: 0 0 80px;
}

#index #main #payment .title {
  padding: 80px 0 50px;
}

#index #main #payment p {
  padding: 0 0 30px 20px;
  line-height: 1;
  font-size: 1.2em;
}

#index #main #payment ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#index #main #payment ul li {
  position: relative;
  margin: 0 0 2px;
  padding: 15px 20px 15px 45px;
  width: 540px;
  background: #FFF;
  font-size: 1.2em;
}

#index #main #payment ul li dl {
  *zoom: 1;
  margin: 0;
  padding: 0;
}

#index #main #payment ul li dl:after {
  content: "";
  display: table;
  clear: both;
}

#index #main #payment ul li dt {
  float: left;
  font-weight: bold;
}

#index #main #payment ul li dd {
  float: left;
  width: 400px;
}

#index #main #payment ul li dd ul {
  margin: 0;
  padding: 0;
}

#index #main #payment ul li dd ul li {
  clear: none;
  padding: 0;
  width: auto;
  background: none;
}

#index #main #payment ul li:nth-child(1) {
  font-weight: bold;
}

#index #main #payment ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 20px;
  width: 12px;
  height: 19px;
  background: url(../img/price_campaign_contents_no1.gif) left top no-repeat;
  color: #ae3c84;
}

#index #main #payment ul li:nth-child(2) dt {
  width: 90px;
}

#index #main #payment ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 12px;
  height: 19px;
  height: 18px;
  background: url(../img/price_campaign_contents_no2.gif) left top no-repeat;
  color: #ae3c84;
}

#index #main #payment ul li:nth-child(3) dt {
  width: 110px;
}

#index #main #payment ul li:nth-child(3) dd {
  line-height: 1.4;
  font-size: .8em;
}

#index #main #payment ul li:nth-child(3) dd img {
  padding: 5px 0 0;
}

#index #main #payment ul li:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 12px;
  height: 19px;
  background: url(../img/price_campaign_contents_no3.gif) left top no-repeat;
  color: #ae3c84;
}

#index #main #payment ul li:nth-child(4) {
  font-size: 1em;
}

#index #main #payment ul li:nth-child(4) dt {
  width: 85px;
}

#index #main #payment ul li:nth-child(4) dt span {
  display: block;
  padding: 3px 0 0;
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl {
  margin: 0;
  padding: 0;
}

#index #main #payment ul li:nth-child(4) dd dl dt {
  float: none;
  margin: 0;
  padding: 5px 0;
  width: auto;
  font-size: 1em;
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl dd {
  float: none;
  width: auto;
}

#index #main #payment ul li:nth-child(4) dd dl dd li {
  padding: 0 0 3px;
  font-size: 1em;
}

#index #main #payment ul li:nth-child(4) dd dl dd li dt {
  padding: 0 0 2px;
}

#index #main #payment ul li:nth-child(4) dd dl dd li dd li {
  padding: 2px 0 0 1em;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(1) {
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(1)::before {
  display: none;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(2) {
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(2)::before {
  display: none;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(3) {
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(3)::before {
  display: none;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(4) {
  font-weight: normal;
}

#index #main #payment ul li:nth-child(4) dd dl dd li:nth-child(4)::before {
  display: none;
}

#index #main #payment ul li:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 20px;
  width: 12px;
  height: 19px;
  background: url(../img/price_campaign_contents_no4.gif) left top no-repeat;
  color: #ae3c84;
}

/*===== モニターフォーム ======*/
#index #main #campaign dl dd table td .monitor-form {
  margin: 0 0 0 3px;
  width: 464px;
}

#index #main #campaign dl dd table td .monitor-form .text {
  padding-top: 0;
  line-height: 1.5;
  font-size: 1.2em;
}

#index #main #campaign dl dd table td .monitor-form #message {
  margin: 15px 0 0;
  padding: 10px;
  width: 430px;
  border: 1px solid #d40e16;
  background: #FFF;
}

#index #main #campaign dl dd table td .monitor-form #message p {
  margin: 0 auto;
  padding: 0 0 0 46px;
  min-height: 33px;
  background: url(../img/form_message_bg.gif) 0 center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #d40e16;
}

#index #main #campaign dl dd table td .monitor-form .pic {
  padding: 20px 0 27px;
}

#index #main #campaign dl dd table td .monitor-form form legend {
  display: none;
}

#index #main #campaign dl dd table td .monitor-form table {
  width: 100%;
}

#index #main #campaign dl dd table td .monitor-form table th {
  padding: 18px 15px;
  width: 150px;
  text-align: left;
}

#index #main #campaign dl dd table td .monitor-form table th label {
  display: block;
  padding-left: 12px;
  background: url(../img/arrow7.gif) left 7px no-repeat;
}

#index #main #campaign dl dd table td .monitor-form table th span.note {
  display: block;
  text-indent: -.5em;
}

#index #main #campaign dl dd table td .monitor-form table td input,
#index #main #campaign dl dd table td .monitor-form table td textarea {
  padding: 4px 8px;
  border: 1px solid #a6a7a7;
  line-height: 1.5;
}

#index #main #campaign dl dd table td .monitor-form table td input[type='text'] {
  width: 230px;
}

#index #main #campaign dl dd table td .monitor-form table td ul li input {
  margin-right: 5px;
}

#index #main #campaign dl dd table td .monitor-form table td.errbg {
  background: #fae5e1;
}

#index #main #campaign dl dd table td .monitor-form table .required th {
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 140px 4px;
  background-repeat: no-repeat;
}

#index #main #campaign dl dd table td .monitor-form table .even td.errbg {
  background: #f4c7c2;
}

#index #main #campaign dl dd table td .monitor-form table .clinic td ul li:last-child {
  padding-bottom: 0;
}

#index #main #campaign dl dd table td .monitor-form table .monitor th,
#index #main #campaign dl dd table td .monitor-form table .monitor td {
  border-top: 1px solid #a6a7a7;
}

#index #main #campaign dl dd table td .monitor-form table .monitor th span {
  display: block;
  padding-left: 12px;
  background: url(../img/arrow7.gif) left 7px no-repeat;
}

#index #main #campaign dl dd table td .monitor-form table .tel p {
  padding-top: 0;
}

#index #main #campaign dl dd table td .monitor-form table .tel input[type='text'] {
  width: 54px;
}

#index #main #campaign dl dd table td .monitor-form table .history td ul li,
#index #main #campaign dl dd table td .monitor-form table .possibletime td ul li {
  display: inline;
  padding-right: 20px;
  line-height: 1.8;
  white-space: nowrap;
}

#index #main #campaign dl dd table td .monitor-form table .text th {
  font-size: 1em;
}

#index #main #campaign dl dd table td .monitor-form table .text td textarea {
  width: 230px;
  font-size: .8em;
}

#index #main #campaign dl dd table td .monitor-form #button {
  padding: 20px 0 0;
  text-align: center;
}

/*===== oneday =======================================================
========================================================================*/
#oneday #flow p {
  padding: 10px 0 40px 185px;
  width: 415px;
  min-height: 130px;
  background: url(../img/price_oneday_flow_bg.png) top left no-repeat;
  line-height: 2;
  font-size: 1.2em;
}

#oneday #flow p.pic {
  margin: 0 auto;
  padding: 0;
  width: 587px;
  background: none;
}

#oneday #flow .step-list {
  *zoom: 1;
  width: 590px;
}

#oneday #flow .step-list:after {
  content: "";
  display: table;
  clear: both;
}

#oneday #flow .step-list .step-item {
  float: left;
  padding: 0 2px 0 0;
  width: 195px;
}

#oneday #flow .step-list .step-item:last-child {
  padding-right: 0;
}

#oneday #service {
  *zoom: 1;
  padding: 0 0 40px;
}

#oneday #service:after {
  content: "";
  display: table;
  clear: both;
}

#oneday #service .title {
  padding: 80px 0 30px;
}

#oneday #service .text {
  float: left;
  width: 395px;
  line-height: 2;
  font-size: 1.2em;
}

#oneday #service .pic {
  float: left;
  padding: 0 20px 20px 0;
  width: 194px;
}

#oneday #service .caption {
  clear: both;
  margin: 15px 0;
  padding: 3px 0 3px 20px;
  background: url(../img/price_oneday_progress_bg.gif) left top no-repeat;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4em;
  font-weight: bold;
}

#oneday #service .caption.precounseling {
  margin-top: 0;
  padding-top: 38px;
  background: url(../img/price_oneday_precounseling_bg.gif) left 35px no-repeat;
}

#oneday #service .precounseling {
  clear: both;
  margin: 0 0 15px;
  padding: 38px 0 3px 20px;
  background: url(../img/price_oneday_precounseling_bg.gif) left 35px no-repeat;
  line-height: 1;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4em;
  font-weight: bold;
}

#oneday #main #service form fieldset {
  margin-top: 15px;
}

#oneday #main #service form fieldset.first {
  margin-top: 0;
}

#oneday #main #service form fieldset legend {
  display: none;
}

#oneday #main #service form fieldset table {
  width: 604px;
  background: #FFF;
}

#oneday #main #service form fieldset table .even {
  background: #ebebeb;
}

#oneday #main #service form fieldset table .even td.errbg {
  background: #f4c7c2;
}

#oneday #main #service form fieldset table .errbg {
  background: #fae5e1;
}

#oneday #main #service form fieldset table th {
  padding: 15px;
  width: 210px;
  border: 1px solid #a6a7a7;
  background-image: url(../img/form_table_required_bg.gif);
  background-position: 198px 4px;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: 1.4em;
}

#oneday #main #service form fieldset table th span {
  font-size: .8em;
}

#oneday #main #service form fieldset table th span em, #oneday #index #main #service form fieldset #campaign > dl > dd table th span td ul li.tel-item .title, #index #oneday #main #service form fieldset #campaign > dl > dd table th span td ul li.tel-item .title, #oneday #index #main #campaign > dl > dd #service form fieldset table th span td ul li.tel-item .title, #index #oneday #main #campaign > dl > dd #service form fieldset table th span td ul li.tel-item .title, #oneday #index #main #service form fieldset #campaign > dl > dd table td ul li.tel-item th span .title, #index #oneday #main #service form fieldset #campaign > dl > dd table td ul li.tel-item th span .title, #oneday #index #main #campaign > dl > dd #service form fieldset table td ul li.tel-item th span .title, #index #oneday #main #campaign > dl > dd #service form fieldset table td ul li.tel-item th span .title {
  color: #b5051e;
}

#oneday #main #service form fieldset table th label {
  display: block;
  padding-left: 12px;
  background: url(../img/arrow7.gif) left 7px no-repeat;
}

#oneday #main #service form fieldset table td {
  padding: 15px;
  width: 332px;
  border: 1px solid #a6a7a7;
  font-size: 1.4em;
}

#oneday #main #service form fieldset table td input,
#oneday #main #service form fieldset table td textarea {
  padding: 4px 8px;
  border: 1px solid #a6a7a7;
  line-height: 1.5;
}

#oneday #main #service form fieldset table td span {
  font-size: .9em;
}

#oneday #main #service form fieldset table .clinic li {
  display: list-item;
  line-height: 1.8;
}

#oneday #main #service form fieldset table .clinic li input {
  margin-right: 5px;
}

#oneday #main #service form fieldset table .contents li,
#oneday #main #service form fieldset table .sex li {
  display: inline;
  margin-right: 10px;
}

#oneday #main #service form fieldset table .contents li input,
#oneday #main #service form fieldset table .sex li input {
  margin-right: 5px;
}

#oneday #main #service form fieldset table .sex th,
#oneday #main #service form fieldset table .sex td {
  border-bottom: none;
}

#oneday #main #service form fieldset table .forfemale th label {
  background: none;
}

#oneday #main #service form fieldset table .forfemale th,
#oneday #main #service form fieldset table .forfemale td {
  border-top: none;
  background: url(../img/border2.gif) left top repeat-x;
}

#oneday #main #service form fieldset table .name input,
#oneday #main #service form fieldset table .email input {
  width: 314px;
}

#oneday #main #service form fieldset table .tel input,
#oneday #main #service form fieldset table .date input {
  width: 70px;
}

#oneday #main #service form fieldset table .date th p {
  margin: 0;
  padding: 2px 0 0;
  line-height: 1.3;
  font-size: .9em;
}

#oneday #main #service form fieldset table .date th p span {
  padding: 0;
  font-size: 1em;
  color: #9f046e;
}

#oneday #main #service form fieldset table .date td span {
  font-size: 1em;
}

#oneday #main #service form fieldset table .possibletime li {
  display: inline;
  padding-right: 20px;
  line-height: 1.8;
  white-space: nowrap;
}

#oneday #main #service form fieldset table .possibletime input {
  margin-right: 5px;
}

#oneday #main #service form fieldset table .part li {
  display: inline;
  padding-right: 15px;
  line-height: 1.8;
  white-space: nowrap;
}

#oneday #main #service form fieldset table .part li input {
  margin-right: 5px;
}

#oneday #main #service form fieldset table .notice td span,
#oneday #main #service form fieldset table .experience td span {
  display: block;
  padding-top: 3px;
  padding-bottom: 5px;
}

#oneday #main #service form fieldset table .notice li,
#oneday #main #service form fieldset table .experience li {
  display: inline;
  padding-right: 15px;
  line-height: 1.8;
  white-space: nowrap;
}

#oneday #main #service form fieldset table .notice li input,
#oneday #main #service form fieldset table .experience li input {
  margin-right: 5px;
}

#oneday #main #service form fieldset table .notice textarea,
#oneday #main #service form fieldset table .experience textarea {
  width: 314px;
}

#oneday #main #service form fieldset table .text {
  float: none;
  width: auto;
  line-height: 1;
  font-size: 1em;
}

#oneday #main #service form fieldset table .text th {
  background: none;
}

#oneday #main #service form fieldset table .text textarea {
  width: 314px;
}

#oneday #main #service form fieldset table .form-input-item-wrapper .ui-datepicker-trigger {
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border: 1px solid #a6a7a7;
  border-left: none;
  border-radius: 0;
  background: url(../../img/pc/form_calendar_bg.gif) left top repeat-x #CFCFCF;
}

#oneday #main #service form #button {
  padding: 20px 0 40px;
}

#oneday #main #service form #button li {
  text-align: center;
}

#message {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 15px;
  width: 570px;
  border: 1px solid #d40e16;
  background: #FFF;
}

#message p {
  margin: 0 auto;
  padding: 0 0 0 120px;
  min-height: 33px;
  background: url(../img/form_message_bg.gif) 75px center no-repeat;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  color: #d40e16;
}

#message p span {
  display: block;
  font-size: .9em;
  font-weight: normal;
  color: #666;
}

/*===== guarantee =======================================================
========================================================================*/
#gurantee .lead-text {
  padding: 10px 0 0 185px;
  width: 415px;
  min-height: 130px;
  background: url(../img/price_guarantee_bg.png) top left no-repeat;
  line-height: 2;
  font-size: 1.2em;
}

#gurantee .summary {
  *zoom: 1;
  margin-bottom: 3px;
  padding: 40px 0 0;
}

#gurantee .summary:after {
  content: "";
  display: table;
  clear: both;
}

#gurantee .summary li {
  display: inline;
  float: left;
  margin-left: 8px;
  width: 193px;
}

#gurantee .summary li dl dt {
  width: 193px;
}

#gurantee .summary li dl dd {
  padding: 0;
}

#gurantee .summary li dl dd img {
  padding: 0;
}

#gurantee .summary li dl .text {
  padding: 10px 13px 5px;
  min-height: 40px;
  background: #d2cfd8;
  line-height: 1.3;
}

#gurantee .summary li.contents dl dd img {
  padding: 0;
}

#gurantee #flow {
  padding: 0 0 80px;
}

#gurantee #flow .title {
  padding: 80px 0 50px;
}

#gurantee #flow .point li {
  padding: 0 0 25px;
  width: 585px;
}

#gurantee #flow .point li:last-child {
  padding-bottom: 0;
}

#gurantee #flow .point li dl {
  *zoom: 1;
}

#gurantee #flow .point li dl:after {
  content: "";
  display: table;
  clear: both;
}

#gurantee #flow .point li dl dt {
  position: relative;
  padding: 3px 0 10px 19px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4em;
  color: #ab79ad;
}

#gurantee #flow .point li dl dt::before {
  position: absolute;
  font-size: 1.3em;
}

#gurantee #flow .point li dl dd {
  width: 585px;
}

#gurantee #flow .point li dl dd.list {
  float: left;
  padding: 20px 12px 12px;
  width: 276px;
  height: 48px;
  background: #FFF;
}

#gurantee #flow .point li dl dd.list li {
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  background: url(../img/price_guarantee_flow_bg.gif) left top no-repeat;
  line-height: 1;
  font-size: 1.2em;
}

#gurantee #flow .point li dl dd.text {
  float: left;
  margin: 0 0 0 2px;
  padding: 9px 12px 9px 86px;
  width: 184px;
  height: 62px;
  background: #e8e7e7;
  line-height: 1.6;
  font-size: 1em;
}

#gurantee #flow .point #no1 dt::before {
  content: '1';
  top: 0;
  left: 0;
}

#gurantee #flow .point #no1 dd.text {
  background: url(../img/price_guarantee_text_pic01.gif) 12px center no-repeat #e3e3e5;
}

#gurantee #flow .point #no2 dt::before {
  content: '2';
  top: 1px;
  left: 0;
}

#gurantee #flow .point #no2 dd.text {
  background: url(../img/price_guarantee_text_pic02.gif) 12px center no-repeat #e8e7e7;
}

/*===== transportation =======================================================
========================================================================*/
#transportation .lead-text {
  padding: 10px 0 0 185px;
  width: 415px;
  min-height: 130px;
  background: url(../img/price_transportation_bg.png) top left no-repeat;
  line-height: 2;
  font-size: 1.2em;
}

#transportation #condition {
  padding: 0 0 80px;
}

#transportation #condition .title {
  padding: 80px 0 50px;
}

#transportation #condition p {
  padding: 0 0 13px 20px;
  font-size: 1.2em;
}

#transportation #condition ul {
  padding-left: 20px;
}

#transportation #condition ul li {
  margin: 0 0 8px;
  padding: 0;
  font-size: 1.2em;
}

#transportation #condition ul li dl {
  *zoom: 1;
}

#transportation #condition ul li dl:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #condition ul li dl dt {
  float: left;
  padding: 1px 0 0 16px;
  width: 10.5em;
  background: url(../img/price_transportation_condition_icon.gif) left top no-repeat;
  font-weight: bold;
}

#transportation #condition ul li dl dd {
  float: left;
  padding-top: 1px;
  width: 300px;
}

#transportation #price .title {
  padding: 0 0 50px;
}

#transportation #price .lead-area {
  *zoom: 1;
  margin-left: 20px;
  width: 586px;
  height: 45px;
  background: #ab79ad;
}

#transportation #price .lead-area:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #price .lead-area dt {
  float: left;
  padding: 17px 0 0 10px;
  width: 334px;
  font-size: 1.4em;
  color: #FFF;
}

#transportation #price .lead-area dd {
  float: left;
  margin: 4px 0 0;
  padding: 11px 0 0;
  width: 237px;
  height: 25px;
  background: #FFF;
  text-align: center;
  line-height: 1;
  font-size: 1.6em;
}

#transportation #price .lead-area dd em, #transportation #price .lead-area #index #main #campaign > dl > dd table td ul li.tel-item .title, #index #main #transportation #price .lead-area #campaign > dl > dd table td ul li.tel-item .title {
  margin-left: 7px;
  font-size: 1em;
  font-weight: bold;
  color: #ab79ad;
}

#transportation #price .lead-area dd span {
  margin-left: 3px;
  font-size: .6em;
}

#transportation #price p {
  margin: 0 0 15px 20px;
  padding: 8px 0 8px 10px;
  width: 576px;
  height: 14px;
  background: #ede4f0;
  line-height: 1;
  font-size: 1.4em;
}

#transportation #price p span {
  margin-left: 354px;
  font-size: .7em;
}

#transportation #price .detail {
  *zoom: 1;
  padding-left: 20px;
}

#transportation #price .detail:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #price .detail li {
  padding-bottom: 20px;
}

#transportation #price .detail li.last {
  padding-right: 0;
}

#transportation #price .detail li dl {
  *zoom: 1;
  margin: 0;
  padding: 0 2px 0 0;
}

#transportation #price .detail li dl:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #price .detail li dl dt {
  margin: 0;
  padding: 11px 0;
  width: 586px;
  background-color: #E3E4E4;
  text-align: center;
}

#transportation #price .detail li dl dd {
  float: left;
  margin: 0;
  padding: 0 2px 0 0;
  width: 194px;
}

#transportation #price .detail li dl dd.last {
  padding-right: 0;
}

#transportation #price .detail li dl dd dl {
  margin: 0;
  padding: 0;
}

#transportation #price .detail li dl dd dl dt {
  margin: 0;
  padding: 5px 0 3px;
  width: auto;
  background: #4372a4;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  color: #FFF;
}

#transportation #price .detail li dl dd dl dt span {
  font-size: .6em;
}

#transportation #price .detail li dl dd dl dd {
  margin: 0;
  padding: 4px 0 0;
}

#transportation #price .detail li.yokohama .sendai tr:nth-child(2),
#transportation #price .detail li.yokohama .hokkaidou tr:nth-child(2),
#transportation #price .detail li.nagoya tr:nth-child(2),
#transportation #price .detail li.osaka tr:nth-child(2),
#transportation #price .detail li.fukuoka tr:nth-child(2) {
  height: 40px;
}

#transportation #price .detail li.nagoya .gifu tr:nth-child(1),
#transportation #price .detail li.fukuoka .nagasaki tr:nth-child(1) {
  height: 60px;
}

#transportation #price .detail table {
  background-position: center center;
  background-repeat: no-repeat;
}

#transportation #price .detail table tbody th,
#transportation #price .detail table tbody td {
  padding: 3px 0 2px 4px;
  vertical-align: top;
  line-height: 1.5;
}

#transportation #price .detail table tbody th {
  margin-left: 1px;
  width: 121px;
  height: 10px;
}

#transportation #price .detail table tbody td {
  padding-right: 3px;
  width: 63px;
  height: 10px;
  text-align: right;
}

#transportation #price .detail table tbody .total th,
#transportation #price .detail table tbody .total td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}

#transportation #price .detail table tbody .total th {
  border-top: 1px solid #999;
  font-weight: bold;
}

#transportation #price .detail table tbody .total td {
  border-top: 1px solid #999;
  font-weight: bold;
  color: #ab79ad;
}

#transportation #price .detail table.nagoya {
  background-image: url(../img/price_transportation_price_detail_nagoya.png);
}

#transportation #price .detail table.osaka {
  background-image: url(../img/price_transportation_price_detail_osaka.png);
}

#transportation #price .detail table.hokkaidou {
  background-image: url(../img/price_transportation_price_detail_hokkaidou.png);
}

#transportation #price .detail table.hiroshima {
  background-image: url(../img/price_transportation_price_detail_hiroshima.png);
}

#transportation #price .detail table.okayama {
  background-image: url(../img/price_transportation_price_detail_okayama.png);
}

#transportation #price .detail table.sendai {
  background-image: url(../img/price_transportation_price_detail_sendai.png);
}

#transportation #price .detail table.nagasaki {
  background-image: url(../img/price_transportation_price_detail_nagasaki.png);
}

#transportation #price .detail table.shimonoseki {
  background-image: url(../img/price_transportation_price_detail_shimonoseki.png);
}

#transportation #price .detail table.kagoshima {
  background-image: url(../img/price_transportation_price_detail_kagoshima.png);
}

#transportation #price .detail table.gifu {
  background-image: url(../img/price_transportation_price_detail_gifu.png);
}

#transportation #price .detail table.tokyo {
  background-image: url(../img/price_transportation_price_detail_tokyo.png);
}

#transportation #howto .title {
  padding: 65px 0 44px;
}

#transportation #howto p {
  padding: 0 0 30px 20px;
  line-height: 1.9;
  font-size: 1.2em;
}

#transportation #howto ul {
  margin: 0;
  padding: 0 0 0 30px;
}

#transportation #howto ul li {
  margin: 0;
  padding: 0 0 25px;
}

#transportation #howto ul li dl dt {
  padding: 0 0 5px;
  font-size: 1.4em;
  color: #ab79ad;
}

#transportation #howto ul li dl dt span {
  font-size: .9em;
}

#transportation #howto ul li dl dd {
  padding-left: 19px;
  font-size: 1.2em;
}

#transportation #howto ul li:nth-child(1) dt {
  position: relative;
  padding-left: 18px;
}

#transportation #howto ul li:nth-child(1) dt::before {
  content: '1';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
}

#transportation #howto ul li:nth-child(2) dt {
  position: relative;
  padding-left: 18px;
}

#transportation #howto ul li:nth-child(2) dt::before {
  content: '2';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
}

#transportation #howto .warning {
  margin-left: 20px;
  padding: 18px;
  width: 549px;
  background: #FFF;
}

#transportation #howto .warning dt {
  margin: 0 0 10px;
  padding: 8px 0 7px 37px;
  background: url(../img/price_transportation_howto_icon.gif) left top no-repeat;
  font-size: 1.2em;
  font-weight: bold;
}

#transportation #howto .warning dd {
  font-size: 1.1em;
}

#transportation #howto .warning dd ul {
  margin: 0;
  padding: 0;
}

#transportation #howto .warning dd ul li {
  margin: 0;
  padding: 0 0 10px;
  padding-left: 1em;
  width: 525px;
  list-style: disc inside;
  text-indent: -1em;
  line-height: 1.5;
}

#transportation #hotel .title {
  padding: 80px 0 44px;
}

#transportation #hotel p {
  padding: 0 0 17px 20px;
  line-height: 2;
  font-size: 1.2em;
}

#transportation #hotel .detail {
  *zoom: 1;
  padding-left: 20px;
}

#transportation #hotel .detail:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #hotel .detail li {
  float: left;
  padding-right: 8px;
  width: 289px;
}

#transportation #hotel .detail li:nth-child(even) {
  padding-right: 0;
}

#transportation #hotel .detail li.yokohama {
  height: 279px;
}

#transportation #hotel .detail li dl dt {
  padding: 11px 0;
  background-color: #E3E4E4;
  text-align: center;
}

#transportation #hotel .detail li dl dd dl {
  padding-bottom: 10px;
  background: #fbfafa;
}

#transportation #hotel .detail li dl dd dt {
  margin: 0;
  padding: 5px 0 3px;
  background: #4372a4;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  color: #FFF;
}

#transportation #hotel .detail li dl dd dt span {
  font-size: .6em;
}

#transportation #hotel .detail li dl dd dd {
  margin: 0;
}

#transportation #hotel .detail li dl dd dd.pic {
  float: left;
  padding: 7px 10px 0 0;
  width: 72px;
  background: none;
}

#transportation #hotel .detail li dl dd dd.address {
  float: left;
  padding: 5px 0 0;
  width: 197px;
  min-height: 70px;
  line-height: 1.4;
}

#transportation #hotel .detail li dl dd dd.link {
  clear: both;
  padding: 2px 0 0;
  text-align: right;
  line-height: 1;
  font-size: 1.2em;
}

#transportation #hotel .detail li dl dd dd.link a {
  display: block;
  padding: 0 22px 0 0;
  background: url(../img/arrow6.png) 270px top no-repeat;
}

#transportation #inquiry {
  padding: 0 0 80px;
}

#transportation #inquiry .title {
  padding: 80px 0 47px;
}

#transportation #inquiry p.lead {
  padding: 0 0 17px 20px;
  width: 565px;
  line-height: 2;
  font-size: 1.2em;
}

#transportation #inquiry ul {
  *zoom: 1;
  padding: 0 0 0 20px;
}

#transportation #inquiry ul:after {
  content: "";
  display: table;
  clear: both;
}

#transportation #inquiry ul li {
  float: left;
  padding-right: 8px;
  width: 289px;
}

#transportation #inquiry ul li:nth-child(even) {
  padding-right: 0;
}

#transportation #inquiry ul li dl dt {
  padding: 16px 0 0;
  height: 34px;
  background: url(../img/price_transportation_inquiry_title_bg.gif) left top repeat-x;
  text-align: center;
}

#transportation #inquiry ul li dl dd {
  position: relative;
  padding: 17px 0;
  background: url(../img/transportation_inquiry_bg.png) left top repeat-x;
}

#transportation #inquiry ul li dl dd p.tel, #transportation #inquiry ul li dl dd p.other {
  padding-left: 77px;
}

#transportation #inquiry ul li dl dd p.other {
  padding-top: 5px;
  line-height: 1.33333;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
}

#transportation #inquiry ul li dl dd p.pic {
  position: absolute;
  width: 77px;
  text-align: center;
}

#transportation #inquiry ul li.tokyo dl dd p.pic {
  top: 18px;
}

#transportation #inquiry ul li.yokohama dl dd p.pic {
  top: 15px;
}

#transportation #inquiry ul li.nagoya dl dd p.pic {
  top: 19px;
}

#transportation #inquiry ul li.osaka dl dd p.pic {
  top: 11px;
}

#transportation #inquiry ul li.hiroshima dl dd p.pic {
  top: 11px;
}

#transportation #inquiry ul li.fukuoka dl dd p.pic {
  top: 13px;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  position: relative;
  float: right;
  width: 198px;
}

.s-item {
  margin-bottom: 14px;
}

.s-item.s-keyword {
  margin-bottom: 20px;
}

.s-menu {
  position: relative;
  margin-top: -6px;
  margin-left: -6px;
  width: 210px;
}

.s-menu .title {
  padding: 6px 6px 0;
  background: url(../img/sub_menu_bg_header.png) left top no-repeat;
}

.s-menu .menu-item {
  padding: 0 6px;
  background: url(../img/sub_menu_bg.png) left top repeat-y;
}

.s-menu .menu-item:last-child {
  padding-bottom: 8px;
  background: url(../img/sub_menu_bg_footer.png) left bottom no-repeat;
}

.s-menu .menu-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-menu .menu-item.is-active a > * {
  transition: none;
}

.s-menu .menu-item.is-active a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.s-keyword {
  border: 1px solid #0c2a4a;
}

.s-keyword .search {
  padding: 15px 10px 13px;
  background: url(../img/sub_keyword_search_bg.gif) right top no-repeat #8ba4c5;
  text-align: center;
}

.s-keyword .search .title {
  margin-bottom: 10px;
}

.s-keyword .form-inner .text {
  width: 121px;
  background: #fff;
  color: inherit;
}

.s-keyword .list {
  padding: 8px 10px 9px;
  background: url(../img/sub_keyword_list_bg.png) left top repeat;
}

.s-keyword .list .title {
  margin-bottom: 7px;
  margin-left: 5px;
}

.s-keyword .list .title img {
  position: relative;
  margin-left: -6px;
}

.s-keyword .word-list {
  *zoom: 1;
}

.s-keyword .word-list:after {
  content: "";
  display: table;
  clear: both;
}

.s-keyword .word-item {
  float: left;
  margin: 0 3px 5px 0;
}

.s-keyword .word-item a {
  border-radius: 4px;
  display: block;
  padding: 0 8px;
  background: url(../img/sub_keyword_item_bg.gif) left top repeat-x;
  line-height: 22px;
  font-size: 1.2em;
  color: #fff;
}

.s-info {
  padding: 18px 11px 14px;
  background: #ad1a29;
}

.s-info .title {
  margin-bottom: 13px;
  text-align: center;
}

.s-info .tel {
  margin-bottom: 10px;
}

.s-info .tel-item {
  margin-bottom: 8px;
  text-align: right;
  color: #d2927a;
}

.s-info .tel-item img {
  margin-bottom: 3px;
}

.s-info .form-item {
  position: relative;
  padding-top: 19px;
}

.s-info .form-item dl dt {
  padding: 3px;
  background: #4d0003;
}

.s-info .form-item dl dd {
  position: absolute;
  top: 0;
  left: 0;
}

.s-info .form-item.mail {
  margin-bottom: 5px;
}

.s-info .form-item a {
  display: block;
  background-image: url(../img/sub_info_form_bg.gif);
  background-repeat: no-repeat;
}

.s-info .form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.s-info .form-item.mail a {
  background-position: left top;
}

.s-info .form-item.counseling a {
  background-position: left bottom;
}

.regenerative.is-fixed {
  position: fixed;
  top: 80px;
}

.regenerative.is-bottomed {
  position: absolute;
  bottom: 0;
}

.regenerative > * {
  margin-bottom: 15px;
  text-align: center;
}

.s-menu .menu-inner {
  background: url(../img/price_sub_menu_bg.gif) center top no-repeat;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/footer_bg.gif) left top repeat-x #4c799b;
}

.f-inner {
  margin: 0 auto;
  margin: 0 auto;
  padding: 23px 0 0;
  width: auto;
  min-width: 860px;
  height: 184px;
  background: url(../img/footer_bg2.jpg) top center no-repeat;
}

.f-inner .logo {
  margin: 0 auto;
  padding: 69px 0 0 660px;
  width: 160px;
}

.f-inner .f-menu {
  margin: -149px auto 20px;
  width: 860px;
}

.f-inner .text {
  clear: both;
}

.f-inner .text p {
  margin: 0 auto;
  padding-right: 270px;
  width: 590px;
  line-height: 1.6;
  color: #677792;
}

.f-menu {
  margin-bottom: 20px;
}

.f-menu .menu-list {
  *zoom: 1;
  padding-left: 2px;
  background: url(../img/border.gif) left top repeat-y;
}

.f-menu .menu-list:after {
  content: "";
  display: table;
  clear: both;
}

.f-menu .menu-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}

.f-menu .menu-item.about, .f-menu .menu-item.price, .f-menu .menu-item.clinic {
  overflow: visible;
  float: left;
  margin: 0;
  padding-right: 42px;
  height: 124px;
  background: url(../img/border.gif) right top repeat-y;
}

.f-menu .menu-item a {
  padding-left: 14px;
  background: url(../img/arrow.png) left center no-repeat;
  font-weight: bold;
  color: #083a5b;
}

.f-menu .page-list {
  margin-top: 9px;
}

.f-menu .page-item {
  line-height: 2;
  font-size: 0.8333333333em;
}

.f-menu .page-item a {
  background: url(../img/arrow2.png) 3px center no-repeat;
  font-weight: normal;
}

#copyright {
  background: #0c2a4a;
  text-align: center;
  line-height: 26px;
  color: #9c9039;
}

/*# sourceMappingURL=price.css.map */
