.ad-wrapper {
overflow: hidden;
}
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

#toc_container {
display: block !important;
background: #fff;
border: 2px solid #ccc;
font-size: 95%;
box-sizing: border-box;
line-height: 1.4;
margin-top: 20px;
margin-bottom: 20px;
padding: 1em 2em;
}
 
#toc_container .toc_title {
text-align: center;
background: #fff;
border-bottom: 2px solid #fff;
padding: 0.4em 0;
}
 
#toc_container ul {
list-style: none;
margin-bottom: 0;
}
 
#toc_container ul li {
margin: 0;
padding-left: 0;
text-indent: 0;
}
 
#toc_container ul a {
display: block;
text-decoration: none;
color: #444;
border-bottom: 1px dotted #ddd;
font-size: 100%;
}
 
#toc_container .toc_list > li > a {
border-bottom: 2px solid #31a2e2;
font-size: 110%;
}
 
#toc_container ul ul {
padding: 5px 0px 5px 10px;
}
 
#toc_container li {
margin-bottom: 0.8em;
padding-bottom: 0.2em;
}

/*スマホ対応*/
@media screen and (max-width: 413px)
{
#toc_container ul a  {
font-size: 80%;}
#toc_container .toc_list > li > a {
font-size:95%;}
#toc_container {
padding:1em 1em;}
}

@media screen and (min-width: 414px) and (max-width: 500px)
{
#toc_container ul a  {
font-size: 80%;}
#toc_container .toc_list > li > a {
font-size:95%;}
#toc_container {
padding:1em 1em;}
}
h1 {
  color: #31a2e2;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dotted 2px #31a2e2;}

.widget-wrap {
  display: block;
}
 /*「VA Social Buzz」ボックス上 余白*/
.va-social-buzz {
  margin-top:55px !important;
	margin-bottom:-20px !important;
}

/*VA Social Buzz　ここから*/
/*「VA Social Buzz」Twittr・Facebookシェアボタン非表示*/
.va-social-buzz .vasb_share {
  display:none;
}