/* Top CSS */
/* Scss Document */
@media (min-width: 981px) {
  .sec_anchor_title {
    padding-top: 130px !important;
    margin-top: -130px;
  }

  #sectionContents {
    padding-bottom: 90px;
    background-image: unset;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f6e8), color-stop(50%, #f8f6e8), color-stop(50%, #94c22b), to(#94c22b));
    background: -o-linear-gradient(top, #f8f6e8 0%, #f8f6e8 50%, #94c22b 50%, #94c22b 100%);
    background: linear-gradient(180deg, #f8f6e8 0%, #f8f6e8 50%, #94c22b 50%, #94c22b 100%);
    background-color: #94c22b;
  }
  #sectionContents::after {
    display: none;
  }

  .sec_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
  }

  .bnr_link {
    margin-bottom: 30px;
    &.bnr_link__mgtsmall {
      margin-top: 30px;
    }
  }
  .bnr_link a {
    display: block;
  }
  .bnr_link.bnr_link_freeSize {
    text-align: center;
  }
  .bnr_link.bnr_link_freeSize a {
    display: inline-block;
    width: 100%;
  }
  .bnr_link a:hover {
    opacity: .8;
  }
  .bnr_link a img {
    display: inline-block;
    width: 100%;
  }
  .bnr_txtonly {
    min-height: 64px;
    background-color: #fb8a04;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 0.1em;
    color: #ffffff;
    padding: 0 20px;
  }
  .bnr_link img {
    display: block;
  }
  .bnr_link.limited_pt2::after {
    left: 24px;
    top: 20px;
  }

  .sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec .list .item {
    width: 230px;
    margin-right: 13px;
  }
  .sec .list .item:nth-child(4n) {
    margin-right: 0;
  }
  .sec .list .item a {
    display: block;
  }
  .sec .list .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec .list .item .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 15px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
  }
  .sec .list .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
  .sec .list .item .image img {
    display: block;
  }
  .sec .list .item .cats {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec .list .item .cat {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #54a734;
    border-radius: 2px;
    padding: 6px 4px 5px;
    margin-bottom: 10px;
  }
  .sec .list .item .cat + .cat {
    margin-left: 8px;
  }
  .sec .list .item .date {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 13px;
    color: #222;
  }
  .sec .list .item .desc {
    font-size: 15px;
    color: #222;
    letter-spacing: .05em;
  }
  .sec .use_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec .use_list .item {
    width: 315px;
    background-color: #fff;
    border: 2px solid #54a734;
  }
  .sec .use_list .item a {
    position: relative;
    display: block;
    padding: 15px 0 15px 80px;
  }
  .sec .use_list .item a:hover {
    opacity: .8;
  }
  .sec .use_list .item a::before, .sec .use_list .item a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sec .use_list .item a::after {
    right: 18px;
    border-top: 2px solid #54a734;
    border-right: 2px solid #54a734;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .sec .use_list .item .title {
    width: 205px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
  }
  .sec .use_list .item .desc {
    width: 205px;
    font-size: 15px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 0 !important;
  }

  #news {
    padding: 50px 0;
    background-color: #f8f6e8;
  }
  #news .news_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news .news_link {
    display: inline-block;
  }
  #news .news_link a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    padding-right: 16px;
  }
  #news .news_link a::after {
    position: absolute;
    top: 4px;
    right: 0;
    content: '';
    display: block;
    border-top: 2px solid #54a734;
    border-right: 2px solid #54a734;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #news .news_link a:hover::after {
    right: -3px;
  }
  #news .list .item .title {
    margin-bottom: 8px;
  }
  #news .list .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 63%;
    margin-bottom: 15px;
  }
  #news .list .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 100%;
  }

  #used {
    padding: 50px 0;
    background-color: #e9eece;
  }

  #panels {
    background-color: #f8f6e8;
  }
  #panels .block {
    padding: 50px 0 40px;
    border-bottom: 1px solid #54a734;
  }
  #panels .item:nth-child(n + 5) {
    margin-top: 25px;
  }
  #panels .image {
    margin-bottom: 15px;
  }
  #panels .block2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #panels .block2 .block2_title {
    font-size: 28px;
    font-weight: bold;
    color: #54a734;
    text-align: center;
    margin-bottom: 25px;
  }
  #panels .block2 .item1 a::before {
    width: 54px;
    height: 61px;
    background: url("../img/top/use_list_icon1.svg") center center/100% no-repeat;
    left: 20px;
  }
  #panels .block2 .item2 a::before {
    width: 43px;
    height: 61px;
    background: url("../img/top/use_list_icon2.svg") center center/100% no-repeat;
    left: 20px;
  }
  #panels .block2 .item3 a::before {
    width: 57px;
    height: 45px;
    background: url("../img/top/use_list_icon3.svg") center center/100% no-repeat;
    left: 15px;
  }

  #register {
    position: relative;
    background-color: #e9eece;
    padding-top: 65px;
    padding-bottom: 72px;
  }
  #register::after {
    content: '';
    display: block;
    width: auto;
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/common/f_town.png) repeat-x;
    visibility: inherit;
  }
  #register .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }
  #register .btn {
    width: 360px;
    margin: 0 auto 40px;
  }
  #register .btn a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fb8a04;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 28px;
    padding: 16px 15px 14px;
  }
  #register .btn a::before, #register .btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
  }
  #register .btn a::before {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 20px;
  }
  #register .btn a::after {
    width: 6px;
    height: 6px;
    right: 26px;
    border-top: 1px solid #fb8a04;
    border-right: 1px solid #fb8a04;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #register .btn a:hover {
    opacity: .8;
  }

  .eisapo_top .top_fixed {
    position: absolute;
    right: 35px;
    z-index: 100;
    bottom: 240px;
  }

  .eisapo_top .top_fixed.fixed {
    position: fixed;
    bottom: 80px;
  }

  .eisapo_top .top_fixed.top_fixed_hide {
    display: none !important;
  }

  .eisapo_top .top_fixed .top_fixed_bnr {
    position: relative;
  }

  .eisapo_top .top_fixed a {
    display: block;
  }

  .eisapo_top .top_fixed .close_btn {
    display: inline-block;
    background: url("../img/top/line_bnr_close2.svg") center center/100% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (max-width: 980px) {
  .sec_anchor_title {
    padding-top: 50px !important;
    margin-top: -50px;
  }

  #sectionContents {
    position: relative;
    padding-bottom: 0;
    background-image: unset;
    background-color: #94c22b;
  }
  #sectionContents::after {
    display: none;
  }

  .sec_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.66667%;
  }

  .bnr_link {
    margin-bottom: 5.33333%;
    &.bnr_link__mgtsmall {
      margin-top: 20px;
    } 
  }
  .bnr_link a {
    display: block;
  }
  .bnr_link a:hover {
    opacity: .8;
  }
  .bnr_link img {
    display: block;
  }
  .bnr_link.limited_pt2::after {
    left: -1%;
    top: -9%;
  }
  .bnr_txtonly {
    min-height: 50px;
    background-color: #fb8a04;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #ffffff;
    padding: 10px;
  }

  .sec .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec .list .item {
    width: 47.69%;
    margin-bottom: 4%;
  }
  .sec .list .item a {
    display: block;
  }
  .sec .list .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec .list .item .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
  }
  .sec .list .item .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
  }
  .sec .list .item .image img {
    display: block;
  }
  .sec .list .item .cats {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec .list .item .cat {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #54a734;
    border-radius: 2px;
    padding: 3.2% 3.2% 2.66667%;
    margin-bottom: 2.66667%;
  }
  .sec .list .item .cat + .cat {
    margin-left: 2.13333%;
  }
  .sec .list .item .date {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 10px;
    color: #222;
  }
  .sec .list .item .desc {
    font-size: 12px !important;
    line-height: 1.25 !important;
    color: #222;
    letter-spacing: .05em;
  }
  .sec .use_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec .use_list .item {
    width: 100%;
    background-color: #fff;
    border: 2px solid #54a734;
    margin: 0 auto 2.66667%;
  }
  .sec .use_list .item:last-child {
    margin-bottom: 0;
  }
  .sec .use_list .item a {
    position: relative;
    display: block;
    padding: 4% 8% 4% 21.33333%;
  }
  .sec .use_list .item a:hover {
    opacity: .8;
  }
  .sec .use_list .item a::before, .sec .use_list .item a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .sec .use_list .item a::after {
    right: 18px;
    border-top: 2px solid #54a734;
    border-right: 2px solid #54a734;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    height: 10px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .sec .use_list .item .title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 2.13333%;
  }
  .sec .use_list .item .desc {
    font-size: 12px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 0 !important;
  }

  #news {
    padding: 13.33333% 0 8.66667%;
    background-color: #f8f6e8;
  }
  #news .news_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news .news_link {
    min-width: 80px;
    display: inline-block;
    padding-top: 8px;
  }
  #news .news_link a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    padding-right: 4%;
  }
  #news .news_link a::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    display: block;
    border-top: 2px solid #54a734;
    border-right: 2px solid #54a734;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 8px;
    height: 8px;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #news .news_link a:hover::after {
    right: -3px;
  }
  #news .list .item {
    margin-bottom: 5.33333%;
  }
  #news .list .item .title {
    margin-bottom: 2.66667%;
  }
  #news .list .item .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 63%;
    overflow: hidden;
    margin-bottom: 5.33333%;
  }
  #news .list .item .image img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    max-width: 100%;
  }

  #used {
    padding: 10.66667% 0 6.66667%;
    background-color: #e9eece;
  }

  #panels {
    background-color: #f8f6e8;
  }
  #panels .block {
    padding: 13.33333% 0 4%;
    border-bottom: 1px solid #54a734;
  }
  #panels .image {
    margin-bottom: 7.2%;
  }
  #panels .block2 {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  #panels .block2 .block2_title {
    font-size: 20px;
    font-weight: bold;
    color: #54a734;
    text-align: center;
    margin-bottom: 25px;
  }
  #panels .block2 .item1 a::before {
    width: 10.8vw;
    height: 12.13333vw;
    background: url("../img/top/use_list_icon1.svg") center center/100% no-repeat;
    left: 5.33333%;
  }
  #panels .block2 .item2 a::before {
    width: 9.33333vw;
    height: 13.33333vw;
    background: url("../img/top/use_list_icon2.svg") center center/100% no-repeat;
    left: 5.33333%;
  }
  #panels .block2 .item3 a::before {
    width: 12.4vw;
    height: 9.73333vw;
    background: url("../img/top/use_list_icon3.svg") center center/100% no-repeat;
    left: 2.66667%;
  }

  #register {
    position: relative;
    background-color: #e9eece;
    padding-top: 65px;
    padding-bottom: 70px;
  }
  #register::after {
    content: '';
    display: block;
    width: auto;
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/common/sp_f_town.png) center bottom/100% repeat-x;
    visibility: inherit;
  }
  #register .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5.33333%;
  }
  #register .btn {
    width: 86.66667%;
    margin: 0 auto 8%;
  }
  #register .btn a {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fb8a04;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 6.66667vw;
    padding: 4.26667% 15px 4%;
  }
  #register .btn a::before, #register .btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
  }
  #register .btn a::before {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 20px;
  }
  #register .btn a::after {
    width: 6px;
    height: 6px;
    right: 26px;
    border-top: 2px solid #fb8a04;
    border-right: 2px solid #fb8a04;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #register .btn a:hover {
    opacity: .8;
  }

  .eisapo_top .top_fixed {
    width: 76%;
    position: absolute;
    left: 4%;
    z-index: 100;
    bottom: 240px;
  }

  .eisapo_top .top_fixed.fixed {
    position: fixed;
    bottom: 20px;
  }

  .eisapo_top .top_fixed.top_fixed_hide {
    display: none !important;
  }

  .eisapo_top .top_fixed .top_fixed_bnr {
    position: relative;
  }

  .eisapo_top .top_fixed a {
    display: block;
  }

  .eisapo_top .top_fixed .close_btn {
    display: inline-block;
    background: url("../img/top/line_bnr_close2.svg") center center/100% no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (max-width: 390px) {
  .eisapo_top .block .list .sp_long_desc .detail .desc {
    -webkit-line-clamp: 1;
  }
}
