/* sp-fixed
----------------------------------*/
.sp-fixed {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: block;
  }

  .sp-fixed ul li {
    width: 50%;
  }

  .sp-fixed ul li:nth-of-type(odd) {
    border-right: solid 1px #FFF;
  }

  .sp-fixed ul li:nth-of-type(even) {
    border-left: solid 1px #FFF;
  }

  .sp-fixed ul li a {
    display: block;
    padding: 20px 5px;
    color: #FFF;
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
  }

  .sp-fixed ul li:nth-of-type(odd) a {
    background-color: #D25763;
  }

  .sp-fixed ul li:nth-of-type(even) a {
    background-color: #6C90C7;
  }
}

/* hero
----------------------------------*/

#hero .titleWrap {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: #FFF;
  text-align: center;
}

#hero .titleWrap p {
  margin-top: 5px;
  font-size: 20px;
}

#hero .leftBox {
  width: 50%;
  line-height: 0;
}

#hero .rightBox {
  width: 50%;
  line-height: 0;
}

#hero img {
  width: 100%;
  min-height: 570px;
  object-fit: cover;
}

#hero #slide01 .swiper-slide01 img {
  object-position: right;
}

#hero #slide02 img {
  object-position: left;
}

#hero ul {
  padding: 0;
  margin: 0;
  height: fit-content !important;
}

#hero ul li {
  height: fit-content !important;
}

@media screen and (max-width: 1280px) {
  #hero .titleWrap p {
    margin-top: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {

  #hero {
    margin-bottom: 30px;
  }

  #hero .leftBox,
  #hero .rightBox {
    width: 100%;
  }

  #hero img {
    height: 320px;
    min-height: auto;
  }
}

/* info
----------------------------------*/
#info {
  margin-bottom: 120px;
}

#info h2 {
  letter-spacing: 2px;
}

#info p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #info {
    margin-bottom: 150px;
  }

  #info h2 {
    font-size: 30px;
    line-height: 1.6;
  }
}

/* aboutus
----------------------------------*/
#aboutas {
  margin-bottom: 150px;
}

#aboutas h2 img {
  height: 69px;
}

#aboutas ul.column {
  margin-bottom: 20px;
}

#aboutas ul.column li {
  width: calc((100% - 30px) / 2);
  padding: 20px 15px;
  margin-bottom: 30px;
  background-color: #EEEEED;
}

#aboutas ul.column li:nth-of-type(odd) {
  margin-right: 15px;
}

#aboutas ul.column li:nth-of-type(even) {
  margin-left: 15px;
}

#aboutas ul.column li h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}

#aboutas ul.column li h5 {
  font-size: 16px;
  text-align: center;
}

#aboutas ul.column li .column {
  margin-top: 15px;
  padding: 0 10px;
}

#aboutas ul.column li .column .textWrap {
  width: calc(100% - 130px);
  padding-right: 20px;
}

#aboutas ul.column li .column .textWrap p {
  font-size: 15px;
  line-height: 1.9;
}

#aboutas ul.column li .column .imgWrap {
  width: 130px;
}

#aboutas ul.column li .column .imgWrap p {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  section h2 {
    margin-bottom: 0;
  }

  #aboutas ul.column li {
    width: 100%;
  }

  #aboutas ul.column li:nth-of-type(odd) {
    margin-right: 0;
  }

  #aboutas ul.column li:nth-of-type(even) {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  #aboutas ul.column li .column .textWrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }

  #aboutas ul.column li .column .imgWrap {
    width: 80%;
    margin: 0 auto;
  }
}

/* entrance
----------------------------------*/
#entrance {
  margin-bottom: 200px;
  overflow: hidden;
}

#entrance figure {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #entrance {
    margin-bottom: 120px;
  }
}

/* .entranceContent
----------------------------------*/
.entranceContent .heading {
  padding: 35px 20px 50px;
  background-color: #6C90C7;
  color: #FFF;
}

.entranceContent .inner {
  position: relative;
  z-index: 0;
}

.entranceContent .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #FFF;
}

.entranceContent h2 img {
  height: 30px;
}

.entranceContent h3 {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 22px;
}

.entranceContent .linkArea {
  position: relative;
  padding: 5px;
}

.entranceContent .linkArea a {
  display: block;
}

.entranceContent .linkArea .quotation_marks span {
  display: flex;
  position: absolute;
  width: 10px;
  height: 10px;
}

.entranceContent .linkArea .quotation_marks span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.entranceContent .linkArea .quotation_marks span:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.entranceContent .linkArea .quotation_marks span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}

.entranceContent .linkArea .quotation_marks span:nth-of-type(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.entranceContent .kouza {
  margin-bottom: 15px;
}

.entranceContent .kouza,
.entranceContent .kentei {
  position: relative;
  overflow: hidden;
}

.entranceContent dl {
  align-items: center;
  padding: 15px 30px;
}

.entranceContent dl dt {
  width: 50px;
  line-height: 0;
  text-align: center;
}

.entranceContent .kentei dl dt img {
  width: 37px;
}

.entranceContent dl dd {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.entranceContent dl dd h4 {
  line-height: 1.2;
}

.entranceContent dl dd p {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.4;
}

.entranceContent .bridalPlanner {
  color: #D25763;
}

.entranceContent .dressStylist {
  color: #6C90C7;
}

.entranceContent .bridalPlanner h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 6px;
  height: 20px;
  background-image: url(../img/icon_title_left_pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.entranceContent .bridalPlanner h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
  width: 6px;
  height: 20px;
  background-image: url(../img/icon_title_right_pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.entranceContent .dressStylist h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 6px;
  height: 20px;
  background-image: url(../img/icon_title_left_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.entranceContent .dressStylist h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
  width: 6px;
  height: 20px;
  background-image: url(../img/icon_title_right_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.entranceContent .bridalPlanner a,
.entranceContent .bridalPlanner a:link,
.entranceContent .bridalPlanner a:visited {
  color: #D25763;
}

.entranceContent .dressStylist a,
.entranceContent .dressStylist a:link,
.entranceContent .dressStylist a:visited {
  color: #6C90C7;
}

.entranceContent .bridalPlanner,
.entranceContent .dressStylist {
  width: calc((100% - 80px) / 2)
}

.entranceContent .bridalPlanner {
  margin-right: 40px;
}

.entranceContent .dressStylist {
  margin-left: 40px;
}

.entranceContent .kouza,
.entranceContent .kentei {
  transition: all .5s ease;
}

.entranceContent .bridalPlanner .kouza:after,
.entranceContent .bridalPlanner .kentei:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background-image: url(../img/bg_line_pink.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.entranceContent .dressStylist .kouza:after,
.entranceContent .dressStylist .kentei:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background-image: url(../img/bg_line_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.entranceContent .bridalPlanner .linkArea a:hover .kouza,
.entranceContent .bridalPlanner .linkArea a:hover .kentei {
  background-color: #D25763;
  transition: all .5s ease;
}

.entranceContent .dressStylist .linkArea a:hover .kouza,
.entranceContent .dressStylist .linkArea a:hover .kentei {
  background-color: #6C90C7;
  transition: all .5s ease;
}

.entranceContent .linkArea a:hover .kouza dt::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 43px;
  background-image: url(../img/icon_kouza_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.entranceContent .linkArea a:hover .kentei dt::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 51px;
  background-image: url(../img/icon_kentei_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.entranceContent .linkArea a:hover h4,
.entranceContent .linkArea a:hover p {
  color: #FFF;
}

.entranceContent .bridalPlanner .lead,
.entranceContent .dressStylist .lead {
  margin-top: 30px;
  font-size: 15px;
}


@media screen and (max-width: 1080px) {
  .entranceContent dl dd h4 {
    font-size: 20px;
  }
}

@media screen and (max-width:768px) {
  .entranceContent .heading {
    padding: 25px 20px 20px;
    margin-bottom: 30px;
  }

  .entranceContent .heading h2 {
    font-size: 20px;
  }

  .entranceContent .inner:before {
    content: none;
  }

  .entranceContent .inner.column {
    display: block;
  }

  .entranceContent .bridalPlanner,
  .entranceContent .dressStylist {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .entranceContent .bridalPlanner {
    margin-bottom: 50px;
  }

  .entranceContent h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .entranceContent h2 img {
    height: 25px;
  }

  .entranceContent h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  .entranceContent .bridalPlanner h3::before {
    left: -15px;
    width: 12px;
    height: 40px;
  }

  .entranceContent .bridalPlanner h3::after {
    right: -15px;
    width: 12px;
    height: 40px;
  }

  .entranceContent .dressStylist h3::before {
    left: -15px;
    width: 12px;
    height: 40px;
  }

  .entranceContent .dressStylist h3::after {
    right: -15px;
    width: 12px;
    height: 40px;
  }

  .entranceContent dl {
    padding: 15px 20px;
  }

  .entranceContent dl dt {
    width: 35px;
  }

  .entranceContent .kentei dl dt img {
    width: 30px;
  }

  .entranceContent dl dd {
    width: calc(100% - 35px);
  }

  .entranceContent dl dd h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .entranceContent dl dd p {
    font-size: 12px;
  }

  .entranceContent .kouza,
  .entranceContent .kentei {
    border: solid 1px;
  }

  .entranceContent .bridalPlanner .kouza:after,
  .entranceContent .bridalPlanner .kentei:after {
    content: none;
  }

  .entranceContent .dressStylist .kouza:after,
  .entranceContent .dressStylist .kentei:after {
    content: none;
  }
}

/* wedding
----------------------------------*/
#wedding {
  margin-bottom: 160px;
}

#wedding .inner {
  position: relative;
}

#wedding h2 img {
  height: 75px;
}

#wedding .textWrap {
  width: 270px;
  min-height: 335px;
  margin-bottom: 5px;
}

#wedding .imgWrap {
  position: absolute;
  z-index: -1;
  top: 35px;
  right: 0;
}

#wedding .kind {
  margin: 0 -5px;
}

#wedding .kind .kindContent {
  width: 50%;
}

#wedding .kind li {
  width: calc((100% - 30px) / 3);
  margin: 0 5px;
}

#wedding .kind li p {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #wedding {
    margin-bottom: 80px;
  }

  #wedding h2 {
    margin-bottom: -15%;
    text-align: center;
  }

  #wedding h2 img {
    height: 38px;
  }

  #wedding .inner {
    width: 100%;
  }

  #wedding .kind li {
    width: calc((100% - 30px) / 3);
  }

  #wedding .weddingContent {
    position: relative;
  }

  #wedding .textWrap {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    min-height: auto;
    margin: auto;
    text-align: center;
    background-image: radial-gradient(rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%);
    padding: 20px;
  }

  #wedding .textWrap h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #wedding .textWrap p {
    font-size: 16px;
    line-height: 1.8;
  }

  #wedding .imgWrap {
    position: relative;
    top: auto;
    margin-bottom: 40px;
    line-height: 0;
  }

  #wedding .kind {
    display: block;
  }

  #wedding .kind .kindContent {
    width: 92%;
  }

  #wedding .kind .kindContent:first-of-type {
    margin-left: auto;
  }

  #wedding .kind li p {
    margin: -10px 0 20px;
    font-size: 14px;
  }


}

/* work
----------------------------------*/
#work {
  position: relative;
  padding-bottom: 160px;
  overflow: hidden;
}

#work .bgWrap {
  position: relative;
  z-index: 0;
}

#work .bgWrap .textWrap {
  width: fit-content;
  padding-right: 20px;
  padding-bottom: 400px;
  margin-left: auto;
}

#work .bgWrap .textWrap h2 img {
  height: 155px;
}

#work .bgWrap .textWrap h3 {
  padding-left: 35px;
}

#work .bgWrap .textWrap p {
  padding-left: 30px;
}

#work .bgWrap .workImg01,
#work .bgWrap .workImg02,
#work .bgWrap .workImg03,
#work .bgWrap .workImg04 {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  overflow: hidden;
  width: fit-content;
}

#work .bgWrap .workImg01 {
  top: 30px;
  left: 0;
}

#work .bgWrap .workImg02 {
  top: 105px;
  right: 0;
}

#work .bgWrap .workImg03 {
  bottom: 100px;
  left: 0;
  right: 330px;
  margin: 0 auto;
}

#work .bgWrap .workImg04 {
  bottom: 50px;
  right: 0;
  left: 310px;
  margin: 0 auto;
}

#work .inner h3 span.pink {
  display: inline;
  overflow: hidden;
  background-image: url(../img/bg_line_pink.svg);
  background-size: 100%;
}

#work .inner h3 span.blue {
  display: inline;
  overflow: hidden;
  background-image: url(../img/bg_line_blue.svg);
  background-size: 100%;
}

@media screen and (max-width: 1000px) {

  #work .bgWrap .textWrap {
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }

  #work .bgWrap .workImg01 {
    top: -150px;
    left: -200px;
  }

  #work .bgWrap .workImg03,
  #work .bgWrap .workImg04 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #work {
    padding-bottom: 80px;
  }

  #work h2 {
    margin-bottom: 40px;
  }

  section .inner>h3 {
    font-size: 17px;
  }

  #work .bgWrap .textWrap {
    padding-right: 0;
  }

  #work .bgWrap .textWrap h2 img {
    height: 86px;
  }

  #work .bgWrap .textWrap h3 {
    margin-bottom: 10px;
  }

  #work .bgWrap .textWrap p {
    margin-bottom: 40px;
    font-size: 16px;
  }

  #work .bgWrap .workImg01 {
    top: -50px;
    left: -100px;
    width: 200px;
  }

  #work .bgWrap .workImg01:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30%;
    right: -30px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%);
  }

  #work .bgWrap .workImg02 {
    top: 40px;
    right: -50px;
    width: 125px;
  }
}

/* challenging
----------------------------------*/
#challenging {
  position: relative;
  padding: 100px 0 140px;
  background-color: #EEEDEE;
}

#challenging:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: url(../img/hero_bottom_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

#challenging .inner {
  max-width: 800px;
}

#challenging .heading {
  padding: 40px;
  margin-bottom: 110px;
  text-align: center;
}

#challenging .heading {
  --x-gradient: linear-gradient(90deg, #585250 0 30px, transparent 0 calc(100% - 30px), #585250 calc(100% - 30px));
  --y-gradient: linear-gradient(#585250 0 30px, transparent 0 calc(100% - 30px), #585250 calc(100% - 30px));
  background-image: var(--x-gradient),
    var(--y-gradient),
    var(--x-gradient),
    var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px,
    1px 100%,
    100% 1px,
    1px 100%;
  background-position: top,
    right,
    bottom,
    left;
}

#challenging .heading h2 {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #C8C8C8;
}

#challenging .heading p {
  line-height: 1.8;
}

#challenging .inner>figure {
  margin-bottom: 140px;
}

#challenging .inner>figure>img {
  width: 100%;
  max-width: 600px;
}

#challenging .inner>h3 {
  margin-bottom: 60px;
  font-size: 26px;
}

#challenging .inner>p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #challenging .heading {
    padding: 20px;
    margin-bottom: 80px;
  }

  #challenging .heading h2 {
    font-size: 22px;
  }

  #challenging .heading p {
    text-align: left;
  }

  #challenging .inner>h3 {
    font-size: 17px;
  }

  #challenging .inner>figure {
    margin-bottom: 80px;
  }

  #challenging .inner>p {
    line-height: 1.8;
  }
}

/* entrance2
----------------------------------*/
#entrance2 {
  position: relative;
  padding: 80px 0 100px;
}

#entrance2>h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 120px;
  line-height: 1.5;
}

#entrance2>h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -145px;
  width: 123px;
  height: 173px;
  margin: auto 0;
  background-image: url(../img/index/entrance2_titleimg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#entrance2 .bridalPlanner h2,
#entrance2 .dressStylist h2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #entrance2 {
    padding: 40px 0 80px;
  }

  #entrance2>h2 {
    margin-bottom: 30px;
  }

  #entrance2>h2:after {
    content: none;
  }
}

/* about
----------------------------------*/
#about {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 80px;
  background-image: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 1), rgba(237, 236, 236, 1));
}

#about:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: url(../img/hero_top_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#about:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: url(../img/hero_bottom_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

#about .column>.textWrap p {
  font-size: 16px;
  line-height: 1.9;
}

#about .column>.textWrap .button {
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
}

#about .column>.textWrap .button a {
  position: relative;
  display: block;
  padding: 8px 50px 8px 18px;
  background-color: #585250;
  color: #FFF;
  font-size: 16px;
}

#about .column>.textWrap .button a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background-image: url(../img/icon_document.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#about .column>.imgWrap {
  line-height: 0;
}

#about .column.abc {
  margin-bottom: 50px;
}

#about .column.abc>.textWrap {
  width: calc(100% - 463px);
  padding-right: 40px;
}

#about .column.abc>.imgWrap {
  width: 463px;
}

#about .column.rep>.textWrap {
  width: calc(100% - 167px);
  padding-left: 25px;
}

#about .column.rep>.textWrap h4 {
  margin-bottom: 12px;
  font-size: 20px;
}

#about .column.rep>.textWrap p {
  padding-right: 40px;
}

#about .column.rep>.imgWrap {
  width: 167px;
}

@media screen and (max-width: 768px) {
  #about {
    padding-top: 50px;
    background-image: linear-gradient(rgba(245, 245, 245, 1) 0%, rgba(237, 236, 236, 1) 100%);
  }

  #about h2 {
    position: relative;
    top: -15px;
    margin-bottom: 0;
    font-size: 30px;
  }

  #about .column.abc {
    flex-flow: column-reverse;
  }

  #about .column.abc>.textWrap {
    width: 100%;
    padding-right: 0;
  }

  #about .column.abc>.imgWrap {
    width: 100%;
    max-width: 463px;
    margin: 0px auto 20px
  }

  #about .column>.textWrap .button {
    margin: 25px auto 0;
  }

  #about .column.rep>.textWrap,
  #about .column.rep>.imgWrap {
    width: 100%;
  }

  #about .column.rep>.imgWrap {
    margin-bottom: 15px;
    text-align: center;
  }

  #about .column.rep>.imgWrap img {
    width: 200px;
  }

  #about .column.rep>.textWrap {
    padding-left: 0;
  }

  #about .column.rep>.textWrap h4 {
    font-size: 18px;
    line-height: 1.6;
  }

  #about .column>.textWrap p {
    font-size: 15px;
    line-height: 1.8;
  }

  #about .column.rep>.textWrap p {
    padding-right: 0;
  }
}

/* button
----------------------------------*/
.button {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.button a {
  position: relative;
  display: block;
  padding: 20px 50px 20px 18px;
  background-color: #585250;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.button a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background-image: url(../img/icon_document.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}