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

File Name:
Note:


New Creation:
Last Change:


Created By		Takumi Ouchi

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	main
8.	footer
9.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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;
}

html {
  font-size: 62.5%;
}

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

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

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

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

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

p, li {
  background-image: url(../img/dummy.png);
}

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;
}

textarea {
  vertical-align: top;
}

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

body {
  min-width: 1000px;
  color: #444;
}

a {
  color: #0d1c4c;
}

a, a:before, a:after {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}

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

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.box-inner {
  margin: 0 auto;
  width: 1000px;
}

.title-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 65px 0 115px;
  min-width: 1000px;
}

.title-area:before {
  transform: rotate(-6deg);
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  margin: 0 -1000px;
  width: 2000px;
  min-width: 1000px;
  height: 167px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dbe35f;
  transform-origin: right center;
}

.m-title {
  position: relative;
  z-index: 11;
  margin: -6px auto 0;
  padding: 107px 10px 72px;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background: url(../img/title_bg.png) 31px bottom no-repeat;
  text-align: center;
  color: #fff;
  box-sizing: boder-box;
}

.text {
  color: #7c7c7d;
}

.form-link {
  position: absolute;
  top: 609px;
  left: 725px;
  width: 306px;
  height: 67px;
  overflow: hidden;
}

.form-link a {
  position: relative;
  display: block;
  margin-left: 15px;
  width: 306px;
  height: 67px;
  background-color: #F53760;
  color: #000;
  overflow: hidden;
}

.form-link a span {
  display: block;
  width: 308px;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  margin-left: -15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.form-link a::before {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
  height: 120%;
  left: -10%;
  z-index: 0;
}

.form-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38px;
  width: 18px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/form_icon.png) left top no-repeat;
}

.form-link a:hover {
  cursor: pointer;
  color: #fff;
}

.form-link a:hover::before {
  left: -10%;
  width: 120%;
}

.form-link a:hover::after {
  background-image: url(../img/form_icon_h.png);
}

/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
.header {
  opacity: 0;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: #cacaca;
}

.header.fixed {
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 99999;
}

.header-inner {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 23px 341px 25px 20px;
  min-width: 1000px;
  box-sizing: border-box;
}

.header-inner .logo {
  float: left;
}

.header-inner .nav {
  float: left;
  padding-left: 20px;
}

.header-inner .nav-list {
  overflow: hidden;
  *zoom: 1;
  box-sizing: border-box;
  margin: 5px 0 0;
  padding: 0 17px 0 0;
  width: 375px;
}

.header-inner .nav-item {
  float: left;
  margin-top: 13px;
  padding: 0 15px;
  height: 15px;
  background: url(../img/nav_border.gif) right center no-repeat;
}

.header-inner .nav-item span {
  transition: color 0.3s linear;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.header-inner .nav-item span:hover {
  color: #dbe35f;
  text-decoration: none;
}

.header-inner .nav-item:nth-child(1), .header-inner .nav-item:nth-child(2), .header-inner .nav-item:nth-child(3), .header-inner .nav-item:nth-child(4) {
  margin-top: 0;
}

.header-inner .nav-item:nth-child(1), .header-inner .nav-item:nth-child(5) {
  position: relative;
  padding-left: 21px;
}

.header-inner .nav-item:nth-child(1)::before, .header-inner .nav-item:nth-child(5)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 10px;
  background: url(../img/nav_border.gif) left center no-repeat;
}

.header-inner .h-time {
  transform: skewX(-24deg);
  position: absolute;
  top: 30px;
  right: 278px;
  padding: 7px 25px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.header-inner .h-time .h-time-inner {
  transform: skewX(24deg);
}

.header-inner .h-time span {
  letter-spacing: .05em;
  font-weight: bold;
}

.header-inner .h-form {
  top: 0;
  right: 0;
  left: auto;
  height: 95px;
}

.header-inner .h-form a {
  transform: skewX(-24deg);
  height: 95px;
  margin-left: 21px;
}

.header-inner .h-form a:after {
  transform: skewX(24deg);
  right: 55px;
}

.header-inner .h-form span {
  transform: skewX(24deg);
  margin-left: -21px;
}

/*----------------------------------------------------------------------
7.	main
----------------------------------------------------------------------*/
.main-visual {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 711px;
  background: #000;
}

.main-visual-inner {
  position: relative;
  margin: 0 auto;
  width: 1020px;
}

.main-title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
}

.main-span {
  position: absolute;
  top: 530px;
  right: 220px;
  z-index: 10;
  font-size: 57px;
  color: #dbe35f;
}

.main-span .week {
  vertical-align: middle;
  font-size: 20px;
}

.time {
  position: absolute;
  top: 625px;
  left: 390px;
  z-index: 10;
  font-size: 20px;
  color: #000;
}

.time em {
  display: inline-block;
  margin-top: -10px;
  padding: 0 0 0 12px;
  vertical-align: top;
  font-size: 36px;
  font-weight: bold;
}

.time em span {
  font-weight: bold;
}

.time .day {
  padding-right: 4px;
  font-size: 26px;
  font-weight: bold;
}

.main-form-link {
  right: 0;
  left: auto;
  z-index: 11;
  width: 360px;
}

.main-form-link a {
  transform: skewX(-24deg);
  width: 360px;
}

.main-form-link a > * {
  font-weight: bold;
}

.main-form-link a span {
  transform: skewX(24deg);
  padding-left: 70px;
  text-align: left;
  font-size: 30px;
}

.main-form-link a::before {
  transform: skewX(24deg);
}

.main-form-link a::after {
  transform: skewX(24deg);
}

.main-text-box {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 711px;
}

.main-text-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 454px;
  left: 50%;
  width: 200%;
  height: 59px;
  background: #cacaca;
}

.main-text-box-inner {
  position: relative;
  margin: 0 auto;
  padding-top: 289px;
  padding-bottom: 257px;
  width: 1020px;
  height: 165px;
}

.main-text-item {
  display: none;
  padding-top: 67px;
}

.main-text-item img {
  vertical-align: bottom;
}

.main-text1 {
  padding-top: 0;
  animation: animation01 infinite 14s ease-out .2s both;
}

@keyframes animation01 {
  from {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  to {
    transform: translateX(25px);
  }
}

.main-text2 {
  animation: animation02 infinite 14s ease-out .2s both;
}

@keyframes animation02 {
  from {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  to {
    transform: translateX(25px);
  }
}

.main-text3 {
  animation: animation03 infinite 14s ease-out .2s both;
}

@keyframes animation03 {
  from {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  to {
    transform: translateX(25px);
  }
}

.box {
  background-color: #fff;
}

.caution {
  line-height: 1.4;
  font-size: 10px;
  color: #808080;
}

.caution em {
  font-weight: bold;
}

.hoyos {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
  min-width: 1000px;
  min-height: 834px;
  background: url(../img/hoyos_bg.png) center 258px no-repeat #fff;
}

.hoyos .hoyos-title {
  padding: 31px 0;
  background: url(../img/hoyos_title_bg.gif) center top no-repeat #000;
  text-align: center;
}

.hoyos .box-inner {
  width: 1000px;
}

.hoyos .lead {
  padding: 65px 0 0 314px;
}

.drhoyos {
  margin: 28px 0 0 315px;
}

.drhoyos .name {
  margin-bottom: 4px;
}

.drhoyos .text {
  line-height: 1.6666666667;
  font-size: 12px;
}

.photo-title {
  margin-top: -155px;
}

.photo-title:before {
  background-image: url(../img/title_photo_bg.gif);
}

.photo-title .m-title {
  position: relative;
}

.case {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -244px;
  padding: 70px 0 185px;
  min-width: 1000px;
}

.case:before {
  transform: rotate(-6deg);
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin: 0 -1000px;
  width: 2000px;
  height: 635px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  transform-origin: right center;
}

.case:after {
  transform: rotate(-6deg);
  content: '';
  position: absolute;
  bottom: 130px;
  left: 50%;
  z-index: 20;
  margin: 0 -1000px;
  width: 2000px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  transform-origin: right center;
}

.case .caution {
  position: relative;
  z-index: 21;
  margin: 0 auto;
  width: 1000px;
}

.case-inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 571px;
}

.case-inner:before, .case-inner:after {
  content: '';
  display: block;
  position: absolute;
}

.case-inner:before {
  right: 110px;
  bottom: -82px;
  z-index: 1;
  width: 174px;
  height: 392px;
  background: url(../img/case_line2.png) left top no-repeat;
}

.case-inner:after {
  bottom: 25px;
  left: 0;
  width: 284px;
  height: 504px;
  background: url(../img/case_logo.png) left top no-repeat;
}

.case-list {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 1000px;
  height: 571px;
}

.case-item {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 550px;
}

.case-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  background-position: left top;
  background-repeat: no-repeat;
}

.case-item.men:after {
  width: 150px;
  height: 30px;
  background-image: url(../img/case_icon_men.png);
}

.case-item.women:after {
  width: 222px;
  height: 30px;
  background-image: url(../img/case_icon_women.png);
}

.slick-prev:before,
.slick-next:before {
  display: block;
  width: 51px;
  height: 54px;
}

.slick-prev {
  left: 0;
  z-index: 10;
}

.slick-prev:before {
  content: '';
  background: url(../img/case_arrow_left.png) right center no-repeat;
}

.slick-next {
  right: 30px;
  z-index: 10;
}

.slick-next:before {
  content: '';
  background: url(../img/case_arrow_right.png) right center no-repeat;
}

.target-title {
  margin-top: -70px;
}

.target-title .m-title {
  padding-bottom: 74px;
  width: 550px;
  max-width: 550px;
  background: url(../img/title_target_bg.png) left 31px bottom -10px no-repeat;
}

.target-title:before {
  background-image: url(../img/title_target_bg.gif);
}

.target-list {
  *zoom: 1;
  margin: -20px auto 0;
  width: 980px;
}

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

.target-item {
  float: left;
  margin-top: 60px;
  margin-left: 80px;
  width: 450px;
}

.target-item:nth-child(1), .target-item:nth-child(2) {
  margin-top: 0;
}

.target-item:nth-child(odd) {
  margin-left: 0;
}

.about-title:before {
  background-image: url(../img/title_about_bg.gif);
}

.about-box-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 1000px;
}

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

.about-box-title {
  margin-bottom: 23px;
}

.about-box .text-box .lead {
  margin-bottom: 40px;
}

.about-box .text-box .text {
  line-height: 2;
  font-size: 16px;
}

.about-oneworkout {
  margin-top: -40px;
}

.about-oneworkout .text-box {
  float: right;
  padding: 55px 0 0;
  width: 544px;
}

.about-oneworkout .text-box .text {
  text-indent: -.7em;
}

.about-oneworkout .pic {
  float: left;
  margin: 0;
  width: 418px;
}

.about-oneworkout .caution {
  margin: 20px auto 60px;
  width: 980px;
}

.about-case {
  *zoom: 1;
  margin: 60px auto 0;
  width: 980px;
}

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

.about-case-box {
  float: left;
  width: 480px;
  color: #7c7c7d;
}

.about-case-box.men {
  margin-left: 20px;
}

.about-case-box .about-case-text {
  padding-top: 10px;
  line-height: 1.875;
  font-size: 16px;
}

.about-clinic {
  position: relative;
  padding-top: 170px;
}

.about-clinic:before {
  transform: rotate(-6deg);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 -10%;
  width: 110%;
  height: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
  transform-origin: right center;
}

.about-clinic .about-box-title {
  margin-bottom: 55px;
}

.about-clinic .text-box {
  float: left;
  padding: 75px 0 0 20px;
  width: 470px;
}

.about-clinic .pic {
  position: relative;
  float: right;
  padding-right: 20px;
  width: 416px;
}

.about-clinic .pic:after {
  content: '';
  display: block;
  position: absolute;
  top: 124px;
  left: 0;
  width: 416px;
  height: 314px;
  background: url(../img/about_clinic_pic_cover.png) left top no-repeat;
}

.about-clinic .clinic-list {
  *zoom: 1;
  margin: 50px auto 0;
  width: 956px;
}

.about-clinic .clinic-list:after {
  content: "";
  display: table;
  clear: both;
}

.about-clinic .clinic-item {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 430px;
  height: 170px;
  border-left: 4px solid #dbe35f;
  background-position: left top;
  background-repeat: no-repeat;
}

.about-clinic .clinic-item:nth-child(odd) {
  margin-right: 85px;
}

.about-clinic .clinic-item:nth-child(1), .about-clinic .clinic-item:nth-child(2) {
  margin-top: 0;
}

.about-clinic .clinic-item .clinic-address {
  padding: 50px 0 0 15px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  color: #797979;
}

.about-clinic .clinic-item .clinic-tel {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 260px;
  height: auto;
}

.about-clinic .clinic-item .clinic-tel a {
  transform: skewX(-24deg);
  width: 255px;
  height: 36px;
}

.about-clinic .clinic-item .clinic-tel a span {
  transform: skewX(24deg);
  width: 255px;
  font-size: 18px;
}

.about-clinic .clinic-item .clinic-tel a::before {
  transform: skewX(24deg);
}

.about-clinic .clinic-item .clinic-tel a::after {
  transform: skewX(24deg);
  right: 20px;
}

.about-clinic .clinic-item .clinic-access {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 145px;
  height: 32px;
  overflow: hidden;
}

.about-clinic .clinic-item .clinic-access a {
  transform: skewX(-24deg);
  position: relative;
  display: block;
  margin-left: 15px;
  width: 145px;
  height: 32px;
  background-color: #dbe35f;
  color: #000;
  overflow: hidden;
}

.about-clinic .clinic-item .clinic-access a span {
  transform: skewX(24deg);
  display: block;
  width: 145px;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  margin-left: -15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}

.about-clinic .clinic-item .clinic-access a::before {
  transform: skewX(24deg);
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
  height: 120%;
  left: -10%;
  z-index: 0;
}

.about-clinic .clinic-item .clinic-access a::after {
  transform: skewX(24deg);
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/form_icon.png) left top no-repeat;
  background-size: auto 100%;
}

.about-clinic .clinic-item .clinic-access a:hover {
  cursor: pointer;
  color: #fff;
}

.about-clinic .clinic-item .clinic-access a:hover::before {
  left: -10%;
  width: 120%;
}

.about-clinic .clinic-item .clinic-access a:hover::after {
  background-image: url(../img/form_icon_h.png);
}

.about-clinic .clinic-item.tokyo {
  background-image: url(../img/clinic_item_tokyo_bg.gif);
}

.about-clinic .clinic-item.yokohama {
  background-image: url(../img/clinic_item_yokohama_bg.gif);
}

.about-clinic .clinic-item.nagoya {
  background-image: url(../img/clinic_item_nagoya_bg.gif);
}

.about-clinic .clinic-item.osaka {
  background-image: url(../img/clinic_item_osaka_bg.gif);
}

.about-clinic .clinic-item.hiroshima {
  background-image: url(../img/clinic_item_hiroshima_bg.gif);
}

.about-clinic .clinic-item.fukuoka {
  background-image: url(../img/clinic_item_fukuoka_bg.gif);
}

.voice .voice-title::before {
  background-image: url(../img/title_voice_bg.png);
}

.voice .box-inner {
  margin-top: -150px;
  padding-bottom: 30px;
}

.voice-list {
  position: relative;
  margin: 120px auto 0;
  width: 960px;
  height: 585px;
}

.voice-list::before, .voice-list::after {
  content: '';
  display: block;
  position: absolute;
}

.voice-list::before {
  top: -120px;
  right: -90px;
  z-index: 1;
  width: 550px;
  height: 391px;
  background: url(../img/voice_bg.png) center top no-repeat;
}

.voice-list::after {
  bottom: 0;
  left: 50px;
  z-index: 4;
  width: 361px;
  height: 218px;
  background: url(../img/voice_bg2.png) center top no-repeat;
}

.voice-item {
  position: absolute;
}

.voice .voice1 {
  top: 0;
  left: 0;
  z-index: 3;
}

.voice .voice2 {
  bottom: 50px;
  right: 0;
  z-index: 2;
}

.qa .qa-title::before {
  background-image: url(../img/title_qa_bg.png);
}

.qa .box-inner {
  width: auto;
  background: url(../img/qa_bg.png) center top no-repeat;
}

.qa-list {
  margin: 0 auto;
  width: 960px;
}

.qa-item {
  margin-top: 15px;
  height: 296px;
}

.qa-item:first-child {
  margin-top: 0;
}

.qa-item-inner {
  padding: 0 30px 0 0;
}

.qa-item-title {
  padding-top: 80px;
  width: 361px;
  text-align: center;
}

.qa-item-contents {
  margin-top: -65px;
  padding-left: 450px;
}

.qa-item-contents-title {
  padding-bottom: 35px;
}

.qa .qa1 .qa-item-title {
  padding-top: 95px;
}

.qa .qa1 .qa-item-contents {
  margin-top: -50px;
}

.qa .cv-area {
  background: none;
}

.m-doctor-title {
  margin-bottom: 15px;
}

.m-doctor .doctor-title::before {
  background-image: url(../img/title_doctor_bg.png);
}

.m-doctor-list {
  *zoom: 1;
  display: flex;
  padding-bottom: 50px;
}

.m-doctor-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-doctor-item {
  margin-left: 10px;
  width: 183px;
  background: #e4e4e4;
}

.m-doctor-item:first-child {
  margin-left: 0;
}

.m-doctor-item-contents {
  padding: 10px 0 0;
}

.m-doctor-item-title {
  padding-bottom: 5px;
  background: #fff;
}

.m-doctor-item .doctor-info {
  padding-bottom: 5px;
  padding-left: 10px;
}

.m-doctor-item .doctor-info-text {
  margin-top: 10px;
  padding-right: 10px;
  height: 198px;
  line-height: 1.5;
  font-size: 12px;
}

.m-doctor-item .doctor-info-history {
  margin-top: 10px;
}

.m-doctor-item .doctor-info-history-title {
  position: relative;
  margin-left: -5px;
}

.m-doctor-item .doctor-info-history-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}

.m-doctor-item .doctor-info-history-contents {
  *zoom: 1;
}

.m-doctor-item .doctor-info-history-contents:after {
  content: "";
  display: table;
  clear: both;
}

.m-doctor-item .doctor-info-history-list {
  padding-top: 5px;
  width: 154px;
}

.m-doctor-item .doctor-info-history-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c7bcb5;
}

.m-doctor-item .doctor-info-history-item:first-child {
  border-top: 0;
}

.m-doctor-item .doctor-info-history-item:last-child {
  border-bottom: 0;
}

.m-doctor-item .doctor-info-history-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.m-doctor-item .doctor-info-history-inner > * {
  display: table-cell;
  padding: 4px 0;
}

.m-doctor-item .doctor-info-history-year {
  width: 45px;
}

.m-doctor-item .doctor-info-history-text {
  line-height: 1.2;
}

.monitor-title:before {
  background-image: url(../img/title_monitor_bg.gif);
}

.monitor-info {
  margin: -50px auto 0;
  width: 1000px;
}

.monitor-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.monitor-table th,
.monitor-table td {
  padding: 12px 25px;
  font-size: 16px;
}

.monitor-table th {
  width: 190px;
  background-color: #dbe35f;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  color: #424242;
}

.monitor-table td {
  background-color: #e9e9e9;
  color: #606060;
}

.monitor-table .price-item {
  margin-top: 1em;
}

.monitor-table .price-item:first-child {
  margin-top: 0;
}

.monitor-table .price-title {
  margin-bottom: .7em;
  padding: .4em .4em .3em;
  background-color: #929292;
  color: #fff;
  font-weight: bold;
}

.monitor-table .price-contents {
  padding-left: .3em;
}

.monitor-table .price-contents mark {
  font-weight: bold;
}

.monitor-table .price-contents-inner {
  margin-top: .7em;
}

.monitor-table .price-contents-title {
  margin-bottom: .5em;
}

.monitor-table .price-contents-title::before {
  content: '●';
  display: inline-block;
  position: relative;
  top: -.1em;
  margin-right: .25em;
  font-size: .8em;
}

.monitor-table .price-contents .small {
  display: inline-block;
  padding-left: 2px;
  font-size: 12px;
}

.monitor-table .price .option-inner {
  margin-top: .4em;
}

.monitor-table .price .option-title {
  padding-left: 4px;
  border-left: 4px solid #929292;
  margin-bottom: .4em;
}

.monitor-table .price .title {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: .5em;
  padding: .3em .3em .2em;
  background-color: #ccc;
  font-size: .85em;
  letter-spacing: -.02em;
}

.monitor-table .price .title.monitor {
  background-color: #ff1e16;
  color: #fff;
}

.monitor-table .place {
  margin-top: .6em;
}

.monitor-table .place > * {
  margin-top: .4em;
}

.monitor-table .monitor-contents {
  background-image: url(../img/monitor_table_logo.gif);
  background-position: 18px bottom;
  background-repeat: no-repeat;
}

.monitor-table .monitor-contents-list {
  *zoom: 1;
  padding: 20px 0 0;
}

.monitor-table .monitor-contents-list:after {
  content: "";
  display: table;
  clear: both;
}

.monitor-table .monitor-contents-item {
  float: left;
  margin-left: 30px;
}

.monitor-table .monitor-contents-item:first-child {
  margin-left: 12px;
}

.monitor-table .monitor-contents-item .note {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}

.monitor-table .caution {
  margin-left: 12px;
}

.monitor-table mark {
  color: #ff1e16;
}

.monitor-table small {
  display: block;
  padding-top: 3px;
  font-size: 14px;
}

.monitor-table a {
  color: #0f40de;
}

.monitor-table a:hover {
  text-decoration: underline;
}

.monitor-table .off {
  margin: 0 0 0 10px;
  padding: 4px 3px 3px;
  background-color: #ff1e16;
  color: #fff;
}

.monitor-table .condition-item {
  margin-top: 8px;
  list-style-type: disc;
  list-style-position: inside;
}

.monitor-table .condition-item:first-child {
  margin-top: 0;
}

.monitor-table .condition-item small {
  padding-left: 1em;
}

.monitor-table .flow-item {
  margin-top: 10px;
  padding: 2px 0 2px 33px;
  padding-left: 33px;
  background-position: left top;
  background-repeat: no-repeat;
}

.monitor-table .flow-item:first-child {
  margin-top: 0;
}

.monitor-table .flow-item:nth-child(1) {
  background-image: url(../img/flow_icon1.gif);
  background-position: left top 5px;
}

.monitor-table .flow-item:nth-child(2) {
  margin-top: 4px;
  background-image: url(../img/flow_icon2.gif);
}

.monitor-table .flow-item:nth-child(3) {
  background-image: url(../img/flow_icon3.gif);
}

.monitor-table .flow-item:nth-child(4) {
  background-image: url(../img/flow_icon4.gif);
}

.monitor-table .flow-item .flow-link {
  display: inline-block;
  vertical-align: middle;
  position: static;
  top: auto;
  margin-top: -2px;
  width: 205px;
  height: auto;
}

.monitor-table .flow-item .flow-link a {
  transform: skewX(-24deg);
  width: 200px;
  height: 30px;
  color: #000;
}

.monitor-table .flow-item .flow-link a:hover {
  color: #fff;
}

.monitor-table .flow-item .flow-link a span {
  transform: skewX(24deg);
  margin-top: -.4em;
  width: 205px;
  font-size: 15px;
}

.monitor-table .flow-item .flow-link a::before {
  transform: skewX(24deg);
}

.monitor-table .flow-item .flow-link a::after {
  transform: skewX(24deg);
  right: 16px;
  margin-top: -6px;
  width: 12px;
  height: 14px;
  background-size: contain;
}

.monitor-form {
  *zoom: 1;
  margin: 0 auto;
  padding: 40px 10px 60px 0;
  width: 990px;
}

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

.monitor-form .time,
.monitor-form .form-link {
  position: static;
  float: right;
}

.monitor-form .time {
  transform: skewX(-24deg);
  overflow: hidden;
  margin-right: -20px;
  padding: 17px 25px 10px;
  background-color: #e9e9e9;
  font-size: 18px;
}

.monitor-form .time .time-inner {
  transform: skewX(24deg);
}

.monitor-form .time em {
  font-size: 26px;
}

.monitor-form .form-link span {
  font-size: 26px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
}

.bx-wrapper .bx-viewport {
  transform: translatez(0);
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/case_arrow_left.png) no-repeat left top;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/case_arrow_right.png) no-repeat right top;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 9999;
  margin-top: -16px;
  width: 51px;
  height: 54px;
  outline: 0;
  text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction .disabled {
  display: none;
}

.cv-area {
  padding: 0 0 100px;
  background: #fff;
}

.cv-area .cv-inner {
  position: relative;
  margin: 0 auto;
  width: 954px;
  height: 524px;
  border-top: 5px solid #dbe35f;
  background-image: url(../img/cv_area_top_bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

.cv-area .cv-net {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}

.cv-area .cv-span {
  position: absolute;
  right: 640px;
  bottom: 236px;
  font-size: 42px;
  letter-spacing: 2px;
  color: #dbe35f;
}

.cv-area .cv-span .week {
  vertical-align: middle;
  font-size: 15px;
}

.cv-area .cv-time {
  position: static;
  margin: 0 auto;
  padding: 15px 20px 0;
  width: 818px;
  background: #fff;
  font-size: 24px;
}

.cv-area .cv-time .time-inner {
  display: block;
  padding: 16px 0 10px;
  background: #d3d3d3;
  text-align: center;
}

.cv-area .cv-time em {
  margin-top: -7px;
  font-size: 34px;
}

.cv-area .link-area {
  position: relative;
  margin: 0 auto;
  padding: 10px 20px 15px;
  width: 818px;
  background: #fff;
}

.cv-area .form-link {
  position: static;
  width: 818px;
  height: 100px;
}

.cv-area .form-link a {
  margin: 0;
  width: 818px;
  height: 100px;
  color: #000;
}

.cv-area .form-link a span {
  width: 818px;
  font-size: 42px;
}

.cv-area .form-link a:after {
  background: url(../img/form_icon.png) left top no-repeat;
}

.cv-area .form-link a:hover {
  color: #fff;
}

.cv-area .form-link a:hover:after {
  background: url(../img/form_icon_h.png) left top no-repeat;
}

.cv-area .inquiry-link {
  margin-right: -24px;
}

.cv-area .inquiry-link a {
  margin-left: -22px;
  background-color: #dbe35f;
}

.cv-area.bottom {
  padding-top: 100px;
}

.m-privacypolicy {
  padding-bottom: 50px;
  background-color: #fff;
}

.m-privacypolicy-title {
  margin-right: auto;
  margin-left: auto;
  width: 338px;
  height: 56px;
  background-image: url(../img/privacy_title_a.png);
}

.m-privacypolicy-title img {
  transition: opacity 0.1s linear;
}

.m-privacypolicy-title.is-open img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.m-privacypolicy-contents {
  display: none;
  margin: 20px auto 0;
  padding: 30px 65px 70px;
  width: 824px;
  background-color: #e4e4e4;
}

.m-privacypolicy-contents-box {
  margin: 40px 0;
}

.m-privacypolicy-contents-box .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #cd4943;
}

.m-privacypolicy-contents-box p {
  line-height: 1.8333333333;
  font-size: 12px;
}

.m-privacypolicy-contents-box ul {
  margin: 20px 0;
}

.m-privacypolicy-contents-box li {
  padding-left: 2.5em;
  line-height: 1.8333333333;
  font-size: 12px;
  text-indent: -3em;
}

.m-privacypolicy-contents-box .reception {
  margin-top: 20px;
  padding-left: 1em;
  line-height: 1.8333333333;
  font-size: 12px;
}

.m-privacypolicy-contents-box .reception-title {
  text-indent: -1em;
}

.m-privacypolicy-contents-box .reception-tel > * {
  display: inline-block;
  padding-top: .4em;
}

.m-privacypolicy-contents-box .reception-tel-contents {
  text-indent: -.5em;
}

/*----------------------------------------------------------------------
8.	footer
----------------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  background-color: #d4d4d4;
  text-align: center;
}

.footer .f-copyright-list {
  margin-bottom: 5px;
}

.footer .f-copyright-item a, .footer .f-copyright-text {
  font-size: 14px;
  color: #7c7c7d;
}

.footer .f-copyright-item {
  display: inline-block;
}

/*----------------------------------------------------------------------
9.	ブレイクポイント
----------------------------------------------------------------------*/
@media (max-width: 1000px) {
  .header-inner {
    padding-bottom: 13px;
  }
  .header-inner .logo {
    margin-top: -13px;
  }
  .header-inner .nav {
    margin-left: -10px;
  }
  .header-inner .nav-list {
    margin-top: 10px;
  }
}
