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

File Name: 		index.scss
Note: 			インデックス用SCSSファイル


New Creation: 	2014/10/23 20: 41: 11.
Last Change: 	2014/12/04 16: 42: 57.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

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

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

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

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

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

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

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

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 {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

textarea {
  vertical-align: top;
}

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

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

a, a::before, a::after {
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -o-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}

a > * {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

a:hover {
  text-decoration: underline;
}

a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container::before, #container::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}

#container::before {
  left: 0;
  background: url(../img/repair_bg.gif) right top #004a6b;
}

#container::after {
  right: 0;
  background: url(../img/firsttime_bg.gif) left top #c6285d;
}

#container > * {
  z-index: 2;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  text-align: center;
}

#header h1 {
  background: url(../img/h1_bg.png) repeat-x;
  line-height: 20px;
  color: #fff;
}

#header {
  margin-bottom: 90px;
}

#header h1 {
  position: absolute;
  top: 0;
  width: 100%;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  position: relative;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.box {
  *zoom: 1;
}

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

.box > * {
  margin: 0 auto;
  width: 960px;
}

.box > .title {
  width: auto;
  background: url(../img/box_title_bg.gif) left bottom repeat-x;
  text-align: center;
}

.box {
  margin-bottom: 80px;
}

.box > .title {
  margin-bottom: 50px;
}

.box .form-list {
  clear: both;
}

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

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

.box-item {
  float: left;
}

.box-item .text {
  text-align: justify;
  color: #fff;
}

.box-item .pic {
  *zoom: 1;
  margin-bottom: 10px;
}

.box-item .pic:after {
  content: "";
  display: table;
  clear: both;
}

.box-item .pic .text {
  line-height: 1.5;
  font-size: 1.2em;
}

.box-item .case-info {
  margin-bottom: 30px;
  line-height: 1.2;
}

.img-item {
  float: left;
}

.point-item {
  float: left;
  width: 209px;
}

.point-item .title {
  margin-bottom: 13px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fee482;
  text-align: center;
}

.point-item .text {
  min-height: 7.8571428571em;
  line-height: 1.5714285714;
  font-size: 1.4em;
}

.point-item.no1 {
  margin-right: 22px;
}

.case .box-item {
  width: 440px;
}

.case .box-item > .title {
  margin-bottom: 15px;
  padding: 9px 0;
  background: #000;
  text-align: center;
}

.case .box-item > .subtitle {
  position: relative;
  margin-bottom: 50px;
  padding: 16px 0 0;
  height: 52px;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
}

.case .box-item > .subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.case .repair {
  margin-right: 40px;
}

.case .repair > .subtitle {
  background-image: url(../img/index_repair_title_bg.png);
}

.case .repair .img-item.no1 {
  margin-bottom: 5px;
}

.case .repair .img-item.no2 {
  float: right;
  margin-left: 7px;
}

.case .firsttime {
  margin-left: 40px;
}

.case .firsttime > .subtitle {
  background-image: url(../img/index_firsttime_title_bg.png);
}

.case .firsttime .img-item.no1 {
  margin-right: 7px;
}

.case .firsttime .img-item.no2 {
  margin-bottom: 5px;
}

.thighs {
  margin-bottom: 160px;
}

.form {
  *zoom: 1;
  margin: 0 auto 40px;
  width: 960px;
}

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

.form .repair {
  padding-right: 33px;
  width: 447px;
  background: url(../img/index_form_repair_bg.gif);
}

.form .repair .title {
  margin-bottom: 25px;
}

.form .firsttime {
  padding-left: 40px;
  width: 440px;
  background: url(../img/index_form_firsttime_bg.gif);
}

.form .firsttime .title {
  margin-bottom: 42px;
}

.form-item {
  margin-bottom: 20px;
}

.form-item:last-child {
  margin: 0;
}

.form-item.bodycounseling {
  background: url(../img/button_bodycounseling_h.png) left top no-repeat;
}

.form-item.counseling {
  width: 457px;
  background: url(../img/button_counseling_h.png) left top no-repeat;
}

.form-item.mail {
  background: url(../img/button_mail_h.png) left top no-repeat;
}

.reason {
  margin: 180px 0 60px;
}

.reason .subtitle {
  margin-bottom: 30px;
  text-align: center;
}

.reason .reason-item {
  *zoom: 1;
  margin-bottom: 100px;
}

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

.reason .reason-item .title {
  text-align: center;
}

.reason .reason-item > .title {
  margin-bottom: 50px;
}

.reason .box-item {
  float: left;
  padding-top: 61px;
  width: 440px;
  background: url(../img/index_reason_bg_header.png) left top no-repeat;
}

.reason .box-item .item-inner {
  padding-bottom: 39px;
  height: 214px;
  background: url(../img/index_reason_bg_footer.png) left bottom no-repeat;
}

.reason .box-item .title {
  margin-bottom: 40px;
  font-size: 2em;
  color: #fff;
}

.reason .box-item .pic {
  float: right;
  margin: 0 0 0 22px;
}

.reason .box-item .text {
  overflow: hidden;
  line-height: 1.5714285714;
  font-size: 1.4em;
}

.reason .box-item.repair {
  margin-right: 40px;
}

.reason .box-item.firsttime {
  margin-left: 40px;
}

.reason .box-item.firsttime .pic {
  float: left;
  margin: 0 22px 0 0;
}

.info {
  margin: 180px 0 100px;
  padding: 60px 0;
  background: #e3e2e0;
}

.info .box-inner > .title {
  padding: 25px 0 27px;
  border: 2px solid #fff;
  border-bottom: 0;
  background: url(../img/index_info_title_bg.gif) left top repeat-x;
  text-align: center;
}

.info .box-item {
  float: none;
  background: #fff;
}

.info .form {
  *zoom: 1;
  margin: 0;
  padding: 40px 0 27px 57px;
  width: 903px;
  border-bottom: 1px solid #c8c5c2;
}

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

.info .lead {
  float: left;
  margin-right: 22px;
  padding: 40px 0 33px 163px;
  background: url(../img/index_info_form_bg.jpg) left center no-repeat;
}

.info .form-list {
  clear: none;
}

.info .form-item {
  float: left;
  margin-right: 12px;
  width: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.info .form-item:last-child {
  margin: 0;
}

.info .form-item img {
  display: block;
  margin: 0 auto 10px;
}

.info .form-item a img {
  margin: 0;
}

.info .form-item.mail {
  background-image: url(../img/index_info_form_mail_h.gif);
}

.info .form-item.counseling {
  background-image: url(../img/index_info_form_counseling_h.gif);
}

.info .clinic {
  padding: 27px 0 40px 57px;
  background: url(../img/index_info_clinic_bg.gif) 638px 21px no-repeat #fff;
}

.info .clinic-item {
  margin-bottom: 20px;
}

.info .clinic-item:last-child {
  margin: 0;
}

.info .clinic-item .title {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 142px;
  height: 25px;
}

.info .clinic-item .title img {
  position: absolute;
  bottom: 0;
}

.info .clinic-item .tel {
  line-height: 25px;
  font-size: 1.2em;
  color: #c5c6c6;
}

.info .clinic-item .tel img {
  margin: 0 7px 2px 0;
}

.info .clinic-item .tel span {
  font-size: 0.8333333333em;
}

.box .repair .bodycounseling {
  width: 447px;
  background-image: url(../img/pc/button_bodycounseling_s_bg.png);
}

.firsttime .upperarm {
  width: 456px;
  background-image: url(../img/pc/button_upperarm_bg.png);
}

.firsttime .abdomen {
  width: 459px;
  background-image: url(../img/pc/button_abdomen_bg.png);
}

.firsttime .thigh {
  width: 455px;
  background-image: url(../img/pc/button_thigh_bg.png);
}

.firsttime .liposuction {
  background-image: url(../img/pc/button_liposuction_bg.png);
}

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

.copyright {
  background: #7e7672;
  text-align: center;
  line-height: 20px;
  font-size: 1.2em;
  color: #fff;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/

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