@charset "UTF-8";
/* line 45, scss/_variables-site.scss */
.section-article, .section-header {
  padding: 50px 80px; }
  @media only screen and (max-width: 768px) {
    /* line 45, scss/_variables-site.scss */
    .section-article, .section-header {
      padding: 40px 20px; } }

/* line 4, scss/page.scss */
.container-jiyukenkyu {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold; }
  /* line 5, scss/page.scss */
  .container-jiyukenkyu *, .container-jiyukenkyu *:before, .container-jiyukenkyu *:after {
    box-sizing: border-box; }
  /* line 12, scss/page.scss */
  .container-jiyukenkyu .innerBox {
    width: 940px;
    margin: 0 auto;
    padding: 0 20px; }
  /* line 17, scss/page.scss */
  .container-jiyukenkyu .jiyukenkyu-main {
    padding-bottom: 80px; }
  /* line 21, scss/page.scss */
  .container-jiyukenkyu section:first-of-type {
    margin-top: 0 !important; }
  /* line 25, scss/page.scss */
  .container-jiyukenkyu p {
    font-size: 16px;
    line-height: 1.6;
    color: #111; }
  /* line 30, scss/page.scss */
  .container-jiyukenkyu a.block-link {
    color: #1111CC;
    text-decoration: underline; }
    /* line 33, scss/page.scss */
    .container-jiyukenkyu a.block-link:hover {
      color: #FFB400; }
    /* line 36, scss/page.scss */
    .container-jiyukenkyu a.block-link::before {
      content: ">"; }
    /* line 39, scss/page.scss */
    .container-jiyukenkyu a.block-link::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: ""; }
  /* line 50, scss/page.scss */
  .container-jiyukenkyu .text-small {
    font-size: 0.9em; }
  /* line 53, scss/page.scss */
  .container-jiyukenkyu .summary {
    font-size: 20px;
    color: #3164bc;
    text-align: center;
    padding: 30px 15px 50px; }
    /* line 58, scss/page.scss */
    .container-jiyukenkyu .summary span {
      background: linear-gradient(transparent 70%, #fff 0%);
      padding-bottom: 2px;
      display: inline; }
  /* line 64, scss/page.scss */
  .container-jiyukenkyu .banner {
    margin: 30px auto; }
    /* line 65, scss/page.scss */
    .container-jiyukenkyu .banner p {
      text-align: center;
      font-weight: bold; }
    /* line 67, scss/page.scss */
    .container-jiyukenkyu .banner a:hover img {
      opacity: 0.7; }
    /* line 68, scss/page.scss */
    .container-jiyukenkyu .banner a img {
      margin: 30px auto 0;
      display: block; }
    @media only screen and (max-width: 768px) {
      /* line 64, scss/page.scss */
      .container-jiyukenkyu .banner {
        width: 70%;
        margin: 30px auto; } }
    @media only screen and (max-width: 559px) {
      /* line 64, scss/page.scss */
      .container-jiyukenkyu .banner {
        padding: 0px 20px;
        width: 100%; }
        /* line 72, scss/page.scss */
        .container-jiyukenkyu .banner p {
          font-size: 0.9em;
          text-align: left; }
          /* line 73, scss/page.scss */
          .container-jiyukenkyu .banner p br.spnone {
            display: none; } }
  @media only screen and (max-width: 768px) {
    /* line 4, scss/page.scss */
    .container-jiyukenkyu {
      width: 100%; }
      /* line 77, scss/page.scss */
      .container-jiyukenkyu .innerBox {
        width: 100%;
        padding: 0; }
      /* line 81, scss/page.scss */
      .container-jiyukenkyu .jiyukenkyu-main {
        padding-bottom: 0; }
      /* line 84, scss/page.scss */
      .container-jiyukenkyu section {
        margin-top: 0 !important; }
      /* line 87, scss/page.scss */
      .container-jiyukenkyu p {
        font-size: 16px;
        line-height: 1.6; }
      /* line 91, scss/page.scss */
      .container-jiyukenkyu .summary {
        font-size: 16px;
        padding: 30px 15px; } }

/* line 100, scss/page.scss */
.jiyukenkyu-ttl {
  background: #fff;
  text-align: center; }
  /* line 107, scss/page.scss */
  .jiyukenkyu-ttl p {
    color: #3164bc;
    font-size: 20px;
    line-height: 1.8;
    padding: 0 20px 60px; }
    /* line 112, scss/page.scss */
    .jiyukenkyu-ttl p span {
      display: block; }
  @media only screen and (max-width: 768px) {
    /* line 120, scss/page.scss */
    .jiyukenkyu-ttl p {
      font-size: 16px;
      padding: 0 20px 40px; }
      /* line 123, scss/page.scss */
      .jiyukenkyu-ttl p span {
        display: inline; } }

/* line 130, scss/page.scss */
.tab {
  background: linear-gradient(#fff 50%, transparent 50%); }

/* line 133, scss/page.scss */
.tab-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  transition-duration: 0.6s; }
  /* line 139, scss/page.scss */
  .tab-menu a img {
    padding: 0 10px; }
    /* line 141, scss/page.scss */
    .tab-menu a img:hover {
      opacity: 0.9; }
  /* line 145, scss/page.scss */
  .tab-menu.fix {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1; }
    /* line 151, scss/page.scss */
    .tab-menu.fix.none {
      opacity: 0;
      z-index: -1; }
  @media only screen and (max-width: 768px) {
    /* line 133, scss/page.scss */
    .tab-menu {
      padding: 0 5px; }
      /* line 158, scss/page.scss */
      .tab-menu a img {
        padding: 0 5px; }
      /* line 161, scss/page.scss */
      .tab-menu.fix {
        top: 70px; } }

/* line 167, scss/page.scss */
.float-banner {
  transition-duration: 0.6s; }
  /* line 169, scss/page.scss */
  .float-banner a img {
    padding: 0 10px; }
    /* line 171, scss/page.scss */
    .float-banner a img:hover {
      opacity: 0.9; }
  /* line 175, scss/page.scss */
  .float-banner.fix {
    position: fixed;
    bottom: 80px;
    left: auto;
    right: 15px;
    z-index: 1;
    animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }
    /* line 182, scss/page.scss */
    .float-banner.fix.none {
      opacity: 0;
      z-index: -1; }
  @media only screen and (max-width: 559px) {
    /* line 188, scss/page.scss */
    .float-banner a img {
      max-width: 90%; }
    /* line 191, scss/page.scss */
    .float-banner.fix {
      bottom: 20px;
      left: 0;
      right: auto; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* line 207, scss/page.scss */
.section-article {
  background: #fff; }
  /* line 210, scss/page.scss */
  .section-article h2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: #3164bc;
    letter-spacing: 0.05em;
    background-image: linear-gradient(-45deg, #E0F3FF 22%, #F2FAFF 22%, #F2FAFF 50%, #E0F3FF 50%, #E0F3FF 72%, #F2FAFF 72%, #F2FAFF);
    background-size: 13px 13px;
    box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0 10px 3.7em;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative; }
    @media all and (-ms-high-contrast: none) {
      /* line 210, scss/page.scss */
      .section-article h2 {
        padding: 15px 0 5px 3.7em; } }
    /* line 227, scss/page.scss */
    .section-article h2:before {
      position: absolute;
      left: 0;
      content: "";
      display: inline-block;
      width: 3.5em;
      height: 3.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      @media all and (-ms-high-contrast: none) {
        /* line 227, scss/page.scss */
        .section-article h2:before {
          top: -35%; } }
    /* line 241, scss/page.scss */
    .section-article h2.howto-icon_01:before {
      background-image: url("img/howto-icon_01.png"); }
    /* line 244, scss/page.scss */
    .section-article h2.howto-icon_02:before {
      background-image: url("img/howto-icon_02.png"); }
    /* line 247, scss/page.scss */
    .section-article h2.howto-icon_03:before {
      background-image: url("img/howto-icon_03.png"); }
    /* line 250, scss/page.scss */
    .section-article h2.howto-icon_04:before {
      background-image: url("img/howto-icon_04.png"); }
    /* line 253, scss/page.scss */
    .section-article h2.howto-icon_05:before {
      background-image: url("img/howto-icon_05.png"); }
    /* line 256, scss/page.scss */
    .section-article h2.howto-icon_06:before {
      background-image: url("img/howto-icon_06.png"); }
    /* line 259, scss/page.scss */
    .section-article h2.howto-icon_07:before {
      background-image: url("img/howto-icon_07.png"); }
    /* line 262, scss/page.scss */
    .section-article h2.howto-icon_08:before {
      background-image: url("img/howto-icon_08.png"); }
    /* line 265, scss/page.scss */
    .section-article h2.howto-icon_09:before {
      background-image: url("img/howto-icon_09.png"); }
    /* line 268, scss/page.scss */
    .section-article h2.howto-icon_10:before {
      background-image: url("img/howto-icon_10.png"); }
  @media only screen and (max-width: 768px) {
    /* line 273, scss/page.scss */
    .section-article h2 {
      font-size: 20px;
      letter-spacing: 0; } }

/* line 280, scss/page.scss */
.jiyukenkyu-item {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  transition: 0.6s;
  display: -ms-flexbox;
  display: flex; }
  /* line 288, scss/page.scss */
  .jiyukenkyu-item .item-text h3 {
    font-size: 26px;
    letter-spacing: 0.05em;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 3px dotted #3164bc; }
    /* line 294, scss/page.scss */
    .jiyukenkyu-item .item-text h3 span {
      display: block; }
  /* line 298, scss/page.scss */
  .jiyukenkyu-item .item-text p {
    margin-bottom: 10px; }
    /* line 300, scss/page.scss */
    .jiyukenkyu-item .item-text p.caution {
      font-size: 12px;
      color: #3164bc; }
  /* line 305, scss/page.scss */
  .jiyukenkyu-item .item-text .block-link {
    font-size: 14px; }
  /* line 309, scss/page.scss */
  .jiyukenkyu-item .item-img {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 30%;
    padding-left: 30px; }
    /* line 315, scss/page.scss */
    .jiyukenkyu-item .item-img img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto;
      border-radius: 6px; }
    /* line 322, scss/page.scss */
    .jiyukenkyu-item .item-img p {
      font-size: 12px;
      margin-top: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 280, scss/page.scss */
    .jiyukenkyu-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px;
      border: 3px solid #3164bc;
      box-shadow: none; }
      /* line 333, scss/page.scss */
      .jiyukenkyu-item .item-text h3 {
        font-size: 18px;
        letter-spacing: 0; }
        /* line 336, scss/page.scss */
        .jiyukenkyu-item .item-text h3 span {
          display: inline-block; }
      /* line 340, scss/page.scss */
      .jiyukenkyu-item .item-text p {
        font-size: 14px; }
      /* line 344, scss/page.scss */
      .jiyukenkyu-item .item-img {
        width: 100%;
        margin-top: 20px;
        padding-left: 0; } }

/* line 351, scss/page.scss */
.section-header {
  padding-bottom: 70px;
  background-image: url(img/bg-section-header.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px 10px 0 0;
  position: relative; }
  /* line 360, scss/page.scss */
  .section-header .section-header-img {
    height: 130px;
    margin-bottom: 40px; }
    /* line 363, scss/page.scss */
    .section-header .section-header-img img {
      position: absolute;
      top: -60px;
      left: 80px; }
  /* line 369, scss/page.scss */
  .section-header p {
    color: #fff; }
  @media only screen and (max-width: 768px) {
    /* line 351, scss/page.scss */
    .section-header {
      padding-bottom: 40px;
      border-radius: 0; } }

/* line 378, scss/page.scss */
#howto {
  background: #D5EFFF; }
  /* line 380, scss/page.scss */
  #howto section {
    margin-top: 80px; }
  /* line 383, scss/page.scss */
  #howto .summary {
    margin-bottom: 30px; }
  /* line 386, scss/page.scss */
  #howto .section-header {
    background-color: #3164bc; }
  /* line 389, scss/page.scss */
  #howto .section-header-ttl {
    width: 440px;
    text-align: center;
    margin-bottom: 30px; }
    /* line 393, scss/page.scss */
    #howto .section-header-ttl p {
      font-size: 26px;
      color: #fff;
      padding-bottom: 10px; }
    /* line 398, scss/page.scss */
    #howto .section-header-ttl h2 {
      font-size: 32px;
      color: #3164bc;
      background: #FFF476;
      border-radius: 30px;
      box-shadow: 0 10px 0 0 #0845B0;
      line-height: 1;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media all and (-ms-high-contrast: none) {
        /* line 398, scss/page.scss */
        #howto .section-header-ttl h2 {
          padding-top: 20px;
          padding-bottom: 5px; } }
    /* line 412, scss/page.scss */
    #howto .section-header-ttl img {
      position: absolute;
      width: 250px; }
  /* line 417, scss/page.scss */
  #howto .section-article {
    padding-top: 20px; }
  /* line 422, scss/page.scss */
  #howto #howto-01 .section-header-ttl img {
    top: -60px;
    right: 160px; }
  /* line 429, scss/page.scss */
  #howto #howto-02 .section-header-ttl {
    margin-left: auto; }
    /* line 431, scss/page.scss */
    #howto #howto-02 .section-header-ttl img {
      top: -70px;
      left: 50px;
      width: 235px; }
  /* line 440, scss/page.scss */
  #howto #howto-03 .section-header-ttl img {
    top: -40px;
    right: 70px; }
  /* line 446, scss/page.scss */
  #howto .jiyukenkyu-item {
    box-shadow: 3px 3px 0px 6px #3164bc; }
    /* line 448, scss/page.scss */
    #howto .jiyukenkyu-item:hover {
      background: rgba(49, 100, 188, 0.1); }
    /* line 452, scss/page.scss */
    #howto .jiyukenkyu-item .item-text h3 {
      color: #3164bc; }
      /* line 454, scss/page.scss */
      #howto .jiyukenkyu-item .item-text h3.mark-point {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        /* line 457, scss/page.scss */
        #howto .jiyukenkyu-item .item-text h3.mark-point::before {
          content: "POINT";
          font-size: 17px;
          line-height: 1;
          letter-spacing: 0.1em;
          color: #fff;
          background: #3164bc;
          border-radius: 13px;
          padding: 4px 10px;
          height: 25px;
          margin-right: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 474, scss/page.scss */
    #howto .summary {
      margin-bottom: 0; }
    /* line 477, scss/page.scss */
    #howto .section-header-ttl {
      width: 100%;
      margin-bottom: 10px; }
      /* line 480, scss/page.scss */
      #howto .section-header-ttl p {
        font-size: 18px; }
      /* line 483, scss/page.scss */
      #howto .section-header-ttl h2 {
        font-size: 22px; }
      /* line 486, scss/page.scss */
      #howto .section-header-ttl img {
        position: inherit;
        display: block;
        margin: 20px auto 0;
        width: 60%; }
    /* line 493, scss/page.scss */
    #howto .jiyukenkyu-item {
      border: 3px solid #3164bc;
      box-shadow: none; } }

/* line 501, scss/page.scss */
.note-wrap {
  background: #fff;
  padding: 20px 40px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  /* line 508, scss/page.scss */
  .note-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #E0E0E0;
    border-right: 15px solid #3164bc;
    border-bottom: 15px solid #3164bc;
    border-left: 15px solid #E0E0E0; }
  /* line 520, scss/page.scss */
  .note-wrap .note-img {
    width: 190px; }
    /* line 522, scss/page.scss */
    .note-wrap .note-img img {
      max-width: 140px; }
  /* line 526, scss/page.scss */
  .note-wrap .note {
    width: calc(100% - 190px);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffff 50%, #ffff 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #999 97%, #999 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2;
    font-size: 14px; }
    /* line 534, scss/page.scss */
    .note-wrap .note p {
      color: #111;
      font-size: inherit;
      line-height: inherit; }
  @media only screen and (max-width: 768px) {
    /* line 501, scss/page.scss */
    .note-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 20px; }
      /* line 543, scss/page.scss */
      .note-wrap .note-img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
      /* line 548, scss/page.scss */
      .note-wrap .note {
        width: 100%; } }

/* line 554, scss/page.scss */
#point {
  background: #FFF2D2; }
  /* line 556, scss/page.scss */
  #point section {
    margin-top: 60px; }
    /* line 560, scss/page.scss */
    #point section:nth-child(odd) .section-header img {
      left: 0;
      transform: rotate(-10deg); }
    /* line 564, scss/page.scss */
    #point section:nth-child(odd) .section-header .section-header-ttl {
      margin-left: auto; }
    @media only screen and (max-width: 768px) {
      /* line 556, scss/page.scss */
      #point section {
        margin-top: 0; } }
  /* line 573, scss/page.scss */
  #point .section-header {
    background-color: #FFB400; }
    /* line 575, scss/page.scss */
    #point .section-header .section-header-ttl {
      width: 520px;
      color: #fff; }
      /* line 578, scss/page.scss */
      #point .section-header .section-header-ttl .mark-target {
        width: 10.5em;
        text-align: center;
        color: #3164bc;
        font-size: 20px;
        letter-spacing: 0.05em;
        background: #fff;
        border-radius: 20px;
        padding: 8px 15px;
        white-space: nowrap; }
        /* line 588, scss/page.scss */
        #point .section-header .section-header-ttl .mark-target.high {
          color: #fff;
          background: #FF8800; }
        @media all and (-ms-high-contrast: none) {
          /* line 578, scss/page.scss */
          #point .section-header .section-header-ttl .mark-target {
            padding: 13px 15px 3px; } }
      /* line 596, scss/page.scss */
      #point .section-header .section-header-ttl h2 {
        font-size: 36px;
        margin: 20px 0; }
        /* line 599, scss/page.scss */
        #point .section-header .section-header-ttl h2 span {
          background: linear-gradient(transparent 70%, #F29D00 0%);
          padding-bottom: 2px; }
      /* line 604, scss/page.scss */
      #point .section-header .section-header-ttl .team-name {
        font-size: 18px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        background: url(img/bg-nami.png) center bottom no-repeat;
        background-size: contain; }
    /* line 612, scss/page.scss */
    #point .section-header img {
      position: absolute;
      width: 260px;
      top: 10px;
      right: 10px;
      transform: rotate(10deg);
      border: 12px solid #fff;
      box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.3); }
    /* line 621, scss/page.scss */
    #point .section-header p {
      font-size: 14px; }
    @media only screen and (max-width: 768px) {
      /* line 625, scss/page.scss */
      #point .section-header .section-header-ttl {
        width: 100%;
        margin-bottom: 10px; }
        /* line 628, scss/page.scss */
        #point .section-header .section-header-ttl .mark-target {
          font-size: 15px; }
        /* line 631, scss/page.scss */
        #point .section-header .section-header-ttl h2 {
          font-size: 24px;
          margin: 10px 0; }
        /* line 635, scss/page.scss */
        #point .section-header .section-header-ttl .team-name {
          font-size: 14px;
          padding-bottom: 20px;
          margin-bottom: 10px; }
      /* line 641, scss/page.scss */
      #point .section-header img {
        position: inherit;
        display: block;
        margin: 0 auto 30px;
        width: 80%;
        transform: none !important;
        border: 8px solid #fff; } }
  /* line 651, scss/page.scss */
  #point .jiyukenkyu-item {
    box-shadow: 3px 3px 0px 6px #FFB400;
    position: relative; }
    /* line 654, scss/page.scss */
    #point .jiyukenkyu-item:last-child {
      margin-bottom: 20px; }
    /* line 657, scss/page.scss */
    #point .jiyukenkyu-item:hover {
      background: rgba(255, 242, 210, 0.8); }
    /* line 660, scss/page.scss */
    #point .jiyukenkyu-item::before {
      position: absolute;
      content: "";
      top: -20px;
      left: -40px;
      width: 120px;
      height: 120px;
      background-image: url(img/point_icon.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    /* line 673, scss/page.scss */
    #point .jiyukenkyu-item .item-text h3 {
      color: #111;
      padding-left: 60px; }
    @media only screen and (max-width: 768px) {
      /* line 651, scss/page.scss */
      #point .jiyukenkyu-item {
        box-shadow: none;
        border: 3px solid #FFB400; }
        /* line 681, scss/page.scss */
        #point .jiyukenkyu-item::before {
          top: -55px;
          left: -20px;
          width: 100px;
          height: 100px; }
        /* line 688, scss/page.scss */
        #point .jiyukenkyu-item .item-text h3 {
          padding-left: 0; } }
  /* line 695, scss/page.scss */
  #point .external-link {
    margin: 20px 0 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
    /* line 702, scss/page.scss */
    #point .external-link + .external-link {
      margin-top: 0; }
    /* line 705, scss/page.scss */
    #point .external-link span {
      font-size: 14px; }
      @media all and (-ms-high-contrast: none) {
        /* line 705, scss/page.scss */
        #point .external-link span {
          padding-top: 5px;
          margin: 3px 0; } }
    /* line 712, scss/page.scss */
    #point .external-link a {
      background: #FF8800;
      color: #fff;
      font-size: 18px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      margin: 3px 0 3px 5px;
      transition: 0.6s; }
      /* line 723, scss/page.scss */
      #point .external-link a:hover {
        background: #3164bc; }
  /* line 729, scss/page.scss */
  #point .acbox {
    width: auto;
    font-size: 0;
    margin: 10px 0; }
  /* line 735, scss/page.scss */
  #point .acbox label {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    padding-right: 2em; }
  /* line 747, scss/page.scss */
  #point .acbox label:hover {
    color: #FF8800; }
  /* line 751, scss/page.scss */
  #point .acbox input {
    display: none; }
  /* line 755, scss/page.scss */
  #point .acbox label:after {
    color: #fff;
    content: "▼";
    color: #FF8800;
    position: absolute;
    top: 0;
    right: 5px;
    padding-left: 1.3em; }
  /* line 765, scss/page.scss */
  #point .acbox input:checked ~ label::after {
    content: "▲"; }
  /* line 769, scss/page.scss */
  #point .acbox div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; }
  /* line 776, scss/page.scss */
  #point .acbox input:checked ~ div {
    height: auto;
    padding: 18px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    opacity: 1; }
  /* line 789, scss/page.scss */
  #point .acbox-contents {
    font-size: 15px; }
    /* line 791, scss/page.scss */
    #point .acbox-contents h3 {
      font-size: 24px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 3px dotted #FFB400; }
    /* line 797, scss/page.scss */
    #point .acbox-contents p {
      color: #111; }
    /* line 800, scss/page.scss */
    #point .acbox-contents dl {
      margin-top: 20px; }
      /* line 802, scss/page.scss */
      #point .acbox-contents dl dt, #point .acbox-contents dl dd {
        line-height: 1.6; }
      /* line 805, scss/page.scss */
      #point .acbox-contents dl dd {
        margin-bottom: 10px; }
        /* line 808, scss/page.scss */
        #point .acbox-contents dl dd a:hover {
          color: #FFB400; }
        /* line 812, scss/page.scss */
        #point .acbox-contents dl dd span {
          display: inline-block; }

/* line 821, scss/page.scss */
.jiyukenkyu-thanks ul {
  text-align: center; }
  /* line 823, scss/page.scss */
  .jiyukenkyu-thanks ul li {
    display: inline-block;
    padding-right: 1.5em;
    line-height: 2em; }
    /* line 827, scss/page.scss */
    .jiyukenkyu-thanks ul li:first-child {
      display: block;
      font-size: 20px; }

/* line 836, scss/page.scss */
.l-content {
  position: relative; }
  /* line 838, scss/page.scss */
  .l-content .jiyukenkyu-attention {
    position: absolute;
    top: 5px;
    right: 10px;
    animation: flash 1.0s linear 8; }
@keyframes flash {
  0% {
    opacity: 1; }
  20% {
    opacity: 0.1; }
  21% {
    opacity: 1; } }
    /* line 855, scss/page.scss */
    .l-content .jiyukenkyu-attention a:hover img {
      opacity: 0.8; }
    @media screen and (min-width: 721px) {
      /* line 838, scss/page.scss */
      .l-content .jiyukenkyu-attention {
        top: -15px;
        right: 10px;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; } }
    @media screen and (min-width: 961px) {
      /* line 838, scss/page.scss */
      .l-content .jiyukenkyu-attention {
        top: 30px; } }

/* line 872, scss/page.scss */
.attention-link {
  position: relative;
  top: -145px;
  display: block; }
  @media screen and (min-width: 769px) {
    /* line 872, scss/page.scss */
    .attention-link {
      top: -100px; } }

/*# sourceMappingURL=page.css.map */
