@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
font-family: $font-min;
300 400 500 600
*/
@import url("//fonts.googleapis.com/css2?family=Bentham&display=swap");
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

/*
*,
::before,
::after {
  box-sizing: inherit;
}
*/
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  /* -moz-appearance: none;*/
  /* Firefox 36+ */
  /* -webkit-appearance: none;*/
  /* Chrome 41+ */ }

select::-ms-expand {
  /*display: none;*/
  /* Internet Explorer 11+ */ }

select::-ms-value {
  /*color: currentColor;*/
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important; }

body {
  background: #FAFAFD;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  overflow-x: hidden;
  min-width: 1200px; }

p, li, th, td, dl, dt, dd {
  line-height: 1.7; }

a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

img {
  -webkit-backface-visibility: hidden; }

img[src$=".svg"] {
  width: 100%; }

img {
  image-rendering: -webkit-optimize-contrast; }

img {
  -webkit-backface-visibility: hidden; }

img {
  -webkit-transform: translateZ(0); }

*:focus {
  outline: none; }

::selection {
  background: #3788f7;
  color: #FFF; }

::-moz-selection {
  background: #3788f7;
  color: #FFF; }

/* clearFIx
   ==================================== */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/* TopControl
   ==================================== */
#topcontrol {
  z-index: 8; }
  #topcontrol a {
    background: url(/assets/js/scrolltop/scrollup.png) center center no-repeat;
    background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat\9 ;
    /* IE8 and below */
    *background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

/* compo
   ==================================== */
.contents {
  background-color: #FFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
  padding: 40px 0 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .contents.noP {
    padding: 0; }

.breadChumbs {
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .breadChumbs ol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 40px;
    max-width: 1400px; }
    .breadChumbs ol li {
      color: #333;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.04em;
      /*
      text-shadow: black 0 0 2px;
      */ }
      .breadChumbs ol li:after {
        content: '>';
        display: inline-block;
        margin: 0 7px 0 5px; }
      .breadChumbs ol li a {
        color: #333;
        display: inline-block;
        padding: 12px 0;
        text-decoration: underline;
        transition: 0.2s; }
        .breadChumbs ol li a:hover {
          text-decoration: none; }
    .breadChumbs ol li:last-child:after {
      display: none; }

.mv {
  display: flex;
  align-items: center;
  min-height: 140px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mv .mvInr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 50px 10px;
    width: 100%; }
    .mv .mvInr .pageTitle {
      display: block;
      text-align: left; }
      .mv .mvInr .pageTitle .jp {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 1.7;
        line-height: 1.4;
        font-weight: 600;
        letter-spacing: 0.04em; }
        @media only screen and (max-width: 960px) {
          .mv .mvInr .pageTitle .jp {
            font-size: 29px;
            font-size: 2.9rem; } }
        .mv .mvInr .pageTitle .jp .small {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 1.7;
          line-height: 1.4;
          letter-spacing: 0.01em; }
          @media only screen and (max-width: 960px) {
            .mv .mvInr .pageTitle .jp .small {
              font-size: 22px;
              font-size: 2.2rem; } }
    .mv .mvInr .displaySwitch {
      border-radius: 3px;
      display: flex;
      overflow: hidden; }
      .mv .mvInr .displaySwitch li {
        border: 1px solid #3788f7; }
        .mv .mvInr .displaySwitch li a {
          background-color: #FFF;
          color: #3788f7;
          display: block;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7;
          font-weight: 600;
          line-height: 1;
          letter-spacing: -0.02em;
          padding: 14px 20px;
          text-decoration: none;
          transition: 0.2s; }
          @media only screen and (max-width: 960px) {
            .mv .mvInr .displaySwitch li a {
              font-size: 13px;
              font-size: 1.3rem; } }
          .mv .mvInr .displaySwitch li a.current, .mv .mvInr .displaySwitch li a:hover {
            background: #3788f7;
            color: #FFF; }
          .mv .mvInr .displaySwitch li a i {
            font-size: 15px;
            margin-right: 5px; }
      .mv .mvInr .displaySwitch li:last-child a {
        border-right: none; }

section {
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 0 40px; }
  section:last-child {
    margin-bottom: 0; }

.indList li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em; }

.indListS li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  line-height: 1.5;
  margin-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em; }
  @media only screen and (max-width: 960px) {
    .indListS li {
      font-size: 10px;
      font-size: 1rem; } }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    min-width: auto; }

  #topcontrol {
    bottom: 20px !important;
    z-index: 8; }

  .contents {
    padding: 20px 0 50px; }
    .contents.noP {
      padding: 0; }

  .breadChumbs {
    padding: 8px 3.5vw 10px; }
    .breadChumbs ol {
      display: block;
      min-height: auto;
      min-height: none;
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
      .breadChumbs ol li {
        display: inline;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1; }
        .breadChumbs ol li:after {
          margin: 0 3px 0 0; }
        .breadChumbs ol li a {
          padding: 1px 2vw 1px 0; }

  .mv {
    min-height: auto; }
    .mv .mvInr {
      display: block;
      margin: 0;
      max-width: auto;
      max-width: none;
      padding: 0;
      width: 100%; }
      .mv .mvInr .pageTitle {
        margin: 0;
        max-width: auto;
        max-width: none;
        padding: 25px 5vw; }
        .mv .mvInr .pageTitle .jp {
          font-size: 21px;
          letter-spacing: 0.01em; }
          .mv .mvInr .pageTitle .jp .small {
            font-size: 11px;
            letter-spacing: -0.02em; }
      .mv .mvInr .displaySwitch {
        border-radius: 0;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15); }
        .mv .mvInr .displaySwitch li {
          border-left: none;
          border-right: none;
          width: 100%; }
          .mv .mvInr .displaySwitch li a {
            background: #F5F8FF;
            display: block;
            font-size: 13px;
            padding: 12px 4px 12px;
            text-align: center;
            text-decoration: none;
            transition: 0.2s; }
            .mv .mvInr .displaySwitch li a i {
              font-size: 16px;
              margin: 0 8px 0 0;
              vertical-align: 0; }

  section {
    margin-bottom: 50px;
    padding: 0; } }
/* Basic
   ==================================== */
.red {
  color: red; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .cmnAnc {
    /*
    display: inline-block;
    height: 1px;
    padding-top: 100px;
    margin-top: -100px;
    */ }

  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600; } }
  @media only screen and (min-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (min-width: 960px) {
  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7; } }
  @media only screen and (min-width: 960px) and (max-width: 960px) {
    .font13 {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (min-width: 960px) {
  .hvBtn, .hvBtns a {
    transition: 0.2s; }

  .hvBtn:hover, .hvBtns a:hover {
    opacity: 0.7; }

  .bscImg {
    height: auto;
    max-width: 100%; }

  .left {
    text-align: left !important; }

  .right {
    text-align: right !important; }

  .center {
    text-align: center; }

  .vAT {
    vertical-align: top !important; }

  .vAM {
    vertical-align: middle !important; }

  .vAB {
    vertical-align: bottom !important; }

  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px; }

  .top0 {
    margin-top: 0 !important; }

  .top5 {
    margin-top: 5px !important; }

  .top10 {
    margin-top: 10px !important; }

  .top15 {
    margin-top: 15px !important; }

  .top20 {
    margin-top: 20px !important; }

  .top25 {
    margin-top: 25px !important; }

  .top30 {
    margin-top: 30px !important; }

  .top35 {
    margin-top: 35px !important; }

  .top40 {
    margin-top: 40px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 10px !important; }

  .btm15 {
    margin-bottom: 15px !important; }

  .btm20 {
    margin-bottom: 20px !important; }

  .btm25 {
    margin-bottom: 25px !important; }

  .btm30 {
    margin-bottom: 30px !important; }

  .btm35 {
    margin-bottom: 35px !important; }

  .btm40 {
    margin-bottom: 40px !important; }

  .btm45 {
    margin-bottom: 45px !important; }

  .btm50 {
    margin-bottom: 50px !important; }

  .btm55 {
    margin-bottom: 55px !important; }

  .btm60 {
    margin-bottom: 60px !important; }

  .btm65 {
    margin-bottom: 65px !important; }

  .btm70 {
    margin-bottom: 70px !important; }

  .btm75 {
    margin-bottom: 75px !important; }

  .btm80 {
    margin-bottom: 80px !important; }

  .btm85 {
    margin-bottom: 85px !important; }

  .btm90 {
    margin-bottom: 90px !important; }

  .btm95 {
    margin-bottom: 95px !important; }

  .btm100 {
    margin-bottom: 100px !important; }

  .btm110 {
    margin-bottom: 110px !important; }

  .btm120 {
    margin-bottom: 120px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 10px !important; }

  .pT15 {
    padding-top: 15px !important; }

  .pT20 {
    padding-top: 20px !important; }

  .pT25 {
    padding-top: 25px !important; }

  .pT30 {
    padding-top: 30px !important; }

  .pT35 {
    padding-top: 35px !important; }

  .pT40 {
    padding-top: 40px !important; }

  .pT45 {
    padding-top: 45px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 10px !important; }

  .pB15 {
    padding-bottom: 15px !important; }

  .pB20 {
    padding-bottom: 20px !important; }

  .pB30 {
    padding-bottom: 20px !important; }

  .pB40 {
    padding-bottom: 20px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 10px !important; }

  .lm15 {
    margin-left: 15px !important; }

  .lm20 {
    margin-left: 20px !important; }

  .lm50 {
    margin-left: 50px !important; }

  .lm60 {
    margin-left: 60px !important; }

  .lm70 {
    margin-left: 70px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 10px !important; }

  .rm15 {
    margin-right: 15px !important; }

  .rm20 {
    margin-right: 20px !important; }

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w45 {
    width: 45% !important; }

  .w50 {
    width: 50% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 960px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    font-weight: 600; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

  .spLeft {
    text-align: left !important; }

  .top10 {
    margin-top: 5px !important; }

  .top15 {
    margin-top: 5px !important; }

  .top20 {
    margin-top: 10px !important; }

  .top25 {
    margin-top: 10px !important; }

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

  .top40 {
    margin-top: 20px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 5px !important; }

  .btm15 {
    margin-bottom: 10px !important; }

  .btm20 {
    margin-bottom: 15px !important; }

  .btm25 {
    margin-bottom: 20px !important; }

  .btm30 {
    margin-bottom: 20px !important; }

  .btm35 {
    margin-bottom: 20px !important; }

  .btm40 {
    margin-bottom: 30px !important; }

  .btm45 {
    margin-bottom: 30px !important; }

  .btm50 {
    margin-bottom: 30px !important; }

  .btm55 {
    margin-bottom: 30px !important; }

  .btm60 {
    margin-bottom: 30px !important; }

  .btm65 {
    margin-bottom: 30px !important; }

  .btm70 {
    margin-bottom: 30px !important; }

  .btm75 {
    margin-bottom: 30px !important; }

  .btm80 {
    margin-bottom: 30px !important; }

  .btm85 {
    margin-bottom: 30px !important; }

  .btm90 {
    margin-bottom: 30px !important; }

  .btm95 {
    margin-bottom: 30px !important; }

  .btm100 {
    margin-bottom: 30px !important; }

  .btm110 {
    margin-bottom: 30px !important; }

  .btm120 {
    margin-bottom: 30px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

  .pT15 {
    padding-top: 10px !important; }

  .pT20 {
    padding-top: 10px !important; }

  .pT25 {
    padding-top: 15px !important; }

  .pT30 {
    padding-top: 15px !important; }

  .pT35 {
    padding-top: 15px !important; }

  .pT40 {
    padding-top: 20px !important; }

  .pT45 {
    padding-top: 20px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 5px !important; }

  .pB15 {
    padding-bottom: 5px !important; }

  .pB20 {
    padding-bottom: 10px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 5px !important; }

  .lm15 {
    margin-left: 5px !important; }

  .lm20 {
    margin-left: 10px !important; }

  .lm50 {
    margin-left: 20px !important; }

  .lm60 {
    margin-left: 30px !important; }

  .lm70 {
    margin-left: 30px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 5px !important; }

  .rm15 {
    margin-right: 5px !important; }

  .rm20 {
    margin-right: 10px !important; }

  .spBtm0 {
    margin-bottom: 0 !important; }

  .spBtm5 {
    margin-bottom: 5px !important; }

  .spBtm10 {
    margin-bottom: 10px !important; }

  .spBtm15 {
    margin-bottom: 15px !important; }

  .spBtm20 {
    margin-bottom: 20px !important; }

  .spBtm25 {
    margin-bottom: 25px !important; }

  .spBtm30 {
    margin-bottom: 30px !important; }

  .spBtm35 {
    margin-bottom: 35px !important; }

  .spBtm40 {
    margin-bottom: 40px !important; }

  .spBtm45 {
    margin-bottom: 45px !important; }

  .spBtm50 {
    margin-bottom: 50px !important; }

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; }

  .font13 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .font13 {
      font-size: 10px;
      font-size: 1rem; } }

.size11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size11 {
      font-size: 10px;
      font-size: 1rem; } }

.size12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size12 {
      font-size: 10px;
      font-size: 1rem; } }

.size13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size13 {
      font-size: 10px;
      font-size: 1rem; } }

.size14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size14 {
      font-size: 12px;
      font-size: 1.2rem; } }

.size15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7; }
  @media only screen and (max-width: 960px) {
    .size15 {
      font-size: 13px;
      font-size: 1.3rem; } }

.header {
  background-color: #FFF;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.04);
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .header .hdInr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 80px;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative; }
    .header .hdInr .logo {
      display: flex;
      align-items: center;
      line-height: 1;
      width: calc(100% - 60px); }
      .header .hdInr .logo .logoImg {
        margin-right: 20px;
        width: 50px; }
      .header .hdInr .logo .logoNum {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.7;
        font-weight: 500;
        line-height: 1;
        margin-right: 7px;
        padding-top: 4px; }
        @media only screen and (max-width: 960px) {
          .header .hdInr .logo .logoNum {
            font-size: 15px;
            font-size: 1.5rem; } }
      .header .hdInr .logo .logoTitle {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.7;
        line-height: 1.4;
        font-weight: 500;
        letter-spacing: -0.02em;
        line-height: 1; }
        @media only screen and (max-width: 960px) {
          .header .hdInr .logo .logoTitle {
            font-size: 20px;
            font-size: 2rem; } }
      .header .hdInr .logo .logoDate {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.7;
        font-weight: 400;
        letter-spacing: -0.02em;
        line-height: 1;
        margin-left: 20px;
        padding-top: 2px; }
        @media only screen and (max-width: 960px) {
          .header .hdInr .logo .logoDate {
            font-size: 14px;
            font-size: 1.4rem; } }
        .header .hdInr .logo .logoDate .num {
          font-size: 19px;
          font-size: 1.9rem;
          line-height: 1.7;
          font-weight: 500;
          margin: 0 2px; }
          @media only screen and (max-width: 960px) {
            .header .hdInr .logo .logoDate .num {
              font-size: 16px;
              font-size: 1.6rem; } }
    .header .hdInr .hdR {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 60px;
      z-index: 2; }
      .header .hdInr .hdR .user {
        background: #4a8cd1;
        background: linear-gradient(90deg, #4a8cd1 0%, #62ced0 100%);
        border-radius: 100%;
        color: #FFF;
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: 1;
        padding: 10px 11px;
        text-align: center;
        transition: 0.2s; }
        .header .hdInr .hdR .user:hover {
          opacity: 0.8; }
        .header .hdInr .hdR .user i {
          font-size: 20px; }
    .header .hdInr .acountMenu {
      background-color: #FFF;
      box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.08);
      padding: 35px 0 0;
      transition: 0.3s;
      width: 210px;
      z-index: 10000;
      position: absolute;
      top: 110px;
      right: 20px;
      opacity: 0;
      visibility: hidden; }
      .header .hdInr .acountMenu.show {
        top: 90px;
        opacity: 1;
        visibility: visible; }
      .header .hdInr .acountMenu dl {
        margin-bottom: 20px;
        text-align: center; }
        .header .hdInr .acountMenu dl dt {
          margin: 0 auto;
          width: 60px; }
          .header .hdInr .acountMenu dl dt p {
            background: #4a8cd1;
            background: linear-gradient(90deg, #4a8cd1 0%, #62ced0 100%);
            border-radius: 100%;
            color: #FFF;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1;
            height: 60px;
            margin-bottom: 10px;
            padding: 10px 11px;
            text-align: center;
            transition: 0.2s; }
            .header .hdInr .acountMenu dl dt p i {
              font-size: 30px; }
        .header .hdInr .acountMenu dl dd {
          color: #333;
          font-size: 15px; }
      .header .hdInr .acountMenu ul {
        border-top: 1px solid #DDD; }
        .header .hdInr .acountMenu ul li a {
          border-bottom: 1px solid #DDD;
          display: block;
          font-size: 14px;
          padding: 7px 10px 7px 30px;
          text-decoration: none;
          transition: 0.2s; }
          .header .hdInr .acountMenu ul li a:hover {
            background-color: #F7F7F7; }
          .header .hdInr .acountMenu ul li a i {
            font-size: 11px;
            margin-right: 7px;
            vertical-align: 0.05em; }

/*
#header.scroll {
top: -90px;
}
*/
.gNav {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 7px 7px -3px rgba(0, 0, 0, 0.02);
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .gNav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 40px;
    max-width: 1400px; }
    .gNav ul li {
      color: #000;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: 0.04em;
      margin: 0 10px; }
      @media only screen and (max-width: 960px) {
        .gNav ul li {
          font-size: 13px;
          font-size: 1.3rem; } }
      .gNav ul li:first-child {
        margin-left: 0; }
      .gNav ul li a {
        border-bottom: 4px solid rgba(255, 255, 255, 0);
        color: #000;
        display: inline-block;
        padding: 16px 10px 12px;
        text-decoration: none;
        transition: 0.2s; }
        .gNav ul li a:hover {
          color: #3788f7; }
        .gNav ul li a.current {
          border-bottom: 4px solid #3788f7;
          color: #3788f7; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .header .hdInr {
    padding: 0;
    height: auto;
    margin: 0;
    max-width: auto;
    max-width: none;
    padding: 12px 3.5vw 10px 3.5vw; }
    .header .hdInr .logo {
      flex-wrap: wrap;
      width: calc(100% - 40px); }
      .header .hdInr .logo .logoImg {
        margin-right: 10px;
        width: 28px; }
      .header .hdInr .logo .logoNum {
        font-size: 11px;
        margin-right: 4px;
        padding-top: 2px; }
      .header .hdInr .logo .logoTitle {
        font-size: 15px;
        letter-spacing: -0.02em; }
      .header .hdInr .logo .logoDate {
        display: none; }
    .header .hdInr .hdR {
      width: 28px; }
      .header .hdInr .hdR .user {
        padding: 7px 8px 8px; }
        .header .hdInr .hdR .user i {
          font-size: 14px; }
    .header .hdInr .acountMenu {
      padding: 25px 0 0;
      width: 180px;
      top: 90px;
      right: 10px; }
      .header .hdInr .acountMenu.show {
        top: 70px; }
      .header .hdInr .acountMenu dl {
        margin-bottom: 20px;
        text-align: center; }
        .header .hdInr .acountMenu dl dt {
          margin: 0 auto;
          width: 46px; }
          .header .hdInr .acountMenu dl dt p {
            height: 46px;
            text-align: center; }
            .header .hdInr .acountMenu dl dt p i {
              font-size: 25px; }
        .header .hdInr .acountMenu dl dd {
          font-size: 12px; }
      .header .hdInr .acountMenu ul li a {
        font-size: 13px;
        padding: 10px 10px 10px 30px; }
        .header .hdInr .acountMenu ul li a i {
          font-size: 8px;
          margin-right: 5px;
          vertical-align: 0.1em; }

  .gNav {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .gNav ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 0;
      padding: 0;
      min-height: auto;
      min-height: none;
      max-width: auto;
      max-width: none; }
      .gNav ul li {
        border-bottom: 1px solid #E0E0E0;
        font-size: 12px;
        letter-spacing: -0.02em;
        margin: 0;
        width: 50%; }
        .gNav ul li:nth-child(odd) {
          border-right: 1px solid #E0E0E0; }
        .gNav ul li a {
          border-bottom: none;
          color: #000;
          display: block;
          padding: 10px 5px 8px 12px;
          text-decoration: none;
          transition: 0.2s; }
          .gNav ul li a:hover {
            color: #3788f7; }
          .gNav ul li a.current {
            border-bottom: none;
            color: #3788f7; }
      .gNav ul.clm3 {
        align-items: normal; }
        .gNav ul.clm3 li {
          border-right: 1px solid #E0E0E0;
          width: 33.3333333%; }
          .gNav ul.clm3 li:nth-child(3n) {
            border-right: none; }
          .gNav ul.clm3 li a {
            height: 100%; } }
.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  padding: 40px 40px 40px;
  width: 100%;
  max-width: 1400px; }
  .footer .ftInr {
    display: flex;
    justify-content: center; }
    .footer .ftInr .ftBox {
      background-color: rgba(255, 255, 255, 0.7);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
      margin: 0 1%;
      padding: 30px 40px;
      width: 31%; }
      .footer .ftInr .ftBox h2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.7;
        font-weight: 600;
        letter-spacing: 0.02em;
        margin-bottom: 10px; }
        @media only screen and (max-width: 960px) {
          .footer .ftInr .ftBox h2 {
            font-size: 14px;
            font-size: 1.4rem; } }
      .footer .ftInr .ftBox p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.7;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.7; }
        @media only screen and (max-width: 960px) {
          .footer .ftInr .ftBox p {
            font-size: 10px;
            font-size: 1rem; } }
  .footer .ftLink {
    display: flex;
    justify-content: center; }
    .footer .ftLink li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.7;
      font-weight: 400;
      letter-spacing: 0.04em; }
      @media only screen and (max-width: 960px) {
        .footer .ftLink li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .footer .ftLink li:after {
        content: '/';
        display: inline;
        margin: 0 12px; }
      .footer .ftLink li:last-child:after {
        display: none; }
      .footer .ftLink li a {
        color: #000; }
  .footer small {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .footer {
    margin: 0;
    padding: 20px 3.5vw 20px;
    width: 100%;
    max-width: auto;
    max-width: none; }
    .footer .ftInr {
      display: block; }
      .footer .ftInr .ftBox {
        margin: 0 0 10px;
        padding: 20px 20px;
        width: 100%; }
        .footer .ftInr .ftBox h2 {
          font-size: 14px; }
        .footer .ftInr .ftBox p {
          font-size: 11px;
          line-height: 1.6; }
    .footer .ftLink {
      padding-top: 30px;
      display: flex;
      justify-content: center; }
      .footer .ftLink li {
        font-size: 11px; }
        .footer .ftLink li:after {
          margin: 0 10px; }
    .footer small {
      font-size: 7px;
      letter-spacing: 0.02em;
      line-height: 1.8;
      padding: 0; } }
