/* カスタム CSS をここに入力してください */
.su-box {
	margin-top: 20px !important;
}

/* 記事タイトル*/
.post-title {
	font-size: 22px;
}

h2 {background: #e8b5e8;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
	
font-size:20px;
	
}

h3 {
	font-size: 18px;
 
}

h4 {
	 
}

p {
	
}

a img {
border: solid 1.5px #ebc7e8;
}


@media screen and (max-width: 767px){
.post-content table {
  white-space: normal;
  border:none;
}
}

.sample-design {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg,#ba55d3 0%,#ba55d3 100%);
  transition: .4s;
}

.sample-design:hover {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

