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

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

File Name:		index.scss
Note:			index用SCSSファイル


New Creation:	2014/08/12.


Created By		Takumi Ohchi

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

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

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

body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  line-height: 1;
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1rem;
  color: #585858;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
div,
p,
ul,
ol,
dl,
form,
table,
address,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
}

a,
strong,
span,
input,
textarea,
select,
label {
  font-weight: normal;
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  margin: .5em 0;
  height: .1em;
  border: none;
  border-top: solid .1em #c7bcb5;
}

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

a {
  color: #3A6A89;
}

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

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav-box {
  padding: 4% 0;
  background-color: #0E6876;
}

.nav-box .nav .nav-list {
  *zoom: 1;
  padding: 0 4%;
}

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

.nav-box .nav .nav-list .nav-item {
  float: left;
  width: 32%;
}

.nav-box .nav .nav-list .nav-item img {
  width: 100%;
}

.nav-box .nav .nav-list .nav-item:nth-child(2), .nav-box .nav .nav-list .nav-item:nth-child(5) {
  padding: 0 2%;
}

.nav-box .nav .nav-list .nav-item:nth-child(4), .nav-box .nav .nav-list .nav-item:nth-child(5), .nav-box .nav .nav-list .nav-item:nth-child(6) {
  padding-top: 2%;
}

.nav-box .nav-beginner {
  margin: 0 auto;
  padding-top: 2%;
  width: 92%;
}

.nav-box .nav-beginner img {
  width: 100%;
}

.nav-box .suggestion {
  padding-top: 4%;
}

.suggestion {
  padding: 0 0 2%;
  background: #0E6876;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}

.contact-box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.contact-box li {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE7DCAA', endColorstr='#FFCBB444');
  background-image: -owg-linear-gradient(top, #e7dcaa 0%, #d3bf5f 50%, #cbb444 100%);
  background-image: linear-gradient(top, #e7dcaa 0%, #d3bf5f 50%, #cbb444 100%);
  display: table-cell;
  border: 1px solid #c4af57;
  border-top: 2px solid #daca7b;
  border-bottom: 2px solid #daca7b;
  background-color: #e7dcaa;
  vertical-align: middle;
}

.contact-box li a {
  display: block;
  padding: 12px 2% 11px 26%;
  border-right: 2px solid #f9f1b7;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #714423;
}

.contact-box li:first-child {
  border-left: none;
}

.contact-box li:last-child {
  border-right: none;
}

.contact-box li:last-child a {
  border-right: none;
}

.contact-box li.mail a {
  padding-left: 33%;
  background: url(../img/icon_mail.png) 7% center no-repeat;
  background-size: 23% auto;
  letter-spacing: -.05em;
}

.contact-box li.pmail a {
  padding-left: 42%;
  background: url(../img/icon_pmail.png) 8% center no-repeat;
  background-size: 29% auto;
  letter-spacing: -.05em;
}

.contact-box li.counseling a {
  padding-left: 28%;
  background: url(../img/icon_counseling.png) 8% center no-repeat;
  background-size: 17% auto;
  letter-spacing: -.05em;
}

.link-button {
  width: 100%;
  text-align: center;
}

.link-button a {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFC1C1C2');
  background-image: -owg-linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  background-image: linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  border-radius: 6px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  width: 94%;
  border: 1px solid #9fa0a0;
  background-color: #fefefe;
  text-decoration: none;
  font-size: 1.6rem;
  color: #585858;
}

.link-button a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  width: 5%;
  height: 100%;
  background: url(../img/arrow_right.png) left center no-repeat;
  background-size: 100% auto;
}

.link-button.small a {
  box-sizing: border-box;
  margin: 0 0 0 60%;
  padding: 3% 0 3% 3%;
  width: 36%;
  text-align: left;
  font-size: 1.2rem;
}

.link-button.small a::after {
  width: 9%;
}

.topicpath {
  margin: 1px auto;
  width: 100%;
  background: #8CC0BB;
}

.topicpath ol {
  *zoom: 1;
}

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

.topicpath ol li {
  position: relative;
  float: left;
  padding: 5px 14px;
  text-align: left;
  text-decoration: none;
  line-height: 1.25;
  font-size: 1.4rem;
  color: #FFF;
}

.topicpath ol li a {
  text-decoration: none;
  color: #FFF;
}

.topicpath ol li::after {
  transform: skew(-30deg);
  content: '';
  display: block;
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 1000;
  width: 1px;
  height: 52%;
  border-right: 2px solid white;
  background: #8CC0BB;
}

.topicpath ol li::before {
  transform: skew(30deg);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 1000;
  width: 1px;
  height: 52%;
  border-right: 2px solid white;
  background: #8CC0BB;
}

.topicpath ol li:first-child {
  padding: 5px 14px 5px 10px;
}

.flow-contact-box {
  display: none;
}

.flow-contact-box.fixed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid #999;
}

.flow-contact-box.fixed::before {
  content: 'まずは無料カウンセリングでエコー診断を';
  display: block;
  padding: 4px 0 3px;
  width: 100%;
  background: #0E6876;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}

.pager {
  *zoom: 1;
  margin: 15px 0;
  padding: 8px 0;
  background: #FFF;
}

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

.pager .page-prev {
  float: left;
  margin-left: .3em;
  font-size: 1.6rem;
}

.pager .page-prev a {
  display: block;
  position: relative;
  padding: .3em;
  text-decoration: none;
}

.pager .page-prev a::before {
  content: '＜';
  display: inline-block;
  padding-right: 5px;
}

.pager .page-next {
  float: right;
  margin-right: .3em;
  font-size: 1.6rem;
}

.pager .page-next a {
  display: block;
  position: relative;
  padding: .5em;
  text-decoration: none;
}

.pager .page-next a::after {
  content: '＞';
  display: inline-block;
  padding-left: 5px;
}

.pager .page-num {
  *zoom: 1;
  text-align: center;
}

.pager .page-num:after {
  content: "";
  display: table;
  clear: both;
}

.pager .page-num li {
  display: inline-block;
  font-size: 1.6rem;
}

.pager .page-num li a {
  display: block;
  padding: .3em;
  text-decoration: none;
}

.pager .page-num li.page-first a::after {
  content: '…';
}

.pager .page-num li.page-last a::before {
  content: '…';
}

.pager .page-num li.current {
  padding: .3em;
  background: #999;
  color: #FFF;
}

.link-list {
  padding-bottom: 5%;
}

.link-list .link-item {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFC1C1C2');
  background-image: -owg-linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  background-image: linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  border-top: 2px solid #9FA0A0;
  background-color: #fefefe;
}

.link-list .link-item a {
  display: block;
  position: relative;
  padding: 6% 10% 6% 30%;
  text-decoration: none;
}

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

.link-list .link-item a::before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E6E6', endColorstr='#FF9FA0A0');
  background-image: -owg-linear-gradient(top, #e5e6e6 0%, #d6d7d7 67%, #9fa0a0 100%);
  background-image: linear-gradient(top, #e5e6e6 0%, #d6d7d7 67%, #9fa0a0 100%);
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background-color: #e5e6e6;
}

.link-list .link-item a::after {
  content: '';
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background: url(../img/arrow_right.png) center no-repeat;
  background-size: 50% auto;
}

.link-list .link-item a dl dt {
  padding-bottom: 5px;
  font-size: 1.6rem;
  color: #0E6876;
}

.link-list .link-item a dl dd {
  line-height: 1.4;
  font-size: 1.25rem;
  color: #727171;
}

.link-list .link-item.current {
  position: relative;
}

.link-list .link-item.current::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/current_cover.png) left top repeat;
}

/*----------------------------------------------------------------------
4.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.logo {
  width: 100%;
}

.logo img {
  width: 100%;
}

.h-home,
.h-menu {
  position: absolute;
  top: 9%;
  width: 14%;
}

.h-home img,
.h-menu img {
  width: 100%;
}

.h-home {
  left: 3%;
}

.h-menu {
  right: 3%;
  background: url(../img/h_menu_a.png) left top no-repeat;
  background-size: 100% 100%;
}

.h-menu a > * {
  display: block;
  transition: opacity .15s linear;
}

.h-menu a.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.drawer {
  display: none;
}

/*----------------------------------------------------------------------
5.	#content
----------------------------------------------------------------------*/
#content {
  background: url(../img/content_bg.jpg) left top repeat;
  background-size: 60px;
}

.main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0E6877', endColorstr='#FF4D9099');
  background-image: -owg-linear-gradient(top, #0e6877 6%, #4d9099 98%);
  background-image: linear-gradient(top, #0e6877 6%, #4d9099 98%);
  padding: 3%;
  border-top: 2px solid #08464C;
  border-bottom: 1px solid #0b5559;
  background-color: #0e6877;
  line-height: 1.25;
  font-size: 1.8rem;
  color: #FFF;
}

.text {
  line-height: 1.6;
  font-size: 1.4rem;
}

.pic img {
  width: 100%;
}

.pic.right, .pic.left {
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 5px;
  width: 60%;
  background: url(../img/content_bg.jpg) left top repeat;
}

.pic.right {
  float: right;
  padding-left: 15px;
}

.pic.left {
  float: left;
  padding-right: 10px;
}

mark {
  background: none;
  color: #D83063;
}

/*----------------------------------------------------------------------
6.	#main
----------------------------------------------------------------------*/
.lead {
  padding: 4%;
}

.lead h1 {
  padding-bottom: 8px;
}

.lead .text {
  background: url(../img/line.png) left -2px repeat;
  line-height: 26px;
}

.lead-box dl dt {
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #849ba6;
  font-size: 1.5rem;
  font-weight: bold;
  color: #727171;
}

.accordion-box {
  margin-bottom: 1%;
  padding: 0 4%;
}

.accordion-box .taggle {
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99B0BD', endColorstr='#FF12768A');
  background-image: -owg-linear-gradient(top, #99b0bd 0%, #5f8ea0 50%, #12768a 100%);
  background-image: linear-gradient(top, #99b0bd 0%, #5f8ea0 50%, #12768a 100%);
  position: relative;
  padding: 4% 0 4% 3%;
  border: 1px solid #DFE3E7;
  background-color: #99b0bd;
  font-size: 1.6rem;
  color: #FFF;
}

.accordion-box .taggle::before {
  content: 'OPEN';
  display: block;
  position: absolute;
  top: 55%;
  right: 12%;
  margin-top: -.5em;
  font-size: 1.2rem;
  font-weight: normal;
  color: #0E6876;
}

.accordion-box .taggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  width: 7%;
  height: 100%;
  background: url(../img/arrow_plus.png) left center no-repeat;
  background-size: 100% auto;
}

.accordion-box .taggle.is-open::before {
  content: 'CLOSE';
}

.accordion-box .taggle.is-open::after {
  background-image: url(../img/arrow_minus.png);
}

.accordion-box .accordion-detail {
  *zoom: 1;
  display: none;
  padding: 2% 0 4%;
}

.accordion-box .accordion-detail:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-box .accordion-detail .text {
  background: url(../img/line.png) left -2px repeat;
  line-height: 26px;
}

.accordion-box .close {
  padding: 5% 0 0 72%;
  width: 27%;
}

.accordion-box .close a {
  border-radius: 4px;
  padding: 10% 3% 9% 15%;
  width: 82%;
  text-align: left;
  font-size: 1.2rem;
}

.accordion-box .close a::after {
  width: 20%;
  background-image: url(../img/arrow_accordion_close.png);
  background-position: left 45%;
}

.qa .qa-list .qa-item {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #72959f;
  background-color: #E2EFF2;
}

.qa .qa-list .qa-item:first-child {
  border-top: none;
}

.qa .qa-list .qa-item.new a {
  background: url(../img/qa_icon_new.png) 95% 9% no-repeat;
  background-size: 14% auto;
}

.qa .qa-list .qa-item a {
  display: block;
  padding: 3% 3% 4%;
  text-decoration: none;
}

.qa .qa-list .qa-item a dl dt {
  padding-bottom: 10px;
  font-size: 1.25rem;
  color: #666565;
}

.qa .qa-list .qa-item a dl dd {
  padding-top: 1%;
  padding-left: 9%;
  background: url(../img/icon_qa.png) left top no-repeat;
  background-size: 7% auto;
  line-height: 1.3333333333;
  font-size: 1.5rem;
  color: #0E6876;
}

.qa .link-button {
  padding: 5% 0;
}

/* Preload images */
a.zoom {
  text-decoration: none;
}

a.zoom::after {
  box-sizing: border-box;
  content: '拡大する';
  display: block;
  margin-top: 5px;
  padding: 7px 25px 1px 40%;
  width: 100%;
  background: url(../img/icon_zoom.png) right top no-repeat;
  background-size: 20px auto;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #595757;
}

a.zoom2 {
  display: block;
  position: relative;
}

a.zoom2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/icon_zoom.png) right top no-repeat;
  background-size: 20px auto;
}

body::after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.lightbox {
  position: absolute;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 4px;
  background-color: white;
  *zoom: 1;
}

.lb-outerContainer::after {
  content: '';
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  left: 0;
  float: left;
  width: 34%;
  background: url(../img/prev.png) left 48% no-repeat;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  right: 0;
  float: right;
  width: 64%;
  background: url(../img/next.png) right 48% no-repeat;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer::after {
  content: '';
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  float: left;
  width: 85%;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  line-height: 1em;
  font-size: 13px;
  font-weight: bold;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  outline: none;
  background: url(../img/close.png) top right no-repeat;
  opacity: .7;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  opacity: 1;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.medicalrecord {
  margin: 0 auto;
  width: 92%;
}

.medicalrecord h1 {
  margin-bottom: 5%;
  padding: 2% 0;
  background: #ABADAC;
  text-align: center;
  line-height: 1.25;
  font-size: 1.3rem;
  color: #FFF;
}

.medicalrecord .link-button.small {
  margin-bottom: 5%;
}

.medicalrecord .link-button.small a {
  margin-left: 61%;
  width: 39%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item {
  margin: 0 auto 2%;
  max-width: 292px;
  border: 1px solid #B5B6B6;
  background: url(../img/medicalrecord_bg.gif) left top no-repeat;
  background-size: 100% auto;
}

.medicalrecord .medicalrecord-list .medicalrecord-item:last-child {
  margin-bottom: 5%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item a {
  text-decoration: none;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box {
  position: relative;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .no {
  padding: 17% 0 11% 3%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .no em {
  font-size: 1.5rem;
  color: #0E6876;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category-icon {
  position: absolute;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category-icon img {
  width: 100%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category-icon.hyaluronicacid {
  top: 20%;
  left: 23%;
  width: 9%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category-icon.fattransfer {
  top: 21%;
  left: 22%;
  width: 10%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category-icon.siliconbag {
  top: 25%;
  left: 22%;
  width: 10%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .category {
  position: absolute;
  top: 21%;
  left: 36%;
  font-size: 1.5rem;
  color: #727171;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .age,
.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .sex,
.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .date {
  position: absolute;
  top: 76%;
  font-size: 1.2rem;
  color: #0E6876;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .age {
  left: 28%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .sex {
  left: 46%;
}

.medicalrecord .medicalrecord-list .medicalrecord-item .medicalrecord-box .date {
  right: 12%;
}

.link-list .link-item.stiffness a {
  background-size: 24% auto;
  background-image: url(../img/fattransfer_link_icon_stiffness.png);
  background-position: 5% 30%;
  background-repeat: no-repeat;
}

.link-list .link-item.fatnecrosis a {
  background-size: 24% auto;
  background-image: url(../img/fattransfer_link_icon_fatnecrosis.png);
  background-position: 5% 30%;
  background-repeat: no-repeat;
}

.link-list .link-item.calcification a {
  background-size: 24% auto;
  background-image: url(../img/fattransfer_link_icon_calcification.png);
  background-position: 5% 30%;
  background-repeat: no-repeat;
}

.link-list .link-item.infection a {
  background-size: 24% auto;
  background-image: url(../img/fattransfer_link_icon_infection.png);
  background-position: 5% 30%;
  background-repeat: no-repeat;
}

.remedy {
  margin-bottom: 5%;
}

/*============================
しこり
============================*/
#stiffness .symptoms .pic {
  padding-top: 5%;
}

#stiffness .symptoms .pic .note {
  display: block;
  padding-top: 2%;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #585858;
}

#stiffness .cause .cause-list {
  *zoom: 1;
  padding-top: 5%;
}

#stiffness .cause .cause-list:after {
  content: "";
  display: table;
  clear: both;
}

#stiffness .cause .cause-list .cause-item {
  position: relative;
  float: left;
  padding-left: 2%;
  width: 32%;
}

#stiffness .cause .cause-list .cause-item:first-child {
  padding-left: 0;
}

#stiffness .cause .cause-list .cause-item:first-child::after {
  display: none;
}

#stiffness .cause .cause-list .cause-item .cause-box dt,
#stiffness .cause .cause-list .cause-item .cause-box .note {
  padding: 3% 0;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  color: #FFF;
}

#stiffness .cause .cause-list .cause-item .cause-box dt {
  background: #a1bcc1;
}

#stiffness .cause .cause-list .cause-item .cause-box .note {
  padding: 3%;
  height: 4em;
  background: #7BA6AE;
}

#stiffness .remedy .case-study {
  background-size: 100% auto;
  margin: 5% auto 0;
  padding: 3% 0 2%;
  width: 100%;
  background: url(../img/hyaluronicacid_lump_remedy_case_study_bg.png) left top repeat;
}

#stiffness .remedy .case-study h1 {
  padding: 2% 0;
  border-top: 1px solid #8299A4;
  border-bottom: 1px solid #8299A4;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  color: #FFF;
}

#stiffness .remedy .case-study h1::before, #stiffness .remedy .case-study h1::after {
  display: none;
}

#stiffness .remedy .case-study .step-list {
  margin: 0 auto;
  width: 70%;
}

#stiffness .remedy .case-study .step-list .step-item {
  background-size: 6% auto;
  margin-bottom: 3%;
  padding-bottom: 8%;
  background: url(../img/hyaluronicacid_lump_remedy_case_study_arrow.png) bottom center no-repeat;
}

#stiffness .remedy .case-study .step-list .step-item img {
  width: 100%;
}

#stiffness .remedy .case-study .step-list .step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#stiffness .remedy .case-study .text {
  margin: 0 auto;
  padding-top: 5%;
  width: 90%;
  background-image: none !important;
  color: #FFF;
}

/*============================
脂肪壊死
============================*/
#fatnecrosis .symptoms .pic {
  padding-top: 5%;
}

#fatnecrosis .symptoms .pic .note {
  display: block;
  padding-top: 2%;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #585858;
}

#fatnecrosis .cause .cause-list {
  *zoom: 1;
  padding-top: 5%;
}

#fatnecrosis .cause .cause-list:after {
  content: "";
  display: table;
  clear: both;
}

#fatnecrosis .cause .cause-list .cause-item {
  position: relative;
  float: left;
  padding-left: 2%;
  width: 32%;
}

#fatnecrosis .cause .cause-list .cause-item:first-child {
  padding-left: 0;
}

#fatnecrosis .cause .cause-list .cause-item:first-child::after {
  display: none;
}

#fatnecrosis .cause .cause-list .cause-item .cause-box dt,
#fatnecrosis .cause .cause-list .cause-item .cause-box .note {
  padding: 3% 0;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  color: #FFF;
}

#fatnecrosis .cause .cause-list .cause-item .cause-box dt {
  background: #a1bcc1;
}

#fatnecrosis .cause .cause-list .cause-item .cause-box .note {
  padding: 3%;
  height: 4em;
  background: #7BA6AE;
}

#fatnecrosis .avoidance .case {
  padding-top: 5%;
}

#fatnecrosis .avoidance .case .title {
  padding-bottom: 2%;
  font-size: 1.4rem;
  color: #0E6876;
}

#fatnecrosis .avoidance .case .case-list .case-item {
  padding-bottom: 5%;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dt {
  margin-bottom: 2%;
  padding: 3% 0;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list {
  *zoom: 1;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list:after {
  content: "";
  display: table;
  clear: both;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list .step-item {
  float: left;
  width: 43%;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list .step-item:last-child {
  position: relative;
  padding-left: 14%;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list .step-item:last-child::after {
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  width: 14%;
  height: 100%;
  background: url(../img/arrow_right_blue.png) left 40% no-repeat;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list .step-item dt {
  margin-bottom: 0;
  padding: 0;
}

#fatnecrosis .avoidance .case .case-list .case-item .case-box dd .step-list .step-item dd {
  padding-top: 2%;
  line-height: 1.5;
  font-size: 1.2rem;
}

#fatnecrosis .avoidance .case .case-list .case-item.after .case-box dt {
  background-color: #a1bcc1;
}

#fatnecrosis .avoidance .case .case-list .case-item.theday .case-box dt {
  background-color: #f1a0a1;
}

#fatnecrosis .avoidance .case .case-list .case-item.theday .case-box dd .step-list .step-item:last-child::after {
  background-image: url(../img/arrow_right_pink.png);
}

/*============================
石灰化
============================*/
#calcification .symptoms .pic {
  padding-top: 5%;
}

#calcification .symptoms .pic .note {
  display: block;
  padding-top: 2%;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #585858;
}

#calcification .avoidance .case {
  padding-top: 5%;
}

#calcification .avoidance .case .title {
  padding-bottom: 2%;
  font-size: 1.4rem;
  color: #0E6876;
}

#calcification .avoidance .case .case-list {
  *zoom: 1;
}

#calcification .avoidance .case .case-list:after {
  content: "";
  display: table;
  clear: both;
}

#calcification .avoidance .case .case-list .case-item {
  position: relative;
  float: left;
  padding-left: 2%;
  width: 32%;
}

#calcification .avoidance .case .case-list .case-item:first-child {
  padding-left: 0;
}

#calcification .avoidance .case .case-list .case-item:first-child::after {
  display: none;
}

#calcification .avoidance .case .case-list .case-item .case-box dt,
#calcification .avoidance .case .case-list .case-item .case-box .note {
  padding: 3% 0;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  color: #FFF;
}

#calcification .avoidance .case .case-list .case-item .case-box dt {
  background: #a1bcc1;
}

#calcification .avoidance .case .case-list .case-item .case-box .note {
  padding: 3%;
  height: 4em;
  background: #7BA6AE;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer .copyright {
  padding: 5px 1%;
  border: 1px solid #9aabb3;
  background-color: #0E6876;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #FFF;
}

#pagetop {
  width: 50px;
}

#pagetop img {
  width: 100%;
}
