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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-tab__list {
  display: flex;
  justify-content: space-between;
}
.p-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../../img/pc/tab_item_bg.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-color: #f4f2f0;
  font-weight: bold;
  color: #7e7774;
}
.p-tab__item a:hover {
  text-decoration: none;
}
.p-tab__item a:hover > * {
  opacity: 1;
}
.p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.png);
  background-color: #c7bcb4;
  color: #fff;
}

.webp .p-tab__item a {
  background-image: url(../../../img/pc/tab_item_bg.webp);
}
.webp .p-tab__item.is-active a {
  background-image: url(../../../img/pc/tab_item_bg_a.webp);
}

.c-contents-link {
  border-bottom: 1px solid #c8c2be;
  background: #877d7a;
}
.c-contents-link__list {
  display: flex;
  margin: 0 30px;
}
.c-contents-link__item {
  flex: 1;
  flex-basis: 20%;
  border-right: 1px solid #c8c2be;
}
.c-contents-link__item.is-active {
  background: #d2cbc8;
}
.c-contents-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 1.4em;
  color: #fefefe;
  transition: all 0.15s linear;
}
.c-contents-link__item a > * {
  opacity: 1;
}
.c-contents-link__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.c-contents-link__item:first-child {
  border-left: 1px solid #c8c2be;
}

.p-title {
  background-image: url(../../../img/pc/faq_title_bg.jpg);
}

.p-sub-price-services__item {
  border: 1px solid #c7bcb5;
  transition: opacity 0.15s linear;
}
.p-sub-price-services__item:hover {
  opacity: 0.5;
}
.p-sub-price-services__item a:hover > * {
  opacity: 1;
}
.p-sub-price-services__item + .p-sub-price-services__item {
  margin-top: 10px;
}

.p-sub-columns__item {
  border-bottom: 1px solid #c7bcb5;
}
.p-sub-columns__item__inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 0;
  transition: opacity 0.15s linear;
}
.p-sub-columns__item__inner:hover {
  opacity: 0.5;
}
.p-sub-columns__item__pic {
  margin-right: 10px;
  border: 1px solid #c7bcb5;
}
.p-sub-columns__item__text {
  font-size: 1.2em;
}
.p-sub-columns__item__text a {
  line-height: 1.5;
  color: #7e7774;
}
.p-sub-columns__item__text a:hover {
  text-decoration: none;
}

.webp .p-title {
  background-image: url(../../../img/pc/faq_title_bg.webp);
}
