.funakoshi-info{
width:100%;
margin: 2em auto;
padding:1em;
display: flex;
  justify-content: center;  /* 横方向中央 */
  align-items: center;      /* 縦方向中央 */
  text-align: center;
  padding: 1.5rem;
  box-sizing: border-box;
background: rgb(226,224,255);
background: linear-gradient(115deg, rgba(226,224,255,0.4) 0%, rgba(138,170,198,0.2) 64%, rgba(78,158,191,0.3) 100%);
border: 1px solid rgba(78,158,191,0.2);
text-align: left;}
.funakoshi-info h3{
font-size: 1.7em;
letter-spacing: 0.2em;
color: transparent;
  text-shadow: 0 0 1.5px rgba(0,0,0,0.5);}
.funakoshi-info h3::after{
content: " \0bb";}
.funakoshi-info h4{
color: rgb(119, 119, 119);}



@media screen and (min-width:768px) {
.funakoshi-info{
width:60%;
padding:2em 5em;}
.funakoshi-info h4{
margin-left: 5em;}
}