@charset "utf-8";
/* CSS Document */

/*====================================================
procedure
=====================================================*/
#procedure .box-cmn-basic {
	padding: 16px 10px;
}
.p-procedure__h2 {
	margin: 0 0 10px;
	text-align: center;
}
.p-procedure__h2 span {
	position: relative;
	display: inline-block;
	padding: 0 32px;
	font-size: 1.375rem;
	font-weight: 700;
	font-family:“ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, ”游明朝体”, YuMincho, “游明朝”, “Yu Mincho”, “HGS明朝E”, serif;
	line-height: 1;
}
.p-procedure__h2 span::before {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(/service/procedure/img/icon_line.svg) no-repeat 0 0/contain;
	content: "";
}
.p-procedure__h2 span::after {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(/service/procedure/img/icon_line.svg) no-repeat 0 0/contain;
	content: "";
}
@media screen and (min-width: 810px){
	#procedure .box-cmn-basic {
		padding: 1.5rem;
	}
	.p-procedure__h2 {
		margin-bottom: 24px;
	}
	.p-procedure__h2 span {
		padding: 0 48px;
		font-size: 2rem;
	}
	.p-procedure__h2 span::before {
		width: 32px;
		height: 32px;
	}
	.p-procedure__h2 span::after {
		width: 32px;
		height: 32px;
	}
}
/*====================================================
MV
=====================================================*/
.p-procedure__mv {
	position: relative;
	padding: 10.667vw 4.267vw 14.4vw;
	background: #F4F1EB;
	background: url(/service/procedure/img/img_mv-bg.webp) no-repeat 0 0/contain;
}
.p-procedure__mv::before {
	position: absolute;
	width: 100%;
	height: 59vw;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
}
.p-procedure__mv__date {
	position: relative;
	display: inline-block;
	padding: 2.133vw;
	margin-bottom: 2.133vw;
	font-size: 3.733vw;
	font-weight: bold;
	color: #fff;
	background: #72633B;
	line-height: 1;
}
.p-procedure__mv__ttl {
	position: relative;
	margin-bottom: 10.667vw;
	font-size: 6.9vw;
	font-weight: bold;
	color: #72633B;
	font-family:“ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, ”游明朝体”, YuMincho, “游明朝”, “Yu Mincho”, “HGS明朝E”, serif;
	line-height: 1.3;
}
.p-procedure__mv__ttl--large {
	font-size: 9vw;
	font-weight: bold;
}
.p-procedure__mv__ttl--accent {
	font-size: 9vw;
	font-weight: bold;
	color: #9F1B3B;
}
.p-procedure__mv__img {
	margin: 0 auto 8.533vw;
	width: 89.6vw;
}
.p-procedure__mv__img img {
	width: 100%;
	height: auto;
}
.p-procedure__mv__list {
	margin-bottom: 4vw;
	position: relative;
}
.p-procedure__mv__list::before {
	content: "";
	background: #F4F1EB;
	width: 100vw;
	height: calc(100% + 14.4vw + 6vw);
	display: block;
	position: absolute;
	left: 50%;
	top: -8.533vw;
	transform: translate(-50%, 0);
}
.p-procedure__mv__list__item {
	position: relative;
	padding-left: 6.4vw;
	font-size: 4.267vw;
	line-height: 1;
}
.p-procedure__mv__list__item::before {
	position: absolute;
	width: 4.8vw;
	height: 4.8vw;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(/service/procedure/img/icon_check.svg) no-repeat 0 0/contain;
	content: "";
}
.p-procedure__mv__list__item + .p-procedure__mv__list__item {
	margin-top: 4.267vw;
}
.p-procedure__mv__list__item sup {
	font-size: 12px;
}
.p-procedure__mv__note {
	padding-left: 6.4vw;
	font-size: 3.2vw;
}
@media screen and (min-width: 810px){
	.p-procedure__mv {
		padding: 0;
		margin-bottom: 80px;
		background: url(/service/procedure/img/img_mv-bg_pc.webp) no-repeat 0 0/cover;
	}
	.p-procedure__mv::before {
		height: 304px;
		top: 0;
	}
	.p-procedure__mv__inner {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 0 16px;
	}
	.p-procedure__mv__date {
		padding: 8px;
		margin: 40px 0 12px;
		font-size: 1.125rem;
	}
	.p-procedure__mv__ttl {
		margin-bottom: 48px;
		font-size: 2.5rem;
	}
	.p-procedure__mv__list::before {
		content: none;
	}
	.p-procedure__mv__ttl--large {
		font-size: 3.5rem;
	}
	.p-procedure__mv__ttl--accent {
		font-size: 3.5rem;
	}
	.p-procedure__mv__img {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 420px;
	}
	.p-procedure__mv__list {
		margin-bottom: 24px;
	}
	.p-procedure__mv__list__item {
		padding-left: 24px;
		font-size: 1.125rem;
	}
	.p-procedure__mv__list__item::before {
		width: 18px;
		height: 18px;
	}
	.p-procedure__mv__list__item + .p-procedure__mv__list__item {
		margin-top: 20px;
	}
	.p-procedure__mv__note {
		padding-left: 24px;
		font-size: 0.75rem;
	}
}
@media screen and (min-width: 900px){
	.p-procedure__mv__img {
		width: 474px;
	}
}

/*====================================================
worries
=====================================================*/
.p-procedure__worries {
	position: relative;
	padding-top: 56px;
	margin-bottom: 68px;
	background: #FFF;
}
.p-procedure__worries::after {
	position: absolute;
	bottom: -68px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 344px;
	height: 52px;
	background: linear-gradient(transparent, #ffc2c8);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	opacity: .5;
	content: "";
}
.p-procedure__worries__subttl {
	margin-bottom: 40px;
	font-size: 1.125rem;
	font-weight: bold;
	font-family:“ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, ”游明朝体”, YuMincho, “游明朝”, “Yu Mincho”, “HGS明朝E”, serif;
	line-height: 1;
	text-align: center;
}
.p-procedure__worries__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 1rem;
}
.p-procedure__worries__list__item {
	width: calc(100% / 2 - 5px);
	padding: 1rem 10px;
	background: #EFE9DE;
	font-size: 0.9375rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}
.p-procedure__worries__list__img {
	width: 100%;
}
.p-procedure__worries__list__img img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 810px){
	.p-procedure__worries {
		padding-top: 0;
		margin-bottom: 88px;
	}
	.p-procedure__worries::after {
		bottom: -88px;
		width: 480px;
		height: 72px;
	}
	.p-procedure__worries__subttl {
		font-size: 1.375rem;
	}
	.p-procedure__worries__list {
		padding: 0;
	}
	.p-procedure__worries__list__item {
		width: calc(100% / 3 - 7px);
		padding: 1.5rem 1rem;
		font-size: 1.0625rem;
	}
	.p-procedure__worries__list__img {
		padding: 0 0.5rem;
	}
}

/*====================================================
assurance
=====================================================*/
.p-procedure__assurance {
	margin-bottom: 56px;
}
.p-procedure__assurance__ttl {
	font-size: 1.375rem;
	font-weight: 700;
	font-family:“ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, ”游明朝体”, YuMincho, “游明朝”, “Yu Mincho”, “HGS明朝E”, serif;
	line-height: 1.5;
	text-align: center;
	padding: 1.5rem 0 2rem;
}
.p-procedure__assurance__ttl strong {
	font-size: 1.75rem;
}
.p-procedure__assurance__ttl span {
	color: #9F1B3B;
}
.p-procedure__assurance__subttl {
	font-size: 1.25rem;
	font-weight: bold;
	color: #FFF;
	background: linear-gradient(#675543, #ac9a6b);
	padding: 0.5rem 1rem;
	line-height: 1.4;
	width: calc(100% - 2rem);
	margin: 0 auto;
	text-align: center;
}
.p-procedure__assurance__list {
	width: calc(100% - 2rem);
	margin: 0 auto;
	padding: 0 1rem;
	background: #EFE9DE;
}
.p-procedure__assurance__list__item {
	position: relative;
	padding: 1rem 0 1rem 1.5rem;
	line-height: 1.5;
	border-bottom: dotted 2px #9F8A52;
	font-size: 1rem;
	font-weight: bold;
}
.p-procedure__assurance__list__item:last-of-type {
	border-bottom: none;
}
.p-procedure__assurance__list__item::before {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 1.25rem;
	left: 0;
	background: url(/service/procedure/img/icon_check.svg) no-repeat 0 0/contain;
	content: "";
}
@media screen and (min-width: 810px){
	.p-procedure__assurance {
		margin-bottom: 76px;
	}
	.p-procedure__assurance__ttl {
		font-size: 1.75rem;
	}
	.p-procedure__assurance__ttl strong {
		font-size: 2rem;
	}
	.p-procedure__assurance__subttl {
		width: 100%;
	}
	.p-procedure__assurance__list {
		width: 100%;
		padding: 0 1.5rem;
	}
	.p-procedure__assurance__list__item {
		padding: 1.5rem 0 1.5rem 1.5rem;
		font-size: 	1.0625rem;
	}
	.p-procedure__assurance__list__item::before {
		top: 1.75rem;
	}
}

/*====================================================
explanation
=====================================================*/
.p-procedure__explanation__txt {
	line-height: 1.8;
}
.p-procedure__explanation__txt + .p-procedure__explanation__txt {
	margin-top: 32px;
}
.p-procedure__explanation__list {
    list-style: none;
    padding: 0
}
.p-procedure__explanation__list > li {
    position: relative;
    margin-bottom: .8rem;
    padding-left: 24px;
    line-height: 1.9;
    text-indent: 0
}
.p-procedure__explanation__list > li::before {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #96834E;
    border-radius: 100%
}
.p-procedure__explanation__list > li:last-of-type {
    margin-bottom: 0
}
.p-procedure__explanation__img {
	width: 100%;
	max-width: 688px;
	margin: 0 auto 32px;
}
.p-procedure__explanation__img.max567 {
	max-width: 567px;
}
.p-procedure__explanation__img.mb1rem {
	margin-bottom: 1rem;
}
.p-procedure__explanation__img img {
	width: 100%;
	height: auto;
	padding: 0;
}
.p-procedure__explanation__img img.only-pc {
	display: none;
}
@media screen and (min-width: 810px){
	.p-procedure__explanation__img {
		max-width: 704px;
		margin: 0 auto 56px;
	}
	.p-procedure__explanation__img img.only-sp {
		display: none;
	}
	.p-procedure__explanation__img img.only-pc {
		display: revert;
	}
}

/*====================================================
columns__link
=====================================================*/
.p-procedure__columns__link {
	position: relative;
	display: block;
	padding: 16px;
	margin: 40px 0;
	border: solid 2px #9F8A52;
}
.p-procedure__columns__link::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 24px;
	height: 24px;
	background: #9F8A52;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
}
.p-procedure__columns__link__ttl {
	margin-bottom: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #72633B;
}
.p-procedure__columns__link__contents {
	display: flex;
	gap: 16px;
}
.p-procedure__columns__link__img {
	width: 104px;
}
.p-procedure__columns__link__img img {
	width: 100%;
	height: auto;
	padding: 0;
}
.p-procedure__columns__link__txt {
	width: calc(100% - 104px - 16px);
	font-weight: bold;
	color: #0D74CF;
}

@media screen and (min-width: 810px){
	.p-procedure__columns__link {
		padding: 24px 0 24px 168px;
		margin: 48px 0;
		transition: .3s;
	}
	.p-procedure__columns__link::before {
		width: 32px;
		height: 32px;
	}
	.p-procedure__columns__link__ttl {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	.p-procedure__columns__link__img {
		position: absolute;
		top: 24px;
		left: 24px;
		width: 128px;
	}
	.p-procedure__columns__link__txt {
		width: calc(100% - 128px - 16px);
		font-size: 1.125rem;
	}
	.p-procedure__columns__link:hover {
		opacity: .7;
	}
}

/*====================================================
主な相続手続きの流れと期限の目安の表
.p-basic-flow 〜
=====================================================*/
.p-basic-flow__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 5rem;
  margin-bottom: 2rem;
  background: #96834E;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-basic-flow__start::before {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 64px;
  height: 0.5rem;
  background: #96834E;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-basic-flow__start::after {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 63px 0 63px;
  border-color: #96834E transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-basic-flow__start span {
  position: relative;
}
.p-basic-flow__start span::after {
  position: absolute;
  top: 50%;
  right: -58px;
  width: 43px;
  height: 53px;
  background: url("../img/img_decedent.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-basic-flow__start {
    font-size: 1.25rem;
  }
}
.p-basic-flow__tbl {
  width: 100%;
}
.p-basic-flow__tbl th {
  padding: 0.5rem 0;
  background: #CDCDCD;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
.p-basic-flow__tbl th + th {
  border-left: 1px solid #fff;
}
.p-basic-flow__tbl tr {
  border-bottom: 2px solid #fff;
}
.p-basic-flow__tbl td:first-of-type {
  min-width: 3.5rem;
  padding: 1rem 0;
  background: #EFE9DE;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.p-basic-flow__tbl td:first-of-type a {
  display: block;
  position: relative;
  padding-bottom: 3rem;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.p-basic-flow__tbl td:first-of-type a:hover {
  opacity: 0.6;
}
.p-basic-flow__tbl td:first-of-type a::before {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #96834E;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-basic-flow__tbl td:first-of-type a::after {
  position: absolute;
	left: 48%;
	bottom: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.p-basic-flow__tbl td:nth-child(2) {
  padding: 1rem 1rem 1rem 0;
  background: #EFEFEF;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-basic-flow__tbl th {
    font-size: 0.875rem;
  }
  .p-basic-flow__tbl td:first-of-type {
    width: 7rem;
    font-size: 1rem;
  }
  .p-basic-flow__tbl td:first-of-type br {
    display: none;
  }
}
.p-basic-flow__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}
.p-basic-flow__list li + li {
  margin-top: 0.5rem;
}
.p-basic-flow__list-num {
  width: 2em;
  padding-top: 2px;
  color: #96834E;
  font-size: 0.875rem;
  text-align: right;
}
.p-basic-flow__list a {
  width: calc(100% - 2em);
  margin-left: 0.5rem;
  text-decoration: underline;
}
.p-basic-flow__list a:hover {
  text-align: none;
}
@media screen and (min-width: 768px) {
  .p-basic-flow__list-num {
    font-size: 1rem;
  }
  .p-basic-flow__list a {
    font-size: 1.125rem;
  }
  .p-basic-flow__list + li {
    margin-top: 0.75rem;
  }
}
.p-basic-flow__note {
  position: relative;
  margin-top: 0.5rem;
  padding-left: calc(2em + 1rem);
  font-size: 0.75rem;
}
.p-basic-flow__note::before {
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  content: url("../img/icon_expert.svg");
}

.u-icon__expert {
  position: relative;
}
.u-icon__expert::after {
  display: inline-block;
  margin-left: 4px;
  background-size: contain;
  vertical-align: middle;
  content: url("../img/icon_expert.svg");
}

/*====================================================
services
=====================================================*/
.p-procedure__services__listTtl {
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	background: linear-gradient(#675543, #ac9a6b);
	padding: 0.5rem 80px 0.5rem 1rem;
	width: 100%;
	margin: 2rem auto;
	position: relative;
}
.p-procedure__services__listTtl::after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url(../img/img_services_ttl.svg) no-repeat 0 0/contain;
	width: 74px;
	height: 70px;
}
.p-procedure__services__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.p-procedure__services__list__item {
	width: calc(100% / 2 - 5px);
	padding: 1rem 10px;
	background: linear-gradient(#F7F0DE, #F5E6E8);
	font-size: 0.9375rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
}
.p-procedure__services__list__img {
	width: 100%;
}
.p-procedure__services__list__img img {
	width: 100%;
	height: auto;
	padding: 0;
}
@media screen and (min-width: 810px){
	.p-procedure__services__listTtl {
		font-size: 1.25rem;
		text-align: center;
		margin-top: 3rem;
	}
	.p-procedure__services__listTtl::after {
		width: 100px;
		height: 94px;
	}
	.p-procedure__services__subttl {
		font-size: 1.375rem;
	}
	.p-procedure__services__list__item {
		padding: 1.5rem 2.9rem 1rem;
		font-size: 1.125rem;
	}
}

/*====================================================
strength
=====================================================*/
.p-procedure__strength__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 2rem;
}
.p-procedure__strength__list__item {
	width: 100%;
	padding: 1rem;
	background: linear-gradient(#F7F0DE, #F4F1EB);
	font-size: 1.0625rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.p-procedure__strength__list__img {
	width: 60px;
}
.p-procedure__strength__list__img img {
	width: 100%;
	height: auto;
	padding: 0;
}
.p-procedure__strength__list__txt {
	flex: 1;
}
.p-procedure__strength__list__txt sup {
	font-size: 12px;
}
.p-procedure__strength__list__txt .s-note {
	font-size: 12px;
}
@media screen and (min-width: 810px){
	.p-procedure__strength__list {
		margin-bottom: 64px;
	}
	.p-procedure__strength__list__item {
		width: calc(100% / 2 - 5px);
	}
	.p-procedure__strength__list__img {
		width: 90px;
	}
}

/*====================================================
flow
=====================================================*/
.p-procedure__flow {
	margin-bottom: 64px;
}
.p-procedure__flow__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 48px;
}
.p-procedure__flow__item {
	position: relative;
	padding: 8px 8px 16px;
	background: linear-gradient(#f7f0de 0%, #f4f1eb 100%);
}
.p-procedure__flow__item::after {
	position: absolute;
	width: 40px;
	height: 16px;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	background: #f4f1eb;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
}
.p-procedure__flow__item:last-child::after {
	display: none;
}
.p-procedure__flow__ttl {
	display: flex;
	align-items: center;
	padding: 14px 24px;
	margin-bottom: 16px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #72633B;
	background: #fff;
	line-height: 1;
}
.p-procedure__flow__ttl span {
	position: relative;
	padding-right: 28px;
	margin-right: 8px;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 1.875rem;
	font-weight: bold;
	color: #72633B;
}
.p-procedure__flow__ttl span::after {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../img/icon_line.svg) no-repeat 0 0/contain;
	content: "";
}
.p-procedure__flow__inside {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.p-procedure__flow__img {
	width: 180px;
	margin: 0 auto;
}
.p-procedure__flow__txt {
	padding: 0 24px;
	margin-bottom: 0;
	line-height: 1.9;
}
.p-procedure__flow__btn {
	margin: 0 16px;
}
@media screen and (min-width: 810px){
	.p-procedure__flow {
		margin-bottom: 88px;
	}
	.p-procedure__flow__inner {
		padding: 0 16px;
		margin-bottom: 64px;
	}
	.p-procedure__flow__item {
		padding: 8px 8px 24px;
	}
	.p-procedure__flow__inside {
		display: flex;
		flex-direction: row;
		padding: 0 1rem;
	}
	.p-procedure__flow__txt {
		padding: 0;
	}
}

/*====================================================
faq
=====================================================*/
.p-procedure__faq__list {
	margin-bottom: 48px;
}
.p-procedure__faq__list-link {
	position: relative;
	display: block;
	padding: 24px 0 24px 52px;
	border-bottom: solid 1px #707070;
}
.p-procedure__faq__list-link::before {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(/common/img/icon_q.svg) no-repeat 0 0/contain;
	content: "";
}
.p-procedure__faq__list-txt {
	font-weight: bold;
}

@media screen and (min-width: 810px){
	.p-procedure__faq__list {
		margin-bottom: 64px;
	}
	.p-procedure__faq__list-link {
		padding: 40px 36px 40px 64px;
	}
	.p-procedure__faq__list-link::before {
		width: 48px;
		height: 48px;
	}
	.p-procedure__faq__list-link::after {
		position: absolute;
		width: 12px;
		height: 16px;
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto;
		background: url(/common/img/icon_arrow_gold.svg) no-repeat 0 0/contain;
		content: "";
	}
}