
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: weight;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-style: normal;
}

a {
  text-decoration: none;
}

body {
    background-color: #5a686c;
    overflow-x: hidden;
    left: auto;
    margin: 0px 0px;
    padding: 0;
    text-align:center;
    width: 100%;
}

.header {
    width: 100%;
    height: 30px;
    margin-top: -10px;
    background-color: #4c4948;
}

.header-inner {
    width: 370px;
    height: 30px;
    margin: auto;
}

.header-inner p {
    width: 100%;
    padding-top: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 7px;
    letter-spacing: 7px;
    color: white;
    text-align: center;
}

/* タイトル */
.title-obi {
    width: 100%;
    height: 120px;
    background-color: #5a686c;
    margin-bottom: -15px;
}

.title-logo {
    width: 200px;
    padding-top: 25px;
}

.main-area {
    width: 340px;
    height: auto;
    background-color: white;
    margin: auto;
    margin-top: 50px;
}

.title-1 {
    font-family: Noto Sans JP;
    font-weight: 300;
    font-size: 18px;
    color: grey;
    padding-top: 30px;
    letter-spacing: 5px;
}

.title-2 {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 12px;
    color: grey;
    margin-top: -20px;
    letter-spacing: 2px;
}

/*　お願い1　*/
.contents-a {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 60px;
    color: rgb(255, 241, 139);
    margin-top: 20px;
    letter-spacing: 5px;
}

.contents-b {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    color: #5a686c;
    margin-top: -110px;
    letter-spacing: 2px;
}

.contents-c {
    width: 80%;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 12px;
    color: grey;
    margin: auto;
    margin-top: -10px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.card {
    width: 300px;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #5a686c;
    margin-top: -10px;
}

.footer p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 7px;
    padding-top: 25px;
    color: white;
}