@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02ex;
  color: #333333;
  word-break: break-all;
  position: relative;
  font-size: 18px;
	font-family:'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 3rem 0 1.5rem;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
a.link {
  text-decoration: underline;
  color: var(--fc-base);
}
table {
  border-collapse: collapse;
}
.pc-only {
  display: block;
  transition: .5s;
}
.sp-only {
  display: none;
}
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.container.w960 {
    width: 960px;
    margin: 0 auto;
}
/*--------------------------------------
 * fadeIn
 * ---------------------------------------*/
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
h2 {
  border-bottom: 3px solid;
  font-size: 2.5rem;
  font-weight: bold;
}
h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
h4 {
  font-size: 1.6rem;
  font-weight: 400;
}
h5 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
  h3 {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
footer {
    padding: 1rem;
    background: #c1da75;
	margin-top:3rem;
}
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
.pagetop a {
  background: #ffffff;
  text-decoration: none;
  width: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s ease;
  font-size: 2rem;
  text-align: center;
  border: 2px solid;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.pagetop a:hover {
  text-decoration: none;
	opacity:0.7;
}
@media (max-width: 768px) {}
@media (max-width: 428px) {}
.copyright {
    font-size: 80%;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
	font-weight: normal;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mtb {
  margin-bottom: 2rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}
.fs-s {
  font-size: 80%!important;
}
.fs-m {
  font-size: 110%!important;
}
.fs-l {
  font-size: 130%!important;
}