.forum-photo {
margin-top:15px;
margin-bottom:30px;
}
.forum-speaker {
width:200px;
}

.forum-ttl {
background-color:#eeeeee;
padding:5px;
display: inline-block;
margin-bottom:10px;
}

.forum-block {
margin-bottom:30px;
}

.forum-stx {
font-size:smaller;
}

.forum-pty {
padding-left:102px;
}
@media screen and (max-width: 600px) {
.forum-pty {
padding-left:0;
}
}

.btnblock {
margin-top:20px;
display: flex;
justify-content: center;
}

a.forum-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  position: relative;
  background: #167cb7;
  border: 1px solid #167cb7;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.forum-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.forum-btn:hover {
  background: #fff;
  color: #167cb7;
}
a.forum-btn:hover:before {
  border-top: 2px solid #167cb7;
  border-right: 2px solid #167cb7;
}

body :lang(en),html:lang(en) body{font-family:"Arial","Helvetica",sans-serif}body{line-height:1.5;font-size:16px;letter-spacing:.02em;font-feature-settings:"palt"}