body{width:100%;display:flex;height:100dvh;justify-content:center;align-items:center;position:relative;font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-weight:normal;font-style: normal;}

body::before{position:absolute;content:"";background:url(img/bg.jpg) no-repeat center center / cover;width:100%;height:100%;opacity:0.05;z-index:-1;}

.content{width:min(95%,1400px);container-type:inline-size;font-size:clamp(15px,1.3cqw,18px);line-height:1.8em;}

.image{width:min(80cqw,500px);margin:0 auto;margin-bottom:2em;}

.image img{width:100%;}

.text{width:100%;}
 
.text p{text-align:center;}

.alert{color:#0065F0;font-weight:bold;}

.display-inline-block{display:inline-block}