@charset "UTF-8";
/* baseformat updated date 170409*/

/* ----------------------------------------------------------------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;
}
/*font*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
/*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;
}
/* ------------------------------------------------------------------base*/
html {
    font: 62.5%/1.7 "Yu Mincho Medium", "Yu Mincho", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", serif;
    background: url(../img/index_img/bg_footer.jpg) no-repeat center bottom -2px;
    background-size: auto 800px;
}
/*body*/
body {
    height: 100%;
    text-align: justify;
    color: #000;
    word-break: break-all;
    font-size: 1.5rem; /* 15px */
    font-size: 15px;
}
/*link*/
a {
    color: #0033cc;
    text-decoration: underline;
}
a img {
    border-style: none;
}
a:visited {
    color: #606;
}
a:hover {
    color: #6e8bcc;
}
/*font-size*/
h1,
h2,
h3,
h4,
h5,
p {
    font-size: 1.5rem; /* 15px */
    font-size: 15px;
}
li,
dt,
dd {
    font-size: 1.5rem; /* 15px */
    font-size: 15px;
}
table {
    font-size: 1.5rem; /* 15px */
    font-size: 15px;
}

@media print, screen and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    p {
        font-size: 1.7rem; /* 17px */
        font-size: 17px;
    }
    li,
    dt,
    dd {
        font-size: 1.7rem; /* 17px */
        font-size: 17px;
    }
}

@media print, screen and (min-width: 992px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    p {
        font-size: 2.1rem;
        font-size: 21px; /* 20px */
    }
    li,
    dt,
    dd {
        font-size: 2.1rem;
        font-size: 21px; /* 20px */
    }
}
