@charset "utf-8";
/* CSS Document */

.formLayout {
}
@media (max-width: 480px) {
  .cvBtn {
    position: inherit !important;
    display: none;
  }
}

/* PC */
@media screen and (min-width:769px) {
  .formLayout {
    width:600px;
    margin:0 auto 40px;
  }
}
/* Tablet */
@media screen and (max-width:768px) {
  .formLayout {
    width: calc(100% - 20px);
    margin:0 auto 40px;
  }

}

/* -------------------------------------------------

エラーメッセージ

-------------------------------------------------*/
.formLayout .errmsg {
  width:90%;
  border:3px solid #f00;
  padding:20px;
  margin:0 auto 10px auto;
  box-sizing: border-box;
}
.formLayout .errmsg,
.formLayout .errmsg a,
.formLayout .errmsg a:link,
.formLayout .errmsg a:visited,
.formLayout .errmsg a:hover,
.formLayout .errmsg a:active {
  color:#F00;
}

/* -------------------------------------------------

formTable

------------------------------------------------- */

.formArea p{
  margin: 0 0 10px;
}
.formTable{
  width:100%;
  margin:0 0 20px;
}
.formTable th,
.formTable td{
  display:block;
}
.formTable th{
  font-weight:bold;
  text-align:left;
  margin-top:10px;
  padding:5px 5px 5px 20px;
  background:url("../images/img_circle.png") no-repeat left 7px;
}
.formTable td{
}

.formTable th span.hissu {
  width:46px;
  height:17px;
  background:url("../images/img_hissu.png") no-repeat right 0;
  background-size:36px 17px;
  display:inline-block;
  text-indent:-9999px;
}
.formTable th span.ninni {
  width:46px;
  height:17px;
  background:url("../images/img_ninni.png") no-repeat right 0;
  background-size:36px 17px;
  display:inline-block;
  text-indent:-9999px;
}

.formLayout.check_now .formTable th{font-weight:normal;}
.formLayout.check_now .formTable td{font-weight:bold;}

.formTable [class^='alertVL'] {
    display:none;
}

/* PC */
@media screen and (min-width:769px) {
  .formArea p{
  }
  .formTable{
  }
  .formTable th,
  .formTable td{
  }
  .formTable th{
  }
  .formTable td{
    padding:5px 5px 5px 30px;
  }
  .formTable [class^='alertVL'] {
    color:#f00;
    padding-left:50px;
    background:url("../images/icon_alert.png") no-repeat 30px center;
    background-size:14px;
  }
}
/* Tablet */
@media screen and (max-width:768px) {
  .formArea p{
  }
  .formTable{
  }
  .formTable th,
  .formTable td{
  }
  .formTable th{
  }
  .formTable td{
    padding:5px 5px 5px 15px;
  }
  .formTable [class^='alertVL'] {
    color:#f00;
    padding-left:35px;
    background:url("../images/icon_alert.png") no-repeat 15px center;
    background-size:14px;
  }
}



/* -------------------------------------------------

step1InputInfo

------------------------------------------------- */
#step1InputInfo {
  width:100%;
  box-sizing:border-box;
  background:#f6f6f6;
  padding:20px;
}
  #step1InputInfo h5 {
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
  }
  #step1InputInfo dl {
    display:table;
  }
    #step1InputInfo dl dt {
      font-weight:bold;
      display:table-cell;
    }
    #step1InputInfo dl dd {
      display:table-cell;
      padding-right:12px;
    }

/* -------------------------------------------------

step1InputInfo

------------------------------------------------- */
#lastInputArea {
  padding-top:20px;
  margin-bottom:20px;
}
  #lastInputBtn {
    text-indent: -9999px;
    display:block;
    cursor:pointer;
    margin:0 0 0 auto;
  }

/* PC */
@media screen and (min-width:769px) {
  #lastInputArea {
  }
    #lastInputBtn {
      width:320px;
      height:40px;
      background:url("../images/btn_lastinput.png") no-repeat 0 0;
      background-size:320px 40px;
    }
}
/* Tablet */
@media screen and (max-width:768px) {
  #lastInputArea {
  }
    #lastInputBtn {
      width:240px;
      height:30px;
      background:url("../images/btn_lastinput.png") no-repeat 0 0;
      background-size:240px 30px;
    }
}

/* -------------------------------------------------

submitBox

------------------------------------------------- */
.submitBox{
  margin:20px 0 20px;
  text-align:center;
}
.submitBox input{
  border:0;
  border-radius:8px;
  background-color:#005eae;
  color:#fff;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size:1.1em;
  letter-spacing:1px;
  font-weight:bold;
  -webkit-appearance:none;
  cursor:pointer;
}
.submitBox input:hover{
  background-color:#4b8dc4;
}
.submitBox input.disabled{
  background-color:#e3e3e3;
  color:#6d6d6d;
}
.submitBox input.disabled:hover{
  background-color:#e3e3e3;
}
.submitBox input[name='_back_x'] {
  background-color:#aaa;
}
.submitBox input[name='_back_x']:hover{
  background-color:#bbb;
}
.submitBox input[name='_retouch_x'] {
  background-color:#aaa;
}
.submitBox input[name='_retouch_x']:hover{
  background-color:#bbb;
}

/* PC */
@media screen and (min-width:769px) {
  .submitBox input{
    padding:10px 80px;
  }
}
/* Tablet */
@media screen and (max-width:768px) {
  .submitBox input{
    width:80%;
    padding:15px;
    margin-bottom:10px;
  }
}

/* -------------------------------------------------

privacyFrame

------------------------------------------------- */

#privacyFrame {
}
  div#privacyBox {
      border: 1px solid #d6d6d6;
      background:#fafafa;
      color: 444;
      font-size: 12px;
      height: 180px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 1em;
      box-sizing: border-box;
  }
    div#privacyBox h4,
    div#privacyBox p,
    div#privacyBox dt,
    div#privacyBox dd,
    div#privacyBox span {
      line-height:1.4em;
    }
    
    div#privacyBox h4 {
      font-size: 14px;
    }
    
    div#privacyBox .align-r {
      margin: 1em 0;
      text-align: right;
    }
    
    div#privacyBox .underline {
      text-decoration: underline;
    }
    
    div#privacyBox dl {
      margin-bottom: 1em;
    }
    
      div#privacyBox dt {
        margin-top: 1em;
        font-weight: bold;
      }

        div#privacyBox dt span {
          font-size: 1.3em;
          margin-right: 0.5em;
        }
      
      div#privacyBox dd {
        margin-left: 2em;
      }

/* PC */
@media screen and (min-width:769px) {
}
/* Tablet */
@media screen and (max-width:768px) {
}


/* -------------------------------------------------

cautionFrame

------------------------------------------------- */
.cautionFrame {
  margin-top:8px;
  padding-top:16px;
  border-top:2px solid #eeeeee;
  list-style-type:disc;
}
  .cautionFrame li {
    list-style-type:disc;
    margin-left:16px;
  }

/* -------------------------------------------------

form reset

------------------------------------------------- */
label[for] {
  display: inline-block;
}

input[type="tel"],
input[type="email"],
input[type="text"]{
  -webkit-appearance:none;
  border:1px solid #ccc;
  padding:5px;
  margin:5px;
  font-size:1.1em;
  border-radius:5px;
  box-sizing:border-box;
  outline: none;
}
input[type="radio"] {

}
input[type="checkbox"] {

}
select::-ms-expand {
 display: none;
}
.select2{
  position: relative;
}
.select2:after{
  display: block;
  content: "\f0dd";
  font-family: FontAwesome;
  position: absolute;
  right:20px;
  font-size:1.25em;
  pointer-events: none;
  line-height:100%;
}
.select2 select{
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #ccc;
  border-radius:5px;
  margin:5px;
  padding:5px 30px 5px 10px;
  width:260px;
}
textarea{
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-appearance:none;
  border:1px solid #ccc;
  padding:5px;
  margin:5px;
  font-size:1.1em;
  border-radius:5px;
  box-sizing:border-box;
  width:97%;
  outline: none;
}

label[for^='vl051'],
label[for^='vl052'],
label[for^='vl053'],
label[for^='vl054'],
label[for^='vl055'] {
  display:block;
}
label[for^='vl042'] {
  display:block;
}

/* PC */
@media screen and (min-width:769px) {
  .select2:after{
    bottom:25%;
  }
  .sizeSS{
    width:40px;
  }
  .sizeS{
    width:100px;
  }
  .sizeM{
    width:200px;
  }
  .sizeL{
    width:400px;
  }
  .sizeLL{
    width:500px;
  }
}
/* Tablet */
@media screen and (max-width:768px) {
  .select2:after{
    bottom:10%;
  }
  .sizeSS{
    width:20%;
  }
  .sizeS{
    width:25%;
  }
  .sizeM{
    width:60%;
  }
  .sizeL{
    width:80%;
  }
  .sizeLL{
    width:97%;
  }
}
