.bl_homeAddress{background-color:#fff;border-radius:12px;padding:24px 64px 40px}.bl_homeAddress_heading{border-left:4px solid #2d59a9;font-size:1.5rem;font-weight:700;line-height:1.5;margin-top:24px;padding-left:16px}.bl_homeAddress_grid{display:grid;gap:0 64px;grid-template-columns:1fr 1fr}.bl_homeAddress_grid__col1{grid-template-columns:1fr;max-width:calc(50% - 32px)}.bl_homeAddress_item{border-bottom:1px solid #d4d4d4;padding:32px 0 12px}.bl_homeAddress_label{color:#525252;font-size:.875rem;line-height:1.6;margin-bottom:4px}.bl_homeAddress_value{align-items:center;color:#262626;display:flex;justify-content:space-between;min-height:32px}.bl_homeAddress_value:has(>.bl_homeAddress_select){position:relative}.bl_homeAddress_value:has(>.bl_homeAddress_select):after{bottom:0;content:"";cursor:default;left:0;position:absolute;right:32px;top:0;z-index:1}.bl_homeAddress_value__editable .bl_homeAddress_input:not(:focus){background:transparent;border-color:transparent}.bl_homeAddress_input{background:transparent;border:1px solid transparent;border-radius:4px;color:#262626;flex:1;font-family:Noto Sans JP,sans-serif;font-size:1rem;line-height:1.5;outline:none;padding:4px 0}.bl_homeAddress_input:disabled{-webkit-text-fill-color:#262626;color:#262626;cursor:default;opacity:.7}.bl_homeAddress_input:not(:disabled){background:#fff;border-color:#2d59a9;padding:4px 8px}.bl_homeAddress_select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-image:none;border:none;border-radius:0;color:#262626;flex:1;font-family:Noto Sans JP,sans-serif;font-size:1rem;line-height:1.5;opacity:.7;outline:none;padding:4px 0}.bl_homeAddress_select:disabled{-webkit-text-fill-color:#262626;color:#262626;cursor:default;opacity:.7}.bl_homeAddress_select:not(:disabled){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px auto;cursor:pointer;padding-right:32px}.bl_homeAddress_text{color:#262626;font-size:1rem;line-height:1.5}.bl_homeAddress_item.is_error .bl_homeAddress_input{background:#fff;border-color:#d32f2f;padding:4px 8px}.bl_homeAddress_item.is_error .bl_homeAddress_select{color:#d32f2f}.bl_homeAddress_errorMsg{color:#d32f2f;font-size:.75rem;line-height:1.5;margin-top:4px}.bl_homeAddress_editBtn{align-items:center;background:none;border:none;border-radius:4px;color:#737373;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-left:8px;padding:0;transition:color .25s,background .25s;width:32px}.bl_homeAddress_editBtn:focus,.bl_homeAddress_editBtn:hover{background:rgba(45,89,169,.08);color:#2d59a9}@media screen and (max-width:768px){.bl_homeAddress{border-radius:9px;padding:18px 16px 24px}.bl_homeAddress_heading{font-size:1.125rem;margin-top:18px}.bl_homeAddress_grid{grid-template-columns:1fr}.bl_homeAddress_grid__col1{max-width:100%}.bl_homeAddress_item{padding:24px 0 0}.bl_homeAddress_input,.bl_homeAddress_select{width:80%}}