.content .header_copy{
  height: auto;
  background-color: #001443;
}
.content .header_copy img{
  margin: 0;
}

.local_nav_open .container:after {
  background-color: #2E4FB8;
  background-color: rgba(46, 79, 181, 0.95);
}

.pointList {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content .unit .inner .img-holder {
  width: 320px;
  float: left;
}

.content .unit .inner .img-holder img{
  width: 100%;
}

.icon_points{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  margin-bottom: 16px;
}
.icon_points p{
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 8px;
}
.web_points{
  padding: 6px 24px;
  margin: 2px 0px;
  background-color: #2e4fb5;
  border-radius: 4px;
  color: #ffffff;
}
.secretariat_points{
  padding: 6px 24px;
  margin: 2px 0px;
  background-color: #c79c26;
  border-radius: 4px;
  color: #ffffff;
}
.change_points{
  padding: 6px 24px;
  margin: 2px 0px;
  background-color: #a60026;
  border-radius: 4px;
  color: #ffffff;
}

.not_list_items{
  margin: 32px auto 0;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width:959px) {
    .pointList {
        max-width: 960px;
    }
}
@media (max-width:599px) {
    .content .unit {
      margin: 16px 0px 0px;
    }
    .content .unit .inner .img-holder {
      width: 100%;
      margin: 0px 12px;
    }
    .icon_points p{
      font-size: 14px;
    }
    .web_points{
      padding: 6px 26px;
    }
    .secretariat_points{
      padding: 6px 16px;
    }
    .change_points{
      padding: 6px 24px;
    }
    .pointList {
        max-width: 600px;
        margin: calc(0/2) auto;
        padding: 0 10px;
    }
    .not_list_items {
    margin: 8px auto 40px;
    font-size: 18px;
    font-weight: 700;
    }
}
.pointList_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%/3);
    flex: 1;
    padding: 10px;
    background-color: #e8e8e8;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(.075,.82,.165,1);
    -o-transition: all 0.4s cubic-bezier(.075,.82,.165,1);
    transition: all 0.4s cubic-bezier(.075,.82,.165,1);
}

*::-ms-backdrop, .calc_test p {
  width: 33.33%; /* IE11 */
}
.pointList_item > em {
    font-size: 1.125rem;
}
.pointList_item:not(:last-child) {
    margin: 0 2px 0 0;
}
.pointList_item::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 8.7px 5px 0;
    border-color: #003b73 transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
}
.pointList_item.current,
.pointList_item:hover {
    background-color: #003b73;
    color: #fff;
}
.pointList_item.current::after,
.pointList_item:hover::after {
    border-color: #fff transparent transparent;
}
.pointList_item.current {
    cursor: auto;
}
.pointList_item.current::after {
    display: none;
}
@media (max-width:599px) {
    .pointList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .pointList_item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .pointList_item:not(:last-child) {
        margin: 0 0 2px;
    }
    .pointList_item::after {
        display: none;
    }
}
.swList_title {
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
    padding: 0 10px;
}
@media (max-width:959px) {
    .swList_title {
        max-width: 960px;
    }
}
@media (max-width:599px) {
    .swList_title {
        max-width: 600px;
        margin: calc(40px/2) auto;
        padding: 0 10px;
    }
}
.swList_list,
.swList_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swList_list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
    margin: 20px auto 0;
}
.swList_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24%;
    margin: 0 10px 10px 0;
    border: 1px solid #e8e8e8;
    position: relative;
}
.swList_list_item:nth-child(4n) {
    margin-right: 0;
}
.swList_list_item::before,
.swList_list_item_point {
    padding: 5px;
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    z-index: 1;
}
.swList_list_item::before {
    color: #fff;
    right: 0;
    top: 0;
}
.swList_list_item.new::before {
    content: 'NEW';
    background-color: #ec1234;
}
.swList_list_item.wait::before {
    content: '入荷待ち';
    background-color: #777;
}
.swList_list_item.end::before {
    content: '交換終了';
    background-color: #acacac;
}
.swList_list_item_point {
    background-color: #a8d076;
    border: 1px solid #777;
    border-radius: 5px 5px 0 5px;
    -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.1);
    top: -5px;
    left: -5px;
    font-size: 0.96rem;
}
.point_status_red{
    background-color: #a60026 !important;
    color: #FFF !important;
}
.swList_list_item_caution_red{
    color: #EC1234 !important;
    font-size: 12px;
}
.swList_list_item_point > em {
    font-weight: 700;
}
.swList_list_item_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    padding: 10px 5px;
}
.swList_list_item_image > img {
    max-height: 100%;
    max-width: 100%;
}

.swList_list_item span.swList_list_item_box {
  display: block;
  overflow: hidden;
  height: 220px;
}

.swList_list_item span img{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.swList_list_item_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
}
.swList_list_item_title {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.swList_list_item_title-sub {
    margin: 10px 0 5px;
    color: #777;
    font-weight: 700;
}
.swList_list_item_description {
    color: #777;
    font-size: 0.75rem;
}
.swList_list_item_link {
    display: block;
    margin: 0 10px 10px;
    padding: 10px;
    border: 2px solid #003b73;
    color: #003b73;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}
.swList_list_item_link:hover {
    background-color: #003b73;
    color: #fff;
}
.swList_notes {
    width: 100%;
    max-width: 1366px;
    margin-top: 10px;
    padding: 0 10px;
    color: #777;
    font-size: 0.75rem;
}
.swList_notes_item {
    margin-bottom: 5px;
}
.swList_notes_item::before {
    content: '※';
}
.sect .swList_i_status{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sect .i-status-limited{
  display: block;
  border-radius: 0px;
  position: static;
  width: auto;
  box-shadow: none;
  border: 0;
  background-color: #2e4fb5;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.72em;
  z-index: 2;
}
.sect .web-columns{
  background-color: #2e4fb5;
  width: 100%;
}
.sect .secretariat-columns{
  background-color: #d09a00;
  width: 100%;
}

@media (max-width:599px) {
    .swList_title {
        text-align: center;
    }
    .swList_list {
        margin-top: 40px;
				justify-content: space-between;
    }
    .swList_list_item {
        -webkit-box-flex:0;
				-ms-flex:0 0 48%;
				flex:0 0 48%;
        margin: 0 0 10px 4px;
    }
    .swList_list_item::before,
    .swList_list_item_point {
        font-size: 0.875rem;
    }
    .swList_list_item_content {
        padding: 16px 10px;
    }
    .swList_list_item_link {
      margin: 0 8px 20px;
      padding: 8px;
      font-size: 0.72rem;
    }
    .swList_list_item span.swList_list_item_box {
      display: block;
      overflow: hidden;
      height: auto;
    }
    .sect .swList_i_status{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .sect .i-status-limited{
      display: block;
      border-radius: 0px;
      position: static;
      width: auto;
      box-shadow: none;
      border: 0;
      background-color: #2e4fb5;
      color: #FFFFFF;
      font-weight: 500;
      font-size: 0.72em;
      z-index: 2;
    }
    .sect .web-columns{
      background-color: #2e4fb5;
      width: 100%;
    }
    .sect .secretariat-columns{
      background-color: #d09a00;
      width: 100%;
    }
}
