.GradationBtn1 a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  background: linear-gradient(90deg, #F98924, #FF14A4);
  width: 130px;
  height: 39px;
  line-height: 39px;
  position: relative; }
  @media (min-width: 1024px) {
    .GradationBtn1 a {
      font-size: 0.9em;
      width: 160px; } }
  .GradationBtn1 a::after {
    position: absolute;
    top: 50%;
    content: '';
    margin: -2.5px 0 0 6px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .GradationBtn1 a:hover::after {
    margin: -2.5px 0 0 9px; }

.white-btn a {
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  background: #fff;
  width: 200px;
  height: 54px;
  line-height: 54px;
  position: relative; }
  @media (min-width: 1024px) {
    .white-btn a {
      font-size: 1.0em;
      width: 200px; } }
  .white-btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin: -2.5px 0 0 0;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .white-btn a:hover::after {
    right: 10px; }

.white-btn2 a {
  color: #000;
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  border-radius: 50px;
  transition: .5s;
  background: #fff;
  height: 46px;
  line-height: 46px;
  position: relative; }
  @media (min-width: 1024px) {
    .white-btn2 a {
      font-size: 1.0em;
      height: 54px;
      line-height: 54px; } }
  .white-btn2 a.flexible {
    padding: 0 40px 0 15px; }
    @media (min-width: 1024px) {
      .white-btn2 a.flexible {
        padding: 0 40px 0 20px; } }
  .white-btn2 a.basic {
    width: 160px;
    text-align: left;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .white-btn2 a.basic {
        width: 200px;
        padding-left: 20px; } }
  .white-btn2 a.long {
    width: 220px;
    text-align: left;
    padding-left: 15px; }
    @media (min-width: 1024px) {
      .white-btn2 a.long {
        padding-left: 20px;
        width: 280px; } }
  .white-btn2 a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin: -2.5px 0 0 0;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .white-btn2 a:hover::after {
    right: 10px; }

.more-btn-v13 {
  width: 140px;
  position: relative; }
  @media (min-width: 1250px) {
    .more-btn-v13 {
      width: 160px; } }
  .more-btn-v13.color1 {
    border-bottom: 1px solid #9EF1FF; }
    .more-btn-v13.color1 a p {
      color: #9EF1FF; }
  .more-btn-v13.color2 {
    border-bottom: 1px solid #000; }
    .more-btn-v13.color2 a p {
      color: #000; }
  .more-btn-v13 a {
    display: flex;
    padding-right: 5px;
    transition: .5s; }
    .more-btn-v13 a:hover {
      padding-right: 0; }
    .more-btn-v13 a p {
      font-size: 0.8em;
      font-weight: bold;
      line-height: 1.0em;
      margin: 0 0 10px 0; }
      @media (min-width: 1250px) {
        .more-btn-v13 a p {
          font-size: 0.9em; } }
    .more-btn-v13 a img {
      width: 16px !important;
      height: auto;
      margin: 0 0 10px auto; }

.MoreBtn {
  width: 80px; }
  .MoreBtn a {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    width: 190px;
    height: 55px;
    line-height: 52px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    display: inline-block; }
    .MoreBtn a::after {
      position: absolute;
      top: 50%;
      content: '';
      margin: -4px 0 0 5px;
      width: 8px;
      height: 8px;
      border: 0px;
      border-top: solid 1px #000;
      border-right: solid 1px #000;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: .5s; }
    .MoreBtn a:hover::after {
      margin: -4px 0 0 9px; }

.WhiteBtn a {
  color: #333;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 50px;
  transition: .5s;
  width: 210px;
  height: 54px;
  line-height: 50px;
  position: relative;
  border: 2px solid #333; }
  .WhiteBtn a::after {
    position: absolute;
    top: 50%;
    content: '';
    margin: -4px 0 0 5px;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .WhiteBtn a:hover::after {
    margin: -4px 0 0 9px; }

.marubtn.white a {
  color: #fff;
  border: 1px solid #fff; }
  .marubtn.white a h6 {
    color: #fff; }
  .marubtn.white a p {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff; }
.marubtn a {
  top: 0;
  bottom: 0;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: .5s;
  width: 34px;
  height: 34px;
  position: relative;
  margin: auto; }
  .marubtn a h6 {
    font-size: 0.9em;
    margin: 6px 0 0 44px;
    width: 30px; }
  .marubtn a p {
    display: block;
    position: absolute;
    top: 50%;
    content: '';
    margin: -3px 0 0 13px;
    width: 6px;
    height: 6px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
.marubtn:hover a > p {
  margin: -3px 0 0 18px; }
