@charset "UTF-8";


/*メイン*/

.fs-l-main {
  max-width: 1050px;
  padding: 15px;
}

.enqueteform{
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font:120%;
}

form.enqueteform h3{
text-align:center;
}
form.enqueteform p {
margin:3px;
margin-left:50px;

}
.a_center{text-align:center;}

.anc_bg{ background-color:#f5f5dc;
padding:20px}

form.enqueteform p.an_mod {
margin:25px 0 0 50px;
}
form.enqueteform h3 {
margin:3px;
padding-left:30px;
}


@media screen and (max-width: 680px) {

  form.enqueteform p.an_mod {
    margin:25px auto;
  }
  form.enqueteform p {
    margin-left:3px;
    }

}