html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  word-break: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Century", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.8;
  min-width: 320px;
  font-size: 1.6rem;
  background: rgb(79, 92, 112);
  background: linear-gradient(
    180deg,
    rgba(79, 92, 112, 1) 0%,
    rgba(40, 46, 56, 1) 100%
  );
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 896px) {
  body {
    font-size: 1.78571vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.l_header .mv {
  text-align: center;
  position: relative;
}
.l_header .mv .spShow {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l_header .mv .pcShow {
    display: none;
  }
  .l_header .mv .spShow {
    display: block;
  }
}
.l_contents {
  /* background-color: #fff; */
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}
.l_contents-pc {
  text-align: center;
  background: rgb(0, 47, 115);
  background: linear-gradient(
    135deg,
    rgba(0, 47, 115, 1) 0%,
    rgba(1, 12, 78, 1) 50%,
    rgba(1, 0, 6, 1) 100%
  );
}
@media only screen and (max-width: 640px) {
  .l_contents-pc {
    display: none;
  }
}
.l_contents-pc-add {
  margin-top: 3.2rem;
}
.l_contents-sp {
  display: none;
  background: rgb(0, 47, 115);
  background: linear-gradient(
    135deg,
    rgba(0, 47, 115, 1) 0%,
    rgba(1, 12, 78, 1) 50%,
    rgba(1, 0, 6, 1) 100%
  );
  /* background-size: cover;
  background-position: center; */
  padding: 50px 0;
}
/* .l_contents-sp::before {
  content: "";
  background-color: #00315c;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */
@media only screen and (max-width: 640px) {
  .l_contents-sp {
    display: block;
  }
}
.l_contents_inner {
  position: relative;
  z-index: 1;
}
.l_contents_inner-narrow {
  width: 90%;
  margin: auto;
}
.block-space7L {
  margin-top: 90px;
}
@media only screen and (max-width: 1440px) {
  .block-space7L {
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 896px) {
  .block-space7L {
    margin-top: 8.92857vw;
  }
}
@media only screen and (max-width: 640px) {
  .block-space7L {
    margin-top: 12vw;
  }
}
.block-space10L {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .block-space10L {
    margin-top: 8.33333vw;
  }
}
@media only screen and (max-width: 896px) {
  .block-space10L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .block-space10L {
    margin-top: 14.66667vw;
  }
}
.wrap-map {
  background-color: #fff;
  margin-top: 5.6rem;
  padding: 5.6rem 0;
}
.block-design1 {
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  text-align: center;
  width: 75%;
}
.title-positionCenter {
  text-align: center;
}
.textBox.mt4 {
  margin-top: 4rem;
}
.textBox-flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.textBox-spaceL {
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .textBox-spaceL {
    margin-top: 2.08333vw;
  }
}
@media only screen and (max-width: 896px) {
  .textBox-spaceL {
    margin-top: 2.23214vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox-spaceL {
    margin-top: 4vw;
  }
}
.textBox-space10L {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .textBox-space10L {
    margin-top: 8.33333vw;
  }
}
@media only screen and (max-width: 896px) {
  .textBox-space10L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox-space10L {
    margin-top: 14.66667vw;
  }
}
.textBox-positionCenter {
  text-align: center;
}
.textBox-design1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.textBox-design1 .textBox_text:nth-child(odd) {
  background-color: #fff;
  border-radius: 20px;
  color: #023f98;
  letter-spacing: 4px;
  padding: 0px 11px 0px 15px;
}
.textBox-design2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 400px) {
  .textBox-design2 {
    display: block;
  }
}
.textBox-design2 .textBox_text:first-child {
  margin-right: 30px;
}
.textBox_text {
  color: #fff;
  font-feature-settings: "palt";
}
.textBox_text.center {
  text-align: center;
}
.textBox_text.gold {
  color: #d6b35d;
  white-space: nowrap;
}
.textBox_text.gold.flex {
  display: flex;
  align-items: flex-end;
}
.textBox_text-fontGothic {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: normal;
}
.textBox_text-sizeS {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-sizeS {
    font-size: 14px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-sizeS {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-sizeS {
    font-size: 8px;
    font-size: 2.13333vw;
  }
}
.textBox_text-sizeL {
  font-size: 2rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-sizeL {
    font-size: 20px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-sizeL {
    font-size: 2.23214vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-sizeL {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.textBox_text-size2L {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size2L {
    font-size: 25px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size2L {
    font-size: 2.79018vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size2L {
    font-size: 15px;
    font-size: 4vw;
  }
}
.textBox_text-size3L {
  font-size: 3rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size3L {
    font-size: 30px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size3L {
    font-size: 3.34821vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size3L {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.textBox_text-size4L {
  font-size: 4rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size4L {
    font-size: 40px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size4L {
    font-size: 4.46429vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size4L {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.textBox_text-size5L {
  font-size: 5rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size5L {
    font-size: 50px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size5L {
    font-size: 5.58036vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size5L {
    font-size: 30px;
    font-size: 8vw;
  }
}
.textBox_text-size7L {
  font-size: 7rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size7L {
    font-size: 70px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size7L {
    font-size: 7.78036vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size7L {
    /* font-size: 30px; */
    font-size: 6vw;
  }
}
.textBox_text-lineHeightS {
  line-height: 0.8;
}
.textBox_text-verticalSub {
  vertical-align: sub;
}
.textBox_text-numeric1 {
  font-weight: normal;
}
.textBox_text-numeric2 {
  letter-spacing: 0.2rem;
  font-weight: normal;
}
.big-number img {
  max-height: 50px;
}
.imgBox.mt4 {
  margin-top: 4rem;
}
.imgBox-positionCenter {
  text-align: center;
}
.imgBox-space6L {
  margin-top: 80px;
}
@media only screen and (max-width: 1440px) {
  .imgBox-space6L {
    margin-top: 5.55556vw;
  }
}
@media only screen and (max-width: 896px) {
  .imgBox-space6L {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 640px) {
  .imgBox-space6L {
    margin-top: 12vw;
  }
}
.imgBox-space10L {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .imgBox-space10L {
    margin-top: 8.33333vw;
  }
}
@media only screen and (max-width: 896px) {
  .imgBox-space10L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .imgBox-space10L {
    margin-top: 14.66667vw;
  }
}
.list-space7L {
  margin-top: 90px;
}
@media only screen and (max-width: 1440px) {
  .list-space7L {
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-space7L {
    margin-top: 8.92857vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-space7L {
    margin-top: 12vw;
  }
}
.list-space10L {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .list-space10L {
    margin-top: 8.33333vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-space10L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-space10L {
    margin-top: 14.66667vw;
  }
}
.list-design1 {
  padding: 0 5.33333vw;
}
@media (max-width: 510px) {
  .list-design1 {
    padding: 0;
  }
}
.list_item {
  line-height: 1;
  border-left: 1vw transparent solid;
  border-right: 1vw transparent solid;
  margin-bottom: 48px;
}
.list-pc li:first-of-type,
.list-pc li:last-of-type {
  border-left: none;
  border-right: none;
}
.list_item-space3L {
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .list_item-space3L {
    margin-top: 3.47222vw;
  }
}
@media only screen and (max-width: 896px) {
  .list_item-space3L {
    margin-top: 4.46429vw;
  }
}
@media only screen and (max-width: 640px) {
  .list_item-space3L {
    margin-top: 6.66667vw;
  }
}
.ml1 {
  margin-left: 1rem;
}
.table {
  margin: 4rem auto 0;
  width: 95%;
}
.table-space8L {
  margin-top: 100px;
}
@media only screen and (max-width: 1440px) {
  .table-space8L {
    margin-top: 6.94444vw;
  }
}
@media only screen and (max-width: 896px) {
  .table-space8L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .table-space8L {
    margin-top: 13.33333vw;
  }
}
.table_data {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: normal;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.btn-flex {
  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;
}
@media only screen and (max-width: 640px) {
  .btn-flex {
    justify-content: center;
    margin-top: 4rem;
  }
}
.btn-pc {
  /* bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute; */
  padding: 0 60px;
  width: 100%;
}
/* @media only screen and (max-width: 1440px) {
  .btn-pc {
    bottom: 60px;
    padding: 0 4.16667vw;
  }
}
@media only screen and (max-width: 896px) {
  .btn-pc {
    bottom: 40px;
    padding: 0 4.46429vw;
  }
} */
.btn_inner {
  width: 20%;
  display: inline-block;
  text-align: center;
  /* margin-top: 20px; */
}
@media only screen and (max-width: 640px) {
  .btn_inner {
    width: 47%;
  }
}
.btn_inner_anchor {
  /* background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b39c0b),
    color-stop(15%, #e1c50c),
    to(#e1c50c)
  );
  background: linear-gradient(0deg, #b39c0b 0%, #e1c50c 15%, #e1c50c 100%); */
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 3px 0;
  position: relative;
}
/* .btn_inner_anchor::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b39c0b),
    color-stop(15%, #e1c50c),
    to(#e1c50c)
  );
  background: linear-gradient(0deg, #b39c0b 0%, #e1c50c 15%, #e1c50c 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  width: 100%;
} */
.btn_inner_anchor span {
  white-space: nowrap;
  position: relative;
}
.btn_inner_anchor span span:nth-of-type(1) {
  font-size: 24px;
}
.btn_inner_anchor span span:nth-of-type(2) {
  font-size: 14px;
}
.btn_inner_anchor:hover {
  opacity: 0.6;
}
/* .btn_inner_anchor:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(85%, #fff),
    to(#ccc)
  );
  background: linear-gradient(0deg, #fff 0%, #fff 85%, #ccc 100%);
  color: #e1c50c;
}
.btn_inner_anchor:hover::before {
  opacity: 0;
} */
.btn_inner_anchor.disabled {
  pointer-events: none;
}
.btn_inner.thanks {
  display: block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .btn_inner_anchor.thanks-sp {
    display: inline-flex;
    flex-direction: column;
  }
  .btn_inner_anchor.thanks-sp::before {
    content: "";
    display: block;
    width: 132px;
    height: 31px;
    background-image: url(../images/btn_thanks_sp.jpg);
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .btn_inner.mt2 {
    margin-top: 2rem;
  }
}
.btn_inner.thanks:hover {
  opacity: 1;
  cursor: default;
}
.btn_inner.thanks_over::before {
  content: "";
  display: block;
  width: 120px;
  height: 48px;
  background-image: url(../images/btn_thanks.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: fade 0.2s linear 1 alternate;
  z-index: 1;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-slider img {
  margin: 0 auto;
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-slider .slick-dots li {
  cursor: pointer;
  margin: 15px 6px 0;
  width: 10px;
  position: relative;
}
.slick-slider .slick-dots li::before {
  content: "";
  background-color: #fff;
  border-radius: 5px;
  height: 10px;
  position: absolute;
  width: 10px;
}
.slick-slider .slick-dots li button {
  visibility: hidden;
}
.slick-slider .slick-dots .slick-active::before {
  background-color: #f6ff1d;
}
.js-slider-1 img {
  height: 206px;
}

/* 追加 */
@media only screen and (min-width: 641px) {
  .list-pc {
    width: 95%;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .list-pc {
    display: none;
  }
}
.flexbox {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 896px) {
  .flexbox {
    flex-direction: column;
  }
}
/* @media only screen and (max-width: 640px) {
  .flex-pc {
    display: none;
  }
} */
.p-flex-pc__item {
  /* width: 100%; */
}
@media only screen and (max-width: 640px) {
  .p-flex-pc__item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0.1em;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-flex-sp__list li:last-of-type {
    margin-bottom: 0;
  }
  .p-flex-pc__span {
    flex-basis: 100%;
    display: block;
    padding-left: 1em;
  }
  /* .p-flex-pc__span.fb63 {
    flex-basis: 63%;
  }
  .p-flex-pc__span.fb45 {
    flex-basis: 45%;
  } */
}
.list-pc img {
  height: 280px;
}
.p-flex-pc__map {
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .p-flex-pc__map {
    width: 39vw;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 896px) {
  .p-flex-pc__map {
    width: 100%;
  }
}
.p-flex-pc__list {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  flex-wrap: wrap;
  text-align: left;
  /* max-width: 500px; */
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media only screen and (max-width: 896px) {
  .p-flex-pc__list {
    margin: 4rem auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-flex-sp__list {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    max-width: 500px;
    font-feature-settings: "palt";
    margin-top: 4rem;
    font-weight: normal;
  }
}
.p-flex-pc__dt {
  width: 50%;
}
.p-flex-pc__dd {
  width: 50%;
}
/* 物件詳細ページ・お問合せはこちらから */
.inquiry {
  margin-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.inquiry-title {
  color: #fff;
  font-size: 4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 960px) {
  .inquiry-title {
    font-size: 3vw;
  }
}
.inquiry-title::before,
.inquiry-title::after {
  content: "";
  display: block;
  width: 13%;
  height: 2px;
  background-color: #fff;
}
/* @media only screen and (max-width: 960px) {
  .inquiry-title {
    font-size: 2rem;
  }
} */
.inquiry-title::before {
  margin-right: 2%;
}
.inquiry-title::after {
  margin-left: 2%;
}

/* 内観スライドショー */
.list.mt4 {
  margin-top: 4rem;
}

.p-inquiry__btn{
  background: linear-gradient(to right,#e0c580,#fff, #e0c580);
  color: #020101;
  font-size: 4.0rem;
  padding: 20px 50px 20px 40px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.p-inquiry__btn{
  background: linear-gradient(to right,#e0c580,#fff, #e0c580);
  color: #020101;
  font-size: 1.6rem;
  padding: 20px 40px 20px 30px;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
  max-width: 80%;
  margin:50px auto 0;
}}
@media only screen and (max-width: 768px) {
.p-inquiry__btn{
  background: linear-gradient(to right,#e0c580,#fff, #e0c580);
  color: #020101;
  font-size: 1.6rem;
  padding: 20px 40px 20px 30px;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
  max-width: 100%;
  margin:50px auto 0;
}}

.p-inquiry__btn::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #020101;
  border-right: 2px solid #020101;
  transform: rotate(45deg);
  box-sizing: border-box;
}
