/***************************************************
  trending CSS
****************************************************/
h1 {
  position: relative;
	padding-bottom: 20px;
	font-size: 26px;
	text-align: center;
}

h1::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #b99a00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

#canvas-container {
  margin: 0 auto;
  width: 90%;
  height: 80%;
}

.index-main-container {
  margin: 0 auto;
}

.footer-content{
  max-width: 330px;
  margin: 10px auto;
}

.lead {
  font-size: 14px;
  font-weight: 500;
}

.ticker{
  background-color: #AB8F38;
}

.ticker_men{
  background-color: #598792;
}

@media (min-width: 768px)
.lead {
    font-size: 14px;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

/* ページTOPに戻る */
.pagetop{
  z-index: 2147483647;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i{
  font-size: 20px;
  color:#fff;
  line-height: 50px;
}

.ranking_ball {
  background-color: #AB8F38;
  color: #fff;
  text-shadow: none;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: .9rem;
  display: inline-block;
  margin-right: .4rem;
}

.card .thumb img {
  height: 330px;
}

/*ふきだし*/
#review {
  width: 100%;
  /*max-width: 500px;*/
  margin: 0 auto;
  padding: 10px;
  background: #AB8F38;
  /*font-size: 16px;*/
  color: #333;
  line-height: 1.4;
  overflow: hidden;
}
/*ふきだし共通*/
#review .fukidasi {
  position: relative;
  display: inline-block;
  max-width: 192px;
  margin: 4px 0 8px 0;
  padding: 9px 14px;
  border-radius: 19px;
  overflow-wrap: break-word;
  clear: both;
  box-sizing: content-box;/*はてな用*/
}
/*エラー表示用*/
#review .fukidasi.errchk {
  float: left;
  margin-left: 62px;
  background:#E9AFA3;
}
/*ふきだし左*/
#review .fukidasi.left {
  float: left;
  margin-left: 62px;
  background: white;
}
/*グループのときのふきだし*/
#review .name + .fukidasi.left {
  margin-top: 5px;
}
/*ふきだし右*/
#review .fukidasi.right {
  float: right;
  margin-right: 12px;
  background: #7adc40;
}
/*ふきだし名前左*/
#review .name {
  clear: right;
  margin-left: 62px;
  color: white;
}
/*ふきだし名前右*/
#review .name_r {
  clear: right;
  text-align: right;
  margin-right: 12px;
  color: white;
}
/*アイコン*/
#review .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -54px;
  top: -2px;
  border-radius: 20px;
}
/*グループのときのユーザアイコン*/
#review .name + .left .icon {
  top: -1.8em;
}
/*しっぽ共通*/
#review .fukidasi::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 36px;
  top: -21px;
}
/*しっぽ左*/
#review .fukidasi.left:after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -15px 0 -5px white inset;
}
/*しっぽ左*/
#review .fukidasi.errchk:after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -15px 0 -5px #E9AFA3 inset;
}
/*しっぽ右*/
#review .fukidasi.right::after {
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -15px 0 -5px #7adc40;
}
/*フキダシが続いてしっぽがないとき*/
#review .errchk + .errchk::after,
#review .left + .left::after,
#review .right + .right::after {
  content: none;
}

.btn-center {
  position: relative;
  text-align: center;
}
.btn-copy {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}
.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}