.error_msg:not(:empty) {
  background-color: #fff;
  text-align: center;
  padding: 15px;
  color: #666;
  border: 1px solid #d8d8d8;
  margin: 40px auto 40px;
  max-width: 980px;
}

#case_area a {
  height: 100%;
}

#case_area a:link {
  height: 100%;
  text-decoration: none;
}

.case__slider__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0px 2px 4px rgb(204 204 204);
  box-shadow: 0px 2px 4px rgb(204 204 204);
  margin-bottom: 10px;
}

.case__slider__item>a {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
}

.case__slider__content>dl {
  position: relative;
  z-index: 2;
}

.case__slider__content>dl>dt {
  position: relative;
  margin-top: 10px;
  color: #005c55;
  font-size: 108%;
  font-weight: 600;
  line-height: 1.3;
  text-indent: 3em;
}

.case__slider__content>dl>dt:first-child {
  margin-top: 0;
}

.case__slider__content>dl>dt:before {
  position: absolute;
  top: .9rem;
  left: 0;
  width: 35px;
  height: 1px;
  background: #005c55;
  content: "";
}

.case__slider__content>dl>dd {
  margin-top: 15px;
  color: #45494b;
  line-height: 1.6;
}

.case__slider__content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__content, .case__slider__img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case__slider__content:before {
  position: absolute;
  right: 15px;
  z-index: 1;
  width: 120px;
  height: 104px;
  background: url(/images/case-bg-02.png) no-repeat;
  background-size: 120px auto;
  content: "";
}

.case__slider__link {
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
  color: #45494b;
  line-height: 1.3;
  margin: 0!important;
}

.case__slider__img img {
  width: 100%;
  height: 100%;
}

span.more_view {
  color: #005c55;
  position: absolute;
  bottom: 20px;
}

span.more_view:after {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/images/case-arrow.png) no-repeat 0 0;
  background-size: 24px auto;
  content: "";
}

span.more_view:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 110px;
  height: 1px;
  background: rgb(0, 92, 85);
  content: "";
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  #case_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-left:3px;
    padding-right:3px;
  }
  .case__slider__item {
    width: 32%;
    height: 580px;
  }
  .case__slider__item:not(:first-child) {
    margin-left: 2%;
  }
  span.more_view {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  ul.D03-001-01-list-anken {
    padding-bottom: 20px;
  }
  li.D03-001-01-list-item {
    width: 290px;
  }
  li.D03-001-01-list-item img {
    width: 290px!important;
    max-width: 290px!important;
  }
  .case__slider__content {
    padding: 30px 30px 60px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  span.more_view {
    right: 50px;
  }
}

@media all and (-ms-high-contrast: none) {
  div.E02-004-02-item-contact__button {
    margin: auto;
  }
  /* ul.D03-001-01-list-anken {
    display: block!important;
  } */
}

/* add_contents */

/* =========================================== */

/* ma-content */

article .ma-content h3 {
  margin: 0;
  clear: both;
  font-size: inherit;
}

.ma-content a:link {
  text-decoration: none;
}

.ma-content a:link .ma-cont_a {
  text-decoration: underline;
}

.ma-content a:link:hover .ma-cont_a {
  text-decoration: none;
}

.ma-content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ma-content_list--item {
  width: 380px;
  position: relative;
  -webkit-box-shadow: 1px 3px 8px rgb(204, 204, 204);
  box-shadow: 1px 3px 8px rgb(204, 204, 204);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ma-content_list--item:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.2);
  box-shadow: 0 20px 40px 0 rgb(4, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ma-content_list--item::before {
  content: "";
  background: url("../../aboutma/image/icon-circle-arrow-02.png")no-repeat center center/cover;
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}

.ma-content_list--item:nth-of-type(n+4) {
  margin-top: 20px;
}

.ma-content_list--item--description {
  padding: 10px 20px 35px 20px;
}

.ma-cont_a {
  display: inline-block;
  margin-bottom: 10px;
}

.ma-cont_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(17 17 17);
}

.item_type_blank {
  padding-right: 20px;
  background-image: url(/common/image/footer/icon-blank-01@2x.png);
  background-size: 11px 11px;
  background-position: top 50% right 0;
  background-repeat: no-repeat;
}

@media screen and (min-width:767px) and (max-width:939px) {
  .ma-content_list--item {
    width: 49%;
  }
  .ma-content_list--item--image img {
    width: 100%;
  }
  .ma-content_list--item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  .ma-content_list--item {
    width: 100%;
  }
  .ma-content_list--item:hover {
    -webkit-box-shadow: 1px 3px 8px rgb(204, 204, 204);
    box-shadow: 1px 3px 8px rgb(204, 204, 204);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .ma-content_list--item--image {
    text-align: center;
  }
  .ma-content_list--item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .ma-content_list--item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width:479px) {
  .ma-content_list--item {
    width: 100%;
  }
  .ma-content_list--item--image img {
    width: 100%;
  }
  .ma-content_list--item--description {
    padding: 10px 15px 35px 15px;
  }
}

/* compass-root */

.compass-root.sct_content ul {
  padding-left: 0;
}

.compass-root.sct_content ul li {
  padding-left: 0;
  list-style: none;
}

.compass-root.sct_content ul li:before {
  content: none;
}

.compass-root a:link {
  text-decoration: none;
  color: rgb(17, 17, 17);
}

/* .compass-root a:link:hover{
color:rgb(17,17,17);
} */

.compass-root .compass-root__list {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list {
    margin: 30px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.compass-root .compass-root__list .compass-root__list__item {
  width: 580px;
  -webkit-box-shadow: 1px 3px 8px rgb(204, 204, 204);
  box-shadow: 1px 3px 8px rgb(204, 204, 204);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 0;
}

.compass-root .compass-root__list .compass-root__list__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.3);
  box-shadow: 0 20px 40px 0 rgba(4, 0, 0, 0.3);
  cursor: pointer;
}

.compass-root .compass-root__list .compass-root__list__item:hover .H04-003-01 {
  background-color: #0a847b;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item:hover .H04-003-01 {
    background-color: #343d45;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 1px 3px 8px rgb(204, 204, 204);
    box-shadow: 1px 3px 8px rgb(204, 204, 204);
  }
}

.compass-root .compass-root__list .compass-root__list__item a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

.compass-root .compass-root__list .compass-root__list__item a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1250px) {
  .compass-root .compass-root__list .compass-root__list__item {
    margin-bottom: 30px;
  }
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox {
  overflow: hidden;
  width: 580px;
  height: 120px;
  position: relative;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox {
    width: 100%;
    height: 90px;
  }
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox::before {
  content: "";
  background: #3c54b1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox .root--num {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding: 40px 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox .root--num {
    font-size: 18px;
    padding: 30px 20px;
    left: -5px;
    top: 55%;
  }
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2;
  width: 350px;
  z-index: 2;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox p {
    font-size: 17px;
    left: 120px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.4;
    width: 50%;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__imgBox img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__descBox {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__descBox .compass-links {
    margin-top: 20px;
  }
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__descBox .H04-003-01 {
  position: relative;
}

.compass-root .compass-root__list .compass-root__list__item .compass-root__descBox .H04-003-01::after {
  content: "";
  background: url(/images/arrow-right.png) no-repeat center bottom/cover;
  width: 7px;
  height: 13px;
  position: absolute;
  top: 47%;
  right: 12%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__descBox .H04-003-01::after {
    right: 10%;
    top: 52%;
  }
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .compass-root__list__item .compass-root__descBox .H04-003-01 {
    display: inline-block;
    width: auto;
    padding: 15px 48px 15px 28px;
    font-size: 13px;
  }
}

.compass-root .compass-root__list .v-compass .compass-root__imgBox::before {
  content: "";
  background: rgba(60, 84, 177, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.compass-root .compass-root__list .v-compass .compass-root__descBox {
  padding: 30px;
  background: #fff;
}

@media screen and (max-width:479px) {
  .compass-root .compass-root__list .v-compass .compass-root__descBox {
    padding: 15px;
  }
}

.compass-root .compass-root__list .v-compass .compass-root__descBox h3 {
  color: #3C54B1;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
  margin: 20px 0 10px;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .v-compass .compass-root__descBox h3 {
    font-size: 18px;
  }
}

.compass-root .compass-root__list .v-compass .compass-root__descBox p {
  line-height: 1.4;
  color: rgb(17, 17, 17);
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .v-compass .compass-root__descBox p {
    margin-top: 20px;
  }
}

.compass-root .compass-root__list .m-compass .compass-root__imgBox:before {
  background: rgba(0, 92, 85, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.compass-root .compass-root__list .m-compass .compass-root__descBox {
  padding: 30px;
  background: #fff;
}

@media screen and (max-width:479px) {
  .compass-root .compass-root__list .m-compass .compass-root__descBox {
    padding: 15px;
  }
}

.compass-root .compass-root__list .m-compass .compass-root__descBox h3 {
  color: #005c55;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
  margin: 20px 0 10px;
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .m-compass .compass-root__descBox h3 {
    font-size: 18px;
  }
}

.compass-root .compass-root__list .m-compass .compass-root__descBox p {
  line-height: 1.4;
  color: rgb(17, 17, 17);
}

@media (max-width: 768px) {
  .compass-root .compass-root__list .m-compass .compass-root__descBox p {
    margin-top: 20px;
    font-size: 14px;
  }
}

.compass__title {
  color: #fff;
}

.compass__title+p {
  text-align: center;
  color: #fff;
}

/* anken-list-B */

/* ============ */

.swiper-container--b {
  overflow-x: hidden !important;
}

.anken-b {
  background-color: #fff;
  position: relative;
  padding-bottom: 30px;
}

.anken-b .anken__slider__link-b>span {
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  background: #343D45;
  border-radius: 5px;
}

.anken-b .anken__slider__link-b:after {
  position: absolute;
  top: 29%;
  right: 15px;
  width: 7px;
  height: 13px;
  background: url(/images/arrow-right.png) no-repeat center center/cover;
  content: "";
}

.anken-b .D03-001-01-list-anken-figure {
  height: 120px;
  position: relative;
}

.anken-b .D03-001-01-list-anken-figure .anken-item-image-text {
  line-height: 1;
}

.navi__area {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.anken-b .anken-b__slider__next {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 13px;
  right: 25%;
  z-index: 999;
  border-radius: 50%;
  background-image: url(/images/case-button-next.png);
  background-color: #C8C8C8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-size: 14px auto;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.7;
}

.anken-b .anken-b__slider__prev {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 13px;
  left: 25%;
  z-index: 999;
  border-radius: 50%;
  background-image: url(/images/case-button-prev.png);
  background-color: #C8C8C8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  text-indent: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 0.7;
}

.anken-b .anken-b__slider__next:hover, .anken-b .anken-b__slider__prev:hover {
  background-color: #6F757B;
}

.anken-b .swiper-pagination-b {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.anken-b .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0A847B !important;
  height: 8px !important;
  vertical-align: middle;
}

.anken-b .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: inherit;
  margin: 0;
}

.swiper-container--b li.D03-001-01-list-item-b.swiper-slide {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

div.D03-001-01.swiper-container--b {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 10px;
}

div.D03-001-01.swiper-container--b::before {
  content: "";
  background: url(/images/wht-layer.png) no-repeat center center/cover;
  width: 80px;
  height: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.anken-b p.anken-item-image-text {
  position: absolute;
  left: 0;
  bottom: 0;
}

.anken-b span.anken-new-text {
  background-color: red;
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
}

.anken-b span.anken-number-text {
  color: #fff;
  background-color: #696969;
  padding: 0 5px;
  margin-right: 8px;
  font-size: 12px;
}

.anken-b div.anken-description-area {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}

.anken-b div.anken-title-text {
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #293337;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.anken-b dl.anekn-region-area {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  padding-bottom: 5px;
  margin-right: 20px;
}

.anken-b dt.anken-item-title {
  width: 60px;
  font-weight: 700;
  color: #293337;
}

.anken-b dl.anken-proceeds-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #65676a;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-right: 20px;
}

.anken-b p.anken-detail-text {
  color: #45494b;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  height: 43px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.anken-b p.anken__slider__link-b {
  margin: 0 auto 10px;
  line-height: 1;
  text-align: center;
  width: calc(100% - 20px);
  position: relative;
}

.anken-b .anekn-region-area, .anken-b .anken-proceeds-area {
  font-size: 14px !important;
  border-bottom: none;
  border-top: none;
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  div.D03-001-01.swiper-container--b {
    padding: 15px 0 0 15px;
  }
  .anken-b div.anken-description-area {
    margin-left: 0
  }
  .anken-b .anken-description-area dl {
    font-size: 14px;
  }
  .anken-b dt.anken-item-title {
    width: 50px;
  }
  .anken-b .anken-b__slider__next {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 18px;
  }
  .anken-b .anken-b__slider__prev {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 18px;
  }
  .anken-b .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
    height: 8px !important;
    vertical-align: inherit;
  }
  .anken-b .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
  }
  .swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .anken-b .anken-b__slider__next:hover, .anken-b .anken-b__slider__prev:hover {
    background-color: #c8c8c8;
  }
  div.D03-001-01.swiper-container--b::before {
    bottom: 3%;
  }
  .anken-b .swiper-pagination-b {
    margin-top: 25px !important;
  }
}

.sct_content .anken-b ul {
  padding-left: 0;
}

.anken-b ul li {
  padding-left: 0;
}

.anken-b ul li:before {
  content: none;
}

.anken-b a:link {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  p.button-link.button-link_type_longer {
    width: calc(800px * 0.46);
  }
  .button-link.button-link_type_black a:hover, p.button-link.button-link_type_black a:hover {
    background: rgb(10, 132, 123);
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.button-link.button-link_type_centering, p.button-link.button-link_type_centering {
  margin-right: auto;
  margin-left: auto;
}

.button-link a, p.button-link a {
  display: block;
  padding: 12px 20px 13px;
  text-align: center;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.2);
  box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button-link.button-link_type_black a, p.button-link.button-link_type_black a {
  background: rgb(52, 61, 69);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

/* /anken-list-B */
