@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;
    font-size: 1.4rem;
    line-height: 1.5;
}
th {
    font-weight: 600;
}
th, td {
    /*padding: 0.5em 0.8em;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;*/
    vertical-align: middle;
}
.half {
    width: 50%;
}
@media print, screen and (min-width: 768px) {
    table {
        font-size: 1.6rem;
    }
    th, td {
        padding: 1em 3em;
    }
}
.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;
}
header ul, footer ul, .breadcrumbs, .home :not(ul), .sidebar ul, .listStyleNone {
    list-style: none;
}
.listStyleNone {
    margin-left: 0 !important;
}
.areaMain ul, article ol, article dl, .areaMainWide ul {
    line-height: 1.5;
}
ul.list {
    margin-left: 1.2em;
}
ul.list li {
    margin-bottom: 0;
}
article ol {
    margin-left: 1.2em;
}
article ol li {
    margin-bottom: 1em;
}
/* 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;
}
.imgR, .imgL {
    margin: 0 auto 20px;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .imgR {
        float: right;
        margin-left: 30px;
    }
    .imgL {
        float: left;
        margin-right: 35px;
    }
}
/* flexbox --------------- */
.imgLFlexPc {
    margin: 0 auto 1.5em;
    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 5em 0 0;
    }
    .flex1 {
        flex:1;
    }
}
/* break --------------- */
.pcNone {}
.spNone {
    display: none;
}
.txtBlock span { display: inline-block; }
@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;
}
.pdR3em {
    padding-right: 3em;
}
.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 {
    margin-bottom: 2em !important;
}
.mgB2-5em {
    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;
    }
    .mgBL {
        margin-bottom: 4em !important;
    }
    .mgB5em {
        margin-bottom: 5em !important;
    }
}
.lh15 {
    line-height: 1.5;
}
.lh2L{
    line-height: 2.0;
}
/* text --------------- */
h1 {
    line-height: 1.3;
}
h2, h3, h4, h5, h6 {
    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;
}
@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: 600;
}
.fontSerif strong {
    font-weight: 500;
}
.notes {
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
}
/* form --------------- */
input[type="text"], input[type="email"], textarea {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
button, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}
input, select, textarea {
    font-size: 100%;
}
input[type="password"], textarea {
    width: 100%;
}
select {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 20px 10px 10px;
}
input[type="checkbox"], input[type="radio"] {
	transform: scale(1.6);
    margin-right: 0.6em;
}
td label {
    margin-right: 2em;
}