{
  "type": "AdaptiveCard",
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.5",
  "body": [
    {
      "type": "Container",
      "style": "accent",
      "bleed": true,
      "items": [
        {
          "type": "ColumnSet",
          "columns": [
            {
              "type": "Column",
              "width": "auto",
              "verticalContentAlignment": "Center",
              "items": [
                {
                  "type": "TextBlock",
                  "text": "✈",
                  "size": "ExtraLarge",
                  "spacing": "None"
                }
              ]
            },
            {
              "type": "Column",
              "width": "stretch",
              "verticalContentAlignment": "Center",
              "items": [
                {
                  "type": "TextBlock",
                  "text": "出張申請が届きました",
                  "size": "Large",
                  "weight": "Bolder",
                  "wrap": true
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "ColumnSet",
      "spacing": "Medium",
      "columns": [
        {
          "type": "Column",
          "width": "stretch",
          "items": [
            {
              "type": "TextBlock",
              "text": "申請者",
              "isSubtle": true,
              "spacing": "None"
            },
            {
              "type": "TextBlock",
              "text": "申請者: 山田 太郎",
              "weight": "Bolder",
              "size": "Medium",
              "spacing": "None"
            },
            {
              "type": "TextBlock",
              "text": "技術部 ・ 申請番号 #A-1042",
              "isSubtle": true,
              "spacing": "None",
              "wrap": true
            }
          ]
        },
        {
          "type": "Column",
          "width": "auto",
          "verticalContentAlignment": "Center",
          "items": [
            {
              "type": "TextBlock",
              "text": "承認待ち",
              "horizontalAlignment": "Right",
              "color": "Warning",
              "weight": "Bolder"
            }
          ]
        }
      ]
    },
    {
      "type": "FactSet",
      "spacing": "Medium",
      "facts": [
        {
          "title": "行き先",
          "value": "愛知県 名古屋市（本社）"
        },
        {
          "title": "期間",
          "value": "7/22（水）〜 7/23（木）・ 1泊2日"
        },
        {
          "title": "目的",
          "value": "新ラインの立ち会い・技術打合せ"
        },
        {
          "title": "交通手段",
          "value": "新幹線（往復）"
        },
        {
          "title": "概算費用",
          "value": "¥42,800"
        }
      ]
    },
    {
      "type": "TextBlock",
      "text": "先方の都合で日程が前倒しになりました。ご確認お願いします。",
      "wrap": true,
      "isSubtle": true,
      "spacing": "Medium"
    }
  ],
  "actions": [
    {
      "type": "Action.OpenUrl",
      "title": "申請内容を開く",
      "url": "https://contoso.example/apply/A-1042"
    }
  ]
}