/*  #intro
================================================ */
#intro .img { background: url(../img/entry/pic01.png); background-size: cover; min-height: 187px; }

#intro .txtArea { background-color: #173b77; color: #fff; min-height: 177px; padding: 27px 20px 0; }

#intro .txtArea .copy { font-size: 2rem; font-weight: bold; }

#intro .txtArea .txt { margin-top: 11px; line-height: 1.7; }

@media screen and (min-width: 600px) { #intro { max-width: 1920px; overflow: hidden; margin: 0 auto; }
  #intro .img { float: left; width: 50%; min-height: 480px; }
  #intro .txtArea { margin-left: 50%; padding: 136px 0 0 91px; min-height: 344px; }
  #intro .txtArea .copy { font-size: 3.8rem; }
  #intro .txtArea .txt { font-size: 1.5rem; margin-top: 19px; } }

/*  #form
================================================ */
#form .inner { margin-top: 33px; margin-bottom: 50px; }

@media screen and (min-width: 600px) { #form .inner { margin-top: 86px; margin-bottom: 80px; } }
