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

File Name: 		fatbank.scss
Note: 			TC FATBANK


New Creation:
Last Change:

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

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

fieldset {
  border: 0;
}

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: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

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

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

figure {
  margin: 0;
}

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

body {
  background: url(/img/pc/container_bg.png) top center repeat-y, url(/img/pc/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.5;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(/img/pc/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(/img/pc/container_bg2.png) top center no-repeat, url(/img/pc/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  *zoom: 1;
}
#topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: " > ";
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: "";
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(/img/pc/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(/img/pc/arrow/arrow3_h.png);
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(/img/pc/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

#link_box {
  position: fixed;
  right: calc(50% - 494px - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(/img/pc/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(/img/pc/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(/img/pc/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(/img/pc/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
}
#header .h-tel .h-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
#header .h-tel .h-tab-list {
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(/img/pc/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(/img/pc/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(/img/pc/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(/img/pc/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: "";
  display: table;
  clear: both;
}
#gnavi > ul, #footer #fnavi > ul {
  position: relative;
  padding: 0 29px;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(/img/pc/nav_about_a.png?v=4);
}
#gnavi > ul > li.troubles, #footer #fnavi > ul > li.troubles {
  background-image: url(/img/pc/nav_troubles_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(/img/pc/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(/img/pc/nav_case_a.png?v=4);
}
#gnavi > ul > li.column, #footer #fnavi > ul > li.column {
  background-image: url(/img/pc/nav_column_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(/img/pc/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(/img/pc/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(/img/pc/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(/img/pc/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(/img/pc/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity 0.15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(/img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(/img/pc/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(/img/pc/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(/img/pc/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(/img/pc/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(/img/pc/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(/img/pc/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(/img/pc/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(/img/pc/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(/img/pc/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(/img/pc/ad_nav_qa_a.png?v=4);
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}
#content {
  margin: 0 auto;
  padding: 0 30px 0;
  width: 928px;
}

.area-link {
  position: relative;
  transition: opacity 0.1s linear;
}
.area-link:hover {
  opacity: 0.5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 45px;
  width: 704px;
}

#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}
* html #content {
  padding-left: 1px;
}
* + html #content {
  padding-left: 1px;
}

article aside {
  margin: 0 142px;
  padding: 0;
  border: 0;
}
#main {
  float: none;
  width: auto;
}

#topicpath {
  margin: 0 30px;
}

article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#header .lead {
  background: url(/img/pc/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}

.headline {
  position: relative;
  margin-bottom: 50px;
  width: 988px;
  height: 420px;
  background: url(/img/pc/fatbank_title_bg.png) left top no-repeat;
}
.headline-wrap {
  display: inline-block;
  margin: 48px 0 0 108px;
  text-align: center;
}
.headline-wrap .main-title {
  padding-bottom: 26px;
}
.headline-wrap .lead {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5714285714;
  font-size: 14px;
  color: #7f7875;
}
.headline-wrap .lead .emphasis {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #6c6561;
}

#main .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 4px 0 0 17px;
  height: 62px;
  background: url(/img/pc/fatbank_box_title_bg.gif) left top repeat-x;
  font-size: 16px;
  letter-spacing: 1px;
  color: #57504c;
  box-sizing: border-box;
}
#main .title .deco {
  font-size: 18px;
  font-weight: bold;
}
#main .title .deco::after {
  padding-right: 10px;
}
#main .title .text::before {
  content: "[";
}
#main .title .text::after {
  content: "]";
}
#main .recommend .title .deco::after {
  content: "ADAPTATION";
}
#main .about .title .deco::after {
  content: "ABOUT";
}
#main .achievement .title .deco::after {
  content: "ACHIEVWMENT";
}
#main .contact .title .deco::after {
  content: "CONTACT";
}

.sub-title {
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
}
.sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 16px;
  background-image: linear-gradient(to bottom, #dfd8d3 0%, #dbd4ce 14%, #dbd4ce 14%, #7e7774 50%, #7e7774 50%, #58504c 51%, #58504c 51%, #7e7774 100%);
  background-color: #dfd8d3;
}
.sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #6c6561;
}
.sub-title::before {
  position: inherit;
  margin-right: 14px;
  width: 6px;
  height: 30px;
}

.box {
  margin: 0 auto 50px;
  width: 828px;
}
.box.last {
  margin-bottom: 110px;
}
.box .term,
.box .discription,
.box .subbox-title,
.box p {
  line-height: 2;
  font-size: 1.4em;
  color: #7f7875;
}

.box-inner {
  margin: 0 auto;
  width: 794px;
}

.recommend-list {
  display: flex;
  margin-top: 4px;
}
.recommend-list__item {
  position: relative;
}
.recommend-list__item .image {
  display: inline-block;
  margin: 0;
}
.recommend-list__item .image .addition {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
  color: #7f7875;
}
.recommend-list__item .text {
  display: table;
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.recommend-list__item .text * {
  font-weight: bold;
}
.recommend-list__item .text .first-half {
  display: inline-block;
  margin-right: 4px;
  text-align: right;
  line-height: 1.3846153846;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.recommend-list__item .text .latter-half {
  display: table-cell;
  align-items: center;
  width: 140px;
  height: 162px;
  background: url(/img/pc/fatbank_recommend_list_item_text_bg.png) left top no-repeat;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  color: #fff;
}
.recommend-list__item .text .latter-half .emphasis {
  font-size: 27px;
}
.recommend-list .item-1 {
  margin: 0 20px 0 0;
}
.recommend .anti-aging,
.recommend .breast-enlargement {
  margin-top: 30px;
}
.recommend .anti-aging .recommend-list .item-1 .text {
  right: 0;
}
.recommend .anti-aging .recommend-list .item-1 .text .first-half {
  padding-top: 90px;
  -webkit-text-decoration: underline wavy #fff;
          text-decoration: underline wavy #fff;
  line-height: 1.8461538462;
  color: #fff;
  text-underline-position: under;
}
.recommend .anti-aging .recommend-list .item-2 {
  margin: 11px 0 0;
}
.recommend .anti-aging .recommend-list .item-2 .image .addition {
  padding: 8px 10px 0 220px;
}
.recommend .anti-aging .recommend-list .item-2 .text .first-half {
  padding-top: 80px;
}
.recommend .breast-enlargement .recommend-list__item {
  margin-top: 11px;
}
.recommend .breast-enlargement .recommend-list .item-1 .image {
  margin-top: -6px;
}
.recommend .breast-enlargement .recommend-list .item-1 .image .addition {
  top: auto;
  right: 140px;
  bottom: 5px;
  left: auto;
}
.recommend .breast-enlargement .recommend-list .item-1 .text {
  right: 0;
}
.recommend .breast-enlargement .recommend-list .item-1 .text .first-half {
  padding-top: 108px;
}
.recommend .breast-enlargement .recommend-list .item-2 .text .first-half {
  padding-top: 125px;
  color: #fff;
}
.recommend .breast-enlargement .recommend-list .item-2 .text .latter-half .emphasis {
  letter-spacing: -4px;
}
.recommend p.recommend-cap {
  margin-top: 30px;
  line-height: 1.3;
  font-size: 10px;
}

.about {
  position: relative;
}
.about .lead::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -80px;
  width: 240px;
  height: 318px;
  background: url(/img/pc/fatbank_about_flow_lead_bg.png) left top no-repeat;
}
.about .flow {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #7f7875;
}
.about .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .flow-list__item {
  position: relative;
  width: 190px;
}
.about .flow-list__item:nth-child(n+2):nth-last-child(n+2) .image {
  position: relative;
}
.about .flow-list__item:nth-child(n+2):nth-last-child(n+2) .image::after {
  content: "";
  position: absolute;
  top: 53px;
  left: -11px;
  width: 16px;
  height: 38px;
  background: url(/img/pc/fatbank_about_flow_list_arrow_1.png) left top no-repeat;
}
.about .flow-list__item .text {
  margin-top: 8px;
  line-height: 1.6923076923;
  font-size: 13px;
}
.about .flow-list .item-5 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  padding-top: 33px;
  width: 100%;
  text-align: center;
}
.about .flow-list .item-5::before {
  content: "";
  position: absolute;
  top: 0;
  width: 193px;
  height: 44px;
  background: url(/img/pc/fatbank_about_flow_list_arrow_2.png) left top no-repeat;
}
.about .flow-list .item-5 .image {
  width: 100%;
}
.about .flow-list .item-5 .text {
  width: 100%;
}
.about .point {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #7f7875;
}
.about .point-title {
  margin-bottom: 15px;
}
.about .point-list {
  display: flex;
  justify-content: space-between;
}
.about .point-list__item {
  position: relative;
  padding-top: 43px;
  width: 248px;
}
.about .point-list__item .item__headline {
  display: flex;
  position: absolute;
  top: 0;
  left: -7px;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #6c6561;
}
.about .point-list__item .item__headline::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
.about .point-list__item .text {
  line-height: 1.8571428571;
  font-size: 14px;
}
.about .point-list__item .text img {
  margin-bottom: 0.6em;
}
.about .point-list .item-1 .item__headline::before {
  background: url(/img/pc/fatbank_about_point_list_headline_bg_1.png) left top no-repeat;
}
.about .point-list .item-2 .item__headline::before {
  background: url(/img/pc/fatbank_about_point_list_headline_bg_2.png) left top no-repeat;
}
.about .point-list .item-3 .item__headline::before {
  background: url(/img/pc/fatbank_about_point_list_headline_bg_3.png) left top no-repeat;
}
.about .quality {
  margin-top: 30px;
  padding-bottom: 30px;
}
.about .quality .box {
  margin-bottom: 44px;
}
.about .quality dl {
  *zoom: 1;
}
.about .quality dl::after {
  content: "";
  display: table;
  clear: both;
}
.about .quality .box-inner > .info {
  margin-bottom: 35px;
}
.about .quality .box-inner > .info .term {
  margin: 16px 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-weight: bold;
}
.about .quality .box-inner > .info .pic {
  float: right;
  margin-left: 28px;
}
.about .quality .box-inner > .info .discription {
  margin-top: -7px;
}
.about .quality-list {
  *zoom: 1;
}
.about .quality-list::after {
  content: "";
  display: table;
  clear: both;
}
.about .quality-item {
  float: left;
  margin-right: 28px;
  width: 246px;
}
.about .quality-item:last-child {
  margin-right: 0;
}
.about .quality-item .term {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 16px 55px;
  padding-top: 20px;
  width: 191px;
  height: 55px;
  background-color: #f5f2f0;
  text-align: center;
  line-height: 1;
  font-size: 1.6em;
  font-weight: bold;
}
.about .quality-item .term::before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 55px;
  height: 55px;
  background-position: left top;
  background-repeat: no-repeat;
}
.about .quality-item .pic {
  float: right;
  margin-left: 12px;
}
.about .quality-item .discription {
  margin-top: -6px;
  line-height: 1.6923076923;
  font-size: 13px;
}
.about .quality-item:nth-child(1) .term::before {
  background-image: url(/img/pc/fatbank_quality_item_term_bg1.gif);
}
.about .quality-item:nth-child(2) .term::before {
  background-image: url(/img/pc/fatbank_quality_item_term_bg2.gif);
}
.about .quality-item:nth-child(3) .term::before {
  background-image: url(/img/pc/fatbank_quality_item_term_bg3.gif);
}

.achievement-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
}
.achievement-list__item {
  position: relative;
  width: 248px;
  text-align: center;
}
.achievement-list__item .image {
  margin-bottom: 10px;
  width: 248px;
  height: 180px;
}
.achievement-list__item .item__headline {
  display: block;
  position: absolute;
  top: 0;
  margin-top: 55px;
  padding: 14px 0;
  width: 100%;
  background-color: rgba(255,255,255,.85);
  line-height: 1;
}
.achievement-list__item .item__headline .headline__wrap {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #57504c;
}
.achievement-list__item .item__headline .headline__wrap .emphasis {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  padding-top: 6px;
  font-size: 23px;
  font-weight: bold;
}
.achievement-list__item .text {
  line-height: 1.4285714286;
  font-size: 14px;
}
.achievement-list .item-1 .image {
  background: url(/img/pc/fatbank_achievement_list_image_1.png) left top no-repeat;
}
.achievement-list .item-2 .image {
  background: url(/img/pc/fatbank_achievement_list_image_2.png) left top no-repeat;
}
.achievement-list .item-3 .image {
  background: url(/img/pc/fatbank_achievement_list_image_3.png) left top no-repeat;
}

.contact .box-inner .text {
  margin-bottom: 28px;
}
.contact .info {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  padding: 30px 30px 0;
  width: 619px;
  height: 124px;
  background-color: #f5f2f0;
}
.contact .term,
.contact .counseling-btn {
  display: table-cell;
  vertical-align: top;
}
.contact .term {
  position: relative;
}
.contact .term::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -27px;
  width: 1px;
  height: 92px;
  border-right: 1px solid #fff;
  background-color: #c7bcb5;
}
.contact .cv {
  justify-content: flex-end;
}
.contact .cv .lead {
  margin-right: 1em;
}
.contact .cv .button {
  padding: 5px 0 0 55px;
  text-align: right;
}
.contact .cv .button a {
  display: inline-block;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.contact .cv .button a:hover {
  opacity: 0.6;
  color: #f5f2f0 !important;
}
.contact .cv .button a .inner-text {
  display: block;
  padding: 0 34px;
  background: url(/img/pc/arrow/arrow16.png) right 6px center no-repeat;
  line-height: 2.375;
  font-size: 1.6em;
  white-space: nowrap;
}
.contact .cv .button a::after {
  content: "24時間以内に返答します";
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: 20%;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
#footer .f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(/img/pc/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(/img/pc/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(/img/pc/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
}
#footer .sitemap::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap {
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap ul {
  *zoom: 1;
}
#footer .sitemap ul::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul {
  clear: both;
  background: url(/img/pc/footer_sitemap_bg.gif) left top repeat-x, url(/img/pc/footer_sitemap_bg.gif) left 42px repeat-x, url(/img/pc/footer_sitemap_bg.gif) left 84px repeat-x, url(/img/pc/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(/img/pc/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(/img/pc/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: 0.5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: 0.8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(/img/pc/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}
/*# sourceMappingURL=fatbank.css.map */
