@charset "utf-8";

body {
  font-family: "Noto Sans JP",sans-serif;
  margin: 0 auto;
  background-color: #F2EEE7;
  color: #483F3F;
}

.header {
    align-items: center;
    padding: 40px 40px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
} 

.header2 {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 4%;
    align-items: center;
}

.logo {
    width: 155px;
    margin: 20px;
}

.section {
    max-width: 600px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
}

.thanks {
    display: flex;
    height: 84px;
    align-items: center;
    font-size: 30px;
    border-bottom: 4px double #f28455;
    color: #f28455;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.thanks-contents {
    text-align: center;
    max-width: 600px;
    font-size: 16px;
    padding: 4px 4px;
    margin: 0 auto;
    color: #483F3F;
    font-weight: 400;
    font-size: 16px;
    padding-top:70px;
}

.back {
    margin: 0 auto;
    color: #215BE5;
    font-size: 13px;
    text-align: center;
    padding-top: 40px;
    text-decoration: none;
}

.footer {
  background: #215BE5; 
  height: 70px;  
  font-size: 9px;
  margin-top: 70px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  color:#fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}






@media (max-width: 738px) {

.logo {
    width: 100px;
    margin: 0px;
}

.wrapper {
    max-width: 400px;
}

.thanks {
    font-size: 26px;
}


}

@media screen and (max-width: 552px) {

.header {
    align-items: center;
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
} 

.logo {
    width: 100px;
    margin: 0px;
}


.wrapper {
    max-width: 350px;
}

.thanks {
    font-size: 22px;
}

.thanks-contents-top {
    font-size: 12px;
}


}