.my_link_btn{
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: box-shadow 0.5s;
  border-radius: 5px; 
  background: #f33; 
  font-weight: bold;
  box-shadow: 0px 3px 6px #855;  
}
.my_link_btn a{
  color: white;
  text-decoration: none;
  padding: 15px 18px; 
}
.my_link_btn:hover{
  box-shadow: 0px 9px 12px #855;  
}
@media only screen and (max-width: 480px) {
  .archives-list.card-list .post-list {
    width: calc(50% - .5em);
  }
  .archives-list.card-list a {
    padding: .5em;
  }
  .archives-list.card-list a .eyecatch {
    margin: -.5em -.5em .5em;
  }

  /*投稿タイトルのフォントサイズを調整*/
  .archives-list.card-list a .entry-title {
    font-size: 85%;
  }
}

@media only screen and (max-width: 480px) {
  .archives-list .post-list .description {
    display: none;
  }
}

/*方眼紙風ボックス*/
.hougan_box {
  position: relative;
  padding: 4% 4% 4% 4%;
  background-image: linear-gradient(180deg, transparent 96%, #d3d3d3 100%),linear-gradient(90deg,  transparent 96%, #d3d3d3 100%);
  background-color: #fffaf0;
  background-size: 15px 15px;
	} }

@media (max-width: 1199px){
.hougan_box {
	position: relative;
	padding: 4% 4% 4% 4%;
 background-image: linear-gradient(180deg, transparent 96%, #d3d3d3 100%),linear-gradient(90deg,  transparent 96%, #d3d3d3 100%);
  background-color: #fffaf0;
  background-size: 15px 15px;
	} }

@media only screen and (max-width: 480px) {
  .cat_postlist.typecard .cat_postlist__ul {
    display: inherit;
    margin: 0;
  }
  .cat_postlist.typecard .cat_postlist__li {
    width: auto;
    margin: 0;
  }
  .cat_postlist.typecard .cat_postlist__link {
    padding: .7em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cat_postlist.typecard .eyecatch {
    width: 30%;
    max-width: 100px;
    padding-right: .5em;
    overflow: hidden;
    text-align: center;
    margin: 0;
}
.cat_postlist.typecard .cat_postlist__link .postbody {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  #my-pickup_content .pickup_content__ul {
    flex-wrap: wrap;
  }
  #my-pickup_content li.pickup_content__li {
    width: calc(25% - 1.2em);
  }
}