/* CSS Document */

/* --------------------
 *   google fonts
 * -------------------- */

@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* font-family: 'Hind', sans-serif; */
/* font-family: 'Noto Sans JP', sans-serif; */

/* --------------------
 *   html
 * -------------------- */

html {
    font-size: 10px;
}

body {
    background-color: #d8e6ed;
    color: #333;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;

    margin: 0rem;
    padding: 0rem;
}

p {
    color: #333;

    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0rem;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    white-space: pre-line;

    position: relative;
    margin: 0rem;
    padding: 0rem;
}

h1, h2, h3, h4, h5, h6,
dt, dd, li, th, td, caption, label,
strong, del, ins, address, blockquote, code {
    color: #333;

    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0rem;
    line-height: 1.5;
    white-space: pre-line;

    position: relative;
    margin: 0rem;
    padding: 0rem;
}

div, span, dl, ul, ol,
table, tr, thead, tbody, tfoot, colgroup {
    position: relative;
    margin: 0rem;
    padding: 0rem;
}

header, footer, main {
    position: relative;
    overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.page_frame {
    position: relative;
    min-width: 150rem;
    max-width: 150rem;
}

.page_frame_max {
    position: relative;
    max-width: 192rem;
}

.page_frame_over {
    position: relative;
    min-width: 100vw;
}

.sphide_f {
    display: flex;
}

.sphide_i {
    display: inline;
}

.sphide_ib {
    display: inline-block;
}

.sphide_if {
    display: inline-flex;
}

.spshow {
    display: block;
}

.spshow_f,
.spshow_i,
.spshow_ib,
.spshow_if,
.spshow {
    display: none;
}

/* --------------------
 *   for browser
 * -------------------- */

body.browser_ie .ie {
    position: relative;
}

body.browser_edge .edge {
    position: relative;
}

body.browser_chrome .chrome {
    position: relative;
}

body.browser_firefox .firefox {
    position: relative;
}

body.browser_safari .safari {
    position: relative;
}

/* --------------------
 *   for platform
 * -------------------- */

body.os_windows .windows {
    position: relative;
}

body.os_android .android {
    position: relative;
}

body.os_ios .ios {
    position: relative;
}

body.os_macintosh .macintosh {
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    /* --------------------
     *   html (elastic)
     * -------------------- */


}

@media screen and (max-width: 750px) {

    /* --------------------
     *   html
     * -------------------- */

    .nobr {
        white-space: normal;
    }

    .page_frame {
        min-width: 100%;
        max-width: 100%;
    }

    .page_frame_max {
        max-width: 100%;
    }

    .page_frame_over {
        min-width: 100%;
    }

    .spshow_f {
        display: flex;
    }

    .spshow_i {
        display: inline;
    }

    .spshow_ib {
        display: inline-block;
    }

    .spshow_if {
        display: inline-flex;
    }

    .spshow {
        display: block;
    }

    .sphide_f,
    .sphide_i,
    .sphide_ib,
    .sphide_if,
    .sphide {
        display: none;
    }
}

@media screen and (max-width: 750px) and (orientation: landscape) {

}
