@charset "utf-8";
/*
theme Name: marusan-theme
Author: -
Description: original theme
version： 2.2.0
*/
.project__desc:nth-of-type(2) p:nth-of-type(2) {
  width: 100%!important;
}
.footer__menu ul {
  flex-wrap: wrap;
  gap: 1em;
}
.footer__menu ul li {
  margin-right: 0!important;
}

.project_btnarea {
  text-align: center;
}
.project_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 100px;
  margin: 0 auto;
  background-color: #db0000;
  border-radius: 8px;
}
.project_btn-inner {
  color: #fff;
  display: inline-block;
  position: relative;
}
.project_btn-inner:after {
  content: "";
  position: absolute;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  top: 50%;
  right: -32px;
}
@media screen and (max-width: 780px) {
  .project_btn {
    width: 100%;
    max-width: 320px;
    height: 82px;
  }
  .footer__menu ul li a {
    padding: 10px 0!important;
  }
  .footer__menu ul {
    gap: 0;
  }
}
