@charset "UTF-8";
.iten-box {
        background-color:#fff; border-radius:20px; padding:2rem; color:red;
      }

      .iten-title {
        text-align:center; font-size:1.3rem; font-weight:700; border-bottom:1px dotted red; padding-bottom:1rem; margin-bottom:1rem;
      }

      .new-address-box {
        line-height:150%; background-color: #fffaea; border-radius: 20px; padding:2rem; border:2px dotted rgb(112, 112, 112);
      }