```json
{
"compone

By admin, 20 August, 2025
角色
user
content

```json
{
"component": "LinkGroup",
"type": "container",
"style": {
"backgroundColor": "#EFF1FA",
"borderRadius": "12px",
"width": "w-full",
"padding": {
"horizontal": "20px"
}
},
"layout": {
"display": "flex",
"flexDirection": "column"
},
"children": [
{
"component": "LinkItem",
"type": "container",
"style": {
"padding": {
"vertical": "16px"
}
},
"layout": {
"display": "flex",
"justifyContent": "space-between",
"alignItems": "center"
},
"children": [
{
"component": "Text",
"content": "チェックインカウンターへのルート",
"style": {
"fontSize": "16px",
"fontWeight": "500",
"color": "#3949AB",
"fontFamily": "sans-serif"
}
},
{
"component": "Icon",
"name": "heroicons:chevron-right",
"style": {
"size": "20px",
"color": "#3949AB"
}
}
]
},
{
"component": "Divider",
"style": {
"height": "1px",
"width": "w-full",
"backgroundColor": "#DCDFEA"
}
},
{
"component": "LinkItem",
"type": "container",
"style": {
"padding": {
"vertical": "16px"
}
},
"layout": {
"display": "flex",
"justifyContent": "space-between",
"alignItems": "center"
},
"children": [
{
"component": "Text",
"content": "緊急事態を航空会社へ連絡する",
"style": {
"fontSize": "16px",
"fontWeight": "500",
"color": "#3949AB",
"fontFamily": "sans-serif"
}
},
{
"component": "Icon",
"name": "heroicons:chevron-right",
"style": {
"size": "20px",
"color": "#3949AB"
}
}
]
}
]
}
```

total_tokens
0