@charset "UTF-8";

/* ECサンクスページ
***************************************************************/

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

#container{
    margin-top: -100px;
    padding-bottom: 120px;
    /* background: #163B5A; */
}

.container{
    position: relative;
  }
  .container picture{
    max-width: 100%;
    width: auto;
  }
  .container h1{
    position: absolute;
    top:225px;
    left:100px;
    font-size:36px;
    color: #fff;
    padding:0;
    margin:0;
}

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

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

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

.inner_wrap{
    background: #fff;
    max-width: 830px;
    margin: 60px auto 120px;
    border-radius: 20px;
    padding: 40px 0 35px;
}

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

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

#footer{
    display: none!important;
}

#copyright{
    background: #fff!important;
    color: #45413F!important;
}

body{
    background:#537DA0;
    }
    
    #page_header .headline{
    color: #fff!important;
    }
    
    .post_content.clearfix{
        background: #f5f5f5;
        padding: 40px 0 35px;
        border-radius: 20px;
    }
    
    .wp-block-button__link.has-text-align-center.wp-element-button{
        font-size: 16px;
        font-family: Noto Sans JP;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.60px;
        word-wrap: break-word;
        color: #fff;
        background: #537DA0;
        border-radius: unset;
    }
    
    body .is-layout-flex{
    justify-content: center;
    }
    
    #footer{
        display: none;
    }
    
    #copyright {
        background: #537DA0!important;
        color: #fff!important;
    }

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

@media screen and (max-width: 680px) {
    body.large_page_width,
    #page_contents .post_content{
    width: auto;
    }
    
    .container h1{
        font-size: 28px;
        top: 160px;
        left: 16px;
    }

    #container{
        padding-bottom: 5px;
    }

    .container picture img{
        width: 100%;
    }

    .inner_wrap{
        width: 80%;
        margin: 60px auto 100px;
    }

}