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

File Name:
Note:


New Creation:	2013/08/20 16:08:46.
Last Change:	2014/06/30 20:10:08.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

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

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

/* start \*/
html:\66irst-child 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: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
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 {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

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

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

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

body {
  -webkit-text-size-adjust: 100%;
}

a img {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.assist {
  display: none;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #000;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  background: url(../img/header_bg.gif) left top repeat-x;
}

.header-wrapper {
  position: relative;
  margin: 0 auto;
  width: 860px;
}

.monitorHead {
  position: absolute;
  bottom: 110px;
  left: 75px;
}
.monitorHead .link {
  background: url(../img/footer_link_button_h.gif) top center no-repeat;
}
.monitorHead li {
  margin-bottom: 10px;
}
.monitorHead .counter {
  color: #FFF;
  height: 46px;
  background: url(../img/bg_counter.gif) top center no-repeat;
  position: relative;
}
.monitorHead .counter dl {
  overflow: hidden;
}
.monitorHead .counter dt {
  float: left;
  margin: 5px 12px 0 35px;
  line-height: 1.4;
  font-size: 14px;
}
.monitorHead .counter dd {
  font-size: 20px;
  margin: 13px 0 0 0;
  position: absolute;
  top: 0;
  left: 187px;
}
.monitorHead .counter .days {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -56px;
}
.monitorHead .counter .hour {
  padding: 0 5px 0 28px;
}
.monitorHead .counter .minute {
  padding: 0 5px;
}
.monitorHead .counter .second {
  padding: 0 5px;
}
.monitorHead a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.h1 {
  text-align: right;
  line-height: 24px;
  color: #fff;
}

#gnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  display: none;
  z-index: 100;
}
#gnavi ul {
  *zoom: 1;
  margin: 0 auto;
  width: 860px;
}
#gnavi ul:after {
  content: "";
  display: table;
  clear: both;
}
#gnavi li {
  float: left;
}
#gnavi li.about {
  background: url(../img/nav_about_a.gif) left top no-repeat;
}
#gnavi li.technic {
  background: url(../img/nav_technic_a.gif) left top no-repeat;
}
#gnavi li.price {
  background: url(../img/nav_price_a.gif) left top no-repeat;
}
#gnavi li.clinic {
  background: url(../img/nav_clinic_a.gif) left top no-repeat;
}
#gnavi li.compendium {
  background: url(../img/nav_compendium_a.gif) left top no-repeat;
}
#gnavi li.application {
  background: url(../img/nav_application_a.gif) left top no-repeat;
}
#gnavi a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#header {
  padding-bottom: 1px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-bottom: 24px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  margin: 0 auto;
  width: 860px;
}

.box {
  margin-bottom: 50px;
  padding: 50px 0 0;
}

.box-title {
  border-top: 3px solid #d2e04b;
}

.box-wrapper {
  padding: 40px 65px 50px;
  background: #222020;
}
.box-wrapper p,
.box-wrapper dd.text {
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #837872;
}
.box-wrapper .notice-tax {
  margin: 0 0 20px;
  padding: 12px 0;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}

.box-footer {
  *zoom: 1;
  padding: 23px 62px 20px;
  background: url(../img/box-footer_bg.gif) #222020;
}
.box-footer:after {
  content: "";
  display: table;
  clear: both;
}
.box-footer ul {
  overflow: hidden;
  width: 730px;
}
.box-footer li {
  float: left;
  padding-right: 17px;
  margin-left: 0 !important;
  list-style: none !important;
}
.box-footer .counter {
  color: #FFF;
  height: 46px;
  background: url(../img/bg_counter02.gif) top center no-repeat;
  width: 335px;
  height: 64px;
  position: relative;
}
.box-footer .counter dl {
  overflow: hidden;
}
.box-footer .counter dt {
  float: left;
  margin: 12px 12px 0 21px;
  line-height: 1.4;
  font-size: 14px;
}
.box-footer .counter dd {
  font-size: 20px;
  margin: 13px 0 0 0;
  position: absolute;
  top: 8px;
  left: 200px;
}
.box-footer .counter .days {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -82px;
}
.box-footer .counter .hour {
  padding: 0 5px 0 0;
}
.box-footer .counter .minute {
  padding: 0 5px;
}
.box-footer .counter .second {
  padding: 0 5px;
}
.box-footer .link {
  text-align: center;
  background: url(../img/footer_link_button_h.gif) top center no-repeat;
  padding-right: 0;
}
.box-footer .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.subbox {
  margin: 0 auto 50px;
}

.subbox-title {
  margin-bottom: 20px;
}

.banner {
  margin-bottom: 50px;
  text-align: center;
}

.box-counter {
  float: left;
  width: 332px;
  background: url(../img/counter_bg.gif) left top repeat-x;
}
.box-counter .counter-text {
  padding: 13px 16px 13px 0;
}
.box-counter .day-wrapper,
.box-counter .time-wrapper {
  font-size: 20px;
  height: 37px;
}
.box-counter .day-wrapper {
  margin-right: 10px;
  background: url(../img/counter_day_bg.gif) left top no-repeat;
}
.box-counter .day-wrapper span {
  margin-top: 21px;
  font-size: 16px;
}
.box-counter .day-wrapper .day {
  margin: 0;
  width: 41px;
  font-size: 20px;
  line-height: 37px;
}
.box-counter .time-wrapper {
  width: 146px;
  background: url(../img/counter_time_bg.gif) left top no-repeat;
}
.box-counter .time-wrapper span {
  line-height: 37px;
}

.caselist {
  *zoom: 1;
}
.caselist:after {
  content: "";
  display: table;
  clear: both;
}

.caselist-item {
  float: left;
  margin-right: 24px;
  width: 356px;
  background: #0a0a0a;
}
.caselist-item.last {
  margin: 0;
}
.caselist-item .text {
  padding: 0 15px 12px;
  text-align: justify;
  line-height: 1.4285714286;
}

.price-info .info-text {
  line-height: 1.5;
  font-size: 8px;
}
.price-info .title {
  font-weight: bold;
}
.price-info .caution {
  margin-top: 3px;
}

.featurelist, .differencelist {
  *zoom: 1;
  margin-left: 5px;
}
.featurelist:after, .differencelist:after {
  content: "";
  display: table;
  clear: both;
}

.featurelist-item {
  float: left;
  margin-right: 24px;
  width: 224px;
  background: #0a0a0a;
}
.featurelist-item.no3 {
  margin: 0;
}
.featurelist-item .text {
  padding: 0 15px 12px;
  text-align: justify;
  line-height: 1.4285714286;
}

.differencelist {
  margin: 0;
}

.differencelist-item {
  float: left;
  margin-right: 16px;
  width: 356px;
  background: none;
}
.differencelist-item.no2 {
  margin: 0;
}
.differencelist-item .title {
  margin-bottom: 8px;
}
.differencelist-item .text {
  text-align: justify;
}

#comparison {
  margin: 0;
}

.comparisontable {
  border: 1px solid #000;
}
.comparisontable th,
.comparisontable td {
  border-right: 1px solid #000;
  border-bottom: 1px dotted #000;
  border-left: 1px solid #000;
  text-align: center;
}
.comparisontable th {
  width: 156px;
  font-size: 1.4em;
  color: #d7d4d1;
}
.comparisontable td {
  padding: 12px 30px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #837872;
}
.comparisontable .vaser {
  color: #d2e04b;
}

#results p, #obtained p, #organization p {
  margin-left: 5px;
  width: 480px;
  text-align: justify;
}
#results .subbox-title, #obtained .subbox-title, #organization .subbox-title {
  position: relative;
  after: url(../img/results_bg.jpg);
}
#results .subbox-title:after, #obtained .subbox-title:after, #organization .subbox-title:after {
  content: url(../img/results_bg.jpg);
}
#results .subbox-title .after, #obtained .subbox-title .after, #organization .subbox-title .after, #results .subbox-title:after, #obtained .subbox-title:after, #organization .subbox-title:after {
  position: absolute;
  top: 0;
  right: 0;
}

#obtained .subbox-title {
  position: relative;
  after: url(../img/obtained_bg.jpg);
}
#obtained .subbox-title:after {
  content: url(../img/obtained_bg.jpg);
}

#organization .subbox-title {
  position: relative;
  after: url(../img/organization_bg.jpg);
}
#organization .subbox-title:after {
  content: url(../img/organization_bg.jpg);
}

.caselist {
  *zoom: 1;
}
.caselist:after {
  content: "";
  display: table;
  clear: both;
}

.caselist-item {
  float: left;
  margin: 0 16px 16px 0;
}
.caselist-item .title {
  margin-bottom: 3px;
}
.caselist-item.no2, .caselist-item.no4 {
  margin-right: 0;
}

#voice {
  margin: 0;
}

.voicelist {
  *zoom: 1;
}
.voicelist:after {
  content: "";
  display: table;
  clear: both;
}

.voicelist-item {
  float: left;
  width: 356px;
  margin-right: 16px;
}
.voicelist-item.no1 {
  background: url(../img/voicelist_bg1.gif) left top no-repeat;
}
.voicelist-item.no2 {
  margin: 0;
  background: url(../img/voicelist_bg2.gif) left top no-repeat;
}
.voicelist-item > * {
  padding-left: 136px;
}
.voicelist-item .title {
  margin-bottom: 8px;
}
.voicelist-item .region {
  margin-bottom: 9px;
}

#price .pic {
  margin: 0 auto 30px;
}
#price .pic1 {
  width: 726px;
}
#price .pic1 img {
  border: 1px solid #000;
}
#price .pic2 {
  width: 433px;
}

.pricetable {
  margin: 30px auto 0;
  width: 100%;
}
.pricetable th,
.pricetable td {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.4em;
}
.pricetable th {
  color: #d7d4d1;
}
.pricetable span {
  font-size: 0.8571428571em;
}
.pricetable thead th {
  padding-right: 8px;
  border: 1px solid #000;
  border-right: none;
  width: 157px;
  text-align: center;
}
.pricetable thead th.monitor {
  padding-right: 0;
  width: 166px;
  border-right: 1px solid #000;
  border-left: none;
  color: #d2e04b;
}
.pricetable tbody {
  border: 1px solid #000;
}
.pricetable tbody th,
.pricetable tbody td {
  border-bottom: 1px dotted #000;
}
.pricetable tbody th {
  padding-left: 14px;
  border-left: 1px solid #000;
}
.pricetable tbody td {
  padding-right: 8px;
  width: 157px;
  border-left: 1px solid #000;
  background: url(../img/pricetable_bg.gif) right center no-repeat;
  text-align: center;
  color: #837872;
  line-height: 1.4;
}
.pricetable tbody td span {
  font-size: .714285714em;
  line-height: 1;
  display: block;
}
.pricetable tbody td.monitor {
  padding-right: 0;
  width: 166px;
  border-right: 1px solid #000;
  border-left: none;
  background: none;
}
.pricetable tbody .base th {
  padding-left: 14px;
}
.pricetable tbody .no1 th {
  background: url(../img/pricetable_bg1.gif) 10px center no-repeat;
}
.pricetable tbody .no2 th {
  background: url(../img/pricetable_bg2.gif) 10px center no-repeat;
}
.pricetable tbody .no3 th {
  background: url(../img/pricetable_bg3.gif) 10px center no-repeat;
}
.pricetable tbody .no4 th {
  background: url(../img/pricetable_bg4.gif) 10px center no-repeat;
}
.pricetable tbody .no5 th {
  background: url(../img/pricetable_bg5.gif) 10px center no-repeat;
}
.pricetable tbody .no6 th {
  background: url(../img/pricetable_bg6.gif) 10px center no-repeat;
}
.pricetable tbody .no7 th {
  background: url(../img/pricetable_bg7.gif) 10px center no-repeat;
}
.pricetable tbody .no8 th {
  background: url(../img/pricetable_bg8.gif) 10px center no-repeat;
}
.pricetable tbody .no9 th {
  background: url(../img/pricetable_bg9.gif) 10px center no-repeat;
}
.pricetable tbody .no10 th {
  background: url(../img/pricetable_bg10.gif) 10px center no-repeat;
}
.pricetable tbody .no11 th {
  background: url(../img/pricetable_bg11.gif) 10px center no-repeat;
}
.pricetable tbody .no12 th {
  background: url(../img/pricetable_bg12.gif) 10px center no-repeat;
}

.multiple {
  padding: 14px;
  margin: 10px 0 5px;
  border: 1px solid #000;
}
.multiple dt {
  padding: 0 0 10px;
  font-size: 1.2em;
  color: #E8F54B;
  font-weight: bold;
}
.multiple .notice {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #E1DDDC;
}
.multiple .notice em {
  color: #E8F54B;
}

#clinicintro .box-wrapper {
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 14px;
}
#clinicintro .box-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.clinicintro-item {
  *zoom: 1;
  color: #837872;
}
.clinicintro-item:after {
  content: "";
  display: table;
  clear: both;
}
.clinicintro-item.tokyo {
  background: url(../img/clinicintro_tokyo_bg.png) no-repeat;
}
.clinicintro-item.yokohama {
  background: url(../img/clinicintro_yokohama_bg.png) no-repeat;
}
.clinicintro-item.nagoya {
  background: url(../img/clinicintro_nagoya_bg.png) no-repeat;
}
.clinicintro-item.osaka {
  background: url(../img/clinicintro_osaka_bg.png) no-repeat;
}
.clinicintro-item.hiroshima {
  background: url(../img/clinicintro_hiroshima_bg.png) no-repeat;
}
.clinicintro-item.fukuoka {
  background: url(../img/clinicintro_fukuoka_bg.png) no-repeat;
}
.clinicintro-item.tokyo {
  background-position: 16px 70px;
}
.clinicintro-item.yokohama {
  background-position: 24px 67px;
}
.clinicintro-item.yokohama .map {
  margin-bottom: 37px;
}
.clinicintro-item.nagoya {
  background-position: 29px 60px;
}
.clinicintro-item.nagoya .map {
  margin-bottom: 38px;
}
.clinicintro-item.osaka {
  background-position: 36px 60px;
}
.clinicintro-item.osaka .map {
  margin-bottom: 36px;
}
.clinicintro-item.hiroshima {
  background-position: 36px 60px;
}
.clinicintro-item.hiroshima .map {
  margin-bottom: 36px;
}
.clinicintro-item.fukuoka {
  background-position: 31px 60px;
}
.clinicintro-item .item-inner {
  float: left;
  margin: 0 15px;
  width: 376px;
}
.clinicintro-item .clinic-title {
  margin-bottom: 17px;
  border: 2px solid #000;
}
.clinicintro-item .address {
  margin: 11px 0 3px 139px;
  font-size: 1.4em;
  line-height: 1.2857142857;
}
.clinicintro-item .bhour {
  margin-left: 139px;
  margin-bottom: 21px;
  font-size: 1.2em;
}
.clinicintro-item .bhour dt, .clinicintro-item .bhour dd {
  display: inline;
}
.clinicintro-item .url, .clinicintro-item .map {
  margin: 0 0 5px 139px;
  font-size: 1.2em;
  line-height: 1;
}
.clinicintro-item .url a, .clinicintro-item .map a {
  color: #D2E04B;
  text-decoration: underline;
}
.clinicintro-item .map {
  margin: 2px 0 35px 139px;
  color: #D2E04B;
}
.clinicintro-item .map a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 18px;
  color: #D2E04B;
  background: url(../img/clinicintro_map_bg.gif) left center no-repeat;
  line-height: 14px;
}
.clinicintro-item .tel {
  margin-bottom: 13px;
}
.clinicintro-item .tel .abroad {
  margin-top: 7px;
}

.doctor {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: right;
  margin-bottom: 17px;
  padding: 15px;
  width: 290px;
  background: #ebe8e5;
}
.doctor .doctor-title {
  margin-left: 80px;
  background: url(../img/clinicintro_doctor_title_bg.gif) left center repeat-x;
}
.doctor .name {
  padding-top: 8px;
  margin: 0 0 12px 80px;
}
.doctor .name .ruby {
  display: block;
  margin-top: 5px;
}
.doctor .name em {
  margin-right: 6px;
  font-weight: bold;
  font-size: 1.6em;
}
.doctor .name .rt {
  display: block;
  margin-top: 4px;
  color: #838384;
}
.doctor .pic {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.doctor .text {
  font-size: 1.2em;
  line-height: 1.6666666667;
  text-align: justify;
}

#compendium .box-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}
#compendium table {
  border: 1px solid #000;
  width: 100%;
}
#compendium table .counter {
  float: right;
  overflow: visible;
}
#compendium table .counter dt,
#compendium table .counter dd {
  display: inline;
  font-weight: bold;
  font-size: 0.8571428571em;
  color: #d1e04c;
}
#compendium table .counter span {
  display: inline;
  float: none;
  font-weight: bold;
}
#compendium table .counter .day-wrapper {
  margin-right: 0.5em;
}
#compendium th,
#compendium td {
  border: 1px solid #000;
  color: #968c85;
}
#compendium th {
  width: 180px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff;
}
#compendium td {
  padding: 17px 28px;
  font-size: 1.4em;
  line-height: 1.1428571429;
}
#compendium li {
  margin: 5px 0;
  line-height: 1.1428571429;
}
#compendium ul li {
  margin-left: 1.5em;
  list-style-type: disc;
}
#compendium ol li {
  padding-left: 30px;
  line-height: 21px;
}
#compendium ol .no1 {
  background: url(../img/compendium_order_bg1.gif) left top no-repeat;
}
#compendium ol .no2 {
  background: url(../img/compendium_order_bg2.gif) left top no-repeat;
}
#compendium ol .no3 {
  background: url(../img/compendium_order_bg3.gif) left top no-repeat;
}
#compendium ol .no4 {
  background: url(../img/compendium_order_bg4.gif) left top no-repeat;
}
#compendium ol .no5 {
  background: url(../img/compendium_order_bg5.gif) left top no-repeat;
}
#compendium small {
  display: block;
  font-size: 0.8571428571em;
}

#tel {
  *zoom: 1;
}
#tel:after {
  content: "";
  display: table;
  clear: both;
}

.tel-item {
  float: left;
  margin: 0 20px 22px 0;
}
.tel-item:nth-child(odd) {
  margin-right: 0;
}
.tel-item > dd {
  border-right: 1px solid #0b0a0b;
  border-left: 1px solid #0b0a0b;
}
.tel-item .tel {
  position: relative;
  padding: 10px 0 8px 9px;
}
.tel-item .tel:after {
  content: '';
  position: absolute;
  bottom: 0;
}
.tel-item .tel li {
  font-size: 1.2em;
  color: #f2f1ec;
}
.tel-item .tel li:last-child {
  padding-left: 35px;
}
.tel-item .tel li img {
  margin-bottom: 8px;
}
.tel-item.tokyo .tel:after {
  width: 88px;
  height: 73px;
  background: url(../img/application_tel_tokyo_bg.png) left top no-repeat;
}
.tel-item.yokohama .tel:after {
  width: 96px;
  height: 107px;
  background: url(../img/application_tel_yokohama_bg.png) left top no-repeat;
}
.tel-item.nagoya .tel:after {
  width: 77px;
  height: 101px;
  background: url(../img/application_tel_nagoya_bg.png) left top no-repeat;
}
.tel-item.osaka .tel:after {
  width: 69px;
  height: 106px;
  background: url(../img/application_tel_osaka_bg.png) left top no-repeat;
}
.tel-item.hiroshima .tel:after {
  width: 88px;
  height: 97px;
  background: url(../img/application_tel_hiroshima_bg.png) left top no-repeat;
}
.tel-item.fukuoka .tel:after {
  width: 79px;
  height: 107px;
  background: url(../img/application_tel_fukuoka_bg.png) left top no-repeat;
}
.tel-item.tokyo .tel:after {
  right: 21px;
}
.tel-item.yokohama .tel:after {
  right: 20px;
}
.tel-item.nagoya .tel:after {
  right: 24px;
}
.tel-item.osaka .tel:after {
  right: 33px;
}
.tel-item.hiroshima .tel:after {
  right: 15px;
}
.tel-item.fukuoka .tel:after {
  right: 30px;
}
.tel-item .bhour {
  padding: 8px 0;
  border-bottom: 1px solid #0b0a0b;
  background: #0b0a0b;
  text-align: center;
  color: #f2f1ec;
}
.tel-item .bhour dt,
.tel-item .bhour dd {
  display: inline;
  font-weight: bold;
  font-size: 1.2em;
}

#net {
  margin: 0;
  padding: 0;
  border: none;
}
#net #order {
  margin-bottom: 14px;
}
#net > p {
  margin-bottom: 14px;
  font-size: 1.4em;
  line-height: 1.8571428571;
}
#net legend {
  display: none;
}
#net table {
  margin-bottom: 50px;
  width: 100%;
}
#net th,
#net td {
  border: 1px solid #767676;
  background-color: #fff;
  color: #474645;
}
#net .even td,
#net .even th {
  background-color: #eae9ea;
}
#net th {
  vertical-align: top;
  padding: 12px 12px 12px 28px;
  width: 206px;
}
#net th label {
  margin-left: -1.1em;
  line-height: 1.2857142857;
  padding-left: 16px;
  background: url(../img/arrow.png) left 0.25em no-repeat;
  font-size: 1.4em;
  color: #474645;
}
#net th.required {
  background-image: url(../img/form_required_bg.gif);
  background-position: 202px 6px;
  background-repeat: no-repeat;
}
#net td {
  padding: 8px 18px;
}
#net td li {
  font-size: 1.4em;
  line-height: 1.8571428571;
}
#net td li label {
  margin-left: 0.5em;
}
#net .history li,
#net .possibletime li {
  float: left;
  margin-right: 1em;
}
#net .short,
#net .full {
  padding: 0 5px;
  border: 1px solid #767676;
  font-size: 1.4em;
}
#net .full {
  width: 432px;
}
#net input.short,
#net input.full {
  height: 30px;
}
* html #net input.short, * html
#net input.full {
  line-height: 30px;
}
* + html #net input.short, * + html
#net input.full {
  line-height: 30px;
}
#net .short {
  width: 80px;
  font-size: 1em;
}
#net textarea.full {
  padding: 5px;
  line-height: 1.4;
}
#net #telnum {
  margin: 0;
  font-size: 1.4em;
}
#net #button {
  text-align: center;
}
#net #button li {
  background: url(../img/button_confirmation_h.gif) top center no-repeat;
}
#net #button input {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#net #button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#net .box-footer {
  padding: 0;
  background: none;
}
#net .box-footer .counter {
  background: url(../img/bg_counter02.gif) top left no-repeat;
}
#net .box-footer .counter dt {
  margin: 12px 12px 0 10px;
}
#net .box-footer .counter dd {
  left: 198px;
}

#error {
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 2px solid #d50016;
  background-color: #fff;
}
#error p {
  margin: 0 auto;
  padding: 0 0 0 42px;
  width: 438px;
  background: url(../img/error_bg.gif) left center no-repeat;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #d50016;
}
#error p span {
  font-size: 0.8571428571em;
  color: #474645;
}

.confirmation #net th,
.confirmation #net td {
  font-size: 1.4em;
  line-height: 1.2857142857;
}
.confirmation #net th li,
.confirmation #net td li {
  font-size: 1em;
}
.confirmation #net th span {
  display: block;
  padding-left: 16px;
  background: url(../img/arrow.png) left 0.25em no-repeat;
}
.confirmation #net #button {
  *zoom: 1;
}
.confirmation #net #button:after {
  content: "";
  display: table;
  clear: both;
}
.confirmation #net #button li {
  float: left;
  width: 50%;
  text-align: left;
}
.confirmation #net #button .back {
  background: url(../img/button_back_h.gif) 147px 9px no-repeat;
}
.confirmation #net #button .back input {
  float: right;
  margin-top: 9px;
  margin-right: 20px;
}
.confirmation #net #button .send {
  background: url(../img/button_send_h.gif) 20px top no-repeat;
}
.confirmation #net #button .send input {
  margin-left: 20px;
}

.send #form > p {
  margin-bottom: 14px;
  font-size: 1.4em;
  line-height: 1.8571428571;
}
.send #form em {
  color: #d1e04c;
}
.send #form .link {
  margin: 0;
  background: url(../img/button_top_h.gif) top center no-repeat;
  text-align: center;
}
.send #form .link a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.sendto {
  margin-bottom: 36px;
  border: 1px solid #d00d5a;
  background: #fff;
}
.sendto dt,
.sendto dd {
  display: table-cell;
  vertical-align: middle;
}
* html .sendto dt, * html
.sendto dd {
  display: inline;
  zoom: 1;
}
* + html .sendto dt, * + html
.sendto dd {
  display: inline;
  zoom: 1;
}
.sendto dt {
  padding-right: 16px;
}
.sendto dd {
  font-size: 1.8em;
  font-weight: bold;
  color: #d00d5a;
}

#attention {
  margin-bottom: 50px;
  padding: 24px;
  background: #d9d9da;
}
#attention .title {
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: bold;
  color: #d00d5a;
}
#attention p,
#attention li {
  font-size: 1.2em;
  line-height: 1.8333333333;
  color: #474645;
}
#attention li {
  margin-left: 1.5em;
  list-style-type: disc;
}

.c-accordion-title {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.c-accordion-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  width: 23px;
  height: 11px;
  background: url(../img/privacypolicy_arrow.png) left center no-repeat;
}
.c-accordion-title img {
  width: 100%;
  height: auto;
}
.c-accordion-title.is-open::before {
  transform: rotate(180deg);
}
.c-accordion-contents {
  display: none;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  color: #6b6b6b;
}
.c-accordion-contents-inner {
  padding: 40px;
}

.p-privacypolicy {
  z-index: 2;
  margin: 0 auto;
  padding: 80px 0;
}
.p-privacypolicy::before {
  content: '';
  position: absolute;
  top: 150px;
}
.p-privacypolicy .box {
  margin-bottom: 30px;
  padding: 0;
}
.p-privacypolicy .box.last {
  margin-bottom: 0;
}
.p-privacypolicy .box .title {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #6b6b6b;
}
.p-privacypolicy .box p,
.p-privacypolicy .box ul {
  line-height: 1.8333333333;
  font-size: 12px;
}
.p-privacypolicy .box li {
  padding-left: 2.5em;
  text-indent: -3em;
}
.p-privacypolicy .reception {
  margin-top: 15px;
  font-size: 12px;
}
.p-privacypolicy .reception-title {
  margin-bottom: 10px;
}
.p-privacypolicy .reception-contents {
  padding-left: 12px;
  line-height: 1.5;
}
.p-privacypolicy .reception-tel {
  margin-top: 5px;
}
.p-privacypolicy .reception-tel > * {
  display: inline-block;
}
.p-privacypolicy .reception-tel-contents a {
  color: #6b6b6b;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#copyright {
  background: #d1e04c;
  text-align: center;
  line-height: 24px;
  color: #000;
}

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