@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/sf-ui-display');
body {
    margin: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style-type: none;
    font-weight: inherit;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    background: transparent;
}
nav ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container {
    padding: 0;
}
.clearfix {
    overflow: hidden;
    height: 100%;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.breadCrumb {
    width: 100%;
    max-width: 1170px;
    padding: 5px 0;
    margin: 0 auto;
}
.breadCrumb li.breadItem {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0 10px 0 10px;
    margin: 0;
    text-align: left;
    font-size: 11px;
    color: #555;
}
.breadCrumb li.breadItem a {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0 10px 0 0;
    margin: 0;
    text-align: left;
    font-size: 11px;
    color: rgba(227,48,115,1.00);
}
.breadCrumb li.breadItem a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 100%;
    z-index: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #555;
}
#MainContent {
    overflow: hidden;
}
h2 {
    font-weight: bold;
}
.header {
    font-family: "SF UI Display", sans-serif;
}
.header select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance:none;
    appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
}
.header .btnRegisterHeader, .header .btnLoginHeader, .footer {
    font-weight: 900;
}
.header .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    height: 32px;
    border: 1px solid #BCBCBC;
    border-radius: 28px;
    width: 100%;
}
.header .menu-pc a{
    font-weight: 900;
    color: #333333;
}
.page-top {
    position: fixed;
    z-index: 9999;
    right: 20px;
    display: block;
    bottom: 2px;
    background: url("../images/toppage.svg") center no-repeat;
    width: 43px;
    height: 43px;
    font-size: 0;
}