#profile_top a.btn1 {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #1dbee5;
  padding: 2px 15px 0 0;
  height: 55px;
  line-height: 1.25;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#profile_top a.btn1:after {
  content: '>';
  font-size: 13px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

#profile_top a.btn1 strong {
  font-weight: normal;
  color: #000;
  margin-bottom: 1px;
  display: block;
}

#profile_top .entry .entry_btn_item {
  width: 80%;
  margin: 0 2px;
}

#profile_top .entry li a.btn1 {
  font-size: 15px;
  height: 48px;
}

#profile_top .entry li a.btn1:after {}
#profile_top .entry li a.btn1 strong {}

#profile_top .entry li a.btn2 {
  font-size: 12px;
  color: #fff;
  background: #666;
  width: 67px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3px;
}

#profile_top .entry li .btn2 img {
  display: block;
  margin: 0 auto;
}

#profile_top .entry li .btn2_tel img {
  width: 20px;
  margin-bottom: 3px;
}

#profile_top .blc_entry .entry li .btn1 {}
#profile_top .blc_entry .entry li .btn2 { padding-bottom: 5px; }

#profile_top .blc_entry .entry li .btn2 img {
  width: 29px;
  margin-bottom: 7px;
}

.AmazonPayButton {
  width: 240px;
  background: transparent !important;
}

.btn {
    width: 200px;
    right: 100px;
}
p.btn-center{
    margin-left: 50%;
}

.btn_more02 { margin-top: 20px; }

.btn_more02 a {
  color: #666;
  width: 218px;
  background: #fff;
  padding: 12px 11px 10px;
  margin: 0 auto;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid #ccc;
  text-align: center;
  display: block;
  position: relative;
}

.btn_more02 a:after {
  content: '>';
  color: #cfcfcf;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_more03 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 20px;
  padding: 11px 30px 11px 10px;
  text-align: center;
  display: block;
  position: relative;
}

.btn_more03:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg) skew(-8deg, -8deg) translateY(-50%);
  position: absolute;
  top: 44%;
  right: 20px;
}
