/**------------------------------------
* import */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */

  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */

  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */

  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */

  overflow: visible;
  /* 2 */

}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */

  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */

  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */

  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  /* 2 */

  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
/**------------------------------------
* common style */
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  color: #002044;
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
.browser-ie body {
  font-family: sans-serif;
}
@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    line-height: 26px;
    min-width: 100%;
  }
}
a {
  text-decoration: underline;
  transition: all .3s;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
}
/* header
----------------------------*/
.header {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  border-top: 2px solid #002044;
  border-bottom: 1px solid #b3c1d2;
  background: #ffffff;
}
.header .headerArea {
  position: relative;
  margin: 0;
  width: 100%;
  height: 80px;
}
.header .headerArea .logoArea {
  position: absolute;
  top: 16px;
  left: 32px;
}
.header .headerArea .logoArea img {
  width: 280px;
  height: 60px;
}
.header .headerArea .gmenu {
  position: absolute;
  display: flex;
  top: 22px;
  right: 400px;
  list-style: none;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 30px;
  margin: 0;
  padding: 0;
}
.header .headerArea .gmenu li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
}
.browser-ie .header .headerArea .gmenu li {
  font-family: sans-serif;
}
.header .headerArea .gmenu li a {
  text-decoration: none;
  color: #002044;
}
.header .headerArea form {
  position: absolute;
  display: block;
  top: 22px;
  right: 24px;
  margin: 0;
  width: 336px;
  height: 40px;
}
.header .headerArea form input[type=text] {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #002044;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.browser-ie .header .headerArea form input[type=text] {
  font-family: sans-serif;
}
.header .headerArea form input::placeholder {
  color: #c6c6c6;
}
.header .headerArea form input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  border: none;
  transform: translateY(-50%);
  background: url("../img/common/Icon awesome-search.svg") right center no-repeat;
  background-size: contain;
}
.header .searchArea {
  display: none;
}
.header .gmenuArea {
  display: none;
}
.header .not-pc2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header {
    overflow: visible;
  }
  .header .not-pc2 {
    display: block;
  }
  .header .only-pc2 {
    display: none;
  }
  .header .headerArea .openMenu {
    display: block;
    position: absolute;
    top: 50%;
    right: 164px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .header .headerArea .openMenu::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(2px);
    background: url("../img/common/menu.svg") right center no-repeat;
    background-size: contain;
  }
  .header .headerArea .openSearch {
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .header .headerArea .openSearch::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(2px);
    background: url("../img/common/Icon awesome-search.svg") right center no-repeat;
    background-size: contain;
  }
  .header .searchArea {
    overflow: hidden;
    position: absolute;
    display: block;
    margin: 0;
    top: 78px;
    left: 0;
    width: 100%;
    transition: height .4s;
    height: 0;
    background: #002044CC;
  }
  .header .searchArea form {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    padding: 0 ;
    background: #ffffff;
  }
  .header .searchArea form input[type=text] {
    box-sizing: border-box;
    position: absolute;
    top: 34px;
    left: 35px;
    width: calc(100vw - 106px);
    height: 36px;
    padding: 0 14px;
    border: 1px solid #002044;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
  }
  .browser-ie .header .searchArea form input[type=text] {
    font-family: sans-serif;
  }
  .header .searchArea form input::placeholder {
    color: #c6c6c6;
  }
  .header .searchArea form input[type=submit] {
    position: absolute;
    top: 52px;
    right: 35px;
    width: 24px;
    height: 24px;
    border: none;
    transform: translateY(-50%);
    background: url("../img/common/Icon awesome-search.svg") right center no-repeat;
    background-size: contain;
  }
  .header .searchArea form .closeSearch {
    display: block;
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
  }
  .browser-ie .header .searchArea form .closeSearch {
    font-family: sans-serif;
  }
  .header .searchArea form .closeSearch::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(2px);
    background: url("../img/common/cross.svg") right center no-repeat;
    background-size: contain;
  }
  .header .searchArea.active {
    height: calc(100vh - 80px);
  }
  .header .gmenuArea {
    overflow: hidden;
    position: absolute;
    display: block;
    margin: 0;
    top: 78px;
    left: 0;
    width: 100%;
    transition: height .4s;
    height: 0;
    background: #002044CC;
  }
  .header .gmenuArea .gmenu {
    position: relative;
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
  }
  .header .gmenuArea .gmenu li {
    box-sizing: border-box;
    width: calc(100vw - 30px);
    height: 65px;
    border-left: 1px solid #002044;
    border-right: 1px solid #002044;
    border-bottom: 1px solid #002044;
  }
  .header .gmenuArea .gmenu li a {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 64px;
    text-decoration: none;
    color: #002044;
  }
  .browser-ie .header .gmenuArea .gmenu li a {
    font-family: sans-serif;
  }
  .header .gmenuArea .gmenu li a::before {
    position: absolute;
    box-sizing: border-box;
    content: '';
    top: 50%;
    right: 32px;
    width: 24px;
    height: 24px;
    border: 2px solid #002044;
    border-radius: 50%;
    transform: translateY(-50%);
    background-image: url('../img/top/arrow-right_hv.svg');
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .header .gmenuArea .buttonArea {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
  }
  .header .gmenuArea .buttonArea .closeMenu {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width: calc(100vw - 30px);
    height: 87px;
    border-left: 1px solid #002044;
    border-right: 1px solid #002044;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 87px;
    cursor: pointer;
  }
  .browser-ie .header .gmenuArea .buttonArea .closeMenu {
    font-family: sans-serif;
  }
  .header .gmenuArea .buttonArea .closeMenu::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(2px);
    background: url("../img/common/cross.svg") right center no-repeat;
    background-size: contain;
  }
  .header .gmenuArea.active {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 540px) {
  .header {
    height: 60px;
    overflow: visible;
  }
  .header .headerArea {
    height: 60px;
  }
  .header .headerArea .openMenu {
    right: 112px;
  }
  .header .headerArea .openSearch {
    right: 14px;
  }
  .header .headerArea .logoArea {
    top: 19px;
    left: 14px;
  }
  .header .headerArea .logoArea img {
    width: 140px;
    height: 30px;
  }
  .header .searchArea {
    top: 58px;
  }
  .header .searchArea.active {
    height: calc(100vh - 60px);
  }
  .header .gmenuArea {
    top: 58px;
  }
  .header .gmenuArea.active {
    height: calc(100vh - 60px);
  }
}
/* main
----------------------------*/
.main {
  position: relative;
  overflow: hidden;
  margin: 80px auto 0;
  width: 100%;
}
.main::before {
  position: absolute;
  content: '';
  top: 0;
  left: calc((100% - 1000px) * .5);
  width: 1px;
  height: 100%;
  background: #b3c1d2;
}
.main::after {
  position: absolute;
  content: '';
  top: 0;
  right: calc((100% - 1000px) * .5);
  width: 1px;
  height: 100%;
  background: #b3c1d2;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .main {
    margin: 60px auto 0;
  }
  .main::before {
    left: 14px;
  }
  .main::after {
    right: 14px;
  }
}
h2.wp-block-heading {
  position: relative;
  width: 100%;
  margin: 80px 0 0;
  border-top: 1px solid #b3c1d2;
  padding-top: 40px;
  padding-left: calc((100% - 998px) * .5 + 15px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: left;
}
.browser-ie h2.wp-block-heading {
  font-family: sans-serif;
}
h2.wp-block-heading code {
  display: inline-block;
  margin: 0 0 0 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #b3c1d2;
  transform: translateY(-5px);
}
.browser-ie h2.wp-block-heading code {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  h2.wp-block-heading {
    margin: 90px 0 0;
    padding-top: 32px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 540px) {
  h2.wp-block-heading {
    box-sizing: border-box;
    margin: 60px 0 0;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }
  h2.wp-block-heading code {
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 24px;
  }
}
.title h2 {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #b3c1d2;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: calc((100% - 998px) * .5 + 15px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  text-align: left;
}
.browser-ie .title h2 {
  font-family: sans-serif;
}
.title h2 code {
  display: inline-block;
  margin: 0 0 0 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #b3c1d2;
  transform: translateY(-5px);
}
.browser-ie .title h2 code {
  font-family: sans-serif;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .title h2 {
    margin: 90px 0 0;
    padding-top: 32px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 540px) {
  .title h2 {
    margin: 60px 0 0;
    padding-top: 20px;
    padding-left: 30px;
  }
}
#toPageTop {
  z-index: 90;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
}
#toPageTop .toTop {
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 0;
  background-image: url("../img/common/arrow-top.svg");
  background-size: contain;
  opacity: 1;
}
#toPageTop .toTop span {
  display: none;
}
#toPageTop .toTop:hover {
  opacity: .6;
}
.footer {
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  margin: 100px 0 0;
  padding: 0;
  width: 100%;
  background: #002044;
}
.footer .footerInner {
  position: relative;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.footer .footerInner .infoArea {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 998px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .footer .footerInner .infoArea {
    width: calc(100% - 15px * 2);
  }
}
@media screen and (max-width: 540px) {
  .footer .footerInner .infoArea {
    width: calc(100% - 15px * 2);
  }
}
.footer .footerInner .infoArea h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.browser-ie .footer .footerInner .infoArea h3 {
  font-family: sans-serif;
}
.footer .footerInner .infoArea .address {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.browser-ie .footer .footerInner .infoArea .address {
  font-family: sans-serif;
}
.footer .copyrightArea {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.footer .copyrightArea .link {
  margin: 20px 0 10px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 20px;
}
.footer .copyrightArea .link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.browser-ie .footer .copyrightArea .link a {
  font-family: sans-serif;
}
.footer .copyrightArea p {
  margin: 0;
  padding: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.browser-ie .footer .copyrightArea p {
  font-family: sans-serif;
}
.footer .copyrightArea p a {
  color: #ffffff;
}
@media screen and (max-width: 540px) {
  .footer .footerInner .infoArea {
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .footer .copyrightArea .link {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .footer .copyrightArea .link a {
    line-height: 20px;
  }
  .footer .copyrightArea p {
    padding: 0 60px 20px;
    line-height: 20px;
  }
}
/* common
----------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
#mask {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #002044;
  opacity: .3;
}
@media screen and (max-width: 959px) {
  #mask {
    display: none;
  }
}
.fitImage img {
  max-width: 100%;
  height: auto;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .only-pc {
    display: none;
  }
}
.only-tab {
  display: none;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .only-tab {
    display: block;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .only-sp {
    display: block;
  }
}
.not-pc {
  display: none;
}
@media screen and (max-width: 959px) {
  .not-pc {
    display: block;
  }
}
.not-tab {
  display: block;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .not-tab {
    display: none;
  }
}
.not-sp {
  display: block;
}
@media screen and (max-width: 540px) {
  .not-sp {
    display: none;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 540px) {
  .spbr {
    display: inline;
  }
}
.tabbr {
  display: none;
}
@media screen and (min-width: 541px) and (max-width: 959px) {
  .tabbr {
    display: inline;
  }
}
@media screen and (max-width: 959px) {
  .pcbr {
    display: none;
  }
}
hr {
  clear: both;
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  opacity: 0;
}
li.linkLi {
  cursor: pointer;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
