@charset "utf-8";
/* indexページ専用 PC・SP共通*/
/* 記事 */
.wrapper {
    background-color: #ffffee;
    width: auto;
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}
.section{
    margin-right: auto;
    margin-left: auto;
}
.section {
    width: 100%;
    margin-bottom: 32px;
}


.col{
    text-align: center;
}
.col.text{
    line-height: 1.4;
}
.caution{
    color: #f26d51;
}

/* 画像 */
.top_mid {
    width: 100%;
    height: auto;
}
.site-logo {
    width: 280px;
    margin-bottom: 24px;
  }
.banner {
    width: 200px;
    height: 40px;
}

/* 戻るボタンを非表示 */
.button_return {
    display:none;
}

/* フッター */
footer {
    background-color: #472720;
    width: 100%;
    height: 200px;
    margin-top: auto;
}