.title{
		border:none;
		color:#FFF;
		padding-top: 50px;
    padding-bottom: 50px;
		font-size:40px;
}
.title2{
		border:none;
		color:#4b75a4;
		font-size:40px;
		margin-top:-30px;
}
.txt_title{
		border:none;
		color:#FFF;
		padding-top:30px;
		padding-bottom:20px;
		font-size:2vw;
		border-bottom: 0; 
}		



/*最近の投稿リストマーク消す*/
.widget_recent_entries ul,
.widget_recent_entries li {
    list-style: none;
    margin-left: 0; /* 左側の余白も削除してテキストを揃える */
    padding-left: 0;
}

/*最近の投稿タイトル削除*/
.widget-title{
    display: none;
}

/*最近の投稿日付色*/
.published.postList_date.postList_meta_items {
  color:#FFF;
}
/*最近の投稿タイトル色*/
.veu_postList .postList a:hover {
  color:#ffd200;
		font-weight:bold;
		margin-left:150px;
		margin-top:-50px;
}
.veu_postList .postList a {
  color:#fcc6c7;
		font-weight:bold;
		margin-left:150px;
		margin-top:-80px;
}
/*最近の投稿タイトル位置移動*/
.veu_postList .postList_title {
  margin-top:-23px;
}
/*カテゴリ消し*/
.veu_postList .postList_terms {
  display:none;
}

/* 会社案内ボタン */
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #21be78;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #21be78;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

/*長丸ボタン*/
.button01{
 border-radius:100px;
	border:1px solid #4b75a4;
 display: block;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
 background:#FFF;
 color: #4b75a4;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}