*:hover {
  transition-property:all;
  transition-duration: 0.5s;
  transition-timing-function: ease;

  -moz-transition-property:all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0s;

  -webkit-transition-property:all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;

  -o-transition-property:all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0s;
}
a:hover {
  opacity: 0.8;
}
body {
  margin: 0;
  font-family: "Antic-Regular","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Verdana,Roboto,"Droid Sans",sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
}
header {
  background-color: #1abc9c;
  padding: 0;
  margin: 0;
}
header .container {
  padding: 10px 0;
}
header #head_logo,
header #head_logo a {
  display: inline-block;
}
header #head_logo img {
  width: 200px;
}
header .logInBtn {
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
header .logInBtn:hover {
  color: #1abc9c;
  background-color: #ffffff;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
h1 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}
h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
footer {
  text-align: center;
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
  padding: 20px;
}
footer ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
footer li {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
}

/* kiyaku/privacy */
#termsofservice .intro {
  margin: 0 0 10px;
  font-size: 14px;
}
#termsofservice p,
#privacy p {
  margin: 0 0 10px;
}
#termsofservice ol,
#termsofservice ul,
#privacy ol,
#privacy ul {
  font-size: 12px;
  margin: 5px 0 10px 25px;
}
#termsofservice ol,
#privacy ol {
  list-style-type: decimal;
}

/* company */
#company_info h2 {
  font-size: 31.5px;
  line-height: 40px;
  margin: 0 auto 10px;
}
#company_info dl,
.contact_form_dl dl {
  border-bottom: 1px solid #a4a4a4;
  letter-spacing: 1px;
  line-height: 2;
  margin: 0 auto;
  width: 800px;
  text-align: left;
}
#company_info dl dt,
.contact_form_dl dl dt {
  border-top: 1px solid #a4a4a4;
  font-weight: bold;
  margin-bottom: -60px;
  padding-left: 5px;
  position: relative;
}
#company_info dl dt,
#company_info dl dd,
.contact_form_dl dl dt,
.contact_form_dl dl dd {
  line-height: 60px;
}
.contact_form_dl dl dt .required {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 120px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 3px;
  padding: 0 10px;
  background-color: #e05a5a;
}
#company_info dl dd,
.contact_form_dl dl dd {
  margin-bottom: 0;
  margin-left: 185px;
  position: relative;
  text-align: left;
  top: 0;
}
.contact_form_dl dl dd {
  padding: 10px 0px;
  line-height: 40px;
}
#company_info dl dd a {
  text-decoration: underline;
}
#map {
  width:100%;
  height:400px;
  margin:0 auto;
}

/* contact */
#contact {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}
#contact ul {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
#contact ul li h2 {
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #000000;
  margin: 40px 0 10px;
  text-align: left;
}
#contact input[type="submit"] {
  display: inline-block;
  width: 280px;
  background: rgba(93, 109, 126, 1);
  margin:10px auto 0;
  color: #ffffff;
  font-size: 16px;
  line-height:36px;
  text-align: center;
  border: 1px solid rgba(93, 109, 126, 1);
  border-radius: 3px;
  cursor: pointer;
}
#contact input[type="submit"]#return {
  background: #ffffff;
  color:rgba(93, 109, 126, 1);
}
#contact input[type="submit"]:hover {
  opacity: 0.8;
}
.contactLink {
  display: inline-block;
  width: 280px;
  background: #ffffff;
  margin:10px auto 0;
  color: rgba(93, 109, 126, 1);
  font-size: 16px;
  line-height:36px;
  text-align: center;
  border: 1px solid rgba(93, 109, 126, 1);
  border-radius: 3px;
}
.contactLink:hover {
  background: rgba(93, 109, 126, 1);
  color: #ffffff;
}
.contact_button {
  margin:0 auto;
  background: rgba(93, 109, 126, 1);
  border: 1px solid rgba(93, 109, 126, 1);
  color: #ffffff;
  width: 280px;
  text-align: center;
  font-size: 20px;
  line-height:40px;
  border-radius: 3px;
  display: inline-block;
}
.contact_button.send {
  background-color: #e05a5a;
  border: 1px solid #e05a5a;
}
.contact_button.send:hover {
  color: #e05a5a;
  background-color: #ffffff;
}
#contact .container .gray_bloc a:hover,
#form_bloc div div form a:hover {
  opacity:0.7;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
.contact_button.send .button_font {
  color: #FFFFFF;
}
.contact_button.send:hover .button_font {
  color: #e05a5a;
}
.contact_form_dl dl {
  margin: 15px auto;
}
#form_bloc h2{
  font-size: 22px;
  line-height: 40px;
  margin-top: 10px;
}
#form_bloc h3,
#form_bloc p.message {
  padding: 0;
  font-weight: normal;
  font-size: 13px;
  line-height:18px;
  letter-spacing: 0.5px;
}
.contact_form_dl {
  margin: 0;
}
.contact_form_dl .contact_button {
  margin-top: 20px;
}
.contact_form_dl dl dd div.input.text {
  display:inline-block;
}
.contact_form_dl dl dd select,
.contact_form_dl dl dd input,
.contact_form_dl dl dd textarea {
  border: 1px solid #cccccc;
  color: #000000;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  text-align: left;
}
.contact_form_dl dl dd select {
  height: 30px;
  padding-right: 30px;
}
.contact_form_dl dl dd input {
  width: 500px;
}
.contact_form_dl dl dd textarea {
  min-height: 100px;
  margin: 0 auto;
  width: 500px;
  vertical-align: middle;
}
.contact_form_dl dl dd input[name='tel01'],
.contact_form_dl dl dd input[name='tel02'],
.contact_form_dl dl dd input[name='tel03']{
  width: 60px;
  text-align: left;
  color: #000000;
  font-size: 15px;
}
.error_msg,
.error-message {
  font-size: 12px;
  line-height: 20px;
  color: #e05a5a;
  font-weight: bold;
}
#complete.container {
  margin: 0 auto;
  min-height: 350px;
}
.privacy {
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  height: 200px;
  margin: 15px auto;
  overflow-y: scroll;
  padding: 20px;
  text-align: left;
  width: 760px;
}
.privacy h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 auto 20px;
    position: unset;
    text-align: center;
}
.privacy div.title {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 15px 0 0;
}
#company_info .mapLink {
  border-bottom: 1px solid #000000;
}
#company_info .mapLink .material-icons {
  font-size: 16px;
  line-height: 60px;
  vertical-align: top;
  margin-right: 3px;
}
.withdraw-link {
    margin-top: 10px;
}
.cancel {
  width: 280px;
  margin: 0 auto;
  margin-top: 0.5em;
}
.can-txt {
  float: right;
}

@media screen and (max-width:670px){
  header #head_logo img {
    width: 120px;
  }
  header .logInBtn {
    top: 5px;
    font-size: 12px;
    line-height: 30px;
  }
  .container {
    width: 95%;
  }
  footer{
    background-color:#333333;
    padding:15px 5px;
  }
  footer li{
    width:auto;padding:0 5px 5px;
    font-size:12px;
  }
  #company_info dl {
    width: 95%;
    border-bottom: 0 none;
  }
  #company_info dl dt,
  #company_info dl dd {
    line-height: 30px;
  }
  #company_info dl dt,
  .contact_form_dl dl dt {
    margin-bottom: 0;
    padding-left: 0;
    border-top: 0 none;
  }
  #company_info dl dd {
    margin-left: 0;
  }
  .contact_form_dl dl dt,
  .contact_form_dl dl dd {
    line-height: 35px;
  }
  .contact_form_dl dl {
    width: 100%;
    border-top: 1px solid #a4a4a4;
  }
  .contact_form_dl dl dt .required {
    top: 7px;
  }
  .contact_form_dl dl dd {
    margin-left: 0;
  }
  .contact_form_dl dl dd input,
  .contact_form_dl dl dd textarea {
    width: 90%;
  }
  .privacy {
    width: auto;
  }
  #contact ul {
    width: auto;
  }
  #company_info .mapLink .material-icons {
    line-height: 30px;
  }
}