.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#aaa;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}
/* SNSシェアボタンの上にテキストを追加する */
.sns-top:before,.sns:before{
content: "＼　＊　S　H　A　R　E　＊　／";
font-size: .8em; /* 文字の大きさ */
color:#ffa500; /* 文字色 */
font-weight: bold; /* 文字を太く */
}
.sns-top,.sns{
text-align:center;
}
[codebox title="HTML"]
.sns-design-type01.share-top {
  margin-top: 10px;
}

.sns-design-type01 ol {
  justify-content: center !important;
}

.sns-design-type01 ol li a {
  width: 50px;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 auto;
  border-radius: 50% !important;
  box-shadow: none !important;
  opacity: 0.7;
}

.sns-design-type01 ol li {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .sns-design-type01 ol li {
    width: 12% !important;
  }
}

.sns-design-type01 ol li a i {
  height: 50px !important;
  font-size: 1.7em !important;
  line-height: 48px;
}

.sns-design-type01 ol li a i::before {
  padding: 0;
}

.sns .hatebu a {
  padding-top: 0;
}

.nomadBtn5 {
  color: #FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  background: transparent linear-gradient(0deg, rgba(224,116,135) 0%, rgba(224,116,135,.6) 100%) 0% 0% no-repeat padding-box;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtn4 {
  display: inline-block;
  padding: .5em 2em;
  text-decoration: none !important;
  background: #E07487;
  color: #FFF !important;
  border-bottom: solid 3px #B12D41;
  border-radius: 3px;
  text-decoration: none;
  margin: 15px 0;
}
.nomadBtn4:active {
  /*ボタンを押したときの動作*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
}

.nomadBtn6 {
  color: #FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  background: transparent linear-gradient(90deg, rgba(224,116,135) 0%, rgba(224,116,135,.6)100%) 0% 0% no-repeat padding-box;
  text-decoration: none !important;
  margin: 15px 0;
}

