@charset "utf-8";

/* CSS Document */



.input-text{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 10px;
  min-height: 40px;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 16px;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
}

.input-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 25px 4px 10px;
  min-height: 40px;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: url(../../img/select_arrow.png) no-repeat right center ;
  background-color: #fff;
  font-size: 16px;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
}

.is-completed{
  background-color: rgba(223, 240, 216, 0.5);
}

.input-xxsmall { min-width: 70px; }
.input-xsmall  { width: 120px; }
.input-small   { width: 200px; }
.input-half    { width: 50%; }
.input-full    { width: 100%; }
.input-auto    { width: auto; }

.input-zip-btn{
  border: 1px solid #aaa;
  margin-left: 10px;
  height: 40px;
  background: #ddd;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: none;
  vertical-align: middle;
}

@media screen and (max-width:834px) {

  .input-text{
    padding: 4px 5px;
  }

  .input-select{
    padding: 4px 20px 4px 5px;
  }

  .input-xxsmall { min-width: 50px; }
  .input-xsmall  { width: 100px; }
  .input-small   { width: 100%; }
  .input-half    { width: 100%; }
  .input-full    { width: 100%; }
  .input-auto    { width: auto; }

  .input-zip{
    width: 150px;
  }

}

/**********************************************
module-radio
***********************************************/

/*
.input-radio{
  display: none;
}
.input-radio + label{
  display: inline-block;
  position: relative;
  padding: 0px 20px 4px 26px;
  cursor: pointer;
}
.input-radio + label::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #666;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.input-radio + label::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #5cb85c;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  opacity: 0;
}
.input-radio:checked + label::before{
  border-color: #5cb85c;
  background-color: rgba(92, 184, 92, 0.2);
}
.input-radio:checked + label::after{
  opacity: 1;
}
*/


/**********************************************
module-checkbox
***********************************************/

.input-checkbox,
.input-radio{
  vertical-align: middle;
  margin-right: 0.3em;
}
/*
.input-checkbox{
  display: none;
}
.input-checkbox + label{
  display: inline-block;
  position: relative;
  padding: 0px 15px 10px 26px;
  cursor: pointer;
}
.input-checkbox + label::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #666;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.input-checkbox + label::after{
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  left: 4px;
  top: 4px;
  transform: rotate(-45deg);
  opacity: 0;
}
.input-checkbox:checked + label::after{
  opacity: 1;
}
.input-checkbox:checked + label::before{
  border-color: #5cb85c;
  background-color: rgba(92, 184, 92, 0.2);
}
.input-checkbox:checked + label::after{
  opacity: 1;
  border-color: #5cb85c;
}
*/

/**********************************************
module-zip
***********************************************/

.input-box {
  position: relative;
}
.input-box-heading {
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  left: 1px;
  top: 1px;
  background: #f6f6f6;
  width: 40px;
  height: 38px;
  text-align: center;
  padding-top: 5px;
  border-right: 1px solid #ddd;
}
.input-box input[type="text"]{
  padding-left: 50px;
}

/**********************************************
module-fieldset
***********************************************/

.fieldset{
}
.fieldset:not(:last-child){
  padding-bottom: 15px;
}
.fieldset-title {
  font-weight: bold;
  font-size: 108%;
  padding-bottom: 8px;
}

/**********************************************
module-xxxxx
***********************************************/

/**********************************************
module-xxxxx
***********************************************/

/**********************************************
module-xxxxx
***********************************************/

/**********************************************
module-xxxxx
***********************************************/
