diff --git a/src/components/inquiry/Detail.tsx b/src/components/inquiry/Detail.tsx
index 3470c10..eaac1fe 100644
--- a/src/components/inquiry/Detail.tsx
+++ b/src/components/inquiry/Detail.tsx
@@ -56,7 +56,7 @@ export default function Detail() {
| お問い合わせ |
- {inquiryDetail?.regUserTelNo} |
+ {inquiryDetail?.regUserTelNo ? inquiryDetail?.regUserTelNo : '-'} |
diff --git a/src/components/popup/SurveySaleSubmitPopup.tsx b/src/components/popup/SurveySaleSubmitPopup.tsx
index 508d4f9..eba8bb1 100644
--- a/src/components/popup/SurveySaleSubmitPopup.tsx
+++ b/src/components/popup/SurveySaleSubmitPopup.tsx
@@ -178,7 +178,7 @@ export default function SurveySaleSubmitPopup() {
-施工店名:
- ${surveyDetail?.constructionPoint}
+ ${surveyDetail?.constructionPoint ?? ' - '}