div.f {
width:90%; 
margin:auto;
		padding:15px; 
background:#fff;
} 

.fagri-team-wrapper .hestia-team .card-profile.card-plain .col-md-5 .card-image img {
  -webkit-border-radius: 4px!important;
  -moz-border-radius: 4px!important;
  border-radius: 4px!important;
  filter: grayscale(10%)!important;
    -webkit-filter: grayscale(10%)!important;
}
.category a{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

.box100 {
padding: 1em;
margin: auto;
    font-weight: bold;
color: #fff;/*文字色*/
border: solid 1px #fff;/*線*/
border-radius: 10px;/*角の丸み*/
width:65%;

}

.hestia-title {
		font-size :23px !important;
		}

.section-image:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(0, 0, 0, 0.2) !important;
  content: "";
}


.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ff69b4;/*色*/
  border-radius: 8px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #c71585;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.box29 {
    margin: 2em 0;
    background: #fff;
		border-radius: 10px;/*角の丸み*/
}
.box29 .box-title {
    font-size: 1.2em;
    background: #db7093;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
		border-radius: 10px;/*角の丸み*/
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
		color:#000;
}

.footer-menu{
display: none;
}


.author
{
display: none;
}

.box3 {
    padding: 0.5em 1em;
margin-left: 10px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
border: solid 1px #6091d3;/*線*/
border-radius: 3px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}