﻿.-noPt {
  padding-top: 0 !important;
}
.-noMargin {
  margin: 0 !important;
}
.-noPadding {
  padding: 0 !important;
}
.-noMt {
  margin-top: 0 !important;
}
.-noMb {
  margin-bottom: 0 !important;
}
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1160px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inner.-noInner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .inner.-noInner .-paddingInner {
    padding: 4vw !important;
  }
  .inner.-noInner .-marginInner {
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }
}
.contWrap {
  padding: 2em 0 0 0;
  background: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contWrap {
    padding: 1.5em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .contWrap {
    padding: 1em 0 0 0;
  }
}
.contWrap.-noPadding {
  padding: 0;
}
.contWrap.-bgLightGreen {
  background: #c3e7c7;
}
.contWrap.-bgGreen {
  background: #36ae45;
}
.contWrap.-bgGray {
  background: #ccc;
}
.contWrap.-bgBlack {
  background: #000;
}
.mContainer {
  padding: 60px 0;
}
@media screen and (max-width: 560px) {
  .mContainer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .mContainer {
    padding: 50px 0;
  }
}
.mContainer .sContainer {
  margin: 3em 0;
}
.mContainer .sContainer:last-child {
  margin-bottom: 0;
}
.mContainer .sContainer.-innerPadding {
  padding: 1.5em 0;
}
.topTtl {
  text-align: center;
  font-size: 150%;
  line-height: 1.2;
  padding: 0.5em 0;
}
.topTtl span {
  display: block;
}
.balloon {
  background: #00ba00;
  position: relative;
  color: #fff;
  display: inline-block !important;
  border-radius: 0.5em;
  font-size: 0.7em;
  margin: 0 auto 1em auto;
  padding: 0.5em 2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .balloon {
    width: 80%;
    padding: 0.5em;
    font-size: 1rem;
  }
}
.balloon::after {
  content: "";
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border: 0.6em solid transparent;
  margin-left: -0.3em;
  border-top-color: #00ba00;
  top: 100%;
  left: 50%;
}
.simpleTtl {
  text-align: center;
  font-size: 150%;
  line-height: 1.2;
}
.simpleTtl span {
  color: #36ae45;
  font-size: 1.1rem;
  display: block;
  padding-top: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .simpleTtl {
    font-size: 140%;
  }
}
.lineTtl {
  text-align: center;
  font-size: 150%;
  line-height: 1.5;
  border-bottom: 1px solid;
  margin: 1em calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 560px) {
  .lineTtl {
    font-size: 140%;
    margin: 0 0 1em 0;
    width: 100%;
  }
}
.btnArea {
  max-width: 540px;
  margin: 2em auto;
  font-size: 0.8em;
}
.btnArea .btnMore {
  display: block;
  color: #fff;
  background: #36ae45;
  padding: 0.5em 1em;
  border-radius: 0.5em;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  border: none;
  background: none;
  padding: 0.75em 0;
  display: block;
}
table th {
  text-align: center;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexWrap.-col2 > * {
  width: 48.5%;
  margin-right: 3%;
  margin-top: 3%;
  min-height: 0%;
}
.flexWrap.-col2 > *:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .flexWrap.-col2 > * {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .flexWrap.-col2 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.flexWrap.-col3 > * {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  min-height: 0%;
}
.flexWrap.-col3 > *:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col3 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .flexWrap.-col3 > *:nth-child(3n) {
    margin-right: 3%;
  }
  .flexWrap.-col3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .flexWrap.-col3 > * {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .flexWrap.-col3 > *:nth-child(3n) {
    margin-right: 0;
  }
  .flexWrap.-col3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.flexWrap.-col4 > * {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
  min-height: 0%;
}
.flexWrap.-col4 > *:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .flexWrap.-col4 > * {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .flexWrap.-col4 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.flexWrap.-col5 > * {
  width: 18.4%;
  margin-right: 2%;
  margin-top: 2%;
  min-height: 0%;
}
.flexWrap.-col5 > *:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col5 > * {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .flexWrap.-col5 > *:nth-child(5n) {
    margin-right: 2%;
  }
  .flexWrap.-col5 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .flexWrap.-col5 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .flexWrap.-col5 > *:nth-child(5n) {
    margin-right: 3%;
  }
  .flexWrap.-col5 > *:nth-child(3n) {
    margin-right: 3%;
  }
  .flexWrap.-col5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .flexWrap.-col5 > * {
    width: 100%;
    margin-right: 0;
    margin-top: 1.5em;
  }
  .flexWrap.-col5 > *:nth-child(5n) {
    margin-right: 0;
  }
  .flexWrap.-col5 > *:nth-child(3n) {
    margin-right: 0;
  }
  .flexWrap.-col5 > *:nth-child(2n) {
    margin-right: 0;
  }
}
.mainWrap .contWrap.-main .mainView {
  font-size: 0.8em;
  background: #000;
  color: #fff;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-main .mainView {
    font-size: 1rem;
    border-bottom: 4px solid #36ae45;
  }
}
.mainWrap .contWrap.-main .mainView img {
  width: 600px;
  display: block;
  margin: 0 auto;
}
.mainWrap .contWrap.-main .mainTxt {
  background-color: #36ae45;
  background-image: url(../img/main-bg.png);
  background-position: top center;
  background-size: 1100px;
  color: #fff;
  text-shadow: 1px 1px 1em black;
  font-size: 1.5em;
  line-height: 2;
  padding: 1.5em 0.5em 5em 0.5em;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-main .mainTxt {
    background-image: url(../img/main-bg-sp.png);
    background-size: contain;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 0.5em 0.5em 7em 0.5em;
  }
}
.mainWrap .contWrap.-main .mainImage {
  margin-top: -6em;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-main .mainImage {
    margin-top: -7.5em;
  }
}
.mainWrap .contWrap.-main .mainImage .inner {
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.mainWrap .contWrap.-main .mainImage img {
  padding: 0.5em;
}
.mainWrap .contWrap.-main .mainTxtsub {
  font-size: 0.75em;
  padding: 1em 1em 2em 1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-main .mainTxtsub {
    background: #36ae45;
    font-size: 1rem;
  }
}
.mainWrap .contWrap.-bosyubnr {
  color: #fff;
  padding: 1em 1em 1.5em 1em;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr {
    padding: 1.5em 1em 1em 1em;
  }
}
.mainWrap .contWrap.-bosyubnr .lineWrap {
  border: 2px solid;
  padding: 0.5em 0.5em 1em 0.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr .lineWrap {
    width: 100%;
    border: 1px solid;
    font-size: 1rem;
  }
}
.mainWrap .contWrap.-bosyubnr .lineWrap .ttl {
  font-size: 0.8em;
}
.mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap {
  padding: 0.25em;
  color: #ff0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap {
    flex-wrap: wrap;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap .txt {
    padding-bottom: 0.25em;
  }
}
.mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap .txt2 {
  font-size: 1.5em;
}
.mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap .num {
  font-size: 1.3em;
}
.mainWrap .contWrap.-bosyubnr .lineWrap .txtWrap .num img {
  height: 1.2em;
  width: auto;
  margin: 0 0.1em 0 0.25em;
}
.mainWrap .contWrap.-bosyubnr .lineWrap .label {
  background: #00ba00;
  border-radius: 0.5em;
  color: #000;
  font-size: 0.7em;
  display: inline-block;
  margin: auto;
  line-height: 1.3;
  padding: 0.5em 1em;
  min-width: 60%;
}
.mainWrap .contWrap.-bosyubnr .lineWrap .label span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr .lineWrap .label {
    min-width: 80%;
  }
}
.mainWrap .contWrap.-bosyubnr .txtMain {
  color: #ff0;
  letter-spacing: 0.15em;
  font-size: 1.75em;
  padding-top: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-bosyubnr .txtMain {
    padding-top: 0.5em;
  }
}
.mainWrap .contWrap.-point .pointWrap {
  background: #ccc;
  margin-bottom: 1.5em;
}
.mainWrap .contWrap.-point .pointWrap:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-point .pointWrap {
    border-top: 4px solid black;
    margin-bottom: 1em;
  }
}
.mainWrap .contWrap.-point .pointWrap .img {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.mainWrap .contWrap.-point .pointWrap .txt {
  padding: 1.5em;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-align: left;
}
.mainWrap .contWrap.-point .pointWrap .txt h4 {
  color: #ff0;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.mainWrap .contWrap.-fit24 {
  text-align: left;
}
.mainWrap .contWrap.-fit24 .img01 .inner,
.mainWrap .contWrap.-fit24 .img02 .inner {
  position: relative;
  line-height: 0;
}
.mainWrap .contWrap.-fit24 .img01 .txt,
.mainWrap .contWrap.-fit24 .img02 .txt {
  position: absolute;
  left: 1em;
  bottom: 1em;
  line-height: 1.5;
  font-size: 0.8em;
}
/* .mainWrap .contWrap.-fit24 .img01 {
  background: #1d1411;
  background: -moz-linear-gradient(
    left,
    #1d1411 0%,
    #000 49%,
    #1d1411 49%,
    #a09b9b 50%,
    #a09b9b 100%
  );
  background: -webkit-linear-gradient(
    left,
    #1d1411 0%,
    #000 49%,
    #1d1411 49%,
    #a09b9b 50%,
    #a09b9b 100%
  );
  background: linear-gradient(
    to right,
    #1d1411 0%,
    #000 49%,
    #1d1411 49%,
    #a09b9b 50%,
    #a09b9b 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1411', endColorstr='#a09b9b', GradientType=1);
} */
.mainWrap .contWrap.-fit24 .img01 {
  background-color: #000;
}
.mainWrap .contWrap.-fit24 .img01 .inner p {
  color: #fff;
  filter: drop-shadow(2px 4px 6px rgba(11, 7.1, 5.9, 0.5));
}
.mainWrap .contWrap.-fit24 .img01 .inner p span {
  font-size: 1rem;
  display: block;
  margin-top: 0.25em;
}
.mainWrap .contWrap.-fit24 .img02 {
  background: black;
}
.mainWrap .contWrap.-fit24 .img02 picture {
  display: block;
  text-align: center;
}
.mainWrap .contWrap.-fit24 .img02 .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-fit24 .img02 .txt {
    width: 80%;
  }
}
.mainWrap .contWrap.-fit24 .img02 p {
  background: #36ae45;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin: 0 0 0.5em 0;
}
.mainWrap .contWrap.-information {
  margin: 2em auto 3em;
}
.mainWrap .contWrap.-information .simpleTtl {
  margin-bottom: 2em;
}
.mainWrap .contWrap.-information .infoList {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.mainWrap .contWrap.-information .infoList__item {
  border-top: 1px solid #ccc;
}
.mainWrap .contWrap.-information .infoList__item:last-child {
  border-bottom: 1px solid #ccc;
}
.mainWrap .contWrap.-information .infoList__item a {
  padding: 1em;
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-information .infoList__item a {
    padding: 1em 0;
  }
}
.mainWrap .contWrap.-information .infoList__item .date {
  color: #aaa;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-information .infoList__item .date {
    display: block;
  }
}
.mainWrap .contWrap.-price .mainWrap {
  background: #c3e7c7;
  padding: 1.5em 0;
  margin: 1.5em auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .mainWrap {
    background: #fff;
  }
}
.mainWrap .contWrap.-price .mainWrap p {
  background: #f00;
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 0.3em 1em;
  color: #fff;
}
.mainWrap .contWrap.-price .mainWrap .flexWrap {
  justify-content: center;
  gap: 1em;
}
.mainWrap .contWrap.-price .priceInner {
  background: #fff;
  border-radius: 0.5em;
  padding: 1em;
  margin: 0 0 1em;
}
.mainWrap .contWrap.-price .priceInner.stop {
  position: relative;
  overflow: hidden;
}
.mainWrap .contWrap.-price .priceInner.stop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.9);
}
.mainWrap .contWrap.-price .priceInner.stop .stopTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceInner {
    background: #c3e7c7;
    border-radius: 0;
    padding: 0.5em;
  }
  .mainWrap .contWrap.-price .priceInner:last-child {
    margin-bottom: 0;
  }
}
.mainWrap .contWrap.-price .priceInner .ttl {
  padding-bottom: 0.25em;
}
.mainWrap .contWrap.-price .priceInner .priceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceInner .priceWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.mainWrap .contWrap.-price .priceInner .priceLabel {
  font-size: 1.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceInner .priceLabel {
    display: flex;
    padding-bottom: 0.5em;
    flex-wrap: wrap;
    font-size: 1rem;
  }
}
.mainWrap .contWrap.-price .priceInner .priceLabel span {
  padding: 0.25em 0.5em;
  margin: 0 1em 0.25em 0;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.mainWrap .contWrap.-price .priceInner .priceLabel span::before {
  content: "+";
  position: absolute;
  right: -1em;
}
.mainWrap .contWrap.-price .priceInner .priceLabel span:last-child {
  margin-right: 0;
}
.mainWrap .contWrap.-price .priceInner .priceLabel span:last-child::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceInner .priceLabel span:nth-child(1),
  .mainWrap .contWrap.-price .priceInner .priceLabel span:nth-child(2) {
    width: 45%;
  }
  .mainWrap .contWrap.-price .priceInner .priceLabel span:nth-child(3) {
    width: 100%;
  }
}
.mainWrap .contWrap.-price .priceInner .priceLabel .green {
  background: #36ae45;
}
.mainWrap .contWrap.-price .priceInner .priceLabel .gray {
  color: #fff;
  background: #4d4d4d;
}
.mainWrap .contWrap.-price .priceInner .priceNum {
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.mainWrap .contWrap.-price .priceInner .priceNum .monthly {
  font-size: 0.7em;
}
.mainWrap .contWrap.-price .priceInner .priceNum .num {
  font-size: 2em;
}
.mainWrap .contWrap.-price .priceInner .priceNum .tax {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.9rem;
}
.mainWrap .contWrap.-price .priceFee {
  background: #e6e6e6;
  border-radius: 0.5em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceFee {
    border-radius: 0;
    margin-top: 1em;
  }
}
.mainWrap .contWrap.-price .priceFee img {
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-price .priceFee img {
    max-width: 80%;
  }
}
.mainWrap .contWrap.-lessonpro .lessonproInner {
  border-bottom: 4px solid #36ae45;
  background-image: url(../img/lessonpro-bg.png);
  background-repeat: repeat;
  background-size: 50px;
  color: #fff;
  margin: 1em auto;
  padding: 1em;
  font-weight: 400;
}
.mainWrap .contWrap.-lessonpro .ttl {
  font-size: 1.3em;
  letter-spacing: 0.25em;
  padding: 0 0.5em 0.5em 0.5em;
  font-weight: 400;
}
.mainWrap .contWrap.-lessonpro .ttl span {
  font-size: 0.5em;
  display: block;
  letter-spacing: 0;
}
.mainWrap .contWrap.-lessonpro .inner {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-lessonpro .inner {
    flex-wrap: wrap;
  }
}
.mainWrap .contWrap.-lessonpro .img {
  padding: 0 1em;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-lessonpro .img {
    width: 100%;
  }
}
.mainWrap .contWrap.-lessonpro .txt {
  width: 50%;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-lessonpro .txt {
    width: 100%;
  }
}
.mainWrap .contWrap.-lessonpro .txt dl dt {
  text-align: center;
  font-size: 0.9em;
}
.mainWrap .contWrap.-lessonpro .txt dl dt,
.mainWrap .contWrap.-lessonpro .txt dl dd {
  border-bottom: 1px solid;
  padding: 0.75em 0;
}
.mainWrap .contWrap.-lessonpro .txt dl dd:last-child {
  border: none;
}
.mainWrap .contWrap.-flow picture img {
  padding: 2em 0;
}
.mainWrap .contWrap.-flow .flowList {
  display: flex;
  justify-content: space-between;
}
.mainWrap .contWrap.-flow .flowList__item {
  width: 30%;
  background: #36ae45;
  color: #fff;
}
.mainWrap .contWrap.-reservation .mainWrap {
  font-size: 0.8em;
}
.mainWrap .contWrap.-reservation h4 {
  display: inline-block;
  background: #000;
  line-height: 1;
  color: #fff;
  padding: 0.25em;
  min-width: 8em;
  margin-top: 1.5em;
}
.mainWrap .contWrap.-reservation ul {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 1em 0 0 1em;
  line-height: 1.75;
}
.mainWrap .contWrap.-reservation ul li {
  padding-bottom: 0.5em;
}
.mainWrap .contWrap.-reservation ul li:first-letter {
  margin-left: -1em;
}
.mainWrap .contWrap.-shopInfo {
  background: #f5f5f5;
  padding: 2em 0;
  margin-top: 3em;
}
.mainWrap .contWrap.-shopInfo h3 {
  margin-top: 0;
}
.mainWrap .contWrap.-footbtnlist {
  margin-top: 2em;
  background: #ccc;
  padding: 1em;
}
.mainWrap .contWrap.-footbtnlist .footbtnList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-footbtnlist .footbtnList {
    flex-wrap: wrap;
  }
}
.mainWrap .contWrap.-footbtnlist .footbtnList__item {
  width: 33%;
  padding: 0.5%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-footbtnlist .footbtnList__item {
    width: 90%;
    padding: 0.5em 0;
  }
}
.mainWrap .contWrap.-footbtnlist .footbtnList__item a {
  font-size: 0.7em;
  line-height: 1;
  display: block;
  padding: 0.75em 1.5em 0.75em 0.75em;
  background: #fff;
  border-radius: 100px;
  border: 4px solid #36ae45;
  box-shadow: 4px 4px 0 #48ce3f;
  color: #36ae45;
  background-image: url(../img/icon-footbtnlist.svg);
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: right 0.25em center;
}
@media screen and (max-width: 1160px) {
  .mainWrap .contWrap.-footbtnlist .footbtnList__item a {
    background-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap .contWrap.-footbtnlist .footbtnList__item a {
    font-size: 0.8em;
  }
}
