{"id":3,"date":"2026-08-23T10:26:17","date_gmt":"2026-08-23T01:26:17","guid":{"rendered":"http:\/\/ie-urima.com"},"modified":"2026-08-23T10:29:42","modified_gmt":"2026-08-23T01:29:42","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/ie-urima.com\/?page_id=3","title":{"rendered":"\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\uff5c\u4e0d\u52d5\u7523\u58f2\u5374\u30de\u30c3\u30c1\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9 \u30a6\u30ea\u30de<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;family=Zen+Maru+Gothic:wght@500;700&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #FFFFFF;\n    --bg-alt: #F4F8F9;\n    --bg-card: #FFFFFF;\n    --ink: #112233;\n    --ink-soft: #33506A;\n\n    --color-blue: #0077A6;\n    --color-navy: #0A3C56;\n    --color-emerald: #00A896;\n    --color-teal: #028090;\n    --color-indigo: #5C56A6;\n    --color-coral: #FF6F59;\n    --color-gold: #C9871F;\n    --color-rose: #D6436B;\n\n    --primary-light: #E0F2F5;\n    --accent: #FF7A00;\n    --accent-hover: #E56E00;\n    --border: #D0E1E8;\n\n    --spectrum: linear-gradient(90deg,\n      var(--color-rose) 0%,\n      var(--color-coral) 18%,\n      var(--accent) 36%,\n      var(--color-gold) 54%,\n      var(--color-emerald) 70%,\n      var(--color-teal) 85%,\n      var(--color-blue) 100%);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--bg);\n    color: var(--ink);\n    font-family: 'Noto Sans JP', sans-serif;\n    line-height: 1.85;\n    padding-bottom: 90px;\n    letter-spacing: 0.03em;\n  }\n\n  .maru { font-family: 'Zen Maru Gothic', sans-serif; }\n\n  .container {\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* HERO *\/\n  .hero {\n    padding: 56px 0 40px;\n    text-align: center;\n    background: var(--bg-alt);\n    border-bottom: 1px solid var(--border);\n  }\n  .hero-badge {\n    display: inline-block;\n    font-size: clamp(13px, 1.8vw, 15px);\n    font-weight: 900;\n    color: var(--color-navy);\n    background: var(--primary-light);\n    border: 2px solid var(--color-blue);\n    border-radius: 999px;\n    padding: 8px 24px;\n    margin-bottom: 22px;\n    box-shadow: 0 4px 14px rgba(0, 119, 145, 0.15);\n  }\n  .hero-title {\n    font-size: clamp(24px, 3.4vw, 34px);\n    font-weight: 900;\n    color: var(--color-navy);\n    margin-bottom: 14px;\n    line-height: 1.45;\n  }\n  .hero p.lead {\n    font-size: clamp(13.5px, 1.6vw, 15.5px);\n    color: var(--ink-soft);\n    max-width: 620px;\n    margin: 0 auto;\n  }\n\n  \/* SECTION *\/\n  .section { padding: 56px 0; border-bottom: 1px solid var(--border); }\n  .section:last-of-type { border-bottom: none; }\n\n  .section-label {\n    font-size: 12px;\n    letter-spacing: 0.2em;\n    margin-bottom: 8px;\n    font-weight: 700;\n    color: var(--color-blue);\n  }\n  .section h2 {\n    font-size: clamp(19px, 2.4vw, 23px);\n    font-weight: 900;\n    position: relative;\n    display: inline-block;\n    padding-bottom: 14px;\n    color: var(--color-navy);\n    margin-bottom: 22px;\n  }\n  .section h2::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 52px;\n    height: 4px;\n    border-radius: 3px;\n    background: var(--spectrum);\n  }\n\n  .section p { font-size: 15px; color: var(--ink); margin-bottom: 14px; }\n  .section ul { margin: 0 0 14px; padding-left: 1.2em; }\n  .section li { font-size: 15px; margin-bottom: 8px; }\n  .section li::marker { color: var(--color-blue); }\n\n  .note-box {\n    margin-top: 24px;\n    padding: 20px 24px;\n    background-color: var(--bg-alt);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--color-blue);\n    border-radius: 12px;\n    font-size: 13.5px;\n    color: var(--ink-soft);\n    line-height: 1.8;\n  }\n  .note-title {\n    font-weight: 700;\n    color: var(--color-navy);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    margin-bottom: 8px;\n    font-size: 14px;\n  }\n  .note-box p { margin-bottom: 6px; font-size: 13.5px; color: var(--ink-soft); }\n  .note-box p:last-child { margin-bottom: 0; }\n\n  .fill {\n    background: #FFF3D6;\n    padding: 0 4px;\n    border-radius: 2px;\n  }\n\n  \/* CONTACT TABLE *\/\n  .table-wrapper {\n    overflow-x: auto;\n    background: var(--bg-card);\n    border-radius: 16px;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.04);\n  }\n  .info-table { width: 100%; border-collapse: collapse; min-width: 480px; }\n  .info-table th, .info-table td {\n    padding: 15px 20px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    font-size: 14.5px;\n  }\n  .info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }\n  .info-table th {\n    background: #EAEFF2;\n    color: var(--color-navy);\n    font-weight: 700;\n    width: 34%;\n  }\n  .info-table td { color: var(--ink-soft); }\n\n  \/* MATCHING FLOW MINI CARDS *\/\n  .flow-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-bottom: 22px;\n  }\n  .flow-card {\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    border-top: 4px solid var(--color-emerald);\n    border-radius: 14px;\n    padding: 18px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n  .flow-card:nth-child(2) { border-top-color: var(--color-blue); }\n  .flow-card:nth-child(3) { border-top-color: var(--color-coral); }\n  .flow-card .step {\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--color-blue);\n    letter-spacing: .1em;\n    margin-bottom: 6px;\n  }\n  .flow-card h3 { font-size: 14.5px; color: var(--color-navy); margin-bottom: 6px; }\n  .flow-card p { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 0; }\n\n  footer.page-foot {\n    margin-top: 50px;\n    padding: 30px 0 0;\n    font-size: 12px;\n    color: var(--ink-soft);\n    text-align: center;\n  }\n\n  @media (max-width: 640px) {\n    .flow-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\n\n\n\n  <div class=\"hero\">\n    <div class=\"container\">\n      <div class=\"hero-badge maru\">Privacy Policy<\/div>\n     \n      <p class=\"lead\">\n        \u30a6\u30ea\u30de\u306b\u304a\u3051\u308b\u3001\u304a\u5ba2\u69d8\u306e\u500b\u4eba\u60c5\u5831\u306e\u53d6\u308a\u6271\u3044\u306b\u3064\u3044\u3066\u5b9a\u3081\u305f\u3082\u306e\u3067\u3059\u3002\n      <\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"container\">\n\n    <div class=\"section\">\n      <div class=\"section-label\">01 &nbsp;BASIC POLICY<\/div>\n      <h2 class=\"maru\">\u57fa\u672c\u65b9\u91dd<\/h2>\n      <p>\n        <span class=\"fill\">\u904b\u55b6\u4f1a\u793e\u540d\uff08\u682a\u5f0f\u4f1a\u793eATERIA\uff09<\/span>\uff08\u4ee5\u4e0b\u300c\u5f53\u793e\u300d\u3068\u3044\u3044\u307e\u3059\uff09\u306f\u3001\u4e0d\u52d5\u7523\u58f2\u5374\u30de\u30c3\u30c1\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9\u300c\u30a6\u30ea\u30de\u300d\uff08\u4ee5\u4e0b\u300c\u672c\u30b5\u30fc\u30d3\u30b9\u300d\u3068\u3044\u3044\u307e\u3059\uff09\u306e\u904b\u55b6\u306b\u3042\u305f\u308a\u3001\u304a\u5ba2\u69d8\u306e\u500b\u4eba\u60c5\u5831\u306e\u91cd\u8981\u6027\u3092\u8a8d\u8b58\u3057\u3001\u500b\u4eba\u60c5\u5831\u306e\u4fdd\u8b77\u306b\u95a2\u3059\u308b\u6cd5\u5f8b\u305d\u306e\u4ed6\u306e\u95a2\u4fc2\u6cd5\u4ee4\u30fb\u30ac\u30a4\u30c9\u30e9\u30a4\u30f3\u3092\u9075\u5b88\u3057\u3001\u9069\u5207\u306b\u53d6\u5f97\u30fb\u5229\u7528\u30fb\u7ba1\u7406\u3044\u305f\u3057\u307e\u3059\u3002\n      <\/p>\n      <div class=\"note-box\">\n        <div class=\"note-title\">\n          <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"><\/line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"><\/line><\/svg>\n          \u30a6\u30ea\u30de\u306e\u30b5\u30fc\u30d3\u30b9\u6027\u8cea\u306b\u3064\u3044\u3066\n        <\/div>\n        <p>\u5f53\u793e\u306f\u3001\u5b85\u5730\u5efa\u7269\u53d6\u5f15\u696d\u8005\u3068\u3057\u3066\u76f4\u63a5\u306e\u4e0d\u52d5\u7523\u58f2\u8cb7\u30fb\u4ef2\u4ecb\u3092\u884c\u3046\u3082\u306e\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u304a\u5ba2\u69d8\u306e\u7269\u4ef6\u6761\u4ef6\u3084\u3054\u8981\u671b\u306b\u5fdc\u3058\u3066\u3001\u63d0\u643a\u3059\u308b\u4e0d\u52d5\u7523\u4f1a\u793e1\u301c3\u793e\u3092\u53b3\u9078\u3057\u3066\u3054\u7d39\u4ecb\u3059\u308b\u3001\u30de\u30c3\u30c1\u30f3\u30b0\u30fb\u76f8\u8ac7\u7a93\u53e3\u30b5\u30fc\u30d3\u30b9\u3067\u3059\u3002\u3053\u306e\u6027\u8cea\u4e0a\u3001\u304a\u5ba2\u69d8\u306e\u500b\u4eba\u60c5\u5831\u3092\u63d0\u643a\u5148\u3078\u304a\u6e21\u3057\u3059\u308b\u5834\u9762\u304c\u3042\u308a\u3001\u305d\u306e\u53d6\u308a\u6271\u3044\u306b\u3064\u3044\u3066\u306f\u7b2c4\u9805\u306b\u5b9a\u3081\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">02 &nbsp;INFORMATION WE COLLECT<\/div>\n      <h2 class=\"maru\">\u53d6\u5f97\u3059\u308b\u60c5\u5831<\/h2>\n      <p>\u672c\u30b5\u30fc\u30d3\u30b9\u306e\u3054\u5229\u7528\u306b\u3042\u305f\u308a\u3001\u4e3b\u306b\u4ee5\u4e0b\u306e\u60c5\u5831\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<\/p>\n      <ul>\n        <li>\u3054\u76f8\u8ac7\u30fb\u30de\u30c3\u30c1\u30f3\u30b0\u7533\u8fbc\u307f\u30d5\u30a9\u30fc\u30e0\u306b\u3054\u5165\u529b\u3044\u305f\u3060\u304f\u60c5\u5831\uff08\u6c0f\u540d\u3001\u30d5\u30ea\u30ac\u30ca\u3001\u96fb\u8a71\u756a\u53f7\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3001\u3054\u4f4f\u6240\uff09<\/li>\n        <li>\u58f2\u5374\u30fb\u6d3b\u7528\u3092\u3054\u5e0c\u671b\u3055\u308c\u308b\u4e0d\u52d5\u7523\u306e\u60c5\u5831\uff08\u6240\u5728\u5730\u3001\u7269\u4ef6\u7a2e\u5225\u3001\u9762\u7a4d\u3001\u7bc9\u5e74\u6570\u3001\u9593\u53d6\u308a\u3001\u3054\u76f8\u8ac7\u7406\u7531\uff08\u76f8\u7d9a\u30fb\u7a7a\u304d\u5bb6\u7b49\uff09\u3001\u5e0c\u671b\u6642\u671f\uff09<\/li>\n        <li>\u304a\u96fb\u8a71\u30fb\u30e1\u30fc\u30eb\u30fbLINE\u7b49\u3067\u306e\u3084\u308a\u53d6\u308a\u306e\u4e2d\u3067\u304a\u4f3a\u3044\u3059\u308b\u60c5\u5831<\/li>\n        <li>\u672c\u30b5\u30a4\u30c8\u306e\u95b2\u89a7\u30fb\u5229\u7528\u306b\u4f34\u3044\u81ea\u52d5\u7684\u306b\u53d6\u5f97\u3055\u308c\u308b\u60c5\u5831\uff08IP\u30a2\u30c9\u30ec\u30b9\u3001Cookie\u3001\u95b2\u89a7\u5c65\u6b74\u3001\u7aef\u672b\u60c5\u5831\u3001\u53c2\u7167\u5143\u30da\u30fc\u30b8\u7b49\uff09<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">03 &nbsp;PURPOSE OF USE<\/div>\n      <h2 class=\"maru\">\u5229\u7528\u76ee\u7684<\/h2>\n      <p>\u53d6\u5f97\u3057\u305f\u500b\u4eba\u60c5\u5831\u306f\u3001\u4ee5\u4e0b\u306e\u76ee\u7684\u306e\u7bc4\u56f2\u5185\u3067\u5229\u7528\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n      <ul>\n        <li>\u304a\u5ba2\u69d8\u306e\u7269\u4ef6\u6761\u4ef6\u306b\u5408\u3063\u305f\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u306e\u9078\u5b9a\u30fb\u30de\u30c3\u30c1\u30f3\u30b0<\/li>\n        <li>\u3054\u76f8\u8ac7\u5185\u5bb9\u306e\u78ba\u8a8d\u3001\u5f53\u793e\u30b9\u30bf\u30c3\u30d5\u306b\u3088\u308b\u30d2\u30a2\u30ea\u30f3\u30b0\u30fb\u3054\u6848\u5185<\/li>\n        <li>\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u3068\u306e\u9023\u7d61\u8abf\u6574\uff08\u67fb\u5b9a\u65e5\u7a0b\u306e\u8abf\u6574\u3001\u304a\u65ad\u308a\u306e\u3054\u9023\u7d61\u4ee3\u884c\u7b49\uff09<\/li>\n        <li>\u672c\u30b5\u30fc\u30d3\u30b9\u306b\u95a2\u3059\u308b\u3054\u9023\u7d61\u3001\u8cc7\u6599\u306e\u9001\u4ed8<\/li>\n        <li>\u672c\u30b5\u30a4\u30c8\u304a\u3088\u3073\u30b5\u30fc\u30d3\u30b9\u306e\u54c1\u8cea\u6539\u5584\u3001\u65b0\u30b5\u30fc\u30d3\u30b9\u306e\u4f01\u753b\u30fb\u958b\u767a<\/li>\n        <li>\u500b\u4eba\u3092\u7279\u5b9a\u3067\u304d\u306a\u3044\u5f62\u5f0f\u306b\u7d71\u8a08\u5316\u3057\u305f\u3046\u3048\u3067\u306e\u3001\u5e02\u5834\u52d5\u5411\u7b49\u306e\u5206\u6790\u30fb\u516c\u8868<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">04 &nbsp;SHARING WITH PARTNERS<\/div>\n      <h2 class=\"maru\">\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u3078\u306e\u63d0\u4f9b\u306b\u3064\u3044\u3066<\/h2>\n      <p>\n        \u672c\u30b5\u30fc\u30d3\u30b9\u306e\u7279\u5fb4\u3068\u3057\u3066\u3001\u5f53\u793e\u304c\u304a\u5ba2\u69d8\u3068\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u3068\u306e\u9593\u306b\u5165\u308a\u3001\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u500b\u4eba\u60c5\u5831\u3092\u53d6\u308a\u6271\u3044\u307e\u3059\u3002\n      <\/p>\n      <div class=\"flow-grid\">\n        <div class=\"flow-card\">\n          <div class=\"step maru\">STEP 01<\/div>\n          <h3 class=\"maru\">\u30d2\u30a2\u30ea\u30f3\u30b0<\/h3>\n          <p>\u304a\u5ba2\u69d8\u306e\u3054\u76f8\u8ac7\u5185\u5bb9\u30fb\u7269\u4ef6\u60c5\u5831\u3092\u5f53\u793e\u30b9\u30bf\u30c3\u30d5\u304c\u78ba\u8a8d\u3057\u307e\u3059\u3002\u3053\u306e\u6642\u70b9\u3067\u306f\u7b2c\u4e09\u8005\u3078\u306e\u63d0\u4f9b\u306f\u884c\u3044\u307e\u305b\u3093\u3002<\/p>\n        <\/div>\n        <div class=\"flow-card\">\n          <div class=\"step maru\">STEP 02<\/div>\n          <h3 class=\"maru\">\u540c\u610f\u306e\u78ba\u8a8d<\/h3>\n          <p>\u3054\u7d39\u4ecb\u3059\u308b\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\uff081\u301c3\u793e\uff09\u3092\u3054\u63d0\u6848\u3057\u3001\u304a\u5ba2\u69d8\u306e\u540c\u610f\u3092\u3044\u305f\u3060\u3044\u305f\u3046\u3048\u3067\u60c5\u5831\u63d0\u4f9b\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n        <\/div>\n        <div class=\"flow-card\">\n          <div class=\"step maru\">STEP 03<\/div>\n          <h3 class=\"maru\">\u60c5\u5831\u306e\u304a\u6e21\u3057<\/h3>\n          <p>\u540c\u610f\u3044\u305f\u3060\u3044\u305f\u7bc4\u56f2\u3067\u3001\u6c0f\u540d\u30fb\u9023\u7d61\u5148\u30fb\u7269\u4ef6\u60c5\u5831\u3092\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u3078\u5171\u6709\u3057\u3001\u76f4\u63a5\u306e\u3054\u6848\u5185\u306b\u3064\u306a\u3052\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/div>\n      <p>\u4e0a\u8a18\u306e\u307b\u304b\u3001\u4ee5\u4e0b\u306e\u5834\u5408\u3092\u9664\u304d\u3001\u304a\u5ba2\u69d8\u306e\u540c\u610f\u306a\u304f\u500b\u4eba\u60c5\u5831\u3092\u7b2c\u4e09\u8005\u306b\u63d0\u4f9b\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n      <ul>\n        <li>\u6cd5\u4ee4\u306b\u57fa\u3065\u304f\u5834\u5408<\/li>\n        <li>\u4eba\u306e\u751f\u547d\u3001\u8eab\u4f53\u307e\u305f\u306f\u8ca1\u7523\u306e\u4fdd\u8b77\u306e\u305f\u3081\u306b\u5fc5\u8981\u304c\u3042\u308a\u3001\u672c\u4eba\u306e\u540c\u610f\u3092\u5f97\u308b\u3053\u3068\u304c\u56f0\u96e3\u306a\u5834\u5408<\/li>\n        <li>\u56fd\u306e\u6a5f\u95a2\u3082\u3057\u304f\u306f\u5730\u65b9\u516c\u5171\u56e3\u4f53\u307e\u305f\u306f\u305d\u306e\u59d4\u8a17\u3092\u53d7\u3051\u305f\u8005\u304c\u6cd5\u4ee4\u306e\u5b9a\u3081\u308b\u4e8b\u52d9\u3092\u9042\u884c\u3059\u308b\u3053\u3068\u306b\u5354\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">05 &nbsp;SECURITY<\/div>\n      <h2 class=\"maru\">\u500b\u4eba\u60c5\u5831\u306e\u7ba1\u7406<\/h2>\n      <p>\n        \u5f53\u793e\u306f\u3001\u53d6\u5f97\u3057\u305f\u500b\u4eba\u60c5\u5831\u306b\u3064\u3044\u3066\u3001\u4e0d\u6b63\u30a2\u30af\u30bb\u30b9\u30fb\u7d1b\u5931\u30fb\u7834\u58ca\u30fb\u6539\u3056\u3093\u304a\u3088\u3073\u6f0f\u3048\u3044\u7b49\u3092\u9632\u6b62\u3059\u308b\u305f\u3081\u3001\u5408\u7406\u7684\u306a\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u5bfe\u7b56\u3092\u8b1b\u3058\u307e\u3059\u3002\u307e\u305f\u3001\u696d\u52d9\u306e\u4e00\u90e8\u3092\u5916\u90e8\u306b\u59d4\u8a17\u3059\u308b\u5834\u5408\u306f\u3001\u59d4\u8a17\u5148\u306b\u5bfe\u3057\u3066\u9069\u5207\u306a\u76e3\u7763\u3092\u884c\u3044\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">06 &nbsp;COOKIES<\/div>\n      <h2 class=\"maru\">Cookie\uff08\u30af\u30c3\u30ad\u30fc\uff09\u7b49\u306e\u5229\u7528<\/h2>\n      <p>\n        \u672c\u30b5\u30a4\u30c8\u3067\u306f\u3001\u5229\u4fbf\u6027\u5411\u4e0a\u3001\u5229\u7528\u72b6\u6cc1\u306e\u5206\u6790\u3001\u5e83\u544a\u914d\u4fe1\u306e\u6700\u9069\u5316\u3092\u76ee\u7684\u3068\u3057\u3066\u3001Cookie\u304a\u3088\u3073\u985e\u4f3c\u306e\u6280\u8853\uff08Google\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u7b49\u306e\u30a2\u30af\u30bb\u30b9\u89e3\u6790\u30c4\u30fc\u30eb\u3001\u5e83\u544a\u914d\u4fe1\u30bf\u30b0\u7b49\uff09\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u30c4\u30fc\u30eb\u306b\u3088\u308a\u53d6\u5f97\u3055\u308c\u308b\u60c5\u5831\u306b\u306f\u3001\u500b\u4eba\u3092\u7279\u5b9a\u3059\u308b\u60c5\u5831\u306f\u542b\u307e\u308c\u307e\u305b\u3093\u3002\u304a\u5ba2\u69d8\u306f\u30d6\u30e9\u30a6\u30b6\u306e\u8a2d\u5b9a\u306b\u3088\u308aCookie\u306e\u5229\u7528\u3092\u7121\u52b9\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c\u3001\u305d\u306e\u5834\u5408\u3001\u672c\u30b5\u30a4\u30c8\u306e\u4e00\u90e8\u6a5f\u80fd\u304c\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u306a\u304f\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">07 &nbsp;YOUR RIGHTS<\/div>\n      <h2 class=\"maru\">\u958b\u793a\u30fb\u8a02\u6b63\u30fb\u5229\u7528\u505c\u6b62\u7b49\u306e\u8acb\u6c42<\/h2>\n      <p>\n        \u304a\u5ba2\u69d8\u306f\u3001\u5f53\u793e\u304c\u4fdd\u6709\u3059\u308b\u3054\u81ea\u8eab\u306e\u500b\u4eba\u60c5\u5831\u306b\u3064\u3044\u3066\u3001\u958b\u793a\u3001\u8a02\u6b63\u3001\u8ffd\u52a0\u3001\u524a\u9664\u3001\u5229\u7528\u505c\u6b62\uff08\u63d0\u643a\u4e0d\u52d5\u7523\u4f1a\u793e\u3078\u306e\u60c5\u5831\u63d0\u4f9b\u306e\u505c\u6b62\u3092\u542b\u307f\u307e\u3059\uff09\u3092\u8acb\u6c42\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3054\u5e0c\u671b\u306e\u5834\u5408\u306f\u3001\u7b2c9\u9805\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u7a93\u53e3\u307e\u3067\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002\u5f53\u793e\u6240\u5b9a\u306e\u65b9\u6cd5\u306b\u3088\u308a\u3054\u672c\u4eba\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u306e\u3046\u3048\u3001\u5408\u7406\u7684\u306a\u671f\u9593\u5185\u306b\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">08 &nbsp;REVISION<\/div>\n      <h2 class=\"maru\">\u672c\u30dd\u30ea\u30b7\u30fc\u306e\u6539\u5b9a<\/h2>\n      <p>\n        \u5f53\u793e\u306f\u3001\u6cd5\u4ee4\u306e\u5909\u66f4\u3084\u30b5\u30fc\u30d3\u30b9\u5185\u5bb9\u306e\u5909\u66f4\u306b\u5fdc\u3058\u3066\u3001\u672c\u30dd\u30ea\u30b7\u30fc\u306e\u5185\u5bb9\u3092\u4e88\u544a\u306a\u304f\u6539\u5b9a\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u6539\u5b9a\u5f8c\u306e\u5185\u5bb9\u306f\u3001\u672c\u30b5\u30a4\u30c8\u306b\u63b2\u8f09\u3057\u305f\u6642\u70b9\u3067\u52b9\u529b\u3092\u751f\u3058\u308b\u3082\u306e\u3068\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"section\">\n      <div class=\"section-label\">09 &nbsp;CONTACT<\/div>\n      <h2 class=\"maru\">\u304a\u554f\u3044\u5408\u308f\u305b\u7a93\u53e3<\/h2>\n      <div class=\"table-wrapper\">\n        <table class=\"info-table\">\n          <tbody><tr><th>\u4e8b\u696d\u8005\u540d<\/th><td class=\"fill\">\u682a\u5f0f\u4f1a\u793eATERIA<\/td><\/tr>\n          <tr><th>\u904b\u55b6\u30b5\u30fc\u30d3\u30b9\u540d<\/th><td class=\"fill\">\u58f2\u5374\u30de\u30c3\u30c1\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9\uff08\u30a6\u30ea\u30de\uff09<\/td><\/tr>\n          <tr><th>\u6240\u5728\u5730<\/th><td class=\"fill\">\u3012570-0083\u3000\u5927\u962a\u5e9c\u5b88\u53e3\u5e02\u4eac\u962a\u672c\u901a1-2-9<\/td><\/tr>\n          <tr><th>\u4ee3\u8868\u8005<\/th><td class=\"fill\">\u904b\u55b6\u7ba1\u7406\u8005<\/td><\/tr>\n        \n          <tr><th>\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<\/th><td class=\"fill\">info@ie-urima.com<\/td><\/tr>\n          <tr><th>\u500b\u4eba\u60c5\u5831\u4fdd\u8b77\u7ba1\u7406\u8005<\/th><td class=\"fill\">\u682a\u5f0f\u4f1a\u793eATERIA<\/td><\/tr>\n        <\/tbody><\/table>\n      <\/div>\n    <\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\uff5c\u4e0d\u52d5\u7523\u58f2\u5374\u30de\u30c3\u30c1\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9 \u30a6\u30ea\u30de Privacy Policy \u30a6\u30ea\u30de\u306b\u304a\u3051\u308b\u3001\u304a\u5ba2\u69d8\u306e\u500b\u4eba\u60c5\u5831\u306e\u53d6\u308a\u6271\u3044\u306b\u3064\u3044\u3066\u5b9a\u3081\u305f\u3082\u306e\u3067\u3059\u3002 01 &nbsp;BASIC POLICY \u57fa\u672c\u65b9\u91dd \u904b\u55b6\u4f1a\u793e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"sns_share_botton_hide":"","vkExUnit_sns_title":"","_vk_print_noindex":"","sitemap_hide":"","vkExUnit_sitemap":"","_veu_custom_css":"","veu_display_promotion_alert":"","_exclude_from_list_pages":"","vkexunit_cta_each_option":"","vkExUnit_childPageIndex":"","vkExUnit_pageList_ancestor":"","vkExUnit_contact_enable":"","_lightning_design_setting":[],"footnotes":""},"class_list":["post-3","page","type-page","status-publish","hentry"],"veu_head_title_object":{"title":"","add_site_title":""},"_links":{"self":[{"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/pages\/3","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ie-urima.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3"}],"version-history":[{"count":5,"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions"}],"predecessor-version":[{"id":202,"href":"https:\/\/ie-urima.com\/index.php?rest_route=\/wp\/v2\/pages\/3\/revisions\/202"}],"wp:attachment":[{"href":"https:\/\/ie-urima.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}