@charset "UTF-8";

/* 建材卸売サンクスページ
***************************************************************/
body {
    background-image: url('../../images/construction-supply-thanks.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header_logo a .logo_text{
    color: #fff!important;
}

#container{
    margin-top: -100px;
    padding-bottom: 120px;
}

.page_wrap {
  color: #fff;
  margin: 220px auto 60px;
  text-align: center;
  line-height: calc(28/16);
}

.page_wrap p.txt1 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.page_wrap p.txt2 {
    font-size: 16px;
}

.inner_wrap{
    max-width: 830px;
    margin: 60px auto;
    border-radius: 20px;
}

.page_wrap .link {
    width: 170px;
    padding: 9px 0;
    margin: 48px auto 0;
    background: #fff;
}

.page_wrap .link a{
    padding: 9px 40px;
    color: #45413F;
    font-size: 16px;
    font-family: Noto Sans JP;
    font-weight: 700;
    line-height: 24px;
    word-wrap: break-word;
}

#copyright{
    background: #fff;
    color: #45413F;
    position: fixed!important;
    width: 100%!important;
    bottom: 0!important;
}

@media screen and (min-width: 681px) {}

@media screen and (max-width: 680px) {
    #container{
        margin-top: -120px;
        padding-bottom: 60px;
    }
}