#app_txtarea--abtest {
  display: none; }

#main {
  width: 100%;
  margin-inline: 0;
  padding: 0; }

#contents {
  width: 100%;
  padding: 0; }

#tokusyu {
  color: #333;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: .1em;
  overflow: hidden; }
  #tokusyu *,
  #tokusyu *:before,
  #tokusyu *:after {
    box-sizing: border-box; }
  #tokusyu a {
    color: inherit; }
  #tokusyu i {
    font-style: normal; }
  #tokusyu figure {
    margin: 0; }
  #tokusyu img {
    vertical-align: top;
    width: auto;
    height: auto; }
  #tokusyu .c-list li {
    text-indent: -1em;
    margin-left: 1em; }
  @media only screen and (max-width: 899px) {
    #tokusyu .c-offer {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .c-offer {
      font-size: 12px;
      font-size: 0.75rem; } }
  #tokusyu .c-link {
    text-decoration: underline;
    color: inherit; }
  #tokusyu .c-tac {
    text-align: center; }
  @media only screen and (max-width: 899px) {
    #tokusyu .u-pc {
      display: none; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .u-sp {
      display: none; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-index {
      margin-top: 30px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-index {
      margin-top: 60px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-index-inr {
      margin-inline: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-index-inr {
      width: 900px;
      margin-inline: auto; } }
  #tokusyu .l-index-ttl {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-ttl {
        padding-top: 35px;
        background: url(/kyouiku/special/_common/img/4gatsu/icon-pen.png) 50% 0/26px 26px no-repeat; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-ttl {
        padding-top: 40px;
        background: url(/kyouiku/special/_common/img/4gatsu/icon-pen.png) 50% 0/30px 30px no-repeat; } }
  #tokusyu .l-index-offer {
    text-align: center; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-offer {
        font-size: 10px;
        font-size: 0.625rem; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-offer {
        font-size: 12px;
        font-size: 0.75rem; } }
  #tokusyu .l-index-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-list {
        margin-top: 20px; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-list {
        margin-top: 30px; } }
    #tokusyu .l-index-list li {
      padding-right: 10px;
      margin-top: 14px; }
      @media only screen and (max-width: 899px) {
        #tokusyu .l-index-list li {
          flex: 0 0 calc(100% / 2); } }
      @media print, screen and (min-width: 900px) {
        #tokusyu .l-index-list li {
          flex: 0 0 calc(100% / 3); } }
  #tokusyu .l-index-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-btn {
        height: 110px; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-btn {
        height: 160px;
        transition: background .4s; }
        #tokusyu .l-index-btn:hover {
          background: #ddd;
          text-decoration: none; } }
    #tokusyu .l-index-btn:after {
      content: "";
      display: block;
      background: url(/kyouiku/special/_common/img/4gatsu/icon-arrow-white.svg) 50% 50%/60% 60% no-repeat #000;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
      @media only screen and (max-width: 899px) {
        #tokusyu .l-index-btn:after {
          right: 10px;
          width: 15px;
          height: 15px; } }
      @media print, screen and (min-width: 900px) {
        #tokusyu .l-index-btn:after {
          right: 15px;
          width: 20px;
          height: 20px; } }
  #tokusyu .l-index-btn-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-btn-logo img {
        width: 105px; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-btn-logo img {
        width: 150px; } }
  #tokusyu .l-index-btn-txt {
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 100px; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-index-btn-txt {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-block: 15px 0;
        width: 70%; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-index-btn-txt {
        font-size: 16px;
        font-size: 1rem;
        margin-block: 15px 0;
        width: 60%; } }
    #tokusyu .l-index-btn-txt.-s1 {
      color: #f24e71; }
    #tokusyu .l-index-btn-txt.-s2 {
      color: #18ac44; }
    #tokusyu .l-index-btn-txt.-s3 {
      color: #0a64a0; }
    #tokusyu .l-index-btn-txt.-s4 {
      color: #e16a0d; }
    #tokusyu .l-index-btn-txt.-s5 {
      color: #87b929; }
    #tokusyu .l-index-btn-txt.-s6 {
      color: #5c5093; }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr {
      padding-top: 30px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr {
      padding-top: 50px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-top {
      margin-block: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-top {
      margin-block: 50px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-top .l-bnr-list {
      margin-inline: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-top .l-bnr-list {
      width: 100%;
      max-width: 790px;
      padding-inline: 50px;
      margin-inline: auto; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-top .l-bnr-list > li:not(:first-child) {
      margin-top: 30px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-top .l-bnr-list > li:not(:first-child) {
      margin-top: 50px; } }
  #tokusyu .l-bnr-top .l-bnr-list .l-bnr-ttl {
    font-weight: bold;
    margin-bottom: .2em; }
  #tokusyu .l-bnr-top .l-bnr-list .l-bnr-lead {
    margin-bottom: .6em; }
  #tokusyu .l-bnr-top .l-bnr-list .l-bnr-link {
    color: inherit; }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-bnr-top .l-bnr-list .l-bnr-link {
        transition: opacity .4s; }
        #tokusyu .l-bnr-top .l-bnr-list .l-bnr-link:hover {
          opacity: .7;
          text-decoration: none; } }
  #tokusyu .l-bnr-top .l-bnr-list .l-bnr-thumb img {
    width: 100%;
    height: auto; }
  #tokusyu .l-bnr-top .l-bnr-list .l-bnr-thumb figcaption {
    display: block;
    margin-top: .2em; }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-middle {
      margin-top: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-middle {
      margin-top: 50px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-middle .l-bnr-list {
      margin-inline: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-middle .l-bnr-list {
      width: 100%;
      max-width: 690px;
      margin-inline: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 15px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-bnr-middle .l-bnr-list li:not(:first-child) {
      margin-top: 10px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-bnr-middle .l-bnr-list li {
      flex: 0 0 calc((100% - 15px) / 2); } }
  #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-link {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 10px;
    gap: 20px;
    color: inherit; }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-link {
        transition: background .4s; }
        #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-link:hover {
          background: #e6e6e6;
          text-decoration: none; } }
  #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-thumb {
    flex: 0 0 100px; }
    #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-thumb img {
      width: 100%; }
  #tokusyu .l-bnr-middle .l-bnr-list .l-bnr-ttl {
    line-height: 1.4;
    font-size: 14px;
    font-size: 0.875rem; }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-offer {
      padding-block: 60px;
      margin-inline: 30px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-offer {
      padding-block: 100px 50px;
      margin-inline: auto;
      width: 100%;
      max-width: 780px;
      padding-inline: 50px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-offer-list {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-offer-list {
      font-size: 12px;
      font-size: 0.75rem; } }
  #tokusyu .l-offer-list li {
    text-indent: -1em;
    margin-left: 1em; }
  #tokusyu .l-float-bnr {
    position: fixed;
    background: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 100;
    transition: opacity .4s; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-float-bnr {
        padding: 15px; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-float-bnr {
        padding: 20px; } }
    #tokusyu .l-float-bnr.is-hide {
      opacity: 0;
      pointer-events: none; }
  #tokusyu .l-float-bnr-brn {
    display: inline-block; }
    @media only screen and (max-width: 899px) {
      #tokusyu .l-float-bnr-brn {
        width: 300px; } }
    @media print, screen and (min-width: 900px) {
      #tokusyu .l-float-bnr-brn {
        width: 400px; }
        #tokusyu .l-float-bnr-brn:hover img {
          opacity: .7; } }
    #tokusyu .l-float-bnr-brn img {
      width: 100%; }
      @media print, screen and (min-width: 900px) {
        #tokusyu .l-float-bnr-brn img {
          transition: opacity .4s; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-special {
      padding-bottom: 30px;
      margin-top: 30px;
      margin-inline: 25px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-special {
      padding-bottom: 50px;
      width: 690px;
      margin-inline: auto;
      margin-top: 60px; } }
  #tokusyu .l-special-ttl {
    text-align: center; }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-special-list {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px; } }
  @media only screen and (max-width: 899px) {
    #tokusyu .l-special-item {
      margin-top: 20px; } }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-special-item {
      flex: 0 0 calc((100% - 30px) / 2); } }
  #tokusyu .l-special-item-num {
    text-align: center;
    margin-bottom: 10px; }
    #tokusyu .l-special-item-num span {
      display: inline-block;
      padding: 0 1em .1em;
      background: #7bbc15;
      border-radius: 100px;
      color: #fff;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: .1em; }
  @media print, screen and (min-width: 900px) {
    #tokusyu .l-special-item-link {
      transition: .4s;
      text-decoration: none; }
      #tokusyu .l-special-item-link:hover {
        opacity: .7; } }
  #tokusyu .l-special-item-link[href="#"] {
    pointer-events: none; }
  #tokusyu .l-special-item-bnr img {
    width: 100%; }
  #tokusyu .l-special-item-lead {
    margin-top: .5em;
    line-height: 1.6; }

/*# sourceMappingURL=4gatsu.css.map */
