@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);
}
img, video {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
address {
    font-style: normal;
}
/* table --------------- */
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.4;
}
th, td {
    /*vertical-align: middle;*/
}
th {
    border-right: none;
    font-weight: 500;
    white-space: nowrap;
}
td {
    border-left: none;
}
@media print, screen and (min-width: 768px) {
    table {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}
.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;
}
/* list --------------- */
header ul, footer ul, .breadcrumbs, #sidebar ul, .listStyleNone {
    list-style: none;
}
.listStyleNone {
    margin-left: 0 !important;
}
.areaMain ul, article ol, article dl {
    line-height: 1.5;
}
.areaMain ul, .areaMain ol  {
    margin-left: 1.2em;
}
/* 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 --------------- */
@media print, screen and (min-width: 768px) {
    .flex1 {
        flex:1;
    }
}
/* break --------------- */
.spNone {
    display: none;
}
.txtBlock span {
    display: inline-block;    
}
@media print, screen and (min-width: 768px) {
    .pcNone {
        display: none;
    }
    .spNone {
        display: block;
    }
}
/* space --------------- */
.mgT05em {
    margin-top: 0.5em !important;
}
.mgT2em {
    margin-top: 2em;
}
.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;
}
.mgB1-5em {
    margin-bottom: 1.5em !important;
}
.mgB2em {
    margin-bottom: 2em !important;
}
.mgB2-5em {
    margin-bottom: 2.5em !important;
}
.mgB3em {
    margin-bottom: 3em !important;
}
.mgB4em, .mgB5em {
    margin-bottom: 4em !important;
}
.mgBsectionS {
    margin-bottom: 1.2em !important;
}
.mgBsectionM {
    margin-bottom: 2em !important;
}
.mgBsectionL {
    margin-bottom: 3em !important;
}
.mgBFormThanks {
    margin-bottom: 10em !important;
}
@media print, screen and (min-width: 768px) {
    .mgB5em {
        margin-bottom: 5em !important;
    }
    .mgBsectionS {
        margin-bottom: 1.5em !important;
    }
    .mgBsectionM {
        margin-bottom: 3.5em !important;
    }
    .mgBsectionL {
        margin-bottom: 5em !important;
    }
    .mgBFormThanks {
        margin-bottom: 12em !important;
    }
}
/* text --------------- */
h1 {
    font-weight: 500;
    line-height: 1.3;
}
h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.5;
}
.txt3S {
    font-size: 1.2rem;
}
.caption {
    margin-top: 5px;
}
.txt2S, .caption {
    font-size: 1.3rem;
}
.txtS {
    font-size: 1.4rem;
}
.txtL {
    font-size: 1.6rem;
}
.txt2L {
    font-size: 1.7rem;
}
.txt3L {
    font-size: 1.8rem;
}
.txt4L {
    font-size: 1.9rem;
}
.lh15 {
    line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
    .txt3S {
        font-size: 1.3rem;
    }
    .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;
    }
}
strong {
    font-weight: 500;
}
.notes {
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
}
/* form --------------- */
input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, input#zip, input#zip1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em;
}
button, input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    width: 100%;
}
select {
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0.5em;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}
::placeholder {
    color: #777;
}