@charset "UTF-8";
/*gurade*/
/*a*/
/*bar color*/
/*need*/
/*---★ly_container---*/
/*== header ==*/
/*== main nav ==*/
/*sm*/
/*md*/
/*sp 下スペース　※いらなくなった*/
/*== second nav ==*/
/*sm*/
/*md*/
/*== msg_list_area ==*/
/*sm*/
/*md*/
/*== footer ==*/
/*== table ==*/
/*tooltip=================*/
/*icon_font*/
/**/
/*button style*/
/* baseformat updated date 191031*/
/* ----------------------------------------------------------------reset */
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

label {
    padding:5px 10px 5px 5px;
}

/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
}

/*others*/
table {
    border-spacing: 0;
}

* html table {
    border-collapse: collapse;
}

*:first-child + html table {
    border-collapse: collapse;
}

th, td {
    vertical-align: middle;
    border-collapse: collapse;
}

table, th, td, tr, img {
    border: 0;
}

img {
    vertical-align: bottom;
}

q:before, q:after {
    content: '';
}

ul {
    list-style: none;
}

.display_none {
    display: none;
}
.display_block {
    display: block;
}
.display_inline {
    display: inline-block;
}

/* ------------------------------------------------------------------base*/
html {
    font: 62.5%/1.7 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*メイリオベース*/
}

/*body*/
body {
    height: 100%;
    text-align: center;
    color: #000;
    word-break: break-all;
    font-size: 1.4rem;
    /* 14px */
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
                    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}

/*link*/
a,
.link {
    color: #49aad7;
    text-decoration: underline;
    cursor: pointer;
}
.link:hover {
    opacity: 0.5;
}

a img {
    border-style: none;
}

a:visited {
    color: #347999;
}

a:hover {
    color: #7da2b3;
}

/*font-size*/
h1, h2, h3, h4, h5 ,h6{
    font-size: 1.4rem;
    /* 14px */
    font-size: 14px;
    line-height: 1.4;
}

p {
    font-size: 1.4rem;
    /* 14px */
    font-size: 14px;
    line-height: 1.6;
}

li, dt, dd {
    font-size: 1.4rem;
    /* 14px */
    font-size: 14px;
    line-height: 1.6;
}

table th, table td {
    font-size: 1.4rem;
    /* 14px */
    font-size: 14px;
    line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
    h1, h2, h3, h4, h5 ,h6{
        font-size: 1.6rem;
        /* 16px */
        font-size: 16px;
    }
    p {
        font-size: 1.6rem;
        /* 16px */
        font-size: 16px;
    }
    li, dt, dd {
        font-size: 1.6rem;
        /* 16px */
        font-size: 16px;
    }
    table th, table td {
        font-size: 1.6rem;
        /* 16px */
        font-size: 16px;
    }
}
