@charset "UTF-8";


.form-box-type-1 {
  margin: 30px 0;
}

.form-box-type-1 li {
  margin: 20px 0 0 0;
}

.form-box-type-1 li:first-child {
  margin: 0;
}

.label-name-type-1 {
  font-size: 1.3rem;
  margin: 0 0 10px 0;
  display: inline-block;
}

.input-type-1 {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  height: 48px;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  color: #000;
  position: relative;
  border: 1px solid #e5e5e5;
}

.input-text.input-type-1 {
  background-color: #fff;
  line-height: 2.1;
  font-size: 1.3rem;
}

.form-box-type-1 .form-list-detail-link {
  font-size: 1.2rem;
  text-align: right;
  padding: 5px 0 0 0;
  color: #999;
}

.select-type-1 {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  background-image: url('../../../img/common-parts/icon-arrow-bottom.png');
  background-position: right 18px center;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  height: 48px;
  width: 100%;
  font-size: 1.3rem;
  display: inline-block;
  border: 1px solid #e5e5e5;
}

.textarea-type-1 {
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-appearance: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  font-size: 1.3rem;
  font-family: sans-serif;
  color: #000;
  position: relative;
  border: 1px solid #e5e5e5;
  line-height: 1.6;
}


.input-type-1::placeholder , .select-type-1::placeholder , .textarea-type-1::placeholder {
  color: #ccc;
}

.input-none {
  display: none;
}

/* 分割 */

.form-box-type-1 .harf-box {
  display: table-cell;
  vertical-align: middle;
}

.form-box-type-1 .harf-box .detail-text {
  font-size: 1.3rem;
  color: #000;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 16px;
  margin: 0 30px 0 0;
}

.form-box-type-1 .harf-box .input-type-1 {
  width: 30%;
  display: inline-block;
}

/* フォームリスト */

.input-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  background: #fff;
}

.input-box .list {
  padding: 20px 0;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  box-sizing: border-box;
}

.input-box .list:last-child {
  border: none;
}

.input-box .list .left-box {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
}

.input-box .list .left-box .text {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}

.input-box .list .left-box .text-normal {
  font-size: 1.3rem;
  color: #000;
}

.input-box .list .right-box {
  display: table-cell;
  vertical-align: middle;
  width: 72%;
  text-align: right;
}

/* テキスト */
.input-box .list .right-box .text {
  font-size: 1.4rem;
  color: #000;
  text-align: right;
}

.input-box .list .right-box .text.disabled {
  color: #ccc;
}

/* 数字 */
.input-box .list .right-box .num {
  font-size: 1.5rem;
  color: #000;
  text-align: right;
}

/* 赤数字 */
.input-box .list .right-box .red-num {
  font-size: 2rem;
  color: #FF0230;
  text-align: right;
  font-weight: bold;
}

/* (ラベル-無料期間) */
.input-box .list .right-box .label-fee-free {
  background: #FF0230;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 3px 5px 2px 5px;
  margin: 0 8px 0 0;
  border-radius: 3px;
  position: relative;
  top: -1px;
}


/* >付きテキスト */
.input-box .list .right-box .text-arrow {
  font-size: 1.4rem;
  color: #000;
  text-align: right;
  margin: -20px -15px -20px 0;
  padding: 20px 38px 20px 0;
  background-image: url('../../../img/common/icon-arrow-right-grey.png');
  background-position: right 18px center;
  background-size: 6px;
  background-repeat: no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.input-box .list .right-box .text-arrow.placeholder { color: #ccc; }

/* セレクト */
.input-box .list .right-box .select {
  margin: -20px -15px -20px 0;
  padding: 10px 38px 10px 15px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-appearance: none;
  background-image: url('../../../img/common/icon-arrow-right-grey.png');
  background-position: right 18px center;
  background-size: 6px;
  background-repeat: no-repeat;
  height: 48px;
  width: 100%;
  font-size: 1.4rem;
  display: inline-block;
  border: none;
  position: relative;
  cursor: pointer;
  color: #000;
}

/* インプット */
.input-box .list .right-box .input {
  margin: -20px -15px -20px 0;
  padding: 10px 15px;
  text-align: right;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 48px;
  color: #000;
  border: none;
  display: inline-block;
  font-size: 1.4rem;
  width: 100%;

}

.input-box .list .right-box .input.half {
  width: 30%;
}

.input-box .list .right-box .text-half {
  font-size: 1.3rem;
  color: #000;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 16px;
  margin: 0 16px 0 0;
}



.input-box .list .right-box .input.price {
  font-size: 2rem;
  font-weight: bold;
  width: 50%
}

.input-box .list .right-box .input::placeholder { color: #ccc; }

.input-box .list .right-box.price-box {
  position: relative;
  box-sizing: border-box;
}

.input-box .list .right-box.price-box .yen {
  font-size: 2rem;
  font-weight: bold;
  font-family: Avenir;
  line-height: 0;
  position: absolute;
  top: 11px;
  right: 46%;
  z-index: 10;
}

.input-default-color { color: #ccc !important; }

.address-form-country-area:disabled {
  opacity: 1;
  color: #000;
  background: #fff;
}

.address-form-city:disabled {
  opacity: 1;
  background: #fff;
}
