
/* =========================
  Setting 
========================= */
.section--title{
  background-color: #f3f4f6;
  padding: 5px 10px 0 0;
}
.section--title .section__inner{
  padding: 10px 16px 5px;
}
.section--title .section__title{
  background-image: url(../images/icon_m08.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 25px;
  background-position: left center;
  font-size: 1.2em;
}

/* =========================
  Setting 登録情報
========================= */
.section--info{
  background-color: #fff;
  padding-top: 15px;
}
.settingInfo__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.settingInfo__item-ttl {
    padding: 5px 0 5px 28px;
    background-image: url(../images/icon_bd02_ds.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left center;
}
.settingInfo__item--input {
    width: 320px;
    position: relative;
}

.setting-section{background:#fff;padding:30px;border-radius:10px;}
.setting-section__title{font-size:1.6rem;margin-bottom:25px;}

.setting-form__row{
  display:flex;
  gap:10px;
  margin-bottom:20px;
}
.setting-form__label
{
  width:140px;
  flex-shrink:0;
  font-weight:bold;
  flex:1;
  padding-top: 5px;
}
.setting-form__control{
  flex:2;
}

.setting-form__input{
  width:100%;
  max-width: 400px;
  padding:6px 10px;
  border:1px solid #ccc;
  border-radius:6px;
}

.gender-select{display:flex;gap:10px;}
.gender-btn{cursor:pointer;}
.gender-btn input{display:none;}

.gender-btn span{
display:inline-block;
padding:6px 38px;
border:1px solid #bcbcbc;
border-radius:10px;
background-color: #f7f7f7;
color:#999;
transition:.2s;
font-weight: bold;
}

.gender-btn input:checked + span{
border:1px solid #00a0dc;
color:#fff;
background:#00a0dc;
}

.setting-form__submit
{
  padding: 20px 20px 60px;
  text-align:center;
}

.section--info .btn-reserve {
    background-color: #00a0dc;
    color: #fff;
    border: 2px solid #00a0dc;
}
.section--info .btn-common--big {
    padding: 15px;
    font-size: 1.2em;
    display: block;
    border-radius: 40px;
    width: 80%;
    max-width: 300px;
    margin: auto;
    margin-top: 10px;
}
.btn-common::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width:768px){
.setting-form__row
{
  justify-content: space-between;
}
.setting-form__control{
  flex:2;
}
.setting-form__label{
  width:110px;
  flex:1;
}
.setting-form__input{
  max-width: 300px;
}
}

/*身分証*/
.identity-upload{
display:flex;
gap:10px;
align-items:center;
}

.identity-upload__input{
display:none;
}

.identity-btn{
display:inline-block;
padding:6px 10px;
border:1px solid #8bdef2;
border-radius:20px;
background:#fff;
cursor:pointer;
font-size: .9em;
font-weight: bold;
}

/* upload disabled */
.identity-btn--upload:disabled{
border:1px solid #ccc;
color:#999;
cursor:not-allowed;
}

/*identity-btn 共通*/
.identity-btn{
display:inline-block;
padding:6px 18px;
border-radius:20px;
transition:.2s;
}

/* アップロード（クリック可能） */
.identity-btn--upload:not(:disabled){
background:#00a0dc;
border:1px solid #00a0dc;
color:#fff;
cursor:pointer;
}

.identity-btn--upload:not(:disabled):hover{
opacity:.85;
}

/*アップロード disabled */
.identity-btn--upload:disabled{
background:#e5e5e5;
border:1px solid #ccc;
color:#999;
cursor:not-allowed;
}

/* =====================
登録情報　配送先
===================== */
.zip-search{
display:flex;
gap:10px;
}

textarea.setting-form__input{
min-height:60px;
resize:vertical;
}

.address-tabs__nav{
display:flex;
gap:10px;
margin-bottom:20px;
padding-top:15px;
overflow-x:auto;
font-weight: bold;
}

.address-tab{
padding:7px 18px;
border:1px solid #898989;
border-bottom: 0px;
border-radius:20px;
background:#fff;
cursor:pointer;
white-space:nowrap;
font-size: .9em;
color: #333;
}

/* active */
.address-tab.is-active{
border:1px solid #ccc;
color:#00a0dc;
}

.address-tab-content{
display:none;
}

.address-tab-content.is-active{
display:block;
}
.form-note{
font-size:.8rem;
color:#666;
margin-top:6px;
}

.address-tabs__nav{
margin-bottom:0; 
border-bottom:none;
}

.address-tabs__contents{
border:1px solid #ccc;
border-radius:0 3px 3px 3px;
padding:20px 20px 10px;
margin-top:-1px;
margin-bottom:25px;
}

/*tab デザイン*/
.address-tab{
border:1px solid #ccc;
border-radius:3px 3px 0 0; 
background:#f7f7f7;
position:relative;
border-bottom: 0;
}

/*active タブ*/
.address-tab.is-active{
background:#fff;
border-bottom:1px solid #fff; 
z-index:2;
}

/* inactive */
.address-tab:not(.is-active){
background:#f7f7f7;
}

@media (max-width:768px){
  .address-tabs__nav {
    gap: 5px;
  }
  .address-tab {
      padding: 7px 13px;
  }
}

.zip-search input{
  width: 100px;
}

/* ファイルを選択（専用） */
.identity-btn--select{
background:#fff;
border:1px solid #8bdef2;
color:#00a0dc;
cursor:pointer;
width:200px;
text-align: center;
border-radius: 5px;
}

.identity-btn--select:hover{
background:#f4fbfe;
}

/*ファイル選択後（専用）*/
.identity-btn--select.is-selected{
border:1px solid #bcbcbc;
background:#f7f7f7;
color:#848484;
}

.inpWid200{
  max-width: 200px;
}

@media (max-width:768px){
  .address-tabs__contents .setting-form__row {
    display: block;
  }
  .address-tabs__contents .setting-form__label{
    margin-bottom:4px;
  }
  .identity-upload{
    display: block;
  }
  .identity-btn--upload{
    margin-top:5px;
  }
}

.id__uploadedMessage{
    color: #595757;
    font-weight: bold;
    font-size: 1.1em;
}