@charset "utf-8";
/* ========================================
Basic
======================================== */
/* common
======================================== */
#sxc1-page a:link {
  color: #7D810E;
  text-decoration: underline;
}
#sxc1-page a:visited {
  color: #7D810E;
  text-decoration: underline;
}
#sxc1-page a:hover {
  color: #E0E721;
  text-decoration: none;
}
.fBold {
  font-weight: 700;
}
@media (min-width: 641px) {
  /* PC
======================================== */
  html {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #444444;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    word-break: break-word;
    font-feature-settings: "palt";
    overflow-y: scroll;
  }
  .mt-clear {
    margin-top: 0 !important;
  }
  .mb-clear {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  /* SP
======================================== */
  html {
    font-size: 18px;
    line-height: 1.8;
    color: #464646;
    font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    word-break: break-word;
    font-feature-settings: "palt";
    overflow-y: scroll;
  }
}
/* preset margin
======================================== */
.mcAll {
  margin: 0 !important;
}
.mcT, .mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 0.5rem !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt40 {
  margin-top: 4rem !important;
}
.mt50 {
  margin-top: 5rem !important;
}
.mcB, .mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 0.5rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mcL, .ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 0.5rem !important;
}
.ml10 {
  margin-left: 1rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}
.ml30 {
  margin-left: 3rem !important;
}
.ml40 {
  margin-left: 4rem !important;
}
.ml50 {
  margin-left: 5rem !important;
}
.mcR, .mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 0.5rem !important;
}
.mr10 {
  margin-right: 1rem !important;
}
.mr20 {
  margin-right: 2rem !important;
}
.mr30 {
  margin-right: 3rem !important;
}
.mr40 {
  margin-right: 4rem !important;
}
.mr50 {
  margin-right: 5rem !important;
}
/* font-size
======================================== */
.f75p {
  font-size: 75%;
}
.f60p {
  font-size: 60%;
}
.f50p {
  font-size: 50%;
}
.caption p {
  font-size: 0.8rem;
  line-height: 1.4 !important;
  margin-top: 0.5rem;
}
/* indent
======================================== */
.indent1w dt {
  width: 1.4rem;
  float: left;
}
.indent1w dd {
  padding-left: 1.4rem;
}
.indent2w dt {
  width: 2.4rem;
  float: left;
}
.indent2w dd {
  padding-left: 2.4rem;
}
/* pagetop
======================================== */
/* for PC
---------------------------------------- */
@media (min-width: 641px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
  }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #003399;
    border-radius: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 56px;
    opacity: 0.8;
  }
  /* rollover img
======================================== */
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60); /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* ie 8 */
    -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    zoom: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .button:hover img {
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
}
/* for SP
--------------------------------------- */
@media (max-width: 640px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    z-index: 99999;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #003399;
    border-radius: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    text-decoration: none;
    line-height: 46px;
    opacity: 0.8;
  }
}
/* img responsive
======================================== */
img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* switcher
======================================== */
/* for PC
---------------------------------------- */
@media (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* for SP
--------------------------------------- */
@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ========================================
Reset
======================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote {
  margin: 0;
  padding: 0;
}
* {
  word-wrap: break-word;
}
input, textarea {
  margin: 0; /* natural padding */
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}