/*
 Theme Name: bhost child
 Template: bhost
*/


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2bcdc1;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #2bcdc1;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


.button02{
     display:block;
     width: 250px;
     height:70px;
     line-height: 70px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #2bcdc1; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button02:hover{
     background-color: #f9c500; /*ボタン色*/
}


/* 画像の周りに細い線　*/
.wp-show-posts-image img {
   padding: 0px;
   border: solid 0.6px #ccc;
   background-color: #fff;
}

/* 画像の右側と文字の間隔 */
.wp-show-posts-image.wpsp-image-left {
   float: left;
   margin: 0.6em;
}

/* Title文字の大きさ */
.wp-show-posts .wp-show-posts-entry-title {
   font-size: 18px;
   line-height: 20px;
   margin-bottom:5px;
}



.shadow {
  box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
