@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;
}

#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%;
}

.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;
}

.ttl-h1 {
  background-color: #fff;
  border-top: 1px solid #e93a6a;
  padding: 10px 0;
}
.ttl-h1 p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ttl-h1 {
    padding: 10px;
  }
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media (max-width: 767px) {
    .ttl-h1 {
        padding: 10px 5px 10px 15px;
    }
    .ttl-h1 p {
        font-size: 11px;
    }
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}