@charset "utf-8";
/* CSS Document */
/*-------------------------　complete style　-----------------*/
#completebox {
  padding: 100px 0 100px 0;
}
/*-------------------------　confirm style　-----------------*/
.confirm_botton {
  margin-left: -10px;
}
.p_submit {
  text-align: center;
  font-size: 120%;
  margin: 30px 0 20px 0;
}
.facts_title2 {
  font-weight: bold;
}
.form_facts2 {
  border-bottom: 1px dotted #dddddd;
  display: table;
  clear: both;
  padding: 20px;
}
.form_facts2 dt.facts_title2 {
  float: left;
  display: block;
  width: 180px;
}
/*-------　左カラムスタイル　-------*/
p.style_01 {
  font-size: 140%;
  line-height: 1.4em;
  margin: 10px 0 10px 0;
}
#setsumei {
  margin-bottom: 50px;
}
.chuki {
  text-indent: -1em;
  margin: 20px 0 0 15px;
  color: #CC3333;
  font-size: 90%;
  line-height: 1.3em;
}
.chuki2 {
  font-size: 85%;
  line-height: 1.2em;
}
.chuki3 {
  text-indent: -1em;
  margin: 20px 0 0 0;
  color: #CC3333;
  font-size: 112%;
  font-weight: 600;
}
img#step {
  margin-top: 20px;
}
.contact_box {
  padding: 20px 0 10px 15px;
  margin: 0 0 0 0;
  background-color: #FBFBFB;
  border-radius: 15px 15px 15px 15px;
  max-height: 100%;
}
.contact_box2 {
  padding: 20px 0 10px 15px;
  margin: 50px 0 0 0;
  background-color: #FBFBFB;
  border-radius: 15px 15px 15px 15px;
  max-height: 100%;
}
.form_wrapp {
  width: 580px;
}
#error {
  margin: 20px 0 20px 150px;
  font-weight: bolder;
  font-size: 110%;
}
.form_facts {
  border-bottom: 1px dotted #dddddd;
  display: table;
  clear: both;
  padding: 20px;
}
.form_facts dt.facts_title {
  float: left;
  display: block;
  width: 180px;
}
.form_facts dt.facts_title img {
  margin-left: 5px;
  vertical-align: middle;
}
dd.facts_content {
  float: left;
  display: block;
  width: 350px;
}
.check_line li {
  display: block;
  width: 350px;
}
input.check_vertical {
  vertical-align: middle;
  margin-right: 10px;
}
.facts_content [type="text"], .facts_content select, .facts_content textarea {
  padding: 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-image: -o-linear-gradient(bottom, #FFF 0%, #f6f3e7 100%);
  background-image: -moz-linear-gradient(bottom, #FFF 0%, #f6f3e7 100%);
  background-image: -webkit-linear-gradient(bottom, #FFF 0%, #f6f3e7 100%);
}
.facts_content [type="text"]:focus, .facts_content select:focus, .facts_content textarea:focus {
  background-image: none;
}
.fl_name {
  margin: 0 8px 0 2px;
}
.facts_content textarea {
  font-size: 100%;
  max-width: 350px;
  min-height: 50px;
}
/*Webkit*/ ::-webkit-input-placeholder {
  color: #999999;
}
/*Firefox 19以降*/ ::-moz-placeholder {
  color: #999999;
}
/*Firefox 18以前*/ :-moz-placeholder {
  color: #999999;
}
/*Windows IE*/ :-ms-input-placeholder {
  color: #999999;
}
.submit_button {
  padding: 20px 0 20px 0;
  clear: both;
  text-align: center;
}
.submit_button [type="submit"] {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF2D0;
  padding: 5px 20px 5px 20px;
  margin: 10px;
  border: 1px solid #AAA;
  border-radius: 5px;
}
.submit_button [type="submit"]:hover {
  cursor: pointer;
  background-color: #B9E9F9;
}
.contact_lists p {
  padding: 10px 10px 0 10px;
}
/*-------　右カラムスタイル　-------*/
.side_menu_box {
  width: 250px;
  float: right;
  margin-top: 20px;
}
.side_menu_top {
  height: 44px;
  background-image: url(contact/images/side_menu_top.png);
}
.side_menu {
  padding: 10px 20px 0 20px;
  background-image: url(contact/images/side_menu_bg.png);
}
.side_menu li {
  background-image: url(images/contents_images/arrow_contact.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 20px;
  border-bottom: 1px dashed;
}
.side_menu_bottom {
  height: 19px;
  background-image: url(contact/images/side_menu_bottom.png);
}
.side_menu a {
  text-decoration: none;
}
.side_menu li:hover {
  background-color: #FBE3E3;
}