@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
}

.cta {
  background: #beac95;
  font-size: 20px;
  padding: 40px 20px;
}
.cta h2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0.8em;
}
.cta ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .cta ul {
    gap: 10px;
    flex-direction: column;
  }
}
.cta ul li:nth-child(1) a {
  background: #f51396;
}
.cta ul li:nth-child(2) a {
  background: #83db3b;
}
.cta ul li a {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 1em;
  width: 280px;
  color: #fff;
  border-radius: 10em;
  font-size: 19px;
  font-weight: 500;
  padding: 0.5em;
}
@media screen and (max-width: 650px) {
  .cta ul li a {
    font-size: 15px;
    width: 100%;
  }
}
.cta ul li a img {
  width: 1em;
}

.heading_1 {
  padding: 40px 10px;
}
.heading_1::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-bottom: solid 5px #de5352;
  border-right: solid 5px #de5352;
  transform: rotate(45deg);
}
.heading_1 h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
.heading_1 h2 span {
  font-size: 15px;
  display: block;
}
.heading_1 h2 br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .heading_1 h2 br.sp {
    display: block;
  }
}

.heading_2 {
  padding: 40px 10px;
}
.heading_2::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 100px;
  height: 5px;
  border-radius: 10em;
  background: #de5352;
}
.heading_2 h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
.heading_2 h2.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .heading_2 h2.pc {
    display: none;
  }
}
.heading_2 h2 .sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .heading_2 h2 .sp {
    display: block;
  }
}
.heading_2 h2 span {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.mainvisual {
  line-height: 0;
}
.mainvisual img {
  width: 100%;
}
.mainvisual img.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .mainvisual img.pc {
    display: none;
  }
}
.mainvisual img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .mainvisual img.sp {
    display: block;
  }
}

.txt_box {
  padding: 60px 20px;
}
.txt_box.bg {
  background: #efeeea;
}
.txt_box .txt {
  margin: 0 auto;
  max-width: 580px;
}
.txt_box .txt p {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 1em;
}

#concept {
  background: #efeeea;
  margin-top: 100px;
  padding: 60px 0;
  position: relative;
}
#concept .bg1,
#concept .bg2 {
  position: absolute;
  width: 40%;
}
#concept .bg1 {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#concept .bg2 {
  bottom: 0;
  right: 0;
}
#concept .inner {
  max-width: 1600px;
  margin: 0 auto 60px;
  display: flex;
  align-items: start;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #concept .inner {
    flex-direction: column;
    align-items: center;
  }
}
#concept .inner img {
  max-width: 700px;
  margin-top: -100px;
}
@media screen and (max-width: 1200px) {
  #concept .inner img {
    max-width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #concept .inner img {
    max-width: 90%;
  }
}
#concept .inner .txt {
  padding: 0 80px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  #concept .inner .txt {
    padding: 0 40px;
  }
}
#concept .inner .txt h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
}
#concept .inner .txt p {
  line-height: 2.4;
  font-size: 15px;
}
#concept .inner .txt .name {
  margin-top: 15px;
  float: right;
  text-align: center;
}
#concept .links {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
#concept .links ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #concept .links ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#concept .links ul li {
  flex: 1;
}
#concept .links .copy {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #concept .links .copy {
    font-size: 5vw;
    text-align: center;
  }
}

#concept .links .copy br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #concept .links .copy br.sp {
    display: block;
  }
}

.img_box {
  text-align: center;
  padding: 20px 10px;
}
.img_box img {
  max-width: 700px;
  width: 100%;
}
.img_box img.pc {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .img_box img.pc {
    display: none;
  }
}
.img_box img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .img_box img.sp {
    display: inline-block;
  }
}

.pagelinks {
  padding: 60px 20px;
}
.pagelinks ul {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .pagelinks ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pagelinks ul li {
  flex: 1;
}

.point {
  padding: 40px 0 60px;
}
.point .inner {
  max-width: 700px;
  margin: 0 auto;
}
.point .inner .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .point .inner .item {
    gap: 30px;
    flex-direction: column;
  }
}
.point .inner .item:not(:last-child) {
  margin-bottom: 60px;
}
.point .inner .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .point .inner .item:nth-child(even) {
    flex-direction: column;
  }
}
.point .inner .item img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .point .inner .item img {
    width: 80%;
  }
}
.point .inner .item .txt {
  flex: 1;
  padding: 0 30px;
}
.point .inner .item .txt .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.point .inner .item .txt .title .number {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #aaa;
  display: flex;
  font-family: "Noto Serif JP", serif;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  font-weight: 600;
}
.point .inner .item .txt .title .number span:nth-child(1) {
  font-size: 16px;
}
.point .inner .item .txt .title .number span:nth-child(2) {
  font-size: 45px;
  color: #937752;
}
.point .inner .item .txt .title h2 {
  flex: 1;
  font-size: 22px;
}
.point .inner .item .txt .title h2 span {
  display: block;
  font-size: 14px;
  color: #e05252;
}
.point .inner .item .txt p {
  font-size: 14px;
  line-height: 2.2;
}

.point .inner .item .txt p br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .point .inner .item .txt p br.sp {
    display: block;
  }
}

.information {
  max-width: 1600px;
  margin: 0 auto;
}
.information .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .information .inner {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.information .inner img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .information .inner img {
    width: 90%;
  }
}
.information .inner .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .information .inner .txt {
    padding: 20px;
    width: 100%;
  }
}
.information .inner .txt ul {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 600px) {
  .information .inner .txt ul {
    max-width: 100%;
    width: 100%;
  }
}
.information .inner .txt ul li {
  display: flex;
  border-bottom: solid 1px #bdac95;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .information .inner .txt ul li {
    flex-direction: column;
    padding: 10px;
  }
}
.information .inner .txt ul li h3 {
  width: 120px;
  font-size: 15px;
  font-weight: 400;
}
.information .inner .txt ul li span {
  font-size: 15px;
  font-weight: 400;
}
.information .inner .txt ul li span a {
  color: #000;
  text-decoration: underline;
}

footer {
  background: #ac9371;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 700px) {
  footer {
    margin-bottom: 40px;
  }
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 40px;
}
footer .inner .logo img {
  width: 150px;
}
footer .inner ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0.2em;
}
footer .inner ul li a img {
  width: 2.5em;
}
footer .copyright {
  border-top: solid 1px #fff;
  text-align: center;
  padding-top: 1em;
  color: #fff;
  font-size: 10px;
}

.beforeafter {
  background: #efeeea;
  padding: 40px 20px;
}
.beforeafter .inner {
  max-width: 520px;
  margin: 0 auto;
}
.beforeafter .inner .item:not(:last-child) {
  margin-bottom: 30px;
}
.beforeafter .inner .item img {
  display: block;
  margin-bottom: 5px;
}
.beforeafter .inner .item h3 {
  text-align: center;
  font-size: 14px;
  font-size: 500;
}

.beforeafter2 {
  background: #efeeea;
  padding: 40px 20px;
}
.beforeafter2 .inner {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.beforeafter2 .inner .item {
  width: 50%;
  padding: 20px;
}
.beforeafter2 .inner .item img {
  display: block;
  margin-bottom: 5px;
}
.beforeafter2 .inner .item h3 {
  text-align: center;
  font-size: 14px;
  font-size: 500;
}
.beforeafter2 .inner .item h3 br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .beforeafter2 .inner .item h3 br.sp {
    display: block;
  }
}

#faq {
  padding: 40px 20px 60px;
}
#faq .accordion {
  max-width: 1000px;
  margin: 0 auto;
}
#faq .accordion ul li {
  padding: 15px;
  border: solid 3px #bdac95;
}
#faq .accordion ul li:not(:last-child) {
  margin-bottom: 10px;
}
#faq .accordion ul li .Q {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 2em 0 30px;
  position: relative;
  cursor: pointer;
}
#faq .accordion ul li .Q::before {
  content: "Q";
  display: block;
  color: #df5352;
  position: absolute;
  top: -0.1em;
  font-weight: 500;
  left: 0;
}
#faq .accordion ul li .Q:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px #bdac95;
  border-bottom: solid 1px #bdac95;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: 0.3s;
}
#faq .accordion ul li .Q.open:after {
  transform: rotate(-135deg);
}
#faq .accordion ul li .A {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: 0.3s;
}
#faq .accordion ul li .A .txt {
  padding: 15px 0 0 30px;
  border-top: solid 1px #bdac95;
  margin: 10px 0;
  transition: 0.5s 0.2s;
  transform: translateY(5px);
  position: relative;
}
#faq .accordion ul li .A .txt::before {
  content: "A";
  display: block;
  color: #72c49b;
  position: absolute;
  top: 0.9em;
  font-weight: 500;
  left: 0;
}
#faq .accordion ul li .A .txt p:not(:last-child) {
  margin-bottom: 1em;
}

.worries {
  position: relative;
}
.worries .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.worries .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worries .bg img.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .worries .bg img.pc {
    display: none;
  }
}
.worries .bg img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .worries .bg img.sp {
    display: block;
  }
}
.worries .inner {
  padding: 40px 20px 60px;
}
.worries .inner ol {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.worries .inner ol li {
  display: flex;
  gap: 1em;
  font-size: 18px;
  padding: 1.5em 0 0.5em;
  border-bottom: solid 1px #bdac95;
}
.worries .inner ol li span.number {
  color: #df5352;
}
.worries .inner ol li span.txt {
  flex: 1;
}

.features .title {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 20px;
  gap: 1em;
}
.features .title h3 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
.features .title h3 span {
  display: block;
  font-size: 16px;
}
.features .title h3 br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .features .title h3 br.sp {
    display: block;
  }
}
.features .title div {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.features .title div:nth-child(1)::before, .features .title div:nth-child(1)::after {
  height: 80%;
  transform: rotate(-30deg);
  left: auto;
  right: 0.4em;
}
.features .title div:nth-child(1)::after {
  transform: rotate(-20deg);
  height: 100%;
  left: auto;
  right: 0;
}
.features .title div::before, .features .title div::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(20deg);
}
.features .title div::after {
  height: 80%;
  left: 0.4em;
  transform: rotate(30deg);
}
.features .clm {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .features .clm {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.features .clm .txt {
  flex: 1;
}
.features .clm .txt p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  .features .clm .txt p {
    text-align: center;
  }
  .features .clm .txt p br {
    display: none;
  }
}

.features .clm .txt p br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .features .clm .txt p br.sp {
    display: block;
  }
}
.features .clm img {
  width: 40%;
}
@media screen and (max-width: 700px) {
  .features .clm img {
    width: 80%;
  }
}

.menu {
  padding: 60px 20px;
}
.menu.bg {
  background: #efeeea;
}
.menu .inner {
  max-width: 650px;
  margin: 0 auto;
}
.menu .inner h3 {
  font-size: 15px;
  margin-bottom: 0.5em;
  padding-left: 0.4em;
}
.menu .inner h3.ladies {
  border-left: solid 7px #f51496;
}
.menu .inner h3.mens {
  border-left: solid 7px #14caf5;
}
.menu .inner ul {
  margin-bottom: 40px;
}
.menu .inner ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #000;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 0 10px;
}
@media screen and (max-width: 700px) {
  .menu .inner ul li {
    flex-direction: column;
    gap: 5px;
  }
}
.menu .inner ul li br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu .inner ul li br.sp {
    display: block;
  }
}
.menu .inner .btn {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
.menu .inner .btn a {
  display: inline-block;
  background: #f51296;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 10em;
  margin: 0 0.2em;
}
.menu .inner .btn br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu .inner .btn br.sp {
    display: block;
  }
}

.cta_2 {
  background: #bdac95;
}
.cta_2 .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
}
@media screen and (max-width: 900px) {
  .cta_2 .inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.cta_2 .inner h2 {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.cta_2 .inner h2 span {
  display: block;
}
.cta_2 .inner .line {
  width: 1px;
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .cta_2 .inner .line {
    display: none;
  }
}
.cta_2 .inner .tel a {
  display: block;
  color: #fff;
  font-size: 25px;
}
.cta_2 .inner .tel span {
  font-size: 14px;
  color: #fff;
}
.cta_2 .inner .btn h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  gap: 1em;
}
.cta_2 .inner .btn h3 span {
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
}
.cta_2 .inner .btn h3 span:nth-child(1)::before, .cta_2 .inner .btn h3 span:nth-child(1)::after {
  height: 80%;
  transform: rotate(-30deg);
  left: auto;
  right: 0.4em;
}
.cta_2 .inner .btn h3 span:nth-child(1)::after {
  transform: rotate(-20deg);
  height: 100%;
  left: auto;
  right: 0;
}
.cta_2 .inner .btn h3 span::before, .cta_2 .inner .btn h3 span::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(20deg);
}
.cta_2 .inner .btn h3 span::after {
  height: 80%;
  left: 0.4em;
  transform: rotate(30deg);
}
.cta_2 .inner .btn ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .cta_2 .inner .btn ul {
    gap: 10px;
    flex-direction: column;
  }
}
.cta_2 .inner .btn ul li:nth-child(1) a {
  background: #f51396;
}
.cta_2 .inner .btn ul li:nth-child(2) a {
  background: #83db3b;
}
.cta_2 .inner .btn ul li a {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 1em;
  width: 200px;
  color: #fff;
  border-radius: 10em;
  font-size: 14px;
  padding: 0.5em;
}
@media screen and (max-width: 500px) {
  .cta_2 .inner .btn ul li a {
    width: 100%;
  }
}
.cta_2 .inner .btn ul li a img {
  width: 1em;
}

.voice {
  background: #efeeea;
  padding: 40px 15px;
}
.voice .inner {
  max-width: 570px;
  margin: 0 auto;
}
.voice .inner .item {
  background: #fff;
  padding: 25px;
  border: solid 1px #bdac95;
  display: flex;
  align-items: center;
  gap: 20px;
}
.voice .inner .item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .voice .inner .item {
    flex-direction: column;
  }
}
.voice .inner .item .logo {
  width: 150px;
  border: solid 1px #bdac95;
  padding: 20px;
  line-height: 0;
  aspect-ratio: 1/1;
}
.voice .inner .item .txt {
  flex: 1;
}
.voice .inner .item .txt h3 {
  color: #bdac95;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.voice .inner .item .txt p {
  font-size: 15px;
  line-height: 1.8;
}
.voice .btn {
  text-align: center;
  padding-top: 40px;
}
.voice .btn a {
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 10em;
  color: #fff;
  background: #f51296;
}

.drawer_btn {
  font-size: 70px;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 101;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 600px) {
  .drawer_btn {
    font-size: 45px;
    top: 10px;
    right: 10px;
  }
}
.drawer_btn span,
.drawer_btn span:after,
.drawer_btn span:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 3px;
  background: #937752;
  position: absolute;
  transition: 0.3s;
}
.drawer_btn span:before {
  bottom: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span:after {
  top: 0.2em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span.active {
  background: rgba(255, 255, 255, 0);
}
.drawer_btn span.active:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
.drawer_btn span.active:after {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}

.drawer_content {
  width: 100vw;
  height: 100vh;
  background: #ac9371;
  padding: 100px 20px;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
}
.drawer_content.active {
  opacity: 1;
  top: 0;
  right: 0;
}
.drawer_content ul {
  text-align: center;
}
.drawer_content ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0.5em;
  display: inline-block;
}
.drawer_content ul li a img {
  width: 2.5em;
}

.tpl_fixedcta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.tpl_fixedcta ul.pc {
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .tpl_fixedcta ul.pc {
    display: none;
  }
}
.tpl_fixedcta ul.pc li {
  line-height: 0;
  padding: 5px;
}

.tpl_fixedcta ul.pc li a img {
  width: 120px;
}

.tpl_fixedcta ul.sp {
  display: flex;
  width: 100vw;
  padding: 15px 15px;
  gap: 10px;
  background: #e6dfd5;
}

@media screen and (min-width: 600px) {
  .tpl_fixedcta ul.sp {
    display: none;
  }
}
.tpl_fixedcta ul.sp li {
  flex: 1;
}

.tpl_fixedcta ul.sp li a {
  display: block;
  text-align: center;
  border-radius: 10em;
  font-size: 13px;
  font-weight: 500;
  padding: 0.5em 0;
  color: #fff;
}

.tpl_fixedcta ul.sp li:nth-child(1) a {
  background: #f51396;
}

.tpl_fixedcta ul.sp li:nth-child(2) a {
  background: #54b500;
}/*# sourceMappingURL=style.css.map */