@charset "utf-8";

:root{
    --red:#d93333;
    --navy:#35355d;
    --yellow:#f8c20a;
    --white:white;
    --textColor:#1c1c1c;
    --gray:#eaeaea;
    --boxPad:24px 12px;
    --boxPadPc:40px 32px;
    --linkColor:#0b62e5;
}
.red{
    color: var(--red);
}
.green{
    color: #128818;
}
.blue{
    color:#152cd8
}
.yellow{
    color: var(--yellow)
}
.mini{
    font-weight: normal;
    font-size: 85%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
html {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: 0.01rem;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
      font-family: YJTop Ellipsis, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;;
  color: #1c1c1c;
    background-color: #fafafa;
}
@media screen and (min-width:850px) {
  body {
    font-size: 18px;
  }
}
b {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
.clear::after {
  content: "";
  clear: both;
  display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    margin-bottom: 40px
}
.wrap {
  margin: 0 auto;
  max-width: 950px;
}
.inner {
  padding: 0 16px;
}
@media (min-width:550px) {
  .inner {
    padding: 0 32px;
  }
}
  @media (min-width:768px) {
    .inner {
      padding: 0 48px;
    }
  }
  .sp-only2 {
    display: block;
  }.sp-only {
      display: block;
    }
   .pc-only {
    display: none
  }
  @media (min-width:500px) {
    .sp-only2 {
      display: none;
    }
    
  }
  @media (min-width:768px) {
    .sp-only {
      display: none;
    }
    .pc-only {
      display: block;
    }
  }
  ul, li {
    list-style: none;
  }
  .youtube2 {
    position: relative;
    max-width: 100%;
    padding-top: 54.25%;
    margin: 0 auto;
  }
  .youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .fade {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s ease;
  }
  .fade.effect {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s ease;
  }
  .sec_pad {
    padding: 48px 0;
  }
  @media screen and (min-width:768px) {
    .sec_pad {
      padding: 80px 0;
    }
  }