<?
header("Content-type: application/xml ");
print<<<EOS
<?xml version="1.0" encoding="UTF-8"?>
EOS;
?>
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
 xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0">
<url>
  <loc>https://smart.cmjra.jp/</loc>
  <changefreq>weekly</changefreq>
  <priority>1.00</priority>
</url>
<url>
  <loc>https://smart.cmjra.jp/corporate.html</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://smart.cmjra.jp/agreement.html</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://smart.cmjra.jp/privacy.html</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
<url>
  <loc>https://smart.cmjra.jp/law.html</loc>
  <changefreq>monthly</changefreq>
  <priority>0.80</priority>
</url>
</urlset>
