/* Scss Document */
/* Scss Document */

/* tab */
.tab_content {
  display: none;
}
.tab_content.show {
  display: block;
}

@media (min-width: 981px) {
  #banners {
    width: 888px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    margin: 0 auto;
  }

  #banners .large_bnr {
    width: 444px;
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
  }

  #banners .small_bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 430px;
    padding-top: 20px;
    margin-top: -20px;
  }

  #banners .small_bnr {
    margin-bottom: 12px;
  }

  #banners .small_bnr.new {
    position: relative;
  }

  #banners .small_bnr.new::after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: red;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    translate: -20% -40%;
  }

  #banners .small_bnr:last-child {
    margin-bottom: 0;
  }
  #tab {
    margin-bottom: 75px;
  }
  #tab .tab_wrap {
    width: 888px;
    margin: 0 auto;
  }
  #tab .tab_list {
    list-style-type: none;
    display: flex;
    column-gap: 1%;
    border-bottom: 2px solid #54a734;
  }
  #tab .tab_item {
    cursor: pointer;
    text-align: center;
    /* flex: 0 0 23%; */
    width: 24.25%;
    /* height: 45px; */
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
    border-radius: 4px 4px 0 0;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.16em;
  }
  #tab .tab_item.active {
    background-color: #54a734;
    color: #ffffff;
  }
  .eisapo_care_insurance_news #kv {
    padding: 50px 0;
  }
  .eisapo_care_insurance_news #kv .inner {
    position: relative;
  }
  .eisapo_care_insurance_news #kv .page_ttl {
    text-align: center;
    padding-bottom: 45px;
  }
  .eisapo_care_insurance_news #kv .btn_register {
    margin-bottom: 15px;
  }
  .eisapo_care_insurance_news #kv .note {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
  .eisapo_care_insurance_news #kv .image {
    position: absolute;
  }
  .eisapo_care_insurance_news #kv .image1 {
    top: 45px;
    left: 90px;
  }
  .eisapo_care_insurance_news #kv .image2 {
    top: 50px;
    right: 90px;
  }
  .eisapo_care_insurance_news .cont_list {
    margin-bottom: 150px;
  }
  .eisapo_care_insurance_news .inner > .item {
    margin-bottom: 40px;
  }
  .eisapo_care_insurance_news .inner > .item.limited::after{
    top: -10px;
    left: -10px;
  }
  .eisapo_care_insurance_news .inner > .item:last-child {
    margin-bottom: 0;
  }
  .eisapo_care_insurance_news .inner > .item.item_line2 a {
    padding: 22px 40px 22px 115px;
  }
  .eisapo_care_insurance_news .inner > .item a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .075em;
    padding: 35px 40px 35px 115px;
    border-radius: 8px;
    border: 2px solid #129de5;
    color: #129de5;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .eisapo_care_insurance_news .inner > .item a:before {
    content: '';
    display: inline-block;
    width: 37px;
    height: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto 0;
    background: url("../img/common/icon_pdf_blue.svg") center center/100% no-repeat;
  }
  .eisapo_care_insurance_news .inner > .item a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    border-top: 2px solid #129de5;
    border-right: 2px solid #129de5;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .eisapo_care_insurance_news .inner > .item a:hover:after {
    -webkit-transform: rotate(45deg) translate3d(3px, -3px, 0);
            transform: rotate(45deg) translate3d(3px, -3px, 0);
  }
  .eisapo_care_insurance_news .inner > .item.not_active a {
    border: 2px solid #ccc;
    color: #ccc;
    background-color: #e5e5e5;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:before {
    background: url("../img/common/icon_pdf_gray.svg") center center/100% no-repeat;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:after {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .add_inner {
    width: 888px;
  }
}
@media (max-width: 980px) {
  #banners {
    width: 86.66667%;
    max-width: 650px;
    padding-bottom: 40px;
    margin: 0 auto;
  }

  #banners .large_bnr {
    padding-bottom: 0;
    margin: 0 auto 10px;
    border-bottom: none;
  }

  #banners .small_bnrs {
    width: 86.66667%;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: -20px;
  }

  #banners .small_bnr {
    margin-bottom: 10px;
  }

  #banners .small_bnr.new {
    position: relative;
  }

  #banners .small_bnr.new::after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: red;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    translate: -20% -40%;
  }

  #banners .small_bnr:last-child {
    margin-bottom: 0;
  }
  #tab {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: -10px;
  }
  #tab .tab_wrap {
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    width: 100%;
    margin: 0 auto 30px 0;
    padding-left: 25px;
    border-bottom: 2px solid #54a734;
  }
  #tab .tab_list {
    position: relative;
    list-style-type: none;
    display: flex;
    column-gap: 10px;
    justify-content: left;
    column-gap: 1%;
  }
  #tab .tab_item {
    position: relative;
    text-align: center;
    flex: 0 0 23%;
    width: 47.69231%;
    height: 45px;
    padding: 10px 15px;
    background-color: #ffffff;
    padding-top: 15px;
    border-radius: 4px 4px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
  #tab .tab_item.active {
    background-color: #54a734;
    color: #ffffff;
  }
  .eisapo_care_insurance_news #kv {
    margin-bottom: 40px;
  }
  .eisapo_care_insurance_news #kv .inner {
    position: relative;
    padding: 25px 0;
  }
  .eisapo_care_insurance_news #kv .page_ttl {
    width: 57.69231%;
    max-width: 375px;
    margin: 0 auto 15px;
  }
  .eisapo_care_insurance_news #kv .btn_register {
    margin-bottom: 8px;
  }
  .eisapo_care_insurance_news #kv .note {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
  .eisapo_care_insurance_news #kv .image {
    position: absolute;
  }
  .eisapo_care_insurance_news #kv .image1 {
    width: 24.92%;
    top: 4px;
    left: -22px;
  }
  .eisapo_care_insurance_news #kv .image2 {
    width: 22.3%;
    top: 4px;
    right: -11px;
  }
  .eisapo_care_insurance_news .cont_list {
    padding-bottom: 150px;
  }
  .eisapo_care_insurance_news .inner > .item {
    margin-bottom: 20px;
  }
  .eisapo_care_insurance_news .inner > .item.limited::after{
    top: -10px;
    left: -15px;
    width: 35px;
    padding-top: 35px;
  }
  .eisapo_care_insurance_news .inner > .item:last-child {
    margin-bottom: 0;
  }
  .eisapo_care_insurance_news .inner > .item.item_line2 a {
    padding: 22px 40px 22px 115px;
  }
  .eisapo_care_insurance_news .inner > .item a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .025em;
    padding: 15px 40px 15px 55px;
    border-radius: 4px;
    border: 2px solid #129de5;
    color: #129de5;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .eisapo_care_insurance_news .inner > .item a:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    background: url("../img/common/icon_pdf_blue.svg") center center/100% no-repeat;
  }
  .eisapo_care_insurance_news .inner > .item a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    border-top: 2px solid #129de5;
    border-right: 2px solid #129de5;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .eisapo_care_insurance_news .inner > .item a:hover:after {
    -webkit-transform: rotate(45deg) translate3d(3px, -3px, 0);
            transform: rotate(45deg) translate3d(3px, -3px, 0);
  }
  .eisapo_care_insurance_news .inner > .item.not_active a {
    border: 2px solid #ccc;
    color: #ccc;
    background-color: #e5e5e5;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:before {
    background: url("../img/common/icon_pdf_gray.svg") center center/100% no-repeat;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:after {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
  .eisapo_care_insurance_news .inner > .item.not_active a:hover:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
