@charset "utf-8";
.l_fv_box {
    background-image: url(/np/hakajimai/about/img/bg_fv.jpg);
    background-size: cover;
    padding: 15px;
}
.l_fv_box img{
    width: 100%;
}
#sub_survey{
  display: block;
}
#sub_survey.flexbox_be{
  display: flex;
  justify-content: space-between;
}
.voice_box {
  margin: 0.5% 0;
}
.voice_box p.date {
  padding: 8px 0;
}
.voice_box p {
  text-align: left;
  padding: 0 10px 10px 10px;
}
.re_btn{
  text-align: center;
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #148c5e;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}
@media screen and (max-width:768px) {
.left_contents h2.first {
  margin: 15px 0 15px 0;
}
.l_fv_box p {
  width: 90%;
  padding: 0;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF,  0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
}
}
@media screen and (max-width:480px) {
.voice_box {
  width: 90%;
  margin: 5px auto;
}
}
@media screen and (max-width: 480px){
.col_4 {
    width: 48%;
}
}
