@charset "UTF-8";
.c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.c-button a:hover {
  color: #f5f2f0 !important;
}
.c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.c-button a .inner-text::before, .c-button a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.c-button.line .inner-text::after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.c-button.attribute a::after {
  content: attr(data-subtext);
}
.c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}

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

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.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#topicpath {
  padding-right: 30px;
  padding-left: 30px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  padding-right: 0;
  padding-left: 0;
  width: 988px;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: none;
  width: auto;
}

.p-hero {
  margin-bottom: 50px;
}

.p-box {
  margin: 0 80px;
}
.p-box + .p-box {
  margin-top: 80px;
}
.p-box__title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
  padding: 0 17px;
  height: 62px;
  background: url(../img/downtime_box_title_bg.png) left top repeat-x;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #7f7875;
}
.p-box__title::after {
  content: "";
  position: absolute;
  bottom: 10px;
}
.p-box__text, .p-box__lead {
  line-height: 2;
  font-size: 1.4em;
  color: #7f7875;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.p-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.p-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}

.m-toc {
  clear: both;
  margin-bottom: 32px;
  border: 1px solid #c7bcb5;
}
.m-toc-title {
  margin: 0;
  padding: 7px 0 7px 16px;
  background: #c7bcb5;
  line-height: 1;
  font-size: 1em;
}
.m-toc-list {
  padding: 10px 0 10px 17px;
}
.m-toc-item {
  margin-left: 30px;
}
.m-toc-item .m-toc-list {
  padding: 0;
}
.m-toc-item a {
  padding-left: 14px;
  background: url(../img/arrow/arrow2.png) left center no-repeat;
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.m-toc-item a:hover {
  background-image: url(../img/sprite/hover/arrow/arrow2_h.png);
}

.p-lead {
  margin-bottom: 30px;
}
.p-lead .p-box__title::after {
  right: 3px;
  width: 194px;
  height: 9px;
  background: url(../img/downtime_lead_title_bg.png) left top no-repeat;
}
.p-lead .p-box__text {
  float: left;
  margin-bottom: 43px;
  width: 477px;
}
.p-lead .p-box__pic {
  overflow: hidden;
  text-align: right;
}
.p-lead .p-anchor {
  clear: both;
}
.p-lead .p-anchor__list {
  flex-wrap: nowrap;
}
.p-lead .p-anchor__item {
  overflow: visible;
  margin-bottom: 0;
}
.p-lead .p-anchor__item a {
  overflow: hidden;
  flex-direction: column;
  padding-bottom: 10px;
  border-radius: 4px;
  line-height: 1.1666666667;
  font-size: 1.2em;
  box-sizing: border-box;
}
.p-lead .p-anchor__item a .small {
  margin: 0 5px;
  width: calc(100% - 10px);
  border-bottom: 1px solid #cfcecd;
  line-height: 1.5;
  font-size: 0.8333333333em;
}
.p-lead .p-anchor__item:nth-child(3), .p-lead .p-anchor__item:nth-child(5), .p-lead .p-anchor__item:nth-child(8) {
  position: relative;
}
.p-lead .p-anchor__item:nth-child(3)::before, .p-lead .p-anchor__item:nth-child(5)::before, .p-lead .p-anchor__item:nth-child(8)::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -7px;
  z-index: 1;
  width: 28px;
  height: 27px;
  background: url(../img/downtime_lead_anchor_bg.png) 0 0 no-repeat;
}

.p-case.p-box {
  margin-top: 40px;
}
.p-case .p-box__title::after {
  right: 10px;
  width: 140px;
  height: 12px;
  background: url(../img/downtime_case_title_bg.png) left top no-repeat;
}
.p-case .p-subbox + .p-case .p-subbox {
  margin-top: 10px;
}
.p-case .p-subbox__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 0 80px;
  height: 60px;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  font-size: 1.6em;
  font-weight: bold;
  color: #7f7875;
}
.p-case .p-subbox__title__text {
  line-height: 1.25;
  font-weight: bold;
}
.p-case .p-subbox__title .inner-text {
  display: block;
  width: 616px;
  line-height: 1.3333333333;
  font-size: 0.75em;
}
.p-case .p-subbox__info {
  padding: 12.5px 20px;
  background: #eae5e2;
  line-height: 1.3;
  font-size: 1em;
  color: #7f7875;
}
.p-case .p-subbox.face .p-subbox__title {
  background-image: url(../img/downtime_case_face_title_bg.png);
}
.p-case .p-subbox.thigh .p-subbox__title {
  background-image: url(../img/downtime_case_thigh_title_bg.png);
}
.p-case .p-subbox.upperarm .p-subbox__title {
  background-image: url(../img/downtime_case_upperarm_title_bg.png);
}
.p-case .p-subbox.abdomen {
  overflow: hidden;
}
.p-case .p-subbox.abdomen .p-subbox__title {
  background-image: url(../img/downtime_case_abdomen_title_bg.png);
}
.p-case .p-subbox.abdomen .p-subbox__pic {
  float: left;
  margin-right: 20px;
}
.p-case .p-subbox.abdomen .p-subbox__info {
  overflow: hidden;
  width: 404px;
  box-sizing: border-box;
}

.p-devise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-devise .p-box__title, .p-devise .p-box__lead {
  margin-bottom: 28px;
  width: 100%;
}
.p-devise .p-box__title::after {
  right: 3px;
  width: 212px;
  height: 9px;
  background: url(../img/downtime_devise_title_bg.png) left top no-repeat;
}
.p-devise .p-subbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 28px;
  width: 394px;
}
.p-devise .p-subbox__title {
  display: flex;
  position: relative;
  align-items: flex-end;
  margin-bottom: 9px;
  line-height: 1.2727272727;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 21px;
  letter-spacing: -1px;
  white-space: nowrap;
  color: #59504d;
}
.p-devise .p-subbox__title::before {
  content: "";
  margin-right: 8px;
  width: 76px;
  height: 70px;
}
.p-devise .p-subbox__pic {
  margin-bottom: 13px;
}
.p-devise .p-subbox__text {
  line-height: 2;
  font-size: 1.4em;
  color: #7f7875;
}
.p-devise .p-subbox__text .emphasis {
  box-shadow: inset 0 -8px 0 0 rgba(243,204,55,.7);
}
.p-devise .p-subbox.no3, .p-devise .p-subbox.no4 {
  margin-bottom: 10.5px;
}
.p-devise .p-subbox.no5 {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.p-devise .p-subbox.no5 .p-subbox__title,
.p-devise .p-subbox.no5 .p-subbox__text {
  flex: 1;
}
.p-devise .p-subbox.no5 .p-subbox__title {
  flex-basis: 100%;
}
.p-devise .p-subbox.no5 .p-subbox__pic {
  margin-right: 20px;
}
.p-devise .p-subbox.no6, .p-devise .p-subbox.no7, .p-devise .p-subbox.no8 {
  width: 258px;
}
.p-devise .p-subbox.no6 .p-subbox__title span span, .p-devise .p-subbox.no7 .p-subbox__title span span, .p-devise .p-subbox.no8 .p-subbox__title span span {
  letter-spacing: -5px;
}
.p-devise .p-subbox.no1 .p-subbox__title {
  background: url(../img/downtime_devise_title1_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no2 .p-subbox__title {
  background: url(../img/downtime_devise_title2_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no3 .p-subbox__title {
  background: url(../img/downtime_devise_title3_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no4 .p-subbox__title {
  background: url(../img/downtime_devise_title4_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no5 .p-subbox__title {
  background: url(../img/downtime_devise_title5_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no6 .p-subbox__title {
  background: url(../img/downtime_devise_title6_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no7 .p-subbox__title {
  background: url(../img/downtime_devise_title7_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no8 .p-subbox__title {
  background: url(../img/downtime_devise_title8_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no9 .p-subbox__title {
  background: url(../img/downtime_devise_title9_bg.png) left top no-repeat;
}
.p-devise .p-subbox.no10 .p-subbox__title {
  background: url(../img/downtime_devise_title10_bg.png) left top no-repeat;
}
.p-devise .no9,
.p-devise .no10 {
  margin-bottom: 0;
}
.p-devise .no9 .p-subbox__text,
.p-devise .no10 .p-subbox__text {
  margin-bottom: 13px;
}
.p-devise .no10 .p-relevant__item .item-inner {
  background: 0;
}
.p-devise .no10 .p-relevant__item .name {
  color: #aa8554;
}

.p-relevant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto 0 0;
  width: 100%;
}
.p-relevant__title {
  position: relative;
  padding-left: 26px;
  line-height: 56px;
  font-family: initial;
  font-size: 1.1rem;
  font-weight: bold;
  color: #7f7875;
}
.p-relevant__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  background-color: #e9799a;
}
.p-relevant__list {
  flex-basis: 565px;
}
.p-relevant__item {
  box-sizing: border-box;
  border: 1px solid #d7d4d3;
}
.p-relevant__item a {
  transition: opacity 0.1s linear;
  display: block;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: inherit;
}
.p-relevant__item a:hover {
  opacity: 1;
}
.p-relevant__item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 0;
  min-height: 65px;
  transition: opacity 0.1s linear;
}
.p-relevant__item .item-inner:hover {
  opacity: 0.5;
}
.p-relevant__item .name {
  font-size: 1.6em;
  color: #6d9dd0;
}
.p-relevant__item .pic {
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d7d4d3;
}
.p-relevant__item .text {
  font-size: 1.4em;
}
.p-relevant__item a {
  display: block;
  background: none;
  color: inherit;
}
.p-relevant__item a:hover {
  opacity: 1;
}
.p-relevant__item .item-inner {
  display: flow-root;
  position: relative;
  padding: 10px 30px 10px 10px;
  min-height: 65px;
  background: url(../img/arrow/arrow.png) right 10px center no-repeat;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.p-relevant__item .item-inner:hover {
  opacity: 0.5;
}
.p-relevant__item .name,
.p-relevant__item .text {
  margin-left: 76px;
}
.p-relevant__item .name {
  margin-bottom: 12px;
}
.p-relevant__item .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #d7d4d3;
}
.p-relevant__item .text {
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.p-relevant__item .text::before {
  margin-top: -3px;
}
.p-relevant__item .text::after {
  margin-top: -3px;
}
.p-relevant__item .item-inner:hover {
  opacity: 1;
}
.p-relevant__item .pic img {
  width: 55px;
  height: 55px;
}
.p-relevant__item .name {
  margin-top: 6px;
}
.p-relevant__item .text {
  line-height: 1.5;
  font-size: 1.2em;
}

.p-cv {
  position: relative;
  margin: 40px auto 0;
  width: 646px;
  background: url(../img/downtime_comment_cv_bg.png) 0 0 repeat-x;
}
.p-cv__title {
  padding: 21px 0 19px;
  text-align: center;
}
.p-cv__list {
  display: flex;
  justify-content: center;
  padding: 11px 0 10px;
}
.p-cv__item {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.p-cv__item + .p-cv__item {
  margin-left: 5px;
}
.p-cv__item.line .inner-text::before {
  content: initial;
}

.p-instruments__title {
  position: relative;
  margin: 45px 0 20px;
  padding: 11px 20px;
  background: url(../img/downtime_instruments_title_bg1.png) left bottom repeat-x;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #7f7875;
}
.p-instruments__title::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 2px;
  width: 65px;
  height: 82px;
  background: url(../img/downtime_instruments_title_bg2.png) left bottom no-repeat;
}
.p-instruments__text {
  float: left;
  margin-right: 30px;
  width: 476px;
  line-height: 2;
  font-size: 1.4em;
  color: #7f7875;
}
.p-instruments__pic {
  float: right;
  width: 320px;
}
.p-instruments__pic figcaption {
  margin-top: 6px;
  line-height: 1.4;
  color: #7f7875;
}

.p-comment {
  margin-bottom: 100px;
}
.p-comment .p-box__title {
  margin-bottom: 29px;
}
.p-comment .p-box__title::after {
  right: 6px;
  width: 117px;
  height: 9px;
  background: url(../img/downtime_comment_title_bg.png) left top no-repeat;
}
.p-comment .p-box__text {
  width: 588px;
}
.p-comment__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-comment__contents + .p-comment__contents {
  margin-top: 34px;
}
.p-comment__contents__title {
  display: flex;
  order: 1;
  margin-bottom: 10px;
  width: 100%;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  color: #7f7875;
}
.p-comment__contents__title::before {
  content: "";
  margin-right: 7px;
  width: 7px;
  background: linear-gradient(#e1bbbc, #d9a8ab 40%, #c08187);
}
.p-comment__contents__text {
  order: 2;
}
.p-comment__contents__pic {
  order: 3;
  margin-top: -28px;
}
.p-comment__contents.concierge .p-comment__contents__title {
  margin-left: 240px;
}
.p-comment__contents.concierge .p-comment__contents__text {
  order: 3;
}
.p-comment__contents.concierge .p-comment__contents__pic {
  order: 2;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
/*# sourceMappingURL=downtime.css.map */
