/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    }

    html, body {
    width: 100%;
    height: 100%;
    }

    body {
    width: 100%;
    background: #fff;
    text-align : center;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium",YuGothic,YuGothicM,ãƒ¡ã‚¤ãƒªã‚ª,Meiryo,sans-serif;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    @media print, screen and (min-width:980px) {
    body {
    font-size: 11px;
    }
    }

    @media only screen and (min-width:0px) and (max-width:979px) {
    body {
    font-size: 11px;
    }
    }

    p { margin-bottom: 26px; }

    ol, ul { list-style: none }

    a:link { color: #0068b7; text-decoration: none; }
    a:visited { color: #0068b7; text-decoration: none; }
    a:hover { color: #0068b7; text-decoration: underline; }
    a:active { color: #0068b7; }

    img {
    border: 0px;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    }

    @media print, screen and (min-width: 979px) {
    .br-pc {
    display: block;
    }
    .br-sp {
    display: none;
    }
    .pc {
    display: none;
    }
    }

    @media print, screen and (max-width: 979px) {
    .br-pc {
    display: none;
    }
    .br-sp {
    display: block;
    }
    .sp {
    display: none;
    }
    }

    .bgc-lakala-blue { background: #4caf93 !important; }

    /*
    Default style for WP-PageNavi plugin

    http://wordpress.org/extend/plugins/wp-pagenavi/
    */

    @media print, screen and (min-width:980px) {

    .pagenavi {
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 0 0;
    }

    .pagenavi a, .pagenavi span {
    text-decoration: none;
    font-size: 10px;
    color: #2f2f2f;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 2px;
    }

    .pagenavi a:hover, .pagenavi span.current {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    }

    .pagenavi span.current {
    font-weight: normal;
    }

    }

    @media only screen and (min-width:0px) and (max-width:979px) {

    .pagenavi {
    clear: both;
    text-align: center;
    padding: 40px 0 0 0;
    }

    .pagenavi a, .pagenavi span {
    text-decoration: none;
    font-size: 10px;
    color: #2f2f2f;
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 0px 2px 10px 0px !important;
    }

    .pagenavi a:hover, .pagenavi span.current {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    }

    .pagenavi span.current {
    font-weight: normal;
    }

    }
    .requiredMark {
        position: relative;
        display: inline;
        text-align: center;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        background: #B92F31;
        margin-left: 8px;
        padding: 2px 5px 3px 5px;
        top: -1px;
        line-height: 1;
        border-radius: 3px;
        letter-spacing: 0;
    }
    select::-ms-expand {
        display: none;
    }

