/* --------------------------------------------------------------------------
 base
-------------------------------------------------------------------------- */
.remarks {
  font-size: 12px;
}
.remarks2 {
  margin-right: 5px;
}
.remarks3 {
  margin: 0 5px 0 35px;
}
.re_right {
  float: right;
  width: 167px;
  line-height: 14px;
}

#top_form {
  margin: 15px 25px;
}

#container.contact {
  position: relative;
  box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.2);
  background: #f8f8f8;
  padding: 2px 0 0;
  text-align: center;
}
#fasc h2 {
  display: inline-block;
  color: #0050aa;
  font-size: 20px;
  border-bottom: dotted 2px #0050aa;
  width: 205px;
  margin: -35px 120px 20px;
  float: right;
}

#fasc .form_ttl {
  overflow: auto;
}

#fasc .form_ttl img {
  width: 177px;
  height: 32px;
  margin: 0px 115px 0px;
}

#fasc {
  position: relative;
  width: 660px;
  margin: 0 auto;
  padding: 15px 0 0;
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

#fasc h5 {
  color: #0050aa;
  margin: 0 0 24px;
  font-size: 18px;
  text-align: center;
}

#fasc select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0 5px 5px;
}

/* --------------------------------------------------------------------------
 flow
-------------------------------------------------------------------------- */

ul#flow {
  width: 686px;
  margin: 0 auto 10px;
}
ul#flow2 {
  width: 686px;
  margin: 25px auto 10px;
}
ul#flow li,
ul#flow2 li {
  float: left;
  width: 160px;
  background: #e2efff;
  color: #b4cce6;
  font-size: 18px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 5px 0;
  margin: 0 15px;
}
ul#flow li.current,
ul#flow2 li.current {
  background: #0050aa;
  color: #fff;
}
ul#flow li.arr,
ul#flow2 li.arr {
  width: 43px;
  background: #fff;
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------------------------
 queries
-------------------------------------------------------------------------- */

#fasc dl {
  width: 610px;
  padding: 8px 25px 8px;
}
#fasc dl.fixed {
  width: 610px;
  padding: 8px 25px 8px;
  height: 20px;
}
#fasc dl:nth-child(odd) {
  background: #e2efff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
#fasc dt {
  position: relative;
  width: 175px;
  font-size: 16px;
  line-height: 1.5em;
}
#fasc dt span {
  font-size: 12px;
  background: #f0020e;
  color: #fff;
  padding: 3px 5px;
  margin-left: 12px;
  vertical-align: top;
}
#fasc dd {
  margin: -1.5em 0 0 185px;
  font-size: 16px;
}
#fasc dd.narrow {
  margin: -42px 0 0 185px;
  font-size: 16px;
}
#fasc dd.wide1 {
  margin: -20px 0 0 185px;
  font-size: 16px;
  height: 43px;
}
#fasc dd.wide2 {
  margin: -20px 0 0 185px;
  font-size: 16px;
  height: 55px;
}

#fasc dd input[type="radio"] {
  margin-right: 6px;
}
#fasc dd input[type="tel"] {
  width: 240px;
  height: 20px;
  font-size: 15px;
  padding: 4px;
  background: #f9f9f9;
  color: #333333;
  font-family: "Roboto", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", Hiragino Sans,
    "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
    Meiryo, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", Yu Gothic, sans-serif;
}

#fasc dd input[type="text"],
#fasc dd input[type="email"],
#fasc dd textarea {
  width: 240px;
  font-size: 15px;
  padding: 4px;
  background: #f9f9f9;
  color: #333333;
  font-family: "Roboto", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯", Hiragino Sans,
    "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN", "Hiragino Kaku Gothic ProN", "ãƒ¡ã‚¤ãƒªã‚ª",
    Meiryo, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", Yu Gothic, sans-serif;
}
#fasc dd input.mid {
  width: 105px;
}
#fasc dd input.sml {
  width: 80px;
}
#fasc dd textarea.large {
  height: 75px;
}
#fasc dd label {
  display: block;
}
.box {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  white-space: nowrap;
}
.box_b {
  display: inline-block;
  width: 232px;
  vertical-align: top;
}
.box_s {
  display: inline-block;
  width: 216px;
  vertical-align: top;
}
.nobotan {
  position: absolute;
}
.nobotan a {
  display: inline-block;
  margin: 3px 0px 0px 570px;
  background: #666;
  color: #fff;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
 error
-------------------------------------------------------------------------- */

#fasc .beil {
  display: none;
}
#fasc .vide {
  width: 636px;
  margin: 0 auto 16px;
  padding: 12px;
  background: #fcd6d6;
  border: solid 1px #f0020e;
}
#fasc .vide p,
#fasc .vide li {
  color: #f0020e;
}
#fasc .err {
  color: #f0020e;
  font-size: 12px;
}
#fasc .err_2 {
  color: #f0020e;
  font-size: 12px;
}

/* --------------------------------------------------------------------------
 confirm
-------------------------------------------------------------------------- */

#fasc.confirm dl:nth-child(odd) {
  background: #f0f0f0;
}
#fasc .option {
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 3px 0;
  /*margin: 24px 0;*/
}
/*#fasc.confirm .btn-send a { display: inline-block; margin: 10px 205px; background-position: -260px -277px; width: 354px; height: 46px;}*/

/* --------------------------------------------------------------------------
 complete
-------------------------------------------------------------------------- */

#fasc.complete h5 {
  padding: 30px 0 45px;
  margin: 0;
}
/*#fasc.complete .btn-send.no a { display: block; margin: 0 auto 32px; }*/
#fasc.complete {
  height: 400px;
}

/* --------------------------------------------------------------------------
 SSL Seal
-------------------------------------------------------------------------- */
.seal_area {
  width: 620px;
  margin: 30px auto 0;
  padding: 30px 20px 16px;
  border: 1px solid #ccc;
  background: #ffffff;
  height: 37px;
}
.seal_area img {
  float: left;
  padding: 3px 20px 0;
}
.seal_area h3 {
  color: #0050aa;
}

.a_underline {
  text-decoration: underline;
}
.a_underline:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------------
 FV_form
-------------------------------------------------------------------------- */
.kvAreaForm_content {
  margin-top: 10px;
}
.kvAreaForm_title {
  margin: 0 auto 9px;
  font-size: 24px;
  line-height: 1;
  color: #0023a3;
  font-family: "メイリオ", Meiryo;
  text-align: center;
}

.kvAreaForm_upperWrapper {
  display: flex;
}

.kvAreaForm_item {
  font-size: 16px;
  line-height: 1;
  font-family: "メイリオ", Meiryo;
}

.kvAreaForm_select {
  box-sizing: border-box;
  width: 100%;
  margin-top: 3px;
  padding: 2px 6px 6px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
}

.kvAreaForm_text {
  box-sizing: border-box;
  width: 100%;
  margin-top: 3px;
  padding: 4px 6px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}

.kvAreaForm_req {
  display: inline-block;
  width: 25px;
  height: 13px;
  margin-left: 4px;
  border-radius: 2px;
  background-color: #ff2d19;
  font-size: 8px;
  color: #fff;
  line-height: 13px;
  text-align: center;
  vertical-align: middle;
}

.kvAreaForm_error {
  margin-left: 4px;
  font-size: 11px;
  color: #f0020e;
}

.kvAreaForm_button {
  display: inline-block;
  width: 100%;
  height: 30px;
  margin-top: 18px;
  border-radius: 4px;
  background-color: #ff2d19;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.kvAreaForm_button:hover {
  color: #fff;
  opacity: 0.8;
}
dl.btn-confirm {
  background-color: #f0f0f0;
}
