/*=========================
*  base
* =========================*/
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

img,
svg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*=========================
*  l-footer
* =========================*/
.l-footer {
    width: 100%;
    height: 50px;
}

/*=========================
*  l-header
* =========================*/
.l-header {
    width: 100%;
}

/*=========================
*  l-main
* =========================*/
.l-main {
    width: 100%;
    margin: 0 auto;
}

/*=========================
*  c-section-title
* =========================*/
.c-section-title {
    margin-bottom: 16px;
    font-weight: bolder;
    text-align: center;
}

/*=========================
*  c-section-wrapper
* =========================*/
.c-section-wrapper {
    width: 100%;
    margin-bottom: 30px;
    background-color: #d3d3d3;
    padding: 16px;
    border-radius: 10px;
}

/*=========================
*  p-header
* =========================*/
.p-header {
    width: 100%;
    background-color: #333;
    padding: 32px 0;
    text-align: center;
    color: #f0ece5;
    font-size: 20px;
}

/*=========================
*  p-main
* =========================*/
.p-main {
    width: 100%;
    background-color: #f0ece5;
    padding: 16px 16px 0 16px;
    min-height: calc(100vh - 134px);
}

/*=========================
*  p-history
* =========================*/
.p-history {
    padding-bottom: 16px;
}

/*=========================
*  p-footer
* =========================*/
.p-footer {
    height: 50px;
    background-color: #525252;
}

/*=========================
*  c-link
* =========================*/
.c-link {
    color: #2b83c8;
    text-decoration-line: underline;
}
