*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
body, html {
    height: 100%;
    margin: 0;
}
body{
text-align: center;
    background-color: #f6f6f6;
}
#wrap{
    width: 100%;
    margin: 0 auto;
}
#tnaks #wrap {
    min-height: 100vh;
    position: relative;
    top: -50px;
}
#contents {
    width: 100%;
    padding: 0;
}
#wrap img{
    width: 100%;
}
#tnaks #wrap .inner {
    margin: 120px auto 40px;
    width: 90%;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
}
#tnaks #wrap p {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-bottom: 30px;
line-height: 2.5;
}
.submit {
    text-align: center;
    margin-top: 50px;
}
a.button {
    display: block;
    line-height: 3.5em;
    margin: 0 auto;
    text-align: center;
}
a.button, .button {
    width: 260px;
    height: 60px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: #853700 0 5px 0;
    background: #ea6000;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
h2 {
padding-top: 40px;
    font-size: 2.6rem;
    color: #024B8F;
    font-weight: bold;
margin-bottom: 30px;
}
@media screen and (max-width: 760px){
#tnaks #wrap .inner {
    padding: 10px 10px 40px 10px;
    width: 90%;
}
h2 {
padding-top: 40px;
    font-size: 2.6rem;
    color: #024B8F;
    font-weight: bold;
}
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}