@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
----------------------------------------------------------------------*/
#header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}

#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 80px;
}
.p-box + .p-box {
  margin-top: 80px;
}
.p-box__title {
  margin-bottom: 25px;
  padding-left: 18px;
  background: url(../img/premiummembers_box_title_bg.png) 0 0 repeat-x;
  line-height: 61px;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #57504c;
}
.p-box__text, .p-box__lead {
  line-height: 2;
  font-size: 1.4em;
  color: #7f7875;
}

.p-lead {
  display: flex;
  flex-wrap: wrap;
}
.p-lead__title {
  flex-basis: 100%;
  order: 1;
  margin-bottom: 35px;
  width: 100%;
}
.p-lead__text {
  flex: 1;
  order: 3;
  margin-right: 18px;
}
.p-lead__pic {
  order: 2;
  margin-right: 20px;
  margin-left: 18px;
}

.p-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-service__title {
  flex-basis: 100%;
  margin-bottom: 32px;
  width: 100%;
}
.p-service__contents {
  margin: 0 18px 26px;
  width: 376px;
  background: #292929;
}
.p-service__contents__text {
  padding: 24px 30px;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #c9c9ca;
}
.p-service__contents__link {
  padding: 0 30px 24px;
  text-align: right;
}
.p-service__contents__link a {
  padding-right: 15px;
  background: url(../img/sprite/arrow/arrow2.png) right center no-repeat;
  text-decoration: underline;
  font-size: 1.3em;
  color: #c9c9ca;
}
.p-service__contents__inner {
  width: 376px;
  background: #292929;
}
.p-service__contents.no1 {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  background: none;
}
.p-service__contents.no1 .p-service__details {
  width: calc(100% - 376px);
  box-sizing: border-box;
}
.p-service__contents.no1 .p-service__contents__text {
  box-sizing: border-box;
}
.p-service__details {
  margin-top: 14px;
  padding: 20px 13px 15px 17px;
  background: #e2e1df;
}
.p-service__item {
  position: relative;
  color: #7f7875;
}
.p-service__item__title {
  margin-bottom: 10.5px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-service__item__text {
  line-height: 1.6923076923;
  font-size: 1.3em;
}
.p-service__item__pic {
  position: absolute;
  top: 0;
}
.p-service__item.no1 {
  margin-bottom: 26.5px;
  padding-top: 58px;
  padding-left: 194px;
}
.p-service__item.no1 .p-service__item__pic {
  left: 0;
}
.p-service__item.no1 .p-service__item__title,
.p-service__item.no1 .p-service__item__text {
  padding-right: 7px;
  padding-left: 3px;
}
.p-service__item.no2 {
  padding-top: 165px;
  padding-right: 194px;
}
.p-service__item.no2 .p-service__item__pic {
  right: 0;
}
.p-service__item.no2 .p-service__item__title,
.p-service__item.no2 .p-service__item__text {
  padding-left: 3px;
}
.p-service__item.no2 .p-service__item__text + .p-service__item__title {
  margin-top: 23.5px;
}

.p-point {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 25.5px;
  width: 376px;
  box-sizing: border-box;
}
.p-point__title {
  margin-bottom: 11.5px;
  padding-top: 37px;
  width: 100%;
  background: url(../img/premiummembers_service_point_title_bg.png) 0 0 no-repeat;
  font-size: 1.6em;
  font-weight: bold;
  color: #c9c9ca;
}
.p-point__text {
  flex: 1;
  margin-right: 20px;
  line-height: 1.6923076923;
  font-size: 1.3em;
  color: #c9c9ca;
}
.p-point__pic {
  margin-right: -5px;
}

.p-inquiry__text {
  margin: 0 18px 21px;
}
.p-inquiry__cv__list {
  display: flex;
  justify-content: center;
}
.p-inquiry__cv__item.line .inner-text::before {
  content: initial;
}
.p-inquiry__cv__item + .p-inquiry__cv__item {
  margin-left: 18px;
}

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