@charset "utf-8";

body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
}

.content-box {
    text-align: center;
}

.content {
    display: inline-block;
    width: 400px;
    text-align: left;
}

h1 {
    padding: 10px;
    color: #003D5C;
    border: 1px solid #007AB7;
    border-radius: 5px;
    background: linear-gradient(#9ACDE7, #CBE6F3);
    text-align: center;
}

.your_address p:first-child {
    font-size: 20px;
}

.your_address .address {
    font-size: 30px;
    color:#744199;
    text-align: center;
}

.your_address p:last-child {
    font-size: 20px;
    text-align: right;
}