@import url("https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.min.css");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");:root{--primary-color:#f5f5a3}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}body{font-family:Noto Sans JP,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;header.header{height:60px;display:flex;justify-content:space-between;align-items:center;.logo__wrapper{width:182px;height:40px}nav.nav{display:flex;justify-content:space-between;align-items:center;ul{display:flex;justify-content:space-between;align-items:center;list-style:none;li{margin-right:20px;font-size:16px;font-weight:700;font-style:normal;color:#000;cursor:pointer;a{display:flex;align-items:center;span{margin:0 0 0 5px;@media (max-width:768px){display:none}}}}}}}div.main__wrapper{background:var(--primary-color);main.main{.main__header{display:flex;justify-content:center;align-items:center;height:80px;h2{font-size:22px}}.main__content{padding:10px 0 20px}}}footer.footer{height:60px;text-align:center;padding:20px 0;background:#fff;font-size:13px;a{color:#000;text-decoration:none}}}