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

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

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

.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;
}
.p-anchor .p-anchor__list {
  margin: 0;
  gap: 5px;
}
.p-anchor .p-anchor__item {
  flex-basis: auto;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item a {
  color: #7e7774;
}
.p-anchor .p-anchor__item a::after {
  border-right: 1px solid #7e7774;
  border-bottom: 1px solid #7e7774;
}
.p-anchor .p-anchor__item a:hover {
  text-decoration: none;
}

.p-lead {
  margin-bottom: 40px;
  padding: 48px 80px;
  background: #58504d;
  text-align: center;
}
.p-lead__text {
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6em;
  color: #b4afac;
}

.p-anchor {
  margin: 0 97px 64px;
}
.p-anchor .anchor-item a {
  box-sizing: border-box;
  padding-bottom: 6px;
  height: 48px;
  line-height: 1.2;
  font-size: 1em;
  color: #58504c;
}
.p-anchor .anchor-item a::after {
  bottom: 7px;
  border-right: 1px solid #58504c;
  border-bottom: 1px solid #58504c;
}
.p-anchor .anchor-item a:hover {
  text-decoration: none;
}

.p-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.p-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-box:nth-child(odd) .p-box__inner {
  padding-right: 0;
  padding-left: 32px;
}
.p-box:last-of-type {
  margin-bottom: 120px;
}
.p-box__inner {
  padding-right: 32px;
  width: 380px;
}
.p-box__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 39px;
  background: linear-gradient(to right, transparent, #e28082);
  font-size: 1.4em;
  color: #58504c;
}
.p-box__title::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 38px;
  border-top: 1px solid #e28082;
}
.p-box__lead {
  display: flex;
  align-items: center;
  margin-bottom: 26.5px;
  padding-bottom: 25px;
  height: 72px;
  line-height: 1.4705882353;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.7em;
  color: #58504c;
}
.p-box__text {
  line-height: 1.7857142857;
  font-size: 1.4em;
  color: #7f7875;
}
.p-box.no1 .p-box__inner {
  background: url(../../../img/safety_bg1.png) 0 0 no-repeat;
}
.p-box.no2 .p-box__inner {
  background: url(../../../img/safety_bg2.png) 0 0 no-repeat;
}
.p-box.no3 .p-box__inner {
  background: url(../../../img/safety_bg3.png) 0 0 no-repeat;
}
.p-box.no4 .p-box__inner {
  background: url(../../../img/safety_bg4.png) 0 0 no-repeat;
}
.p-box.no5 .p-box__inner {
  background: url(../../../img/safety_bg5.png) 0 0 no-repeat;
}
.p-box.no6 .p-box__inner {
  background: url(../../../img/safety_bg6.png) 0 0 no-repeat;
}
.p-box.no7 .p-box__inner {
  background: url(../../../img/safety_bg7.png) 0 0 no-repeat;
}
.p-box.no2 .p-box__inner, .p-box.no3 .p-box__inner, .p-box.no4 .p-box__inner, .p-box.no6 .p-box__inner {
  margin-top: -1px;
  padding-top: 1px;
}
.p-box.no1 .p-box__title, .p-box.no1 .p-box__lead {
  margin-left: 68px;
}
.p-box.no2 .p-box__title, .p-box.no2 .p-box__lead {
  margin-left: 90px;
}
.p-box.no2 .p-box__lead {
  margin-left: 90px;
}
.p-box.no3 .p-box__title, .p-box.no3 .p-box__lead {
  margin-left: 88px;
}
.p-box.no4 .p-box__title, .p-box.no4 .p-box__lead {
  margin-left: 99px;
}
.p-box.no5 .p-box__inner {
  background-position: 0 2px;
}
.p-box.no5 .p-box__title, .p-box.no5 .p-box__lead {
  margin-left: 88px;
}
.p-box.no5 .p-box__title::before {
  width: 24px;
}
.p-box.no6 .p-box__title, .p-box.no6 .p-box__lead {
  margin-left: 100px;
}
.p-box.no7 .p-box__inner {
  margin-top: -2px;
  padding-top: 2px;
}
.p-box.no7 .p-box__title, .p-box.no7 .p-box__lead {
  margin-left: 88px;
}

.p-main-cv {
  padding: 42.5px 0 40px;
  background: linear-gradient(#f2efed, #e5dfdb);
}
.p-main-cv__text {
  margin-bottom: 26.5px;
  text-align: center;
  line-height: 1.7857142857;
  font-size: 1.4em;
}
.p-main-cv__list {
  display: flex;
  justify-content: space-between;
  margin: 0 240px;
}
.p-main-cv .c-button a {
  box-sizing: border-box;
  width: 252px;
}
.p-main-cv .c-button a:hover {
  text-decoration: none;
}
.p-main-cv .c-button a:hover > * {
  opacity: 1;
}
.p-main-cv .c-button a .inner-text {
  background-image: url(../../../img/arrow/arrow16_h.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.p-main-cv .c-button a .inner-text::before {
  background-image: url(../../../img/arrow/arrow16.png);
}
.p-main-cv .c-button.line .inner-text {
  background: 0;
}
.p-main-cv .c-button.line .inner-text::before {
  content: initial;
}
.p-main-cv .c-button.line .inner-text::after {
  background-image: url(../../../img/qa_line.png);
}
.p-main-cv .c-button.campaign a::after {
  content: attr(data-sub-text);
}
/*# sourceMappingURL=safety.css.map */
