@charset "utf-8";
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
html {
    font-size: 62.5%; /* 10px */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
article, header, footer, nav, aside, section, figure, figcaption {
    display: block;
}
* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: inherit;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px;
    /*font-size: 1.4rem;*/
    line-height: 1.4;
}
th, td {
    border: 1px solid #E5E3DE;
    vertical-align: middle;
}
th {
    border-right: none;
    padding: 1em 0.6em;
    font-weight: 700;
    white-space: nowrap;
}
td {
    border-left: none;
    padding: 1em;
}
.half {
    width: 50%;
}
@media print, screen and (min-width: 768px) {
    table {
        line-height: 1.5;
    }
    th {
        padding: 1.2em;
    }
    td {
        padding: 1.2em 2em 1.2em 2.5em;
    }
}
.scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1em;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
}
img, video {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
address {
    font-style: normal;
}
ul {
    list-style: none;
}
.listStyleNone {
    margin-left: 0 !important;
}
.areaMain ul, article ol, article dl {
    line-height: 1.5;
}
article ol {
    margin-left: 1.2em;
}
article ol li {
    margin-bottom: 1em;
}
.areaMain ul.listMgBS li {
    margin-bottom: 0.6em;
}
/* alignment --------------- */
.tCenter {
    text-align: center;
}
.tLeft {
    text-align: left !important;
}
.tRight {
    text-align: right;
}
.vTop {
    vertical-align: top;
}
.vMid {
    vertical-align: middle;
}
.vBtm {
    vertical-align: bottom;
}
/* flexbox --------------- */
.imgLFlexPc {
    margin: 0 auto 1em;
    text-align: center;
}
.areaHalfPc div:first-of-type {
    margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
    .areaHalfPc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .areaHalfPc div {
        width: calc((100% - 60px) / 2);
    }
    .areaHalfPc div:first-of-type {
        margin-bottom: 0;
    }
    .imgLFlexPc {
        margin: 0 40px 0 0;
    }
}
/* break --------------- */
.pcNone {}
.spNone {
    display: none;
}
@media print, screen and (min-width: 768px) {
    .pcNone {
        display: none;
    }
    .spNone {
        display: block;
    }
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    display: block;
}
/* space --------------- */
.pdT1em {
    padding-top: 1em;
}
.mgB0 {
    margin-bottom: 0 !important;
}
.mgB03em {
    margin-bottom: 0.3em !important;
}
.mgB05em {
    margin-bottom: 0.5em !important;
}
.mgB08em {
    margin-bottom: 0.8em !important;
}
.mgB1em {
    margin-bottom: 1em !important;
}
.mgBS {
    margin-bottom: 1.25em !important;
}
.mgB1-5em {
    margin-bottom: 1.5em !important;
}
.mgBM {
    margin-bottom: 1.75em !important;
}
.mgB2em, .mgBsectionSub {
    margin-bottom: 2em !important;
}
.mgB2-5em, .mgBsection {
    margin-bottom: 2.5em !important;
}
.mgBL {
    margin-bottom: 3em !important;
}
.mgB4em {
    margin-bottom: 4em !important;
}
.mgB5em {
    margin-bottom: 4em !important;
}
@media print, screen and (min-width: 768px) {
    .mgBpc0 {
        margin-bottom: 0 !important;
    }
    .mgBM {
        margin-bottom: 2.5em !important;
    }
    .mgBsectionSub {
        margin-bottom: 3em !important;
    }
    .mgBsection {
        margin-bottom: 3.5em !important;
    }
    .mgBL {
        margin-bottom: 4em !important;
    }
    .mgB5em {
        margin-bottom: 5em !important;
    }
}
.lh15 {
    line-height: 1.5;
}
/* text --------------- */
h1, h2 {
    line-height: 1.3;
}
h3, h4, h5, h6 {
    line-height: 1.5;
}
.txt3S {
    font-size: 1.2rem;
}
.caption {
    margin-top: 5px;
}
.txt2S, .caption {
    font-size: 1.4rem;
}
.txtS {
    font-size: 1.5rem;
}
.txtL {
    font-size: 1.7rem;
}
.txt2L {
    font-size: 1.8rem;
}
.txt3L {
    font-size: 1.9rem;
}
.txt4L {
    font-size: 2.0rem;
}
@media print, screen and (min-width: 768px) {
    .txt3S {
        font-size: 1.4rem;
    }
    .txt2S, .caption {
        font-size: 1.5rem;
    }
    .txtS {
        font-size: 1.6rem;
    }
    .txtL {
        font-size: 1.8rem;
    }
    .txt2L {
        font-size: 1.9rem;
    }
    .txt3L {
        font-size: 2.0rem;
    }
    .txt4L {
        font-size: 2.1rem;
    }
}
strong {
    font-weight: bold;
}
.notes {
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
}
