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

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

.mainvisual {
  width: 100%;
}

.mainvisual img {
  width: 100%;
}

.doctor-introduce {
  *zoom: 1;
  background-size: 100% 91px;
  padding: 4%;
  background: url(../img/index_doctor_introduce_bg.jpg) left top no-repeat #f6f7f7;
}

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

.doctor-introduce h1 {
  background-size: 65% auto;
  float: right;
  padding-bottom: 7%;
  width: 60%;
  /* background: url(../img/index_doctor_introduce_sign.png) right bottom no-repeat; */
}

.doctor-introduce h1 span {
  display: block;
  padding: 5% 0;
  line-height: 1.4;
  font-size: 1.2rem;
}

.doctor-introduce h1 img {
  width: 80%;
}

.doctor-introduce .pic {
  box-sizing: border-box;
  float: left;
  padding-right: 5%;
  width: 40%;
  max-width: 213px;
}

.doctor-introduce .comment {
  clear: both;
  padding-top: 2%;
}

.doctor-introduce .link-button {
  padding-top: 5%;
}

.doctor-introduce .link-button a::after {
  width: 6%;
  background-image: url(../img/arrow_plus.png);
}

.doctor-introduce .link-button.close a::after {
  background-image: url(../img/arrow_minus.png);
}

.three-trouble .trouble-list {
  padding-bottom: 0;
}

.three-trouble .trouble-list .trouble-item a {
  padding-left: 20%;
}

.three-trouble .trouble-list .trouble-item.hyaluronan a {
  background-size: 15% auto;
  background-image: url(../img/index_three_trouble_hyaluronan_bg.png);
  background-position: 3% 20%;
  background-repeat: no-repeat;
}

.three-trouble .trouble-list .trouble-item.silicon a {
  background-size: 15% auto;
  background-image: url(../img/index_three_trouble_silicon_bg.png);
  background-position: 3% 20%;
  background-repeat: no-repeat;
}

.three-trouble .trouble-list .trouble-item.fat a {
  background-size: 15% auto;
  background-image: url(../img/index_three_trouble_fat_bg.png);
  background-position: 3% 20%;
  background-repeat: no-repeat;
}

.qa .link-button {
  background-color: #E2EFF2;
}

.qa .link-button a {
  width: 87%;
}

.echo .medicalrecord {
  margin-top: 5%;
}

.echo .link-button {
  margin: 0 0 5%;
}

.echo .link-button a {
  width: 87%;
}

.blog-banner {
  padding: 5%;
  width: 90%;
  background: #FFF;
}

.blog-banner img {
  width: 100%;
}

.staff-blog {
  padding: 0 5% 5%;
  width: 90%;
  background: #FFF;
}

.staff-blog img {
  width: 100%;
}

/*----------------------------------------------------------------------
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%;
}
