/* vxe-tableに関するスタイル start */
.vxe-table .vxe-body--column.col-green {
  background-color: #dfd;
}
/* vxe-tableに関するスタイル end */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
  overflow: hidden;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #777;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.is-nav {
  height: 100%;
  overflow: hidden;
}

a {
  transition: all 0.3s linear;
  color: #0066cc;
  text-decoration: none;
}
a div {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.pc {
  display: block;
}
.mb {
  display: none;
}

.pc-hidden1,
.pc-hidden2 {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.2;
}

.wrapper {
  width: 930px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.header .hamburger {
  display: none;
  position: relative;
}

.header .hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  border-bottom: #333 4px solid;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.header .hamburger::before,
.header .hamburger::after {
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  border-bottom: #333 4px solid;
  position: absolute;
  bottom: 14px;
  left: 10px;
  transition: all 0.5s;
}

.header .hamburger::before {
  top: 14px;
}

.header .hamburger.is-active span {
  border: none;
}

.header .hamburger.is-active::before,
.header .hamburger.is-active::after {
  width: 30px;
  top: 24px;
  left: 7px;
}

.header .hamburger.is-active::before {
  transform: rotate(-45deg);
}

.header .hamburger.is-active::after {
  transform: rotate(45deg);
}

.header__logoArea {
  padding-left: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

.header__logo a {
  color: #e82212;
  text-decoration: none;
  transition: all 0.3s linear;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__logo img {
  width: 89px;
  height: 35px;
}

.header__shoulder {
  padding-left: 10px;
}

.header__shoulder p {
  font-size: 9px;
  line-height: 1;
  color: #777;
}

.header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.header__nav .pcNav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.header__nav .pcNav__item a {
  display: block;
  font-size: 1.3rem;
  color: #333;
  text-decoration: none;
  padding: 0 30px 0 0;
  transition: all 0.3s linear;
}

.header__nav .pcNav__item a:hover {
  color: #e82212;
}

.header__nav .memberNav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.header__nav .memberNav__item a {
  display: block;
  width: 135px;
  height: 60px;
  line-height: 60px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s linear;
}

.header__nav .memberNav__item a:hover {
  opacity: 0.8;
}

.header__nav .memberNav__item a i {
  font-size: 1.4rem;
  padding-right: 8px;
}

.header__nav .memberNav__item a i.fa-sign-in-alt,
.header__nav .memberNav__item a i.fa-sign-out-alt {
  font-size: 1.6rem;
  position: relative;
  top: 1px;
}

.header__nav .memberNav__item a.registerBtn {
  background: #333;
}
.header__nav .memberNav__item a.topRegisterBtn {
  background: #e82212;
}
.header__nav .memberNav__item a.topLoginBtn {
  background: #333;
}
.header__nav .memberNav__item a.loginBtn {
  background: #e82212;
}

a.logoutBtn {
  background: #e82212;
}

.login-svg {
  height: 16px;
  width: 24px !important;
  padding-right: 8px;
  position: relative;
  top: 1px;
}

.spNav {
  position: fixed;
  top: 50px;
  left: -60%;
  background: #fff;
  z-index: 1500;
  width: 60%;
  height: calc(100% - 50px);
  padding: 20px;
  transition: all 0.5s ease;
}

.spNav.is-active {
  left: 0;
}

.spNav__item {
  border-bottom: #f4f4f4 1px solid;
}

.spNav__item a {
  padding: 10px 0;
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
  display: block;
}

.loginBox {
  width: 300px;
  position: fixed;
  top: 60px;
  right: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 30px;
  z-index: 1100;
  display: none;
}

.loginBox::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #e82212 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 57px;
}

.loginBox__mail {
  margin-bottom: 5px;
}

.loginBox__password {
  margin-bottom: 15px;
}

.loginBox__submit {
  width: 160px;
  margin: 0 auto;
}

.loginBox input[type='text'],
.loginBox input[type='password'] {
  -webkit-appearance: none;
  width: 235px;
  border: #ddd 1px solid;
  border-radius: 5px;
  outline: none;
  font-size: 1.2rem;
  padding: 10px;
}

.loginBox input[type='text']::placeholder,
.loginBox input[type='password']::placeholder {
  opacity: 0.25;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
}

.loginBox input[type='submit'] {
  -webkit-appearance: none;
  width: 160px;
  background: #e82212;
  color: #fff;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.loginBox .error {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e82212;
  margin-bottom: 15px;
}

.loginBox__forget {
  font-size: 1.2rem;
  text-align: center;
  color: #666;
  margin-bottom: 15px;
}

.pagetop {
  background: #333;
  text-align: right;
}

.pagetop a {
  padding: 20px 0 5px;
  display: inline-block;
  transition: all 0.3s linear;
}

.pagetop a:hover {
  opacity: 0.7;
}

.footer {
  padding: 30px 0 90px 15px;
}

.footer__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 970px;
}

.footer__logo {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  color: #e82212;
  font-size: 3rem;
  line-height: 0.35;
  letter-spacing: 0.01em;
  margin-right: 10px;
}

.footer__nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.footer__nav__item a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
  transition: all 0.3s linear;
  padding: 0 10px;
}

.footer__nav__item a:hover {
  color: #e82212;
}

.footer__copyrights {
  font-size: 0.9rem;
  color: #777;
  margin-top: 20px;
  display: block;
  letter-spacing: 0.1em;
}

.contents {
  padding: 60px 0;
}

.contents__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.6rem;
  color: #333;
  margin: 0 0 0 10px;
  font-weight: bold;
}

.contents__title i {
  padding-right: 8px;
}

.contents__title2 {
  font-size: 1.9rem;
  color: #333;
}

.pageTitle {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

.pageTitle__title {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  height: 80px;
}

.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.counts {
  display: inline-block;
  background: #f3f3ef;
  border-radius: 7px;
  padding: 3px 5px;
  font-size: 1rem;
  color: #777;
  margin-left: 5px;
  line-height: 1;
}

/*# sourceMappingURL=common.css.map */

ul.pankuzu {
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pankuzu {
  background-color: #f3f3ef;
  padding: 10px;
}

.link {
  text-align: left;
}

.pankuzu .link {
  font-size: 11px;
}

li.pankuzu {
  display: inline-block;
  font-size: 11px;
  padding: 5px;
}

.pankuzu a {
  color: #333;
  text-decoration: none;
}

.pankuzu a:hover {
  color: #e82212;
}

.dropbtn {
  background-color: #333;
  color: white;
  padding: 13px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  width: 270px;
  height: 60px;
  display: flex;
  vertical-align: middle;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.dropbtn .left-content {
  margin-right: 10px;
}

.dropbtn .center-content {
  width: 238px;
}

.dropbtn .right-content {
  margin-left: 10px;
  color: #e82212;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 294px;
  height: 41px;
  z-index: 999;
  font-size: 13px;
}

.dropdown-content a {
  color: #333;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
}

.dropdown-content a:hover {
  background-color: #e7e7e7;
}

.dropdown-content i {
  margin-right: 10px;
}

@media only screen and (max-width: 1180px) {
  .header__nav .pcNav__item a {
    padding: 0 15px 0 0;
  }
}

@media only screen and (max-width: 1100px) {
  .header__logoArea {
    padding-left: 20px;
  }
  .header__shoulder {
    width: 90px;
    padding-left: 5px;
  }

  .header__nav .pcNav__item a {
    padding: 0 13px 0 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper {
    width: 100%;
  }

  .header__nav .memberNav__item a {
    width: 120px;
  }

  .footer {
    padding: 20px 20px 80px 20px;
  }

  .footer__outer {
    display: block;
    width: 100%;
  }

  .footer__logo {
    text-align: center;
    font-size: 2.8rem;
  }

  .footer__nav {
    margin-top: 30px;
    overflow: hidden;
  }

  .footer__nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
  }

  .footer__nav__item {
    width: 46%;
    border-bottom: #ccc 1px solid;
  }

  .footer__nav__item:nth-child(1),
  .footer__nav__item:nth-child(2) {
    border-top: #ccc 1px solid;
  }

  .footer__nav__item a {
    display: block;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .footer__copyrights {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0;
  }

  .pagetop a {
    padding: 20px 20px 5px 0;
  }
}

@media only screen and (max-width: 962px) {
  /* windowsのみ962pxでヘッダーの文字崩れが発生するため */
  .header__nav .pcNav__item a {
    padding: 0 5px 0 0;
  }
}

@media only screen and (max-width: 960px) {
  .header__nav .pcNav {
    display: none;
  }

  .header__logoArea {
    padding-left: 0;
  }

  .header.sp-center {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }

  .pc {
    display: none;
  }
  .mb {
    display: block;
  }

  .sp-hidden {
    display: none;
  }

  .pc-hidden1 {
    display: block;
  }

  .pc-hidden2 {
    display: inline-block;
  }

  body {
    min-width: 0;
  }

  .header__logoArea {
    display: block;
    padding-left: 0;
    text-align: center;
    width: 37%;
  }

  .header__shoulder {
    padding-left: 0;
    font-size: 0.8rem;
    width: 90px;
    text-align: center;
    margin: 0 auto;
  }

  .header__logo img {
    width: 66px;
    height: 26px;
  }

  .header__nav {
    height: 100%;
  }

  .header__nav .memberNav {
    width: 100%;
    height: 100%;
  }

  .header__nav .memberNav__item {
    width: 100%;
    height: 100%;
  }

  .header__nav .memberNav__item a {
    width: 62px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 11px;
  }

  .header__nav .memberNav__item a i {
    font-size: 15px;
    display: block;
    padding-right: 0;
    margin-bottom: 2px;
  }

  .header__nav .memberNav__item a i.fa-sign-in-alt,
  .header__nav .memberNav__item a i.fa-sign-out-alt {
    font-size: 15px;
    top: 0;
  }

  .login-svg {
    height: 15px;
    width: 24px !important;
    padding-right: 0;
    top: 0;
    margin-bottom: 2px;
  }

  .loginBox {
    top: 50px;
    width: 100%;
  }

  .loginBox::before {
    right: 7%;
  }

  .loginBox__mail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .loginBox__password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .loginBox__submit {
    width: 60%;
  }

  .loginBox input[type='text'],
  .loginBox input[type='password'] {
    width: 100%;
  }

  .loginBox input[type='submit'] {
    width: 100%;
  }

  .pagetop {
    padding-right: 20px;
  }

  .pagetop a img {
    width: 20px;
    height: auto;
  }

  .pagetop a {
    padding: 20px 0 5px;
  }

  .pageTitle {
    top: 50px;
  }

  .contents {
    padding: 30px 20px;
  }

  .pageTitle__title {
    padding: 10px;
    height: 45px;
    font-size: 1.6rem;
  }
}
