.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.center{
	text-align : center;
}

.shoujyobetsu .sideBoxInner {
    padding: 10px !important;
    box-sizing: border-box;
    line-height: initial;
}
article#mainVI {
    background-repeat: repeat-y;
}
.lineconv img {
    max-width: 100%;
    height: 100%;
}
.flexible img.alignnone.size-full.wp-image-2595 {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 480px){
.footTel-2colleft {
    width: 50%;
    float: left;
	background-color: greenyellow;
	    padding: 5px 0px;
}
.footTel-2colright {
    width: 50%;
    float: right;
	background-color: darkorange;
	    padding: 5px 0px;
}
div#footerTel a {
	text-decoration: none;
}
#footerTel a span.span {
    display: block;
    line-height: 1em;
}
}

/* ボタン */
.btn-shine {
  color: #fff;
  background-color: #0066CC;/*背景色の変更*/
	width: 60%;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 14px 20px;
  font-size: 26px;
  margin: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	margin: 10px auto
}
.btn-shine:hover{
  color: #fff;
}
 
/* ボタンを光らせる */
.btn-shine:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
 
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

div,img {
	max-width: 100%;
	height: auto;
}



body.blog .userVoiceTitle{
	display:none;
}
