@charset "utf-8";

.buttonRed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.buttonRed-contact {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.buttonRed_btn {
  display: flex;
  margin: 0px;
  padding: 0.75em 2em 0.75em 1em;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #d30136;
  box-shadow: none;
}
.buttonRed_btn-col3  {
  width: 32%;
  min-width: 1px;
}
.buttonRed_btn-col2  {
  width: 49%;
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
  min-height: 67px;
}
.buttonRed_btn.btn-base:hover {
  opacity: 1;
  color: #d30136;
  background-color: rgba(211,1,54,0.1);
}
.buttonRed_btn_small {
  display: block;
  font-size: 80%;
  margin-top: 0.5em;
  line-height: 1.4;
}
.buttonRed_btn-center  {
  text-align: center;
}
.l-list-item-date:empty {
  width: 130px;
  height: 1.3em;
}
.btn-lg-primary-radius {
  display: table;
  width: auto;
  padding: 0.75em 2em;
  line-height: 1.3;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
  min-width: 550px;
}
.btn-lg-primary-radius[target="_blank"] {
  background-image: url(/common/images/share/icon/icon_copy_white.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 18px 18px;
}
.btn-lg-primary-white {
  color: #000;
  border: 2px solid #d30136;
  box-shadow: none;
  background-color: #FFF;
}
.btn-lg-primary-white[target="_blank"] {
  background-image: url(/common/images/share/icon/icon_copy.svg);
  background-color: #FFF;
}
.btn-lg-primary-white:hover {
  opacity: 1;
  color: #d20034;
  background-color: rgba(211,1,54,0.1);
}
.btn-lg-primary-radius[target="_blank"][href*=".pdf"]{
  background-image: url(/common/images/share/icon/icon-pdf_s.png);
  background-repeat: no-repeat;
  background-position: 94.5% center;
  background-size: 22px 22px;
}
.buttonRed_btn-red {
  position: relative;
  color: #FFFFFF;
  background-color: #d30136;
}
.buttonRed_btn-red:hover {
  color: #d30136;
  background-color: #FFFFFF !important;
}
.buttonRed_btn-red::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background-image: url(/common/images/share/icon/icon_copy_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buttonRed_btn-red:hover:after {
  background-image: url(/common/images/share/icon/icon_copy.svg);
}
.table_cms-font100{
  font-size: 100%;
}
.table_cms th:last-child{
    border-right: none;
}
.merit03Box{
    background: #e8f5f8;
    display: flex;
    justify-content: center;
}
.merit03Box img{
    width: 100%;
    max-width: 260px;
    margin: 0 20px;
}
.list-lnk-br-line .list-item:first-child{
	padding-top: 5px;
}



@media (max-width:767px) {
  .buttonRed_btn {
    font-size: 14px;
    padding-right: 2.25em;
  }
  .buttonRed_btn-col3 {
    width: 32.5%;
  }
  .btn-lg-primary-radius {
    font-size: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-size: 16px 16px;
    min-width: 84%;
  }
  .btn-lg-primary-radius[target="_blank"] {
    background-size: 16px 16px;
  }
  .btn-lg-primary-radius[target="_blank"][href*=".pdf"] {
    background-size: 20px 20px;
  }
  .l-list-item-date{
  	margin-bottom: 15px;
  }
}
@media (max-width:599px) {
  .buttonRed {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
  .buttonRed-contact {
    width: 80%;
  }
  .buttonRed_btn {
    height: 68px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0.75em;
  }
  .merit03Box{
      display: inherit;
      text-align: center;
  }
  .merit03Box img{
      display: block;
      width: 80%;
      margin: 20px auto;
  }
}

.personalSave401k__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  
  &::before {
    content: none;
  }
  
  & .col-sm-12 {
    width: 100%;
  }
  
  & div[class*="col-sm"] {
    padding: 0;
    
    > a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.2;
      
      &.personalSave401k__links_red {
        background-color: #d20034;
        color: #fff;
        
        &::after {
          border-color: #fff;
        }
      }
      
      &.btn-lnk-pdf {
        background-position: right 12px center;
      }
      
      & i {
        display: block;
        font-size: 90%;
        margin-top: 10px;
      }
    }
  }

}

.personalSave401k__toTop {
  margin-left: auto;
  float: none;
  margin-bottom: 10px;
  
  & .btn-base {
    min-width: inherit;
    padding: 20px 20px 20px 44px;
    text-align: left;
    background-color: #f5f5f5;
    
    &::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 2px solid #333;
      border-right: 2px solid #333;
      position: absolute;
      top: 45%;
      left: 16px;
      transition: .5s;
      transform: translateX(-50%) rotate(-45deg);
      cursor: pointer;
    }
  }
}

.personalSave401k__toTop--back {
  & .btn-base {
    &::before {
      transform: translateX(-50%) rotate(-135deg);
      top: 42%;
      left: 25px;
    }
  }
}


.personalSave401k__noteNum {
  counter-reset: num 0;
  
  & li {
    font-size: 14px;
  }
  
  > li {
    counter-increment: num;
    column-gap: 1em;
    line-height: 1.75;
    padding-left: 2.5em;
    position: relative;
    
    &::before {
      content: "※" counter(num);
      position: absolute;
      top: 0;
      left: 0;
    }
    
    > ul {
      margin-top: 5px;
      
      > li {
        &:nth-child(n+2) {
          margin-top: 0 !important;
        }
      }
    }
  }
}

@media (min-width:768px) {
  .personalSave401k__links {
    gap: 10px 20px;
    
    & .col-sm-6 {
      float: none;
      width: calc(50% - 10px);
      display: flex;
    }
  }
  
  .personalSave401k__card {
    & .grid-item {
      & .card {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      & .card-body {
        width: 100%;
      }
    }
  }
}

@media (max-width:767px) {
  .personalSave401k__links {
    & .col-sm-6 {
      width: 100%;
    }
  }
  
  .personalSave401k__noteNum {
    & li {
      font-size: 13px;
    }
  }
  
  .personalSave401k__toTop {
    & .btn-base {
      padding: 25px 8px 10px;
      text-align: center;
      
      &::before {
        top: 9px;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
      }
    }
  }
  
  .personalSave401k__toTop--back {
    & .btn-base {
      &::before {
        transform: translateX(-50%) rotate(-135deg);
        top: 7px;
        left: 51%;
      }
    }
  }
}

.personalSave401k__subscribedIdeco {
  flex-direction: column;
}

.personalSave401k__subscribedIdeco_btn:not([href]) {
  padding-right: 23px;
  cursor: default;
}

.personalSave401k__subscribedIdeco_btn:not([href]):hover {
  background-color: transparent;
  opacity: 1;
}

@media (min-width:768px) {

  .personalSave401k__idecolinks {
    gap: 20px;
  }
  .personalSave401k__subscribedIdeco_btn {
    height: 100%;
  }
}