#contents_visual .container div {
  width: 238px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/contact/header.png);
}

#session .fb-like-box {
  width: 100% !important;
}
#session .fb-like-box span {
  width: 100% !important;
  display: block;
}
#session .fb-like-box iframe {
  width: 100% !important;
}

#qa dl.accordion {
  margin: 0;
  padding: 0;
}
#qa dl.accordion dt {
  margin: 0 0 2px;
  padding: 8px 26px 8px 8px;
  background-color: #D0D6EE;
  color: #4E66AC;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
#qa dl.accordion dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 16px;
  height: 10px;
  background: url(../images/contact/acdn_arrow.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#qa dl.accordion dt.open:after {
  background-position: 0 -10px;
}
#qa dl.accordion dd {
  margin: 0;
  padding: 12px;
  display: none;
  line-height: 28px;
}

#require table,
#hellowork table {
  border-collapse: collapse;
  width: 100%;
}
#require table th,
#hellowork table th {
  white-space: nowrap;
  width: 70px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #4E66AC;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  color: #4E66AC;
  background-color: #eeeeee;
}
#require table td,
#hellowork table td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 8px;
  line-height: 26px;
}
#require table td small,
#hellowork table td small {
  display: block;
}

#flow ul.flow {
  margin-top: 28px;
}
#flow ul.flow li {
  margin-bottom: 20px;
  padding-bottom: 74px;
  background: url(../images/environment/future/arrow.png) center bottom no-repeat;
  text-align: center;
}
#flow ul.flow li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
#flow ul.flow li.last {
  margin: 0;
  padding: 0;
  background: none;
}
#flow ul.flow li .title {
  background: #7C8CC8;
  padding: 12px;
  margin: 0 0 8px;
  font-size: 18px;
  color: #fff;
}
#flow ul.flow li p {
  margin: 0;
  padding: 0 12px;
  line-height: 28px;
  text-align: left;
}

#entry form {
  margin: 0;
  padding: 0;
}
#entry form > div {
  border-left: 2px solid #4E66AC;
  padding: 8px 14px;
  margin: 0 0 26px;
}
#entry form > div > label {
  display: block;
  color: #4E66AC;
  font-size: 14px;
}
#entry form input[type="text"],
#entry form input[type="email"] {
  padding: 4px;
  font-size: 13px;
  color: #424242;
  border: 1px solid #cccccc;
}
#entry form input[type="text"]:focus,
#entry form input[type="email"]:focus {
  background-color: #D0D6EE;
  border: 1px solid #7C8CC8;
}
#entry form input#name {
  width: 150px;
}
#entry form input#year {
  width: 80px;
}
#entry form input#mon,
#entry form input#day,
#entry form input#zip1 {
  width: 50px;
}
#entry form input#zip2 {
  width: 80px;
}
#entry form input#addr {
  width: 90%;
}
#entry form input#email {
  width: 250px;
}
#entry form input[type="submit"] {
  width: 300px;
  border: none;
  background-color: #7C8CC8;
  margin: 60px auto;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
}
#entry form input[type="submit"]:hover {
  background-color: #D0D6EE;
}
#entry form .error,
#entry form .parsley-errors-list li {
  display: block;
  margin: 0 0 3px;
  color: #f00;
}
#entry .btn {
  width: 300px;
  border: none;
  background-color: #7C8CC8;
  margin: 60px auto;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}
#entry .btn:hover {
  background-color: #4E66AC;
}
#entry .back_btn {
  width: 276px;
  background-color: #D0D6EE;
  color: #7C8CC8;
  margin: 60px auto;
  display: block;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}
#entry .back_btn:hover {
  background-color: #7C8CC8;
  color: #fff;
}
#entry #privacy {
  border: none;
  border: 1px solid #ccc;
  padding: 8px;
  background-color: #eeeeee;
}
#entry #privacy h2 {
  font-size: 14px;
  margin: 0 0 4px;
  padding: 0;
}
#entry #privacy small {
  display: block;
  line-height: 16px;
}
#entry #fb_like_box {
  border: none;
  text-align: center;
}

#hellowork section > .contents_body {
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  #contents_visual .container div {
    left: 12px;
    width: 119px;
    height: 23px;
    margin-top: -11.5px;
    background: url("../images/contact/header_m.png") left center no-repeat;
    -moz-background-size: 119px 23px;
    -o-background-size: 119px 23px;
    -webkit-background-size: 119px 23px;
    background-size: 119px 23px;
  }
}
